Page MenuHomec4science

No OneTemporary

File Metadata

Created
Sun, Jun 8, 22:07
This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/doc/Manual.html b/doc/Manual.html
index f2eb94ee4..81c4b26f9 100644
--- a/doc/Manual.html
+++ b/doc/Manual.html
@@ -1,435 +1,435 @@
<HTML>
<HEAD>
<TITLE>LAMMPS-ICMS Users Manual</TITLE>
<META NAME="docnumber" CONTENT="24 Jan 2013 version">
<META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories">
<META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License.">
</HEAD>
<BODY>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H1></H1>
<CENTER><H3>LAMMPS-ICMS Documentation
</H3></CENTER>
-<CENTER><H4>18 Feb 2013 version
+<CENTER><H4>19 Feb 2013 version
</H4></CENTER>
<H4>Version info:
</H4>
<P>The LAMMPS "version" is the date when it was released, such as 1 May
2010. LAMMPS is updated continuously. Whenever we fix a bug or add a
feature, we release it immediately, and post a notice on <A HREF = "http://lammps.sandia.gov/bug.html">this page of
the WWW site</A>. Each dated copy of LAMMPS contains all the
features and bug-fixes up to and including that version date. The
version date is printed to the screen and logfile every time you run
LAMMPS. It is also in the file src/version.h and in the LAMMPS
directory name created when you unpack a tarball, and at the top of
the first page of the manual (this page).
</P>
<P>LAMMPS-ICMS is an experimental variant of LAMMPS with additional
features made available for testing before they will be submitted
for inclusion into the official LAMMPS tree. The source code is
based on the official LAMMPS svn repository mirror at the Institute
for Computational Molecular Science at Temple University and generally
kept up-to-date as much as possible. Sometimes, e.g. when additional
development work is needed to adapt the upstream changes into
LAMMPS-ICMS it can take longer until synchronization; and occasionally,
e.g. in case of the rewrite of the multi-threading support, the
development will be halted except for important bugfixes until
all features of LAMMPS-ICMS fully compatible with the upstream
version or replaced by alternate implementations.
</P>
<UL><LI>If you browse the HTML doc pages on the LAMMPS WWW site, they always
describe the most current version of upstream LAMMPS, but may be
missing some new features in LAMMPS-ICMS.
<LI>If you browse the HTML doc pages included in your tarball, they
describe the version you have, however, not all new features in
LAMMPS-ICMS are documented immediately.
<LI>The <A HREF = "Manual.pdf">PDF file</A> on the WWW site or in the tarball is updated
about once per month. This is because it is large, and we don't want
it to be part of every patch.
<LI>There is also a <A HREF = "Developer.pdf">Developer.pdf</A> file in the doc
directory, which describes the internal structure and algorithms of
LAMMPS.
</UL>
<P>LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
Simulator.
</P>
<P>LAMMPS is a classical molecular dynamics simulation code designed to
run efficiently on parallel computers. It was developed at Sandia
National Laboratories, a US Department of Energy facility, with
funding from the DOE. It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL).
</P>
<P>The primary developers of LAMMPS are <A HREF = "http://www.sandia.gov/~sjplimp">Steve Plimpton</A>, Aidan
Thompson, and Paul Crozier who can be contacted at
sjplimp,athomps,pscrozi at sandia.gov. The <A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> at
http://lammps.sandia.gov has more information about the code and its
uses.
</P>
<HR>
<P>The LAMMPS documentation is organized into the following sections. If
you find errors or omissions in this manual or have suggestions for
useful information to add, please send an email to the developers so
we can improve the LAMMPS documentation.
</P>
<P>Once you are familiar with LAMMPS, you may want to bookmark <A HREF = "Section_commands.html#comm">this
page</A> at Section_commands.html#comm since
it gives quick access to documentation for all LAMMPS commands.
</P>
<P><A HREF = "Manual.pdf">PDF file</A> of the entire manual, generated by
<A HREF = "http://www.easysw.com/htmldoc">htmldoc</A>
</P>
<OL><LI><A HREF = "Section_intro.html">Introduction</A>
<UL> 1.1 <A HREF = "Section_intro.html#intro_1">What is LAMMPS</A>
<BR>
1.2 <A HREF = "Section_intro.html#intro_2">LAMMPS features</A>
<BR>
1.3 <A HREF = "Section_intro.html#intro_3">LAMMPS non-features</A>
<BR>
1.4 <A HREF = "Section_intro.html#intro_4">Open source distribution</A>
<BR>
1.5 <A HREF = "Section_intro.html#intro_5">Acknowledgments and citations</A>
<BR></UL>
<LI><A HREF = "Section_start.html">Getting started</A>
<UL> 2.1 <A HREF = "Section_start.html#start_1">What's in the LAMMPS distribution</A>
<BR>
2.2 <A HREF = "Section_start.html#start_2">Making LAMMPS</A>
<BR>
2.3 <A HREF = "Section_start.html#start_3">Making LAMMPS with optional packages</A>
<BR>
2.4 <A HREF = "Section_start.html#start_4">Building LAMMPS via the Make.py script</A>
<BR>
2.5 <A HREF = "Section_start.html#start_5">Building LAMMPS as a library</A>
<BR>
2.6 <A HREF = "Section_start.html#start_6">Running LAMMPS</A>
<BR>
2.7 <A HREF = "Section_start.html#start_7">Command-line options</A>
<BR>
2.8 <A HREF = "Section_start.html#start_8">Screen output</A>
<BR>
2.9 <A HREF = "Section_start.html#start_9">Tips for users of previous versions</A>
<BR></UL>
<LI><A HREF = "Section_commands.html">Commands</A>
<UL> 3.1 <A HREF = "Section_commands.html#cmd_1">LAMMPS input script</A>
<BR>
3.2 <A HREF = "Section_commands.html#cmd_2">Parsing rules</A>
<BR>
3.3 <A HREF = "Section_commands.html#cmd_3">Input script structure</A>
<BR>
3.4 <A HREF = "Section_commands.html#cmd_4">Commands listed by category</A>
<BR>
3.5 <A HREF = "Section_commands.html#cmd_5">Commands listed alphabetically</A>
<BR></UL>
<LI><A HREF = "Section_packages.html">Packages</A>
<UL> 4.1 <A HREF = "Section_packages.html#pkg_1">Standard packages</A>
<BR>
4.2 <A HREF = "Section_packages.html#pkg_2">User packages</A>
<BR></UL>
<LI><A HREF = "Section_accelerate.html">Accelerating LAMMPS performance</A>
<UL> 5.1 <A HREF = "Section_accelerate.html#acc_1">Measuring performance</A>
<BR>
5.2 <A HREF = "Section_accelerate.html#acc_2">General strategies</A>
<BR>
5.3 <A HREF = "Section_accelerate.html#acc_3">Packages with optimized styles</A>
<BR>
5.4 <A HREF = "Section_accelerate.html#acc_4">OPT package</A>
<BR>
5.5 <A HREF = "Section_accelerate.html#acc_5">USER-OMP package</A>
<BR>
5.6 <A HREF = "Section_accelerate.html#acc_6">GPU package</A>
<BR>
5.7 <A HREF = "Section_accelerate.html#acc_7">USER-CUDA package</A>
<BR>
5.8 <A HREF = "Section_accelerate.html#acc_8">Comparison of GPU and USER-CUDA packages</A>
<BR></UL>
<LI><A HREF = "Section_howto.html">How-to discussions</A>
<UL> 6.1 <A HREF = "Section_howto.html#howto_1">Restarting a simulation</A>
<BR>
6.2 <A HREF = "Section_howto.html#howto_2">2d simulations</A>
<BR>
6.3 <A HREF = "Section_howto.html#howto_3">CHARMM and AMBER force fields</A>
<BR>
6.4 <A HREF = "Section_howto.html#howto_4">Running multiple simulations from one input script</A>
<BR>
6.5 <A HREF = "Section_howto.html#howto_5">Multi-replica simulations</A>
<BR>
6.6 <A HREF = "Section_howto.html#howto_6">Granular models</A>
<BR>
6.7 <A HREF = "Section_howto.html#howto_7">TIP3P water model</A>
<BR>
6.8 <A HREF = "Section_howto.html#howto_8">TIP4P water model</A>
<BR>
6.9 <A HREF = "Section_howto.html#howto_9">SPC water model</A>
<BR>
6.10 <A HREF = "Section_howto.html#howto_10">Coupling LAMMPS to other codes</A>
<BR>
6.11 <A HREF = "Section_howto.html#howto_11">Visualizing LAMMPS snapshots</A>
<BR>
6.12 <A HREF = "Section_howto.html#howto_12">Triclinic (non-orthogonal) simulation boxes</A>
<BR>
6.13 <A HREF = "Section_howto.html#howto_13">NEMD simulations</A>
<BR>
6.14 <A HREF = "Section_howto.html#howto_14">Finite-size spherical and aspherical particles</A>
<BR>
6.15 <A HREF = "Section_howto.html#howto_15">Output from LAMMPS (thermo, dumps, computes, fixes, variables)</A>
<BR>
6.16 <A HREF = "Section_howto.html#howto_16">Thermostatting, barostatting, and compute temperature</A>
<BR>
6.17 <A HREF = "Section_howto.html#howto_17">Walls</A>
<BR>
6.18 <A HREF = "Section_howto.html#howto_18">Elastic constants</A>
<BR>
6.19 <A HREF = "Section_howto.html#howto_19">Library interface to LAMMPS</A>
<BR>
6.20 <A HREF = "Section_howto.html#howto_20">Calculating thermal conductivity</A>
<BR>
6.21 <A HREF = "Section_howto.html#howto_21">Calculating viscosity</A>
<BR></UL>
<LI><A HREF = "Section_example.html">Example problems</A>
<LI><A HREF = "Section_perf.html">Performance & scalability</A>
<LI><A HREF = "Section_tools.html">Additional tools</A>
<LI><A HREF = "Section_modify.html">Modifying & extending LAMMPS</A>
<UL> 10.1 <A HREF = "Section_modify.html#mod_1">Atom styles</A>
<BR>
10.2 <A HREF = "Section_modify.html#mod_2">Bond, angle, dihedral, improper potentials</A>
<BR>
10.3 <A HREF = "Section_modify.html#mod_3">Compute styles</A>
<BR>
10.4 <A HREF = "Section_modify.html#mod_4">Dump styles</A>
<BR>
10.5 <A HREF = "Section_modify.html#mod_5">Dump custom output options</A>
<BR>
10.6 <A HREF = "Section_modify.html#mod_6">Fix styles</A>
<BR>
10.7 <A HREF = "Section_modify.html#mod_7">Input script commands</A>
<BR>
10.8 <A HREF = "Section_modify.html#mod_8">Kspace computations</A>
<BR>
10.9 <A HREF = "Section_modify.html#mod_9">Minimization styles</A>
<BR>
10.10 <A HREF = "Section_modify.html#mod_10">Pairwise potentials</A>
<BR>
10.11 <A HREF = "Section_modify.html#mod_11">Region styles</A>
<BR>
10.12 <A HREF = "Section_modify.html#mod_12">Body styles</A>
<BR>
10.13 <A HREF = "Section_modify.html#mod_13">Thermodynamic output options</A>
<BR>
10.14 <A HREF = "Section_modify.html#mod_14">Variable options</A>
<BR>
10.15 <A HREF = "Section_modify.html#mod_15">Submitting new features for inclusion in LAMMPS</A>
<BR></UL>
<LI><A HREF = "Section_python.html">Python interface</A>
<UL> 11.1 <A HREF = "Section_python.html#py_1">Building LAMMPS as a shared library</A>
<BR>
11.2 <A HREF = "Section_python.html#py_2">Installing the Python wrapper into Python</A>
<BR>
11.3 <A HREF = "Section_python.html#py_3">Extending Python with MPI to run in parallel</A>
<BR>
11.4 <A HREF = "Section_python.html#py_4">Testing the Python-LAMMPS interface</A>
<BR>
11.5 <A HREF = "Section_python.html#py_5">Using LAMMPS from Python</A>
<BR>
11.6 <A HREF = "Section_python.html#py_6">Example Python scripts that use LAMMPS</A>
<BR></UL>
<LI><A HREF = "Section_errors.html">Errors</A>
<UL> 12.1 <A HREF = "Section_errors.html#err_1">Common problems</A>
<BR>
12.2 <A HREF = "Section_errors.html#err_2">Reporting bugs</A>
<BR>
12.3 <A HREF = "Section_errors.html#err_3">Error & warning messages</A>
<BR></UL>
<LI><A HREF = "Section_history.html">Future and history</A>
<UL> 13.1 <A HREF = "Section_history.html#hist_1">Coming attractions</A>
<BR>
13.2 <A HREF = "Section_history.html#hist_2">Past versions</A>
<BR></UL>
</OL>
</BODY>
</HTML>
diff --git a/doc/Manual.txt b/doc/Manual.txt
index fb58703a4..9f9197074 100644
--- a/doc/Manual.txt
+++ b/doc/Manual.txt
@@ -1,273 +1,273 @@
<HEAD>
<TITLE>LAMMPS-ICMS Users Manual</TITLE>
<META NAME="docnumber" CONTENT="24 Jan 2013 version">
<META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories">
<META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License.">
</HEAD>
<BODY>
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
<H1></H1>
LAMMPS-ICMS Documentation :c,h3
-18 Feb 2013 version :c,h4
+19 Feb 2013 version :c,h4
Version info: :h4
The LAMMPS "version" is the date when it was released, such as 1 May
2010. LAMMPS is updated continuously. Whenever we fix a bug or add a
feature, we release it immediately, and post a notice on "this page of
the WWW site"_bug. Each dated copy of LAMMPS contains all the
features and bug-fixes up to and including that version date. The
version date is printed to the screen and logfile every time you run
LAMMPS. It is also in the file src/version.h and in the LAMMPS
directory name created when you unpack a tarball, and at the top of
the first page of the manual (this page).
LAMMPS-ICMS is an experimental variant of LAMMPS with additional
features made available for testing before they will be submitted
for inclusion into the official LAMMPS tree. The source code is
based on the official LAMMPS svn repository mirror at the Institute
for Computational Molecular Science at Temple University and generally
kept up-to-date as much as possible. Sometimes, e.g. when additional
development work is needed to adapt the upstream changes into
LAMMPS-ICMS it can take longer until synchronization; and occasionally,
e.g. in case of the rewrite of the multi-threading support, the
development will be halted except for important bugfixes until
all features of LAMMPS-ICMS fully compatible with the upstream
version or replaced by alternate implementations.
If you browse the HTML doc pages on the LAMMPS WWW site, they always
describe the most current version of upstream LAMMPS, but may be
missing some new features in LAMMPS-ICMS. :ulb,l
If you browse the HTML doc pages included in your tarball, they
describe the version you have, however, not all new features in
LAMMPS-ICMS are documented immediately. :l
The "PDF file"_Manual.pdf on the WWW site or in the tarball is updated
about once per month. This is because it is large, and we don't want
it to be part of every patch. :l
There is also a "Developer.pdf"_Developer.pdf file in the doc
directory, which describes the internal structure and algorithms of
LAMMPS. :ule,l
LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
Simulator.
LAMMPS is a classical molecular dynamics simulation code designed to
run efficiently on parallel computers. It was developed at Sandia
National Laboratories, a US Department of Energy facility, with
funding from the DOE. It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL).
The primary developers of LAMMPS are "Steve Plimpton"_sjp, Aidan
Thompson, and Paul Crozier who can be contacted at
sjplimp,athomps,pscrozi at sandia.gov. The "LAMMPS WWW Site"_lws at
http://lammps.sandia.gov has more information about the code and its
uses.
:link(bug,http://lammps.sandia.gov/bug.html)
:link(sjp,http://www.sandia.gov/~sjplimp)
:line
The LAMMPS documentation is organized into the following sections. If
you find errors or omissions in this manual or have suggestions for
useful information to add, please send an email to the developers so
we can improve the LAMMPS documentation.
Once you are familiar with LAMMPS, you may want to bookmark "this
page"_Section_commands.html#comm at Section_commands.html#comm since
it gives quick access to documentation for all LAMMPS commands.
"PDF file"_Manual.pdf of the entire manual, generated by
"htmldoc"_http://www.easysw.com/htmldoc
"Introduction"_Section_intro.html :olb,l
1.1 "What is LAMMPS"_intro_1 :ulb,b
1.2 "LAMMPS features"_intro_2 :b
1.3 "LAMMPS non-features"_intro_3 :b
1.4 "Open source distribution"_intro_4 :b
1.5 "Acknowledgments and citations"_intro_5 :ule,b
"Getting started"_Section_start.html :l
2.1 "What's in the LAMMPS distribution"_start_1 :ulb,b
2.2 "Making LAMMPS"_start_2 :b
2.3 "Making LAMMPS with optional packages"_start_3 :b
2.4 "Building LAMMPS via the Make.py script"_start_4 :b
2.5 "Building LAMMPS as a library"_start_5 :b
2.6 "Running LAMMPS"_start_6 :b
2.7 "Command-line options"_start_7 :b
2.8 "Screen output"_start_8 :b
2.9 "Tips for users of previous versions"_start_9 :ule,b
"Commands"_Section_commands.html :l
3.1 "LAMMPS input script"_cmd_1 :ulb,b
3.2 "Parsing rules"_cmd_2 :b
3.3 "Input script structure"_cmd_3 :b
3.4 "Commands listed by category"_cmd_4 :b
3.5 "Commands listed alphabetically"_cmd_5 :ule,b
"Packages"_Section_packages.html :l
4.1 "Standard packages"_pkg_1 :ulb,b
4.2 "User packages"_pkg_2 :ule,b
"Accelerating LAMMPS performance"_Section_accelerate.html :l
5.1 "Measuring performance"_acc_1 :ulb,b
5.2 "General strategies"_acc_2 :b
5.3 "Packages with optimized styles"_acc_3 :b
5.4 "OPT package"_acc_4 :b
5.5 "USER-OMP package"_acc_5 :b
5.6 "GPU package"_acc_6 :b
5.7 "USER-CUDA package"_acc_7 :b
5.8 "Comparison of GPU and USER-CUDA packages"_acc_8 :ule,b
"How-to discussions"_Section_howto.html :l
6.1 "Restarting a simulation"_howto_1 :ulb,b
6.2 "2d simulations"_howto_2 :b
6.3 "CHARMM and AMBER force fields"_howto_3 :b
6.4 "Running multiple simulations from one input script"_howto_4 :b
6.5 "Multi-replica simulations"_howto_5 :b
6.6 "Granular models"_howto_6 :b
6.7 "TIP3P water model"_howto_7 :b
6.8 "TIP4P water model"_howto_8 :b
6.9 "SPC water model"_howto_9 :b
6.10 "Coupling LAMMPS to other codes"_howto_10 :b
6.11 "Visualizing LAMMPS snapshots"_howto_11 :b
6.12 "Triclinic (non-orthogonal) simulation boxes"_howto_12 :b
6.13 "NEMD simulations"_howto_13 :b
6.14 "Finite-size spherical and aspherical particles"_howto_14 :b
6.15 "Output from LAMMPS (thermo, dumps, computes, fixes, variables)"_howto_15 :b
6.16 "Thermostatting, barostatting, and compute temperature"_howto_16 :b
6.17 "Walls"_howto_17 :b
6.18 "Elastic constants"_howto_18 :b
6.19 "Library interface to LAMMPS"_howto_19 :b
6.20 "Calculating thermal conductivity"_howto_20 :b
6.21 "Calculating viscosity"_howto_21 :ule,b
"Example problems"_Section_example.html :l
"Performance & scalability"_Section_perf.html :l
"Additional tools"_Section_tools.html :l
"Modifying & extending LAMMPS"_Section_modify.html :l
10.1 "Atom styles"_mod_1 :ulb,b
10.2 "Bond, angle, dihedral, improper potentials"_mod_2 :b
10.3 "Compute styles"_mod_3 :b
10.4 "Dump styles"_mod_4 :b
10.5 "Dump custom output options"_mod_5 :b
10.6 "Fix styles"_mod_6 :b
10.7 "Input script commands"_mod_7 :b
10.8 "Kspace computations"_mod_8 :b
10.9 "Minimization styles"_mod_9 :b
10.10 "Pairwise potentials"_mod_10 :b
10.11 "Region styles"_mod_11 :b
10.12 "Body styles"_mod_12 :b
10.13 "Thermodynamic output options"_mod_13 :b
10.14 "Variable options"_mod_14 :b
10.15 "Submitting new features for inclusion in LAMMPS"_mod_15 :ule,b
"Python interface"_Section_python.html :l
11.1 "Building LAMMPS as a shared library"_py_1 :ulb,b
11.2 "Installing the Python wrapper into Python"_py_2 :b
11.3 "Extending Python with MPI to run in parallel"_py_3 :b
11.4 "Testing the Python-LAMMPS interface"_py_4 :b
11.5 "Using LAMMPS from Python"_py_5 :b
11.6 "Example Python scripts that use LAMMPS"_py_6 :ule,b
"Errors"_Section_errors.html :l
12.1 "Common problems"_err_1 :ulb,b
12.2 "Reporting bugs"_err_2 :b
12.3 "Error & warning messages"_err_3 :ule,b
"Future and history"_Section_history.html :l
13.1 "Coming attractions"_hist_1 :ulb,b
13.2 "Past versions"_hist_2 :ule,b
:ole
:link(intro_1,Section_intro.html#intro_1)
:link(intro_2,Section_intro.html#intro_2)
:link(intro_3,Section_intro.html#intro_3)
:link(intro_4,Section_intro.html#intro_4)
:link(intro_5,Section_intro.html#intro_5)
:link(start_1,Section_start.html#start_1)
:link(start_2,Section_start.html#start_2)
:link(start_3,Section_start.html#start_3)
:link(start_4,Section_start.html#start_4)
:link(start_5,Section_start.html#start_5)
:link(start_6,Section_start.html#start_6)
:link(start_7,Section_start.html#start_7)
:link(start_8,Section_start.html#start_8)
:link(start_9,Section_start.html#start_9)
:link(cmd_1,Section_commands.html#cmd_1)
:link(cmd_2,Section_commands.html#cmd_2)
:link(cmd_3,Section_commands.html#cmd_3)
:link(cmd_4,Section_commands.html#cmd_4)
:link(cmd_5,Section_commands.html#cmd_5)
:link(pkg_1,Section_packages.html#pkg_1)
:link(pkg_2,Section_packages.html#pkg_2)
:link(acc_1,Section_accelerate.html#acc_1)
:link(acc_2,Section_accelerate.html#acc_2)
:link(acc_3,Section_accelerate.html#acc_3)
:link(acc_4,Section_accelerate.html#acc_4)
:link(acc_5,Section_accelerate.html#acc_5)
:link(acc_6,Section_accelerate.html#acc_6)
:link(acc_7,Section_accelerate.html#acc_7)
:link(acc_8,Section_accelerate.html#acc_8)
:link(howto_1,Section_howto.html#howto_1)
:link(howto_2,Section_howto.html#howto_2)
:link(howto_3,Section_howto.html#howto_3)
:link(howto_4,Section_howto.html#howto_4)
:link(howto_5,Section_howto.html#howto_5)
:link(howto_6,Section_howto.html#howto_6)
:link(howto_7,Section_howto.html#howto_7)
:link(howto_8,Section_howto.html#howto_8)
:link(howto_9,Section_howto.html#howto_9)
:link(howto_10,Section_howto.html#howto_10)
:link(howto_11,Section_howto.html#howto_11)
:link(howto_12,Section_howto.html#howto_12)
:link(howto_13,Section_howto.html#howto_13)
:link(howto_14,Section_howto.html#howto_14)
:link(howto_15,Section_howto.html#howto_15)
:link(howto_16,Section_howto.html#howto_16)
:link(howto_17,Section_howto.html#howto_17)
:link(howto_18,Section_howto.html#howto_18)
:link(howto_19,Section_howto.html#howto_19)
:link(howto_20,Section_howto.html#howto_20)
:link(howto_21,Section_howto.html#howto_21)
:link(mod_1,Section_modify.html#mod_1)
:link(mod_2,Section_modify.html#mod_2)
:link(mod_3,Section_modify.html#mod_3)
:link(mod_4,Section_modify.html#mod_4)
:link(mod_5,Section_modify.html#mod_5)
:link(mod_6,Section_modify.html#mod_6)
:link(mod_7,Section_modify.html#mod_7)
:link(mod_8,Section_modify.html#mod_8)
:link(mod_9,Section_modify.html#mod_9)
:link(mod_10,Section_modify.html#mod_10)
:link(mod_11,Section_modify.html#mod_11)
:link(mod_12,Section_modify.html#mod_12)
:link(mod_13,Section_modify.html#mod_13)
:link(mod_14,Section_modify.html#mod_14)
:link(mod_15,Section_modify.html#mod_15)
:link(py_1,Section_python.html#py_1)
:link(py_2,Section_python.html#py_2)
:link(py_3,Section_python.html#py_3)
:link(py_4,Section_python.html#py_4)
:link(py_5,Section_python.html#py_5)
:link(py_6,Section_python.html#py_6)
:link(err_1,Section_errors.html#err_1)
:link(err_2,Section_errors.html#err_2)
:link(err_3,Section_errors.html#err_3)
:link(hist_1,Section_history.html#hist_1)
:link(hist_2,Section_history.html#hist_2)
</BODY>
diff --git a/doc/Section_commands.html b/doc/Section_commands.html
index b7d4d3518..ddd9a4f6a 100644
--- a/doc/Section_commands.html
+++ b/doc/Section_commands.html
@@ -1,648 +1,651 @@
<HTML>
<CENTER><A HREF = "Section_start.html">Previous Section</A> - <A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> - <A HREF = "Section_packages.html">Next Section</A>
</CENTER>
<HR>
<H3>3. Commands
</H3>
<P>This section describes how a LAMMPS input script is formatted and the
input script commands used to define a LAMMPS simulation.
</P>
3.1 <A HREF = "#cmd_1">LAMMPS input script</A><BR>
3.2 <A HREF = "#cmd_2">Parsing rules</A><BR>
3.3 <A HREF = "#cmd_3">Input script structure</A><BR>
3.4 <A HREF = "#cmd_4">Commands listed by category</A><BR>
3.5 <A HREF = "#cmd_5">Commands listed alphabetically</A> <BR>
<HR>
<HR>
<A NAME = "cmd_1"></A><H4>3.1 LAMMPS input script
</H4>
<P>LAMMPS executes by reading commands from a input script (text file),
one line at a time. When the input script ends, LAMMPS exits. Each
command causes LAMMPS to take some action. It may set an internal
variable, read in a file, or run a simulation. Most commands have
default settings, which means you only need to use the command if you
wish to change the default.
</P>
<P>In many cases, the ordering of commands in an input script is not
important. However the following rules apply:
</P>
<P>(1) LAMMPS does not read your entire input script and then perform a
simulation with all the settings. Rather, the input script is read
one line at a time and each command takes effect when it is read.
Thus this sequence of commands:
</P>
<PRE>timestep 0.5
run 100
run 100
</PRE>
<P>does something different than this sequence:
</P>
<PRE>run 100
timestep 0.5
run 100
</PRE>
<P>In the first case, the specified timestep (0.5 fmsec) is used for two
simulations of 100 timesteps each. In the 2nd case, the default
timestep (1.0 fmsec) is used for the 1st 100 step simulation and a 0.5
fmsec timestep is used for the 2nd one.
</P>
<P>(2) Some commands are only valid when they follow other commands. For
example you cannot set the temperature of a group of atoms until atoms
have been defined and a group command is used to define which atoms
belong to the group.
</P>
<P>(3) Sometimes command B will use values that can be set by command A.
This means command A must precede command B in the input script if it
is to have the desired effect. For example, the
<A HREF = "read_data.html">read_data</A> command initializes the system by setting
up the simulation box and assigning atoms to processors. If default
values are not desired, the <A HREF = "processors.html">processors</A> and
<A HREF = "boundary.html">boundary</A> commands need to be used before read_data to
tell LAMMPS how to map processors to the simulation box.
</P>
<P>Many input script errors are detected by LAMMPS and an ERROR or
WARNING message is printed. <A HREF = "Section_errors.html">This section</A> gives
more information on what errors mean. The documentation for each
command lists restrictions on how the command can be used.
</P>
<HR>
<A NAME = "cmd_2"></A><H4>3.2 Parsing rules
</H4>
<P>Each non-blank line in the input script is treated as a command.
LAMMPS commands are case sensitive. Command names are lower-case, as
are specified command arguments. Upper case letters may be used in
file names or user-chosen ID strings.
</P>
<P>Here is how each line in the input script is parsed by LAMMPS:
</P>
<P>(1) If the last printable character on the line is a "&" character
(with no surrounding quotes), the command is assumed to continue on
the next line. The next line is concatenated to the previous line by
removing the "&" character and newline. This allows long commands to
be continued across two or more lines.
</P>
<P>(2) All characters from the first "#" character onward are treated as
comment and discarded. See an exception in (6). Note that a
comment after a trailing "&" character will prevent the command from
continuing on the next line. Also note that for multi-line commands a
single leading "#" will comment out the entire command.
</P>
<P>(3) The line is searched repeatedly for $ characters, which indicate
variables that are replaced with a text string. See an exception in
(6). If the $ is followed by curly brackets, then the variable name
is the text inside the curly brackets. If no curly brackets follow
the $, then the variable name is the single character immediately
following the $. Thus ${myTemp} and $x refer to variable names
"myTemp" and "x". See the <A HREF = "variable.html">variable</A> command for
details of how strings are assigned to variables and how they are
substituted for in input script commands.
</P>
<P>(4) The line is broken into "words" separated by whitespace (tabs,
spaces). Note that words can thus contain letters, digits,
underscores, or punctuation characters.
</P>
<P>(5) The first word is the command name. All successive words in the
line are arguments.
</P>
<P>(6) If you want text with spaces to be treated as a single argument,
it can be enclosed in either double or single quotes. E.g.
</P>
<PRE>print "Volume = $v"
print 'Volume = $v'
</PRE>
<P>The quotes are removed when the single argument is stored internally.
See the <A HREF = "dump_modify.html">dump modify format</A> or <A HREF = "if.html">if</A> commands
for examples. A "#" or "$" character that is between quotes will not
be treated as a comment indicator in (2) or substituted for as a
variable in (3).
</P>
<P>IMPORTANT NOTE: If the argument is itself a command that requires a
quoted argument (e.g. using a <A HREF = "print.html">print</A> command as part of an
<A HREF = "if.html">if</A> or <A HREF = "run.html">run every</A> command), then the double and
single quotes can be nested in the usual manner. See the doc pages
for those commands for examples. Only one of level of nesting is
allowed, but that should be sufficient for most use cases.
</P>
<HR>
<H4><A NAME = "cmd_3"></A>3.3 Input script structure
</H4>
<P>This section describes the structure of a typical LAMMPS input script.
The "examples" directory in the LAMMPS distribution contains many
sample input scripts; the corresponding problems are discussed in
<A HREF = "Section_example.html">Section_example</A>, and animated on the <A HREF = "http://lammps.sandia.gov">LAMMPS
WWW Site</A>.
</P>
<P>A LAMMPS input script typically has 4 parts:
</P>
<OL><LI>Initialization
<LI>Atom definition
<LI>Settings
<LI>Run a simulation
</OL>
<P>The last 2 parts can be repeated as many times as desired. I.e. run a
simulation, change some settings, run some more, etc. Each of the 4
parts is now described in more detail. Remember that almost all the
commands need only be used if a non-default value is desired.
</P>
<P>(1) Initialization
</P>
<P>Set parameters that need to be defined before atoms are created or
read-in from a file.
</P>
<P>The relevant commands are <A HREF = "units.html">units</A>,
<A HREF = "dimension.html">dimension</A>, <A HREF = "newton.html">newton</A>,
<A HREF = "processors.html">processors</A>, <A HREF = "boundary.html">boundary</A>,
<A HREF = "atom_style.html">atom_style</A>, <A HREF = "atom_modify.html">atom_modify</A>.
</P>
<P>If force-field parameters appear in the files that will be read, these
commands tell LAMMPS what kinds of force fields are being used:
<A HREF = "pair_style.html">pair_style</A>, <A HREF = "bond_style.html">bond_style</A>,
<A HREF = "angle_style.html">angle_style</A>, <A HREF = "dihedral_style.html">dihedral_style</A>,
<A HREF = "improper_style.html">improper_style</A>.
</P>
<P>(2) Atom definition
</P>
<P>There are 3 ways to define atoms in LAMMPS. Read them in from a data
or restart file via the <A HREF = "read_data.html">read_data</A> or
<A HREF = "read_restart.html">read_restart</A> commands. These files can contain
molecular topology information. Or create atoms on a lattice (with no
molecular topology), using these commands: <A HREF = "lattice.html">lattice</A>,
<A HREF = "region.html">region</A>, <A HREF = "create_box.html">create_box</A>,
<A HREF = "create_atoms.html">create_atoms</A>. The entire set of atoms can be
duplicated to make a larger simulation using the
<A HREF = "replicate.html">replicate</A> command.
</P>
<P>(3) Settings
</P>
<P>Once atoms and molecular topology are defined, a variety of settings
can be specified: force field coefficients, simulation parameters,
output options, etc.
</P>
<P>Force field coefficients are set by these commands (they can also be
set in the read-in files): <A HREF = "pair_coeff.html">pair_coeff</A>,
<A HREF = "bond_coeff.html">bond_coeff</A>, <A HREF = "angle_coeff.html">angle_coeff</A>,
<A HREF = "dihedral_coeff.html">dihedral_coeff</A>,
<A HREF = "improper_coeff.html">improper_coeff</A>,
<A HREF = "kspace_style.html">kspace_style</A>, <A HREF = "dielectric.html">dielectric</A>,
<A HREF = "special_bonds.html">special_bonds</A>.
</P>
<P>Various simulation parameters are set by these commands:
<A HREF = "neighbor.html">neighbor</A>, <A HREF = "neigh_modify.html">neigh_modify</A>,
<A HREF = "group.html">group</A>, <A HREF = "timestep.html">timestep</A>,
<A HREF = "reset_timestep.html">reset_timestep</A>, <A HREF = "run_style.html">run_style</A>,
<A HREF = "min_style.html">min_style</A>, <A HREF = "min_modify.html">min_modify</A>.
</P>
<P>Fixes impose a variety of boundary conditions, time integration, and
diagnostic options. The <A HREF = "fix.html">fix</A> command comes in many flavors.
</P>
<P>Various computations can be specified for execution during a
simulation using the <A HREF = "compute.html">compute</A>,
<A HREF = "compute_modify.html">compute_modify</A>, and <A HREF = "variable.html">variable</A>
commands.
</P>
<P>Output options are set by the <A HREF = "thermo.html">thermo</A>, <A HREF = "dump.html">dump</A>,
and <A HREF = "restart.html">restart</A> commands.
</P>
<P>(4) Run a simulation
</P>
<P>A molecular dynamics simulation is run using the <A HREF = "run.html">run</A>
command. Energy minimization (molecular statics) is performed using
the <A HREF = "minimize.html">minimize</A> command. A parallel tempering
(replica-exchange) simulation can be run using the
<A HREF = "temper.html">temper</A> command.
</P>
<HR>
<A NAME = "cmd_4"></A><H4>3.4 Commands listed by category
</H4>
<P>This section lists all LAMMPS commands, grouped by category. The
<A HREF = "#cmd_5">next section</A> lists the same commands alphabetically. Note
that some style options for some commands are part of specific LAMMPS
packages, which means they cannot be used unless the package was
included when LAMMPS was built. Not all packages are included in a
default LAMMPS build. These dependencies are listed as Restrictions
in the command's documentation.
</P>
<P>Initialization:
</P>
<P><A HREF = "atom_modify.html">atom_modify</A>, <A HREF = "atom_style.html">atom_style</A>,
<A HREF = "boundary.html">boundary</A>, <A HREF = "dimension.html">dimension</A>,
<A HREF = "newton.html">newton</A>, <A HREF = "processors.html">processors</A>, <A HREF = "units.html">units</A>
</P>
<P>Atom definition:
</P>
<P><A HREF = "create_atoms.html">create_atoms</A>, <A HREF = "create_box.html">create_box</A>,
<A HREF = "lattice.html">lattice</A>, <A HREF = "read_data.html">read_data</A>,
<A HREF = "read_dump.html">read_dump</A>, <A HREF = "read_restart.html">read_restart</A>,
<A HREF = "region.html">region</A>, <A HREF = "replicate.html">replicate</A>
</P>
<P>Force fields:
</P>
<P><A HREF = "angle_coeff.html">angle_coeff</A>, <A HREF = "angle_style.html">angle_style</A>,
<A HREF = "bond_coeff.html">bond_coeff</A>, <A HREF = "bond_style.html">bond_style</A>,
<A HREF = "dielectric.html">dielectric</A>, <A HREF = "dihedral_coeff.html">dihedral_coeff</A>,
<A HREF = "dihedral_style.html">dihedral_style</A>,
<A HREF = "improper_coeff.html">improper_coeff</A>,
<A HREF = "improper_style.html">improper_style</A>,
<A HREF = "kspace_modify.html">kspace_modify</A>, <A HREF = "kspace_style.html">kspace_style</A>,
<A HREF = "pair_coeff.html">pair_coeff</A>, <A HREF = "pair_modify.html">pair_modify</A>,
<A HREF = "pair_style.html">pair_style</A>, <A HREF = "pair_write.html">pair_write</A>,
<A HREF = "special_bonds.html">special_bonds</A>
</P>
<P>Settings:
</P>
<P><A HREF = "communicate.html">communicate</A>, <A HREF = "group.html">group</A>, <A HREF = "mass.html">mass</A>,
<A HREF = "min_modify.html">min_modify</A>, <A HREF = "min_style.html">min_style</A>,
<A HREF = "neigh_modify.html">neigh_modify</A>, <A HREF = "neighbor.html">neighbor</A>,
<A HREF = "reset_timestep.html">reset_timestep</A>, <A HREF = "run_style.html">run_style</A>,
<A HREF = "set.html">set</A>, <A HREF = "timestep.html">timestep</A>, <A HREF = "velocity.html">velocity</A>
</P>
<P>Fixes:
</P>
<P><A HREF = "fix.html">fix</A>, <A HREF = "fix_modify.html">fix_modify</A>, <A HREF = "unfix.html">unfix</A>
</P>
<P>Computes:
</P>
<P><A HREF = "compute.html">compute</A>, <A HREF = "compute_modify.html">compute_modify</A>,
<A HREF = "uncompute.html">uncompute</A>
</P>
<P>Output:
</P>
<P><A HREF = "dump.html">dump</A>, <A HREF = "dump_image.html">dump image</A>,
<A HREF = "dump_modify.html">dump_modify</A>, <A HREF = "restart.html">restart</A>,
<A HREF = "thermo.html">thermo</A>, <A HREF = "thermo_modify.html">thermo_modify</A>,
<A HREF = "thermo_style.html">thermo_style</A>, <A HREF = "undump.html">undump</A>,
<A HREF = "write_restart.html">write_restart</A>
</P>
<P>Actions:
</P>
<P><A HREF = "delete_atoms.html">delete_atoms</A>, <A HREF = "delete_bonds.html">delete_bonds</A>,
<A HREF = "displace_atoms.html">displace_atoms</A>, <A HREF = "change_box.html">change_box</A>,
<A HREF = "minimize.html">minimize</A>, <A HREF = "neb.html">neb</A> <A HREF = "prd.html">prd</A>,
<A HREF = "rerun.html">rerun</A>, <A HREF = "run.html">run</A>, <A HREF = "temper.html">temper</A>
</P>
<P>Miscellaneous:
</P>
<P><A HREF = "clear.html">clear</A>, <A HREF = "echo.html">echo</A>, <A HREF = "if.html">if</A>,
<A HREF = "include.html">include</A>, <A HREF = "jump.html">jump</A>, <A HREF = "label.html">label</A>,
<A HREF = "log.html">log</A>, <A HREF = "next.html">next</A>, <A HREF = "print.html">print</A>,
<A HREF = "shell.html">shell</A>, <A HREF = "variable.html">variable</A>
</P>
<HR>
<H4><A NAME = "cmd_5"></A><A NAME = "comm"></A>3.5 Individual commands
</H4>
<P>This section lists all LAMMPS commands alphabetically, with a separate
listing below of styles within certain commands. The <A HREF = "#cmd_4">previous
section</A> lists the same commands, grouped by category. Note
that some style options for some commands are part of specific LAMMPS
packages, which means they cannot be used unless the package was
included when LAMMPS was built. Not all packages are included in a
default LAMMPS build. These dependencies are listed as Restrictions
in the command's documentation.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "angle_coeff.html">angle_coeff</A></TD><TD ><A HREF = "angle_style.html">angle_style</A></TD><TD ><A HREF = "atom_modify.html">atom_modify</A></TD><TD ><A HREF = "atom_style.html">atom_style</A></TD><TD ><A HREF = "balance.html">balance</A></TD><TD ><A HREF = "bond_coeff.html">bond_coeff</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "bond_style.html">bond_style</A></TD><TD ><A HREF = "boundary.html">boundary</A></TD><TD ><A HREF = "box.html">box</A></TD><TD ><A HREF = "change_box.html">change_box</A></TD><TD ><A HREF = "clear.html">clear</A></TD><TD ><A HREF = "communicate.html">communicate</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute.html">compute</A></TD><TD ><A HREF = "compute_modify.html">compute_modify</A></TD><TD ><A HREF = "create_atoms.html">create_atoms</A></TD><TD ><A HREF = "create_box.html">create_box</A></TD><TD ><A HREF = "delete_atoms.html">delete_atoms</A></TD><TD ><A HREF = "delete_bonds.html">delete_bonds</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "dielectric.html">dielectric</A></TD><TD ><A HREF = "dihedral_coeff.html">dihedral_coeff</A></TD><TD ><A HREF = "dihedral_style.html">dihedral_style</A></TD><TD ><A HREF = "dimension.html">dimension</A></TD><TD ><A HREF = "displace_atoms.html">displace_atoms</A></TD><TD ><A HREF = "dump.html">dump</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "dump_image.html">dump image</A></TD><TD ><A HREF = "dump_modify.html">dump_modify</A></TD><TD ><A HREF = "echo.html">echo</A></TD><TD ><A HREF = "fix.html">fix</A></TD><TD ><A HREF = "fix_modify.html">fix_modify</A></TD><TD ><A HREF = "group.html">group</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "if.html">if</A></TD><TD ><A HREF = "improper_coeff.html">improper_coeff</A></TD><TD ><A HREF = "improper_style.html">improper_style</A></TD><TD ><A HREF = "include.html">include</A></TD><TD ><A HREF = "jump.html">jump</A></TD><TD ><A HREF = "kspace_modify.html">kspace_modify</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "kspace_style.html">kspace_style</A></TD><TD ><A HREF = "label.html">label</A></TD><TD ><A HREF = "lattice.html">lattice</A></TD><TD ><A HREF = "log.html">log</A></TD><TD ><A HREF = "mass.html">mass</A></TD><TD ><A HREF = "minimize.html">minimize</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "min_modify.html">min_modify</A></TD><TD ><A HREF = "min_style.html">min_style</A></TD><TD ><A HREF = "neb.html">neb</A></TD><TD ><A HREF = "neigh_modify.html">neigh_modify</A></TD><TD ><A HREF = "neighbor.html">neighbor</A></TD><TD ><A HREF = "newton.html">newton</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "next.html">next</A></TD><TD ><A HREF = "package.html">package</A></TD><TD ><A HREF = "pair_coeff.html">pair_coeff</A></TD><TD ><A HREF = "pair_modify.html">pair_modify</A></TD><TD ><A HREF = "pair_style.html">pair_style</A></TD><TD ><A HREF = "pair_write.html">pair_write</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "partition.html">partition</A></TD><TD ><A HREF = "prd.html">prd</A></TD><TD ><A HREF = "print.html">print</A></TD><TD ><A HREF = "processors.html">processors</A></TD><TD ><A HREF = "quit.html">quit</A></TD><TD ><A HREF = "read_data.html">read_data</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "read_dump.html">read_dump</A></TD><TD ><A HREF = "read_restart.html">read_restart</A></TD><TD ><A HREF = "region.html">region</A></TD><TD ><A HREF = "replicate.html">replicate</A></TD><TD ><A HREF = "rerun.html">rerun</A></TD><TD ><A HREF = "reset_timestep.html">reset_timestep</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "restart.html">restart</A></TD><TD ><A HREF = "run.html">run</A></TD><TD ><A HREF = "run_style.html">run_style</A></TD><TD ><A HREF = "set.html">set</A></TD><TD ><A HREF = "shell.html">shell</A></TD><TD ><A HREF = "special_bonds.html">special_bonds</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "suffix.html">suffix</A></TD><TD ><A HREF = "tad.html">tad</A></TD><TD ><A HREF = "temper.html">temper</A></TD><TD ><A HREF = "thermo.html">thermo</A></TD><TD ><A HREF = "thermo_modify.html">thermo_modify</A></TD><TD ><A HREF = "thermo_style.html">thermo_style</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "timestep.html">timestep</A></TD><TD ><A HREF = "uncompute.html">uncompute</A></TD><TD ><A HREF = "undump.html">undump</A></TD><TD ><A HREF = "unfix.html">unfix</A></TD><TD ><A HREF = "units.html">units</A></TD><TD ><A HREF = "variable.html">variable</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "velocity.html">velocity</A></TD><TD ><A HREF = "write_restart.html">write_restart</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Fix styles
</H4>
<P>See the <A HREF = "fix.html">fix</A> command for one-line descriptions
of each style or click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "fix_adapt.html">adapt</A></TD><TD ><A HREF = "fix_addforce.html">addforce</A></TD><TD ><A HREF = "fix_append_atoms.html">append/atoms</A></TD><TD ><A HREF = "fix_aveforce.html">aveforce</A></TD><TD ><A HREF = "fix_ave_atom.html">ave/atom</A></TD><TD ><A HREF = "fix_ave_correlate.html">ave/correlate</A></TD><TD ><A HREF = "fix_ave_histo.html">ave/histo</A></TD><TD ><A HREF = "fix_ave_spatial.html">ave/spatial</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_ave_time.html">ave/time</A></TD><TD ><A HREF = "fix_balance.html">balance</A></TD><TD ><A HREF = "fix_bond_break.html">bond/break</A></TD><TD ><A HREF = "fix_bond_create.html">bond/create</A></TD><TD ><A HREF = "fix_bond_swap.html">bond/swap</A></TD><TD ><A HREF = "fix_box_relax.html">box/relax</A></TD><TD ><A HREF = "fix_deform.html">deform</A></TD><TD ><A HREF = "fix_deposit.html">deposit</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_drag.html">drag</A></TD><TD ><A HREF = "fix_dt_reset.html">dt/reset</A></TD><TD ><A HREF = "fix_efield.html">efield</A></TD><TD ><A HREF = "fix_enforce2d.html">enforce2d</A></TD><TD ><A HREF = "fix_evaporate.html">evaporate</A></TD><TD ><A HREF = "fix_external.html">external</A></TD><TD ><A HREF = "fix_freeze.html">freeze</A></TD><TD ><A HREF = "fix_gcmc.html">gcmc</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_gravity.html">gravity</A></TD><TD ><A HREF = "fix_heat.html">heat</A></TD><TD ><A HREF = "fix_indent.html">indent</A></TD><TD ><A HREF = "fix_langevin.html">langevin</A></TD><TD ><A HREF = "fix_lineforce.html">lineforce</A></TD><TD ><A HREF = "fix_momentum.html">momentum</A></TD><TD ><A HREF = "fix_move.html">move</A></TD><TD ><A HREF = "fix_msst.html">msst</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_neb.html">neb</A></TD><TD ><A HREF = "fix_nh.html">nph</A></TD><TD ><A HREF = "fix_nphug.html">nphug</A></TD><TD ><A HREF = "fix_nph_asphere.html">nph/asphere</A></TD><TD ><A HREF = "fix_nph_sphere.html">nph/sphere</A></TD><TD ><A HREF = "fix_nh.html">npt</A></TD><TD ><A HREF = "fix_npt_asphere.html">npt/asphere</A></TD><TD ><A HREF = "fix_npt_sphere.html">npt/sphere</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_nve.html">nve</A></TD><TD ><A HREF = "fix_nve_asphere.html">nve/asphere</A></TD><TD ><A HREF = "fix_nve_asphere_noforce.html">nve/asphere/noforce</A></TD><TD ><A HREF = "fix_nve_body.html">nve/body</A></TD><TD ><A HREF = "fix_nve_limit.html">nve/limit</A></TD><TD ><A HREF = "fix_nve_line.html">nve/line</A></TD><TD ><A HREF = "fix_nve_noforce.html">nve/noforce</A></TD><TD ><A HREF = "fix_nve_sphere.html">nve/sphere</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_nve_tri.html">nve/tri</A></TD><TD ><A HREF = "fix_nh.html">nvt</A></TD><TD ><A HREF = "fix_nvt_asphere.html">nvt/asphere</A></TD><TD ><A HREF = "fix_nvt_sllod.html">nvt/sllod</A></TD><TD ><A HREF = "fix_nvt_sphere.html">nvt/sphere</A></TD><TD ><A HREF = "fix_orient_fcc.html">orient/fcc</A></TD><TD ><A HREF = "fix_planeforce.html">planeforce</A></TD><TD ><A HREF = "fix_poems.html">poems</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_pour.html">pour</A></TD><TD ><A HREF = "fix_press_berendsen.html">press/berendsen</A></TD><TD ><A HREF = "fix_print.html">print</A></TD><TD ><A HREF = "fix_qeq_comb.html">qeq/comb</A></TD><TD ><A HREF = "fix_reax_bonds.html">reax/bonds</A></TD><TD ><A HREF = "fix_recenter.html">recenter</A></TD><TD ><A HREF = "fix_restrain.html">restrain</A></TD><TD ><A HREF = "fix_rigid.html">rigid</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_rigid.html">rigid/nph</A></TD><TD ><A HREF = "fix_rigid.html">rigid/npt</A></TD><TD ><A HREF = "fix_rigid.html">rigid/nve</A></TD><TD ><A HREF = "fix_rigid.html">rigid/nvt</A></TD><TD ><A HREF = "fix_rigid.html">rigid/small</A></TD><TD ><A HREF = "fix_setforce.html">setforce</A></TD><TD ><A HREF = "fix_shake.html">shake</A></TD><TD ><A HREF = "fix_spring.html">spring</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_spring_rg.html">spring/rg</A></TD><TD ><A HREF = "fix_spring_self.html">spring/self</A></TD><TD ><A HREF = "fix_srd.html">srd</A></TD><TD ><A HREF = "fix_store_force.html">store/force</A></TD><TD ><A HREF = "fix_store_state.html">store/state</A></TD><TD ><A HREF = "fix_temp_berendsen.html">temp/berendsen</A></TD><TD ><A HREF = "fix_temp_rescale.html">temp/rescale</A></TD><TD ><A HREF = "fix_thermal_conductivity.html">thermal/conductivity</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_tmd.html">tmd</A></TD><TD ><A HREF = "fix_ttm.html">ttm</A></TD><TD ><A HREF = "fix_viscosity.html">viscosity</A></TD><TD ><A HREF = "fix_viscous.html">viscous</A></TD><TD ><A HREF = "fix_wall.html">wall/colloid</A></TD><TD ><A HREF = "fix_wall_gran.html">wall/gran</A></TD><TD ><A HREF = "fix_wall.html">wall/harmonic</A></TD><TD ><A HREF = "fix_wall.html">wall/lj126</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_wall.html">wall/lj93</A></TD><TD ><A HREF = "fix_wall_piston.html">wall/piston</A></TD><TD ><A HREF = "fix_wall_reflect.html">wall/reflect</A></TD><TD ><A HREF = "fix_wall_region.html">wall/region</A></TD><TD ><A HREF = "fix_wall_srd.html">wall/srd</A>
</TD></TR></TABLE></DIV>
<P>These are fix styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "fix_addtorque.html">addtorque</A></TD><TD ><A HREF = "fix_atc.html">atc</A></TD><TD ><A HREF = "fix_colvars.html">colvars</A></TD><TD ><A HREF = "fix_imd.html">imd</A></TD><TD ><A HREF = "fix_langevin_eff.html">langevin/eff</A></TD><TD ><A HREF = "fix_meso.html">meso</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_meso_stationary.html">meso/stationary</A></TD><TD ><A HREF = "fix_nh_eff.html">nph/eff</A></TD><TD ><A HREF = "fix_nh_eff.html">npt/eff</A></TD><TD ><A HREF = "fix_nve_eff.html">nve/eff</A></TD><TD ><A HREF = "fix_nh_eff.html">nvt/eff</A></TD><TD ><A HREF = "fix_nvt_sllod_eff.html">nvt/sllod/eff</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_qeq_reax.html">qeq/reax</A></TD><TD ><A HREF = "fix_reaxc_bonds.html">reax/c/bonds</A></TD><TD ><A HREF = "fix_smd.html">smd</A></TD><TD ><A HREF = "fix_temp_rescale_eff.html">temp/rescale/eff</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated fix styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "fix_freeze.html">freeze/cuda</A></TD><TD ><A HREF = "fix_addforce.html">addforce/cuda</A></TD><TD ><A HREF = "fix_aveforce.html">aveforce/cuda</A></TD><TD ><A HREF = "fix_enforce2d.html">enforce2d/cuda</A></TD><TD ><A HREF = "fix_gravity.html">gravity/cuda</A></TD><TD ><A HREF = "fix_gravity.html">gravity/omp</A></TD></TR>
-<TR ALIGN="center"><TD ><A HREF = "fix_nh.html">npt/cuda</A></TD><TD ><A HREF = "fix_nh.html">nve/cuda</A></TD><TD ><A HREF = "fix_nve_sphere.html">nve/sphere/omp</A></TD><TD ><A HREF = "fix_nh.html">nvt/cuda</A></TD><TD ><A HREF = "fix_qeq_comb.html">qeq/comb/omp</A></TD><TD ><A HREF = "fix_setforce.html">setforce/cuda</A></TD></TR>
+<TR ALIGN="center"><TD ><A HREF = "fix_nh.html">nph/omp</A></TD><TD ><A HREF = "fix_nphug.html">nphug/omp</A></TD><TD ><A HREF = "fix_nph_asphere.html">nph/asphere/omp</A></TD><TD ><A HREF = "fix_nph_sphere.html">nph/sphere/omp</A></TD><TD ><A HREF = "fix_nh.html">npt/cuda</A></TD><TD ><A HREF = "fix_nh.html">npt/omp</A></TD></TR>
+<TR ALIGN="center"><TD ><A HREF = "fix_npt_asphere.html">npt/asphere/omp</A></TD><TD ><A HREF = "fix_npt_sphere.html">npt/sphere/omp</A></TD><TD ><A HREF = "fix_nh.html">nve/cuda</A></TD><TD ><A HREF = "fix_nve.html">nve/omp</A></TD><TD ><A HREF = "fix_nve_sphere.html">nve/sphere/omp</A></TD><TD ><A HREF = "fix_nh.html">nvt/cuda</A></TD></TR>
+<TR ALIGN="center"><TD ><A HREF = "fix_nh.html">nvt/omp</A></TD><TD ><A HREF = "fix_nvt_asphere.html">nvt/asphere/omp</A></TD><TD ><A HREF = "fix_nvt_sllod.html">nvt/sllod/omp</A></TD><TD ><A HREF = "fix_nvt_sphere.html">nvt/sphere/omp</A></TD><TD ><A HREF = "fix_qeq_comb.html">qeq/comb/omp</A></TD><TD ><A HREF = "fix_rigid.html">rigid/omp</A></TD></TR>
+<TR ALIGN="center"><TD ><A HREF = "fix_rigid.html">rigid/nph/omp</A></TD><TD ><A HREF = "fix_rigid.html">rigid/npt/omp</A></TD><TD ><A HREF = "fix_rigid.html">rigid/nve/omp</A></TD><TD ><A HREF = "fix_rigid.html">rigid/nvt/omp</A></TD><TD ><A HREF = "fix_rigid.html">rigid/small/omp</A></TD><TD ><A HREF = "fix_setforce.html">setforce/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "fix_shake.html">shake/cuda</A></TD><TD ><A HREF = "fix_temp_berendsen.html">temp/berendsen/cuda</A></TD><TD ><A HREF = "fix_temp_rescale.html">temp/rescale/cuda</A></TD><TD ><A HREF = "fix_temp_rescale.html">temp/rescale/limit/cuda</A></TD><TD ><A HREF = "fix_viscous.html">viscous/cuda</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Compute styles
</H4>
<P>See the <A HREF = "compute.html">compute</A> command for one-line descriptions of
each style or click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "compute_angle_local.html">angle/local</A></TD><TD ><A HREF = "compute_atom_molecule.html">atom/molecule</A></TD><TD ><A HREF = "compute_body_local.html">body/local</A></TD><TD ><A HREF = "compute_bond_local.html">bond/local</A></TD><TD ><A HREF = "compute_centro_atom.html">centro/atom</A></TD><TD ><A HREF = "compute_cluster_atom.html">cluster/atom</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_cna_atom.html">cna/atom</A></TD><TD ><A HREF = "compute_com.html">com</A></TD><TD ><A HREF = "compute_com_molecule.html">com/molecule</A></TD><TD ><A HREF = "compute_contact_atom.html">contact/atom</A></TD><TD ><A HREF = "compute_coord_atom.html">coord/atom</A></TD><TD ><A HREF = "compute_damage_atom.html">damage/atom</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_dihedral_local.html">dihedral/local</A></TD><TD ><A HREF = "compute_displace_atom.html">displace/atom</A></TD><TD ><A HREF = "compute_erotate_asphere.html">erotate/asphere</A></TD><TD ><A HREF = "compute_erotate_sphere.html">erotate/sphere</A></TD><TD ><A HREF = "compute_erotate_sphere_atom.html">erotate/sphere/atom</A></TD><TD ><A HREF = "compute_event_displace.html">event/displace</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_group_group.html">group/group</A></TD><TD ><A HREF = "compute_gyration.html">gyration</A></TD><TD ><A HREF = "compute_gyration_molecule.html">gyration/molecule</A></TD><TD ><A HREF = "compute_heat_flux.html">heat/flux</A></TD><TD ><A HREF = "compute_improper_local.html">improper/local</A></TD><TD ><A HREF = "compute_inertia_molecule.html">inertia/molecule</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_ke.html">ke</A></TD><TD ><A HREF = "compute_ke_atom.html">ke/atom</A></TD><TD ><A HREF = "compute_msd.html">msd</A></TD><TD ><A HREF = "compute_msd_molecule.html">msd/molecule</A></TD><TD ><A HREF = "compute_pair.html">pair</A></TD><TD ><A HREF = "compute_pair_local.html">pair/local</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_pe.html">pe</A></TD><TD ><A HREF = "compute_pe_atom.html">pe/atom</A></TD><TD ><A HREF = "compute_pressure.html">pressure</A></TD><TD ><A HREF = "compute_property_atom.html">property/atom</A></TD><TD ><A HREF = "compute_property_local.html">property/local</A></TD><TD ><A HREF = "compute_property_molecule.html">property/molecule</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_rdf.html">rdf</A></TD><TD ><A HREF = "compute_reduce.html">reduce</A></TD><TD ><A HREF = "compute_reduce.html">reduce/region</A></TD><TD ><A HREF = "compute_slice.html">slice</A></TD><TD ><A HREF = "compute_stress_atom.html">stress/atom</A></TD><TD ><A HREF = "compute_temp.html">temp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_temp_asphere.html">temp/asphere</A></TD><TD ><A HREF = "compute_temp_com.html">temp/com</A></TD><TD ><A HREF = "compute_temp_deform.html">temp/deform</A></TD><TD ><A HREF = "compute_temp_partial.html">temp/partial</A></TD><TD ><A HREF = "compute_temp_profile.html">temp/profile</A></TD><TD ><A HREF = "compute_temp_ramp.html">temp/ramp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_temp_region.html">temp/region</A></TD><TD ><A HREF = "compute_temp_sphere.html">temp/sphere</A></TD><TD ><A HREF = "compute_ti.html">ti</A></TD><TD ><A HREF = "compute_voronoi_atom.html">voronoi/atom</A>
</TD></TR></TABLE></DIV>
<P>These are compute styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "compute_ackland_atom.html">ackland/atom</A></TD><TD ><A HREF = "compute_ke_eff.html">ke/eff</A></TD><TD ><A HREF = "compute_ke_atom_eff.html">ke/atom/eff</A></TD><TD ><A HREF = "compute_meso_e_atom.html">meso_e/atom</A></TD><TD ><A HREF = "compute_meso_rho_atom.html">meso_rho/atom</A></TD><TD ><A HREF = "compute_meso_t_atom.html">meso_t/atom</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_temp_eff.html">temp/eff</A></TD><TD ><A HREF = "compute_temp_deform_eff.html">temp/deform/eff</A></TD><TD ><A HREF = "compute_temp_region_eff.html">temp/region/eff</A></TD><TD ><A HREF = "compute_temp_rotate.html">temp/rotate</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated compute styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "compute_pe.html">pe/cuda</A></TD><TD ><A HREF = "compute_pressure.html">pressure/cuda</A></TD><TD ><A HREF = "compute_temp.html">temp/cuda</A></TD><TD ><A HREF = "compute_temp_partial.html">temp/partial/cuda</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Pair_style potentials
</H4>
<P>See the <A HREF = "pair_style.html">pair_style</A> command for an overview of pair
potentials. Click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "pair_none.html">none</A></TD><TD ><A HREF = "pair_hybrid.html">hybrid</A></TD><TD ><A HREF = "pair_hybrid.html">hybrid/overlay</A></TD><TD ><A HREF = "pair_adp.html">adp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_airebo.html">airebo</A></TD><TD ><A HREF = "pair_beck.html">beck</A></TD><TD ><A HREF = "pair_body.html">body</A></TD><TD ><A HREF = "pair_bop.html">bop</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_born.html">born</A></TD><TD ><A HREF = "pair_born.html">born/coul/long</A></TD><TD ><A HREF = "pair_born.html">born/coul/msm</A></TD><TD ><A HREF = "pair_born.html">born/coul/wolf</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_brownian.html">brownian</A></TD><TD ><A HREF = "pair_brownian.html">brownian/poly</A></TD><TD ><A HREF = "pair_buck.html">buck</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/cut</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_buck.html">buck/coul/long</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/msm</A></TD><TD ><A HREF = "pair_buck_long.html">buck/long/coul/long</A></TD><TD ><A HREF = "pair_colloid.html">colloid</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_comb.html">comb</A></TD><TD ><A HREF = "pair_coul.html">coul/cut</A></TD><TD ><A HREF = "pair_coul.html">coul/debye</A></TD><TD ><A HREF = "pair_coul.html">coul/dsf</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_coul.html">coul/long</A></TD><TD ><A HREF = "pair_coul.html">coul/msm</A></TD><TD ><A HREF = "pair_coul.html">coul/wolf</A></TD><TD ><A HREF = "pair_dipole.html">dipole/cut</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_dpd.html">dpd</A></TD><TD ><A HREF = "pair_dpd.html">dpd/tstat</A></TD><TD ><A HREF = "pair_dsmc.html">dsmc</A></TD><TD ><A HREF = "pair_eam.html">eam</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_eam.html">eam/alloy</A></TD><TD ><A HREF = "pair_eam.html">eam/fs</A></TD><TD ><A HREF = "pair_eim.html">eim</A></TD><TD ><A HREF = "pair_gauss.html">gauss</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_gayberne.html">gayberne</A></TD><TD ><A HREF = "pair_gran.html">gran/hertz/history</A></TD><TD ><A HREF = "pair_gran.html">gran/hooke</A></TD><TD ><A HREF = "pair_gran.html">gran/hooke/history</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_hbond_dreiding.html">hbond/dreiding/lj</A></TD><TD ><A HREF = "pair_hbond_dreiding.html">hbond/dreiding/morse</A></TD><TD ><A HREF = "pair_kim.html">kim</A></TD><TD ><A HREF = "pair_lcbop.html">lcbop</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_line_lj.html">line/lj</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm/implicit</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/long</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/msm</A></TD><TD ><A HREF = "pair_class2.html">lj/class2</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/cut</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/long</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/cut</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/debye</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/dsf</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/coul/long</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/msm</A></TD><TD ><A HREF = "pair_lj_long.html">lj/long/coul/long</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/tip4p/long</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj_long.html">lj/long/tip4p/long</A></TD><TD ><A HREF = "pair_lj_expand.html">lj/expand</A></TD><TD ><A HREF = "pair_gromacs.html">lj/gromacs</A></TD><TD ><A HREF = "pair_gromacs.html">lj/gromacs/coul/gromacs</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj_smooth.html">lj/smooth</A></TD><TD ><A HREF = "pair_lj_smooth_linear.html">lj/smooth/linear</A></TD><TD ><A HREF = "pair_lj96.html">lj96/cut</A></TD><TD ><A HREF = "pair_lubricate.html">lubricate</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lubricate.html">lubricate/poly</A></TD><TD ><A HREF = "pair_lubricateU.html">lubricateU</A></TD><TD ><A HREF = "pair_lubricateU.html">lubricateU/poly</A></TD><TD ><A HREF = "pair_meam.html">meam</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_mie.html">mie/cut</A></TD><TD ><A HREF = "pair_morse.html">morse</A></TD><TD ><A HREF = "pair_peri.html">peri/lps</A></TD><TD ><A HREF = "pair_peri.html">peri/pmb</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_reax.html">reax</A></TD><TD ><A HREF = "pair_airebo.html">rebo</A></TD><TD ><A HREF = "pair_resquared.html">resquared</A></TD><TD ><A HREF = "pair_soft.html">soft</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_sw.html">sw</A></TD><TD ><A HREF = "pair_table.html">table</A></TD><TD ><A HREF = "pair_tersoff.html">tersoff</A></TD><TD ><A HREF = "pair_tersoff_zbl.html">tersoff/zbl</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_tri_lj.html">tri/lj</A></TD><TD ><A HREF = "pair_yukawa.html">yukawa</A></TD><TD ><A HREF = "pair_yukawa_colloid.html">yukawa/colloid</A>
</TD></TR></TABLE></DIV>
<P>These are pair styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "pair_awpmd.html">awpmd/cut</A></TD><TD ><A HREF = "pair_coul_diel.html">coul/diel</A></TD><TD ><A HREF = "pair_dipole.html">dipole/sf</A></TD><TD ><A HREF = "pair_eam.html">eam/cd</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_edip.html">edip</A></TD><TD ><A HREF = "pair_eff.html">eff/cut</A></TD><TD ><A HREF = "pair_gauss.html">gauss/cut</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_sdk.html">lj/sdk/coul/long</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk/coul/msm</A></TD><TD ><A HREF = "pair_lj_sf.html">lj/sf</A></TD><TD ><A HREF = "pair_meam_spline.html">meam/spline</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_meam_sw_spline.html">meam/sw/spline</A></TD><TD ><A HREF = "pair_reax_c.html">reax/c</A></TD><TD ><A HREF = "pair_sph_heatconduction.html">sph/heatconduction</A></TD><TD ><A HREF = "pair_sph_idealgas.html">sph/idealgas</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_sph_lj.html">sph/lj</A></TD><TD ><A HREF = "pair_sph_rhosum.html">sph/rhosum</A></TD><TD ><A HREF = "pair_sph_taitwater.html">sph/taitwater</A></TD><TD ><A HREF = "pair_sph_taitwater_morris.html">sph/taitwater/morris</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_tersoff.html">tersoff/table</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated pair styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "pair_adp.html">adp/omp</A></TD><TD ><A HREF = "pair_airebo.html">airebo/omp</A></TD><TD ><A HREF = "pair_beck.html">beck/omp</A></TD><TD ><A HREF = "pair_born.html">born/coul/long/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_born.html">born/coul/long/gpu</A></TD><TD ><A HREF = "pair_born.html">born/coul/long/omp</A></TD><TD ><A HREF = "pair_born.html">born/coul/msm/omp</A></TD><TD ><A HREF = "pair_born.html">born/coul/wolf/gpu</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_born.html">born/coul/wolf/omp</A></TD><TD ><A HREF = "pair_born.html">born/gpu</A></TD><TD ><A HREF = "pair_born.html">born/omp</A></TD><TD ><A HREF = "pair_brownian.html">brownian/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_brownian.html">brownian/poly/omp</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/cut/cuda</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/cut/gpu</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/cut/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_buck.html">buck/coul/long/cuda</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/long/gpu</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/long/omp</A></TD><TD ><A HREF = "pair_buck.html">buck/coul/msm/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_buck.html">buck/cuda</A></TD><TD ><A HREF = "pair_buck_long.html">buck/long/coul/long/omp</A></TD><TD ><A HREF = "pair_buck.html">buck/gpu</A></TD><TD ><A HREF = "pair_buck.html">buck/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_colloid.html">colloid/gpu</A></TD><TD ><A HREF = "pair_colloid.html">colloid/omp</A></TD><TD ><A HREF = "pair_comb.html">comb/omp</A></TD><TD ><A HREF = "pair_coul.html">coul/cut/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_coul.html">coul/debye/omp</A></TD><TD ><A HREF = "pair_coul.html">coul/dsf/gpu</A></TD><TD ><A HREF = "pair_coul.html">coul/long/gpu</A></TD><TD ><A HREF = "pair_coul.html">coul/long/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_coul.html">coul/msm/omp</A></TD><TD ><A HREF = "pair_coul.html">coul/wolf</A></TD><TD ><A HREF = "pair_dipole.html">dipole/cut/gpu</A></TD><TD ><A HREF = "pair_dipole.html">dipole/cut/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_dipole.html">dipole/sf/gpu</A></TD><TD ><A HREF = "pair_dipole.html">dipole/sf/omp</A></TD><TD ><A HREF = "pair_dpd.html">dpd/omp</A></TD><TD ><A HREF = "pair_dpd.html">dpd/tstat/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_eam.html">eam/alloy/cuda</A></TD><TD ><A HREF = "pair_eam.html">eam/alloy/gpu</A></TD><TD ><A HREF = "pair_eam.html">eam/alloy/omp</A></TD><TD ><A HREF = "pair_eam.html">eam/alloy/opt</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_eam.html">eam/cd/omp</A></TD><TD ><A HREF = "pair_eam.html">eam/cuda</A></TD><TD ><A HREF = "pair_eam.html">eam/fs/cuda</A></TD><TD ><A HREF = "pair_eam.html">eam/fs/gpu</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_eam.html">eam/fs/omp</A></TD><TD ><A HREF = "pair_eam.html">eam/fs/opt</A></TD><TD ><A HREF = "pair_eam.html">eam/gpu</A></TD><TD ><A HREF = "pair_eam.html">eam/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_eam.html">eam/opt</A></TD><TD ><A HREF = "pair_edip.html">edip/omp</A></TD><TD ><A HREF = "pair_eim.html">eim/omp</A></TD><TD ><A HREF = "pair_gauss.html">gauss/gpu</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_gauss.html">gauss/omp</A></TD><TD ><A HREF = "pair_gayberne.html">gayberne/gpu</A></TD><TD ><A HREF = "pair_gayberne.html">gayberne/omp</A></TD><TD ><A HREF = "pair_gran.html">gran/hertz/history/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_gran.html">gran/hooke/cuda</A></TD><TD ><A HREF = "pair_gran.html">gran/hooke/history/omp</A></TD><TD ><A HREF = "pair_gran.html">gran/hooke/omp</A></TD><TD ><A HREF = "pair_hbond_dreiding.html">hbond/dreiding/lj/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_hbond_dreiding.html">hbond/dreiding/morse/omp</A></TD><TD ><A HREF = "pair_line_lj.html">line/lj/omp</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm/cuda</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm/implicit/cuda</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/charmm/implicit/omp</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/long/cuda</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/long/gpu</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/long/omp</A></TD><TD ><A HREF = "pair_charmm.html">lj/charmm/coul/long/opt</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/cut/cuda</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/cut/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_class2.html">lj/class2/coul/long/cuda</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/long/gpu</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/long/omp</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/coul/msm/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_class2.html">lj/class2/cuda</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/gpu</A></TD><TD ><A HREF = "pair_class2.html">lj/class2/omp</A></TD><TD ><A HREF = "pair_lj_long.html">lj/long/coul/long/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/coul/cut/cuda</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/cut/gpu</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/cut/omp</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/debye/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/coul/debye/gpu</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/debye/omp</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/dsf/gpu</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/long/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/coul/long/gpu</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/long/omp</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/long/opt</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/coul/msm/opt</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/cuda</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/experimental/cuda</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/gpu</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj.html">lj/cut/opt</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/tip4p/long/omp</A></TD><TD ><A HREF = "pair_lj.html">lj/cut/tip4p/long/opt</A></TD><TD ><A HREF = "pair_lj_expand.html">lj/expand/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj_expand.html">lj/expand/gpu</A></TD><TD ><A HREF = "pair_lj_expand.html">lj/expand/omp</A></TD><TD ><A HREF = "pair_gromacs.html">lj/gromacs/coul/gromacs/cuda</A></TD><TD ><A HREF = "pair_gromacs.html">lj/gromacs/coul/gromacs/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_gromacs.html">lj/gromacs/cuda</A></TD><TD ><A HREF = "pair_gromacs.html">lj/gromacs/omp</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk/gpu</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_sdk.html">lj/sdk/coul/long/gpu</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk/coul/long/omp</A></TD><TD ><A HREF = "pair_sdk.html">lj/sdk/coul/msm/omp</A></TD><TD ><A HREF = "pair_lj_sf.html">lj/sf/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj_smooth.html">lj/smooth/cuda</A></TD><TD ><A HREF = "pair_lj_smooth.html">lj/smooth/omp</A></TD><TD ><A HREF = "pair_lj_smooth_linear.html">lj/smooth/linear/omp</A></TD><TD ><A HREF = "pair_lj96.html">lj96/cut/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_lj96.html">lj96/cut/gpu</A></TD><TD ><A HREF = "pair_lj96.html">lj96/cut/omp</A></TD><TD ><A HREF = "pair_lubricate.html">lubricate/omp</A></TD><TD ><A HREF = "pair_lubricate.html">lubricate/poly/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_meam_spline.html">meam/spline/omp</A></TD><TD ><A HREF = "pair_morse.html">morse/cuda</A></TD><TD ><A HREF = "pair_morse.html">morse/gpu</A></TD><TD ><A HREF = "pair_morse.html">morse/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_morse.html">morse/opt</A></TD><TD ><A HREF = "pair_peri.html">peri/lps/omp</A></TD><TD ><A HREF = "pair_peri.html">peri/pmb/omp</A></TD><TD ><A HREF = "pair_airebo.html">rebo/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_resquared.html">resquared/gpu</A></TD><TD ><A HREF = "pair_resquared.html">resquared/omp</A></TD><TD ><A HREF = "pair_soft.html">soft/omp</A></TD><TD ><A HREF = "pair_sw.html">sw/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_sw.html">sw/omp</A></TD><TD ><A HREF = "pair_table.html">table/gpu</A></TD><TD ><A HREF = "pair_table.html">table/omp</A></TD><TD ><A HREF = "pair_tersoff.html">tersoff/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_tersoff.html">tersoff/omp</A></TD><TD ><A HREF = "pair_tersoff.html">tersoff/table/omp</A></TD><TD ><A HREF = "pair_tersoff_zbl.html">tersoff/zbl/omp</A></TD><TD ><A HREF = "pair_tri_lj.html">tri/lj/omp</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "pair_yukawa.html">yukawa/gpu</A></TD><TD ><A HREF = "pair_yukawa.html">yukawa/omp</A></TD><TD ><A HREF = "pair_yukawa_colloid.html">yukawa/colloid/gpu</A></TD><TD ><A HREF = "pair_yukawa_colloid.html">yukawa/colloid/omp</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Bond_style potentials
</H4>
<P>See the <A HREF = "bond_style.html">bond_style</A> command for an overview of bond
potentials. Click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_none.html">none</A></TD><TD WIDTH="100"><A HREF = "bond_hybrid.html">hybrid</A></TD><TD WIDTH="100"><A HREF = "bond_class2.html">class2</A></TD><TD WIDTH="100"><A HREF = "bond_fene.html">fene</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_fene_expand.html">fene/expand</A></TD><TD WIDTH="100"><A HREF = "bond_harmonic.html">harmonic</A></TD><TD WIDTH="100"><A HREF = "bond_morse.html">morse</A></TD><TD WIDTH="100"><A HREF = "bond_nonlinear.html">nonlinear</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_quartic.html">quartic</A></TD><TD WIDTH="100"><A HREF = "bond_table.html">table</A>
</TD></TR></TABLE></DIV>
<P>These are bond styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "bond_harmonic_shift.html">harmonic/shift</A></TD><TD ><A HREF = "bond_harmonic_shift_cut.html">harmonic/shift/cut</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated bond styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "bond_fene.html">fene/omp</A></TD><TD WIDTH="100"><A HREF = "bond_fene_expand.html">fene/expand/omp</A></TD><TD WIDTH="100"><A HREF = "bond_harmonic.html">harmonic/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_harmonic_shift.html">harmonic/shift/omp</A></TD><TD WIDTH="100"><A HREF = "bond_harmonic_shift_cut.html">harmonic/shift/cut/omp</A></TD><TD WIDTH="100"><A HREF = "bond_morse.html">morse/omp</A></TD><TD WIDTH="100"><A HREF = "bond_nonlinear.html">nonlinear/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_quartic.html">quartic/omp</A></TD><TD WIDTH="100"><A HREF = "bond_table.html">table/omp</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Angle_style potentials
</H4>
<P>See the <A HREF = "angle_style.html">angle_style</A> command for an overview of
angle potentials. Click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_none.html">none</A></TD><TD WIDTH="100"><A HREF = "angle_hybrid.html">hybrid</A></TD><TD WIDTH="100"><A HREF = "angle_charmm.html">charmm</A></TD><TD WIDTH="100"><A HREF = "angle_class2.html">class2</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_cosine.html">cosine</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_delta.html">cosine/delta</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_periodic.html">cosine/periodic</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_squared.html">cosine/squared</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_harmonic.html">harmonic</A></TD><TD WIDTH="100"><A HREF = "angle_table.html">table</A>
</TD></TR></TABLE></DIV>
<P>These are angle styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "angle_sdk.html">sdk</A></TD><TD ><A HREF = "angle_cosine_shift.html">cosine/shift</A></TD><TD ><A HREF = "angle_cosine_shift_exp.html">cosine/shift/exp</A></TD><TD ><A HREF = "angle_dipole.html">dipole</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "angle_fourier.html">fourier</A></TD><TD ><A HREF = "angle_fourier_simple.html">fourier/simple</A></TD><TD ><A HREF = "angle_quartic.html">quartic</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated angle styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_charmm.html">charmm/omp</A></TD><TD WIDTH="100"><A HREF = "angle_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "angle_cosine.html">cosine/omp</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_delta.html">cosine/delta/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_cosine_periodic.html">cosine/periodic/omp</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_shift.html">cosine/shift/omp</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_shift_exp.html">cosine/shift/exp/omp</A></TD><TD WIDTH="100"><A HREF = "angle_cosine_squared.html">cosine/squared/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "angle_dipole.html">dipole/omp</A><A HREF = "angle_fourier.html">fourier/omp</A></TD><TD WIDTH="100"><A HREF = "angle_fourier_simple.html">fourier/simple/omp</A></TD><TD WIDTH="100"><A HREF = "angle_harmonic.html">harmonic/omp</A></TD><TD WIDTH="100"><A HREF = "angle_quartic.html">quartic/omp</A><A HREF = "angle_table.html">table/omp</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Dihedral_style potentials
</H4>
<P>See the <A HREF = "dihedral_style.html">dihedral_style</A> command for an overview
of dihedral potentials. Click on the style itself for a full
description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_none.html">none</A></TD><TD WIDTH="100"><A HREF = "dihedral_hybrid.html">hybrid</A></TD><TD WIDTH="100"><A HREF = "dihedral_charmm.html">charmm</A></TD><TD WIDTH="100"><A HREF = "dihedral_class2.html">class2</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_harmonic.html">harmonic</A></TD><TD WIDTH="100"><A HREF = "dihedral_helix.html">helix</A></TD><TD WIDTH="100"><A HREF = "dihedral_multi_harmonic.html">multi/harmonic</A></TD><TD WIDTH="100"><A HREF = "dihedral_opls.html">opls</A>
</TD></TR></TABLE></DIV>
<P>These are dihedral styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "dihedral_cosine_shift_exp.html">cosine/shift/exp</A></TD><TD ><A HREF = "dihedral_fourier.html">fourier</A></TD><TD ><A HREF = "dihedral_nharmonic.html">nharmonic</A></TD><TD ><A HREF = "dihedral_quadratic.html">quadratic</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "dihedral_table.html">table</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated dihedral styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_charmm.html">charmm/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_cosine_shift_exp.html">cosine/shift/exp/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_fourier.html">fourier/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_harmonic.html">harmonic/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_helix.html">helix/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_multi_harmonic.html">multi/harmonic/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_nharmonic.html">nharmonic/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_opls.html">opls/omp</A><A HREF = "dihedral_quadratic.html">quadratic/omp</A></TD><TD WIDTH="100"><A HREF = "dihedral_table.html">table/omp</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Improper_style potentials
</H4>
<P>See the <A HREF = "improper_style.html">improper_style</A> command for an overview
of improper potentials. Click on the style itself for a full
description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_none.html">none</A></TD><TD WIDTH="100"><A HREF = "improper_hybrid.html">hybrid</A></TD><TD WIDTH="100"><A HREF = "improper_class2.html">class2</A></TD><TD WIDTH="100"><A HREF = "improper_cvff.html">cvff</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_harmonic.html">harmonic</A></TD><TD WIDTH="100"><A HREF = "improper_umbrella.html">umbrella</A>
</TD></TR></TABLE></DIV>
<P>These are improper styles contributed by users, which can be used if
<A HREF = "Section_start.html#start_3">LAMMPS is built with the appropriate
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "improper_cossq.html">cossq</A></TD><TD ><A HREF = "improper_fourier.html">fourier</A></TD><TD ><A HREF = "improper_ring.html">ring</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated improper styles, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cossq.html">cossq/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cvff.html">cvff/omp</A></TD><TD WIDTH="100"><A HREF = "improper_fourier.html">fourier/omp</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_harmonic.html">harmonic/omp</A></TD><TD WIDTH="100"><A HREF = "improper_ring.html">ring/omp</A></TD><TD WIDTH="100"><A HREF = "improper_umbrella.html">umbrella/omp</A>
</TD></TR></TABLE></DIV>
<HR>
<H4>Kspace solvers
</H4>
<P>See the <A HREF = "kspace_style.html">kspace_style</A> command for an overview of
Kspace solvers. Click on the style itself for a full description:
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "kspace_style.html">ewald</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">ewald/disp</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">msm</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">msm/cg</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "kspace_style.html">pppm</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">pppm/cg</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">pppm/disp</A></TD><TD WIDTH="100"><A HREF = "kspace_style.html">pppm/disp/tip4p</A></TD></TR>
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "kspace_style.html">pppm/tip4p</A>
</TD></TR></TABLE></DIV>
<P>These are accelerated Kspace solvers, which can be used if LAMMPS is
built with the <A HREF = "Section_accelerate.html">appropriate accelerated
package</A>.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "kspace_style.html">ewald/omp</A></TD><TD ><A HREF = "kspace_style.html">msm/omp</A></TD><TD ><A HREF = "kspace_style.html">msm/cg/omp</A></TD><TD ><A HREF = "kspace_style.html">pppm/cuda</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "kspace_style.html">pppm/gpu</A></TD><TD ><A HREF = "kspace_style.html">pppm/omp</A></TD><TD ><A HREF = "kspace_style.html">pppm/cg/omp</A></TD><TD ><A HREF = "kspace_style.html">pppm/tip4p/omp</A>
</TD></TR></TABLE></DIV>
</HTML>
diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt
index 1c89bceed..319d50e9f 100644
--- a/doc/Section_commands.txt
+++ b/doc/Section_commands.txt
@@ -1,1096 +1,1114 @@
"Previous Section"_Section_start.html - "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc - "Next Section"_Section_packages.html :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
3. Commands :h3
This section describes how a LAMMPS input script is formatted and the
input script commands used to define a LAMMPS simulation.
3.1 "LAMMPS input script"_#cmd_1
3.2 "Parsing rules"_#cmd_2
3.3 "Input script structure"_#cmd_3
3.4 "Commands listed by category"_#cmd_4
3.5 "Commands listed alphabetically"_#cmd_5 :all(b)
:line
:line
3.1 LAMMPS input script :link(cmd_1),h4
LAMMPS executes by reading commands from a input script (text file),
one line at a time. When the input script ends, LAMMPS exits. Each
command causes LAMMPS to take some action. It may set an internal
variable, read in a file, or run a simulation. Most commands have
default settings, which means you only need to use the command if you
wish to change the default.
In many cases, the ordering of commands in an input script is not
important. However the following rules apply:
(1) LAMMPS does not read your entire input script and then perform a
simulation with all the settings. Rather, the input script is read
one line at a time and each command takes effect when it is read.
Thus this sequence of commands:
timestep 0.5
run 100
run 100 :pre
does something different than this sequence:
run 100
timestep 0.5
run 100 :pre
In the first case, the specified timestep (0.5 fmsec) is used for two
simulations of 100 timesteps each. In the 2nd case, the default
timestep (1.0 fmsec) is used for the 1st 100 step simulation and a 0.5
fmsec timestep is used for the 2nd one.
(2) Some commands are only valid when they follow other commands. For
example you cannot set the temperature of a group of atoms until atoms
have been defined and a group command is used to define which atoms
belong to the group.
(3) Sometimes command B will use values that can be set by command A.
This means command A must precede command B in the input script if it
is to have the desired effect. For example, the
"read_data"_read_data.html command initializes the system by setting
up the simulation box and assigning atoms to processors. If default
values are not desired, the "processors"_processors.html and
"boundary"_boundary.html commands need to be used before read_data to
tell LAMMPS how to map processors to the simulation box.
Many input script errors are detected by LAMMPS and an ERROR or
WARNING message is printed. "This section"_Section_errors.html gives
more information on what errors mean. The documentation for each
command lists restrictions on how the command can be used.
:line
3.2 Parsing rules :link(cmd_2),h4
Each non-blank line in the input script is treated as a command.
LAMMPS commands are case sensitive. Command names are lower-case, as
are specified command arguments. Upper case letters may be used in
file names or user-chosen ID strings.
Here is how each line in the input script is parsed by LAMMPS:
(1) If the last printable character on the line is a "&" character
(with no surrounding quotes), the command is assumed to continue on
the next line. The next line is concatenated to the previous line by
removing the "&" character and newline. This allows long commands to
be continued across two or more lines.
(2) All characters from the first "#" character onward are treated as
comment and discarded. See an exception in (6). Note that a
comment after a trailing "&" character will prevent the command from
continuing on the next line. Also note that for multi-line commands a
single leading "#" will comment out the entire command.
(3) The line is searched repeatedly for $ characters, which indicate
variables that are replaced with a text string. See an exception in
(6). If the $ is followed by curly brackets, then the variable name
is the text inside the curly brackets. If no curly brackets follow
the $, then the variable name is the single character immediately
following the $. Thus $\{myTemp\} and $x refer to variable names
"myTemp" and "x". See the "variable"_variable.html command for
details of how strings are assigned to variables and how they are
substituted for in input script commands.
(4) The line is broken into "words" separated by whitespace (tabs,
spaces). Note that words can thus contain letters, digits,
underscores, or punctuation characters.
(5) The first word is the command name. All successive words in the
line are arguments.
(6) If you want text with spaces to be treated as a single argument,
it can be enclosed in either double or single quotes. E.g.
print "Volume = $v"
print 'Volume = $v' :pre
The quotes are removed when the single argument is stored internally.
See the "dump modify format"_dump_modify.html or "if"_if.html commands
for examples. A "#" or "$" character that is between quotes will not
be treated as a comment indicator in (2) or substituted for as a
variable in (3).
IMPORTANT NOTE: If the argument is itself a command that requires a
quoted argument (e.g. using a "print"_print.html command as part of an
"if"_if.html or "run every"_run.html command), then the double and
single quotes can be nested in the usual manner. See the doc pages
for those commands for examples. Only one of level of nesting is
allowed, but that should be sufficient for most use cases.
:line
3.3 Input script structure :h4,link(cmd_3)
This section describes the structure of a typical LAMMPS input script.
The "examples" directory in the LAMMPS distribution contains many
sample input scripts; the corresponding problems are discussed in
"Section_example"_Section_example.html, and animated on the "LAMMPS
WWW Site"_lws.
A LAMMPS input script typically has 4 parts:
Initialization
Atom definition
Settings
Run a simulation :ol
The last 2 parts can be repeated as many times as desired. I.e. run a
simulation, change some settings, run some more, etc. Each of the 4
parts is now described in more detail. Remember that almost all the
commands need only be used if a non-default value is desired.
(1) Initialization
Set parameters that need to be defined before atoms are created or
read-in from a file.
The relevant commands are "units"_units.html,
"dimension"_dimension.html, "newton"_newton.html,
"processors"_processors.html, "boundary"_boundary.html,
"atom_style"_atom_style.html, "atom_modify"_atom_modify.html.
If force-field parameters appear in the files that will be read, these
commands tell LAMMPS what kinds of force fields are being used:
"pair_style"_pair_style.html, "bond_style"_bond_style.html,
"angle_style"_angle_style.html, "dihedral_style"_dihedral_style.html,
"improper_style"_improper_style.html.
(2) Atom definition
There are 3 ways to define atoms in LAMMPS. Read them in from a data
or restart file via the "read_data"_read_data.html or
"read_restart"_read_restart.html commands. These files can contain
molecular topology information. Or create atoms on a lattice (with no
molecular topology), using these commands: "lattice"_lattice.html,
"region"_region.html, "create_box"_create_box.html,
"create_atoms"_create_atoms.html. The entire set of atoms can be
duplicated to make a larger simulation using the
"replicate"_replicate.html command.
(3) Settings
Once atoms and molecular topology are defined, a variety of settings
can be specified: force field coefficients, simulation parameters,
output options, etc.
Force field coefficients are set by these commands (they can also be
set in the read-in files): "pair_coeff"_pair_coeff.html,
"bond_coeff"_bond_coeff.html, "angle_coeff"_angle_coeff.html,
"dihedral_coeff"_dihedral_coeff.html,
"improper_coeff"_improper_coeff.html,
"kspace_style"_kspace_style.html, "dielectric"_dielectric.html,
"special_bonds"_special_bonds.html.
Various simulation parameters are set by these commands:
"neighbor"_neighbor.html, "neigh_modify"_neigh_modify.html,
"group"_group.html, "timestep"_timestep.html,
"reset_timestep"_reset_timestep.html, "run_style"_run_style.html,
"min_style"_min_style.html, "min_modify"_min_modify.html.
Fixes impose a variety of boundary conditions, time integration, and
diagnostic options. The "fix"_fix.html command comes in many flavors.
Various computations can be specified for execution during a
simulation using the "compute"_compute.html,
"compute_modify"_compute_modify.html, and "variable"_variable.html
commands.
Output options are set by the "thermo"_thermo.html, "dump"_dump.html,
and "restart"_restart.html commands.
(4) Run a simulation
A molecular dynamics simulation is run using the "run"_run.html
command. Energy minimization (molecular statics) is performed using
the "minimize"_minimize.html command. A parallel tempering
(replica-exchange) simulation can be run using the
"temper"_temper.html command.
:line
3.4 Commands listed by category :link(cmd_4),h4
This section lists all LAMMPS commands, grouped by category. The
"next section"_#cmd_5 lists the same commands alphabetically. Note
that some style options for some commands are part of specific LAMMPS
packages, which means they cannot be used unless the package was
included when LAMMPS was built. Not all packages are included in a
default LAMMPS build. These dependencies are listed as Restrictions
in the command's documentation.
Initialization:
"atom_modify"_atom_modify.html, "atom_style"_atom_style.html,
"boundary"_boundary.html, "dimension"_dimension.html,
"newton"_newton.html, "processors"_processors.html, "units"_units.html
Atom definition:
"create_atoms"_create_atoms.html, "create_box"_create_box.html,
"lattice"_lattice.html, "read_data"_read_data.html,
"read_dump"_read_dump.html, "read_restart"_read_restart.html,
"region"_region.html, "replicate"_replicate.html
Force fields:
"angle_coeff"_angle_coeff.html, "angle_style"_angle_style.html,
"bond_coeff"_bond_coeff.html, "bond_style"_bond_style.html,
"dielectric"_dielectric.html, "dihedral_coeff"_dihedral_coeff.html,
"dihedral_style"_dihedral_style.html,
"improper_coeff"_improper_coeff.html,
"improper_style"_improper_style.html,
"kspace_modify"_kspace_modify.html, "kspace_style"_kspace_style.html,
"pair_coeff"_pair_coeff.html, "pair_modify"_pair_modify.html,
"pair_style"_pair_style.html, "pair_write"_pair_write.html,
"special_bonds"_special_bonds.html
Settings:
"communicate"_communicate.html, "group"_group.html, "mass"_mass.html,
"min_modify"_min_modify.html, "min_style"_min_style.html,
"neigh_modify"_neigh_modify.html, "neighbor"_neighbor.html,
"reset_timestep"_reset_timestep.html, "run_style"_run_style.html,
"set"_set.html, "timestep"_timestep.html, "velocity"_velocity.html
Fixes:
"fix"_fix.html, "fix_modify"_fix_modify.html, "unfix"_unfix.html
Computes:
"compute"_compute.html, "compute_modify"_compute_modify.html,
"uncompute"_uncompute.html
Output:
"dump"_dump.html, "dump image"_dump_image.html,
"dump_modify"_dump_modify.html, "restart"_restart.html,
"thermo"_thermo.html, "thermo_modify"_thermo_modify.html,
"thermo_style"_thermo_style.html, "undump"_undump.html,
"write_restart"_write_restart.html
Actions:
"delete_atoms"_delete_atoms.html, "delete_bonds"_delete_bonds.html,
"displace_atoms"_displace_atoms.html, "change_box"_change_box.html,
"minimize"_minimize.html, "neb"_neb.html "prd"_prd.html,
"rerun"_rerun.html, "run"_run.html, "temper"_temper.html
Miscellaneous:
"clear"_clear.html, "echo"_echo.html, "if"_if.html,
"include"_include.html, "jump"_jump.html, "label"_label.html,
"log"_log.html, "next"_next.html, "print"_print.html,
"shell"_shell.html, "variable"_variable.html
:line
3.5 Individual commands :h4,link(cmd_5),link(comm)
This section lists all LAMMPS commands alphabetically, with a separate
listing below of styles within certain commands. The "previous
section"_#cmd_4 lists the same commands, grouped by category. Note
that some style options for some commands are part of specific LAMMPS
packages, which means they cannot be used unless the package was
included when LAMMPS was built. Not all packages are included in a
default LAMMPS build. These dependencies are listed as Restrictions
in the command's documentation.
"angle_coeff"_angle_coeff.html,
"angle_style"_angle_style.html,
"atom_modify"_atom_modify.html,
"atom_style"_atom_style.html,
"balance"_balance.html,
"bond_coeff"_bond_coeff.html,
"bond_style"_bond_style.html,
"boundary"_boundary.html,
"box"_box.html,
"change_box"_change_box.html,
"clear"_clear.html,
"communicate"_communicate.html,
"compute"_compute.html,
"compute_modify"_compute_modify.html,
"create_atoms"_create_atoms.html,
"create_box"_create_box.html,
"delete_atoms"_delete_atoms.html,
"delete_bonds"_delete_bonds.html,
"dielectric"_dielectric.html,
"dihedral_coeff"_dihedral_coeff.html,
"dihedral_style"_dihedral_style.html,
"dimension"_dimension.html,
"displace_atoms"_displace_atoms.html,
"dump"_dump.html,
"dump image"_dump_image.html,
"dump_modify"_dump_modify.html,
"echo"_echo.html,
"fix"_fix.html,
"fix_modify"_fix_modify.html,
"group"_group.html,
"if"_if.html,
"improper_coeff"_improper_coeff.html,
"improper_style"_improper_style.html,
"include"_include.html,
"jump"_jump.html,
"kspace_modify"_kspace_modify.html,
"kspace_style"_kspace_style.html,
"label"_label.html,
"lattice"_lattice.html,
"log"_log.html,
"mass"_mass.html,
"minimize"_minimize.html,
"min_modify"_min_modify.html,
"min_style"_min_style.html,
"neb"_neb.html,
"neigh_modify"_neigh_modify.html,
"neighbor"_neighbor.html,
"newton"_newton.html,
"next"_next.html,
"package"_package.html,
"pair_coeff"_pair_coeff.html,
"pair_modify"_pair_modify.html,
"pair_style"_pair_style.html,
"pair_write"_pair_write.html,
"partition"_partition.html,
"prd"_prd.html,
"print"_print.html,
"processors"_processors.html,
"quit"_quit.html,
"read_data"_read_data.html,
"read_dump"_read_dump.html,
"read_restart"_read_restart.html,
"region"_region.html,
"replicate"_replicate.html,
"rerun"_rerun.html,
"reset_timestep"_reset_timestep.html,
"restart"_restart.html,
"run"_run.html,
"run_style"_run_style.html,
"set"_set.html,
"shell"_shell.html,
"special_bonds"_special_bonds.html,
"suffix"_suffix.html,
"tad"_tad.html,
"temper"_temper.html,
"thermo"_thermo.html,
"thermo_modify"_thermo_modify.html,
"thermo_style"_thermo_style.html,
"timestep"_timestep.html,
"uncompute"_uncompute.html,
"undump"_undump.html,
"unfix"_unfix.html,
"units"_units.html,
"variable"_variable.html,
"velocity"_velocity.html,
"write_restart"_write_restart.html :tb(c=6,ea=c)
:line
Fix styles :h4
See the "fix"_fix.html command for one-line descriptions
of each style or click on the style itself for a full description:
"adapt"_fix_adapt.html,
"addforce"_fix_addforce.html,
"append/atoms"_fix_append_atoms.html,
"aveforce"_fix_aveforce.html,
"ave/atom"_fix_ave_atom.html,
"ave/correlate"_fix_ave_correlate.html,
"ave/histo"_fix_ave_histo.html,
"ave/spatial"_fix_ave_spatial.html,
"ave/time"_fix_ave_time.html,
"balance"_fix_balance.html,
"bond/break"_fix_bond_break.html,
"bond/create"_fix_bond_create.html,
"bond/swap"_fix_bond_swap.html,
"box/relax"_fix_box_relax.html,
"deform"_fix_deform.html,
"deposit"_fix_deposit.html,
"drag"_fix_drag.html,
"dt/reset"_fix_dt_reset.html,
"efield"_fix_efield.html,
"enforce2d"_fix_enforce2d.html,
"evaporate"_fix_evaporate.html,
"external"_fix_external.html,
"freeze"_fix_freeze.html,
"gcmc"_fix_gcmc.html,
"gravity"_fix_gravity.html,
"heat"_fix_heat.html,
"indent"_fix_indent.html,
"langevin"_fix_langevin.html,
"lineforce"_fix_lineforce.html,
"momentum"_fix_momentum.html,
"move"_fix_move.html,
"msst"_fix_msst.html,
"neb"_fix_neb.html,
"nph"_fix_nh.html,
"nphug"_fix_nphug.html,
"nph/asphere"_fix_nph_asphere.html,
"nph/sphere"_fix_nph_sphere.html,
"npt"_fix_nh.html,
"npt/asphere"_fix_npt_asphere.html,
"npt/sphere"_fix_npt_sphere.html,
"nve"_fix_nve.html,
"nve/asphere"_fix_nve_asphere.html,
"nve/asphere/noforce"_fix_nve_asphere_noforce.html,
"nve/body"_fix_nve_body.html,
"nve/limit"_fix_nve_limit.html,
"nve/line"_fix_nve_line.html,
"nve/noforce"_fix_nve_noforce.html,
"nve/sphere"_fix_nve_sphere.html,
"nve/tri"_fix_nve_tri.html,
"nvt"_fix_nh.html,
"nvt/asphere"_fix_nvt_asphere.html,
"nvt/sllod"_fix_nvt_sllod.html,
"nvt/sphere"_fix_nvt_sphere.html,
"orient/fcc"_fix_orient_fcc.html,
"planeforce"_fix_planeforce.html,
"poems"_fix_poems.html,
"pour"_fix_pour.html,
"press/berendsen"_fix_press_berendsen.html,
"print"_fix_print.html,
"qeq/comb"_fix_qeq_comb.html,
"reax/bonds"_fix_reax_bonds.html,
"recenter"_fix_recenter.html,
"restrain"_fix_restrain.html,
"rigid"_fix_rigid.html,
"rigid/nph"_fix_rigid.html,
"rigid/npt"_fix_rigid.html,
"rigid/nve"_fix_rigid.html,
"rigid/nvt"_fix_rigid.html,
"rigid/small"_fix_rigid.html,
"setforce"_fix_setforce.html,
"shake"_fix_shake.html,
"spring"_fix_spring.html,
"spring/rg"_fix_spring_rg.html,
"spring/self"_fix_spring_self.html,
"srd"_fix_srd.html,
"store/force"_fix_store_force.html,
"store/state"_fix_store_state.html,
"temp/berendsen"_fix_temp_berendsen.html,
"temp/rescale"_fix_temp_rescale.html,
"thermal/conductivity"_fix_thermal_conductivity.html,
"tmd"_fix_tmd.html,
"ttm"_fix_ttm.html,
"viscosity"_fix_viscosity.html,
"viscous"_fix_viscous.html,
"wall/colloid"_fix_wall.html,
"wall/gran"_fix_wall_gran.html,
"wall/harmonic"_fix_wall.html,
"wall/lj126"_fix_wall.html,
"wall/lj93"_fix_wall.html,
"wall/piston"_fix_wall_piston.html,
"wall/reflect"_fix_wall_reflect.html,
"wall/region"_fix_wall_region.html,
"wall/srd"_fix_wall_srd.html :tb(c=8,ea=c)
These are fix styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"addtorque"_fix_addtorque.html,
"atc"_fix_atc.html,
"colvars"_fix_colvars.html,
"imd"_fix_imd.html,
"langevin/eff"_fix_langevin_eff.html,
"meso"_fix_meso.html,
"meso/stationary"_fix_meso_stationary.html,
"nph/eff"_fix_nh_eff.html,
"npt/eff"_fix_nh_eff.html,
"nve/eff"_fix_nve_eff.html,
"nvt/eff"_fix_nh_eff.html,
"nvt/sllod/eff"_fix_nvt_sllod_eff.html,
"qeq/reax"_fix_qeq_reax.html,
"reax/c/bonds"_fix_reaxc_bonds.html,
"smd"_fix_smd.html,
"temp/rescale/eff"_fix_temp_rescale_eff.html :tb(c=6,ea=c)
These are accelerated fix styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"freeze/cuda"_fix_freeze.html,
"addforce/cuda"_fix_addforce.html,
"aveforce/cuda"_fix_aveforce.html,
"enforce2d/cuda"_fix_enforce2d.html,
"gravity/cuda"_fix_gravity.html,
"gravity/omp"_fix_gravity.html,
+"nph/omp"_fix_nh.html,
+"nphug/omp"_fix_nphug.html,
+"nph/asphere/omp"_fix_nph_asphere.html,
+"nph/sphere/omp"_fix_nph_sphere.html,
"npt/cuda"_fix_nh.html,
+"npt/omp"_fix_nh.html,
+"npt/asphere/omp"_fix_npt_asphere.html,
+"npt/sphere/omp"_fix_npt_sphere.html,
"nve/cuda"_fix_nh.html,
+"nve/omp"_fix_nve.html,
"nve/sphere/omp"_fix_nve_sphere.html,
"nvt/cuda"_fix_nh.html,
+"nvt/omp"_fix_nh.html,
+"nvt/asphere/omp"_fix_nvt_asphere.html,
+"nvt/sllod/omp"_fix_nvt_sllod.html,
+"nvt/sphere/omp"_fix_nvt_sphere.html,
"qeq/comb/omp"_fix_qeq_comb.html,
+"rigid/omp"_fix_rigid.html,
+"rigid/nph/omp"_fix_rigid.html,
+"rigid/npt/omp"_fix_rigid.html,
+"rigid/nve/omp"_fix_rigid.html,
+"rigid/nvt/omp"_fix_rigid.html,
+"rigid/small/omp"_fix_rigid.html,
"setforce/cuda"_fix_setforce.html,
"shake/cuda"_fix_shake.html,
"temp/berendsen/cuda"_fix_temp_berendsen.html,
"temp/rescale/cuda"_fix_temp_rescale.html,
"temp/rescale/limit/cuda"_fix_temp_rescale.html,
"viscous/cuda"_fix_viscous.html :tb(c=6,ea=c)
:line
Compute styles :h4
See the "compute"_compute.html command for one-line descriptions of
each style or click on the style itself for a full description:
"angle/local"_compute_angle_local.html,
"atom/molecule"_compute_atom_molecule.html,
"body/local"_compute_body_local.html,
"bond/local"_compute_bond_local.html,
"centro/atom"_compute_centro_atom.html,
"cluster/atom"_compute_cluster_atom.html,
"cna/atom"_compute_cna_atom.html,
"com"_compute_com.html,
"com/molecule"_compute_com_molecule.html,
"contact/atom"_compute_contact_atom.html,
"coord/atom"_compute_coord_atom.html,
"damage/atom"_compute_damage_atom.html,
"dihedral/local"_compute_dihedral_local.html,
"displace/atom"_compute_displace_atom.html,
"erotate/asphere"_compute_erotate_asphere.html,
"erotate/sphere"_compute_erotate_sphere.html,
"erotate/sphere/atom"_compute_erotate_sphere_atom.html,
"event/displace"_compute_event_displace.html,
"group/group"_compute_group_group.html,
"gyration"_compute_gyration.html,
"gyration/molecule"_compute_gyration_molecule.html,
"heat/flux"_compute_heat_flux.html,
"improper/local"_compute_improper_local.html,
"inertia/molecule"_compute_inertia_molecule.html,
"ke"_compute_ke.html,
"ke/atom"_compute_ke_atom.html,
"msd"_compute_msd.html,
"msd/molecule"_compute_msd_molecule.html,
"pair"_compute_pair.html,
"pair/local"_compute_pair_local.html,
"pe"_compute_pe.html,
"pe/atom"_compute_pe_atom.html,
"pressure"_compute_pressure.html,
"property/atom"_compute_property_atom.html,
"property/local"_compute_property_local.html,
"property/molecule"_compute_property_molecule.html,
"rdf"_compute_rdf.html,
"reduce"_compute_reduce.html,
"reduce/region"_compute_reduce.html,
"slice"_compute_slice.html,
"stress/atom"_compute_stress_atom.html,
"temp"_compute_temp.html,
"temp/asphere"_compute_temp_asphere.html,
"temp/com"_compute_temp_com.html,
"temp/deform"_compute_temp_deform.html,
"temp/partial"_compute_temp_partial.html,
"temp/profile"_compute_temp_profile.html,
"temp/ramp"_compute_temp_ramp.html,
"temp/region"_compute_temp_region.html,
"temp/sphere"_compute_temp_sphere.html,
"ti"_compute_ti.html,
"voronoi/atom"_compute_voronoi_atom.html :tb(c=6,ea=c)
These are compute styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"ackland/atom"_compute_ackland_atom.html,
"ke/eff"_compute_ke_eff.html,
"ke/atom/eff"_compute_ke_atom_eff.html,
"meso_e/atom"_compute_meso_e_atom.html,
"meso_rho/atom"_compute_meso_rho_atom.html,
"meso_t/atom"_compute_meso_t_atom.html,
"temp/eff"_compute_temp_eff.html,
"temp/deform/eff"_compute_temp_deform_eff.html,
"temp/region/eff"_compute_temp_region_eff.html,
"temp/rotate"_compute_temp_rotate.html :tb(c=6,ea=c)
These are accelerated compute styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"pe/cuda"_compute_pe.html,
"pressure/cuda"_compute_pressure.html,
"temp/cuda"_compute_temp.html,
"temp/partial/cuda"_compute_temp_partial.html :tb(c=6,ea=c)
:line
Pair_style potentials :h4
See the "pair_style"_pair_style.html command for an overview of pair
potentials. Click on the style itself for a full description:
"none"_pair_none.html,
"hybrid"_pair_hybrid.html,
"hybrid/overlay"_pair_hybrid.html,
"adp"_pair_adp.html,
"airebo"_pair_airebo.html,
"beck"_pair_beck.html,
"body"_pair_body.html,
"bop"_pair_bop.html,
"born"_pair_born.html,
"born/coul/long"_pair_born.html,
"born/coul/msm"_pair_born.html,
"born/coul/wolf"_pair_born.html,
"brownian"_pair_brownian.html,
"brownian/poly"_pair_brownian.html,
"buck"_pair_buck.html,
"buck/coul/cut"_pair_buck.html,
"buck/coul/long"_pair_buck.html,
"buck/coul/msm"_pair_buck.html,
"buck/long/coul/long"_pair_buck_long.html,
"colloid"_pair_colloid.html,
"comb"_pair_comb.html,
"coul/cut"_pair_coul.html,
"coul/debye"_pair_coul.html,
"coul/dsf"_pair_coul.html,
"coul/long"_pair_coul.html,
"coul/msm"_pair_coul.html,
"coul/wolf"_pair_coul.html,
"dipole/cut"_pair_dipole.html,
"dpd"_pair_dpd.html,
"dpd/tstat"_pair_dpd.html,
"dsmc"_pair_dsmc.html,
"eam"_pair_eam.html,
"eam/alloy"_pair_eam.html,
"eam/fs"_pair_eam.html,
"eim"_pair_eim.html,
"gauss"_pair_gauss.html,
"gayberne"_pair_gayberne.html,
"gran/hertz/history"_pair_gran.html,
"gran/hooke"_pair_gran.html,
"gran/hooke/history"_pair_gran.html,
"hbond/dreiding/lj"_pair_hbond_dreiding.html,
"hbond/dreiding/morse"_pair_hbond_dreiding.html,
"kim"_pair_kim.html,
"lcbop"_pair_lcbop.html,
"line/lj"_pair_line_lj.html,
"lj/charmm/coul/charmm"_pair_charmm.html,
"lj/charmm/coul/charmm/implicit"_pair_charmm.html,
"lj/charmm/coul/long"_pair_charmm.html,
"lj/charmm/coul/msm"_pair_charmm.html,
"lj/class2"_pair_class2.html,
"lj/class2/coul/cut"_pair_class2.html,
"lj/class2/coul/long"_pair_class2.html,
"lj/cut"_pair_lj.html,
"lj/cut/coul/cut"_pair_lj.html,
"lj/cut/coul/debye"_pair_lj.html,
"lj/cut/coul/dsf"_pair_lj.html,
"lj/cut/coul/long"_pair_lj.html,
"lj/cut/coul/msm"_pair_lj.html,
"lj/long/coul/long"_pair_lj_long.html,
"lj/cut/tip4p/long"_pair_lj.html,
"lj/long/tip4p/long"_pair_lj_long.html,
"lj/expand"_pair_lj_expand.html,
"lj/gromacs"_pair_gromacs.html,
"lj/gromacs/coul/gromacs"_pair_gromacs.html,
"lj/smooth"_pair_lj_smooth.html,
"lj/smooth/linear"_pair_lj_smooth_linear.html,
"lj96/cut"_pair_lj96.html,
"lubricate"_pair_lubricate.html,
"lubricate/poly"_pair_lubricate.html,
"lubricateU"_pair_lubricateU.html,
"lubricateU/poly"_pair_lubricateU.html,
"meam"_pair_meam.html,
"mie/cut"_pair_mie.html,
"morse"_pair_morse.html,
"peri/lps"_pair_peri.html,
"peri/pmb"_pair_peri.html,
"reax"_pair_reax.html,
"rebo"_pair_airebo.html,
"resquared"_pair_resquared.html,
"soft"_pair_soft.html,
"sw"_pair_sw.html,
"table"_pair_table.html,
"tersoff"_pair_tersoff.html,
"tersoff/zbl"_pair_tersoff_zbl.html,
"tri/lj"_pair_tri_lj.html,
"yukawa"_pair_yukawa.html,
"yukawa/colloid"_pair_yukawa_colloid.html :tb(c=4,ea=c)
These are pair styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"awpmd/cut"_pair_awpmd.html,
"coul/diel"_pair_coul_diel.html,
"dipole/sf"_pair_dipole.html,
"eam/cd"_pair_eam.html,
"edip"_pair_edip.html,
"eff/cut"_pair_eff.html,
"gauss/cut"_pair_gauss.html,
"lj/sdk"_pair_sdk.html,
"lj/sdk/coul/long"_pair_sdk.html,
"lj/sdk/coul/msm"_pair_sdk.html,
"lj/sf"_pair_lj_sf.html,
"meam/spline"_pair_meam_spline.html,
"meam/sw/spline"_pair_meam_sw_spline.html,
"reax/c"_pair_reax_c.html,
"sph/heatconduction"_pair_sph_heatconduction.html,
"sph/idealgas"_pair_sph_idealgas.html,
"sph/lj"_pair_sph_lj.html,
"sph/rhosum"_pair_sph_rhosum.html,
"sph/taitwater"_pair_sph_taitwater.html,
"sph/taitwater/morris"_pair_sph_taitwater_morris.html,
"tersoff/table"_pair_tersoff.html :tb(c=4,ea=c)
These are accelerated pair styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"adp/omp"_pair_adp.html,
"airebo/omp"_pair_airebo.html,
"beck/omp"_pair_beck.html,
"born/coul/long/cuda"_pair_born.html,
"born/coul/long/gpu"_pair_born.html,
"born/coul/long/omp"_pair_born.html,
"born/coul/msm/omp"_pair_born.html,
"born/coul/wolf/gpu"_pair_born.html,
"born/coul/wolf/omp"_pair_born.html,
"born/gpu"_pair_born.html,
"born/omp"_pair_born.html,
"brownian/omp"_pair_brownian.html,
"brownian/poly/omp"_pair_brownian.html,
"buck/coul/cut/cuda"_pair_buck.html,
"buck/coul/cut/gpu"_pair_buck.html,
"buck/coul/cut/omp"_pair_buck.html,
"buck/coul/long/cuda"_pair_buck.html,
"buck/coul/long/gpu"_pair_buck.html,
"buck/coul/long/omp"_pair_buck.html,
"buck/coul/msm/omp"_pair_buck.html,
"buck/cuda"_pair_buck.html,
"buck/long/coul/long/omp"_pair_buck_long.html,
"buck/gpu"_pair_buck.html,
"buck/omp"_pair_buck.html,
"colloid/gpu"_pair_colloid.html,
"colloid/omp"_pair_colloid.html,
"comb/omp"_pair_comb.html,
"coul/cut/omp"_pair_coul.html,
"coul/debye/omp"_pair_coul.html,
"coul/dsf/gpu"_pair_coul.html,
"coul/long/gpu"_pair_coul.html,
"coul/long/omp"_pair_coul.html,
"coul/msm/omp"_pair_coul.html,
"coul/wolf"_pair_coul.html,
"dipole/cut/gpu"_pair_dipole.html,
"dipole/cut/omp"_pair_dipole.html,
"dipole/sf/gpu"_pair_dipole.html,
"dipole/sf/omp"_pair_dipole.html,
"dpd/omp"_pair_dpd.html,
"dpd/tstat/omp"_pair_dpd.html,
"eam/alloy/cuda"_pair_eam.html,
"eam/alloy/gpu"_pair_eam.html,
"eam/alloy/omp"_pair_eam.html,
"eam/alloy/opt"_pair_eam.html,
"eam/cd/omp"_pair_eam.html,
"eam/cuda"_pair_eam.html,
"eam/fs/cuda"_pair_eam.html,
"eam/fs/gpu"_pair_eam.html,
"eam/fs/omp"_pair_eam.html,
"eam/fs/opt"_pair_eam.html,
"eam/gpu"_pair_eam.html,
"eam/omp"_pair_eam.html,
"eam/opt"_pair_eam.html,
"edip/omp"_pair_edip.html,
"eim/omp"_pair_eim.html,
"gauss/gpu"_pair_gauss.html,
"gauss/omp"_pair_gauss.html,
"gayberne/gpu"_pair_gayberne.html,
"gayberne/omp"_pair_gayberne.html,
"gran/hertz/history/omp"_pair_gran.html,
"gran/hooke/cuda"_pair_gran.html,
"gran/hooke/history/omp"_pair_gran.html,
"gran/hooke/omp"_pair_gran.html,
"hbond/dreiding/lj/omp"_pair_hbond_dreiding.html,
"hbond/dreiding/morse/omp"_pair_hbond_dreiding.html,
"line/lj/omp"_pair_line_lj.html,
"lj/charmm/coul/charmm/cuda"_pair_charmm.html,
"lj/charmm/coul/charmm/omp"_pair_charmm.html,
"lj/charmm/coul/charmm/implicit/cuda"_pair_charmm.html,
"lj/charmm/coul/charmm/implicit/omp"_pair_charmm.html,
"lj/charmm/coul/long/cuda"_pair_charmm.html,
"lj/charmm/coul/long/gpu"_pair_charmm.html,
"lj/charmm/coul/long/omp"_pair_charmm.html,
"lj/charmm/coul/long/opt"_pair_charmm.html,
"lj/class2/coul/cut/cuda"_pair_class2.html,
"lj/class2/coul/cut/omp"_pair_class2.html,
"lj/class2/coul/long/cuda"_pair_class2.html,
"lj/class2/coul/long/gpu"_pair_class2.html,
"lj/class2/coul/long/omp"_pair_class2.html,
"lj/class2/coul/msm/omp"_pair_class2.html,
"lj/class2/cuda"_pair_class2.html,
"lj/class2/gpu"_pair_class2.html,
"lj/class2/omp"_pair_class2.html,
"lj/long/coul/long/omp"_pair_lj_long.html,
"lj/cut/coul/cut/cuda"_pair_lj.html,
"lj/cut/coul/cut/gpu"_pair_lj.html,
"lj/cut/coul/cut/omp"_pair_lj.html,
"lj/cut/coul/debye/cuda"_pair_lj.html,
"lj/cut/coul/debye/gpu"_pair_lj.html,
"lj/cut/coul/debye/omp"_pair_lj.html,
"lj/cut/coul/dsf/gpu"_pair_lj.html,
"lj/cut/coul/long/cuda"_pair_lj.html,
"lj/cut/coul/long/gpu"_pair_lj.html,
"lj/cut/coul/long/omp"_pair_lj.html,
"lj/cut/coul/long/opt"_pair_lj.html,
"lj/cut/coul/msm/opt"_pair_lj.html,
"lj/cut/cuda"_pair_lj.html,
"lj/cut/experimental/cuda"_pair_lj.html,
"lj/cut/gpu"_pair_lj.html,
"lj/cut/omp"_pair_lj.html,
"lj/cut/opt"_pair_lj.html,
"lj/cut/tip4p/long/omp"_pair_lj.html,
"lj/cut/tip4p/long/opt"_pair_lj.html,
"lj/expand/cuda"_pair_lj_expand.html,
"lj/expand/gpu"_pair_lj_expand.html,
"lj/expand/omp"_pair_lj_expand.html,
"lj/gromacs/coul/gromacs/cuda"_pair_gromacs.html,
"lj/gromacs/coul/gromacs/omp"_pair_gromacs.html,
"lj/gromacs/cuda"_pair_gromacs.html,
"lj/gromacs/omp"_pair_gromacs.html,
"lj/sdk/gpu"_pair_sdk.html,
"lj/sdk/omp"_pair_sdk.html,
"lj/sdk/coul/long/gpu"_pair_sdk.html,
"lj/sdk/coul/long/omp"_pair_sdk.html,
"lj/sdk/coul/msm/omp"_pair_sdk.html,
"lj/sf/omp"_pair_lj_sf.html,
"lj/smooth/cuda"_pair_lj_smooth.html,
"lj/smooth/omp"_pair_lj_smooth.html,
"lj/smooth/linear/omp"_pair_lj_smooth_linear.html,
"lj96/cut/cuda"_pair_lj96.html,
"lj96/cut/gpu"_pair_lj96.html,
"lj96/cut/omp"_pair_lj96.html,
"lubricate/omp"_pair_lubricate.html,
"lubricate/poly/omp"_pair_lubricate.html,
"meam/spline/omp"_pair_meam_spline.html,
"morse/cuda"_pair_morse.html,
"morse/gpu"_pair_morse.html,
"morse/omp"_pair_morse.html,
"morse/opt"_pair_morse.html,
"peri/lps/omp"_pair_peri.html,
"peri/pmb/omp"_pair_peri.html,
"rebo/omp"_pair_airebo.html,
"resquared/gpu"_pair_resquared.html,
"resquared/omp"_pair_resquared.html,
"soft/omp"_pair_soft.html,
"sw/cuda"_pair_sw.html,
"sw/omp"_pair_sw.html,
"table/gpu"_pair_table.html,
"table/omp"_pair_table.html,
"tersoff/cuda"_pair_tersoff.html,
"tersoff/omp"_pair_tersoff.html,
"tersoff/table/omp"_pair_tersoff.html,
"tersoff/zbl/omp"_pair_tersoff_zbl.html,
"tri/lj/omp"_pair_tri_lj.html,
"yukawa/gpu"_pair_yukawa.html,
"yukawa/omp"_pair_yukawa.html,
"yukawa/colloid/gpu"_pair_yukawa_colloid.html,
"yukawa/colloid/omp"_pair_yukawa_colloid.html :tb(c=4,ea=c)
:line
Bond_style potentials :h4
See the "bond_style"_bond_style.html command for an overview of bond
potentials. Click on the style itself for a full description:
"none"_bond_none.html,
"hybrid"_bond_hybrid.html,
"class2"_bond_class2.html,
"fene"_bond_fene.html,
"fene/expand"_bond_fene_expand.html,
"harmonic"_bond_harmonic.html,
"morse"_bond_morse.html,
"nonlinear"_bond_nonlinear.html,
"quartic"_bond_quartic.html,
"table"_bond_table.html :tb(c=4,ea=c,w=100)
These are bond styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"harmonic/shift"_bond_harmonic_shift.html,
"harmonic/shift/cut"_bond_harmonic_shift_cut.html :tb(c=4,ea=c)
These are accelerated bond styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"class2/omp"_bond_class2.html,
"fene/omp"_bond_fene.html,
"fene/expand/omp"_bond_fene_expand.html,
"harmonic/omp"_bond_harmonic.html,
"harmonic/shift/omp"_bond_harmonic_shift.html,
"harmonic/shift/cut/omp"_bond_harmonic_shift_cut.html,
"morse/omp"_bond_morse.html,
"nonlinear/omp"_bond_nonlinear.html,
"quartic/omp"_bond_quartic.html,
"table/omp"_bond_table.html :tb(c=4,ea=c,w=100)
:line
Angle_style potentials :h4
See the "angle_style"_angle_style.html command for an overview of
angle potentials. Click on the style itself for a full description:
"none"_angle_none.html,
"hybrid"_angle_hybrid.html,
"charmm"_angle_charmm.html,
"class2"_angle_class2.html,
"cosine"_angle_cosine.html,
"cosine/delta"_angle_cosine_delta.html,
"cosine/periodic"_angle_cosine_periodic.html,
"cosine/squared"_angle_cosine_squared.html,
"harmonic"_angle_harmonic.html,
"table"_angle_table.html :tb(c=4,ea=c,w=100)
These are angle styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"sdk"_angle_sdk.html,
"cosine/shift"_angle_cosine_shift.html,
"cosine/shift/exp"_angle_cosine_shift_exp.html,
"dipole"_angle_dipole.html,
"fourier"_angle_fourier.html,
"fourier/simple"_angle_fourier_simple.html,
"quartic"_angle_quartic.html :tb(c=4,ea=c)
These are accelerated angle styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"charmm/omp"_angle_charmm.html,
"class2/omp"_angle_class2.html,
"cosine/omp"_angle_cosine.html,
"cosine/delta/omp"_angle_cosine_delta.html,
"cosine/periodic/omp"_angle_cosine_periodic.html,
"cosine/shift/omp"_angle_cosine_shift.html,
"cosine/shift/exp/omp"_angle_cosine_shift_exp.html,
"cosine/squared/omp"_angle_cosine_squared.html,
"dipole/omp"_angle_dipole.html
"fourier/omp"_angle_fourier.html,
"fourier/simple/omp"_angle_fourier_simple.html,
"harmonic/omp"_angle_harmonic.html,
"quartic/omp"_angle_quartic.html
"table/omp"_angle_table.html :tb(c=4,ea=c,w=100)
:line
Dihedral_style potentials :h4
See the "dihedral_style"_dihedral_style.html command for an overview
of dihedral potentials. Click on the style itself for a full
description:
"none"_dihedral_none.html,
"hybrid"_dihedral_hybrid.html,
"charmm"_dihedral_charmm.html,
"class2"_dihedral_class2.html,
"harmonic"_dihedral_harmonic.html,
"helix"_dihedral_helix.html,
"multi/harmonic"_dihedral_multi_harmonic.html,
"opls"_dihedral_opls.html :tb(c=4,ea=c,w=100)
These are dihedral styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"cosine/shift/exp"_dihedral_cosine_shift_exp.html,
"fourier"_dihedral_fourier.html,
"nharmonic"_dihedral_nharmonic.html,
"quadratic"_dihedral_quadratic.html,
"table"_dihedral_table.html :tb(c=4,ea=c)
These are accelerated dihedral styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"charmm/omp"_dihedral_charmm.html,
"class2/omp"_dihedral_class2.html,
"cosine/shift/exp/omp"_dihedral_cosine_shift_exp.html,
"fourier/omp"_dihedral_fourier.html,
"harmonic/omp"_dihedral_harmonic.html,
"helix/omp"_dihedral_helix.html,
"multi/harmonic/omp"_dihedral_multi_harmonic.html,
"nharmonic/omp"_dihedral_nharmonic.html,
"opls/omp"_dihedral_opls.html
"quadratic/omp"_dihedral_quadratic.html,
"table/omp"_dihedral_table.html :tb(c=4,ea=c,w=100)
:line
Improper_style potentials :h4
See the "improper_style"_improper_style.html command for an overview
of improper potentials. Click on the style itself for a full
description:
"none"_improper_none.html,
"hybrid"_improper_hybrid.html,
"class2"_improper_class2.html,
"cvff"_improper_cvff.html,
"harmonic"_improper_harmonic.html,
"umbrella"_improper_umbrella.html :tb(c=4,ea=c,w=100)
These are improper styles contributed by users, which can be used if
"LAMMPS is built with the appropriate
package"_Section_start.html#start_3.
"cossq"_improper_cossq.html,
"fourier"_improper_fourier.html,
"ring"_improper_ring.html :tb(c=4,ea=c)
These are accelerated improper styles, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"class2/omp"_improper_class2.html,
"cossq/omp"_improper_cossq.html,
"cvff/omp"_improper_cvff.html,
"fourier/omp"_improper_fourier.html,
"harmonic/omp"_improper_harmonic.html,
"ring/omp"_improper_ring.html,
"umbrella/omp"_improper_umbrella.html :tb(c=4,ea=c,w=100)
:line
Kspace solvers :h4
See the "kspace_style"_kspace_style.html command for an overview of
Kspace solvers. Click on the style itself for a full description:
"ewald"_kspace_style.html,
"ewald/disp"_kspace_style.html,
"msm"_kspace_style.html,
"msm/cg"_kspace_style.html,
"pppm"_kspace_style.html,
"pppm/cg"_kspace_style.html,
"pppm/disp"_kspace_style.html,
"pppm/disp/tip4p"_kspace_style.html,
"pppm/tip4p"_kspace_style.html :tb(c=4,ea=c,w=100)
These are accelerated Kspace solvers, which can be used if LAMMPS is
built with the "appropriate accelerated
package"_Section_accelerate.html.
"ewald/omp"_kspace_style.html,
"msm/omp"_kspace_style.html,
"msm/cg/omp"_kspace_style.html,
"pppm/cuda"_kspace_style.html,
"pppm/gpu"_kspace_style.html,
"pppm/omp"_kspace_style.html,
"pppm/cg/omp"_kspace_style.html,
"pppm/tip4p/omp"_kspace_style.html :tb(c=4,ea=c)
diff --git a/doc/fix_nh.html b/doc/fix_nh.html
index 4345cca28..9dde21148 100644
--- a/doc/fix_nh.html
+++ b/doc/fix_nh.html
@@ -1,611 +1,618 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nvt command
</H3>
<H3>fix nvt/cuda command
</H3>
+<H3>fix nvt/omp command
+</H3>
<H3>fix npt command
</H3>
<H3>fix npt/cuda command
</H3>
+<H3>fix npt/omp command
+</H3>
<H3>fix nph command
</H3>
+<H3>fix nph/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID style_name keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>style_name = <I>nvt</I> or <I>npt</I> or <I>nph</I>
<PRE>one or more keyword value pairs may be appended
keyword = <I>temp</I> or <I>iso</I> or <I>aniso</I> or <I>tri</I> or <I>x</I> or <I>y</I> or <I>z</I> or <I>xy</I> or <I>yz</I> or <I>xz</I> or <I>couple</I> or <I>tchain</I> or <I>pchain</I> or <I>mtk</I> or <I>tloop</I> or <I>ploop</I> or <I>nreset</I> or <I>drag</I> or <I>dilate</I> or <I>scalexy</I> or <I>scaleyz</I> or <I>scalexz</I> or <I>flip</I> or <I>fixedpoint</I>
<I>temp</I> values = Tstart Tstop Tdamp
Tstart,Tstop = external temperature at start/end of run
Tdamp = temperature damping parameter (time units)
<I>iso</I> or <I>aniso</I> or <I>tri</I> values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressure at start/end of run (pressure units)
Pdamp = pressure damping parameter (time units)
<I>x</I> or <I>y</I> or <I>z</I> or <I>xy</I> or <I>yz</I> or <I>xz</I> values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor component at start/end of run (pressure units)
Pdamp = stress damping parameter (time units)
<I>couple</I> = <I>none</I> or <I>xyz</I> or <I>xy</I> or <I>yz</I> or <I>xz</I>
<I>tchain</I> value = N
N = length of thermostat chain (1 = single thermostat)
<I>pchain</I> values = N
N length of thermostat chain on barostat (0 = no thermostat)
<I>mtk</I> value = <I>yes</I> or <I>no</I> = add in MTK adjustment term or not
<I>tloop</I> value = M
M = number of sub-cycles to perform on thermostat
<I>ploop</I> value = M
M = number of sub-cycles to perform on barostat thermostat
<I>nreset</I> value = reset reference cell every this many timesteps
<I>drag</I> value = Df
Df = drag factor added to barostat/thermostat (0.0 = no drag)
<I>dilate</I> value = dilate-group-ID
dilate-group-ID = only dilate atoms in this group due to barostat volume changes
<I>scalexy</I> value = <I>yes</I> or <I>no</I> = scale xy with ly
<I>scaleyz</I> value = <I>yes</I> or <I>no</I> = scale yz with lz
<I>scalexz</I> value = <I>yes</I> or <I>no</I> = scale xz with lz
<I>flip</I> value = <I>yes</I> or <I>no</I> = allow or disallow box flips when it becomes highly skewed
<I>fixedpoint</I> values = x y z
x,y,z = perform barostat dilation/contraction around this point (distance units)
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nvt temp 300.0 300.0 100.0
fix 1 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 jello npt temp 300.0 300.0 100.0 tri 5.0 5.0 1000.0
fix 2 ice nph x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000
</PRE>
<P><B>Description:</B>
</P>
<P>These commands perform time integration on Nose-Hoover style
non-Hamiltonian equations of motion which are designed to generate
positions and velocities sampled from the canonical (nvt),
isothermal-isobaric (npt), and isenthalpic (nph) ensembles. This
updates the position and velocity for atoms in the group each
timestep.
</P>
<P>The thermostatting and barostatting is achieved by adding some dynamic
variables which are coupled to the particle velocities
(thermostatting) and simulation domain dimensions (barostatting). In
addition to basic thermostatting and barostatting, these fixes can
also create a chain of thermostats coupled to the particle thermostat,
and another chain of thermostats coupled to the barostat
variables. The barostat can be coupled to the overall box volume, or
to individual dimensions, including the <I>xy</I>, <I>xz</I> and <I>yz</I> tilt
dimensions. The external pressure of the barostat can be specified as
either a scalar pressure (isobaric ensemble) or as components of a
symmetric stress tensor (constant stress ensemble). When used
correctly, the time-averaged temperature and stress tensor of the
particles will match the target values specified by Tstart/Tstop and
Pstart/Pstop.
</P>
<P>The equations of motion used are those of Shinoda et al in
<A HREF = "#Shinoda">(Shinoda)</A>, which combine the hydrostatic equations of
Martyna, Tobias and Klein in <A HREF = "#Martyna">(Martyna)</A> with the strain
energy proposed by Parrinello and Rahman in
<A HREF = "#Parrinello">(Parrinello)</A>. The time integration schemes closely
follow the time-reversible measure-preserving Verlet and rRESPA
integrators derived by Tuckerman et al. in <A HREF = "#Tuckerman">(Tuckerman)</A>.
</P>
<HR>
<P>The thermostat parameters for fix styles <I>nvt</I> and <I>npt</I> is specified
using the <I>temp</I> keyword. Other thermostat-related keywords are
<I>tchain</I>, <I>tloop</I> and <I>drag</I>, which are discussed below.
</P>
<P>The thermostat is applied to only the translational degrees of freedom
for the particles. The translational degrees of freedom can also have
a bias velocity removed before thermostatting takes place; see the
description below. The desired temperature at each timestep is a
ramped value during the run from <I>Tstart</I> to <I>Tstop</I>. The <I>Tdamp</I>
parameter is specified in time units and determines how rapidly the
temperature is relaxed. For example, a value of 10.0 means to relax
the temperature in a timespan of (roughly) 10 time units (e.g. tau or
fmsec or psec - see the <A HREF = "units.html">units</A> command). The atoms in the
fix group are the only ones whose velocities and positions are updated
by the velocity/position update portion of the integration.
</P>
<P>IMPORTANT NOTE: A Nose-Hoover thermostat will not work well for
arbitrary values of <I>Tdamp</I>. If <I>Tdamp</I> is too small, the temperature
can fluctuate wildly; if it is too large, the temperature will take a
very long time to equilibrate. A good choice for many models is a
<I>Tdamp</I> of around 100 timesteps. Note that this is NOT the same as
100 time units for most <A HREF = "units.html">units</A> settings.
</P>
<HR>
<P>The barostat parameters for fix styles <I>npt</I> and <I>nph</I> is specified
using one or more of the <I>iso</I>, <I>aniso</I>, <I>tri</I>, <I>x</I>, <I>y</I>, <I>z</I>, <I>xy</I>,
<I>xz</I>, <I>yz</I>, and <I>couple</I> keywords. These keywords give you the
ability to specify all 6 components of an external stress tensor, and
to couple various of these components together so that the dimensions
they represent are varied together during a constant-pressure
simulation.
</P>
<P>Other barostat-related keywords are <I>pchain</I>, <I>mtk</I>, <I>ploop</I>,
<I>nreset</I>, <I>drag</I>, and <I>dilate</I>, which are discussed below.
</P>
<P>Orthogonal simulation boxes have 3 adjustable dimensions (x,y,z).
Triclinic (non-orthogonal) simulation boxes have 6 adjustable
dimensions (x,y,z,xy,xz,yz). The <A HREF = "create_box.html">create_box</A>, <A HREF = "read_data.html">read
data</A>, and <A HREF = "read_restart.html">read_restart</A> commands
specify whether the simulation box is orthogonal or non-orthogonal
(triclinic) and explain the meaning of the xy,xz,yz tilt factors.
</P>
<P>The target pressures for each of the 6 components of the stress tensor
can be specified independently via the <I>x</I>, <I>y</I>, <I>z</I>, <I>xy</I>, <I>xz</I>, <I>yz</I>
keywords, which correspond to the 6 simulation box dimensions. For
each component, the external pressure or tensor component at each
timestep is a ramped value during the run from <I>Pstart</I> to <I>Pstop</I>.
If a target pressure is specified for a component, then the
corresponding box dimension will change during a simulation. For
example, if the <I>y</I> keyword is used, the y-box length will change. If
the <I>xy</I> keyword is used, the xy tilt factor will change. A box
dimension will not change if that component is not specified, although
you have the option to change that dimension via the <A HREF = "fix_deform.html">fix
deform</A> command.
</P>
<P>Note that in order to use the <I>xy</I>, <I>xz</I>, or <I>yz</I> keywords, the
simulation box must be triclinic, even if its initial tilt factors are
0.0.
</P>
<P>For all barostat keywords, the <I>Pdamp</I> parameter operates like the
<I>Tdamp</I> parameter, determining the time scale on which pressure is
relaxed. For example, a value of 10.0 means to relax the pressure in
a timespan of (roughly) 10 time units (e.g. tau or fmsec or psec - see
the <A HREF = "units.html">units</A> command).
</P>
<P>IMPORTANT NOTE: A Nose-Hoover barostat will not work well for
arbitrary values of <I>Pdamp</I>. If <I>Pdamp</I> is too small, the pressure
and volume can fluctuate wildly; if it is too large, the pressure will
take a very long time to equilibrate. A good choice for many models
is a <I>Pdamp</I> of around 1000 timesteps. Note that this is NOT the same
as 1000 time units for most <A HREF = "units.html">units</A> settings.
</P>
<P>Regardless of what atoms are in the fix group (the only atoms which
are time integrated), a global pressure or stress tensor is computed
for all atoms. Similarly, when the size of the simulation box is
changed, all atoms are re-scaled to new positions, unless the keyword
<I>dilate</I> is specified with a <I>dilate-group-ID</I> for a group that
represents a subset of the atoms. This can be useful, for example, to
leave the coordinates of atoms in a solid substrate unchanged and
controlling the pressure of a surrounding fluid. This option should
be used with care, since it can be unphysical to dilate some atoms and
not others, because it can introduce large, instantaneous
displacements between a pair of atoms (one dilated, one not) that are
far from the dilation origin. Also note that for atoms not in the fix
group, a separate time integration fix like <A HREF = "fix_nve.html">fix nve</A> or
<A HREF = "fix_nh.html">fix nvt</A> can be used on them, independent of whether they
are dilated or not.
</P>
<HR>
<P>The <I>couple</I> keyword allows two or three of the diagonal components of
the pressure tensor to be "coupled" together. The value specified
with the keyword determines which are coupled. For example, <I>xz</I>
means the <I>Pxx</I> and <I>Pzz</I> components of the stress tensor are coupled.
<I>Xyz</I> means all 3 diagonal components are coupled. Coupling means two
things: the instantaneous stress will be computed as an average of the
corresponding diagonal components, and the coupled box dimensions will
be changed together in lockstep, meaning coupled dimensions will be
dilated or contracted by the same percentage every timestep. The
<I>Pstart</I>, <I>Pstop</I>, <I>Pdamp</I> parameters for any coupled dimensions must
be identical. <I>Couple xyz</I> can be used for a 2d simulation; the <I>z</I>
dimension is simply ignored.
</P>
<HR>
<P>The <I>iso</I>, <I>aniso</I>, and <I>tri</I> keywords are simply shortcuts that are
equivalent to specifying several other keywords together.
</P>
<P>The keyword <I>iso</I> means couple all 3 diagonal components together when
pressure is computed (hydrostatic pressure), and dilate/contract the
dimensions together. Using "iso Pstart Pstop Pdamp" is the same as
specifying these 4 keywords:
</P>
<PRE>x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple xyz
</PRE>
<P>The keyword <I>aniso</I> means <I>x</I>, <I>y</I>, and <I>z</I> dimensions are controlled
independently using the <I>Pxx</I>, <I>Pyy</I>, and <I>Pzz</I> components of the
stress tensor as the driving forces, and the specified scalar external
pressure. Using "aniso Pstart Pstop Pdamp" is the same as specifying
these 4 keywords:
</P>
<PRE>x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple none
</PRE>
<P>The keyword <I>tri</I> means <I>x</I>, <I>y</I>, <I>z</I>, <I>xy</I>, <I>xz</I>, and <I>yz</I> dimensions
are controlled independently using their individual stress components
as the driving forces, and the specified scalar pressure as the
external normal stress. Using "tri Pstart Pstop Pdamp" is the same as
specifying these 7 keywords:
</P>
<PRE>x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
xy 0.0 0.0 Pdamp
yz 0.0 0.0 Pdamp
xz 0.0 0.0 Pdamp
couple none
</PRE>
<HR>
<P>In some cases (e.g. for solids) the pressure (volume) and/or
temperature of the system can oscillate undesirably when a Nose/Hoover
barostat and thermostat is applied. The optional <I>drag</I> keyword will
damp these oscillations, although it alters the Nose/Hoover equations.
A value of 0.0 (no drag) leaves the Nose/Hoover formalism unchanged.
A non-zero value adds a drag term; the larger the value specified, the
greater the damping effect. Performing a short run and monitoring the
pressure and temperature is the best way to determine if the drag term
is working. Typically a value between 0.2 to 2.0 is sufficient to
damp oscillations after a few periods. Note that use of the drag
keyword will interfere with energy conservation and will also change
the distribution of positions and velocities so that they do not
correspond to the nominal NVT, NPT, or NPH ensembles.
</P>
<P>An alternative way to control initial oscillations is to use chain
thermostats. The keyword <I>tchain</I> determines the number of thermostats
in the particle thermostat. A value of 1 corresponds to the original
Nose-Hoover thermostat. The keyword <I>pchain</I> specifies the number of
thermostats in the chain thermostatting the barostat degrees of
freedom. A value of 0 corresponds to no thermostatting of the
barostat variables.
</P>
<P>The <I>mtk</I> keyword controls whether or not the correction terms due to
Martyna, Tuckerman, and Klein are included in the equations of motion
<A HREF = "#Martyna">(Martyna)</A>. Specifying <I>no</I> reproduces the original
Hoover barostat, whose volume probability distribution function
differs from the true NPT and NPH ensembles by a factor of 1/V. Hence
using <I>yes</I> is more correct, but in many cases the difference is
negligible.
</P>
<P>The keyword <I>tloop</I> can be used to improve the accuracy of integration
scheme at little extra cost. The initial and final updates of the
thermostat variables are broken up into <I>tloop</I> substeps, each of
length <I>dt</I>/<I>tloop</I>. This corresponds to using a first-order
Suzuki-Yoshida scheme <A HREF = "#Tuckerman2006">(Tuckerman2006)</A>. The keyword
<I>ploop</I> does the same thing for the barostat thermostat.
</P>
<P>The keyword <I>nreset</I> controls how often the reference dimensions used
to define the strain energy are reset. If this keyword is not used,
or is given a value of zero, then the reference dimensions are set to
those of the initial simulation domain and are never changed. If the
simulation domain changes significantly during the simulation, then
the final average pressure tensor will differ significantly from the
specified values of the external stress tensor. A value of <I>nstep</I>
means that every <I>nstep</I> timesteps, the reference dimensions are set
to those of the current simulation domain.
</P>
<P>The <I>scaleyz</I>, <I>scalexz</I>, and <I>scalexy</I> keywords control whether or
not the corresponding tilt factors are scaled with the associated box
dimensions when barostatting triclinic periodic cells. The default
values <I>yes</I> will turn on scaling, which corresponds to adjusting the
linear dimensions of the cell while preserving its shape. Choosing
<I>no</I> ensures that the tilt factors are not scaled with the box
dimensions. See below for restrictions and default values in different
situations. In older versions of LAMMPS, scaling of tilt factors was
not performed. The old behavior can be recovered by setting all three
scale keywords to <I>no</I>.
</P>
<P>The <I>flip</I> keyword allows the tilt factors for a triclinic box to
exceed half the distance of the parallel box length, as discussed
below. If the <I>flip</I> value is set to <I>yes</I>, the bound is enforced by
flipping the box when it is exceeded. If the <I>flip</I> value is set to
<I>no</I>, the tilt will continue to change without flipping. Note that if
applied stress induces large deformations (e.g. in a liquid), this
means the box shape can tilt dramatically and LAMMPS will run less
efficiently, due to the large volume of communication needed to
acquire ghost atoms around a processor's irregular-shaped sub-domain.
For extreme values of tilt, LAMMPS may also lose atoms and generate an
error.
</P>
<P>The <I>fixedpoint</I> keyword specifies the fixed point for barostat volume
changes. By default, it is the center of the box. Whatever point is
chosen will not move during the simulation. For example, if the lower
periodic boundaries pass through (0,0,0), and this point is provided
to <I>fixedpoint</I>, then the lower periodic boundaries will remain at
(0,0,0), while the upper periodic boundaries will move twice as
far. In all cases, the particle trajectories are unaffected by the
chosen value, except for a time-dependent constant translation of
positions.
</P>
<HR>
<P>IMPORTANT NOTE: Using a barostat coupled to tilt dimensions <I>xy</I>,
<I>xz</I>, <I>yz</I> can sometimes result in arbitrarily large values of the
tilt dimensions, i.e. a dramatically deformed simulation box. LAMMPS
allows the tilt factors to grow a small amount beyond the normal limit
of half the box length (0.6 times the box length), and then performs a
box "flip" to an equivalent periodic cell. See the discussion of the
<I>flip</I> keyword above, to allow this bound to be exceeded, if desired.
</P>
<P>The flip operation is described in more detail in the doc page for
<A HREF = "fix_deform.html">fix deform</A>. Both the barostat dynamics and the atom
trajectories are unaffected by this operation. However, if a tilt
factor is incremented by a large amount (1.5 times the box length) on
a single timestep, LAMMPS can not accomodate this event and will
terminate the simulation with an error. This error typically indicates
that there is something badly wrong with how the simulation was
constructed, such as specifying values of <I>Pstart</I> that are too far
from the current stress value, or specifying a timestep that is too
large. Triclinic barostatting should be used with care. This also is
true for other barostat styles, although they tend to be more
forgiving of insults. In particular, it is important to recognize that
equilibrium liquids can not support a shear stress and that
equilibrium solids can not support shear stresses that exceed the
yield stress.
</P>
<P>One exception to this rule is if the 1st dimension in the tilt factor
(x for xy) is non-periodic. In that case, the limits on the tilt
factor are not enforced, since flipping the box in that dimension does
not change the atom positions due to non-periodicity. In this mode,
if you tilt the system to extreme angles, the simulation will simply
become inefficient due to the highly skewed simulation box.
</P>
<P>IMPORTANT NOTE: Unlike the <A HREF = "fix_temp_berendsen.html">fix
temp/berendsen</A> command which performs
thermostatting but NO time integration, these fixes perform
thermostatting/barostatting AND time integration. Thus you should not
use any other time integration fix, such as <A HREF = "fix_nve.html">fix nve</A> on
atoms to which this fix is applied. Likewise, the <I>temp</I> options for
fix nvt and fix npt should not normally be used on atoms that also
have their temperature controlled by another fix - e.g. by <A HREF = "fix_nh.html">fix
langevin</A> or <A HREF = "fix_temp_rescale.html">fix temp/rescale</A>
commands.
</P>
<P>See <A HREF = "Section_howto.html#howto_16">this howto section</A> of the manual for
a discussion of different ways to compute temperature and perform
thermostatting and barostatting.
</P>
<HR>
<P>These fixes compute a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp" and "pressure",
as if one of these two sets of commands had been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp
</PRE>
<PRE>compute fix-ID_temp all temp
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press". For fix nvt, the group for the new computes
is the same as the fix group. For fix nph and fix npt, the group for
the new computes is "all" since pressure is computed for the entire
system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, fix nvt and fix npt can
be used with <A HREF = "compute.html">compute commands</A> that calculate a
temperature after removing a "bias" from the atom velocities.
E.g. removing the center-of-mass velocity from a group of atoms or
only calculating temperature on the x-component of velocity or only
calculating temperature for atoms in a geometric region. This is not
done by default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command
is used to assign a temperature compute to this fix that includes such
a bias term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
<HR>
<P>These fixes can be used with either the <I>verlet</I> or <I>respa</I>
<A HREF = "run_style.html">integrators</A>. When using one of the barostat fixes
with <I>respa</I>, LAMMPS uses an integrator constructed
according to the following factorization of the Liouville propagator
(for two rRESPA levels):
</P>
<CENTER><IMG SRC = "Eqs/fix_nh1.jpg">
</CENTER>
<P>This factorization differs somewhat from that of Tuckerman et al., in that
the barostat is only updated at the outermost rRESPA level, whereas
Tuckerman's factorization requires splitting the pressure into pieces
corresponding to the forces computed at each rRESPA level. In theory, the
latter method will exhibit better numerical stability. In practice,
because Pdamp is normally chosen to be a large multiple of the
outermost rRESPA timestep, the barostat dynamics are not the
limiting factor for numerical stability. Both
factorizations are time-reversible and can be shown to preserve the phase
space measure of the underlying non-Hamiltonian equations of motion.
</P>
<HR>
<P>The fix npt and fix nph commands can be used with rigid bodies or
mixtures of rigid bodies and non-rigid particles (e.g. solvent). But
there are also <A HREF = "fix_rigid.html">fix rigid/npt</A> and <A HREF = "fix_rigid.html">fix
rigid/nph</A> commands, which are typically a more natural
choice. See the doc page for those commands for more discussion of
the various ways to do this.
</P>
<HR>
-<P>Styles with a <I>cuda</I> suffix are functionally the same as the
-corresponding style without the suffix. They have been optimized to
-run faster, depending on your available hardware, as discussed in
-<A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual. The
-accelerated styles take the same arguments and should produce the same
-results, except for round-off and precision issues.
-</P>
-<P>These accelerated styles are part of the USER-CUDA package. They are
-only enabled if LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
-LAMMPS</A> section for more info.
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
</P>
<P>You can specify the accelerated styles explicitly in your input script
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
switch</A> when you invoke LAMMPS, or you can
use the <A HREF = "suffix.html">suffix</A> command in your input script.
</P>
<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
more instructions on how to use the accelerated styles effectively.
</P>
<HR>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>These fixes writes the state of all the thermostat and barostat
variables to <A HREF = "restart.html">binary restart files</A>. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by these fixes. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure, as described above.
If you do this, note that the kinetic energy derived from the compute
temperature should be consistent with the virial term computed using
all atoms for the pressure. LAMMPS will warn you if you choose to
compute temperature on a subset of atoms.
</P>
<P>IMPORTANT NOTE: If both the <I>temp</I> and <I>press</I> keywords are used in a
single thermo_modify command (or in two separate commands), then the
order in which the keywords are specified is important. Note that a
<A HREF = "compute_pressure.html">pressure compute</A> defines its own temperature
compute as an argument when it is specified. The <I>temp</I> keyword will
override this (for the pressure compute being used by fix npt), but
only if the <I>temp</I> keyword comes after the <I>press</I> keyword. If the
<I>temp</I> keyword comes before the <I>press</I> keyword, then the new pressure
compute specified by the <I>press</I> keyword will be unaffected by the
<I>temp</I> setting.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by these
fixes to add the energy change induced by Nose/Hoover thermostatting
and barostatting to the system's potential energy as part of
<A HREF = "thermo_style.html">thermodynamic output</A>.
</P>
<P>These fixes compute a global scalar and a global vector of quantities,
which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. The scalar value calculated by
these fixes is "extensive"; the vector values are "intensive".
</P>
<P>The scalar is the cumulative energy change due to the fix.
</P>
<P>The vector stores internal Nose/Hoover thermostat and barostat
variables. The number and meaning of the vector values depends on
which fix is used and the settings for keywords <I>tchain</I> and <I>pchain</I>,
which specify the number of Nose/Hoover chains for the thermostat and
barostat. If no thermostatting is done, then <I>tchain</I> is 0. If no
barostatting is done, then <I>pchain</I> is 0. In the following list,
"ndof" is 0, 1, 3, or 6, and is the number of degrees of freedom in
the barostat. Its value is 0 if no barostat is used, else its value
is 6 if any off-diagonal stress tensor component is barostatted, else
its value is 1 if <I>couple xyz</I> is used or <I>couple xy</I> for a 2d
simulation, otherwise its value is 3.
</P>
<P>The order of values in the global vector and their meaning is as
follows. The notation means there are tchain values for eta, followed
by tchain for eta_dot, followed by ndof for omega, etc:
</P>
<UL><LI>eta[tchain] = particle thermostat displacements (unitless)
<LI>eta_dot[tchain] = particle thermostat velocities (1/time units)
<LI>omega[ndof] = barostat displacements (unitless)
<LI>omega_dot[ndof] = barostat velocities (1/time units)
<LI>etap[pchain] = barostat thermostat displacements (unitless)
<LI>etap_dot[pchain] = barostat thermostat velocities (1/time units)
<LI>PE_eta[tchain] = potential energy of each particle thermostat displacement (energy units)
<LI>KE_eta_dot[tchain] = kinetic energy of each particle thermostat velocity (energy units)
<LI>PE_omega[ndof] = potential energy of each barostat displacement (energy units)
<LI>KE_omega_dot[ndof] = kinetic energy of each barostat velocity (energy units)
<LI>PE_etap[pchain] = potential energy of each barostat thermostat displacement (energy units)
<LI>KE_etap_dot[pchain] = kinetic energy of each barostat thermostat velocity (energy units)
<LI>PE_strain[1] = scalar strain energy (energy units)
</UL>
<P>These fixes can ramp their external temperature and pressure over
multiple runs, using the <I>start</I> and <I>stop</I> keywords of the
<A HREF = "run.html">run</A> command. See the <A HREF = "run.html">run</A> command for details of
how to do this.
</P>
<P>These fixes are not invoked during <A HREF = "minimize.html">energy
minimization</A>.
</P>
<HR>
<P><B>Restrictions:</B>
</P>
<P><I>X</I>, <I>y</I>, <I>z</I> cannot be barostatted if the associated dimension is not
periodic. <I>Xy</I>, <I>xz</I>, and <I>yz</I> can only be barostatted if the
simulation domain is triclinic and the 2nd dimension in the keyword
(<I>y</I> dimension in <I>xy</I>) is periodic. <I>Z</I>, <I>xz</I>, and <I>yz</I>, cannot be
barostatted for 2D simulations. The <A HREF = "create_box.html">create_box</A>,
<A HREF = "read_data.html">read data</A>, and <A HREF = "read_restart.html">read_restart</A>
commands specify whether the simulation box is orthogonal or
non-orthogonal (triclinic) and explain the meaning of the xy,xz,yz
tilt factors.
</P>
<P>For the <I>temp</I> keyword, the final Tstop cannot be 0.0 since it would
make the external T = 0.0 at some timestep during the simulation which
is not allowed in the Nose/Hoover formulation.
</P>
<P>The <I>scaleyz yes</I> and <I>scalexz yes</I> keyword/value pairs can not be used
for 2D simulations. <I>scaleyz yes</I>, <I>scalexz yes</I>, and <I>scalexy yes</I> options
can only be used if the 2nd dimension in the keyword is periodic,
and if the tilt factor is not coupled to the barostat via keywords
<I>tri</I>, <I>yz</I>, <I>xz</I>, and <I>xy</I>.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_modify.html">fix_modify</A>,
<A HREF = "run_style.html">run_style</A>
</P>
<P><B>Default:</B>
</P>
<P>The keyword defaults are tchain = 3, pchain = 3, mtk = yes, tloop =
ploop = 1, nreset = 0, drag = 0.0, dilate = all, couple = none,
scaleyz = scalexz = scalexy = yes if periodic in 2nd dimension and
not coupled to barostat, otherwise no.
</P>
<HR>
<A NAME = "Martyna"></A>
<P><B>(Martyna)</B> Martyna, Tobias and Klein, J Chem Phys, 101, 4177 (1994).
</P>
<A NAME = "Parrinello"></A>
<P><B>(Parrinello)</B> Parrinello and Rahman, J Appl Phys, 52, 7182 (1981).
</P>
<A NAME = "Tuckerman"></A>
<P><B>(Tuckerman)</B> Tuckerman, Alejandre, Lopez-Rendon, Jochim, and
Martyna, J Phys A: Math Gen, 39, 5629 (2006).
</P>
<A NAME = "Shinoda"></A>
<P><B>(Shinoda)</B> Shinoda, Shiga, and Mikami, Phys Rev B, 69, 134103 (2004).
</P>
</HTML>
diff --git a/doc/fix_nh.txt b/doc/fix_nh.txt
index fb91a9ce4..e0983c233 100644
--- a/doc/fix_nh.txt
+++ b/doc/fix_nh.txt
@@ -1,596 +1,600 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nvt command :h3
fix nvt/cuda command :h3
+fix nvt/omp command :h3
fix npt command :h3
fix npt/cuda command :h3
+fix npt/omp command :h3
fix nph command :h3
+fix nph/omp command :h3
[Syntax:]
fix ID group-ID style_name keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command :ulb,l
style_name = {nvt} or {npt} or {nph} :l
one or more keyword value pairs may be appended
keyword = {temp} or {iso} or {aniso} or {tri} or {x} or {y} or {z} or {xy} or {yz} or {xz} or {couple} or {tchain} or {pchain} or {mtk} or {tloop} or {ploop} or {nreset} or {drag} or {dilate} or {scalexy} or {scaleyz} or {scalexz} or {flip} or {fixedpoint}
{temp} values = Tstart Tstop Tdamp
Tstart,Tstop = external temperature at start/end of run
Tdamp = temperature damping parameter (time units)
{iso} or {aniso} or {tri} values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressure at start/end of run (pressure units)
Pdamp = pressure damping parameter (time units)
{x} or {y} or {z} or {xy} or {yz} or {xz} values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor component at start/end of run (pressure units)
Pdamp = stress damping parameter (time units)
{couple} = {none} or {xyz} or {xy} or {yz} or {xz}
{tchain} value = N
N = length of thermostat chain (1 = single thermostat)
{pchain} values = N
N length of thermostat chain on barostat (0 = no thermostat)
{mtk} value = {yes} or {no} = add in MTK adjustment term or not
{tloop} value = M
M = number of sub-cycles to perform on thermostat
{ploop} value = M
M = number of sub-cycles to perform on barostat thermostat
{nreset} value = reset reference cell every this many timesteps
{drag} value = Df
Df = drag factor added to barostat/thermostat (0.0 = no drag)
{dilate} value = dilate-group-ID
dilate-group-ID = only dilate atoms in this group due to barostat volume changes
{scalexy} value = {yes} or {no} = scale xy with ly
{scaleyz} value = {yes} or {no} = scale yz with lz
{scalexz} value = {yes} or {no} = scale xz with lz
{flip} value = {yes} or {no} = allow or disallow box flips when it becomes highly skewed
{fixedpoint} values = x y z
x,y,z = perform barostat dilation/contraction around this point (distance units) :pre
:ule
[Examples:]
fix 1 all nvt temp 300.0 300.0 100.0
fix 1 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 jello npt temp 300.0 300.0 100.0 tri 5.0 5.0 1000.0
fix 2 ice nph x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000 :pre
[Description:]
These commands perform time integration on Nose-Hoover style
non-Hamiltonian equations of motion which are designed to generate
positions and velocities sampled from the canonical (nvt),
isothermal-isobaric (npt), and isenthalpic (nph) ensembles. This
updates the position and velocity for atoms in the group each
timestep.
The thermostatting and barostatting is achieved by adding some dynamic
variables which are coupled to the particle velocities
(thermostatting) and simulation domain dimensions (barostatting). In
addition to basic thermostatting and barostatting, these fixes can
also create a chain of thermostats coupled to the particle thermostat,
and another chain of thermostats coupled to the barostat
variables. The barostat can be coupled to the overall box volume, or
to individual dimensions, including the {xy}, {xz} and {yz} tilt
dimensions. The external pressure of the barostat can be specified as
either a scalar pressure (isobaric ensemble) or as components of a
symmetric stress tensor (constant stress ensemble). When used
correctly, the time-averaged temperature and stress tensor of the
particles will match the target values specified by Tstart/Tstop and
Pstart/Pstop.
The equations of motion used are those of Shinoda et al in
"(Shinoda)"_#Shinoda, which combine the hydrostatic equations of
Martyna, Tobias and Klein in "(Martyna)"_#Martyna with the strain
energy proposed by Parrinello and Rahman in
"(Parrinello)"_#Parrinello. The time integration schemes closely
follow the time-reversible measure-preserving Verlet and rRESPA
integrators derived by Tuckerman et al. in "(Tuckerman)"_#Tuckerman.
:line
The thermostat parameters for fix styles {nvt} and {npt} is specified
using the {temp} keyword. Other thermostat-related keywords are
{tchain}, {tloop} and {drag}, which are discussed below.
The thermostat is applied to only the translational degrees of freedom
for the particles. The translational degrees of freedom can also have
a bias velocity removed before thermostatting takes place; see the
description below. The desired temperature at each timestep is a
ramped value during the run from {Tstart} to {Tstop}. The {Tdamp}
parameter is specified in time units and determines how rapidly the
temperature is relaxed. For example, a value of 10.0 means to relax
the temperature in a timespan of (roughly) 10 time units (e.g. tau or
fmsec or psec - see the "units"_units.html command). The atoms in the
fix group are the only ones whose velocities and positions are updated
by the velocity/position update portion of the integration.
IMPORTANT NOTE: A Nose-Hoover thermostat will not work well for
arbitrary values of {Tdamp}. If {Tdamp} is too small, the temperature
can fluctuate wildly; if it is too large, the temperature will take a
very long time to equilibrate. A good choice for many models is a
{Tdamp} of around 100 timesteps. Note that this is NOT the same as
100 time units for most "units"_units.html settings.
:line
The barostat parameters for fix styles {npt} and {nph} is specified
using one or more of the {iso}, {aniso}, {tri}, {x}, {y}, {z}, {xy},
{xz}, {yz}, and {couple} keywords. These keywords give you the
ability to specify all 6 components of an external stress tensor, and
to couple various of these components together so that the dimensions
they represent are varied together during a constant-pressure
simulation.
Other barostat-related keywords are {pchain}, {mtk}, {ploop},
{nreset}, {drag}, and {dilate}, which are discussed below.
Orthogonal simulation boxes have 3 adjustable dimensions (x,y,z).
Triclinic (non-orthogonal) simulation boxes have 6 adjustable
dimensions (x,y,z,xy,xz,yz). The "create_box"_create_box.html, "read
data"_read_data.html, and "read_restart"_read_restart.html commands
specify whether the simulation box is orthogonal or non-orthogonal
(triclinic) and explain the meaning of the xy,xz,yz tilt factors.
The target pressures for each of the 6 components of the stress tensor
can be specified independently via the {x}, {y}, {z}, {xy}, {xz}, {yz}
keywords, which correspond to the 6 simulation box dimensions. For
each component, the external pressure or tensor component at each
timestep is a ramped value during the run from {Pstart} to {Pstop}.
If a target pressure is specified for a component, then the
corresponding box dimension will change during a simulation. For
example, if the {y} keyword is used, the y-box length will change. If
the {xy} keyword is used, the xy tilt factor will change. A box
dimension will not change if that component is not specified, although
you have the option to change that dimension via the "fix
deform"_fix_deform.html command.
Note that in order to use the {xy}, {xz}, or {yz} keywords, the
simulation box must be triclinic, even if its initial tilt factors are
0.0.
For all barostat keywords, the {Pdamp} parameter operates like the
{Tdamp} parameter, determining the time scale on which pressure is
relaxed. For example, a value of 10.0 means to relax the pressure in
a timespan of (roughly) 10 time units (e.g. tau or fmsec or psec - see
the "units"_units.html command).
IMPORTANT NOTE: A Nose-Hoover barostat will not work well for
arbitrary values of {Pdamp}. If {Pdamp} is too small, the pressure
and volume can fluctuate wildly; if it is too large, the pressure will
take a very long time to equilibrate. A good choice for many models
is a {Pdamp} of around 1000 timesteps. Note that this is NOT the same
as 1000 time units for most "units"_units.html settings.
Regardless of what atoms are in the fix group (the only atoms which
are time integrated), a global pressure or stress tensor is computed
for all atoms. Similarly, when the size of the simulation box is
changed, all atoms are re-scaled to new positions, unless the keyword
{dilate} is specified with a {dilate-group-ID} for a group that
represents a subset of the atoms. This can be useful, for example, to
leave the coordinates of atoms in a solid substrate unchanged and
controlling the pressure of a surrounding fluid. This option should
be used with care, since it can be unphysical to dilate some atoms and
not others, because it can introduce large, instantaneous
displacements between a pair of atoms (one dilated, one not) that are
far from the dilation origin. Also note that for atoms not in the fix
group, a separate time integration fix like "fix nve"_fix_nve.html or
"fix nvt"_fix_nh.html can be used on them, independent of whether they
are dilated or not.
:line
The {couple} keyword allows two or three of the diagonal components of
the pressure tensor to be "coupled" together. The value specified
with the keyword determines which are coupled. For example, {xz}
means the {Pxx} and {Pzz} components of the stress tensor are coupled.
{Xyz} means all 3 diagonal components are coupled. Coupling means two
things: the instantaneous stress will be computed as an average of the
corresponding diagonal components, and the coupled box dimensions will
be changed together in lockstep, meaning coupled dimensions will be
dilated or contracted by the same percentage every timestep. The
{Pstart}, {Pstop}, {Pdamp} parameters for any coupled dimensions must
be identical. {Couple xyz} can be used for a 2d simulation; the {z}
dimension is simply ignored.
:line
The {iso}, {aniso}, and {tri} keywords are simply shortcuts that are
equivalent to specifying several other keywords together.
The keyword {iso} means couple all 3 diagonal components together when
pressure is computed (hydrostatic pressure), and dilate/contract the
dimensions together. Using "iso Pstart Pstop Pdamp" is the same as
specifying these 4 keywords:
x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple xyz :pre
The keyword {aniso} means {x}, {y}, and {z} dimensions are controlled
independently using the {Pxx}, {Pyy}, and {Pzz} components of the
stress tensor as the driving forces, and the specified scalar external
pressure. Using "aniso Pstart Pstop Pdamp" is the same as specifying
these 4 keywords:
x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple none :pre
The keyword {tri} means {x}, {y}, {z}, {xy}, {xz}, and {yz} dimensions
are controlled independently using their individual stress components
as the driving forces, and the specified scalar pressure as the
external normal stress. Using "tri Pstart Pstop Pdamp" is the same as
specifying these 7 keywords:
x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
xy 0.0 0.0 Pdamp
yz 0.0 0.0 Pdamp
xz 0.0 0.0 Pdamp
couple none :pre
:line
In some cases (e.g. for solids) the pressure (volume) and/or
temperature of the system can oscillate undesirably when a Nose/Hoover
barostat and thermostat is applied. The optional {drag} keyword will
damp these oscillations, although it alters the Nose/Hoover equations.
A value of 0.0 (no drag) leaves the Nose/Hoover formalism unchanged.
A non-zero value adds a drag term; the larger the value specified, the
greater the damping effect. Performing a short run and monitoring the
pressure and temperature is the best way to determine if the drag term
is working. Typically a value between 0.2 to 2.0 is sufficient to
damp oscillations after a few periods. Note that use of the drag
keyword will interfere with energy conservation and will also change
the distribution of positions and velocities so that they do not
correspond to the nominal NVT, NPT, or NPH ensembles.
An alternative way to control initial oscillations is to use chain
thermostats. The keyword {tchain} determines the number of thermostats
in the particle thermostat. A value of 1 corresponds to the original
Nose-Hoover thermostat. The keyword {pchain} specifies the number of
thermostats in the chain thermostatting the barostat degrees of
freedom. A value of 0 corresponds to no thermostatting of the
barostat variables.
The {mtk} keyword controls whether or not the correction terms due to
Martyna, Tuckerman, and Klein are included in the equations of motion
"(Martyna)"_#Martyna. Specifying {no} reproduces the original
Hoover barostat, whose volume probability distribution function
differs from the true NPT and NPH ensembles by a factor of 1/V. Hence
using {yes} is more correct, but in many cases the difference is
negligible.
The keyword {tloop} can be used to improve the accuracy of integration
scheme at little extra cost. The initial and final updates of the
thermostat variables are broken up into {tloop} substeps, each of
length {dt}/{tloop}. This corresponds to using a first-order
Suzuki-Yoshida scheme "(Tuckerman2006)"_#Tuckerman2006. The keyword
{ploop} does the same thing for the barostat thermostat.
The keyword {nreset} controls how often the reference dimensions used
to define the strain energy are reset. If this keyword is not used,
or is given a value of zero, then the reference dimensions are set to
those of the initial simulation domain and are never changed. If the
simulation domain changes significantly during the simulation, then
the final average pressure tensor will differ significantly from the
specified values of the external stress tensor. A value of {nstep}
means that every {nstep} timesteps, the reference dimensions are set
to those of the current simulation domain.
The {scaleyz}, {scalexz}, and {scalexy} keywords control whether or
not the corresponding tilt factors are scaled with the associated box
dimensions when barostatting triclinic periodic cells. The default
values {yes} will turn on scaling, which corresponds to adjusting the
linear dimensions of the cell while preserving its shape. Choosing
{no} ensures that the tilt factors are not scaled with the box
dimensions. See below for restrictions and default values in different
situations. In older versions of LAMMPS, scaling of tilt factors was
not performed. The old behavior can be recovered by setting all three
scale keywords to {no}.
The {flip} keyword allows the tilt factors for a triclinic box to
exceed half the distance of the parallel box length, as discussed
below. If the {flip} value is set to {yes}, the bound is enforced by
flipping the box when it is exceeded. If the {flip} value is set to
{no}, the tilt will continue to change without flipping. Note that if
applied stress induces large deformations (e.g. in a liquid), this
means the box shape can tilt dramatically and LAMMPS will run less
efficiently, due to the large volume of communication needed to
acquire ghost atoms around a processor's irregular-shaped sub-domain.
For extreme values of tilt, LAMMPS may also lose atoms and generate an
error.
The {fixedpoint} keyword specifies the fixed point for barostat volume
changes. By default, it is the center of the box. Whatever point is
chosen will not move during the simulation. For example, if the lower
periodic boundaries pass through (0,0,0), and this point is provided
to {fixedpoint}, then the lower periodic boundaries will remain at
(0,0,0), while the upper periodic boundaries will move twice as
far. In all cases, the particle trajectories are unaffected by the
chosen value, except for a time-dependent constant translation of
positions.
:line
IMPORTANT NOTE: Using a barostat coupled to tilt dimensions {xy},
{xz}, {yz} can sometimes result in arbitrarily large values of the
tilt dimensions, i.e. a dramatically deformed simulation box. LAMMPS
allows the tilt factors to grow a small amount beyond the normal limit
of half the box length (0.6 times the box length), and then performs a
box "flip" to an equivalent periodic cell. See the discussion of the
{flip} keyword above, to allow this bound to be exceeded, if desired.
The flip operation is described in more detail in the doc page for
"fix deform"_fix_deform.html. Both the barostat dynamics and the atom
trajectories are unaffected by this operation. However, if a tilt
factor is incremented by a large amount (1.5 times the box length) on
a single timestep, LAMMPS can not accomodate this event and will
terminate the simulation with an error. This error typically indicates
that there is something badly wrong with how the simulation was
constructed, such as specifying values of {Pstart} that are too far
from the current stress value, or specifying a timestep that is too
large. Triclinic barostatting should be used with care. This also is
true for other barostat styles, although they tend to be more
forgiving of insults. In particular, it is important to recognize that
equilibrium liquids can not support a shear stress and that
equilibrium solids can not support shear stresses that exceed the
yield stress.
One exception to this rule is if the 1st dimension in the tilt factor
(x for xy) is non-periodic. In that case, the limits on the tilt
factor are not enforced, since flipping the box in that dimension does
not change the atom positions due to non-periodicity. In this mode,
if you tilt the system to extreme angles, the simulation will simply
become inefficient due to the highly skewed simulation box.
IMPORTANT NOTE: Unlike the "fix
temp/berendsen"_fix_temp_berendsen.html command which performs
thermostatting but NO time integration, these fixes perform
thermostatting/barostatting AND time integration. Thus you should not
use any other time integration fix, such as "fix nve"_fix_nve.html on
atoms to which this fix is applied. Likewise, the {temp} options for
fix nvt and fix npt should not normally be used on atoms that also
have their temperature controlled by another fix - e.g. by "fix
langevin"_fix_nh.html or "fix temp/rescale"_fix_temp_rescale.html
commands.
See "this howto section"_Section_howto.html#howto_16 of the manual for
a discussion of different ways to compute temperature and perform
thermostatting and barostatting.
:line
These fixes compute a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp" and "pressure",
as if one of these two sets of commands had been issued:
compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp :pre
compute fix-ID_temp all temp
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp"_compute_temp.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press". For fix nvt, the group for the new computes
is the same as the fix group. For fix nph and fix npt, the group for
the new computes is "all" since pressure is computed for the entire
system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
Like other fixes that perform thermostatting, fix nvt and fix npt can
be used with "compute commands"_compute.html that calculate a
temperature after removing a "bias" from the atom velocities.
E.g. removing the center-of-mass velocity from a group of atoms or
only calculating temperature on the x-component of velocity or only
calculating temperature for atoms in a geometric region. This is not
done by default, but only if the "fix_modify"_fix_modify.html command
is used to assign a temperature compute to this fix that includes such
a bias term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
:line
These fixes can be used with either the {verlet} or {respa}
"integrators"_run_style.html. When using one of the barostat fixes
with {respa}, LAMMPS uses an integrator constructed
according to the following factorization of the Liouville propagator
(for two rRESPA levels):
:c,image(Eqs/fix_nh1.jpg)
This factorization differs somewhat from that of Tuckerman et al., in that
the barostat is only updated at the outermost rRESPA level, whereas
Tuckerman's factorization requires splitting the pressure into pieces
corresponding to the forces computed at each rRESPA level. In theory, the
latter method will exhibit better numerical stability. In practice,
because Pdamp is normally chosen to be a large multiple of the
outermost rRESPA timestep, the barostat dynamics are not the
limiting factor for numerical stability. Both
factorizations are time-reversible and can be shown to preserve the phase
space measure of the underlying non-Hamiltonian equations of motion.
:line
The fix npt and fix nph commands can be used with rigid bodies or
mixtures of rigid bodies and non-rigid particles (e.g. solvent). But
there are also "fix rigid/npt"_fix_rigid.html and "fix
rigid/nph"_fix_rigid.html commands, which are typically a more natural
choice. See the doc page for those commands for more discussion of
the various ways to do this.
:line
-Styles with a {cuda} suffix are functionally the same as the
-corresponding style without the suffix. They have been optimized to
-run faster, depending on your available hardware, as discussed in
-"Section_accelerate"_Section_accelerate.html of the manual. The
-accelerated styles take the same arguments and should produce the same
-results, except for round-off and precision issues.
-
-These accelerated styles are part of the USER-CUDA package. They are
-only enabled if LAMMPS was built with that package. See the "Making
-LAMMPS"_Section_start.html#start_3 section for more info.
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
You can specify the accelerated styles explicitly in your input script
by including their suffix, or you can use the "-suffix command-line
switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
use the "suffix"_suffix.html command in your input script.
See "Section_accelerate"_Section_accelerate.html of the manual for
more instructions on how to use the accelerated styles effectively.
:line
[Restart, fix_modify, output, run start/stop, minimize info:]
These fixes writes the state of all the thermostat and barostat
variables to "binary restart files"_restart.html. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by these fixes. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure, as described above.
If you do this, note that the kinetic energy derived from the compute
temperature should be consistent with the virial term computed using
all atoms for the pressure. LAMMPS will warn you if you choose to
compute temperature on a subset of atoms.
IMPORTANT NOTE: If both the {temp} and {press} keywords are used in a
single thermo_modify command (or in two separate commands), then the
order in which the keywords are specified is important. Note that a
"pressure compute"_compute_pressure.html defines its own temperature
compute as an argument when it is specified. The {temp} keyword will
override this (for the pressure compute being used by fix npt), but
only if the {temp} keyword comes after the {press} keyword. If the
{temp} keyword comes before the {press} keyword, then the new pressure
compute specified by the {press} keyword will be unaffected by the
{temp} setting.
The "fix_modify"_fix_modify.html {energy} option is supported by these
fixes to add the energy change induced by Nose/Hoover thermostatting
and barostatting to the system's potential energy as part of
"thermodynamic output"_thermo_style.html.
These fixes compute a global scalar and a global vector of quantities,
which can be accessed by various "output
commands"_Section_howto.html#howto_15. The scalar value calculated by
these fixes is "extensive"; the vector values are "intensive".
The scalar is the cumulative energy change due to the fix.
The vector stores internal Nose/Hoover thermostat and barostat
variables. The number and meaning of the vector values depends on
which fix is used and the settings for keywords {tchain} and {pchain},
which specify the number of Nose/Hoover chains for the thermostat and
barostat. If no thermostatting is done, then {tchain} is 0. If no
barostatting is done, then {pchain} is 0. In the following list,
"ndof" is 0, 1, 3, or 6, and is the number of degrees of freedom in
the barostat. Its value is 0 if no barostat is used, else its value
is 6 if any off-diagonal stress tensor component is barostatted, else
its value is 1 if {couple xyz} is used or {couple xy} for a 2d
simulation, otherwise its value is 3.
The order of values in the global vector and their meaning is as
follows. The notation means there are tchain values for eta, followed
by tchain for eta_dot, followed by ndof for omega, etc:
eta\[tchain\] = particle thermostat displacements (unitless)
eta_dot\[tchain\] = particle thermostat velocities (1/time units)
omega\[ndof\] = barostat displacements (unitless)
omega_dot\[ndof\] = barostat velocities (1/time units)
etap\[pchain\] = barostat thermostat displacements (unitless)
etap_dot\[pchain\] = barostat thermostat velocities (1/time units)
PE_eta\[tchain\] = potential energy of each particle thermostat displacement (energy units)
KE_eta_dot\[tchain\] = kinetic energy of each particle thermostat velocity (energy units)
PE_omega\[ndof\] = potential energy of each barostat displacement (energy units)
KE_omega_dot\[ndof\] = kinetic energy of each barostat velocity (energy units)
PE_etap\[pchain\] = potential energy of each barostat thermostat displacement (energy units)
KE_etap_dot\[pchain\] = kinetic energy of each barostat thermostat velocity (energy units)
PE_strain\[1\] = scalar strain energy (energy units) :ul
These fixes can ramp their external temperature and pressure over
multiple runs, using the {start} and {stop} keywords of the
"run"_run.html command. See the "run"_run.html command for details of
how to do this.
These fixes are not invoked during "energy
minimization"_minimize.html.
:line
[Restrictions:]
{X}, {y}, {z} cannot be barostatted if the associated dimension is not
periodic. {Xy}, {xz}, and {yz} can only be barostatted if the
simulation domain is triclinic and the 2nd dimension in the keyword
({y} dimension in {xy}) is periodic. {Z}, {xz}, and {yz}, cannot be
barostatted for 2D simulations. The "create_box"_create_box.html,
"read data"_read_data.html, and "read_restart"_read_restart.html
commands specify whether the simulation box is orthogonal or
non-orthogonal (triclinic) and explain the meaning of the xy,xz,yz
tilt factors.
For the {temp} keyword, the final Tstop cannot be 0.0 since it would
make the external T = 0.0 at some timestep during the simulation which
is not allowed in the Nose/Hoover formulation.
The {scaleyz yes} and {scalexz yes} keyword/value pairs can not be used
for 2D simulations. {scaleyz yes}, {scalexz yes}, and {scalexy yes} options
can only be used if the 2nd dimension in the keyword is periodic,
and if the tilt factor is not coupled to the barostat via keywords
{tri}, {yz}, {xz}, and {xy}.
[Related commands:]
"fix nve"_fix_nve.html, "fix_modify"_fix_modify.html,
"run_style"_run_style.html
[Default:]
The keyword defaults are tchain = 3, pchain = 3, mtk = yes, tloop =
ploop = 1, nreset = 0, drag = 0.0, dilate = all, couple = none,
scaleyz = scalexz = scalexy = yes if periodic in 2nd dimension and
not coupled to barostat, otherwise no.
:line
:link(Martyna)
[(Martyna)] Martyna, Tobias and Klein, J Chem Phys, 101, 4177 (1994).
:link(Parrinello)
[(Parrinello)] Parrinello and Rahman, J Appl Phys, 52, 7182 (1981).
:link(Tuckerman)
[(Tuckerman)] Tuckerman, Alejandre, Lopez-Rendon, Jochim, and
Martyna, J Phys A: Math Gen, 39, 5629 (2006).
:link(Shinoda)
[(Shinoda)] Shinoda, Shiga, and Mikami, Phys Rev B, 69, 134103 (2004).
diff --git a/doc/fix_nph_asphere.html b/doc/fix_nph_asphere.html
index 43e2383ab..d00aa3d57 100644
--- a/doc/fix_nph_asphere.html
+++ b/doc/fix_nph_asphere.html
@@ -1,134 +1,158 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nph/asphere command
</H3>
+<H3>fix nph/asphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nph/asphere args keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nph/asphere = style name of this fix command
<LI>additional barostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix nph</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nph/asphere iso 0.0 0.0 1000.0
fix 2 all nph/asphere x 5.0 5.0 1000.0
fix 2 all nph/asphere x 5.0 5.0 1000.0 drag 0.2
fix 2 water nph/asphere aniso 0.0 0.0 1000.0 dilate partial
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NPH integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover pressure
barostat. P is pressure; H is enthalpy. This creates a system
trajectory consistent with the isenthalpic ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix nph</A> command, which assumes
point particles and only updates their position and velocity.
</P>
<P>Additional parameters affecting the barostat are specified by keywords
and values documented with the <A HREF = "fix_nh.html">fix nph</A> command. See,
for example, discussion of the <I>aniso</I>, and <I>dilate</I> keywords.
</P>
<P>The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPH integration.
</P>
<P>Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword <I>dilate</I> is specified with a value of <I>partial</I>, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
</P>
<HR>
<P>This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/asphere" and
"pressure", as if these commands had been issued:
</P>
<PRE>compute fix-ID_temp all temp/asphere
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp_asphere.html">compute temp/asphere</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover barostat to <A HREF = "restart.html">binary
restart files</A>. See the <A HREF = "read_restart.html">read_restart</A>
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by this fix. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover barostatting to
the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix nph</A> command.
</P>
<P>This fix can ramp its target pressure over multiple runs, using the
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P>This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the <A HREF = "atom_style.html">atom_style ellipsoid</A>
command.
</P>
<P>All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix nph</A>, <A HREF = "fix_nve_asphere.html">fix nve_asphere</A>, <A HREF = "fix_nvt_asphere.html">fix
nvt_asphere</A>, <A HREF = "fix_npt_asphere.html">fix
npt_asphere</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_nph_asphere.txt b/doc/fix_nph_asphere.txt
index 857ff9fd8..d97d5876e 100644
--- a/doc/fix_nph_asphere.txt
+++ b/doc/fix_nph_asphere.txt
@@ -1,129 +1,152 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nph/asphere command :h3
+fix nph/asphere/omp command :h3
[Syntax:]
fix ID group-ID nph/asphere args keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
nph/asphere = style name of this fix command
additional barostat related keyword/value pairs from the "fix nph"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all nph/asphere iso 0.0 0.0 1000.0
fix 2 all nph/asphere x 5.0 5.0 1000.0
fix 2 all nph/asphere x 5.0 5.0 1000.0 drag 0.2
fix 2 water nph/asphere aniso 0.0 0.0 1000.0 dilate partial :pre
[Description:]
Perform constant NPH integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover pressure
barostat. P is pressure; H is enthalpy. This creates a system
trajectory consistent with the isenthalpic ensemble.
This fix differs from the "fix nph"_fix_nh.html command, which assumes
point particles and only updates their position and velocity.
Additional parameters affecting the barostat are specified by keywords
and values documented with the "fix nph"_fix_nh.html command. See,
for example, discussion of the {aniso}, and {dilate} keywords.
The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPH integration.
Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword {dilate} is specified with a value of {partial}, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
:line
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/asphere" and
"pressure", as if these commands had been issued:
compute fix-ID_temp all temp/asphere
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp/asphere"_compute_temp_asphere.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover barostat to "binary
restart files"_restart.html. See the "read_restart"_read_restart.html
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by this fix. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover barostatting to
the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix nph"_fix_nh.html command.
This fix can ramp its target pressure over multiple runs, using the
{start} and {stop} keywords of the "run"_run.html command. See the
"run"_run.html command for details of how to do this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the "Making
LAMMPS"_Section_start.html#start_3 section for more info.
This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the "atom_style ellipsoid"_atom_style.html
command.
All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
[Related commands:]
"fix nph"_fix_nh.html, "fix nve_asphere"_fix_nve_asphere.html, "fix
nvt_asphere"_fix_nvt_asphere.html, "fix
npt_asphere"_fix_npt_asphere.html, "fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_nph_sphere.html b/doc/fix_nph_sphere.html
index 77d202ca2..1005f9e92 100644
--- a/doc/fix_nph_sphere.html
+++ b/doc/fix_nph_sphere.html
@@ -1,129 +1,153 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nph/sphere command
</H3>
+<H3>fix nph/sphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nph/sphere args keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nph/sphere = style name of this fix command
<LI>additional barostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix nph</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nph/sphere iso 0.0 0.0 1000.0
fix 2 all nph/sphere x 5.0 5.0 1000.0
fix 2 all nph/sphere x 5.0 5.0 1000.0 drag 0.2
fix 2 water nph/sphere aniso 0.0 0.0 1000.0 dilate partial
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NPH integration to update position, velocity, and
angular velocity each timestep for finite-size spherical particles in
the group using a Nose/Hoover pressure barostat. P is pressure; H is
enthalpy. This creates a system trajectory consistent with the
isenthalpic ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix nph</A> command, which assumes
point particles and only updates their position and velocity.
</P>
<P>Additional parameters affecting the barostat are specified by keywords
and values documented with the <A HREF = "fix_nh.html">fix nph</A> command. See,
for example, discussion of the <I>aniso</I>, and <I>dilate</I> keywords.
</P>
<P>The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPH integration.
</P>
<P>Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword <I>dilate</I> is specified with a value of <I>partial</I>, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
</P>
<HR>
<P>This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/sphere" and
"pressure", as if these commands had been issued:
</P>
<PRE>compute fix-ID_temp all temp/sphere
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp_sphere.html">compute temp/sphere</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover barostat to <A HREF = "restart.html">binary
restart files</A>. See the <A HREF = "read_restart.html">read_restart</A>
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by this fix. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover barostatting to
the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix nph</A> command.
</P>
<P>This fix can ramp its target pressure over multiple runs, using the
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the <A HREF = "atom_style.html">atom_style sphere</A>
command.
</P>
<P>All particles in the group must be finite-size spheres. They cannot
be point particles.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix nph</A>, <A HREF = "fix_nve_sphere.html">fix nve_sphere</A>, <A HREF = "fix_nvt_sphere.html">fix
nvt_sphere</A>, <A HREF = "fix_npt_sphere.html">fix npt_sphere</A>,
<A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_nph_sphere.txt b/doc/fix_nph_sphere.txt
index 24038971d..9a1350e54 100644
--- a/doc/fix_nph_sphere.txt
+++ b/doc/fix_nph_sphere.txt
@@ -1,124 +1,147 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nph/sphere command :h3
+fix nph/sphere/omp command :h3
[Syntax:]
fix ID group-ID nph/sphere args keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
nph/sphere = style name of this fix command
additional barostat related keyword/value pairs from the "fix nph"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all nph/sphere iso 0.0 0.0 1000.0
fix 2 all nph/sphere x 5.0 5.0 1000.0
fix 2 all nph/sphere x 5.0 5.0 1000.0 drag 0.2
fix 2 water nph/sphere aniso 0.0 0.0 1000.0 dilate partial :pre
[Description:]
Perform constant NPH integration to update position, velocity, and
angular velocity each timestep for finite-size spherical particles in
the group using a Nose/Hoover pressure barostat. P is pressure; H is
enthalpy. This creates a system trajectory consistent with the
isenthalpic ensemble.
This fix differs from the "fix nph"_fix_nh.html command, which assumes
point particles and only updates their position and velocity.
Additional parameters affecting the barostat are specified by keywords
and values documented with the "fix nph"_fix_nh.html command. See,
for example, discussion of the {aniso}, and {dilate} keywords.
The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPH integration.
Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword {dilate} is specified with a value of {partial}, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
:line
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/sphere" and
"pressure", as if these commands had been issued:
compute fix-ID_temp all temp/sphere
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp/sphere"_compute_temp_sphere.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover barostat to "binary
restart files"_restart.html. See the "read_restart"_read_restart.html
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by this fix. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover barostatting to
the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix nph"_fix_nh.html command.
This fix can ramp its target pressure over multiple runs, using the
{start} and {stop} keywords of the "run"_run.html command. See the
"run"_run.html command for details of how to do this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the "atom_style sphere"_atom_style.html
command.
All particles in the group must be finite-size spheres. They cannot
be point particles.
[Related commands:]
"fix nph"_fix_nh.html, "fix nve_sphere"_fix_nve_sphere.html, "fix
nvt_sphere"_fix_nvt_sphere.html, "fix npt_sphere"_fix_npt_sphere.html,
"fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_nphug.html b/doc/fix_nphug.html
index 7a85d2da9..456b6d800 100644
--- a/doc/fix_nphug.html
+++ b/doc/fix_nphug.html
@@ -1,214 +1,238 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nphug command
</H3>
+<H3>fix nphug/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nphug keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<PRE>one or more keyword value pairs may be appended
keyword = <I>temp</I> or <I>iso</I> or <I>aniso</I> or <I>tri</I> or <I>x</I> or <I>y</I> or <I>z</I> or <I>couple</I> or <I>tchain</I> or <I>pchain</I> or <I>mtk</I> or <I>tloop</I> or <I>ploop</I> or <I>nreset</I> or <I>drag</I> or <I>dilate</I> or <I>scaleyz</I> or <I>scalexz</I> or <I>scalexy</I>
<I>temp</I> values = Value1 Value2 Tdamp
Value1, Value2 = Nose-Hoover target temperatures, ignored by Hugoniostat
Tdamp = temperature damping parameter (time units)
<I>iso</I> or <I>aniso</I> or <I>tri</I> values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressures, must be equal (pressure units)
Pdamp = pressure damping parameter (time units)
<I>x</I> or <I>y</I> or <I>z</I> or <I>xy</I> or <I>yz</I> or <I>xz</I> values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor components, must be equal (pressure units)
Pdamp = stress damping parameter (time units)
<I>couple</I> = <I>none</I> or <I>xyz</I> or <I>xy</I> or <I>yz</I> or <I>xz</I>
<I>tchain</I> value = length of thermostat chain (1 = single thermostat)
<I>pchain</I> values = length of thermostat chain on barostat (0 = no thermostat)
<I>mtk</I> value = <I>yes</I> or <I>no</I> = add in MTK adjustment term or not
<I>tloop</I> value = number of sub-cycles to perform on thermostat
<I>ploop</I> value = number of sub-cycles to perform on barostat thermostat
<I>nreset</I> value = reset reference cell every this many timesteps
<I>drag</I> value = drag factor added to barostat/thermostat (0.0 = no drag)
<I>dilate</I> value = <I>all</I> or <I>partial</I>
<I>scaleyz</I> value = <I>yes</I> or <I>no</I> = scale yz with lz
<I>scalexz</I> value = <I>yes</I> or <I>no</I> = scale xz with lz
<I>scalexy</I> value = <I>yes</I> or <I>no</I> = scale xy with ly
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix myhug all nphug temp 1.0 1.0 10.0 z 40.0 40.0 70.0
fix myhug all nphug temp 1.0 1.0 10.0 iso 40.0 40.0 70.0 drag 200.0 tchain 1 pchain 0
</PRE>
<P><B>Description:</B>
</P>
<P>This command is a variant of the Nose-Hoover
<A HREF = "fix_nh.html">fix npt</A> fix style.
It performs time integration of the Hugoniostat equations
of motion developed by Ravelo et al. <A HREF = "#Ravelo">(Ravelo)</A>.
These equations compress the system to a state with average
axial stress or pressure equal to the specified target value
and that satisfies the Rankine-Hugoniot (RH)
jump conditions for steady shocks.
</P>
<P>The compression can be performed
either
hydrostatically (using keyword <I>iso</I>, <I>aniso</I>, or <I>tri</I>) or uniaxially
(using keywords <I>x</I>, <I>y</I>, or <I>z</I>). In the hydrostatic case,
the cell dimensions change dynamically so that the average axial stress
in all three directions converges towards the specified target value.
In the uniaxial case, the chosen cell dimension changes dynamically
so that the average
axial stress in that direction converges towards the target value. The
other two cell dimensions are kept fixed (zero lateral strain).
</P>
<P>This leads to the following additional restrictions on the keywords:
</P>
<UL><LI>One and only one of the following keywords should be used: <I>iso</I>, <I>aniso</I>, <I>tri</I>, <I>x</I>, <I>y</I>, <I>z</I>
<LI>The specified initial and final target pressures must be the same.
<LI>The keywords <I>xy</I>, <I>xz</I>, <I>yz</I> may not be used.
<LI>The only admissible value for the couple keyword is <I>xyz</I>, which has the same effect as keyword <I>iso</I>
<LI>The <I>temp</I> keyword must be used to specify the time constant for kinetic energy relaxation, but initial and final target temperature values are ignored.
</UL>
<P>Essentially, a Hugoniostat simulation is an NPT simulation in which the
user-specified target temperature is replaced with a time-dependent
target temperature Tt obtained from the following equation:
</P>
<CENTER><IMG SRC = "Eqs/fix_nphug.jpg">
</CENTER>
<P>where T and Tt are the instantaneous and target temperatures,
P and P0 are the instantaneous and reference pressures or axial stresses,
depending on whether hydrostatic or uniaxial compression is being
performed, V and V0 are the instantaneous and reference volumes,
E and E0 are the instantaneous and reference internal energy (potential
plus kinetic), Ndof is the number of degrees of freedom used in the
definition of temperature, and kB is the Boltzmann constant. Delta is the
negative deviation of the instantaneous temperature from the target temperature.
When the system reaches a stable equilibrium, the value of Delta should
fluctuate about zero.
</P>
<P>The values of E0, V0, and P0 are the instantaneous values at the start of
the simulation. These can be overridden using the fix_modify keywords <I>e0</I>,
<I>v0</I>, and <I>p0</I> described below.
</P>
<HR>
<P>IMPORTANT NOTE: Unlike the <A HREF = "fix_temp_berendsen.html">fix
temp/berendsen</A> command which performs
thermostatting but NO time integration, this fix performs
thermostatting/barostatting AND time integration. Thus you should not
use any other time integration fix, such as <A HREF = "fix_nve.html">fix nve</A> on
atoms to which this fix is applied. Likewise, this fix should not be
used on atoms that have their temperature controlled by another fix
- e.g. by <A HREF = "fix_nh.html">fix langevin</A> or <A HREF = "fix_temp_rescale.html">fix temp/rescale</A>
commands.
</P>
<HR>
<P>This fix computes a temperature and pressure at each timestep. To do
this, the fix creates its own computes of style "temp" and "pressure",
as if one of these two sets of commands had been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp
</PRE>
<PRE>compute fix-ID_temp all temp
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press". The group for
the new computes is "all" since pressure is computed for the entire
system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
<HR>
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
+<HR>
+
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the values of E0, V0, and P0, as well as the
state of all the thermostat and barostat
variables to <A HREF = "restart.html">binary restart files</A>. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>e0</I>, <I>v0</I> and <I>p0</I> keywords
can be used to define the values of E0, V0, and P0. Note the
the values for <I>e0</I> and <I>v0</I> are extensive, and so must correspond
to the total energy and volume of the entire system, not energy and
volume per atom. If any of these quantities are not specified, then the
instantaneous value in the system at the start of the simulation is used.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by these fixes. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure, as described above.
If you do this, note that the kinetic energy derived from the compute
temperature should be consistent with the virial term computed using
all atoms for the pressure. LAMMPS will warn you if you choose to
compute temperature on a subset of atoms.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by these
fixes to add the energy change induced by Nose/Hoover thermostatting
and barostatting to the system's potential energy as part of
<A HREF = "thermo_style.html">thermodynamic output</A>. Either way, this energy is *not*
included in the definition of internal energy E when calculating the value
of Delta in the above equation.
</P>
<P>These fixes compute a global scalar and a global vector of quantities,
which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. The scalar value calculated by
these fixes is "extensive"; the vector values are "intensive".
</P>
<P>The scalar is the cumulative energy change due to the fix.
</P>
<P>The vector stores three quantities unique to this fix (Delta, Us, and up),
followed by all the internal Nose/Hoover thermostat and barostat
variables defined for <A HREF = "fix_nh.html">fix_style npt</A>. Delta is the deviation
of the temperature from the target temperature, given by the above equation.
Us and up are the shock and particle velocity corresponding to a steady
shock calculated from the RH conditions. They have units of distance/time.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix style is part of the SHOCK package. It is only enabled if
LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P>All the usual restrictions for <A HREF = "fix_nh.html">fix_style npt</A> apply,
plus the additional ones mentioned above.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_msst.html">fix msst</A>, <A HREF = "fix_nh.html">fix npt</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B>
</P>
<P>The keyword defaults are the same as those for <A HREF = "fix_nh.html">fix npt</A>
</P>
<HR>
<A NAME = "Ravelo"></A>
<P><B>(Ravelo)</B> Ravelo, Holian, Germann and Lomdahl, Phys Rev B, 70, 014103 (2004).
</P>
</HTML>
diff --git a/doc/fix_nphug.txt b/doc/fix_nphug.txt
index aa880ac01..50b36c00b 100644
--- a/doc/fix_nphug.txt
+++ b/doc/fix_nphug.txt
@@ -1,206 +1,229 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nphug command :h3
+fix nphug/omp command :h3
[Syntax:]
fix ID group-ID nphug keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command :ulb,l
one or more keyword value pairs may be appended
keyword = {temp} or {iso} or {aniso} or {tri} or {x} or {y} or {z} or {couple} or {tchain} or {pchain} or {mtk} or {tloop} or {ploop} or {nreset} or {drag} or {dilate} or {scaleyz} or {scalexz} or {scalexy}
{temp} values = Value1 Value2 Tdamp
Value1, Value2 = Nose-Hoover target temperatures, ignored by Hugoniostat
Tdamp = temperature damping parameter (time units)
{iso} or {aniso} or {tri} values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressures, must be equal (pressure units)
Pdamp = pressure damping parameter (time units)
{x} or {y} or {z} or {xy} or {yz} or {xz} values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor components, must be equal (pressure units)
Pdamp = stress damping parameter (time units)
{couple} = {none} or {xyz} or {xy} or {yz} or {xz}
{tchain} value = length of thermostat chain (1 = single thermostat)
{pchain} values = length of thermostat chain on barostat (0 = no thermostat)
{mtk} value = {yes} or {no} = add in MTK adjustment term or not
{tloop} value = number of sub-cycles to perform on thermostat
{ploop} value = number of sub-cycles to perform on barostat thermostat
{nreset} value = reset reference cell every this many timesteps
{drag} value = drag factor added to barostat/thermostat (0.0 = no drag)
{dilate} value = {all} or {partial}
{scaleyz} value = {yes} or {no} = scale yz with lz
{scalexz} value = {yes} or {no} = scale xz with lz
{scalexy} value = {yes} or {no} = scale xy with ly :pre
:ule
[Examples:]
fix myhug all nphug temp 1.0 1.0 10.0 z 40.0 40.0 70.0
fix myhug all nphug temp 1.0 1.0 10.0 iso 40.0 40.0 70.0 drag 200.0 tchain 1 pchain 0 :pre
[Description:]
This command is a variant of the Nose-Hoover
"fix npt"_fix_nh.html fix style.
It performs time integration of the Hugoniostat equations
of motion developed by Ravelo et al. "(Ravelo)"_#Ravelo.
These equations compress the system to a state with average
axial stress or pressure equal to the specified target value
and that satisfies the Rankine-Hugoniot (RH)
jump conditions for steady shocks.
The compression can be performed
either
hydrostatically (using keyword {iso}, {aniso}, or {tri}) or uniaxially
(using keywords {x}, {y}, or {z}). In the hydrostatic case,
the cell dimensions change dynamically so that the average axial stress
in all three directions converges towards the specified target value.
In the uniaxial case, the chosen cell dimension changes dynamically
so that the average
axial stress in that direction converges towards the target value. The
other two cell dimensions are kept fixed (zero lateral strain).
This leads to the following additional restrictions on the keywords:
One and only one of the following keywords should be used: {iso}, {aniso}, {tri}, {x}, {y}, {z}
The specified initial and final target pressures must be the same.
The keywords {xy}, {xz}, {yz} may not be used.
The only admissible value for the couple keyword is {xyz}, which has the same effect as keyword {iso}
The {temp} keyword must be used to specify the time constant for kinetic energy relaxation, but initial and final target temperature values are ignored. :ul
Essentially, a Hugoniostat simulation is an NPT simulation in which the
user-specified target temperature is replaced with a time-dependent
target temperature Tt obtained from the following equation:
:c,image(Eqs/fix_nphug.jpg)
where T and Tt are the instantaneous and target temperatures,
P and P0 are the instantaneous and reference pressures or axial stresses,
depending on whether hydrostatic or uniaxial compression is being
performed, V and V0 are the instantaneous and reference volumes,
E and E0 are the instantaneous and reference internal energy (potential
plus kinetic), Ndof is the number of degrees of freedom used in the
definition of temperature, and kB is the Boltzmann constant. Delta is the
negative deviation of the instantaneous temperature from the target temperature.
When the system reaches a stable equilibrium, the value of Delta should
fluctuate about zero.
The values of E0, V0, and P0 are the instantaneous values at the start of
the simulation. These can be overridden using the fix_modify keywords {e0},
{v0}, and {p0} described below.
:line
IMPORTANT NOTE: Unlike the "fix
temp/berendsen"_fix_temp_berendsen.html command which performs
thermostatting but NO time integration, this fix performs
thermostatting/barostatting AND time integration. Thus you should not
use any other time integration fix, such as "fix nve"_fix_nve.html on
atoms to which this fix is applied. Likewise, this fix should not be
used on atoms that have their temperature controlled by another fix
- e.g. by "fix langevin"_fix_nh.html or "fix temp/rescale"_fix_temp_rescale.html
commands.
:line
This fix computes a temperature and pressure at each timestep. To do
this, the fix creates its own computes of style "temp" and "pressure",
as if one of these two sets of commands had been issued:
compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp :pre
compute fix-ID_temp all temp
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp"_compute_temp.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press". The group for
the new computes is "all" since pressure is computed for the entire
system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
:line
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
+:line
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the values of E0, V0, and P0, as well as the
state of all the thermostat and barostat
variables to "binary restart files"_restart.html. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
The "fix_modify"_fix_modify.html {e0}, {v0} and {p0} keywords
can be used to define the values of E0, V0, and P0. Note the
the values for {e0} and {v0} are extensive, and so must correspond
to the total energy and volume of the entire system, not energy and
volume per atom. If any of these quantities are not specified, then the
instantaneous value in the system at the start of the simulation is used.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by these fixes. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure, as described above.
If you do this, note that the kinetic energy derived from the compute
temperature should be consistent with the virial term computed using
all atoms for the pressure. LAMMPS will warn you if you choose to
compute temperature on a subset of atoms.
The "fix_modify"_fix_modify.html {energy} option is supported by these
fixes to add the energy change induced by Nose/Hoover thermostatting
and barostatting to the system's potential energy as part of
"thermodynamic output"_thermo_style.html. Either way, this energy is *not*
included in the definition of internal energy E when calculating the value
of Delta in the above equation.
These fixes compute a global scalar and a global vector of quantities,
which can be accessed by various "output
commands"_Section_howto.html#howto_15. The scalar value calculated by
these fixes is "extensive"; the vector values are "intensive".
The scalar is the cumulative energy change due to the fix.
The vector stores three quantities unique to this fix (Delta, Us, and up),
followed by all the internal Nose/Hoover thermostat and barostat
variables defined for "fix_style npt"_fix_nh.html. Delta is the deviation
of the temperature from the target temperature, given by the above equation.
Us and up are the shock and particle velocity corresponding to a steady
shock calculated from the RH conditions. They have units of distance/time.
[Restrictions:]
This fix style is part of the SHOCK package. It is only enabled if
LAMMPS was built with that package. See the "Making
LAMMPS"_Section_start.html#start_3 section for more info.
All the usual restrictions for "fix_style npt"_fix_nh.html apply,
plus the additional ones mentioned above.
[Related commands:]
"fix msst"_fix_msst.html, "fix npt"_fix_nh.html, "fix_modify"_fix_modify.html
[Default:]
The keyword defaults are the same as those for "fix npt"_fix_nh.html
:line
:link(Ravelo)
[(Ravelo)] Ravelo, Holian, Germann and Lomdahl, Phys Rev B, 70, 014103 (2004).
diff --git a/doc/fix_npt_asphere.html b/doc/fix_npt_asphere.html
index 7eb9df9ab..9f9547427 100644
--- a/doc/fix_npt_asphere.html
+++ b/doc/fix_npt_asphere.html
@@ -1,158 +1,182 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix npt/asphere command
</H3>
+<H3>fix npt/asphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID npt/asphere keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>npt/asphere = style name of this fix command
<LI>additional thermostat and barostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix npt</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all npt/asphere temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 all npt/asphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0
fix 2 all npt/asphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0 drag 0.2
fix 2 water npt/asphere temp 300.0 300.0 100.0 aniso 0.0 0.0 1000.0 dilate partial
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NPT integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover temperature
thermostat and Nose/Hoover pressure barostat. P is pressure; T is
temperature. This creates a system trajectory consistent with the
isothermal-isobaric ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix npt</A> command, which
assumes point particles and only updates their position and velocity.
</P>
<P>The thermostat is applied to both the translational and rotational
degrees of freedom for the aspherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
</P>
<P>Additional parameters affecting the thermostat and barostat are
specified by keywords and values documented with the <A HREF = "fix_nh.html">fix
npt</A> command. See, for example, discussion of the <I>temp</I>,
<I>iso</I>, <I>aniso</I>, and <I>dilate</I> keywords.
</P>
<P>The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPT integration.
</P>
<P>Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword <I>dilate</I> is specified with a value of <I>partial</I>, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
</P>
<HR>
<P>This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/asphere" and
"pressure", as if these commands had been issued:
</P>
<PRE>compute fix-ID_temp all temp/asphere
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp_asphere.html">compute temp/asphere</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, this fix can be used
with <A HREF = "compute.html">compute commands</A> that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover thermostat and barostat
to <A HREF = "restart.html">binary restart files</A>. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by this fix. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting and
barostatting to the system's potential energy as part of
<A HREF = "thermo_style.html">thermodynamic output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix npt</A> command.
</P>
<P>This fix can ramp its target temperature and pressure over multiple
runs, using the <I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A>
command. See the <A HREF = "run.html">run</A> command for details of how to do
this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P>This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the <A HREF = "atom_style.html">atom_style ellipsoid</A>
command.
</P>
<P>All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix npt</A>, <A HREF = "fix_nve_asphere.html">fix nve_asphere</A>, <A HREF = "fix_nvt_asphere.html">fix
nvt_asphere</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_npt_asphere.txt b/doc/fix_npt_asphere.txt
index e11ef0eb7..fb8fef115 100644
--- a/doc/fix_npt_asphere.txt
+++ b/doc/fix_npt_asphere.txt
@@ -1,153 +1,176 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix npt/asphere command :h3
+fix npt/asphere/omp command :h3
[Syntax:]
fix ID group-ID npt/asphere keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
npt/asphere = style name of this fix command
additional thermostat and barostat related keyword/value pairs from the "fix npt"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all npt/asphere temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 all npt/asphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0
fix 2 all npt/asphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0 drag 0.2
fix 2 water npt/asphere temp 300.0 300.0 100.0 aniso 0.0 0.0 1000.0 dilate partial :pre
[Description:]
Perform constant NPT integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover temperature
thermostat and Nose/Hoover pressure barostat. P is pressure; T is
temperature. This creates a system trajectory consistent with the
isothermal-isobaric ensemble.
This fix differs from the "fix npt"_fix_nh.html command, which
assumes point particles and only updates their position and velocity.
The thermostat is applied to both the translational and rotational
degrees of freedom for the aspherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
Additional parameters affecting the thermostat and barostat are
specified by keywords and values documented with the "fix
npt"_fix_nh.html command. See, for example, discussion of the {temp},
{iso}, {aniso}, and {dilate} keywords.
The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPT integration.
Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword {dilate} is specified with a value of {partial}, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
:line
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/asphere" and
"pressure", as if these commands had been issued:
compute fix-ID_temp all temp/asphere
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp/asphere"_compute_temp_asphere.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
Like other fixes that perform thermostatting, this fix can be used
with "compute commands"_compute.html that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the "fix_modify"_fix_modify.html command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover thermostat and barostat
to "binary restart files"_restart.html. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by this fix. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting and
barostatting to the system's potential energy as part of
"thermodynamic output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix npt"_fix_nh.html command.
This fix can ramp its target temperature and pressure over multiple
runs, using the {start} and {stop} keywords of the "run"_run.html
command. See the "run"_run.html command for details of how to do
this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the "Making
LAMMPS"_Section_start.html#start_3 section for more info.
This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the "atom_style ellipsoid"_atom_style.html
command.
All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
[Related commands:]
"fix npt"_fix_nh.html, "fix nve_asphere"_fix_nve_asphere.html, "fix
nvt_asphere"_fix_nvt_asphere.html, "fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_npt_sphere.html b/doc/fix_npt_sphere.html
index 65995962f..7a2344565 100644
--- a/doc/fix_npt_sphere.html
+++ b/doc/fix_npt_sphere.html
@@ -1,153 +1,177 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix npt/sphere command
</H3>
+<H3>fix npt/sphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID npt/sphere keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>npt/sphere = style name of this fix command
<LI>additional thermostat and barostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix npt</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all npt/sphere temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 all npt/sphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0
fix 2 all npt/sphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0 drag 0.2
fix 2 water npt/sphere temp 300.0 300.0 100.0 aniso 0.0 0.0 1000.0 dilate partial
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NPT integration to update position, velocity, and
angular velocity each timestep for finite-sizex spherical particles in
the group using a Nose/Hoover temperature thermostat and Nose/Hoover
pressure barostat. P is pressure; T is temperature. This creates a
system trajectory consistent with the isothermal-isobaric ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix npt</A> command, which
assumes point particles and only updates their position and velocity.
</P>
<P>The thermostat is applied to both the translational and rotational
degrees of freedom for the spherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
</P>
<P>Additional parameters affecting the thermostat and barostat are
specified by keywords and values documented with the <A HREF = "fix_nh.html">fix
npt</A> command. See, for example, discussion of the <I>temp</I>,
<I>iso</I>, <I>aniso</I>, and <I>dilate</I> keywords.
</P>
<P>The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPT integration.
</P>
<P>Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword <I>dilate</I> is specified with a value of <I>partial</I>, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
</P>
<HR>
<P>This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/sphere" and
"pressure", as if these commands had been issued:
</P>
<PRE>compute fix-ID_temp all temp/sphere
compute fix-ID_press all pressure fix-ID_temp
</PRE>
<P>See the <A HREF = "compute_temp_sphere.html">compute temp/sphere</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
and <I>thermo_press</I>. This means you can change the attributes of this
fix's temperature or pressure via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
or pressure during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> or
<I>thermo_press</I> will have no effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, this fix can be used
with <A HREF = "compute.html">compute commands</A> that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover thermostat and barostat
to <A HREF = "restart.html">binary restart files</A>. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by this fix. You can use them to assign a
<A HREF = "compute.html">compute</A> you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting and
barostatting to the system's potential energy as part of
<A HREF = "thermo_style.html">thermodynamic output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix npt</A> command.
</P>
<P>This fix can ramp its target temperature and pressure over multiple
runs, using the <I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A>
command. See the <A HREF = "run.html">run</A> command for details of how to do
this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the <A HREF = "atom_style.html">atom_style sphere</A>
command.
</P>
<P>All particles in the group must be finite-size spheres. They cannot
be point particles.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix npt</A>, <A HREF = "fix_nve_sphere.html">fix nve_sphere</A>, <A HREF = "fix_nvt_sphere.html">fix
nvt_sphere</A>, <A HREF = "fix_npt_asphere.html">fix
npt_asphere</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_npt_sphere.txt b/doc/fix_npt_sphere.txt
index 435acbbd2..e2c2d0d13 100644
--- a/doc/fix_npt_sphere.txt
+++ b/doc/fix_npt_sphere.txt
@@ -1,148 +1,171 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix npt/sphere command :h3
+fix npt/sphere/omp command :h3
[Syntax:]
fix ID group-ID npt/sphere keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
npt/sphere = style name of this fix command
additional thermostat and barostat related keyword/value pairs from the "fix npt"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all npt/sphere temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0
fix 2 all npt/sphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0
fix 2 all npt/sphere temp 300.0 300.0 100.0 x 5.0 5.0 1000.0 drag 0.2
fix 2 water npt/sphere temp 300.0 300.0 100.0 aniso 0.0 0.0 1000.0 dilate partial :pre
[Description:]
Perform constant NPT integration to update position, velocity, and
angular velocity each timestep for finite-sizex spherical particles in
the group using a Nose/Hoover temperature thermostat and Nose/Hoover
pressure barostat. P is pressure; T is temperature. This creates a
system trajectory consistent with the isothermal-isobaric ensemble.
This fix differs from the "fix npt"_fix_nh.html command, which
assumes point particles and only updates their position and velocity.
The thermostat is applied to both the translational and rotational
degrees of freedom for the spherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
Additional parameters affecting the thermostat and barostat are
specified by keywords and values documented with the "fix
npt"_fix_nh.html command. See, for example, discussion of the {temp},
{iso}, {aniso}, and {dilate} keywords.
The particles in the fix group are the only ones whose velocities and
positions are updated by the velocity/position update portion of the
NPT integration.
Regardless of what particles are in the fix group, a global pressure is
computed for all particles. Similarly, when the size of the simulation
box is changed, all particles are re-scaled to new positions, unless the
keyword {dilate} is specified with a value of {partial}, in which case
only the particles in the fix group are re-scaled. The latter can be
useful for leaving the coordinates of particles in a solid substrate
unchanged and controlling the pressure of a surrounding fluid.
:line
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp/sphere" and
"pressure", as if these commands had been issued:
compute fix-ID_temp all temp/sphere
compute fix-ID_press all pressure fix-ID_temp :pre
See the "compute temp/sphere"_compute_temp_sphere.html and "compute
pressure"_compute_pressure.html commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + "temp" or fix_ID
+ underscore + "press", and the group for the new computes is "all"
since pressure is computed for the entire system.
Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
and {thermo_press}. This means you can change the attributes of this
fix's temperature or pressure via the
"compute_modify"_compute_modify.html command or print this temperature
or pressure during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} or
{thermo_press} will have no effect on this fix.
Like other fixes that perform thermostatting, this fix can be used
with "compute commands"_compute.html that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the "fix_modify"_fix_modify.html command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover thermostat and barostat
to "binary restart files"_restart.html. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by this fix. You can use them to assign a
"compute"_compute.html you have defined to this fix which will be used
in its thermostatting or barostatting procedure. If you do this, note
that the kinetic energy derived from the compute temperature should be
consistent with the virial term computed using all atoms for the
pressure. LAMMPS will warn you if you choose to compute temperature
on a subset of atoms.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting and
barostatting to the system's potential energy as part of
"thermodynamic output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix npt"_fix_nh.html command.
This fix can ramp its target temperature and pressure over multiple
runs, using the {start} and {stop} keywords of the "run"_run.html
command. See the "run"_run.html command for details of how to do
this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the "atom_style sphere"_atom_style.html
command.
All particles in the group must be finite-size spheres. They cannot
be point particles.
[Related commands:]
"fix npt"_fix_nh.html, "fix nve_sphere"_fix_nve_sphere.html, "fix
nvt_sphere"_fix_nvt_sphere.html, "fix
npt_asphere"_fix_npt_asphere.html, "fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_nve.html b/doc/fix_nve.html
index 3132bfb29..e70474fe0 100644
--- a/doc/fix_nve.html
+++ b/doc/fix_nve.html
@@ -1,75 +1,78 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nve command
</H3>
<H3>fix nve/cuda command
</H3>
+<H3>fix nve/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nve
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nve = style name of this fix command
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nve
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NVE integration to update position and velocity for
atoms in the group each timestep. V is volume; E is energy. This
creates a system trajectory consistent with the microcanonical
ensemble.
</P>
<HR>
-<P>Styles with a <I>cuda</I> suffix are functionally the same as the
-corresponding style without the suffix. They have been optimized to
-run faster, depending on your available hardware, as discussed in
-<A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual. The
-accelerated styles take the same arguments and should produce the same
-results, except for round-off and precision issues.
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
</P>
-<P>These accelerated styles are part of the USER-CUDA package. They are
-only enabled if LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
-LAMMPS</A> section for more info.
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
</P>
<P>You can specify the accelerated styles explicitly in your input script
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
switch</A> when you invoke LAMMPS, or you can
use the <A HREF = "suffix.html">suffix</A> command in your input script.
</P>
<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
more instructions on how to use the accelerated styles effectively.
</P>
<HR>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about this fix is written to <A HREF = "restart.html">binary restart
files</A>. None of the <A HREF = "fix_modify.html">fix_modify</A> options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. No parameter of this fix can
be used with the <I>start/stop</I> keywords of the <A HREF = "run.html">run</A> command.
This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix nvt</A>, <A HREF = "fix_nh.html">fix npt</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_nve.txt b/doc/fix_nve.txt
index 68333011e..b43a78c62 100644
--- a/doc/fix_nve.txt
+++ b/doc/fix_nve.txt
@@ -1,69 +1,71 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nve command :h3
fix nve/cuda command :h3
+fix nve/omp command :h3
[Syntax:]
fix ID group-ID nve :pre
ID, group-ID are documented in "fix"_fix.html command
nve = style name of this fix command :ul
[Examples:]
fix 1 all nve :pre
[Description:]
Perform constant NVE integration to update position and velocity for
atoms in the group each timestep. V is volume; E is energy. This
creates a system trajectory consistent with the microcanonical
ensemble.
:line
-Styles with a {cuda} suffix are functionally the same as the
-corresponding style without the suffix. They have been optimized to
-run faster, depending on your available hardware, as discussed in
-"Section_accelerate"_Section_accelerate.html of the manual. The
-accelerated styles take the same arguments and should produce the same
-results, except for round-off and precision issues.
-
-These accelerated styles are part of the USER-CUDA package. They are
-only enabled if LAMMPS was built with that package. See the "Making
-LAMMPS"_Section_start.html#start_3 section for more info.
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
You can specify the accelerated styles explicitly in your input script
by including their suffix, or you can use the "-suffix command-line
switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
use the "suffix"_suffix.html command in your input script.
See "Section_accelerate"_Section_accelerate.html of the manual for
more instructions on how to use the accelerated styles effectively.
:line
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about this fix is written to "binary restart
files"_restart.html. None of the "fix_modify"_fix_modify.html options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various "output
commands"_Section_howto.html#howto_15. No parameter of this fix can
be used with the {start/stop} keywords of the "run"_run.html command.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:] none
[Related commands:]
"fix nvt"_fix_nh.html, "fix npt"_fix_nh.html
[Default:] none
diff --git a/doc/fix_nvt_asphere.html b/doc/fix_nvt_asphere.html
index 903d3bccb..1c52aeacc 100644
--- a/doc/fix_nvt_asphere.html
+++ b/doc/fix_nvt_asphere.html
@@ -1,134 +1,158 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nvt/asphere command
</H3>
+<H3>fix nvt/asphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nvt/asphere keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nvt/asphere = style name of this fix command
<LI>additional thermostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix nvt</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nvt/asphere temp 300.0 300.0 100.0
fix 1 all nvt/asphere temp 300.0 300.0 100.0 drag 0.2
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NVT integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover temperature
thermostat. V is volume; T is temperature. This creates a system
trajectory consistent with the canonical ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix nvt</A> command, which
assumes point particles and only updates their position and velocity.
</P>
<P>The thermostat is applied to both the translational and rotational
degrees of freedom for the aspherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
</P>
<P>Additional parameters affecting the thermostat are specified by
keywords and values documented with the <A HREF = "fix_nh.html">fix nvt</A>
command. See, for example, discussion of the <I>temp</I> and <I>drag</I>
keywords.
</P>
<P>This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/asphere", as if this command
had been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp/asphere
</PRE>
<P>See the <A HREF = "compute_temp_asphere.html">compute temp/asphere</A> command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
</P>
<P>Note that this is NOT the compute used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> will have no
effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, this fix can be used
with <A HREF = "compute.html">compute commands</A> that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover thermostat to <A HREF = "restart.html">binary
restart files</A>. See the <A HREF = "read_restart.html">read_restart</A>
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> option is supported by this
fix. You can use it to assign a <A HREF = "compute.html">compute</A> you have
defined to this fix which will be used in its thermostatting
procedure.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix nvt</A> command.
</P>
<P>This fix can ramp its target temperature over multiple runs, using the
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P>This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the <A HREF = "atom_style.html">atom_style ellipsoid</A>
command.
</P>
<P>All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix nvt</A>, <A HREF = "fix_nve_asphere.html">fix nve_asphere</A>, <A HREF = "fix_npt_asphere.html">fix
npt_asphere</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_nvt_asphere.txt b/doc/fix_nvt_asphere.txt
index 8af5be128..7c48f6059 100644
--- a/doc/fix_nvt_asphere.txt
+++ b/doc/fix_nvt_asphere.txt
@@ -1,129 +1,152 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nvt/asphere command :h3
+fix nvt/asphere/omp command :h3
[Syntax:]
fix ID group-ID nvt/asphere keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
nvt/asphere = style name of this fix command
additional thermostat related keyword/value pairs from the "fix nvt"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all nvt/asphere temp 300.0 300.0 100.0
fix 1 all nvt/asphere temp 300.0 300.0 100.0 drag 0.2 :pre
[Description:]
Perform constant NVT integration to update position, velocity,
orientation, and angular velocity each timestep for aspherical or
ellipsoidal particles in the group using a Nose/Hoover temperature
thermostat. V is volume; T is temperature. This creates a system
trajectory consistent with the canonical ensemble.
This fix differs from the "fix nvt"_fix_nh.html command, which
assumes point particles and only updates their position and velocity.
The thermostat is applied to both the translational and rotational
degrees of freedom for the aspherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
Additional parameters affecting the thermostat are specified by
keywords and values documented with the "fix nvt"_fix_nh.html
command. See, for example, discussion of the {temp} and {drag}
keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/asphere", as if this command
had been issued:
compute fix-ID_temp group-ID temp/asphere :pre
See the "compute temp/asphere"_compute_temp_asphere.html command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
Note that this is NOT the compute used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
"compute_modify"_compute_modify.html command or print this temperature
during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} will have no
effect on this fix.
Like other fixes that perform thermostatting, this fix can be used
with "compute commands"_compute.html that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the "fix_modify"_fix_modify.html command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover thermostat to "binary
restart files"_restart.html. See the "read_restart"_read_restart.html
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} option is supported by this
fix. You can use it to assign a "compute"_compute.html you have
defined to this fix which will be used in its thermostatting
procedure.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix nvt"_fix_nh.html command.
This fix can ramp its target temperature over multiple runs, using the
{start} and {stop} keywords of the "run"_run.html command. See the
"run"_run.html command for details of how to do this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix is part of the ASPHERE package. It is only enabled if LAMMPS
was built with that package. See the "Making
LAMMPS"_Section_start.html#start_3 section for more info.
This fix requires that atoms store torque and angular momementum and a
quaternion as defined by the "atom_style ellipsoid"_atom_style.html
command.
All particles in the group must be finite-size. They cannot be point
particles, but they can be aspherical or spherical as defined by their
shape attribute.
[Related commands:]
"fix nvt"_fix_nh.html, "fix nve_asphere"_fix_nve_asphere.html, "fix
npt_asphere"_fix_npt_asphere.html, "fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_nvt_sllod.html b/doc/fix_nvt_sllod.html
index 5ed79ead8..3180d759f 100644
--- a/doc/fix_nvt_sllod.html
+++ b/doc/fix_nvt_sllod.html
@@ -1,153 +1,177 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nvt/sllod command
</H3>
+<H3>fix nvt/sllod/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nvt/sllod keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nvt/sllod = style name of this fix command
<LI>additional thermostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix nvt</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nvt/sllod temp 300.0 300.0 100.0
fix 1 all nvt/sllod temp 300.0 300.0 100.0 drag 0.2
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NVT integration to update positions and velocities
each timestep for atoms in the group using a Nose/Hoover temperature
thermostat. V is volume; T is temperature. This creates a system
trajectory consistent with the canonical ensemble.
</P>
<P>This thermostat is used for a simulation box that is changing size
and/or shape, for example in a non-equilibrium MD (NEMD) simulation.
The size/shape change is induced by use of the <A HREF = "fix_deform.html">fix
deform</A> command, so each point in the simulation box
can be thought of as having a "streaming" velocity. This
position-dependent streaming velocity is subtracted from each atom's
actual velocity to yield a thermal velocity which is used for
temperature computation and thermostatting. For example, if the box
is being sheared in x, relative to y, then points at the bottom of the
box (low y) have a small x velocity, while points at the top of the
box (hi y) have a large x velocity. These velocities do not
contribute to the thermal "temperature" of the atom.
</P>
<P>IMPORTANT NOTE: <A HREF = "fix_deform.html">Fix deform</A> has an option for
remapping either atom coordinates or velocities to the changing
simulation box. To use fix nvt/sllod, fix deform should NOT remap
atom positions, because fix nvt/sllod adjusts the atom positions and
velocities to create a velocity profile that matches the changing box
size/shape. Fix deform SHOULD remap atom velocities when atoms cross
periodic boundaries since that is consistent with maintaining the
velocity profile created by fix nvt/sllod. LAMMPS will give an
error if this setting is not consistent.
</P>
<P>The SLLOD equations of motion coupled to a Nose/Hoover thermostat are
discussed in <A HREF = "#Tuckerman">(Tuckerman)</A> (eqs 4 and 5), which is what is
implemented in LAMMPS in a velocity Verlet formulation.
</P>
<P>Additional parameters affecting the thermostat are specified by
keywords and values documented with the <A HREF = "fix_nh.html">fix nvt</A>
command. See, for example, discussion of the <I>temp</I> and <I>drag</I>
keywords.
</P>
<P>This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/deform", as if this command had
been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp/deform
</PRE>
<P>See the <A HREF = "compute_temp_deform.html">compute temp/deform</A> command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
</P>
<P>Note that this is NOT the compute used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> will have no
effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, this fix can be used
with <A HREF = "compute.html">compute commands</A> that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover thermostat to <A HREF = "restart.html">binary
restart files</A>. See the <A HREF = "read_restart.html">read_restart</A>
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> option is supported by this
fix. You can use it to assign a <A HREF = "compute.html">compute</A> you have
defined to this fix which will be used in its thermostatting
procedure.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix nvt</A> command.
</P>
<P>This fix can ramp its target temperature over multiple runs, using the
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix works best without Nose-Hoover chain thermostats, i.e. using
tchain = 1. Setting tchain to larger values can result in poor
equilibration.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_nh.html">fix nvt</A>, <A HREF = "fix_temp_rescale.html">fix
temp/rescale</A>, <A HREF = "fix_langevin.html">fix langevin</A>,
<A HREF = "fix_modify.html">fix_modify</A>, <A HREF = "compute_temp_deform.html">compute
temp/deform</A>
</P>
<P><B>Default:</B>
</P>
<P>Same as <A HREF = "fix_nh.html">fix nvt</A>, except tchain = 1.
</P>
<HR>
<A NAME = "Tuckerman"></A>
<P><B>(Tuckerman)</B> Tuckerman, Mundy, Balasubramanian, Klein, J Chem Phys,
106, 5615 (1997).
</P>
</HTML>
diff --git a/doc/fix_nvt_sllod.txt b/doc/fix_nvt_sllod.txt
index d83eb37f5..a7f0e8f60 100644
--- a/doc/fix_nvt_sllod.txt
+++ b/doc/fix_nvt_sllod.txt
@@ -1,147 +1,170 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nvt/sllod command :h3
+fix nvt/sllod/omp command :h3
[Syntax:]
fix ID group-ID nvt/sllod keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
nvt/sllod = style name of this fix command
additional thermostat related keyword/value pairs from the "fix nvt"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all nvt/sllod temp 300.0 300.0 100.0
fix 1 all nvt/sllod temp 300.0 300.0 100.0 drag 0.2 :pre
[Description:]
Perform constant NVT integration to update positions and velocities
each timestep for atoms in the group using a Nose/Hoover temperature
thermostat. V is volume; T is temperature. This creates a system
trajectory consistent with the canonical ensemble.
This thermostat is used for a simulation box that is changing size
and/or shape, for example in a non-equilibrium MD (NEMD) simulation.
The size/shape change is induced by use of the "fix
deform"_fix_deform.html command, so each point in the simulation box
can be thought of as having a "streaming" velocity. This
position-dependent streaming velocity is subtracted from each atom's
actual velocity to yield a thermal velocity which is used for
temperature computation and thermostatting. For example, if the box
is being sheared in x, relative to y, then points at the bottom of the
box (low y) have a small x velocity, while points at the top of the
box (hi y) have a large x velocity. These velocities do not
contribute to the thermal "temperature" of the atom.
IMPORTANT NOTE: "Fix deform"_fix_deform.html has an option for
remapping either atom coordinates or velocities to the changing
simulation box. To use fix nvt/sllod, fix deform should NOT remap
atom positions, because fix nvt/sllod adjusts the atom positions and
velocities to create a velocity profile that matches the changing box
size/shape. Fix deform SHOULD remap atom velocities when atoms cross
periodic boundaries since that is consistent with maintaining the
velocity profile created by fix nvt/sllod. LAMMPS will give an
error if this setting is not consistent.
The SLLOD equations of motion coupled to a Nose/Hoover thermostat are
discussed in "(Tuckerman)"_#Tuckerman (eqs 4 and 5), which is what is
implemented in LAMMPS in a velocity Verlet formulation.
Additional parameters affecting the thermostat are specified by
keywords and values documented with the "fix nvt"_fix_nh.html
command. See, for example, discussion of the {temp} and {drag}
keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/deform", as if this command had
been issued:
compute fix-ID_temp group-ID temp/deform :pre
See the "compute temp/deform"_compute_temp_deform.html command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
Note that this is NOT the compute used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
"compute_modify"_compute_modify.html command or print this temperature
during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} will have no
effect on this fix.
Like other fixes that perform thermostatting, this fix can be used
with "compute commands"_compute.html that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the "fix_modify"_fix_modify.html command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover thermostat to "binary
restart files"_restart.html. See the "read_restart"_read_restart.html
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} option is supported by this
fix. You can use it to assign a "compute"_compute.html you have
defined to this fix which will be used in its thermostatting
procedure.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix nvt"_fix_nh.html command.
This fix can ramp its target temperature over multiple runs, using the
{start} and {stop} keywords of the "run"_run.html command. See the
"run"_run.html command for details of how to do this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix works best without Nose-Hoover chain thermostats, i.e. using
tchain = 1. Setting tchain to larger values can result in poor
equilibration.
[Related commands:]
"fix nve"_fix_nve.html, "fix nvt"_fix_nh.html, "fix
temp/rescale"_fix_temp_rescale.html, "fix langevin"_fix_langevin.html,
"fix_modify"_fix_modify.html, "compute
temp/deform"_compute_temp_deform.html
[Default:]
Same as "fix nvt"_fix_nh.html, except tchain = 1.
:line
:link(Tuckerman)
[(Tuckerman)] Tuckerman, Mundy, Balasubramanian, Klein, J Chem Phys,
106, 5615 (1997).
diff --git a/doc/fix_nvt_sphere.html b/doc/fix_nvt_sphere.html
index c4a494bde..6a723d624 100644
--- a/doc/fix_nvt_sphere.html
+++ b/doc/fix_nvt_sphere.html
@@ -1,130 +1,154 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix nvt/sphere command
</H3>
+<H3>fix nvt/sphere/omp command
+</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID nvt/sphere keyword value ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>nvt/sphere = style name of this fix command
<LI>additional thermostat related keyword/value pairs from the <A HREF = "fix_nh.html">fix nvt</A> command can be appended
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nvt/sphere temp 300.0 300.0 100.0
fix 1 all nvt/sphere temp 300.0 300.0 100.0 drag 0.2
</PRE>
<P><B>Description:</B>
</P>
<P>Perform constant NVT integration to update position, velocity, and
angular velocity each timestep for finite-size spherical particles in
the group using a Nose/Hoover temperature thermostat. V is volume; T
is temperature. This creates a system trajectory consistent with the
canonical ensemble.
</P>
<P>This fix differs from the <A HREF = "fix_nh.html">fix nvt</A> command, which
assumes point particles and only updates their position and velocity.
</P>
<P>The thermostat is applied to both the translational and rotational
degrees of freedom for the spherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
</P>
<P>Additional parameters affecting the thermostat are specified by
keywords and values documented with the <A HREF = "fix_nh.html">fix nvt</A>
command. See, for example, discussion of the <I>temp</I> and <I>drag</I>
keywords.
</P>
<P>This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/sphere", as if this command
had been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp/sphere
</PRE>
<P>See the <A HREF = "compute_temp_sphere.html">compute temp/sphere</A> command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
</P>
<P>Note that this is NOT the compute used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
<A HREF = "compute_modify.html">compute_modify</A> command or print this temperature
during thermodynamic output via the <A HREF = "thermo_style.html">thermo_style
custom</A> command using the appropriate compute-ID.
It also means that changing attributes of <I>thermo_temp</I> will have no
effect on this fix.
</P>
<P>Like other fixes that perform thermostatting, this fix can be used
with <A HREF = "compute.html">compute commands</A> that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the <A HREF = "fix_modify.html">fix_modify</A> command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual <A HREF = "compute.html">compute
commands</A> to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
</P>
+<HR>
+
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the state of the Nose/Hoover thermostat to <A HREF = "restart.html">binary
restart files</A>. See the <A HREF = "read_restart.html">read_restart</A>
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> option is supported by this
fix. You can use it to assign a <A HREF = "compute.html">compute</A> you have
defined to this fix which will be used in its thermostatting
procedure.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes the same global scalar and global vector of
quantities as does the <A HREF = "fix_nh.html">fix nvt</A> command.
</P>
<P>This fix can ramp its target temperature over multiple runs, using the
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
</P>
<P>This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the <A HREF = "atom_style.html">atom_style sphere</A>
command.
</P>
<P>All particles in the group must be finite-size spheres. They cannot
be point particles.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_nh.html">fix nvt</A>, <A HREF = "fix_nve_sphere.html">fix nve_sphere</A>, <A HREF = "fix_nvt_asphere.html">fix
nvt_asphere</A>, <A HREF = "fix_npt_sphere.html">fix
npt_sphere</A>, <A HREF = "fix_modify.html">fix_modify</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
diff --git a/doc/fix_nvt_sphere.txt b/doc/fix_nvt_sphere.txt
index 9cc8d1e08..142be2907 100644
--- a/doc/fix_nvt_sphere.txt
+++ b/doc/fix_nvt_sphere.txt
@@ -1,125 +1,148 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix nvt/sphere command :h3
+fix nvt/sphere/omp command :h3
[Syntax:]
fix ID group-ID nvt/sphere keyword value ... :pre
ID, group-ID are documented in "fix"_fix.html command
nvt/sphere = style name of this fix command
additional thermostat related keyword/value pairs from the "fix nvt"_fix_nh.html command can be appended :ul
[Examples:]
fix 1 all nvt/sphere temp 300.0 300.0 100.0
fix 1 all nvt/sphere temp 300.0 300.0 100.0 drag 0.2 :pre
[Description:]
Perform constant NVT integration to update position, velocity, and
angular velocity each timestep for finite-size spherical particles in
the group using a Nose/Hoover temperature thermostat. V is volume; T
is temperature. This creates a system trajectory consistent with the
canonical ensemble.
This fix differs from the "fix nvt"_fix_nh.html command, which
assumes point particles and only updates their position and velocity.
The thermostat is applied to both the translational and rotational
degrees of freedom for the spherical particles, assuming a compute is
used which calculates a temperature that includes the rotational
degrees of freedom (see below). The translational degrees of freedom
can also have a bias velocity removed from them before thermostatting
takes place; see the description below.
Additional parameters affecting the thermostat are specified by
keywords and values documented with the "fix nvt"_fix_nh.html
command. See, for example, discussion of the {temp} and {drag}
keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style "temp/sphere", as if this command
had been issued:
compute fix-ID_temp group-ID temp/sphere :pre
See the "compute temp/sphere"_compute_temp_sphere.html command for
details. Note that the ID of the new compute is the fix-ID +
underscore + "temp", and the group for the new compute is the same as
the fix group.
Note that this is NOT the compute used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}.
This means you can change the attributes of this fix's temperature
(e.g. its degrees-of-freedom) via the
"compute_modify"_compute_modify.html command or print this temperature
during thermodynamic output via the "thermo_style
custom"_thermo_style.html command using the appropriate compute-ID.
It also means that changing attributes of {thermo_temp} will have no
effect on this fix.
Like other fixes that perform thermostatting, this fix can be used
with "compute commands"_compute.html that calculate a temperature
after removing a "bias" from the atom velocities. E.g. removing the
center-of-mass velocity from a group of atoms or only calculating
temperature on the x-component of velocity or only calculating
temperature for atoms in a geometric region. This is not done by
default, but only if the "fix_modify"_fix_modify.html command is used
to assign a temperature compute to this fix that includes such a bias
term. See the doc pages for individual "compute
commands"_compute.html to determine which ones include a bias. In
this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
+:line
+
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
This fix writes the state of the Nose/Hoover thermostat to "binary
restart files"_restart.html. See the "read_restart"_read_restart.html
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
uninterrupted fashion.
The "fix_modify"_fix_modify.html {temp} option is supported by this
fix. You can use it to assign a "compute"_compute.html you have
defined to this fix which will be used in its thermostatting
procedure.
The "fix_modify"_fix_modify.html {energy} option is supported by this
fix to add the energy change induced by Nose/Hoover thermostatting to
the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
This fix computes the same global scalar and global vector of
quantities as does the "fix nvt"_fix_nh.html command.
This fix can ramp its target temperature over multiple runs, using the
{start} and {stop} keywords of the "run"_run.html command. See the
"run"_run.html command for details of how to do this.
This fix is not invoked during "energy minimization"_minimize.html.
[Restrictions:]
This fix requires that atoms store torque and angular velocity (omega)
and a radius as defined by the "atom_style sphere"_atom_style.html
command.
All particles in the group must be finite-size spheres. They cannot
be point particles.
[Related commands:]
"fix nvt"_fix_nh.html, "fix nve_sphere"_fix_nve_sphere.html, "fix
nvt_asphere"_fix_nvt_asphere.html, "fix
npt_sphere"_fix_npt_sphere.html, "fix_modify"_fix_modify.html
[Default:] none
diff --git a/doc/fix_rigid.html b/doc/fix_rigid.html
index 17b9146e0..73ef29538 100644
--- a/doc/fix_rigid.html
+++ b/doc/fix_rigid.html
@@ -1,695 +1,717 @@
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix rigid command
</H3>
<H3>fix rigid/nve command
</H3>
<H3>fix rigid/nvt command
</H3>
<H3>fix rigid/npt command
</H3>
<H3>fix rigid/nph command
</H3>
<H3>fix rigid/small command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID style bodystyle args keyword values ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>style = <I>rigid</I> or <I>rigid/nve</I> or <I>rigid/nvt</I> or <I>rigid/npt</I> or <I>rigid/nph</I> or <I>rigid/small</I>
<LI>bodystyle = <I>single</I> or <I>molecule</I> or <I>group</I>
<PRE> <I>single</I> args = none
<I>molecule</I> args = none
<I>group</I> args = N groupID1 groupID2 ...
N = # of groups
groupID1, groupID2, ... = list of N group IDs
</PRE>
<LI>zero or more keyword/value pairs may be appended
<LI>keyword = <I>langevin</I> or <I>temp</I> or <I>iso</I> or <I>aniso</I> or <I>x</I> or <I>y</I> or <I>z</I> or <I>couple</I> or <I>tparam</I> or <I>pchain</I> or <I>dilate</I> or <I>force</I> or <I>torque</I> or <I>infile</I>
<PRE> <I>langevin</I> values = Tstart Tstop Tperiod seed
Tstart,Tstop = desired temperature at start/stop of run (temperature units)
Tdamp = temperature damping parameter (time units)
seed = random number seed to use for white noise (positive integer)
<I>temp</I> values = Tstart Tstop Tdamp
Tstart,Tstop = desired temperature at start/stop of run (temperature units)
Tdamp = temperature damping parameter (time units)
<I>iso</I> or <I>aniso</I> values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressure at start/end of run (pressure units)
Pdamp = pressure damping parameter (time units)
<I>x</I> or <I>y</I> or <I>z</I> values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor component at start/end of run (pressure units)
Pdamp = stress damping parameter (time units)
<I>couple</I> = <I>none</I> or <I>xyz</I> or <I>xy</I> or <I>yz</I> or <I>xz</I>
<I>tparam</I> values = Tchain Titer Torder
Tchain = length of Nose/Hoover thermostat chain
Titer = number of thermostat iterations performed
Torder = 3 or 5 = Yoshida-Suzuki integration parameters
<I>pchain</I> values = Pchain
Pchain = length of the Nose/Hoover thermostat chain coupled with the barostat
<I>dilate</I> value = dilate-group-ID
dilate-group-ID = only dilate atoms in this group due to barostat volume changes
<I>force</I> values = M xflag yflag zflag
M = which rigid body from 1-Nbody (see asterisk form below)
xflag,yflag,zflag = off/on if component of center-of-mass force is active
<I>torque</I> values = M xflag yflag zflag
M = which rigid body from 1-Nbody (see asterisk form below)
xflag,yflag,zflag = off/on if component of center-of-mass torque is active
<I>infile</I> filename
filename = file with per-body values of mass, center-of-mass, moments of inertia
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 clump rigid single
fix 1 clump rigid/small molecule
fix 1 clump rigid single force 1 off off on langevin 1.0 1.0 1.0 428984
fix 1 polychains rigid/nvt molecule temp 1.0 1.0 5.0
fix 1 polychains rigid molecule force 1*5 off off off force 6*10 off off on
fix 1 polychains rigid/small molecule langevin 1.0 1.0 1.0 428984
fix 2 fluid rigid group 3 clump1 clump2 clump3 torque * off off off
fix 1 rods rigid/npt molecule temp 300.0 300.0 100.0 iso 0.5 0.5 10.0
fix 1 particles rigid/npt molecule temp 1.0 1.0 5.0 x 0.5 0.5 1.0 z 0.5 0.5 1.0 couple xz
fix 1 water rigid/nph molecule iso 0.5 0.5 1.0
</PRE>
<P><B>Description:</B>
</P>
<P>Treat one or more sets of atoms as independent rigid bodies. This
means that each timestep the total force and torque on each rigid body
is computed as the sum of the forces and torques on its constituent
particles and the coordinates, velocities, and orientations of the
atoms in each body are updated so that the body moves and rotates as a
single entity.
</P>
<P>Examples of large rigid bodies are a large colloidal particle, or
portions of a large biomolecule such as a protein.
</P>
<P>Example of small rigid bodies are patchy nanoparticles, such as those
modeled in <A HREF = "#Zhang">this paper</A> by Sharon Glotzer's group, clumps of
granular particles, lipid molecules consiting of one or more point
dipoles connected to other spheroids or ellipsoids, irregular
particles built from line segments (2d) or triangles (3d), and
coarse-grain models of nano or colloidal particles consisting of a
small number of constituent particles. Note that the <A HREF = "fix_shake.html">fix
shake</A> command can also be used to rigidify small
molecules of 2, 3, or 4 atoms, e.g. water molecules. That fix treats
the constituent atoms as point masses.
</P>
<P>These fixes also update the positions and velocities of the atoms in
each rigid body via time integration, in the NVE, NVT, NPT, or NPH
ensemble, as described below.
</P>
<P>There are two main variants of this fix, fix rigid and fix
rigid/small. The NVE/NVT/NPT/NHT versions belong to one of the two
variants, as their style names indicate.
</P>
<P>IMPORTANT NOTE: Not all of the bodystyle options and keyword/value
options are available for both the <I>rigid</I> and <I>rigid/small</I> variants.
See details below.
</P>
<P>The <I>rigid</I> variant is typically the best choice for a system with a
small number of large rigid bodies, each of which can extend across
the domain of many processors. It operates by creating a single
global list of rigid bodies, which all processors contribute to.
MPI_Allreduce operations are performed each timestep to sum the
contributions from each processor to the force and torque on all the
bodies. This operation will not scale well in parallel if large
numbers of rigid bodies are simulated.
</P>
<P>The <I>rigid/small</I> variant is typically best for a system with a large
number of small rigid bodies. Each body is assigned to the atom
closest to the geometrical center of the body. The fix operates using
local lists of rigid bodies owned by each processor and information is
summed and exchanged via local communication between neighboring
processors when ghost atom info is accumlated. This means that the
ghost atom cutoff be large enough to cover the distance between the
atom that owns the body and every other atom in the body. If the
<A HREF = "pair_style.html">pair_style</A> cutoff is not of sufficient extent to
insure this, then the <A HREF = "communicate.html">communicate cutoff</A> command
can be used.
</P>
<P>Which of the two variants is faster for a particular problem is hard
to predict. The best way to decide is to perform a short test run.
Both variants should give identical numerical answers for short runs.
Long runs should give statistically similar results, but round-off
differences will accumulate to produce divergent trajectories.
</P>
<P>IMPORTANT NOTE: You should not update the atoms in rigid bodies via
other time-integration fixes (e.g. <A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_nvt.html">fix
nvt</A>, <A HREF = "fix_npt.html">fix npt</A>), or you will be integrating
their motion more than once each timestep. When performing a hybrid
simulation with some atoms in rigid bodies, and some not, a separate
time integration fix like <A HREF = "fix_nve.html">fix nve</A> or <A HREF = "fix_nh.html">fix
nvt</A> should be used for the non-rigid particles.
</P>
<P>IMPORTANT NOTE: These fixes are overkill if you simply want to hold a
collection of atoms stationary or have them move with a constant
velocity. A simpler way to hold atoms stationary is to not include
those atoms in your time integration fix. E.g. use "fix 1 mobile nve"
instead of "fix 1 all nve", where "mobile" is the group of atoms that
you want to move. You can move atoms with a constant velocity by
assigning them an initial velocity (via the <A HREF = "velocity.html">velocity</A>
command), setting the force on them to 0.0 (via the <A HREF = "fix_setforce.html">fix
setforce</A> command), and integrating them as usual
(e.g. via the <A HREF = "fix_nve.html">fix nve</A> command).
</P>
<HR>
<P>Each rigid body must have two or more atoms. An atom can belong to at
most one rigid body. Which atoms are in which bodies can be defined
via several options.
</P>
<P>For bodystyle <I>single</I> the entire fix group of atoms is treated as one
rigid body. This option is only allowed for fix rigid and its
sub-styles.
</P>
<P>For bodystyle <I>molecule</I>, each set of atoms in the fix group with a
different molecule ID is treated as a rigid body. This option is
allowed for fix rigid and fix rigid/small, and their sub-styles. Note
that atoms with a molecule ID = 0 will be treated as a single rigid
body. For a system with atomic solvent (typically this is atoms with
molecule ID = 0) surrounding rigid bodies, this may not be what you
want. Thus you should be careful to use a fix group that only
includes atoms you want to be part of rigid bodies.
</P>
<P>For bodystyle <I>group</I>, each of the listed groups is treated as a
separate rigid body. Only atoms that are also in the fix group are
included in each rigid body. This option is only allowed for fix
rigid and its sub-styles.
</P>
<P>IMPORTANT NOTE: To compute the initial center-of-mass position and
other properties of each rigid body, the image flags for each atom in
the body are used to "unwrap" the atom coordinates. Thus you must
insure that these image flags are consistent so that the unwrapping
creates a valid rigid body (one where the atoms are close together),
particularly if the atoms in a single rigid body straddle a periodic
boundary. This means the input data file or restart file must define
the image flags for each atom consistently or that you have used the
<A HREF = "set.html">set</A> command to specify them correctly. If a dimension is
non-periodic then the image flag of each atom must be 0 in that
dimension, else an error is generated.
</P>
<P>The <I>force</I> and <I>torque</I> keywords discussed next are only allowed for
fix rigid and its sub-styles.
</P>
<P>By default, each rigid body is acted on by other atoms which induce an
external force and torque on its center of mass, causing it to
translate and rotate. Components of the external center-of-mass force
and torque can be turned off by the <I>force</I> and <I>torque</I> keywords.
This may be useful if you wish a body to rotate but not translate, or
vice versa, or if you wish it to rotate or translate continuously
unaffected by interactions with other particles. Note that if you
expect a rigid body not to move or rotate by using these keywords, you
must insure its initial center-of-mass translational or angular
velocity is 0.0. Otherwise the initial translational or angular
momentum the body has will persist.
</P>
<P>An xflag, yflag, or zflag set to <I>off</I> means turn off the component of
force of torque in that dimension. A setting of <I>on</I> means turn on
the component, which is the default. Which rigid body(s) the settings
apply to is determined by the first argument of the <I>force</I> and
<I>torque</I> keywords. It can be an integer M from 1 to Nbody, where
Nbody is the number of rigid bodies defined. A wild-card asterisk can
be used in place of, or in conjunction with, the M argument to set the
flags for multiple rigid bodies. This takes the form "*" or "*n" or
"n*" or "m*n". If N = the number of rigid bodies, then an asterisk
with no numeric values means all bodies from 1 to N. A leading
asterisk means all bodies from 1 to n (inclusive). A trailing
asterisk means all bodies from n to N (inclusive). A middle asterisk
means all types from m to n (inclusive). Note that you can use the
<I>force</I> or <I>torque</I> keywords as many times as you like. If a
particular rigid body has its component flags set multiple times, the
settings from the final keyword are used.
</P>
<P>For computational efficiency, you may wish to turn off pairwise and
bond interactions within each rigid body, as they no longer contribute
to the motion. The <A HREF = "neigh_modify.html">neigh_modify exclude</A> and
<A HREF = "delete_bonds.html">delete_bonds</A> commands are used to do this.
</P>
<P>For computational efficiency, you should typically define one fix
rigid or fix rigid/small command which includes all the desired rigid
bodies. LAMMPS will allow multiple rigid fixes to be defined, but it
is more expensive.
</P>
<HR>
<P>The constituent particles within a rigid body can be point particles
(the default in LAMMPS) or finite-size particles, such as spheres or
ellipsoids or line segments or triangles. See the <A HREF = "atom_style.html">atom_style sphere
and ellipsoid and line and tri</A> commands for more
details on these kinds of particles. Finite-size particles contribute
differently to the moment of inertia of a rigid body than do point
particles. Finite-size particles can also experience torque (e.g. due
to <A HREF = "pair_gran.html">frictional granular interactions</A>) and have an
orientation. These contributions are accounted for by these fixes.
</P>
<P>Forces between particles within a body do not contribute to the
external force or torque on the body. Thus for computational
efficiency, you may wish to turn off pairwise and bond interactions
between particles within each rigid body. The <A HREF = "neigh_modify.html">neigh_modify
exclude</A> and <A HREF = "delete_bonds.html">delete_bonds</A>
commands are used to do this. For finite-size particles this also
means the particles can be highly overlapped when creating the rigid
body.
</P>
<HR>
<P>The <I>rigid</I> and <I>rigid/small</I> and <I>rigid/nve</I> styles perform constant
NVE time integration. The only difference is that the <I>rigid</I> and
<I>rigid/small</I> styles use an integration technique based on Richardson
iterations. The <I>rigid/nve</I> style uses the methods described in the
paper by <A HREF = "#Miller">Miller</A>, which are thought to provide better energy
conservation than an iterative approach.
</P>
<P>The <I>rigid/nvt</I> style performs constant NVT integration using a
Nose/Hoover thermostat with chains as described originally in
<A HREF = "#Hoover">(Hoover)</A> and <A HREF = "#Martyna">(Martyna)</A>, which thermostats both
the translational and rotational degrees of freedom of the rigid
bodies. The rigid-body algorithm used by <I>rigid/nvt</I> is described in
the paper by <A HREF = "#Kamberaj">Kamberaj</A>.
</P>
<P>The <I>rigid/npt</I> and <I>rigid/nph</I> styles perform constant NPT or NPH
integration using a Nose/Hoover barostat with chains. For the NPT
case, the same Nose/Hoover thermostat is also used as with
<I>rigid/nvt</I>.
</P>
<P>The barostat parameters are specified using one or more of the <I>iso</I>,
<I>aniso</I>, <I>x</I>, <I>y</I>, <I>z</I> and <I>couple</I> keywords. These keywords give you
the ability to specify 3 diagonal components of the external stress
tensor, and to couple these components together so that the dimensions
they represent are varied together during a constant-pressure
simulation. The effects of these keywords are similar to those
defined in <A HREF = "fix_nh.html">fix npt/nph</A>
</P>
<P>NOTE: Currently the <I>rigid/npt</I> and <I>rigid/nph</I> styles do not support
triclinic (non-orthongonal) boxes.
</P>
<P>The target pressures for each of the 6 components of the stress tensor
can be specified independently via the <I>x</I>, <I>y</I>, <I>z</I> keywords, which
correspond to the 3 simulation box dimensions. For each component,
the external pressure or tensor component at each timestep is a ramped
value during the run from <I>Pstart</I> to <I>Pstop</I>. If a target pressure is
specified for a component, then the corresponding box dimension will
change during a simulation. For example, if the <I>y</I> keyword is used,
the y-box length will change. A box dimension will not change if that
component is not specified, although you have the option to change
that dimension via the <A HREF = "fix_deform.html">fix deform</A> command.
</P>
<P>For all barostat keywords, the <I>Pdamp</I> parameter operates like the
<I>Tdamp</I> parameter, determining the time scale on which pressure is
relaxed. For example, a value of 10.0 means to relax the pressure in
a timespan of (roughly) 10 time units (e.g. tau or fmsec or psec - see
the <A HREF = "units.html">units</A> command).
</P>
<P>Regardless of what atoms are in the fix group (the only atoms which
are time integrated), a global pressure or stress tensor is computed
for all atoms. Similarly, when the size of the simulation box is
changed, all atoms are re-scaled to new positions, unless the keyword
<I>dilate</I> is specified with a <I>dilate-group-ID</I> for a group that
represents a subset of the atoms. This can be useful, for example, to
leave the coordinates of atoms in a solid substrate unchanged and
controlling the pressure of a surrounding fluid. Another example is a
system consisting of rigid bodies and point particles where the
barostat is only coupled with the rigid bodies. This option should be
used with care, since it can be unphysical to dilate some atoms and
not others, because it can introduce large, instantaneous
displacements between a pair of atoms (one dilated, one not) that are
far from the dilation origin.
</P>
<P>The <I>couple</I> keyword allows two or three of the diagonal components of
the pressure tensor to be "coupled" together. The value specified
with the keyword determines which are coupled. For example, <I>xz</I>
means the <I>Pxx</I> and <I>Pzz</I> components of the stress tensor are coupled.
<I>Xyz</I> means all 3 diagonal components are coupled. Coupling means two
things: the instantaneous stress will be computed as an average of the
corresponding diagonal components, and the coupled box dimensions will
be changed together in lockstep, meaning coupled dimensions will be
dilated or contracted by the same percentage every timestep. The
<I>Pstart</I>, <I>Pstop</I>, <I>Pdamp</I> parameters for any coupled dimensions must
be identical. <I>Couple xyz</I> can be used for a 2d simulation; the <I>z</I>
dimension is simply ignored.
</P>
<P>The <I>iso</I> and <I>aniso</I> keywords are simply shortcuts that are
equivalent to specifying several other keywords together.
</P>
<P>The keyword <I>iso</I> means couple all 3 diagonal components together when
pressure is computed (hydrostatic pressure), and dilate/contract the
dimensions together. Using "iso Pstart Pstop Pdamp" is the same as
specifying these 4 keywords:
</P>
<PRE>x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple xyz
</PRE>
<P>The keyword <I>aniso</I> means <I>x</I>, <I>y</I>, and <I>z</I> dimensions are controlled
independently using the <I>Pxx</I>, <I>Pyy</I>, and <I>Pzz</I> components of the
stress tensor as the driving forces, and the specified scalar external
pressure. Using "aniso Pstart Pstop Pdamp" is the same as specifying
these 4 keywords:
</P>
<PRE>x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple none
</PRE>
<HR>
<P>The keyword/value option pairs are used in the following ways.
</P>
<P>The <I>langevin</I> and <I>temp</I> and <I>tparam</I> keywords perform thermostatting
of the rigid bodies, altering both their translational and rotational
degrees of freedom. What is meant by "temperature" of a collection of
rigid bodies and how it can be monitored via the fix output is
discussed below.
</P>
<P>The <I>langevin</I> keyword applies a Langevin thermostat to the constant
NVE time integration performed by either the <I>rigid</I> or <I>rigid/small</I>
or <I>rigid/nve</I> styles. It cannot be used with the <I>rigid/nvt</I> style.
The desired temperature at each timestep is a ramped value during the
run from <I>Tstart</I> to <I>Tstop</I>. The <I>Tdamp</I> parameter is specified in
time units and determines how rapidly the temperature is relaxed. For
example, a value of 100.0 means to relax the temperature in a timespan
of (roughly) 100 time units (tau or fmsec or psec - see the
<A HREF = "units.html">units</A> command). The random # <I>seed</I> must be a positive
integer. The way the Langevin thermostatting operates is explained on
the <A HREF = "fix_langevin.html">fix langevin</A> doc page.
</P>
<P>IMPORTANT NOTE: When the <I>langevin</I> keyword is used with fix rigid
versus fix rigid/small, different dynamics will result for parallel
runs. This is because of the way random numbers are used in the two
cases. The dynamics for the two cases should be statistically
similar, but will not be identical, even for a single timestep.
</P>
<P>The <I>temp</I> and <I>tparam</I> keywords apply a Nose/Hoover thermostat to the
NVT time integration performed by the <I>rigid/nvt</I> style. They cannot
be used with the <I>rigid</I> or <I>rigid/small</I> or <I>rigid/nve</I> styles. The
desired temperature at each timestep is a ramped value during the run
from <I>Tstart</I> to <I>Tstop</I>. The <I>Tdamp</I> parameter is specified in time
units and determines how rapidly the temperature is relaxed. For
example, a value of 100.0 means to relax the temperature in a timespan
of (roughly) 100 time units (tau or fmsec or psec - see the
<A HREF = "units.html">units</A> command).
</P>
<P>Nose/Hoover chains are used in conjunction with this thermostat. The
<I>tparam</I> keyword can optionally be used to change the chain settings
used. <I>Tchain</I> is the number of thermostats in the Nose Hoover chain.
This value, along with <I>Tdamp</I> can be varied to dampen undesirable
oscillations in temperature that can occur in a simulation. As a rule
of thumb, increasing the chain length should lead to smaller
oscillations. The keyword <I>pchain</I> specifies the number of
thermostats in the chain thermostatting the barostat degrees of
freedom.
</P>
<P>IMPORTANT NOTE: There are alternate ways to thermostat a system of
rigid bodies. You can use <A HREF = "fix_langevin.html">fix langevin</A> to treat
the individual particles in the rigid bodies as effectively immersed
in an implicit solvent, e.g. a Brownian dynamics model. For hybrid
systems with both rigid bodies and solvent particles, you can
thermostat only the solvent particles that surround one or more rigid
bodies by appropriate choice of groups in the compute and fix commands
for temperature and thermostatting. The solvent interactions with the
rigid bodies should then effectively thermostat the rigid body
temperature as well without use of the Langevin or Nose/Hoover options
associated with the fix rigid commands.
</P>
<P>The <I>infile</I> keyword allows a file of rigid body attributes to be read
in from a file, rather then letting LAMMPS compute them. It can only
be used with the fix rigid command and its variants. There are 3 such
attributes: the total mass of the rigid body, its center-of-mass
position, and its 6 moments of inertia. For rigid bodies consisting
of point particles or non-overlapping finite-size particles, LAMMPS
can compute these values accurately. However, for rigid bodies
consisting of finite-size particles which overlap each other, LAMMPS
will ignore the overlaps when computing these 3 attributes. The
amount of error this induces depends on the amount of overlap. To
avoid this issue, the values can be pre-computed (e.g. using Monte
Carlo integration).
</P>
<P>The format of the file is as follows. Note that the file does not
have to list attributes for every rigid body integrated by fix rigid.
Only bodies which the file specifies will have their computed
attributes overridden. The file can contain initial blank lines or
comment lines starting with "#" which are ignored. The first
non-blank, non-comment line should list N = the number of lines to
follow. The N successive lines contain the following information:
</P>
<PRE>ID1 masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz
ID2 masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz
...
IDN masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz
</PRE>
<P>The rigid body IDs are all positive integers. For the <I>single</I>
bodystyle, only an ID of 1 can be used. For the <I>group</I> bodystyle,
IDs from 1 to Ng can be used where Ng is the number of specified
groups. For the <I>molecule</I> bodystyle, use the molecule ID for the
atoms in a specific rigid body as the rigid body ID.
</P>
<P>The masstotal and center-of-mass coordinates (xcm,ycm,zcm) are
self-explanatory. The center-of-mass should be consistent with what
is calculated for the position of the rigid body with all its atoms
unwrapped by their respective image flags. If this produces a
center-of-mass that is outside the simulation box, LAMMPS wraps it
back into the box. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz)
should be the values consistent with the current orientation of the
rigid body around its center of mass. The values are with respect to
the simulation box XYZ axes, not with respect to the prinicpal axes of
the rigid body itself. LAMMPS performs the latter calculation
internally.
</P>
<P>IMPORTANT NOTE: The last point means that you cannot restart a
simulation with rigid bodies using the
<A HREF = "read_restart.html">read_restart</A> command and use the same <I>infile</I> of
rigid body attributes as input for the 2nd simulation, if the rigid
bodies have moved or rotated. Instead, you need to produce a new
<I>infile</I> that reflects the correct attributes for each rigid body at
the time of restart. We are thinking about a good way to overcome
this issue.
</P>
<HR>
<P>If you use a <A HREF = "compute.html">temperature compute</A> with a group that
includes particles in rigid bodies, the degrees-of-freedom removed by
each rigid body are accounted for in the temperature (and pressure)
computation, but only if the temperature group includes all the
particles in a particular rigid body.
</P>
<P>A 3d rigid body has 6 degrees of freedom (3 translational, 3
rotational), except for a collection of point particles lying on a
straight line, which has only 5, e.g a dimer. A 2d rigid body has 3
degrees of freedom (2 translational, 1 rotational).
</P>
<P>IMPORTANT NOTE: You may wish to explicitly subtract additional
degrees-of-freedom if you use the <I>force</I> and <I>torque</I> keywords to
eliminate certain motions of one or more rigid bodies. LAMMPS does
not do this automatically.
</P>
<P>The rigid body contribution to the pressure of the system (virial) is
also accounted for by this fix.
</P>
<P>IMPORTANT NOTE: The periodic image flags of atoms in rigid bodies are
altered so that the rigid body can be reconstructed correctly when it
straddles periodic boundaries. The atom image flags are not
incremented/decremented as they would be for non-rigid atoms as the
rigid body crosses periodic boundaries. This means you cannot
interpret them as you normally would. For example, the image flag
values written to a <A HREF = "dump.html">dump file</A> will be different than they
would be if the atoms were not in a rigid body. Likewise the <A HREF = "compute_msd.html">compute
msd</A> will not compute the expected mean-squared
displacement for such atoms if the body moves across periodic
boundaries. It also means that if you have bonds between a pair of
rigid bodies and the bond straddles a periodic boundary, you cannot
use the <A HREF = "replicate.html">replicate</A> command to increase the system
size. Note that this fix does define image flags for each rigid body,
which are incremented when the rigid body crosses a periodic boundary
in the usual way. These image flags have the same meaning as atom
images (see the "dump" command) and can be accessed and output as
described below.
</P>
<HR>
<P>If your simlulation is a hybrid model with a mixture of rigid bodies
and non-rigid particles (e.g. solvent) there are several ways these
rigid fixes can be used in tandem with <A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_nh.html">fix
nvt</A>, <A HREF = "fix_nh.html">fix npt</A>, and <A HREF = "fix_nh.html">fix nph</A>.
</P>
<P>If you wish to perform NVE dynamics (no thermostatting or
barostatting), use fix rigid or fix rigid/nve to integrate the rigid
bodies, and <A HREF = "fix_nve.html">fix nve</A> to integrate the non-rigid
particles.
</P>
<P>If you wish to perform NVT dynamics (thermostatting, but no
barostatting), you can use fix rigid/nvt for the rigid bodies, and any
thermostatting fix for the non-rigid particles (<A HREF = "fix_nh.html">fix nvt</A>,
<A HREF = "fix_langevin.html">fix langevin</A>, <A HREF = "fix_temp_berendsen.html">fix
temp/berendsen</A>). You can also use fix rigid
or fix rigid/nve for the rigid bodies and thermostat them using <A HREF = "fix_langevin.html">fix
langevin</A> on the group that contains all the
particles in the rigid bodies. The net force added by <A HREF = "fix_langevin.html">fix
langevin</A> to each rigid body effectively thermostats
its translational center-of-mass motion. Not sure how well it does at
thermostatting its rotational motion.
</P>
<P>If you with to perform NPT or NPH dynamics (barostatting), you cannot
use both <A HREF = "fix_nh.html">fix npt</A> and fix rigid/npt (or the nph
variants). This is because there can only be one fix which monitors
the global pressure and changes the simulation box dimensions. So you
have 3 choices:
</P>
<UL><LI>Use fix rigid/npt for the rigid bodies. Use the <I>dilate</I> all option
so that it will dilate the positions of the non-rigid particles as
well. Use <A HREF = "fix_nh.html">fix nvt</A> (or any other thermostat) for the
non-rigid particles.
<LI>Use <A HREF = "fix_nh.html">fix npt</A> for the group of non-rigid particles. Use
the <I>dilate</I> all option so that it will dilate the center-of-mass
positions of the rigid bodies as well. Use fix rigid/nvt for the
rigid bodies.
<LI>Use <A HREF = "fix_press_berendsen.html">fix press/berendsen</A> to compute the
pressure and change the box dimensions. Use fix rigid/nvt for the
rigid bodies. Use <A HREF = "fix_nh.thml">fix nvt</A> (or any other thermostat) for
the non-rigid particles.
</UL>
<P>In all case, the rigid bodies and non-rigid particles both contribute
to the global pressure and the box is scaled the same by any of the
barostatting fixes.
</P>
<P>You could even use the 2nd and 3rd options for a non-hybrid simulation
consisting of only rigid bodies, assuming you give <A HREF = "fix_nh.html">fix
npt</A> an empty group, though it's an odd thing to do. The
barostatting fixes (<A HREF = "fix_nh.html">fix npt</A> and <A HREF = "fix_press_berendsen.html">fix
press/berensen</A>) will monitor the pressure
and change the box dimensions, but not time integrate any particles.
The integration of the rigid bodies will be performed by fix
rigid/nvt.
</P>
<HR>
+<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+</P>
+<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
+section for more info.
+</P>
+<P>You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line
+switch</A> when you invoke LAMMPS, or you can
+use the <A HREF = "suffix.html">suffix</A> command in your input script.
+</P>
+<P>See <A HREF = "Section_accelerate.html">Section_accelerate</A> of the manual for
+more instructions on how to use the accelerated styles effectively.
+</P>
+<HR>
+
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about the <I>rigid</I> and <I>rigid/small</I> and <I>rigid/nve</I>
fixes are written to <A HREF = "restart.html">binary restart files</A>. For style
<I>rigid/nvt</I> the state of the Nose/Hoover thermostat is written to
<A HREF = "restart.html">binary restart files</A>. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by the
rigid/nvt fix to add the energy change induced by the thermostatting
to the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>temp</I> and <I>press</I> options are
supported by the rigid/npt and rigid/nph fixes to change the computes used
to calculate the instantaneous pressure tensor. Note that the rigid/nvt fix
does not use any external compute to compute instantaneous temperature.
</P>
<P>No global or per-atom quantities are stored by the <I>rigid/small</I> fix
for access by various <A HREF = "Section_howto.html#howto_15">output commands</A>.
</P>
<P>The <I>rigid</I> and <I>rigid/nve</I> fixes compute a global scalar which can be
accessed by various <A HREF = "Section_howto.html#howto_15">output commands</A>.
The scalar value calculated by these fixes is "intensive". The scalar
is the current temperature of the collection of rigid bodies. This is
averaged over all rigid bodies and their translational and rotational
degrees of freedom. The translational energy of a rigid body is 1/2 m
v^2, where m = total mass of the body and v = the velocity of its
center of mass. The rotational energy of a rigid body is 1/2 I w^2,
where I = the moment of inertia tensor of the body and w = its angular
velocity. Degrees of freedom constrained by the <I>force</I> and <I>torque</I>
keywords are removed from this calculation.
</P>
<P>The <I>rigid/nvt</I>, <I>rigid/npt</I>, and <I>rigid/nph</I> fixes compute a global
scalar which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. The scalar value calculated by
these fixes is "extensive". The scalar is the cumulative energy
change due to the thermostatting and barostatting the fix performs.
</P>
<P>All of the <I>rigid</I> fixes (but not the <I>rigid/small</I> fix) compute a
global array of values which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. The number of rows in the
array is equal to the number of rigid bodies. The number of columns
is 15. Thus for each rigid body, 15 values are stored: the xyz coords
of the center of mass (COM), the xyz components of the COM velocity,
the xyz components of the force acting on the COM, the xyz components
of the torque acting on the COM, and the xyz image flags of the COM,
which have the same meaning as image flags for atom positions (see the
"dump" command). The force and torque values in the array are not
affected by the <I>force</I> and <I>torque</I> keywords in the fix rigid
command; they reflect values before any changes are made by those
keywords.
</P>
<P>The ordering of the rigid bodies (by row in the array) is as follows.
For the <I>single</I> keyword there is just one rigid body. For the
<I>molecule</I> keyword, the bodies are ordered by ascending molecule ID.
For the <I>group</I> keyword, the list of group IDs determines the ordering
of bodies.
</P>
<P>The array values calculated by these fixes are "intensive", meaning
they are independent of the number of atoms in the simulation.
</P>
<P>No parameter of these fixes can be used with the <I>start/stop</I> keywords
of the <A HREF = "run.html">run</A> command. These fixes are not invoked during
<A HREF = "minimize.html">energy minimization</A>.
</P>
<HR>
<P><B>Restrictions:</B>
</P>
<P>These fixes are all part of the RIGID package. It is only enabled if
LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "delete_bonds.html">delete_bonds</A>, <A HREF = "neigh_modify.html">neigh_modify</A>
exclude
</P>
<P><B>Default:</B>
</P>
<P>The option defaults are force * on on on and torque * on on on,
meaning all rigid bodies are acted on by center-of-mass force and
torque. Also Tchain = Pchain = 10, Titer = 1, Torder = 3.
</P>
<HR>
<A NAME = "Hoover"></A>
<P><B>(Hoover)</B> Hoover, Phys Rev A, 31, 1695 (1985).
</P>
<A NAME = "Kamberaj"></A>
<P><B>(Kamberaj)</B> Kamberaj, Low, Neal, J Chem Phys, 122, 224114 (2005).
</P>
<A NAME = "Martyna"></A>
<P><B>(Martyna)</B> Martyna, Klein, Tuckerman, J Chem Phys, 97, 2635 (1992);
Martyna, Tuckerman, Tobias, Klein, Mol Phys, 87, 1117.
</P>
<A NAME = "Miller"></A>
<P><B>(Miller)</B> Miller, Eleftheriou, Pattnaik, Ndirango, and Newns,
J Chem Phys, 116, 8649 (2002).
</P>
<A NAME = "Zhang"></A>
<P><B>(Zhang)</B> Zhang, Glotzer, Nanoletters, 4, 1407-1413 (2004).
</P>
</HTML>
diff --git a/doc/fix_rigid.txt b/doc/fix_rigid.txt
index e03e6c15c..6792a84b1 100644
--- a/doc/fix_rigid.txt
+++ b/doc/fix_rigid.txt
@@ -1,674 +1,696 @@
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
fix rigid command :h3
fix rigid/nve command :h3
fix rigid/nvt command :h3
fix rigid/npt command :h3
fix rigid/nph command :h3
fix rigid/small command :h3
[Syntax:]
fix ID group-ID style bodystyle args keyword values ... :pre
ID, group-ID are documented in "fix"_fix.html command :ulb,l
style = {rigid} or {rigid/nve} or {rigid/nvt} or {rigid/npt} or {rigid/nph} or {rigid/small} :l
bodystyle = {single} or {molecule} or {group} :l
{single} args = none
{molecule} args = none
{group} args = N groupID1 groupID2 ...
N = # of groups
groupID1, groupID2, ... = list of N group IDs :pre
zero or more keyword/value pairs may be appended :l
keyword = {langevin} or {temp} or {iso} or {aniso} or {x} or {y} or {z} or {couple} or {tparam} or {pchain} or {dilate} or {force} or {torque} or {infile} :l
{langevin} values = Tstart Tstop Tperiod seed
Tstart,Tstop = desired temperature at start/stop of run (temperature units)
Tdamp = temperature damping parameter (time units)
seed = random number seed to use for white noise (positive integer)
{temp} values = Tstart Tstop Tdamp
Tstart,Tstop = desired temperature at start/stop of run (temperature units)
Tdamp = temperature damping parameter (time units)
{iso} or {aniso} values = Pstart Pstop Pdamp
Pstart,Pstop = scalar external pressure at start/end of run (pressure units)
Pdamp = pressure damping parameter (time units)
{x} or {y} or {z} values = Pstart Pstop Pdamp
Pstart,Pstop = external stress tensor component at start/end of run (pressure units)
Pdamp = stress damping parameter (time units)
{couple} = {none} or {xyz} or {xy} or {yz} or {xz}
{tparam} values = Tchain Titer Torder
Tchain = length of Nose/Hoover thermostat chain
Titer = number of thermostat iterations performed
Torder = 3 or 5 = Yoshida-Suzuki integration parameters
{pchain} values = Pchain
Pchain = length of the Nose/Hoover thermostat chain coupled with the barostat
{dilate} value = dilate-group-ID
dilate-group-ID = only dilate atoms in this group due to barostat volume changes
{force} values = M xflag yflag zflag
M = which rigid body from 1-Nbody (see asterisk form below)
xflag,yflag,zflag = off/on if component of center-of-mass force is active
{torque} values = M xflag yflag zflag
M = which rigid body from 1-Nbody (see asterisk form below)
xflag,yflag,zflag = off/on if component of center-of-mass torque is active
{infile} filename
filename = file with per-body values of mass, center-of-mass, moments of inertia :pre
:ule
[Examples:]
fix 1 clump rigid single
fix 1 clump rigid/small molecule
fix 1 clump rigid single force 1 off off on langevin 1.0 1.0 1.0 428984
fix 1 polychains rigid/nvt molecule temp 1.0 1.0 5.0
fix 1 polychains rigid molecule force 1*5 off off off force 6*10 off off on
fix 1 polychains rigid/small molecule langevin 1.0 1.0 1.0 428984
fix 2 fluid rigid group 3 clump1 clump2 clump3 torque * off off off
fix 1 rods rigid/npt molecule temp 300.0 300.0 100.0 iso 0.5 0.5 10.0
fix 1 particles rigid/npt molecule temp 1.0 1.0 5.0 x 0.5 0.5 1.0 z 0.5 0.5 1.0 couple xz
fix 1 water rigid/nph molecule iso 0.5 0.5 1.0 :pre
[Description:]
Treat one or more sets of atoms as independent rigid bodies. This
means that each timestep the total force and torque on each rigid body
is computed as the sum of the forces and torques on its constituent
particles and the coordinates, velocities, and orientations of the
atoms in each body are updated so that the body moves and rotates as a
single entity.
Examples of large rigid bodies are a large colloidal particle, or
portions of a large biomolecule such as a protein.
Example of small rigid bodies are patchy nanoparticles, such as those
modeled in "this paper"_#Zhang by Sharon Glotzer's group, clumps of
granular particles, lipid molecules consiting of one or more point
dipoles connected to other spheroids or ellipsoids, irregular
particles built from line segments (2d) or triangles (3d), and
coarse-grain models of nano or colloidal particles consisting of a
small number of constituent particles. Note that the "fix
shake"_fix_shake.html command can also be used to rigidify small
molecules of 2, 3, or 4 atoms, e.g. water molecules. That fix treats
the constituent atoms as point masses.
These fixes also update the positions and velocities of the atoms in
each rigid body via time integration, in the NVE, NVT, NPT, or NPH
ensemble, as described below.
There are two main variants of this fix, fix rigid and fix
rigid/small. The NVE/NVT/NPT/NHT versions belong to one of the two
variants, as their style names indicate.
IMPORTANT NOTE: Not all of the bodystyle options and keyword/value
options are available for both the {rigid} and {rigid/small} variants.
See details below.
The {rigid} variant is typically the best choice for a system with a
small number of large rigid bodies, each of which can extend across
the domain of many processors. It operates by creating a single
global list of rigid bodies, which all processors contribute to.
MPI_Allreduce operations are performed each timestep to sum the
contributions from each processor to the force and torque on all the
bodies. This operation will not scale well in parallel if large
numbers of rigid bodies are simulated.
The {rigid/small} variant is typically best for a system with a large
number of small rigid bodies. Each body is assigned to the atom
closest to the geometrical center of the body. The fix operates using
local lists of rigid bodies owned by each processor and information is
summed and exchanged via local communication between neighboring
processors when ghost atom info is accumlated. This means that the
ghost atom cutoff be large enough to cover the distance between the
atom that owns the body and every other atom in the body. If the
"pair_style"_pair_style.html cutoff is not of sufficient extent to
insure this, then the "communicate cutoff"_communicate.html command
can be used.
Which of the two variants is faster for a particular problem is hard
to predict. The best way to decide is to perform a short test run.
Both variants should give identical numerical answers for short runs.
Long runs should give statistically similar results, but round-off
differences will accumulate to produce divergent trajectories.
IMPORTANT NOTE: You should not update the atoms in rigid bodies via
other time-integration fixes (e.g. "fix nve"_fix_nve.html, "fix
nvt"_fix_nvt.html, "fix npt"_fix_npt.html), or you will be integrating
their motion more than once each timestep. When performing a hybrid
simulation with some atoms in rigid bodies, and some not, a separate
time integration fix like "fix nve"_fix_nve.html or "fix
nvt"_fix_nh.html should be used for the non-rigid particles.
IMPORTANT NOTE: These fixes are overkill if you simply want to hold a
collection of atoms stationary or have them move with a constant
velocity. A simpler way to hold atoms stationary is to not include
those atoms in your time integration fix. E.g. use "fix 1 mobile nve"
instead of "fix 1 all nve", where "mobile" is the group of atoms that
you want to move. You can move atoms with a constant velocity by
assigning them an initial velocity (via the "velocity"_velocity.html
command), setting the force on them to 0.0 (via the "fix
setforce"_fix_setforce.html command), and integrating them as usual
(e.g. via the "fix nve"_fix_nve.html command).
:line
Each rigid body must have two or more atoms. An atom can belong to at
most one rigid body. Which atoms are in which bodies can be defined
via several options.
For bodystyle {single} the entire fix group of atoms is treated as one
rigid body. This option is only allowed for fix rigid and its
sub-styles.
For bodystyle {molecule}, each set of atoms in the fix group with a
different molecule ID is treated as a rigid body. This option is
allowed for fix rigid and fix rigid/small, and their sub-styles. Note
that atoms with a molecule ID = 0 will be treated as a single rigid
body. For a system with atomic solvent (typically this is atoms with
molecule ID = 0) surrounding rigid bodies, this may not be what you
want. Thus you should be careful to use a fix group that only
includes atoms you want to be part of rigid bodies.
For bodystyle {group}, each of the listed groups is treated as a
separate rigid body. Only atoms that are also in the fix group are
included in each rigid body. This option is only allowed for fix
rigid and its sub-styles.
IMPORTANT NOTE: To compute the initial center-of-mass position and
other properties of each rigid body, the image flags for each atom in
the body are used to "unwrap" the atom coordinates. Thus you must
insure that these image flags are consistent so that the unwrapping
creates a valid rigid body (one where the atoms are close together),
particularly if the atoms in a single rigid body straddle a periodic
boundary. This means the input data file or restart file must define
the image flags for each atom consistently or that you have used the
"set"_set.html command to specify them correctly. If a dimension is
non-periodic then the image flag of each atom must be 0 in that
dimension, else an error is generated.
The {force} and {torque} keywords discussed next are only allowed for
fix rigid and its sub-styles.
By default, each rigid body is acted on by other atoms which induce an
external force and torque on its center of mass, causing it to
translate and rotate. Components of the external center-of-mass force
and torque can be turned off by the {force} and {torque} keywords.
This may be useful if you wish a body to rotate but not translate, or
vice versa, or if you wish it to rotate or translate continuously
unaffected by interactions with other particles. Note that if you
expect a rigid body not to move or rotate by using these keywords, you
must insure its initial center-of-mass translational or angular
velocity is 0.0. Otherwise the initial translational or angular
momentum the body has will persist.
An xflag, yflag, or zflag set to {off} means turn off the component of
force of torque in that dimension. A setting of {on} means turn on
the component, which is the default. Which rigid body(s) the settings
apply to is determined by the first argument of the {force} and
{torque} keywords. It can be an integer M from 1 to Nbody, where
Nbody is the number of rigid bodies defined. A wild-card asterisk can
be used in place of, or in conjunction with, the M argument to set the
flags for multiple rigid bodies. This takes the form "*" or "*n" or
"n*" or "m*n". If N = the number of rigid bodies, then an asterisk
with no numeric values means all bodies from 1 to N. A leading
asterisk means all bodies from 1 to n (inclusive). A trailing
asterisk means all bodies from n to N (inclusive). A middle asterisk
means all types from m to n (inclusive). Note that you can use the
{force} or {torque} keywords as many times as you like. If a
particular rigid body has its component flags set multiple times, the
settings from the final keyword are used.
For computational efficiency, you may wish to turn off pairwise and
bond interactions within each rigid body, as they no longer contribute
to the motion. The "neigh_modify exclude"_neigh_modify.html and
"delete_bonds"_delete_bonds.html commands are used to do this.
For computational efficiency, you should typically define one fix
rigid or fix rigid/small command which includes all the desired rigid
bodies. LAMMPS will allow multiple rigid fixes to be defined, but it
is more expensive.
:line
The constituent particles within a rigid body can be point particles
(the default in LAMMPS) or finite-size particles, such as spheres or
ellipsoids or line segments or triangles. See the "atom_style sphere
and ellipsoid and line and tri"_atom_style.html commands for more
details on these kinds of particles. Finite-size particles contribute
differently to the moment of inertia of a rigid body than do point
particles. Finite-size particles can also experience torque (e.g. due
to "frictional granular interactions"_pair_gran.html) and have an
orientation. These contributions are accounted for by these fixes.
Forces between particles within a body do not contribute to the
external force or torque on the body. Thus for computational
efficiency, you may wish to turn off pairwise and bond interactions
between particles within each rigid body. The "neigh_modify
exclude"_neigh_modify.html and "delete_bonds"_delete_bonds.html
commands are used to do this. For finite-size particles this also
means the particles can be highly overlapped when creating the rigid
body.
:line
The {rigid} and {rigid/small} and {rigid/nve} styles perform constant
NVE time integration. The only difference is that the {rigid} and
{rigid/small} styles use an integration technique based on Richardson
iterations. The {rigid/nve} style uses the methods described in the
paper by "Miller"_#Miller, which are thought to provide better energy
conservation than an iterative approach.
The {rigid/nvt} style performs constant NVT integration using a
Nose/Hoover thermostat with chains as described originally in
"(Hoover)"_#Hoover and "(Martyna)"_#Martyna, which thermostats both
the translational and rotational degrees of freedom of the rigid
bodies. The rigid-body algorithm used by {rigid/nvt} is described in
the paper by "Kamberaj"_#Kamberaj.
The {rigid/npt} and {rigid/nph} styles perform constant NPT or NPH
integration using a Nose/Hoover barostat with chains. For the NPT
case, the same Nose/Hoover thermostat is also used as with
{rigid/nvt}.
The barostat parameters are specified using one or more of the {iso},
{aniso}, {x}, {y}, {z} and {couple} keywords. These keywords give you
the ability to specify 3 diagonal components of the external stress
tensor, and to couple these components together so that the dimensions
they represent are varied together during a constant-pressure
simulation. The effects of these keywords are similar to those
defined in "fix npt/nph"_fix_nh.html
NOTE: Currently the {rigid/npt} and {rigid/nph} styles do not support
triclinic (non-orthongonal) boxes.
The target pressures for each of the 6 components of the stress tensor
can be specified independently via the {x}, {y}, {z} keywords, which
correspond to the 3 simulation box dimensions. For each component,
the external pressure or tensor component at each timestep is a ramped
value during the run from {Pstart} to {Pstop}. If a target pressure is
specified for a component, then the corresponding box dimension will
change during a simulation. For example, if the {y} keyword is used,
the y-box length will change. A box dimension will not change if that
component is not specified, although you have the option to change
that dimension via the "fix deform"_fix_deform.html command.
For all barostat keywords, the {Pdamp} parameter operates like the
{Tdamp} parameter, determining the time scale on which pressure is
relaxed. For example, a value of 10.0 means to relax the pressure in
a timespan of (roughly) 10 time units (e.g. tau or fmsec or psec - see
the "units"_units.html command).
Regardless of what atoms are in the fix group (the only atoms which
are time integrated), a global pressure or stress tensor is computed
for all atoms. Similarly, when the size of the simulation box is
changed, all atoms are re-scaled to new positions, unless the keyword
{dilate} is specified with a {dilate-group-ID} for a group that
represents a subset of the atoms. This can be useful, for example, to
leave the coordinates of atoms in a solid substrate unchanged and
controlling the pressure of a surrounding fluid. Another example is a
system consisting of rigid bodies and point particles where the
barostat is only coupled with the rigid bodies. This option should be
used with care, since it can be unphysical to dilate some atoms and
not others, because it can introduce large, instantaneous
displacements between a pair of atoms (one dilated, one not) that are
far from the dilation origin.
The {couple} keyword allows two or three of the diagonal components of
the pressure tensor to be "coupled" together. The value specified
with the keyword determines which are coupled. For example, {xz}
means the {Pxx} and {Pzz} components of the stress tensor are coupled.
{Xyz} means all 3 diagonal components are coupled. Coupling means two
things: the instantaneous stress will be computed as an average of the
corresponding diagonal components, and the coupled box dimensions will
be changed together in lockstep, meaning coupled dimensions will be
dilated or contracted by the same percentage every timestep. The
{Pstart}, {Pstop}, {Pdamp} parameters for any coupled dimensions must
be identical. {Couple xyz} can be used for a 2d simulation; the {z}
dimension is simply ignored.
The {iso} and {aniso} keywords are simply shortcuts that are
equivalent to specifying several other keywords together.
The keyword {iso} means couple all 3 diagonal components together when
pressure is computed (hydrostatic pressure), and dilate/contract the
dimensions together. Using "iso Pstart Pstop Pdamp" is the same as
specifying these 4 keywords:
x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple xyz :pre
The keyword {aniso} means {x}, {y}, and {z} dimensions are controlled
independently using the {Pxx}, {Pyy}, and {Pzz} components of the
stress tensor as the driving forces, and the specified scalar external
pressure. Using "aniso Pstart Pstop Pdamp" is the same as specifying
these 4 keywords:
x Pstart Pstop Pdamp
y Pstart Pstop Pdamp
z Pstart Pstop Pdamp
couple none :pre
:line
The keyword/value option pairs are used in the following ways.
The {langevin} and {temp} and {tparam} keywords perform thermostatting
of the rigid bodies, altering both their translational and rotational
degrees of freedom. What is meant by "temperature" of a collection of
rigid bodies and how it can be monitored via the fix output is
discussed below.
The {langevin} keyword applies a Langevin thermostat to the constant
NVE time integration performed by either the {rigid} or {rigid/small}
or {rigid/nve} styles. It cannot be used with the {rigid/nvt} style.
The desired temperature at each timestep is a ramped value during the
run from {Tstart} to {Tstop}. The {Tdamp} parameter is specified in
time units and determines how rapidly the temperature is relaxed. For
example, a value of 100.0 means to relax the temperature in a timespan
of (roughly) 100 time units (tau or fmsec or psec - see the
"units"_units.html command). The random # {seed} must be a positive
integer. The way the Langevin thermostatting operates is explained on
the "fix langevin"_fix_langevin.html doc page.
IMPORTANT NOTE: When the {langevin} keyword is used with fix rigid
versus fix rigid/small, different dynamics will result for parallel
runs. This is because of the way random numbers are used in the two
cases. The dynamics for the two cases should be statistically
similar, but will not be identical, even for a single timestep.
The {temp} and {tparam} keywords apply a Nose/Hoover thermostat to the
NVT time integration performed by the {rigid/nvt} style. They cannot
be used with the {rigid} or {rigid/small} or {rigid/nve} styles. The
desired temperature at each timestep is a ramped value during the run
from {Tstart} to {Tstop}. The {Tdamp} parameter is specified in time
units and determines how rapidly the temperature is relaxed. For
example, a value of 100.0 means to relax the temperature in a timespan
of (roughly) 100 time units (tau or fmsec or psec - see the
"units"_units.html command).
Nose/Hoover chains are used in conjunction with this thermostat. The
{tparam} keyword can optionally be used to change the chain settings
used. {Tchain} is the number of thermostats in the Nose Hoover chain.
This value, along with {Tdamp} can be varied to dampen undesirable
oscillations in temperature that can occur in a simulation. As a rule
of thumb, increasing the chain length should lead to smaller
oscillations. The keyword {pchain} specifies the number of
thermostats in the chain thermostatting the barostat degrees of
freedom.
IMPORTANT NOTE: There are alternate ways to thermostat a system of
rigid bodies. You can use "fix langevin"_fix_langevin.html to treat
the individual particles in the rigid bodies as effectively immersed
in an implicit solvent, e.g. a Brownian dynamics model. For hybrid
systems with both rigid bodies and solvent particles, you can
thermostat only the solvent particles that surround one or more rigid
bodies by appropriate choice of groups in the compute and fix commands
for temperature and thermostatting. The solvent interactions with the
rigid bodies should then effectively thermostat the rigid body
temperature as well without use of the Langevin or Nose/Hoover options
associated with the fix rigid commands.
The {infile} keyword allows a file of rigid body attributes to be read
in from a file, rather then letting LAMMPS compute them. It can only
be used with the fix rigid command and its variants. There are 3 such
attributes: the total mass of the rigid body, its center-of-mass
position, and its 6 moments of inertia. For rigid bodies consisting
of point particles or non-overlapping finite-size particles, LAMMPS
can compute these values accurately. However, for rigid bodies
consisting of finite-size particles which overlap each other, LAMMPS
will ignore the overlaps when computing these 3 attributes. The
amount of error this induces depends on the amount of overlap. To
avoid this issue, the values can be pre-computed (e.g. using Monte
Carlo integration).
The format of the file is as follows. Note that the file does not
have to list attributes for every rigid body integrated by fix rigid.
Only bodies which the file specifies will have their computed
attributes overridden. The file can contain initial blank lines or
comment lines starting with "#" which are ignored. The first
non-blank, non-comment line should list N = the number of lines to
follow. The N successive lines contain the following information:
ID1 masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz
ID2 masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz
...
IDN masstotal xcm ycm zcm ixx iyy izz ixy ixz iyz :pre
The rigid body IDs are all positive integers. For the {single}
bodystyle, only an ID of 1 can be used. For the {group} bodystyle,
IDs from 1 to Ng can be used where Ng is the number of specified
groups. For the {molecule} bodystyle, use the molecule ID for the
atoms in a specific rigid body as the rigid body ID.
The masstotal and center-of-mass coordinates (xcm,ycm,zcm) are
self-explanatory. The center-of-mass should be consistent with what
is calculated for the position of the rigid body with all its atoms
unwrapped by their respective image flags. If this produces a
center-of-mass that is outside the simulation box, LAMMPS wraps it
back into the box. The 6 moments of inertia (ixx,iyy,izz,ixy,ixz,iyz)
should be the values consistent with the current orientation of the
rigid body around its center of mass. The values are with respect to
the simulation box XYZ axes, not with respect to the prinicpal axes of
the rigid body itself. LAMMPS performs the latter calculation
internally.
IMPORTANT NOTE: The last point means that you cannot restart a
simulation with rigid bodies using the
"read_restart"_read_restart.html command and use the same {infile} of
rigid body attributes as input for the 2nd simulation, if the rigid
bodies have moved or rotated. Instead, you need to produce a new
{infile} that reflects the correct attributes for each rigid body at
the time of restart. We are thinking about a good way to overcome
this issue.
:line
If you use a "temperature compute"_compute.html with a group that
includes particles in rigid bodies, the degrees-of-freedom removed by
each rigid body are accounted for in the temperature (and pressure)
computation, but only if the temperature group includes all the
particles in a particular rigid body.
A 3d rigid body has 6 degrees of freedom (3 translational, 3
rotational), except for a collection of point particles lying on a
straight line, which has only 5, e.g a dimer. A 2d rigid body has 3
degrees of freedom (2 translational, 1 rotational).
IMPORTANT NOTE: You may wish to explicitly subtract additional
degrees-of-freedom if you use the {force} and {torque} keywords to
eliminate certain motions of one or more rigid bodies. LAMMPS does
not do this automatically.
The rigid body contribution to the pressure of the system (virial) is
also accounted for by this fix.
IMPORTANT NOTE: The periodic image flags of atoms in rigid bodies are
altered so that the rigid body can be reconstructed correctly when it
straddles periodic boundaries. The atom image flags are not
incremented/decremented as they would be for non-rigid atoms as the
rigid body crosses periodic boundaries. This means you cannot
interpret them as you normally would. For example, the image flag
values written to a "dump file"_dump.html will be different than they
would be if the atoms were not in a rigid body. Likewise the "compute
msd"_compute_msd.html will not compute the expected mean-squared
displacement for such atoms if the body moves across periodic
boundaries. It also means that if you have bonds between a pair of
rigid bodies and the bond straddles a periodic boundary, you cannot
use the "replicate"_replicate.html command to increase the system
size. Note that this fix does define image flags for each rigid body,
which are incremented when the rigid body crosses a periodic boundary
in the usual way. These image flags have the same meaning as atom
images (see the "dump" command) and can be accessed and output as
described below.
:line
If your simlulation is a hybrid model with a mixture of rigid bodies
and non-rigid particles (e.g. solvent) there are several ways these
rigid fixes can be used in tandem with "fix nve"_fix_nve.html, "fix
nvt"_fix_nh.html, "fix npt"_fix_nh.html, and "fix nph"_fix_nh.html.
If you wish to perform NVE dynamics (no thermostatting or
barostatting), use fix rigid or fix rigid/nve to integrate the rigid
bodies, and "fix nve"_fix_nve.html to integrate the non-rigid
particles.
If you wish to perform NVT dynamics (thermostatting, but no
barostatting), you can use fix rigid/nvt for the rigid bodies, and any
thermostatting fix for the non-rigid particles ("fix nvt"_fix_nh.html,
"fix langevin"_fix_langevin.html, "fix
temp/berendsen"_fix_temp_berendsen.html). You can also use fix rigid
or fix rigid/nve for the rigid bodies and thermostat them using "fix
langevin"_fix_langevin.html on the group that contains all the
particles in the rigid bodies. The net force added by "fix
langevin"_fix_langevin.html to each rigid body effectively thermostats
its translational center-of-mass motion. Not sure how well it does at
thermostatting its rotational motion.
If you with to perform NPT or NPH dynamics (barostatting), you cannot
use both "fix npt"_fix_nh.html and fix rigid/npt (or the nph
variants). This is because there can only be one fix which monitors
the global pressure and changes the simulation box dimensions. So you
have 3 choices:
Use fix rigid/npt for the rigid bodies. Use the {dilate} all option
so that it will dilate the positions of the non-rigid particles as
well. Use "fix nvt"_fix_nh.html (or any other thermostat) for the
non-rigid particles. :ulb,l
Use "fix npt"_fix_nh.html for the group of non-rigid particles. Use
the {dilate} all option so that it will dilate the center-of-mass
positions of the rigid bodies as well. Use fix rigid/nvt for the
rigid bodies. :l
Use "fix press/berendsen"_fix_press_berendsen.html to compute the
pressure and change the box dimensions. Use fix rigid/nvt for the
rigid bodies. Use "fix nvt"_fix_nh.thml (or any other thermostat) for
the non-rigid particles. :l,ule
In all case, the rigid bodies and non-rigid particles both contribute
to the global pressure and the box is scaled the same by any of the
barostatting fixes.
You could even use the 2nd and 3rd options for a non-hybrid simulation
consisting of only rigid bodies, assuming you give "fix
npt"_fix_nh.html an empty group, though it's an odd thing to do. The
barostatting fixes ("fix npt"_fix_nh.html and "fix
press/berensen"_fix_press_berendsen.html) will monitor the pressure
and change the box dimensions, but not time integrate any particles.
The integration of the rigid bodies will be performed by fix
rigid/nvt.
:line
+Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
+the same as the corresponding style without the suffix. They have
+been optimized to run faster, depending on your available hardware, as
+discussed in "Section_accelerate"_Section_accelerate.html of the
+manual. The accelerated styles take the same arguments and should
+produce the same results, except for round-off and precision issues.
+
+These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
+packages, respectively. They are only enabled if LAMMPS was built with
+those packages. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+You can specify the accelerated styles explicitly in your input script
+by including their suffix, or you can use the "-suffix command-line
+switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can
+use the "suffix"_suffix.html command in your input script.
+
+See "Section_accelerate"_Section_accelerate.html of the manual for
+more instructions on how to use the accelerated styles effectively.
+
+:line
+
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about the {rigid} and {rigid/small} and {rigid/nve}
fixes are written to "binary restart files"_restart.html. For style
{rigid/nvt} the state of the Nose/Hoover thermostat is written to
"binary restart files"_restart.html. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
The "fix_modify"_fix_modify.html {energy} option is supported by the
rigid/nvt fix to add the energy change induced by the thermostatting
to the system's potential energy as part of "thermodynamic
output"_thermo_style.html.
The "fix_modify"_fix_modify.html {temp} and {press} options are
supported by the rigid/npt and rigid/nph fixes to change the computes used
to calculate the instantaneous pressure tensor. Note that the rigid/nvt fix
does not use any external compute to compute instantaneous temperature.
No global or per-atom quantities are stored by the {rigid/small} fix
for access by various "output commands"_Section_howto.html#howto_15.
The {rigid} and {rigid/nve} fixes compute a global scalar which can be
accessed by various "output commands"_Section_howto.html#howto_15.
The scalar value calculated by these fixes is "intensive". The scalar
is the current temperature of the collection of rigid bodies. This is
averaged over all rigid bodies and their translational and rotational
degrees of freedom. The translational energy of a rigid body is 1/2 m
v^2, where m = total mass of the body and v = the velocity of its
center of mass. The rotational energy of a rigid body is 1/2 I w^2,
where I = the moment of inertia tensor of the body and w = its angular
velocity. Degrees of freedom constrained by the {force} and {torque}
keywords are removed from this calculation.
The {rigid/nvt}, {rigid/npt}, and {rigid/nph} fixes compute a global
scalar which can be accessed by various "output
commands"_Section_howto.html#howto_15. The scalar value calculated by
these fixes is "extensive". The scalar is the cumulative energy
change due to the thermostatting and barostatting the fix performs.
All of the {rigid} fixes (but not the {rigid/small} fix) compute a
global array of values which can be accessed by various "output
commands"_Section_howto.html#howto_15. The number of rows in the
array is equal to the number of rigid bodies. The number of columns
is 15. Thus for each rigid body, 15 values are stored: the xyz coords
of the center of mass (COM), the xyz components of the COM velocity,
the xyz components of the force acting on the COM, the xyz components
of the torque acting on the COM, and the xyz image flags of the COM,
which have the same meaning as image flags for atom positions (see the
"dump" command). The force and torque values in the array are not
affected by the {force} and {torque} keywords in the fix rigid
command; they reflect values before any changes are made by those
keywords.
The ordering of the rigid bodies (by row in the array) is as follows.
For the {single} keyword there is just one rigid body. For the
{molecule} keyword, the bodies are ordered by ascending molecule ID.
For the {group} keyword, the list of group IDs determines the ordering
of bodies.
The array values calculated by these fixes are "intensive", meaning
they are independent of the number of atoms in the simulation.
No parameter of these fixes can be used with the {start/stop} keywords
of the "run"_run.html command. These fixes are not invoked during
"energy minimization"_minimize.html.
:line
[Restrictions:]
These fixes are all part of the RIGID package. It is only enabled if
LAMMPS was built with that package. See the "Making
LAMMPS"_Section_start.html#start_3 section for more info.
[Related commands:]
"delete_bonds"_delete_bonds.html, "neigh_modify"_neigh_modify.html
exclude
[Default:]
The option defaults are force * on on on and torque * on on on,
meaning all rigid bodies are acted on by center-of-mass force and
torque. Also Tchain = Pchain = 10, Titer = 1, Torder = 3.
:line
:link(Hoover)
[(Hoover)] Hoover, Phys Rev A, 31, 1695 (1985).
:link(Kamberaj)
[(Kamberaj)] Kamberaj, Low, Neal, J Chem Phys, 122, 224114 (2005).
:link(Martyna)
[(Martyna)] Martyna, Klein, Tuckerman, J Chem Phys, 97, 2635 (1992);
Martyna, Tuckerman, Tobias, Klein, Mol Phys, 87, 1117.
:link(Miller)
[(Miller)] Miller, Eleftheriou, Pattnaik, Ndirango, and Newns,
J Chem Phys, 116, 8649 (2002).
:link(Zhang)
[(Zhang)] Zhang, Glotzer, Nanoletters, 4, 1407-1413 (2004).
diff --git a/doc/fix_species.html b/doc/fix_species.html
new file mode 100644
index 000000000..ac35c817c
--- /dev/null
+++ b/doc/fix_species.html
@@ -0,0 +1,125 @@
+<HTML>
+<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
+</CENTER>
+
+
+
+
+
+
+<HR>
+
+<H3>fix species command
+</H3>
+<P><B>Syntax:</B>
+</P>
+<PRE>fix ID group-ID species Nevery Nrepeat Nfreq filename keyword value ...
+</PRE>
+<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
+
+<LI>species = style name of this command
+
+<LI>Nevery = sample bond-order every this many timesteps
+
+<LI>Nrepeat = # of bond-order samples used for calculating averages
+
+<LI>Nfreq = calculate average bond-order every this many timesteps
+
+<LI>filename = name of output file
+
+<LI>zero or more keyword/value pairs may be appended
+
+<LI>keyword = <I>cutoff</I> or <I>element</I>
+
+<PRE> <I>cutoff</I> value = I J Cutoff
+ I, J = atom types
+ Cutoff = Bond-order cutoff value for this pair of atom types:pre
+ <I>element</I> value = Element1, Element2, ...
+</PRE>
+
+</UL>
+<P><B>Examples:</B>
+</P>
+<PRE>fix 1 all species 10 10 100 species.out
+fix 1 all species 1 2 20 species.out cutoff 1 1 0.40 1 2 0.55
+fix 1 all species 10 10 100 species.out element Au O H
+</PRE>
+<P><B>Description:</B>
+</P>
+<P>Write out the chemical species information computed by the ReaxFF potential
+specified by <A HREF = "pair_reax_c.html">pair_style reax/c</A>. Bond-order values
+(either averaged or instantaneous, depending on value of <I>Nrepeat</I>)
+are used to determine chemical bonds. Every <I>Nfreq</I> timesteps,
+chemical species information is written to <I>filename</I> as a two lines.
+The first line is a header containing labels. The second line consists
+of the following: timestep, total number of molecules,
+total number of distinct species, number of molecules of each species.
+The chemical formula of each species is given in the first line.
+</P>
+<P>Optional keyword <I>cutoff</I> can be assigned to change the minimum bond-order values
+used in identifying chemical bonds between pairs of atoms. Bond-order cutoffs
+should be carefully chosen, as bond-order cutoffs that are too small may include
+too many bonds (which will result in an error), while too-large cutoffs will
+result in fragmented molecules. The default cutoff of 0.3 usually gives good
+estimate.
+</P>
+<P>Optional keyword <I>element</I> can be used to specify the chemical symbol printed for
+each LAMMPS atom type. The number of symbols must match the number of LAMMPS atom types
+and each symbol must consist of 1 or 2 alphanumeric characters. Normally, these
+symbols should be chosen to match the chemical identity of each LAMMPS atom type,
+as specified using the <A HREF = "pair_reax_c.html">reax/c pair_coeff</A> command and
+the ReaxFF force field file.
+</P>
+<HR>
+
+<P>The <I>Nevery</I>, <I>Nrepeat</I>, and <I>Nfreq</I> arguments specify on what
+timesteps the bond-order values are sampled to get the average bond
+order. The species analysis is performed using the average bond-order
+on timesteps
+that are a multiple of <I>Nfreq</I>. The average is over <I>Nrepeat</I>
+bond-order samples, computed in the preceding portion of the simulation every
+<I>Nevery</I> timesteps. <I>Nfreq</I> must be a multiple of <I>Nevery</I> and
+<I>Nevery</I> must be non-zero even if <I>Nrepeat</I> is 1. Also, the timesteps
+contributing to the average bond-order cannot overlap, i.e. Nfreq >
+(Nrepeat-1)*Nevery is required.
+</P>
+<P>For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then bond-order values on
+timesteps 90,92,94,96,98,100 will be used to compute the average bond-order
+ for the species analysis output on timestep 100.
+</P>
+<HR>
+
+<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
+</P>
+<P>No information about this fix is written to <A HREF = "restart.html">binary restart
+files</A>. None of the <A HREF = "fix_modify.html">fix_modify</A> options
+are relevant to this fix. No global or per-atom quantities are stored
+by this fix for access by various <A HREF = "Section_howto.html#howto_15">output
+commands</A>. No parameter of this fix can
+be used with the <I>start/stop</I> keywords of the <A HREF = "run.html">run</A> command.
+This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>.
+</P>
+<P><B>Restrictions:</B>
+</P>
+<P>The fix species currently only works with
+<A HREF = "pair_reax_c.html">pair_style reax/c</A> and it requires that the <A HREF = "pair_reax_c.html">pair_style
+reax/c</A> be invoked. This fix is part of the
+USER-REAXC package. It is only enabled if LAMMPS was built with that
+package. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A> section
+for more info.
+</P>
+<P>It should be possible to extend it to other reactive pair_styles (such as
+<A HREF = "pair_airebo.html">rebo</A>, <A HREF = "pair_airebo.html">airebo</A>,
+<A HREF = "pair_comb.html">comb</A>, and <A HREF = "pair_bop.html">bop</A>), but this has not yet been done.
+</P>
+<P><B>Related commands:</B>
+</P>
+<P><A HREF = "pair_reax_c.html">pair_style reax/c</A>, <A HREF = "fix_reax_bonds.html">fix
+reax/bonds</A>
+</P>
+<P><B>Default:</B>
+</P>
+<P>The default values for bond-order cutoffs are 0.3 for all I-J pairs. The
+default element symbols are C, H, O, N.
+</P>
+</HTML>
diff --git a/doc/fix_species.txt b/doc/fix_species.txt
new file mode 100644
index 000000000..a156c8943
--- /dev/null
+++ b/doc/fix_species.txt
@@ -0,0 +1,114 @@
+"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
+
+:link(lws,http://lammps.sandia.gov)
+:link(ld,Manual.html)
+:link(lc,Section_commands.html#comm)
+
+:line
+
+fix species command :h3
+
+[Syntax:]
+
+fix ID group-ID species Nevery Nrepeat Nfreq filename keyword value ... :pre
+
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+species = style name of this command :l
+
+Nevery = sample bond-order every this many timesteps :l
+Nrepeat = # of bond-order samples used for calculating averages :l
+Nfreq = calculate average bond-order every this many timesteps :l
+filename = name of output file :l
+
+zero or more keyword/value pairs may be appended :l
+keyword = {cutoff} or {element} :l
+ {cutoff} value = I J Cutoff
+ I, J = atom types
+ Cutoff = Bond-order cutoff value for this pair of atom types:pre
+ {element} value = Element1, Element2, ... :pre
+:ule
+
+[Examples:]
+
+fix 1 all species 10 10 100 species.out
+fix 1 all species 1 2 20 species.out cutoff 1 1 0.40 1 2 0.55
+fix 1 all species 10 10 100 species.out element Au O H :pre
+
+[Description:]
+
+Write out the chemical species information computed by the ReaxFF potential
+specified by "pair_style reax/c"_pair_reax_c.html. Bond-order values
+(either averaged or instantaneous, depending on value of {Nrepeat})
+are used to determine chemical bonds. Every {Nfreq} timesteps,
+chemical species information is written to {filename} as a two lines.
+The first line is a header containing labels. The second line consists
+of the following: timestep, total number of molecules,
+total number of distinct species, number of molecules of each species.
+The chemical formula of each species is given in the first line.
+
+Optional keyword {cutoff} can be assigned to change the minimum bond-order values
+used in identifying chemical bonds between pairs of atoms. Bond-order cutoffs
+should be carefully chosen, as bond-order cutoffs that are too small may include
+too many bonds (which will result in an error), while too-large cutoffs will
+result in fragmented molecules. The default cutoff of 0.3 usually gives good
+estimate.
+
+Optional keyword {element} can be used to specify the chemical symbol printed for
+each LAMMPS atom type. The number of symbols must match the number of LAMMPS atom types
+and each symbol must consist of 1 or 2 alphanumeric characters. Normally, these
+symbols should be chosen to match the chemical identity of each LAMMPS atom type,
+as specified using the "reax/c pair_coeff"_pair_reax_c.html command and
+the ReaxFF force field file.
+
+:line
+
+The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what
+timesteps the bond-order values are sampled to get the average bond
+order. The species analysis is performed using the average bond-order
+on timesteps
+that are a multiple of {Nfreq}. The average is over {Nrepeat}
+bond-order samples, computed in the preceding portion of the simulation every
+{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
+{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
+contributing to the average bond-order cannot overlap, i.e. Nfreq >
+(Nrepeat-1)*Nevery is required.
+
+For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then bond-order values on
+timesteps 90,92,94,96,98,100 will be used to compute the average bond-order
+ for the species analysis output on timestep 100.
+
+:line
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+No information about this fix is written to "binary restart
+files"_restart.html. None of the "fix_modify"_fix_modify.html options
+are relevant to this fix. No global or per-atom quantities are stored
+by this fix for access by various "output
+commands"_Section_howto.html#howto_15. No parameter of this fix can
+be used with the {start/stop} keywords of the "run"_run.html command.
+This fix is not invoked during "energy minimization"_minimize.html.
+
+[Restrictions:]
+
+The fix species currently only works with
+"pair_style reax/c"_pair_reax_c.html and it requires that the "pair_style
+reax/c"_pair_reax_c.html be invoked. This fix is part of the
+USER-REAXC package. It is only enabled if LAMMPS was built with that
+package. See the "Making LAMMPS"_Section_start.html#start_3 section
+for more info.
+
+It should be possible to extend it to other reactive pair_styles (such as
+"rebo"_pair_airebo.html, "airebo"_pair_airebo.html,
+"comb"_pair_comb.html, and "bop"_pair_bop.html), but this has not yet been done.
+
+[Related commands:]
+
+"pair_style reax/c"_pair_reax_c.html, "fix
+reax/bonds"_fix_reax_bonds.html
+
+[Default:]
+
+The default values for bond-order cutoffs are 0.3 for all I-J pairs. The
+default element symbols are C, H, O, N.
+
diff --git a/examples/body/log.body.1Feb13.linux.1 b/examples/body/log.body.18Feb13.linux.1
similarity index 90%
rename from examples/body/log.body.1Feb13.linux.1
rename to examples/body/log.body.18Feb13.linux.1
index 39c16af7a..e7c1aab84 100644
--- a/examples/body/log.body.1Feb13.linux.1
+++ b/examples/body/log.body.18Feb13.linux.1
@@ -1,70 +1,70 @@
-LAMMPS (1 Feb 2013)
+LAMMPS (18 Feb 2013)
# 2d polygon nparticle bodies
units lj
dimension 2
atom_style body nparticle 2 6
read_data data.body
orthogonal box = (-15.5322 -15.5322 -0.5) to (15.5322 15.5322 0.5)
1 by 1 by 1 MPI processor grid
100 atoms
100 bodies
velocity all create 1.44 87287 loop geom
pair_style body 5.0
pair_coeff * * 1.0 1.0
neighbor 0.3 bin
fix 1 all nve/body
fix 2 all enforce2d
#compute 1 all body/local type 1 2 3
#dump 2 all local 100 dump.body index c_1[1] c_1[2] c_1[3] c_1[4]
thermo 500
run 10000
Memory usage per processor = 3.13483 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -0.63799525 0 0.78760475 -0.15028724
500 1.5537157 -1.5243356 0 0.013843001 0.2654775
1000 1.5681616 -1.8003444 0 -0.2478644 0.07601415
1500 1.6994347 -1.7246456 0 -0.04220525 0.3664501
2000 1.6587022 -1.6970163 0 -0.054901081 0.10137795
2500 1.7859516 -1.8212698 0 -0.053177671 0.35400181
3000 1.7865459 -1.730183 0 0.038497352 0.28330983
3500 2.0521408 -1.98222 0 0.049399375 0.088928245
4000 1.721448 -1.7409775 0 -0.036743968 0.12815274
4500 1.6189244 -1.7257177 0 -0.12298249 0.21501422
5000 1.5828072 -1.6501894 0 -0.083210213 0.33447691
5500 1.8562352 -1.7632936 0 0.074379269 0.24273308
6000 1.4818079 -1.6942298 0 -0.22723999 0.22470999
6500 1.5229137 -1.6249423 0 -0.11725778 -0.043041211
7000 1.5930761 -1.5349749 0 0.04217044 0.072621368
7500 1.7251412 -1.7620322 0 -0.05414237 -0.052083575
8000 1.7843737 -1.6422594 0 0.12427062 0.3924994
8500 1.9344759 -1.7880774 0 0.12705368 0.32652919
9000 1.6338929 -1.6889133 0 -0.071359354 0.3793827
9500 1.5180082 -1.7729127 0 -0.27008457 0.27223707
10000 1.6133128 -1.7939587 0 -0.19677903 0.18983194
-Loop time of 2.04144 on 1 procs for 10000 steps with 100 atoms
+Loop time of 2.02483 on 1 procs for 10000 steps with 100 atoms
-Pair time (%) = 1.81456 (88.8865)
-Neigh time (%) = 0.0159652 (0.782058)
-Comm time (%) = 0.0322905 (1.58175)
-Outpt time (%) = 0.000332117 (0.0162688)
-Other time (%) = 0.178286 (8.73338)
+Pair time (%) = 1.79988 (88.8902)
+Neigh time (%) = 0.0158422 (0.782395)
+Comm time (%) = 0.0324693 (1.60355)
+Outpt time (%) = 0.000159264 (0.00786552)
+Other time (%) = 0.176485 (8.71602)
Nlocal: 100 ave 100 max 100 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 85 ave 85 max 85 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 424 ave 424 max 424 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 424
Ave neighs/atom = 4.24
Neighbor list builds = 795
Dangerous builds = 83
diff --git a/examples/body/log.body.1Feb13.linux.4 b/examples/body/log.body.18Feb13.linux.4
similarity index 90%
rename from examples/body/log.body.1Feb13.linux.4
rename to examples/body/log.body.18Feb13.linux.4
index a34b8ede4..5a2e1bfe5 100644
--- a/examples/body/log.body.1Feb13.linux.4
+++ b/examples/body/log.body.18Feb13.linux.4
@@ -1,70 +1,70 @@
-LAMMPS (1 Feb 2013)
+LAMMPS (18 Feb 2013)
# 2d polygon nparticle bodies
units lj
dimension 2
atom_style body nparticle 2 6
read_data data.body
orthogonal box = (-15.5322 -15.5322 -0.5) to (15.5322 15.5322 0.5)
2 by 2 by 1 MPI processor grid
100 atoms
100 bodies
velocity all create 1.44 87287 loop geom
pair_style body 5.0
pair_coeff * * 1.0 1.0
neighbor 0.3 bin
fix 1 all nve/body
fix 2 all enforce2d
#compute 1 all body/local type 1 2 3
#dump 2 all local 100 dump.body index c_1[1] c_1[2] c_1[3] c_1[4]
thermo 500
run 10000
Memory usage per processor = 3.10704 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -0.63799525 0 0.78760475 -0.15028724
500 1.5537157 -1.5243356 0 0.013843001 0.2654775
1000 1.5681616 -1.8003444 0 -0.2478644 0.07601415
1500 1.6994347 -1.7246456 0 -0.042205239 0.36645011
2000 1.6586974 -1.6970115 0 -0.054901078 0.10137999
2500 1.7878623 -1.8213737 0 -0.051390011 0.35530747
3000 1.7043715 -1.6613359 0 0.025991881 0.27048518
3500 1.6313416 -1.5250929 0 0.089935264 0.10510436
4000 1.5883641 -1.7692022 0 -0.1967218 0.50882304
4500 1.5897207 -1.5634198 0 0.010403642 0.24598267
5000 1.4849734 -1.5512049 0 -0.081081244 -0.028399888
5500 1.6074988 -1.7000582 0 -0.10863448 0.42879191
6000 1.6106093 -1.5850749 0 0.0094282394 0.4115976
6500 1.8169151 -1.7996899 0 -0.00094400747 0.21677584
7000 1.5487579 -1.6028263 0 -0.069555913 0.23742891
7500 1.7231927 -1.8001082 0 -0.094147408 -0.016712191
8000 1.5832288 -1.7242109 0 -0.15681439 0.33204
8500 1.9002455 -1.866332 0 0.014911066 0.28393405
9000 1.5916225 -1.6032424 0 -0.027536096 0.48213053
9500 1.6326075 -1.7974673 0 -0.18118584 0.078132294
10000 1.3851677 -1.49406 0 -0.12274404 0.18606978
-Loop time of 0.70715 on 4 procs for 10000 steps with 100 atoms
+Loop time of 0.705195 on 4 procs for 10000 steps with 100 atoms
-Pair time (%) = 0.471205 (66.6343)
-Neigh time (%) = 0.00455165 (0.643661)
-Comm time (%) = 0.174367 (24.6578)
-Outpt time (%) = 0.000492573 (0.069656)
-Other time (%) = 0.0565341 (7.99463)
+Pair time (%) = 0.463261 (65.6926)
+Neigh time (%) = 0.00452006 (0.640966)
+Comm time (%) = 0.181194 (25.6941)
+Outpt time (%) = 0.000352561 (0.0499949)
+Other time (%) = 0.0558674 (7.92226)
Nlocal: 25 ave 25 max 25 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Nghost: 43.75 ave 48 max 40 min
Histogram: 1 1 0 0 0 0 0 1 0 1
Neighs: 101.5 ave 113 max 91 min
Histogram: 1 1 0 0 0 0 0 1 0 1
Total # of neighbors = 406
Ave neighs/atom = 4.06
Neighbor list builds = 805
Dangerous builds = 97
diff --git a/examples/colloid/log.colloid.18Feb13.linux.1 b/examples/colloid/log.colloid.18Feb13.linux.1
new file mode 100644
index 000000000..314664edf
--- /dev/null
+++ b/examples/colloid/log.colloid.18Feb13.linux.1
@@ -0,0 +1,125 @@
+LAMMPS (18 Feb 2013)
+# Big colloid particles and small LJ particles
+
+units lj
+atom_style sphere
+dimension 2
+
+lattice sq 0.01
+Lattice spacing in x,y,z = 10 10 10
+region box block 0 30 0 30 -0.5 0.5
+create_box 2 box
+Created orthogonal box = (0 0 -5) to (300 300 5)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 900 atoms
+
+set group all type/fraction 2 0.96 23984
+ 861 settings made for type/fraction
+
+set type 1 mass 9
+ 39 settings made for mass
+set type 2 mass 1
+ 861 settings made for mass
+
+velocity all create 1.44 87287 loop geom
+
+# multi neighbor and comm for efficiency
+
+neighbor 1 multi
+neigh_modify delay 0
+communicate multi
+
+# colloid potential
+
+pair_style colloid 12.5
+pair_coeff 1 1 1.0 1.0 5.0 5.0 12.5
+pair_coeff 1 2 5.0 1.0 5.0 0.0 7.0
+pair_coeff 2 2 10.0 1.0 0.0 0.0 2.5
+
+fix 1 all npt temp 2.0 2.0 1.0 iso 0.0 1.0 10.0 drag 1.0 mtk no pchain 0 tchain 1
+fix 2 all enforce2d
+
+#dump 1 all atom 1000 dump.colloid
+
+#dump 1 all image 1000 image.*.jpg type type # zoom 1.5 center d 0.5 0.5 0.5
+#dump_modify 1 pad 5 adiam 1 5.0 adiam 2 1.5
+
+thermo_style custom step temp epair etotal press vol
+thermo 1000
+
+timestep 0.005
+
+run 50000
+Memory usage per processor = 2.9658 Mbytes
+Step Temp E_pair TotEng Press Volume
+ 0 1.44 -2.2136534e-06 1.4383978 0.014383923 90000
+ 1000 1.9558819 -0.00044998322 1.9532587 0.01784589 99146.35
+ 2000 2.0558568 0.011295331 2.0648679 0.021858185 96654.425
+ 3000 2.1809647 0.0091754217 2.1877168 0.031294876 68756.47
+ 4000 2.1960934 0.0028186107 2.1964719 0.049318667 42974.984
+ 5000 2.1463273 0.012748525 2.156691 0.073994939 28660.577
+ 6000 2.1073992 0.0076702433 2.1127279 0.097655997 21544.211
+ 7000 2.084579 -0.0022304831 2.0800323 0.11014552 17791.284
+ 8000 2.0677538 0.00059800188 2.0660543 0.12718796 15494.44
+ 9000 2.0545977 0.0064465732 2.0587614 0.15002732 13864.665
+ 10000 2.0482054 0.010661731 2.0565913 0.17497885 12553.11
+ 11000 2.0360539 0.022283053 2.0560747 0.18608443 11469.573
+ 12000 2.0488819 0.012601482 2.0592068 0.20752397 10547.355
+ 13000 2.0307724 0.027945421 2.0564614 0.23492616 9791.6008
+ 14000 2.0291712 0.024760645 2.0516772 0.25749445 9166.0223
+ 15000 2.0421329 0.011858836 2.0517227 0.26019128 8645.5059
+ 16000 2.0321296 0.023089154 2.0529608 0.30100779 8173.8988
+ 17000 2.0339883 0.020841935 2.0525702 0.31937035 7749.9866
+ 18000 2.0165994 0.039101369 2.0534601 0.33206939 7399.5633
+ 19000 2.0174571 0.03075954 2.045975 0.37582663 7115.1621
+ 20000 2.0235743 0.033645074 2.054971 0.37789661 6779.655
+ 21000 2.0086918 0.052575979 2.0590359 0.47587927 6468.3757
+ 22000 2.0186512 0.035185664 2.0515939 0.39489244 6270.2423
+ 23000 2.0159704 0.037209936 2.0509404 0.42372164 6090.2568
+ 24000 2.0262103 0.034411154 2.0583702 0.46377965 5878.6019
+ 25000 2.0136031 0.040396972 2.0517627 0.49998462 5706.6657
+ 26000 2.0118123 0.04348596 2.0530629 0.52601904 5555.535
+ 27000 2.0483861 0.010622163 2.0567323 0.46408289 5439.3763
+ 28000 1.9775694 0.0880593 2.0634314 0.60451974 5303.7986
+ 29000 2.0161573 0.051647461 2.0655645 0.55856521 5154.8346
+ 30000 2.0154349 0.045614723 2.0588102 0.55640547 5067.2252
+ 31000 2.0264636 0.042015926 2.0662279 0.58323212 4966.2146
+ 32000 1.9946148 0.074464523 2.0668631 0.64405663 4840.3505
+ 33000 2.016998 0.046624054 2.0613809 0.6520715 4765.5247
+ 34000 2.0086574 0.060996501 2.067422 0.6530397 4666.4569
+ 35000 2.0203252 0.05402663 2.0721071 0.69134002 4595.6514
+ 36000 2.0271451 0.041489394 2.0663822 0.65114797 4526.2978
+ 37000 2.0183469 0.064565854 2.0806701 0.70724758 4446.6465
+ 38000 2.0049133 0.065280115 2.0679658 0.76328332 4389.5655
+ 39000 2.0254497 0.05173788 2.0749371 0.75604831 4332.6535
+ 40000 2.0019046 0.080413589 2.0800938 0.78175962 4254.5071
+ 41000 2.0246809 0.05297341 2.0754047 0.77404015 4193.7093
+ 42000 2.0254595 0.058651302 2.0818603 0.81823656 4135.9705
+ 43000 2.0007241 0.083353246 2.0818543 0.82002543 4082.2245
+ 44000 1.994415 0.089912333 2.0821113 0.98373573 4051.5787
+ 45000 2.0130937 0.07986583 2.0907228 0.97054142 3991.453
+ 46000 1.9997536 0.094509733 2.0920414 0.90955799 3926.3675
+ 47000 2.0026833 0.086980098 2.0874382 1.1140455 3885.3495
+ 48000 2.0217273 0.077640083 2.0971211 0.94719095 3829.7776
+ 49000 1.9778606 0.11563852 2.0913015 1.1107597 3798.5114
+ 50000 2.038067 0.060063696 2.0958661 1.0030415 3763.2003
+Loop time of 8.78756 on 1 procs for 50000 steps with 900 atoms
+
+Pair time (%) = 4.14849 (47.2086)
+Neigh time (%) = 1.09428 (12.4526)
+Comm time (%) = 0.430549 (4.89953)
+Outpt time (%) = 0.00056386 (0.00641657)
+Other time (%) = 3.11369 (35.4329)
+
+Nlocal: 900 ave 900 max 900 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 515 ave 515 max 515 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 5990 ave 5990 max 5990 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 5990
+Ave neighs/atom = 6.65556
+Neighbor list builds = 3145
+Dangerous builds = 0
diff --git a/examples/colloid/log.colloid.18Feb13.linux.4 b/examples/colloid/log.colloid.18Feb13.linux.4
new file mode 100644
index 000000000..cf0d47095
--- /dev/null
+++ b/examples/colloid/log.colloid.18Feb13.linux.4
@@ -0,0 +1,125 @@
+LAMMPS (18 Feb 2013)
+# Big colloid particles and small LJ particles
+
+units lj
+atom_style sphere
+dimension 2
+
+lattice sq 0.01
+Lattice spacing in x,y,z = 10 10 10
+region box block 0 30 0 30 -0.5 0.5
+create_box 2 box
+Created orthogonal box = (0 0 -5) to (300 300 5)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 900 atoms
+
+set group all type/fraction 2 0.96 23984
+ 861 settings made for type/fraction
+
+set type 1 mass 9
+ 39 settings made for mass
+set type 2 mass 1
+ 861 settings made for mass
+
+velocity all create 1.44 87287 loop geom
+
+# multi neighbor and comm for efficiency
+
+neighbor 1 multi
+neigh_modify delay 0
+communicate multi
+
+# colloid potential
+
+pair_style colloid 12.5
+pair_coeff 1 1 1.0 1.0 5.0 5.0 12.5
+pair_coeff 1 2 5.0 1.0 5.0 0.0 7.0
+pair_coeff 2 2 10.0 1.0 0.0 0.0 2.5
+
+fix 1 all npt temp 2.0 2.0 1.0 iso 0.0 1.0 10.0 drag 1.0 mtk no pchain 0 tchain 1
+fix 2 all enforce2d
+
+#dump 1 all atom 1000 dump.colloid
+
+#dump 1 all image 1000 image.*.jpg type type # zoom 1.5 center d 0.5 0.5 0.5
+#dump_modify 1 pad 5 adiam 1 5.0 adiam 2 1.5
+
+thermo_style custom step temp epair etotal press vol
+thermo 1000
+
+timestep 0.005
+
+run 50000
+Memory usage per processor = 2.8708 Mbytes
+Step Temp E_pair TotEng Press Volume
+ 0 1.44 -2.2136534e-06 1.4383978 0.014383923 90000
+ 1000 1.9558819 -0.00044998322 1.9532587 0.01784589 99146.35
+ 2000 2.0558568 0.011295331 2.0648679 0.021858185 96654.425
+ 3000 2.1809647 0.0091754217 2.1877168 0.031294876 68756.47
+ 4000 2.1960934 0.0028186107 2.1964719 0.049318667 42974.984
+ 5000 2.1463273 0.01274853 2.156691 0.07399494 28660.577
+ 6000 2.1073955 0.0076740311 2.112728 0.097657373 21544.21
+ 7000 2.0843684 -0.001996932 2.0800555 0.11036967 17791.247
+ 8000 2.0640518 0.0014998478 2.0632583 0.1290879 15498.836
+ 9000 2.0466103 0.010705612 2.0550419 0.15352798 13893.115
+ 10000 2.0318438 0.028356097 2.0579423 0.18270659 12603.157
+ 11000 2.0483114 0.011317082 2.0573526 0.18793572 11521.407
+ 12000 2.0465451 0.011178196 2.0554494 0.20917582 10593.908
+ 13000 2.0339418 0.020973133 2.052655 0.22462811 9837.666
+ 14000 2.0352875 0.021186021 2.054212 0.25973065 9169.0201
+ 15000 2.0397627 0.016745562 2.0542419 0.26379715 8580.3575
+ 16000 2.0306726 0.019939485 2.0483558 0.30415554 8135.4142
+ 17000 2.0303715 0.023425678 2.0515413 0.29717285 7732.4398
+ 18000 2.0091196 0.046353117 2.0532404 0.4201013 7321.9473
+ 19000 2.0069004 0.044794224 2.0494648 0.37207191 7008.5252
+ 20000 2.0293906 0.02286811 2.0500038 0.37743862 6770.2412
+ 21000 2.0151565 0.035150252 2.0480677 0.42245372 6563.7655
+ 22000 1.9931286 0.061233296 2.0521473 0.44215378 6387.0047
+ 23000 2.0095257 0.04877004 2.0560629 0.4359382 6146.7894
+ 24000 2.0244673 0.041537999 2.0637559 0.47433783 5904.2578
+ 25000 2.0411374 0.014657985 2.0535275 0.42934196 5714.3163
+ 26000 2.0101343 0.048931921 2.0568327 0.58433419 5557.1491
+ 27000 2.010355 0.044833431 2.0529547 0.53172163 5441.607
+ 28000 2.0075626 0.056527165 2.0618592 0.54811055 5312.0333
+ 29000 2.0279913 0.036953425 2.0626914 0.53888357 5165.8026
+ 30000 2.0014479 0.062210877 2.0614349 0.61283256 5028.4409
+ 31000 2.0072038 0.060184255 2.0651578 0.62321627 4918.8388
+ 32000 2.0250392 0.043276173 2.0660653 0.61454026 4822.6538
+ 33000 2.0225382 0.041253335 2.0615443 0.61742775 4746.3484
+ 34000 2.0079979 0.060100013 2.0658668 0.7196627 4668.3612
+ 35000 1.9869444 0.081389753 2.0661264 0.69301002 4630.1772
+ 36000 2.0080612 0.068966773 2.0747968 0.75807989 4524.4316
+ 37000 2.016828 0.059785388 2.0743725 0.73797084 4436.8809
+ 38000 1.9923438 0.084178865 2.074309 0.83179043 4358.5286
+ 39000 2.0144256 0.058962222 2.0711496 0.72841391 4318.0019
+ 40000 2.0205458 0.063834805 2.0821355 0.79611444 4233.3053
+ 41000 1.9895557 0.088139599 2.0754847 0.77982219 4183.6801
+ 42000 1.9862976 0.097665639 2.0817562 0.9527169 4136.6273
+ 43000 1.9845679 0.10838021 2.0907431 0.84567001 4063.3971
+ 44000 2.0058015 0.079068928 2.0826418 0.87879853 4013.8417
+ 45000 2.01267 0.072607353 2.083041 0.84521964 3983.104
+ 46000 2.0028119 0.088952749 2.0895393 0.86809738 3907.9426
+ 47000 2.0219141 0.069213747 2.0888813 0.88288894 3868.029
+ 48000 1.9820914 0.1111149 2.091004 1.0650645 3812.8502
+ 49000 2.0161896 0.077389897 2.0913393 0.94940244 3771.6873
+ 50000 2.0216994 0.071211384 2.0906645 0.99837694 3771.8545
+Loop time of 3.74849 on 4 procs for 50000 steps with 900 atoms
+
+Pair time (%) = 1.1053 (29.4865)
+Neigh time (%) = 0.286503 (7.64317)
+Comm time (%) = 0.876681 (23.3876)
+Outpt time (%) = 0.000933409 (0.0249009)
+Other time (%) = 1.47907 (39.4578)
+
+Nlocal: 225 ave 251 max 199 min
+Histogram: 1 0 1 0 0 0 0 1 0 1
+Nghost: 295.25 ave 304 max 283 min
+Histogram: 1 0 0 0 0 1 0 1 0 1
+Neighs: 1477.25 ave 1684 max 1286 min
+Histogram: 1 0 1 0 0 0 1 0 0 1
+
+Total # of neighbors = 5909
+Ave neighs/atom = 6.56556
+Neighbor list builds = 3138
+Dangerous builds = 0
diff --git a/examples/colloid/log.colloid.9Jan12.linux.1 b/examples/colloid/log.colloid.9Jan12.linux.1
deleted file mode 100644
index 4ba8d620c..000000000
--- a/examples/colloid/log.colloid.9Jan12.linux.1
+++ /dev/null
@@ -1,122 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Big colloid particles and small LJ particles
-
-units lj
-atom_style sphere
-dimension 2
-
-lattice sq 0.01
-Lattice spacing in x,y,z = 10 10 10
-region box block 0 30 0 30 -0.5 0.5
-create_box 2 box
-Created orthogonal box = (0 0 -5) to (300 300 5)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 900 atoms
-
-set group all type/fraction 2 0.96 23984
- 861 settings made for type/fraction
-
-set type 1 mass 9
- 39 settings made for mass
-set type 2 mass 1
- 861 settings made for mass
-
-velocity all create 1.44 87287 loop geom
-
-# multi neighbor and comm for efficiency
-
-neighbor 1 multi
-neigh_modify delay 0
-communicate multi
-
-# colloid potential
-
-pair_style colloid 12.5
-pair_coeff 1 1 1.0 1.0 5.0 5.0 12.5
-pair_coeff 1 2 5.0 1.0 5.0 0.0 7.0
-pair_coeff 2 2 10.0 1.0 0.0 0.0 2.5
-
-fix 1 all npt temp 2.0 2.0 1.0 iso 0.0 1.0 10.0 drag 1.0 mtk no pchain 0 tchain 1
-fix 2 all enforce2d
-
-dump 1 all atom 200 dump.colloid
-
-thermo_style custom step temp epair etotal press vol
-thermo 1000
-
-timestep 0.005
-
-run 50000
-Memory usage per processor = 2.96579 Mbytes
-Step Temp E_pair TotEng Press Volume
- 0 1.44 -2.2136534e-06 1.4383978 0.014383923 90000
- 1000 1.9558819 -0.00044998322 1.9532587 0.01784589 99146.35
- 2000 2.0558568 0.011295331 2.0648679 0.021858185 96654.425
- 3000 2.1809647 0.0091754217 2.1877168 0.031294876 68756.47
- 4000 2.1960934 0.0028186107 2.1964719 0.049318667 42974.984
- 5000 2.1463273 0.012748525 2.156691 0.073994939 28660.577
- 6000 2.1073992 0.0076702482 2.1127279 0.097655994 21544.211
- 7000 2.0845788 -0.0022301947 2.0800324 0.1101457 17791.284
- 8000 2.0651397 0.0033390713 2.0661842 0.12822835 15494.655
- 9000 2.0578744 0.0021876274 2.0577755 0.14877329 13860.573
- 10000 2.050871 0.0074002268 2.0559924 0.16711807 12582.351
- 11000 2.0393903 0.02180458 2.0589289 0.21757395 11491.106
- 12000 2.0417078 0.014064648 2.0535038 0.21091044 10565.52
- 13000 2.0453265 0.0142046 2.0572586 0.23958431 9773.8989
- 14000 2.0241495 0.030159631 2.05206 0.25409138 9178.076
- 15000 2.0352822 0.019352462 2.0523732 0.26816816 8601.8792
- 16000 2.0396728 0.013649097 2.0510556 0.2897209 8117.7222
- 17000 2.0021829 0.051638556 2.0515968 0.35978072 7694.4722
- 18000 2.0323755 0.021980006 2.0520973 0.33886022 7331.3619
- 19000 2.012523 0.039400171 2.049687 0.38829143 7030.9065
- 20000 2.0210256 0.032912605 2.0516927 0.4026689 6790.5438
- 21000 2.0346845 0.01996079 2.0523846 0.40076736 6532.5103
- 22000 2.024663 0.027946479 2.0503599 0.42145195 6305.942
- 23000 2.019905 0.039007463 2.0566681 0.48378424 6097.1834
- 24000 2.0128761 0.043306652 2.0539462 0.49890589 5931.4039
- 25000 2.0426669 0.01677892 2.0571762 0.43582414 5761.8463
- 26000 2.0048718 0.055983728 2.0586279 0.56571575 5567.6133
- 27000 2.0444253 0.020459712 2.0626134 0.48337889 5415.7979
- 28000 1.9933145 0.065049949 2.0561496 0.54116421 5309.9562
- 29000 2.0046319 0.055203466 2.057608 0.59270605 5195.3249
- 30000 2.008193 0.057534886 2.0634966 0.601137 5072.6056
- 31000 1.999698 0.06580978 2.0632859 0.67924433 4956.2611
- 32000 2.0122296 0.055833298 2.0658271 0.59245863 4874.1707
- 33000 2.0007781 0.069519235 2.0680742 0.6326113 4802.2499
- 34000 2.0066804 0.064593938 2.0690447 0.63378518 4717.4744
- 35000 2.0326851 0.042701702 2.0731283 0.62301292 4626.0976
- 36000 2.024922 0.048686129 2.0713582 0.63389098 4542.6291
- 37000 1.9933918 0.084026218 2.0752031 0.72269199 4452.0399
- 38000 2.0286434 0.05351806 2.0799074 0.73016095 4351.0179
- 39000 2.0047353 0.070614231 2.073122 0.80274462 4289.5501
- 40000 2.0379085 0.038227025 2.0738712 0.71338936 4246.7929
- 41000 1.9952571 0.088622162 2.0816623 0.81307645 4200.0671
- 42000 2.0042363 0.073467747 2.0754771 0.79982857 4148.4054
- 43000 2.0189089 0.066082632 2.0827483 0.7951291 4081.3285
- 44000 2.0380445 0.051364672 2.0871447 0.77601424 4031.596
- 45000 2.0176888 0.071201051 2.086648 0.8814278 3973.177
- 46000 2.0315294 0.062175754 2.0914479 0.80448793 3920.2923
- 47000 1.999217 0.091219176 2.0882149 0.97776147 3870.1695
- 48000 2.0031904 0.091014449 2.0919791 0.9661011 3813.1611
- 49000 1.9880642 0.10889214 2.0947474 1.0234859 3760.5992
- 50000 2.0236194 0.078957514 2.1003284 0.99741945 3720.1333
-Loop time of 8.99595 on 1 procs for 50000 steps with 900 atoms
-
-Pair time (%) = 4.17826 (46.446)
-Neigh time (%) = 1.11062 (12.3457)
-Comm time (%) = 0.42667 (4.74291)
-Outpt time (%) = 0.171033 (1.90122)
-Other time (%) = 3.10937 (34.5641)
-
-Nlocal: 900 ave 900 max 900 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 564 ave 564 max 564 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 6061 ave 6061 max 6061 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 6061
-Ave neighs/atom = 6.73444
-Neighbor list builds = 3122
-Dangerous builds = 0
diff --git a/examples/colloid/log.colloid.9Jan12.linux.4 b/examples/colloid/log.colloid.9Jan12.linux.4
deleted file mode 100644
index af2d88ef9..000000000
--- a/examples/colloid/log.colloid.9Jan12.linux.4
+++ /dev/null
@@ -1,122 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Big colloid particles and small LJ particles
-
-units lj
-atom_style sphere
-dimension 2
-
-lattice sq 0.01
-Lattice spacing in x,y,z = 10 10 10
-region box block 0 30 0 30 -0.5 0.5
-create_box 2 box
-Created orthogonal box = (0 0 -5) to (300 300 5)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 900 atoms
-
-set group all type/fraction 2 0.96 23984
- 861 settings made for type/fraction
-
-set type 1 mass 9
- 39 settings made for mass
-set type 2 mass 1
- 861 settings made for mass
-
-velocity all create 1.44 87287 loop geom
-
-# multi neighbor and comm for efficiency
-
-neighbor 1 multi
-neigh_modify delay 0
-communicate multi
-
-# colloid potential
-
-pair_style colloid 12.5
-pair_coeff 1 1 1.0 1.0 5.0 5.0 12.5
-pair_coeff 1 2 5.0 1.0 5.0 0.0 7.0
-pair_coeff 2 2 10.0 1.0 0.0 0.0 2.5
-
-fix 1 all npt temp 2.0 2.0 1.0 iso 0.0 1.0 10.0 drag 1.0 mtk no pchain 0 tchain 1
-fix 2 all enforce2d
-
-dump 1 all atom 200 dump.colloid
-
-thermo_style custom step temp epair etotal press vol
-thermo 1000
-
-timestep 0.005
-
-run 50000
-Memory usage per processor = 2.87079 Mbytes
-Step Temp E_pair TotEng Press Volume
- 0 1.44 -2.2136534e-06 1.4383978 0.014383923 90000
- 1000 1.9558819 -0.00044998322 1.9532587 0.01784589 99146.35
- 2000 2.0558568 0.011295331 2.0648679 0.021858185 96654.425
- 3000 2.1809647 0.0091754217 2.1877168 0.031294876 68756.47
- 4000 2.1960934 0.0028186107 2.1964719 0.049318667 42974.984
- 5000 2.1463273 0.01274853 2.156691 0.07399494 28660.577
- 6000 2.1073955 0.0076739854 2.1127279 0.09765736 21544.21
- 7000 2.084383 -0.002011532 2.0800555 0.11035732 17791.249
- 8000 2.0697462 -0.0035908236 2.0638557 0.12727264 15495.564
- 9000 2.0565713 0.005100289 2.0593865 0.14847835 13885.03
- 10000 2.0498621 0.0063267281 2.0539112 0.15879624 12601.99
- 11000 2.0438679 0.018955755 2.0605527 0.18959409 11490.646
- 12000 2.053458 0.0044167998 2.0555932 0.19336438 10572.921
- 13000 2.0429256 0.013698073 2.0543538 0.21707695 9791.7501
- 14000 2.0132501 0.042422704 2.0534359 0.27926827 9147.46
- 15000 2.0501152 0.0064708164 2.0543081 0.25954559 8659.5624
- 16000 2.0371395 0.017291634 2.0521676 0.27240923 8172.3226
- 17000 2.0267747 0.025623672 2.0501464 0.32046495 7767.5953
- 18000 2.0422824 0.014182115 2.0541954 0.30856342 7387.0945
- 19000 2.002713 0.050847562 2.0513354 0.3943075 7044.3881
- 20000 2.028578 0.02503956 2.0513636 0.35569094 6770.0283
- 21000 2.0222359 0.033814924 2.0538039 0.42126528 6523.5394
- 22000 2.0312713 0.024739786 2.0537541 0.41123899 6289.3329
- 23000 1.9999306 0.055831167 2.0535396 0.46845747 6092.6534
- 24000 2.0082371 0.050865049 2.0568708 0.45467368 5945.5344
- 25000 2.0184402 0.039542114 2.0557396 0.46077228 5776.9458
- 26000 2.0197538 0.046732692 2.0642423 0.57349226 5587.6764
- 27000 2.0225605 0.036043629 2.0563569 0.48998661 5465.5575
- 28000 2.0282806 0.029362245 2.0553892 0.46801488 5344.7841
- 29000 2.025716 0.035993945 2.0594592 0.53066607 5238.028
- 30000 2.0121673 0.054545747 2.0644773 0.62001526 5107.2201
- 31000 2.0208128 0.048119988 2.0666874 0.54439146 4994.3653
- 32000 2.0272104 0.045076806 2.0700348 0.63197584 4872.4903
- 33000 2.0107761 0.060072558 2.0686144 0.63025398 4766.141
- 34000 1.9980266 0.075358195 2.0711648 0.67880824 4677.1269
- 35000 2.0253327 0.048362443 2.0714448 0.64004324 4599.5201
- 36000 2.0118504 0.058973713 2.0685888 0.67459858 4529.9483
- 37000 2.0104548 0.065481203 2.0737022 0.80781793 4463.1985
- 38000 2.0125078 0.066003564 2.0762752 0.78305688 4377.6954
- 39000 2.0174905 0.063736966 2.0789858 0.70398438 4293.5819
- 40000 2.0275434 0.05243574 2.0777263 0.78595198 4236.8235
- 41000 1.9680044 0.10509725 2.070915 0.84301968 4224.0137
- 42000 2.0169009 0.071278882 2.0859388 0.78081027 4160.3455
- 43000 2.0404682 0.05026415 2.0884652 0.75914083 4061.9873
- 44000 2.016673 0.068784573 2.0832168 0.80476991 3996.8686
- 45000 1.9857998 0.10014888 2.0837422 0.90863992 3939.2325
- 46000 2.0071737 0.075441094 2.0803846 0.86595933 3918.6894
- 47000 2.0371945 0.055594532 2.0905255 0.88572726 3889.3681
- 48000 1.9981195 0.097729669 2.093629 1.0507251 3846.1939
- 49000 2.0047164 0.089245076 2.091734 0.96126669 3809.5319
- 50000 2.0028203 0.1069487 2.1075437 1.0114594 3741.7317
-Loop time of 4.07413 on 4 procs for 50000 steps with 900 atoms
-
-Pair time (%) = 1.10861 (27.2108)
-Neigh time (%) = 0.293286 (7.19874)
-Comm time (%) = 0.97903 (24.0304)
-Outpt time (%) = 0.13185 (3.23627)
-Other time (%) = 1.56136 (38.3238)
-
-Nlocal: 225 ave 241 max 200 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-Nghost: 301 ave 311 max 289 min
-Histogram: 1 0 0 0 1 0 0 1 0 1
-Neighs: 1463 ave 1565 max 1310 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-
-Total # of neighbors = 5852
-Ave neighs/atom = 6.50222
-Neighbor list builds = 3126
-Dangerous builds = 0
diff --git a/examples/comb/in.comb.Si.elastic b/examples/comb/in.comb.Si.elastic
index 67bde1472..a0764b19b 100644
--- a/examples/comb/in.comb.Si.elastic
+++ b/examples/comb/in.comb.Si.elastic
@@ -1,81 +1,81 @@
# Pure Si crystal, qeq off, calculates stress-strain, no out.*.cfg
units metal
atom_style charge
dimension 3
boundary p p p
lattice diamond 5.431
region box block 0 4 0 4 0 4
create_box 1 box
create_atoms 1 box
mass 1 29.0
-change_box triclinic
+change_box all triclinic
velocity all create 1.0 277387
pair_style comb
pair_coeff * * ffield.comb Si
neighbor 0.5 bin
neigh_modify every 20 delay 0 check no
fix 1 all box/relax aniso 0.0 vmax 0.001
timestep 0.00020
thermo_style custom step temp etotal pe evdwl ecoul &
#lx ly lz vol pxx pyy pzz
thermo_modify norm yes
thermo 1
minimize 1.0e-14 1.0e-20 1000 10000
min_modify dmax 0.2 line quadratic
unfix 1
run 1
### copy lines after this to any input script for elastic calculations ###
## Elastic constants calculations: strain box, measure box stress
## strain x, measure s_x, s_y, s_z, s_yz:
## calculates C11, C12, C13 and C14
fix 2 all deform 1 x scale 1.0001 remap x
compute perfx all stress/atom pair
compute fx all reduce sum &
c_perfx[1] c_perfx[2] c_perfx[3] &
c_perfx[4] c_perfx[5] c_perfx[6]
thermo_style custom step lx ly lz xy xz yz &
c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
run 10
## strain z, measure s_z: calculates C33
fix 2 all deform 1 z scale 1.0001 remap x
compute perfz all stress/atom pair
compute fz all reduce sum &
c_perfz[1] c_perfz[2] c_perfz[3] &
c_perfz[4] c_perfz[5] c_perfz[6]
thermo_style custom step lx ly lz xy xz yz &
c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
run 10
## strain yz, measure s_yz: calculates C44
fix 2 all deform 1 yz erate 0.0001 remap x
compute perfyz all stress/atom pair
compute fyz all reduce sum &
c_perfyz[1] c_perfyz[2] c_perfyz[3] &
c_perfyz[4] c_perfyz[5] c_perfyz[6]
thermo_style custom step lx ly lz xy xz yz &
c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
run 10
## strain xy, measure s_xy: calculates C66
fix 2 all deform 1 xy erate 0.0001 remap x
compute perfxy all stress/atom pair
compute fxy all reduce sum &
c_perfxy[1] c_perfxy[2] c_perfxy[3] &
c_perfxy[4] c_perfxy[5] c_perfxy[6]
thermo_style custom step lx ly lz xy xz yz &
c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
run 10
diff --git a/examples/comb/log.comb.Cu.18Feb13.linux.1 b/examples/comb/log.comb.Cu.18Feb13.linux.1
new file mode 100644
index 000000000..677d0b4c1
--- /dev/null
+++ b/examples/comb/log.comb.Cu.18Feb13.linux.1
@@ -0,0 +1,73 @@
+LAMMPS (18 Feb 2013)
+# Pure Cu crystal, structure created by LAMMPS, qeq off
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice fcc 3.615
+Lattice spacing in x,y,z = 3.615 3.615 3.615
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (14.46 14.46 14.46)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 256 atoms
+mass 1 63.54
+
+pair_style comb
+pair_coeff * * ffield.comb Cu
+
+neighbor 0.5 bin
+neigh_modify every 1 delay 1 check yes
+
+fix 1 all nve
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
+thermo_modify norm yes
+velocity all create 10.1 2398378
+thermo 1
+
+#dump 1 all custom 10 tmp.dump id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 append yes element Cu
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Cu
+
+run 10
+Memory usage per processor = 3.72504 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
+ 0 10.1 -3.5063151 -3.5076155 -3.5076155 0 27.496055 3023.4645 14.46 14.46 14.46 0
+ 1 10.099643 -3.5063151 -3.5076155 -3.5076155 0 27.512983 3023.4645 14.46 14.46 14.46 0
+ 2 10.098572 -3.5063151 -3.5076153 -3.5076153 0 27.563765 3023.4645 14.46 14.46 14.46 0
+ 3 10.096788 -3.5063151 -3.5076151 -3.5076151 0 27.64839 3023.4645 14.46 14.46 14.46 0
+ 4 10.094291 -3.5063151 -3.5076148 -3.5076148 0 27.766843 3023.4645 14.46 14.46 14.46 0
+ 5 10.09108 -3.5063151 -3.5076144 -3.5076144 0 27.919101 3023.4645 14.46 14.46 14.46 0
+ 6 10.087158 -3.5063151 -3.5076139 -3.5076139 0 28.105138 3023.4645 14.46 14.46 14.46 0
+ 7 10.082524 -3.5063151 -3.5076133 -3.5076133 0 28.324919 3023.4645 14.46 14.46 14.46 0
+ 8 10.077179 -3.5063151 -3.5076126 -3.5076126 0 28.578403 3023.4645 14.46 14.46 14.46 0
+ 9 10.071123 -3.5063151 -3.5076118 -3.5076118 0 28.865545 3023.4645 14.46 14.46 14.46 0
+ 10 10.06436 -3.5063151 -3.5076109 -3.5076109 0 29.186292 3023.4645 14.46 14.46 14.46 0
+Loop time of 0.181534 on 1 procs for 10 steps with 256 atoms
+
+Pair time (%) = 0.180967 (99.6874)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000329018 (0.181243)
+Outpt time (%) = 0.000129938 (0.0715778)
+Other time (%) = 0.00010848 (0.0597576)
+
+Nlocal: 256 ave 256 max 256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4375 ave 4375 max 4375 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 172544 ave 172544 max 172544 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 172544
+Ave neighs/atom = 674
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu.18Feb13.linux.4 b/examples/comb/log.comb.Cu.18Feb13.linux.4
new file mode 100644
index 000000000..c40b11301
--- /dev/null
+++ b/examples/comb/log.comb.Cu.18Feb13.linux.4
@@ -0,0 +1,73 @@
+LAMMPS (18 Feb 2013)
+# Pure Cu crystal, structure created by LAMMPS, qeq off
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice fcc 3.615
+Lattice spacing in x,y,z = 3.615 3.615 3.615
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (14.46 14.46 14.46)
+ 1 by 2 by 2 MPI processor grid
+create_atoms 1 box
+Created 256 atoms
+mass 1 63.54
+
+pair_style comb
+pair_coeff * * ffield.comb Cu
+
+neighbor 0.5 bin
+neigh_modify every 1 delay 1 check yes
+
+fix 1 all nve
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
+thermo_modify norm yes
+velocity all create 10.1 2398378
+thermo 1
+
+#dump 1 all custom 10 tmp.dump id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 append yes element Cu
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Cu
+
+run 10
+Memory usage per processor = 3.21798 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
+ 0 10.1 -3.5063151 -3.5076155 -3.5076155 0 27.496055 3023.4645 14.46 14.46 14.46 0
+ 1 10.099638 -3.5063151 -3.5076155 -3.5076155 0 27.513531 3023.4645 14.46 14.46 14.46 0
+ 2 10.098553 -3.5063151 -3.5076153 -3.5076153 0 27.565957 3023.4645 14.46 14.46 14.46 0
+ 3 10.096744 -3.5063151 -3.5076151 -3.5076151 0 27.653322 3023.4645 14.46 14.46 14.46 0
+ 4 10.094212 -3.5063151 -3.5076148 -3.5076148 0 27.775611 3023.4645 14.46 14.46 14.46 0
+ 5 10.090958 -3.5063151 -3.5076144 -3.5076144 0 27.932801 3023.4645 14.46 14.46 14.46 0
+ 6 10.086981 -3.5063151 -3.5076139 -3.5076139 0 28.124863 3023.4645 14.46 14.46 14.46 0
+ 7 10.082283 -3.5063151 -3.5076132 -3.5076132 0 28.351761 3023.4645 14.46 14.46 14.46 0
+ 8 10.076864 -3.5063151 -3.5076125 -3.5076125 0 28.613454 3023.4645 14.46 14.46 14.46 0
+ 9 10.070725 -3.5063151 -3.5076118 -3.5076118 0 28.909893 3023.4645 14.46 14.46 14.46 0
+ 10 10.063868 -3.5063151 -3.5076109 -3.5076109 0 29.241022 3023.4645 14.46 14.46 14.46 0
+Loop time of 0.0491828 on 4 procs for 10 steps with 256 atoms
+
+Pair time (%) = 0.046394 (94.3298)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00239462 (4.86881)
+Outpt time (%) = 0.000263989 (0.536751)
+Other time (%) = 0.000130177 (0.264679)
+
+Nlocal: 64 ave 64 max 64 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 2971 ave 2971 max 2971 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 43136 ave 43136 max 43136 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 172544
+Ave neighs/atom = 674
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu.9Jan12.linux.1 b/examples/comb/log.comb.Cu.9Jan12.linux.1
deleted file mode 100644
index 89d2747bf..000000000
--- a/examples/comb/log.comb.Cu.9Jan12.linux.1
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Cu crystal, structure created by LAMMPS, qeq off
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice fcc 3.615
-Lattice spacing in x,y,z = 3.615 3.615 3.615
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (14.46 14.46 14.46)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 256 atoms
-mass 1 63.54
-
-pair_style comb
-pair_coeff * * ffield.comb Cu
-
-neighbor 0.5 bin
-neigh_modify every 1 delay 1 check yes
-
-#dump 1 all custom 10 tmp.dump id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 append yes element Cu
-
-fix 1 all nve
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
-thermo_modify norm yes
-velocity all create 10.1 2398378
-thermo 1
-run 10
-Memory usage per processor = 384.277 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
- 0 10.1 -8.502354 -8.5036544 -8.5036544 0 -870253.95 3023.4645 14.46 14.46 14.46 0
- 1 10.099586 -8.502354 -8.5036544 -8.5036544 0 -870253.93 3023.4645 14.46 14.46 14.46 0
- 2 10.098343 -8.502354 -8.5036542 -8.5036542 0 -870253.88 3023.4645 14.46 14.46 14.46 0
- 3 10.096272 -8.502354 -8.5036539 -8.5036539 0 -870253.79 3023.4645 14.46 14.46 14.46 0
- 4 10.093374 -8.502354 -8.5036536 -8.5036536 0 -870253.67 3023.4645 14.46 14.46 14.46 0
- 5 10.089648 -8.502354 -8.5036531 -8.5036531 0 -870253.51 3023.4645 14.46 14.46 14.46 0
- 6 10.085096 -8.502354 -8.5036525 -8.5036525 0 -870253.31 3023.4645 14.46 14.46 14.46 0
- 7 10.079718 -8.502354 -8.5036518 -8.5036518 0 -870253.08 3023.4645 14.46 14.46 14.46 0
- 8 10.073516 -8.502354 -8.503651 -8.503651 0 -870252.82 3023.4645 14.46 14.46 14.46 0
- 9 10.06649 -8.502354 -8.5036501 -8.5036501 0 -870252.52 3023.4645 14.46 14.46 14.46 0
- 10 10.058642 -8.502354 -8.5036491 -8.5036491 0 -870252.18 3023.4645 14.46 14.46 14.46 0
-Loop time of 0.174859 on 1 procs for 10 steps with 256 atoms
-
-Pair time (%) = 0.174268 (99.6621)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000328779 (0.188025)
-Outpt time (%) = 0.000133038 (0.0760827)
-Other time (%) = 0.000128984 (0.0737648)
-
-Nlocal: 256 ave 256 max 256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4375 ave 4375 max 4375 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 172544 ave 172544 max 172544 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 172544
-Ave neighs/atom = 674
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu.9Jan12.linux.4 b/examples/comb/log.comb.Cu.9Jan12.linux.4
deleted file mode 100644
index 852090141..000000000
--- a/examples/comb/log.comb.Cu.9Jan12.linux.4
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Cu crystal, structure created by LAMMPS, qeq off
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice fcc 3.615
-Lattice spacing in x,y,z = 3.615 3.615 3.615
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (14.46 14.46 14.46)
- 1 by 2 by 2 MPI processor grid
-create_atoms 1 box
-Created 256 atoms
-mass 1 63.54
-
-pair_style comb
-pair_coeff * * ffield.comb Cu
-
-neighbor 0.5 bin
-neigh_modify every 1 delay 1 check yes
-
-#dump 1 all custom 10 tmp.dump id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 append yes element Cu
-
-fix 1 all nve
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
-thermo_modify norm yes
-velocity all create 10.1 2398378
-thermo 1
-run 10
-Memory usage per processor = 383.77 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
- 0 10.1 -8.502354 -8.5036544 -8.5036544 0 -870253.95 3023.4645 14.46 14.46 14.46 0
- 1 10.09959 -8.502354 -8.5036544 -8.5036544 0 -870253.93 3023.4645 14.46 14.46 14.46 0
- 2 10.098359 -8.502354 -8.5036542 -8.5036542 0 -870253.88 3023.4645 14.46 14.46 14.46 0
- 3 10.096308 -8.502354 -8.5036539 -8.5036539 0 -870253.79 3023.4645 14.46 14.46 14.46 0
- 4 10.093437 -8.502354 -8.5036536 -8.5036536 0 -870253.66 3023.4645 14.46 14.46 14.46 0
- 5 10.089747 -8.502354 -8.5036531 -8.5036531 0 -870253.49 3023.4645 14.46 14.46 14.46 0
- 6 10.085238 -8.502354 -8.5036525 -8.5036525 0 -870253.29 3023.4645 14.46 14.46 14.46 0
- 7 10.079911 -8.502354 -8.5036518 -8.5036518 0 -870253.06 3023.4645 14.46 14.46 14.46 0
- 8 10.073767 -8.502354 -8.503651 -8.503651 0 -870252.79 3023.4645 14.46 14.46 14.46 0
- 9 10.066807 -8.502354 -8.5036501 -8.5036501 0 -870252.48 3023.4645 14.46 14.46 14.46 0
- 10 10.059033 -8.502354 -8.5036491 -8.5036491 0 -870252.13 3023.4645 14.46 14.46 14.46 0
-Loop time of 0.0476552 on 4 procs for 10 steps with 256 atoms
-
-Pair time (%) = 0.0449591 (94.3424)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0022549 (4.7317)
-Outpt time (%) = 0.000302732 (0.635255)
-Other time (%) = 0.000138521 (0.290674)
-
-Nlocal: 64 ave 64 max 64 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 2971 ave 2971 max 2971 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 43136 ave 43136 max 43136 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 172544
-Ave neighs/atom = 674
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.1 b/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.1
new file mode 100644
index 000000000..ddea40bfa
--- /dev/null
+++ b/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.1
@@ -0,0 +1,315 @@
+LAMMPS (18 Feb 2013)
+# Cu2O crystal, qeq on, minimizes, then calculates elastic constants
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+read_data data.Cu2O
+ triclinic box = (0 0 0) to (25.62 25.62 25.62) with tilt (0 0 0)
+ 1 by 1 by 1 MPI processor grid
+ 1296 atoms
+mass 1 63.54
+group type1 type 1
+864 atoms in group type1
+compute charge1 type1 property/atom q
+compute q1 type1 reduce ave c_charge1
+mass 2 16.00
+group type2 type 2
+432 atoms in group type2
+compute charge2 type2 property/atom q
+compute q2 type2 reduce ave c_charge2
+
+velocity all create 1.0 277387
+
+pair_style comb
+pair_coeff * * ffield.comb Cu O
+
+neighbor 0.5 bin
+neigh_modify every 20 delay 0 check no
+
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul c_q1 c_q2 lx ly lz vol
+thermo_modify norm yes
+thermo 1
+fix 1 all nve
+fix 2 all qeq/comb 1 0.0001
+
+#dump 1 all cfg 1 *.cfg id type xs ys zs q f_2 vx vy vz fx fy fz
+#dump_modify 1 element Cu O
+
+run 2
+Memory usage per processor = 6.58849 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 0 1 -3.8383547 -3.8384838 -1.1478494 -2.6906344 0.7228352 -1.4456704 25.62 25.62 25.62 16816.568
+ 1 0.99939067 -3.8453114 -3.8454405 -0.98378996 -2.8616505 0.72283606 -1.4456721 25.62 25.62 25.62 16816.568
+ 2 0.9975671 -3.8453114 -3.8454402 -0.98378316 -2.8616571 0.72283727 -1.4456745 25.62 25.62 25.62 16816.568
+Loop time of 0.303714 on 1 procs for 2 steps with 1296 atoms
+
+Pair time (%) = 0.10212 (33.6237)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000129938 (0.042783)
+Outpt time (%) = 5.00679e-05 (0.0164852)
+Other time (%) = 0.201414 (66.317)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+fix 1 all box/relax aniso 0.0 vmax 0.001
+minimize 1.0e-14 1.0e-20 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 8.03809 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 2 0.9975671 -3.8453114 -3.8454402 -0.98377395 -2.8616663 0.72283727 -1.4456745 25.62 25.62 25.62 16816.568
+ 3 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283727 -1.4456745 25.59438 25.59438 25.59438 16766.169
+ 4 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283727 -1.4456745 25.59438 25.59438 25.59438 16766.169
+Loop time of 0.777246 on 1 procs for 2 steps with 1296 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -3.84544021729 -3.84546110694 -3.84546110694
+ Force two-norm initial, final = 14.2445 25.7657
+ Force max component initial, final = 8.22308 14.8753
+ Final line search alpha, max atom move = 1.64125e-08 2.44141e-07
+ Iterations, force evaluations = 2 14
+
+Pair time (%) = 0.77299 (99.4524)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000989199 (0.12727)
+Outpt time (%) = 2.40803e-05 (0.00309815)
+Other time (%) = 0.00324297 (0.417238)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+min_modify dmax 0.2 line quadratic
+
+unfix 1
+fix 1 all nve
+run 1
+Memory usage per processor = 6.91773 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 4 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283983 -1.4456797 25.59438 25.59438 25.59438 16766.169
+ 5 0.99455526 -3.8453323 -3.8454607 -0.98046814 -2.8649926 0.72284124 -1.4456825 25.59438 25.59438 25.59438 16766.169
+Loop time of 0.169949 on 1 procs for 1 steps with 1296 atoms
+
+Pair time (%) = 0.0514941 (30.2997)
+Neigh time (%) = 0 (0)
+Comm time (%) = 6.67572e-05 (0.0392807)
+Outpt time (%) = 2.5034e-05 (0.0147303)
+Other time (%) = 0.118363 (69.6462)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+unfix 2
+#undump 1
+
+### copy lines after this to any input script for elastic calculations ###
+## Elastic constants calculations: strain box, measure box stress
+## strain x, measure s_x, s_y, s_z, s_yz:
+## calculates C11, C12, C13 and C14
+
+fix 2 all deform 1 x scale 1.0001 remap x
+compute perfx all stress/atom pair
+compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
+thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
+WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:663)
+run 10
+Memory usage per processor = 7.17628 Mbytes
+Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
+ 5 25.59438 25.59438 25.59438 0 0 0 -23809505 -23809514 -23809500 -57057.965 -66762.055 -48486.82
+ 6 25.594636 25.59438 25.59438 0 0 0 -23809505 -23809514 -23809500 -57057.965 -66762.055 -48486.82
+ 7 25.594892 25.59438 25.59438 0 0 0 -23480575 -23788468 -23788455 -57056.822 -66760.719 -48482.06
+ 8 25.595148 25.59438 25.59438 0 0 0 -23151645 -23767428 -23767415 -57055.68 -66759.384 -48477.299
+ 9 25.595404 25.59438 25.59438 0 0 0 -22822715 -23746393 -23746380 -57054.538 -66758.05 -48472.539
+ 10 25.59566 25.59438 25.59438 0 0 0 -22493785 -23725364 -23725351 -57053.397 -66756.716 -48467.778
+ 11 25.595916 25.59438 25.59438 0 0 0 -22164855 -23704340 -23704327 -57052.256 -66755.382 -48463.018
+ 12 25.596172 25.59438 25.59438 0 0 0 -21835925 -23683322 -23683309 -57051.116 -66754.048 -48458.258
+ 13 25.596428 25.59438 25.59438 0 0 0 -21506996 -23662310 -23662296 -57049.976 -66752.714 -48453.499
+ 14 25.596684 25.59438 25.59438 0 0 0 -21178067 -23641302 -23641289 -57048.836 -66751.379 -48448.74
+ 15 25.59694 25.59438 25.59438 0 0 0 -20849138 -23620300 -23620287 -57047.697 -66750.045 -48443.981
+Loop time of 0.644403 on 1 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.64049 (99.3928)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000681877 (0.105815)
+Outpt time (%) = 0.00294185 (0.456523)
+Other time (%) = 0.000288963 (0.044842)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain z, measure s_z: calculates C33
+
+fix 2 all deform 1 z scale 1.0001 remap x
+compute perfz all stress/atom pair
+compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
+thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
+run 10
+Memory usage per processor = 7.69337 Mbytes
+Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
+ 15 25.59694 25.59438 25.59438 0 0 0 -20520209 -23599304 -23599291 -57046.557 -66748.711 -48439.223
+ 16 25.59694 25.59438 25.594636 0 0 0 -20520209 -23599304 -23599291 -57046.557 -66748.711 -48439.223
+ 17 25.59694 25.59438 25.594892 0 0 0 -20499216 -23578254 -23270413 -57040.958 -66747.376 -48438.253
+ 18 25.59694 25.59438 25.595148 0 0 0 -20478228 -23557209 -22941536 -57035.359 -66746.041 -48437.283
+ 19 25.59694 25.59438 25.595404 0 0 0 -20457246 -23536169 -22612658 -57029.76 -66744.706 -48436.313
+ 20 25.59694 25.59438 25.59566 0 0 0 -20436270 -23515135 -22283781 -57024.162 -66743.371 -48435.343
+ 21 25.59694 25.59438 25.595916 0 0 0 -20415299 -23494106 -21954904 -57018.563 -66742.035 -48434.374
+ 22 25.59694 25.59438 25.596172 0 0 0 -20394333 -23473083 -21626027 -57012.964 -66740.7 -48433.404
+ 23 25.59694 25.59438 25.596428 0 0 0 -20373373 -23452065 -21297150 -57007.366 -66739.366 -48432.435
+ 24 25.59694 25.59438 25.596684 0 0 0 -20352419 -23431053 -20968274 -57001.768 -66738.031 -48431.466
+ 25 25.59694 25.59438 25.59694 0 0 0 -20331470 -23410046 -20639397 -56996.17 -66736.696 -48430.497
+Loop time of 0.64448 on 1 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.640578 (99.3945)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000667572 (0.103583)
+Outpt time (%) = 0.00293732 (0.455765)
+Other time (%) = 0.000297308 (0.0461315)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain yz, measure s_yz: calculates C44
+
+fix 2 all deform 1 yz erate 0.0001 remap x
+compute perfyz all stress/atom pair
+compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
+thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
+run 10
+Memory usage per processor = 8.21046 Mbytes
+Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
+ 25 25.59694 25.59438 25.59694 0 0 0 -20310526 -23389045 -20310521 -56990.572 -66735.361 -48429.528
+ 26 25.59694 25.59438 25.59694 0 0 5.1193879e-07 -20310526 -23389045 -20310521 -56990.572 -66735.361 -48429.528
+ 27 25.59694 25.59438 25.59694 0 0 1.0238776e-06 -20310526 -23389045 -20310521 -56990.566 -66735.355 -48165.06
+ 28 25.59694 25.59438 25.59694 0 0 1.5358164e-06 -20310526 -23389045 -20310521 -56990.561 -66735.349 -47900.593
+ 29 25.59694 25.59438 25.59694 0 0 2.0477552e-06 -20310526 -23389045 -20310521 -56990.555 -66735.343 -47636.125
+ 30 25.59694 25.59438 25.59694 0 0 2.559694e-06 -20310526 -23389045 -20310521 -56990.549 -66735.337 -47371.657
+ 31 25.59694 25.59438 25.59694 0 0 3.0716328e-06 -20310526 -23389045 -20310521 -56990.544 -66735.331 -47107.19
+ 32 25.59694 25.59438 25.59694 0 0 3.5835716e-06 -20310526 -23389045 -20310521 -56990.538 -66735.325 -46842.722
+ 33 25.59694 25.59438 25.59694 0 0 4.0955103e-06 -20310526 -23389045 -20310521 -56990.532 -66735.319 -46578.254
+ 34 25.59694 25.59438 25.59694 0 0 4.6074491e-06 -20310526 -23389045 -20310521 -56990.527 -66735.313 -46313.787
+ 35 25.59694 25.59438 25.59694 0 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.521 -66735.307 -46049.319
+Loop time of 0.644405 on 1 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.640508 (99.3953)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00068593 (0.106444)
+Outpt time (%) = 0.0029223 (0.453487)
+Other time (%) = 0.000288725 (0.0448049)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain xy, measure s_xy: calculates C66
+
+fix 2 all deform 1 xy erate 0.0001 remap x
+compute perfxy all stress/atom pair
+compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
+thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
+run 10
+Memory usage per processor = 8.72755 Mbytes
+Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
+ 35 25.59694 25.59438 25.59694 0 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.515 -66735.301 -45784.851
+ 36 25.59694 25.59438 25.59694 5.118876e-07 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.515 -66735.301 -45784.851
+ 37 25.59694 25.59438 25.59694 1.0237752e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56726.109 -66735.297 -45784.844
+ 38 25.59694 25.59438 25.59694 1.5356628e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56461.703 -66735.293 -45784.837
+ 39 25.59694 25.59438 25.59694 2.0475504e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56197.297 -66735.289 -45784.83
+ 40 25.59694 25.59438 25.59694 2.559438e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55932.891 -66735.285 -45784.823
+ 41 25.59694 25.59438 25.59694 3.0713256e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55668.485 -66735.281 -45784.816
+ 42 25.59694 25.59438 25.59694 3.5832132e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55404.079 -66735.277 -45784.809
+ 43 25.59694 25.59438 25.59694 4.0951008e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55139.672 -66735.273 -45784.802
+ 44 25.59694 25.59438 25.59694 4.6069884e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -54875.266 -66735.269 -45784.795
+ 45 25.59694 25.59438 25.59694 5.118876e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -54610.86 -66735.265 -45784.788
+Loop time of 0.64518 on 1 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.641236 (99.3887)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000692606 (0.107351)
+Outpt time (%) = 0.00295544 (0.458079)
+Other time (%) = 0.000295639 (0.0458227)
+
+Nlocal: 1296 ave 1296 max 1296 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 8243 ave 8243 max 8243 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 810432 ave 810432 max 810432 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.4 b/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.4
new file mode 100644
index 000000000..cceba87d9
--- /dev/null
+++ b/examples/comb/log.comb.Cu2O.elastic.18Feb13.linux.4
@@ -0,0 +1,315 @@
+LAMMPS (18 Feb 2013)
+# Cu2O crystal, qeq on, minimizes, then calculates elastic constants
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+read_data data.Cu2O
+ triclinic box = (0 0 0) to (25.62 25.62 25.62) with tilt (0 0 0)
+ 1 by 2 by 2 MPI processor grid
+ 1296 atoms
+mass 1 63.54
+group type1 type 1
+864 atoms in group type1
+compute charge1 type1 property/atom q
+compute q1 type1 reduce ave c_charge1
+mass 2 16.00
+group type2 type 2
+432 atoms in group type2
+compute charge2 type2 property/atom q
+compute q2 type2 reduce ave c_charge2
+
+velocity all create 1.0 277387
+
+pair_style comb
+pair_coeff * * ffield.comb Cu O
+
+neighbor 0.5 bin
+neigh_modify every 20 delay 0 check no
+
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul c_q1 c_q2 lx ly lz vol
+thermo_modify norm yes
+thermo 1
+fix 1 all nve
+fix 2 all qeq/comb 1 0.0001
+
+#dump 1 all cfg 1 *.cfg id type xs ys zs q f_2 vx vy vz fx fy fz
+#dump_modify 1 element Cu O
+
+run 2
+Memory usage per processor = 3.94168 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 0 1 -3.8383547 -3.8384838 -1.1478494 -2.6906344 0.7228352 -1.4456704 25.62 25.62 25.62 16816.568
+ 1 0.99939067 -3.8453114 -3.8454405 -0.98378996 -2.8616505 0.72283606 -1.4456721 25.62 25.62 25.62 16816.568
+ 2 0.9975671 -3.8453114 -3.8454402 -0.98378316 -2.8616571 0.72283727 -1.4456745 25.62 25.62 25.62 16816.568
+Loop time of 0.0779197 on 4 procs for 2 steps with 1296 atoms
+
+Pair time (%) = 0.0256954 (32.9768)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00067848 (0.870742)
+Outpt time (%) = 6.35386e-05 (0.0815436)
+Other time (%) = 0.0514823 (66.0709)
+
+Nlocal: 324 ave 324 max 324 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 4943 ave 4943 max 4943 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 202608 max 202608 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+fix 1 all box/relax aniso 0.0 vmax 0.001
+minimize 1.0e-14 1.0e-20 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 5.27942 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 2 0.9975671 -3.8453114 -3.8454402 -0.98377395 -2.8616663 0.72283727 -1.4456745 25.62 25.62 25.62 16816.568
+ 3 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283727 -1.4456745 25.59438 25.59438 25.59438 16766.169
+ 4 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283727 -1.4456745 25.59438 25.59438 25.59438 16766.169
+Loop time of 0.202277 on 4 procs for 2 steps with 1296 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -3.84544021729 -3.84546110694 -3.84546110694
+ Force two-norm initial, final = 14.2445 25.7657
+ Force max component initial, final = 8.22308 14.8753
+ Final line search alpha, max atom move = 1.64125e-08 2.44141e-07
+ Iterations, force evaluations = 2 14
+
+Pair time (%) = 0.194534 (96.1723)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00576496 (2.85004)
+Outpt time (%) = 3.05772e-05 (0.0151165)
+Other time (%) = 0.00194705 (0.962565)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+min_modify dmax 0.2 line quadratic
+
+unfix 1
+fix 1 all nve
+run 1
+Memory usage per processor = 4.25229 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
+ 4 0.9975671 -3.8453323 -3.8454611 -0.98048803 -2.8649731 0.72283983 -1.4456797 25.59438 25.59438 25.59438 16766.169
+ 5 0.99455526 -3.8453323 -3.8454607 -0.98046814 -2.8649926 0.72284124 -1.4456825 25.59438 25.59438 25.59438 16766.169
+Loop time of 0.0442772 on 4 procs for 1 steps with 1296 atoms
+
+Pair time (%) = 0.013078 (29.5366)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000556648 (1.25719)
+Outpt time (%) = 3.05772e-05 (0.0690585)
+Other time (%) = 0.030612 (69.1372)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+unfix 2
+#undump 1
+
+### copy lines after this to any input script for elastic calculations ###
+## Elastic constants calculations: strain box, measure box stress
+## strain x, measure s_x, s_y, s_z, s_yz:
+## calculates C11, C12, C13 and C14
+
+fix 2 all deform 1 x scale 1.0001 remap x
+compute perfx all stress/atom pair
+compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
+thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
+WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:663)
+run 10
+Memory usage per processor = 4.48932 Mbytes
+Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
+ 5 25.59438 25.59438 25.59438 0 0 0 -23809505 -23809514 -23809500 -57057.965 -66762.055 -48486.82
+ 6 25.594636 25.59438 25.59438 0 0 0 -23809505 -23809514 -23809500 -57057.965 -66762.055 -48486.82
+ 7 25.594892 25.59438 25.59438 0 0 0 -23480575 -23788468 -23788455 -57056.822 -66760.719 -48482.06
+ 8 25.595148 25.59438 25.59438 0 0 0 -23151645 -23767428 -23767415 -57055.68 -66759.384 -48477.299
+ 9 25.595404 25.59438 25.59438 0 0 0 -22822715 -23746393 -23746380 -57054.538 -66758.05 -48472.539
+ 10 25.59566 25.59438 25.59438 0 0 0 -22493785 -23725364 -23725351 -57053.397 -66756.716 -48467.778
+ 11 25.595916 25.59438 25.59438 0 0 0 -22164855 -23704340 -23704327 -57052.256 -66755.382 -48463.018
+ 12 25.596172 25.59438 25.59438 0 0 0 -21835925 -23683322 -23683309 -57051.116 -66754.048 -48458.258
+ 13 25.596428 25.59438 25.59438 0 0 0 -21506996 -23662310 -23662296 -57049.976 -66752.714 -48453.499
+ 14 25.596684 25.59438 25.59438 0 0 0 -21178067 -23641302 -23641289 -57048.836 -66751.379 -48448.74
+ 15 25.59694 25.59438 25.59438 0 0 0 -20849138 -23620300 -23620287 -57047.697 -66750.045 -48443.981
+Loop time of 0.166247 on 4 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.157497 (94.7364)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00575155 (3.45963)
+Outpt time (%) = 0.00286341 (1.72238)
+Other time (%) = 0.00013572 (0.0816372)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain z, measure s_z: calculates C33
+
+fix 2 all deform 1 z scale 1.0001 remap x
+compute perfz all stress/atom pair
+compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
+thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
+run 10
+Memory usage per processor = 4.96338 Mbytes
+Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
+ 15 25.59694 25.59438 25.59438 0 0 0 -20520209 -23599304 -23599291 -57046.557 -66748.711 -48439.223
+ 16 25.59694 25.59438 25.594636 0 0 0 -20520209 -23599304 -23599291 -57046.557 -66748.711 -48439.223
+ 17 25.59694 25.59438 25.594892 0 0 0 -20499216 -23578254 -23270413 -57040.958 -66747.376 -48438.253
+ 18 25.59694 25.59438 25.595148 0 0 0 -20478228 -23557209 -22941536 -57035.359 -66746.041 -48437.283
+ 19 25.59694 25.59438 25.595404 0 0 0 -20457246 -23536169 -22612658 -57029.76 -66744.706 -48436.313
+ 20 25.59694 25.59438 25.59566 0 0 0 -20436270 -23515135 -22283781 -57024.162 -66743.371 -48435.343
+ 21 25.59694 25.59438 25.595916 0 0 0 -20415299 -23494106 -21954904 -57018.563 -66742.035 -48434.374
+ 22 25.59694 25.59438 25.596172 0 0 0 -20394333 -23473083 -21626027 -57012.964 -66740.7 -48433.404
+ 23 25.59694 25.59438 25.596428 0 0 0 -20373373 -23452065 -21297150 -57007.366 -66739.366 -48432.435
+ 24 25.59694 25.59438 25.596684 0 0 0 -20352419 -23431053 -20968274 -57001.768 -66738.031 -48431.466
+ 25 25.59694 25.59438 25.59694 0 0 0 -20331470 -23410046 -20639397 -56996.17 -66736.696 -48430.497
+Loop time of 0.16598 on 4 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.157451 (94.8617)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00552714 (3.33001)
+Outpt time (%) = 0.00287336 (1.73115)
+Other time (%) = 0.00012809 (0.0771722)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain yz, measure s_yz: calculates C44
+
+fix 2 all deform 1 yz erate 0.0001 remap x
+compute perfyz all stress/atom pair
+compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
+thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
+run 10
+Memory usage per processor = 5.43744 Mbytes
+Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
+ 25 25.59694 25.59438 25.59694 0 0 0 -20310526 -23389045 -20310521 -56990.572 -66735.361 -48429.528
+ 26 25.59694 25.59438 25.59694 0 0 5.1193879e-07 -20310526 -23389045 -20310521 -56990.572 -66735.361 -48429.528
+ 27 25.59694 25.59438 25.59694 0 0 1.0238776e-06 -20310526 -23389045 -20310521 -56990.566 -66735.355 -48165.06
+ 28 25.59694 25.59438 25.59694 0 0 1.5358164e-06 -20310526 -23389045 -20310521 -56990.561 -66735.349 -47900.593
+ 29 25.59694 25.59438 25.59694 0 0 2.0477552e-06 -20310526 -23389045 -20310521 -56990.555 -66735.343 -47636.125
+ 30 25.59694 25.59438 25.59694 0 0 2.559694e-06 -20310526 -23389045 -20310521 -56990.549 -66735.337 -47371.657
+ 31 25.59694 25.59438 25.59694 0 0 3.0716328e-06 -20310526 -23389045 -20310521 -56990.544 -66735.331 -47107.19
+ 32 25.59694 25.59438 25.59694 0 0 3.5835716e-06 -20310526 -23389045 -20310521 -56990.538 -66735.325 -46842.722
+ 33 25.59694 25.59438 25.59694 0 0 4.0955103e-06 -20310526 -23389045 -20310521 -56990.532 -66735.319 -46578.254
+ 34 25.59694 25.59438 25.59694 0 0 4.6074491e-06 -20310526 -23389045 -20310521 -56990.527 -66735.313 -46313.787
+ 35 25.59694 25.59438 25.59694 0 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.521 -66735.307 -46049.319
+Loop time of 0.166387 on 4 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.158143 (95.0453)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00517648 (3.11111)
+Outpt time (%) = 0.00292784 (1.75965)
+Other time (%) = 0.000139594 (0.0838971)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain xy, measure s_xy: calculates C66
+
+fix 2 all deform 1 xy erate 0.0001 remap x
+compute perfxy all stress/atom pair
+compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
+thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
+run 10
+Memory usage per processor = 5.9115 Mbytes
+Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
+ 35 25.59694 25.59438 25.59694 0 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.515 -66735.301 -45784.851
+ 36 25.59694 25.59438 25.59694 5.118876e-07 0 5.1193879e-06 -20310526 -23389045 -20310521 -56990.515 -66735.301 -45784.851
+ 37 25.59694 25.59438 25.59694 1.0237752e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56726.109 -66735.297 -45784.844
+ 38 25.59694 25.59438 25.59694 1.5356628e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56461.703 -66735.293 -45784.837
+ 39 25.59694 25.59438 25.59694 2.0475504e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -56197.297 -66735.289 -45784.83
+ 40 25.59694 25.59438 25.59694 2.559438e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55932.891 -66735.285 -45784.823
+ 41 25.59694 25.59438 25.59694 3.0713256e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55668.485 -66735.281 -45784.816
+ 42 25.59694 25.59438 25.59694 3.5832132e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55404.079 -66735.277 -45784.809
+ 43 25.59694 25.59438 25.59694 4.0951008e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -55139.672 -66735.273 -45784.802
+ 44 25.59694 25.59438 25.59694 4.6069884e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -54875.266 -66735.269 -45784.795
+ 45 25.59694 25.59438 25.59694 5.118876e-06 0 5.1193879e-06 -20310526 -23389045 -20310521 -54610.86 -66735.265 -45784.788
+Loop time of 0.166469 on 4 procs for 10 steps with 1296 atoms
+
+Pair time (%) = 0.160847 (96.6229)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00259542 (1.5591)
+Outpt time (%) = 0.00287849 (1.72914)
+Other time (%) = 0.000147939 (0.0888686)
+
+Nlocal: 324 ave 331 max 321 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+Nghost: 4943 ave 4946 max 4936 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 202608 ave 207074 max 200694 min
+Histogram: 1 2 0 0 0 0 0 0 0 1
+
+Total # of neighbors = 810432
+Ave neighs/atom = 625.333
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.1 b/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.1
deleted file mode 100644
index 13418950a..000000000
--- a/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.1
+++ /dev/null
@@ -1,340 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Cu2O crystal, qeq on, minimizes, then calculates elastic constants
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-read_data data.Cu2O
- triclinic box = (0 0 0) to (25.62 25.62 25.62) with tilt (0 0 0)
- 1 by 1 by 1 MPI processor grid
- 1296 atoms
-mass 1 63.54
-group type1 type 1
-864 atoms in group type1
-compute charge1 type1 property/atom q
-compute q1 type1 reduce ave c_charge1
-mass 2 16.00
-group type2 type 2
-432 atoms in group type2
-compute charge2 type2 property/atom q
-compute q2 type2 reduce ave c_charge2
-
-velocity all create 1.0 277387
-
-pair_style comb
-pair_coeff * * ffield.comb Cu O
-
-neighbor 0.5 bin
-neigh_modify every 20 delay 0 check no
-
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul c_q1 c_q2 lx ly lz vol
-thermo_modify norm yes
-thermo 1
-fix 1 all nve
-fix 2 all qeq/comb 1 0.0001
-
-#dump 1 all cfg 1 *.cfg id type xs ys zs q f_2 vx vy vz fx fy fz
-#dump_modify 1 element Cu O
-
-run 2
-Memory usage per processor = 492.454 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 0 1 -5.307041 -5.3071702 -2.6165358 -2.6906344 0.65426811 -1.3085362 25.62 25.62 25.62 16816.568
- 1 1.0009873 -5.3550555 -5.3551848 -2.9567646 -2.3984202 0.65426879 -1.3085376 25.62 25.62 25.62 16816.568
- 2 1.0026929 -5.3550537 -5.3551832 -2.9567602 -2.3984231 0.65426936 -1.3085387 25.62 25.62 25.62 16816.568
-Loop time of 0.759578 on 1 procs for 2 steps with 1296 atoms
-
-Pair time (%) = 0.101777 (13.3992)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00014329 (0.0188644)
-Outpt time (%) = 6.62804e-05 (0.00872595)
-Other time (%) = 0.657591 (86.5732)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 810432 ave 810432 max 810432 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 810432
-Ave neighs/atom = 625.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-fix 1 all box/relax aniso 0.0 vmax 0.001
-minimize 1.0e-14 1.0e-20 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 493.751 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 2 1.0026929 -5.3334035 -5.333533 -2.9696799 -2.3638531 0.65426936 -1.3085387 25.62 25.62 25.62 16816.568
- 3 1.0026929 -5.3366561 -5.3367856 -2.9701261 -2.3666596 0.65426936 -1.3085387 25.594382 25.59438 25.59438 16766.17
- 4 1.0026929 -5.3398622 -5.3399917 -2.9705203 -2.3694714 0.65426936 -1.3085387 25.568763 25.56876 25.56876 16715.873
- 5 1.0026929 -5.3430214 -5.3431509 -2.9708622 -2.3722886 0.65426936 -1.3085387 25.543145 25.543141 25.54314 16665.677
- 6 1.0026929 -5.346133 -5.3462625 -2.9711512 -2.3751113 0.65426936 -1.3085387 25.517527 25.517521 25.51752 16615.581
- 7 1.0026929 -5.3491964 -5.349326 -2.9713866 -2.3779393 0.65426936 -1.3085387 25.491909 25.491901 25.4919 16565.585
- 8 1.0026929 -5.3522113 -5.3523408 -2.971568 -2.3807728 0.65426936 -1.3085387 25.46629 25.466281 25.46628 16515.69
- 9 1.0026929 -5.3660227 -5.3661522 -2.9825701 -2.3835821 0.65426936 -1.3085387 25.440672 25.440662 25.44066 16465.896
- 10 1.0026929 -5.4362377 -5.4363673 -3.0499986 -2.3863686 0.65426936 -1.3085387 25.415054 25.415042 25.41504 16416.201
- 11 1.0026929 -5.5662016 -5.5663312 -3.1771711 -2.3891601 0.65426936 -1.3085387 25.389436 25.389422 25.38942 16366.607
- 12 1.0026929 -5.7519309 -5.7520604 -3.360104 -2.3919564 0.65426936 -1.3085387 25.363818 25.363802 25.3638 16317.113
- 13 1.0026929 -5.9874068 -5.9875363 -3.5927786 -2.3947577 0.65426936 -1.3085387 25.3382 25.338183 25.33818 16267.718
- 14 1.0026929 -6.2647792 -6.2649087 -3.8673448 -2.3975639 0.65426936 -1.3085387 25.312582 25.312563 25.31256 16218.423
- 15 1.0026929 -6.5746359 -6.5747654 -4.1743903 -2.400375 0.65426936 -1.3085387 25.286963 25.286943 25.28694 16169.228
- 16 1.0026929 -6.9063303 -6.9064598 -4.5032687 -2.4031911 0.65426936 -1.3085387 25.261343 25.261323 25.26132 16120.131
- 17 1.0026929 -7.2483579 -7.2484874 -4.8424753 -2.4060121 0.65426936 -1.3085387 25.235723 25.235703 25.2357 16071.134
- 18 1.0026929 -7.5887656 -7.5888951 -5.1800571 -2.408838 0.65426936 -1.3085387 25.210104 25.210083 25.21008 16022.236
- 19 1.0026929 -7.9155773 -7.9157068 -5.504038 -2.4116688 0.65426936 -1.3085387 25.184484 25.184463 25.18446 15973.438
- 20 1.0026929 -8.217244 -8.2173735 -5.8028522 -2.4145213 0.65426936 -1.3085387 25.158864 25.158844 25.15884 15924.739
- 21 1.0026929 -8.4831885 -8.483318 -6.0657645 -2.4175535 0.65426936 -1.3085387 25.133244 25.133224 25.133221 15876.139
- 22 1.0026929 -8.7037271 -8.7038566 -6.2832612 -2.4205954 0.65426936 -1.3085387 25.107624 25.107605 25.107602 15827.639
- 23 1.0026929 -8.8709155 -8.8710451 -6.4474006 -2.4236444 0.65426936 -1.3085387 25.082004 25.081986 25.081984 15779.238
- 24 1.0026929 -8.978681 -8.9788105 -6.55211 -2.4267005 0.65426936 -1.3085387 25.056384 25.056368 25.056366 15730.937
- 25 1.0026929 -9.0230511 -9.0231807 -6.593417 -2.4297637 0.65426936 -1.3085387 25.030764 25.030751 25.030749 15682.736
- 26 1.0026929 -9.0240292 -9.0241587 -6.5940118 -2.430147 0.65426936 -1.3085387 25.027561 25.027551 25.027549 15676.72
- 27 1.0026929 -9.0241357 -9.0242652 -6.5939267 -2.4303385 0.65426936 -1.3085387 25.02596 25.025952 25.025951 15673.715
- 28 1.0026929 -9.0241365 -9.024266 -6.5939394 -2.4303265 0.65426936 -1.3085387 25.026059 25.026052 25.026051 15673.902
- 29 1.0026929 -9.0241365 -9.024266 -6.5939394 -2.4303265 0.65426936 -1.3085387 25.026059 25.026052 25.026051 15673.902
-Loop time of 5.88834 on 1 procs for 27 steps with 1296 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -5.33353304985 -9.02426597894 -9.02426597894
- Force two-norm initial, final = 2433.53 179.132
- Force max component initial, final = 1405.03 103.699
- Final line search alpha, max atom move = 2.94289e-10 3.05176e-08
- Iterations, force evaluations = 27 57
-
-Pair time (%) = 5.50607 (93.508)
-Neigh time (%) = 0.363057 (6.16569)
-Comm time (%) = 0.00463033 (0.0786355)
-Outpt time (%) = 0.000666857 (0.011325)
-Other time (%) = 0.0139146 (0.236307)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 4
-Dangerous builds = 0
-min_modify dmax 0.2 line quadratic
-
-unfix 1
-fix 1 all nve
-run 1
-Memory usage per processor = 492.631 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 29 1.0026929 -9.0241365 -9.024266 -6.5939394 -2.4303265 0.63678555 -1.2735711 25.026059 25.026052 25.026051 15673.902
- 30 0.88741647 -9.0386219 -9.0387365 -6.7151088 -2.3236278 0.63678579 -1.2735716 25.026059 25.026052 25.026051 15673.902
-Loop time of 0.476254 on 1 procs for 1 steps with 1296 atoms
-
-Pair time (%) = 0.100822 (21.1698)
-Neigh time (%) = 0 (0)
-Comm time (%) = 6.79493e-05 (0.0142674)
-Outpt time (%) = 2.69413e-05 (0.00565692)
-Other time (%) = 0.375337 (78.8103)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-unfix 2
-#undump 1
-
-### copy lines after this to any input script for elastic calculations ###
-## Elastic constants calculations: strain box, measure box stress
-## strain x, measure s_x, s_y, s_z, s_yz:
-## calculates C11, C12, C13 and C14
-
-fix 2 all deform 1 x scale 1.0001 remap x
-compute perfx all stress/atom pair
-compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
-thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
-WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:471)
-run 10
-Memory usage per processor = 492.89 Mbytes
-Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
- 30 25.026059 25.026052 25.026051 0 0 0 -1.504334e+08 -1.5326204e+08 -1.5372549e+08 1064068.9 -599765.62 414723.34
- 31 25.026309 25.026052 25.026051 0 0 0 -1.504334e+08 -1.5326204e+08 -1.5372549e+08 1064068.9 -599765.62 414723.34
- 32 25.026559 25.026052 25.026051 0 0 0 65979938 -45173439 -45636876 1064082.2 -599660.21 414715.59
- 33 25.02681 25.026052 25.026051 0 0 0 2.8240082e+08 62914604 62451183 1064095.4 -599554.81 414707.84
- 34 25.02706 25.026052 25.026051 0 0 0 4.98829e+08 1.7100197e+08 1.7053856e+08 1064108.6 -599449.41 414700.08
- 35 25.02731 25.026052 25.026051 0 0 0 7.1526424e+08 2.7908854e+08 2.7862515e+08 1064121.9 -599344.01 414692.33
- 36 25.02756 25.026052 25.026051 0 0 0 9.3170631e+08 3.8717419e+08 3.8671082e+08 1064135.1 -599238.61 414684.58
- 37 25.027811 25.026052 25.026051 0 0 0 1.148155e+09 4.9525881e+08 4.9479545e+08 1064148.4 -599133.22 414676.83
- 38 25.028061 25.026052 25.026051 0 0 0 1.36461e+09 6.0334227e+08 6.0287893e+08 1064161.6 -599027.84 414669.08
- 39 25.028311 25.026052 25.026051 0 0 0 1.5810711e+09 7.1142446e+08 7.1096114e+08 1064174.9 -598922.45 414661.33
- 40 25.028561 25.026052 25.026051 0 0 0 1.7975381e+09 8.1950525e+08 8.1904196e+08 1064188.2 -598817.07 414653.58
-Loop time of 1.1738 on 1 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 1.16988 (99.6661)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000679731 (0.0579088)
-Outpt time (%) = 0.00296259 (0.252394)
-Other time (%) = 0.000277042 (0.0236022)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain z, measure s_z: calculates C33
-
-fix 2 all deform 1 z scale 1.0001 remap x
-compute perfz all stress/atom pair
-compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
-thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
-run 10
-Memory usage per processor = 493.407 Mbytes
-Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
- 40 25.028561 25.026052 25.026051 0 0 0 2.0140107e+09 9.2758454e+08 9.2712126e+08 1064201.4 -598711.69 414645.83
- 41 25.028561 25.026052 25.026302 0 0 0 2.0140107e+09 9.2758454e+08 9.2712126e+08 1064201.4 -598711.69 414645.83
- 42 25.028561 25.026052 25.026552 0 0 0 2.1220992e+09 1.0356731e+09 1.1435342e+09 1064179.7 -598601.58 414637.81
- 43 25.028561 25.026052 25.026802 0 0 0 2.2301859e+09 1.1437611e+09 1.3599535e+09 1064158 -598491.46 414629.79
- 44 25.028561 25.026052 25.027052 0 0 0 2.3382708e+09 1.2518485e+09 1.576379e+09 1064136.3 -598381.35 414621.77
- 45 25.028561 25.026052 25.027303 0 0 0 2.4463536e+09 1.359935e+09 1.7928103e+09 1064114.7 -598271.25 414613.74
- 46 25.028561 25.026052 25.027553 0 0 0 2.5544344e+09 1.4680207e+09 2.0092472e+09 1064093 -598161.15 414605.7
- 47 25.028561 25.026052 25.027803 0 0 0 2.662513e+09 1.5761053e+09 2.2256896e+09 1064071.3 -598051.06 414597.67
- 48 25.028561 25.026052 25.028053 0 0 0 2.7705891e+09 1.6841887e+09 2.4421371e+09 1064049.6 -597940.97 414589.63
- 49 25.028561 25.026052 25.028304 0 0 0 2.8786629e+09 1.7922709e+09 2.6585895e+09 1064027.9 -597830.89 414581.58
- 50 25.028561 25.026052 25.028554 0 0 0 2.986734e+09 1.9003517e+09 2.8750466e+09 1064006.2 -597720.81 414573.53
-Loop time of 1.17224 on 1 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 1.16836 (99.6691)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000671864 (0.0573147)
-Outpt time (%) = 0.00293803 (0.250635)
-Other time (%) = 0.000269175 (0.0229625)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain yz, measure s_yz: calculates C44
-
-fix 2 all deform 1 yz erate 0.0001 remap x
-compute perfyz all stress/atom pair
-compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
-thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
-run 10
-Memory usage per processor = 493.924 Mbytes
-Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
- 50 25.028561 25.026052 25.028554 0 0 0 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.5 -597610.74 414565.48
- 51 25.028561 25.026052 25.028554 0 0 5.0057108e-07 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.5 -597610.74 414565.48
- 52 25.028561 25.026052 25.028554 0 0 1.0011422e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.5 -597610.79 631065.93
- 53 25.028561 25.026052 25.028554 0 0 1.5017132e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.5 -597610.83 847566.39
- 54 25.028561 25.026052 25.028554 0 0 2.0022843e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.5 -597610.88 1064066.8
- 55 25.028561 25.026052 25.028554 0 0 2.5028554e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597610.93 1280567.3
- 56 25.028561 25.026052 25.028554 0 0 3.0034265e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597610.97 1497067.7
- 57 25.028561 25.026052 25.028554 0 0 3.5039975e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.02 1713568.2
- 58 25.028561 25.026052 25.028554 0 0 4.0045686e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.06 1930068.7
- 59 25.028561 25.026052 25.028554 0 0 4.5051397e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.11 2146569.1
- 60 25.028561 25.026052 25.028554 0 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.16 2363069.6
-Loop time of 1.17218 on 1 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 1.16831 (99.6701)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000669956 (0.0571549)
-Outpt time (%) = 0.00293446 (0.250342)
-Other time (%) = 0.000262737 (0.0224145)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain xy, measure s_xy: calculates C66
-
-fix 2 all deform 1 xy erate 0.0001 remap x
-compute perfxy all stress/atom pair
-compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
-thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
-run 10
-Memory usage per processor = 494.441 Mbytes
-Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
- 60 25.028561 25.026052 25.028554 0 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.2 2579570
- 61 25.028561 25.026052 25.028554 5.0052105e-07 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1063984.6 -597611.2 2579570
- 62 25.028561 25.026052 25.028554 1.0010421e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1280463.3 -597611.17 2579570
- 63 25.028561 25.026052 25.028554 1.5015631e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1496942 -597611.15 2579570
- 64 25.028561 25.026052 25.028554 2.0020842e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1713420.7 -597611.12 2579570.1
- 65 25.028561 25.026052 25.028554 2.5026052e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 1929899.5 -597611.09 2579570.1
- 66 25.028561 25.026052 25.028554 3.0031263e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 2146378.2 -597611.06 2579570.1
- 67 25.028561 25.026052 25.028554 3.5036473e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 2362856.9 -597611.03 2579570.1
- 68 25.028561 25.026052 25.028554 4.0041684e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 2579335.6 -597611 2579570.1
- 69 25.028561 25.026052 25.028554 4.5046894e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 2795814.4 -597610.97 2579570.1
- 70 25.028561 25.026052 25.028554 5.0052105e-06 0 5.0057108e-06 3.0948025e+09 2.008431e+09 3.0915082e+09 3012293.1 -597610.95 2579570.1
-Loop time of 1.17232 on 1 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 1.16846 (99.6703)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000672817 (0.0573919)
-Outpt time (%) = 0.00292802 (0.249763)
-Other time (%) = 0.000264168 (0.0225338)
-
-Nlocal: 1296 ave 1296 max 1296 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 8243 ave 8243 max 8243 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 862272 ave 862272 max 862272 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.4 b/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.4
deleted file mode 100644
index 084bf14fa..000000000
--- a/examples/comb/log.comb.Cu2O.elastic.9Jan12.linux.4
+++ /dev/null
@@ -1,342 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Cu2O crystal, qeq on, minimizes, then calculates elastic constants
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-read_data data.Cu2O
- triclinic box = (0 0 0) to (25.62 25.62 25.62) with tilt (0 0 0)
- 1 by 2 by 2 MPI processor grid
- 1296 atoms
-mass 1 63.54
-group type1 type 1
-864 atoms in group type1
-compute charge1 type1 property/atom q
-compute q1 type1 reduce ave c_charge1
-mass 2 16.00
-group type2 type 2
-432 atoms in group type2
-compute charge2 type2 property/atom q
-compute q2 type2 reduce ave c_charge2
-
-velocity all create 1.0 277387
-
-pair_style comb
-pair_coeff * * ffield.comb Cu O
-
-neighbor 0.5 bin
-neigh_modify every 20 delay 0 check no
-
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul c_q1 c_q2 lx ly lz vol
-thermo_modify norm yes
-thermo 1
-fix 1 all nve
-fix 2 all qeq/comb 1 0.0001
-
-#dump 1 all cfg 1 *.cfg id type xs ys zs q f_2 vx vy vz fx fy fz
-#dump_modify 1 element Cu O
-
-run 2
-Memory usage per processor = 412.257 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 0 1 -5.307041 -5.3071702 -2.6165358 -2.6906344 0.65350507 -1.3070101 25.62 25.62 25.62 16816.568
- 1 1.0020305 -5.3673359 -5.3674653 -2.9542297 -2.4132356 0.65350576 -1.3070115 25.62 25.62 25.62 16816.568
- 2 1.0060932 -5.3673341 -5.367464 -2.9542249 -2.4132391 0.65350631 -1.3070126 25.62 25.62 25.62 16816.568
-Loop time of 0.199257 on 4 procs for 2 steps with 1296 atoms
-
-Pair time (%) = 0.025626 (12.8608)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000734687 (0.368714)
-Outpt time (%) = 6.24657e-05 (0.0313494)
-Other time (%) = 0.172834 (86.7391)
-
-Nlocal: 324 ave 324 max 324 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 4943 ave 4943 max 4943 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 202608 ave 202608 max 202608 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 810432
-Ave neighs/atom = 625.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-fix 1 all box/relax aniso 0.0 vmax 0.001
-minimize 1.0e-14 1.0e-20 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 413.442 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 2 1.0060932 -5.3330786 -5.3332085 -2.974622 -2.3585866 0.65350631 -1.3070126 25.62 25.62 25.62 16816.568
- 3 1.0060932 -5.3363314 -5.3364614 -2.9750737 -2.3613876 0.65350631 -1.3070126 25.594384 25.59438 25.594381 16766.172
- 4 1.0060932 -5.3395378 -5.3396678 -2.9754737 -2.3641941 0.65350631 -1.3070126 25.568768 25.56876 25.568762 16715.877
- 5 1.0060932 -5.3426973 -5.3428272 -2.9758213 -2.3670059 0.65350631 -1.3070126 25.543152 25.54314 25.543143 16665.683
- 6 1.0060932 -5.3458091 -5.3459391 -2.976116 -2.3698231 0.65350631 -1.3070126 25.517536 25.51752 25.517525 16615.589
- 7 1.0060932 -5.3488729 -5.3490029 -2.9763572 -2.3726457 0.65350631 -1.3070126 25.49192 25.4919 25.491906 16565.596
- 8 1.0060932 -5.3518881 -5.352018 -2.9765443 -2.3754737 0.65350631 -1.3070126 25.466304 25.46628 25.466287 16515.703
- 9 1.0060932 -5.3656903 -5.3658203 -2.9875426 -2.3782777 0.65350631 -1.3070126 25.440688 25.44066 25.440668 16465.91
- 10 1.0060932 -5.4358893 -5.4360193 -3.0549604 -2.3810589 0.65350631 -1.3070126 25.415072 25.41504 25.415049 16416.218
- 11 1.0060932 -5.5658375 -5.5659675 -3.1821225 -2.383845 0.65350631 -1.3070126 25.389457 25.38942 25.389431 16366.626
- 12 1.0060932 -5.7515526 -5.7516825 -3.3650465 -2.386636 0.65350631 -1.3070126 25.363842 25.3638 25.363812 16317.134
- 13 1.0060932 -5.9870179 -5.9871478 -3.5977159 -2.389432 0.65350631 -1.3070126 25.338226 25.33818 25.338193 16267.742
- 14 1.0060932 -6.2643867 -6.2645166 -3.8722838 -2.3922328 0.65350631 -1.3070126 25.312609 25.31256 25.312574 16218.448
- 15 1.0060932 -6.5742496 -6.5743796 -4.1793409 -2.3950387 0.65350631 -1.3070126 25.286991 25.28694 25.286955 16169.253
- 16 1.0060932 -6.9059598 -6.9060897 -4.5082402 -2.3978495 0.65350631 -1.3070126 25.261372 25.26132 25.261335 16120.158
- 17 1.0060932 -7.2480121 -7.248142 -4.8474768 -2.4006652 0.65350631 -1.3070126 25.235753 25.2357 25.235715 16071.161
- 18 1.0060932 -7.5884527 -7.5885827 -5.1850968 -2.4034859 0.65350631 -1.3070126 25.210133 25.21008 25.210095 16022.263
- 19 1.0060932 -7.9153023 -7.9154322 -5.5091208 -2.4063115 0.65350631 -1.3070126 25.184513 25.18446 25.184476 15973.465
- 20 1.0060932 -8.2170093 -8.2171392 -5.8079805 -2.4091587 0.65350631 -1.3070126 25.158893 25.158841 25.158856 15924.766
- 21 1.0060932 -8.4829952 -8.4831252 -6.0709401 -2.4121851 0.65350631 -1.3070126 25.133273 25.133223 25.133237 15876.167
- 22 1.0060932 -8.7035764 -8.7037064 -6.2884852 -2.4152212 0.65350631 -1.3070126 25.107653 25.107605 25.107619 15827.668
- 23 1.0060932 -8.8708084 -8.8709383 -6.4526739 -2.4182644 0.65350631 -1.3070126 25.082033 25.081988 25.082001 15779.269
- 24 1.0060932 -8.9786185 -8.9787484 -6.5574338 -2.4213146 0.65350631 -1.3070126 25.056413 25.056373 25.056384 15730.97
- 25 1.0060932 -9.0230363 -9.0231663 -6.5987945 -2.4243718 0.65350631 -1.3070126 25.030793 25.030761 25.03077 15682.774
- 26 1.0060932 -9.0240207 -9.0241507 -6.5993965 -2.4247541 0.65350631 -1.3070126 25.027591 25.027564 25.027572 15676.761
- 27 1.0060932 -9.0241307 -9.0242606 -6.5993156 -2.424945 0.65350631 -1.3070126 25.02599 25.02597 25.025976 15673.76
- 28 1.0060932 -9.0241311 -9.024261 -6.5993219 -2.4249391 0.65350631 -1.3070126 25.026038 25.02602 25.026025 15673.853
- 29 1.0060932 -9.0241311 -9.0242611 -6.5993235 -2.4249376 0.65350631 -1.3070126 25.02605 25.026033 25.026038 15673.876
- 30 1.0060932 -9.0241312 -9.0242611 -6.5993242 -2.4249369 0.65350631 -1.3070126 25.026056 25.026039 25.026044 15673.888
- 31 1.0060932 -9.0241312 -9.0242611 -6.5993242 -2.4249369 0.65350631 -1.3070126 25.026056 25.026039 25.026044 15673.888
-Loop time of 2.31824 on 4 procs for 29 steps with 1296 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -5.33320852891 -9.02426111934 -9.02426111934
- Force two-norm initial, final = 2433.86 193.581
- Force max component initial, final = 1405.28 113.287
- Final line search alpha, max atom move = 2.69382e-10 3.05176e-08
- Iterations, force evaluations = 29 83
-
-Pair time (%) = 2.07482 (89.4999)
-Neigh time (%) = 0.173133 (7.46831)
-Comm time (%) = 0.0567805 (2.44929)
-Outpt time (%) = 0.000948668 (0.0409219)
-Other time (%) = 0.0125538 (0.541521)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 4
-Dangerous builds = 0
-min_modify dmax 0.2 line quadratic
-
-unfix 1
-fix 1 all nve
-run 1
-Memory usage per processor = 412.415 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul q1 q2 Lx Ly Lz Volume
- 31 1.0060932 -9.0241312 -9.0242611 -6.5993242 -2.4249369 0.63638209 -1.2727642 25.026056 25.026039 25.026044 15673.888
- 32 0.89047585 -9.039436 -9.0395511 -6.7149991 -2.3245519 0.63638241 -1.2727648 25.026056 25.026039 25.026044 15673.888
-Loop time of 0.12376 on 4 procs for 1 steps with 1296 atoms
-
-Pair time (%) = 0.0256067 (20.6905)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000612259 (0.494713)
-Outpt time (%) = 9.44734e-05 (0.0763357)
-Other time (%) = 0.097447 (78.7384)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-unfix 2
-#undump 1
-
-### copy lines after this to any input script for elastic calculations ###
-## Elastic constants calculations: strain box, measure box stress
-## strain x, measure s_x, s_y, s_z, s_yz:
-## calculates C11, C12, C13 and C14
-
-fix 2 all deform 1 x scale 1.0001 remap x
-compute perfx all stress/atom pair
-compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
-thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
-WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:471)
-run 10
-Memory usage per processor = 412.652 Mbytes
-Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
- 32 25.026056 25.026039 25.026044 0 0 0 -1.6161297e+08 -1.6914237e+08 -1.6702142e+08 1071968.8 1327464.7 391905.86
- 33 25.026307 25.026039 25.026044 0 0 0 -1.6161297e+08 -1.6914237e+08 -1.6702142e+08 1071968.8 1327464.7 391905.86
- 34 25.026557 25.026039 25.026044 0 0 0 54810325 -61048772 -58927789 1071982.1 1327546.1 391898.77
- 35 25.026807 25.026039 25.026044 0 0 0 2.7124117e+08 47044270 49165285 1071995.3 1327627.6 391891.69
- 36 25.027057 25.026039 25.026044 0 0 0 4.8767934e+08 1.5513664e+08 1.5725769e+08 1072008.6 1327709.1 391884.6
- 37 25.027308 25.026039 25.026044 0 0 0 7.0412458e+08 2.6322823e+08 2.653493e+08 1072021.8 1327790.5 391877.51
- 38 25.027558 25.026039 25.026044 0 0 0 9.2057666e+08 3.713189e+08 3.7344e+08 1072035.1 1327872 391870.43
- 39 25.027808 25.026039 25.026044 0 0 0 1.1370353e+09 4.7940855e+08 4.8152966e+08 1072048.4 1327953.4 391863.34
- 40 25.028058 25.026039 25.026044 0 0 0 1.3535004e+09 5.8749704e+08 5.8961818e+08 1072061.7 1328034.8 391856.26
- 41 25.028309 25.026039 25.026044 0 0 0 1.5699715e+09 6.9558428e+08 6.9770543e+08 1072075 1328116.2 391849.18
- 42 25.028559 25.026039 25.026044 0 0 0 1.7864486e+09 8.0367013e+08 8.057913e+08 1072088.3 1328197.7 391842.09
-Loop time of 0.310848 on 4 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 0.299549 (96.3652)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00796747 (2.56314)
-Outpt time (%) = 0.00319105 (1.02656)
-Other time (%) = 0.00014019 (0.0450993)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain z, measure s_z: calculates C33
-
-fix 2 all deform 1 z scale 1.0001 remap x
-compute perfz all stress/atom pair
-compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
-thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
-run 10
-Memory usage per processor = 413.126 Mbytes
-Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
- 42 25.028559 25.026039 25.026044 0 0 0 2.0029313e+09 9.1175447e+08 9.1387565e+08 1072101.6 1328279.1 391835.01
- 43 25.028559 25.026039 25.026294 0 0 0 2.0029313e+09 9.1175447e+08 9.1387565e+08 1072101.6 1328279.1 391835.01
- 44 25.028559 25.026039 25.026544 0 0 0 2.1110248e+09 1.019848e+09 1.1302984e+09 1072079.3 1328365.3 391827.47
- 45 25.028559 25.026039 25.026795 0 0 0 2.2191166e+09 1.127941e+09 1.3467276e+09 1072057 1328451.5 391819.92
- 46 25.028559 25.026039 25.027045 0 0 0 2.3272065e+09 1.2360334e+09 1.5631629e+09 1072034.7 1328537.8 391812.38
- 47 25.028559 25.026039 25.027295 0 0 0 2.4352945e+09 1.3441249e+09 1.7796041e+09 1072012.3 1328624 391804.83
- 48 25.028559 25.026039 25.027545 0 0 0 2.5433803e+09 1.4522156e+09 1.9960509e+09 1071990 1328710.2 391797.28
- 49 25.028559 25.026039 25.027796 0 0 0 2.6514639e+09 1.5603052e+09 2.2125031e+09 1071967.7 1328796.4 391789.72
- 50 25.028559 25.026039 25.028046 0 0 0 2.7595452e+09 1.6683937e+09 2.4289605e+09 1071945.4 1328882.6 391782.17
- 51 25.028559 25.026039 25.028296 0 0 0 2.867624e+09 1.776481e+09 2.6454229e+09 1071923.1 1328968.8 391774.61
- 52 25.028559 25.026039 25.028546 0 0 0 2.9757003e+09 1.8845668e+09 2.8618899e+09 1071900.8 1329054.9 391767.05
-Loop time of 0.315019 on 4 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 0.302888 (96.1492)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00890404 (2.82651)
-Outpt time (%) = 0.00307637 (0.976569)
-Other time (%) = 0.000150442 (0.0477566)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain yz, measure s_yz: calculates C44
-
-fix 2 all deform 1 yz erate 0.0001 remap x
-compute perfyz all stress/atom pair
-compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
-thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
-run 10
-Memory usage per processor = 413.6 Mbytes
-Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
- 52 25.028559 25.026039 25.028546 0 0 0 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.5 1329141.1 391759.48
- 53 25.028559 25.026039 25.028546 0 0 5.0057093e-07 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.5 1329141.1 391759.48
- 54 25.028559 25.026039 25.028546 0 0 1.0011419e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.4 1329141.1 608269.82
- 55 25.028559 25.026039 25.028546 0 0 1.5017128e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.3 1329141 824780.16
- 56 25.028559 25.026039 25.028546 0 0 2.0022837e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.2 1329141 1041290.5
- 57 25.028559 25.026039 25.028546 0 0 2.5028546e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.2 1329140.9 1257800.8
- 58 25.028559 25.026039 25.028546 0 0 3.0034256e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878.1 1329140.9 1474311.2
- 59 25.028559 25.026039 25.028546 0 0 3.5039965e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878 1329140.8 1690821.5
- 60 25.028559 25.026039 25.028546 0 0 4.0045674e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071878 1329140.8 1907331.8
- 61 25.028559 25.026039 25.028546 0 0 4.5051384e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071877.9 1329140.7 2123842.2
- 62 25.028559 25.026039 25.028546 0 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071877.8 1329140.7 2340352.5
-Loop time of 0.314847 on 4 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 0.302369 (96.0368)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0093742 (2.97739)
-Outpt time (%) = 0.00294709 (0.93604)
-Other time (%) = 0.00015682 (0.0498083)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain xy, measure s_xy: calculates C66
-
-fix 2 all deform 1 xy erate 0.0001 remap x
-compute perfxy all stress/atom pair
-compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
-thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
-run 10
-Memory usage per processor = 414.075 Mbytes
-Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
- 62 25.028559 25.026039 25.028546 0 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071877.8 1329140.6 2556862.9
- 63 25.028559 25.026039 25.028546 5.0052078e-07 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1071877.8 1329140.6 2556862.9
- 64 25.028559 25.026039 25.028546 1.0010416e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1288366.3 1329140.7 2556862.8
- 65 25.028559 25.026039 25.028546 1.5015623e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1504854.8 1329140.7 2556862.7
- 66 25.028559 25.026039 25.028546 2.0020831e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1721343.4 1329140.7 2556862.6
- 67 25.028559 25.026039 25.028546 2.5026039e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 1937831.9 1329140.8 2556862.5
- 68 25.028559 25.026039 25.028546 3.0031247e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 2154320.4 1329140.8 2556862.4
- 69 25.028559 25.026039 25.028546 3.5036454e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 2370809 1329140.8 2556862.3
- 70 25.028559 25.026039 25.028546 4.0041662e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 2587297.5 1329140.8 2556862.2
- 71 25.028559 25.026039 25.028546 4.504687e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 2803786 1329140.9 2556862.1
- 72 25.028559 25.026039 25.028546 5.0052078e-06 0 5.0057093e-06 3.0837738e+09 1.9926512e+09 3.0783614e+09 3020274.6 1329140.9 2556862
-Loop time of 0.314899 on 4 procs for 10 steps with 1296 atoms
-
-Pair time (%) = 0.302122 (95.9424)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00967807 (3.07338)
-Outpt time (%) = 0.00294942 (0.936622)
-Other time (%) = 0.000149965 (0.0476232)
-
-Nlocal: 324 ave 331 max 321 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-Nghost: 4943 ave 4946 max 4936 min
-Histogram: 1 0 0 0 0 0 0 0 0 3
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 215568 ave 220160 max 213600 min
-Histogram: 1 2 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 862272
-Ave neighs/atom = 665.333
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.CuaS.9Jan12.linux.1 b/examples/comb/log.comb.CuaS.9Jan12.linux.1
deleted file mode 100644
index 7194ff1cf..000000000
--- a/examples/comb/log.comb.CuaS.9Jan12.linux.1
+++ /dev/null
@@ -1,41 +0,0 @@
-LAMMPS (15 Jan 2012)
-Reading data file ...
- triclinic box = (0 0 0) to (60.4 29.76 29.76) with tilt (0 0 0)
- 1 by 1 by 1 MPI processor grid
- 4126 atoms
-924 atoms in group type1
-1618 atoms in group type2
-1584 atoms in group type3
-Pair COMB:
- generating Coulomb integral lookup table ...
- will not apply over-coordination correction ...
-Setting up run ...
-Memory usage per processor = 21.1267 Mbytes
-Step Temp Press press2 PotEng pe1 E_vdwl E_coul q1 q2 q3
- 0 0 -21062.812 -21062.812 -5.3043735 -5.3043735 1.8604245 -7.1647981 2.6805356 -1.5705518 0.040617531
- 1 0.023813704 -21346.515 -21346.515 -5.3439862 -5.3439862 1.7891755 -7.1331617 2.6805356 -1.5705518 0.040617531
- 2 0.097355041 -21345.896 -21345.896 -5.3439956 -5.3439956 1.7891688 -7.1331644 2.6805356 -1.5705518 0.040617531
- 3 0.22149765 -21344.815 -21344.815 -5.3433952 -5.3433952 1.7897739 -7.133169 2.6805356 -1.5705519 0.040617609
- 4 0.3962327 -21349.639 -21349.639 -5.3426042 -5.3426042 1.7905718 -7.133176 2.6805352 -1.5705524 0.04061831
- 5 0.62154938 -21346.85 -21346.85 -5.3426337 -5.3426337 1.7905512 -7.1331848 2.680535 -1.5705527 0.040618753
-Loop time of 3.36797 on 1 procs for 5 steps with 4126 atoms
-
-Pair time (%) = 1.76898 (52.5237)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000701077 (0.020816)
-Outpt time (%) = 0.0628298 (1.86551)
-Other time (%) = 1.53546 (45.59)
-
-Nlocal: 4126 ave 4126 max 4126 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 17632 ave 17632 max 17632 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 3.29951e+06 ave 3.29951e+06 max 3.29951e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3299506
-Ave neighs/atom = 799.686
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.CuaS.9Jan12.linux.4 b/examples/comb/log.comb.CuaS.9Jan12.linux.4
deleted file mode 100644
index c7afffe62..000000000
--- a/examples/comb/log.comb.CuaS.9Jan12.linux.4
+++ /dev/null
@@ -1,41 +0,0 @@
-LAMMPS (15 Jan 2012)
-Reading data file ...
- triclinic box = (0 0 0) to (60.4 29.76 29.76) with tilt (0 0 0)
- 4 by 1 by 1 MPI processor grid
- 4126 atoms
-924 atoms in group type1
-1618 atoms in group type2
-1584 atoms in group type3
-Pair COMB:
- generating Coulomb integral lookup table ...
- will not apply over-coordination correction ...
-Setting up run ...
-Memory usage per processor = 6.79283 Mbytes
-Step Temp Press press2 PotEng pe1 E_vdwl E_coul q1 q2 q3
- 0 0 -21062.812 -21062.812 -5.3043735 -5.3043735 1.8604245 -7.1647981 2.6798318 -1.5698303 0.040291062
- 1 0.023888728 -21163.818 -21163.818 -5.3427798 -5.3427798 1.7871886 -7.1299684 2.6798318 -1.5698303 0.040291062
- 2 0.098109014 -21163.183 -21163.183 -5.3427893 -5.3427893 1.7871818 -7.1299711 2.6798318 -1.5698303 0.040291093
- 3 0.22363505 -21162.05 -21162.05 -5.3421888 -5.3421888 1.7877871 -7.1299759 2.6798319 -1.5698306 0.040291257
- 4 0.40045674 -21166.773 -21166.773 -5.3413974 -5.3413974 1.7885853 -7.1299827 2.6798315 -1.5698312 0.040292196
- 5 0.62856184 -21163.703 -21163.703 -5.3414244 -5.3414244 1.7885645 -7.1299889 2.6798312 -1.5698318 0.040292934
-Loop time of 1.73989 on 4 procs for 5 steps with 4126 atoms
-
-Pair time (%) = 0.608392 (34.9672)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.133629 (7.68031)
-Outpt time (%) = 0.0849069 (4.88)
-Other time (%) = 0.912965 (52.4725)
-
-Nlocal: 1031.5 ave 1145 max 968 min
-Histogram: 2 0 0 0 1 0 0 0 0 1
-Nghost: 9375.5 ave 9558 max 9080 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 824876 ave 982154 max 726654 min
-Histogram: 2 0 0 0 1 0 0 0 0 1
-
-Total # of neighbors = 3299506
-Ave neighs/atom = 799.686
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.HfO2.18Feb13.linux.1 b/examples/comb/log.comb.HfO2.18Feb13.linux.1
new file mode 100644
index 000000000..064e330ed
--- /dev/null
+++ b/examples/comb/log.comb.HfO2.18Feb13.linux.1
@@ -0,0 +1,259 @@
+LAMMPS (18 Feb 2013)
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+read_data data.m-HfO2
+ triclinic box = (0 0 0) to (25.642 25.957 26.4845) with tilt (0 -4.46691 0)
+ 1 by 1 by 1 MPI processor grid
+ 1500 atoms
+#read_data data.t-HfO2
+#read_data data.c-HfO2
+
+mass 1 178.0
+group type1 type 1
+500 atoms in group type1
+compute charge1 type1 property/atom q
+compute q1 type1 reduce ave c_charge1
+mass 2 16.00
+group type2 type 2
+1000 atoms in group type2
+compute charge2 type2 property/atom q
+compute q2 type2 reduce ave c_charge2
+
+pair_style comb
+pair_coeff * * ffield.comb Hf O
+
+neighbor 0.5 bin
+neigh_modify every 10 delay 10 check yes
+
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz c_q1 c_q2
+thermo_modify norm yes
+
+fix 1 all nvt temp 300.0 300.0 0.1
+thermo 1
+run 1
+Memory usage per processor = 9.38262 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 0 0 -9.5079733 -9.5079733 5.1477526 -14.655726 -137492.1 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
+ 1 0.10158794 -9.5079736 -9.5079867 5.147743 -14.65573 -137441.67 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
+Loop time of 0.121043 on 1 procs for 1 steps with 1500 atoms
+
+Pair time (%) = 0.120863 (99.8511)
+Neigh time (%) = 0 (0)
+Comm time (%) = 8.4877e-05 (0.0701213)
+Outpt time (%) = 3.31402e-05 (0.0273788)
+Other time (%) = 6.22272e-05 (0.0514091)
+
+Nlocal: 1500 ave 1500 max 1500 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 10100 ave 10100 max 10100 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 1.0375e+06 ave 1.0375e+06 max 1.0375e+06 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1037500
+Ave neighs/atom = 691.667
+Neighbor list builds = 0
+Dangerous builds = 0
+fix 2 all qeq/comb 1 0.003 file fq.out
+run 5
+Memory usage per processor = 10.508 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 1 0.10158794 -9.5079736 -9.5079867 5.147743 -14.65573 -137441.67 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 2 0.44611424 -10.177672 -10.17773 2.5152099 -12.69294 -408898.04 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 3 1.1091377 -10.177676 -10.17782 2.5151362 -12.692956 -408487.56 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 4 2.0744017 -10.177683 -10.177951 2.5150272 -12.692978 -407877.44 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 5 3.3393343 -10.177692 -10.178123 2.5148832 -12.693006 -407066.63 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 6 4.9005371 -10.177703 -10.178336 2.5147047 -12.693041 -406053.73 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+Loop time of 0.836517 on 1 procs for 5 steps with 1500 atoms
+
+Pair time (%) = 0.604237 (72.2325)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000416756 (0.0498204)
+Outpt time (%) = 0.000157833 (0.0188679)
+Other time (%) = 0.231705 (27.6988)
+
+Nlocal: 1500 ave 1500 max 1500 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 10100 ave 10100 max 10100 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 1.0375e+06 ave 1.0375e+06 max 1.0375e+06 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1037500
+Ave neighs/atom = 691.667
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+fix 1 all box/relax aniso 0.0 vmax 0.0002
+minimize 1.0e-12 1.0e-18 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 11.9842 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 6 4.9005371 -10.177703 -10.178336 2.5147047 -12.693041 -406053.73 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 7 4.9005371 -10.179122 -10.179755 2.5134924 -12.693247 -399211.14 17620.846 25.636872 25.952767 26.483664 -4.4667689 3.3487003 -1.6743501
+ 8 4.9005371 -10.180516 -10.181149 2.5123069 -12.693456 -392200.95 17613.885 25.631743 25.948534 26.482818 -4.4666263 3.3487003 -1.6743501
+ 9 4.9005371 -10.181882 -10.182515 2.5111487 -12.693664 -385024.22 17606.918 25.626615 25.944298 26.481963 -4.4664821 3.3487003 -1.6743501
+ 10 4.9005371 -10.18322 -10.183853 2.5100185 -12.693872 -377684.02 17599.945 25.621486 25.940062 26.481097 -4.4663361 3.3487003 -1.6743501
+ 11 4.9005371 -10.184531 -10.185164 2.508917 -12.694081 -370183.53 17592.964 25.616358 25.935823 26.48022 -4.4661881 3.3487003 -1.6743501
+ 12 4.9005371 -10.18581 -10.186443 2.5078447 -12.694287 -362524.12 17585.976 25.61123 25.931583 26.479331 -4.4660381 3.3487003 -1.6743501
+ 13 4.9005371 -10.187061 -10.187694 2.5068022 -12.694496 -354711.13 17578.979 25.606101 25.927341 26.478428 -4.4658859 3.3487003 -1.6743501
+ 14 4.9005371 -10.188281 -10.188914 2.5057902 -12.694704 -346745.81 17571.973 25.600973 25.923098 26.477512 -4.4657313 3.3487003 -1.6743501
+ 15 4.9005371 -10.189469 -10.190102 2.5048092 -12.694911 -338631.19 17564.957 25.595844 25.918852 26.47658 -4.4655742 3.3487003 -1.6743501
+ 16 4.9005371 -10.190627 -10.19126 2.5038597 -12.695119 -330371.37 17557.931 25.590716 25.914603 26.475632 -4.4654143 3.3487003 -1.6743501
+ 17 4.9005371 -10.19175 -10.192383 2.5029424 -12.695325 -321967.67 17550.893 25.585588 25.910353 26.474666 -4.4652514 3.3487003 -1.6743501
+ 18 4.9005371 -10.19284 -10.193473 2.5020578 -12.695531 -313424.33 17543.842 25.580459 25.906099 26.473681 -4.4650853 3.3487003 -1.6743501
+ 19 4.9005371 -10.193897 -10.19453 2.5012064 -12.695737 -304744.97 17536.777 25.575331 25.901843 26.472676 -4.4649157 3.3487003 -1.6743501
+ 20 4.9005371 -10.195049 -10.195682 2.5002594 -12.695942 -295752.55 17529.697 25.570202 25.897584 26.471648 -4.4647424 3.3487003 -1.6743501
+ 21 4.9005371 -10.196037 -10.19667 2.4994765 -12.696146 -286810.19 17522.602 25.565074 25.893323 26.470598 -4.4645653 3.3487003 -1.6743501
+ 22 4.9005371 -10.196988 -10.197621 2.4987283 -12.696349 -277740.46 17515.49 25.559946 25.889059 26.469523 -4.4643839 3.3487003 -1.6743501
+ 23 4.9005371 -10.197903 -10.198536 2.4980153 -12.696552 -268547.09 17508.358 25.554817 25.88479 26.468418 -4.4641976 3.3487003 -1.6743501
+ 24 4.9005371 -10.198782 -10.199415 2.497338 -12.696753 -259232.88 17501.204 25.549689 25.880518 26.467283 -4.4640061 3.3487003 -1.6743501
+ 25 4.9005371 -10.199623 -10.200256 2.4966969 -12.696953 -249801.3 17494.027 25.54456 25.876241 26.466113 -4.4638088 3.3487003 -1.6743501
+ 26 4.9005371 -10.200428 -10.201061 2.4960923 -12.697154 -240255.95 17486.823 25.539432 25.87196 26.464906 -4.4636052 3.3487003 -1.6743501
+ 27 4.9005371 -10.201196 -10.201829 2.4955247 -12.697353 -230599.57 17479.589 25.534304 25.867673 26.463657 -4.4633945 3.3487003 -1.6743501
+ 28 4.9005371 -10.201927 -10.20256 2.4949946 -12.697554 -220836.27 17472.324 25.529175 25.86338 26.462362 -4.4631762 3.3487003 -1.6743501
+ 29 4.9005371 -10.20262 -10.203253 2.4945024 -12.697756 -210968.3 17465.022 25.524047 25.85908 26.461016 -4.4629492 3.3487003 -1.6743501
+ 30 4.9005371 -10.203281 -10.203914 2.4940484 -12.697962 -201001.66 17457.679 25.518918 25.854774 26.459613 -4.4627126 3.3487003 -1.6743501
+ 31 4.9005371 -10.203904 -10.204537 2.4936332 -12.69817 -190935.91 17450.29 25.51379 25.85046 26.458146 -4.4624651 3.3487003 -1.6743501
+ 32 4.9005371 -10.204488 -10.205121 2.493257 -12.698378 -180773.29 17442.85 25.508662 25.846136 26.456606 -4.4622054 3.3487003 -1.6743501
+ 33 4.9005371 -10.205037 -10.20567 2.4929204 -12.698591 -170517.54 17435.349 25.503533 25.841802 26.454984 -4.4619318 3.3487003 -1.6743501
+ 34 4.9005371 -10.205549 -10.206182 2.4926237 -12.698806 -160169.44 17427.781 25.498405 25.837457 26.453266 -4.4616421 3.3487003 -1.6743501
+ 35 4.9005371 -10.206023 -10.206656 2.4923673 -12.699023 -149728.79 17420.132 25.493276 25.833098 26.451438 -4.4613337 3.3487003 -1.6743501
+ 36 4.9005371 -10.206456 -10.207089 2.4921518 -12.699241 -139194.99 17412.389 25.488148 25.828724 26.44948 -4.4610034 3.3487003 -1.6743501
+ 37 4.9005371 -10.206852 -10.207486 2.4919775 -12.699463 -128568.57 17404.534 25.48302 25.824331 26.447367 -4.4606471 3.3487003 -1.6743501
+ 38 4.9005371 -10.207211 -10.207844 2.491845 -12.699689 -117845.52 17396.543 25.477891 25.819915 26.445067 -4.4602591 3.3487003 -1.6743501
+ 39 4.9005371 -10.20753 -10.208164 2.491755 -12.699918 -107020.01 17388.383 25.472763 25.815472 26.442534 -4.459832 3.3487003 -1.6743501
+ 40 4.9005371 -10.207815 -10.208448 2.4917081 -12.700156 -96083.354 17380.008 25.467634 25.810993 26.439708 -4.4593554 3.3487003 -1.6743501
+ 41 4.9005371 -10.208062 -10.208695 2.4917053 -12.700401 -85018.286 17371.351 25.462506 25.806467 26.436497 -4.4588137 3.3487003 -1.6743501
+ 42 4.9005371 -10.208271 -10.208904 2.491748 -12.700652 -73793.674 17362.307 25.457378 25.801878 26.432756 -4.4581829 3.3487003 -1.6743501
+ 43 4.9005371 -10.208446 -10.209079 2.4918382 -12.700917 -62360.119 17352.697 25.452249 25.797196 26.428245 -4.4574219 3.3487003 -1.6743501
+ 44 4.9005371 -10.208582 -10.209215 2.491967 -12.701182 -51542.505 17343.008 25.447525 25.792747 26.422948 -4.4565285 3.3487003 -1.6743501
+ 45 4.9005371 -10.208681 -10.209314 2.4920939 -12.701408 -43273.049 17334.863 25.44406 25.789315 26.417651 -4.4556351 3.3487003 -1.6743501
+ 46 4.9005371 -10.208759 -10.209393 2.4922069 -12.701599 -36997.799 17327.922 25.441576 25.786676 26.412354 -4.4547418 3.3487003 -1.6743501
+ 47 4.9005371 -10.208834 -10.209467 2.4923019 -12.701769 -32264.505 17321.909 25.439848 25.784649 26.407057 -4.4538484 3.3487003 -1.6743501
+ 48 4.9005371 -10.208909 -10.209542 2.4923792 -12.701921 -28705.843 17316.601 25.438696 25.783087 26.40176 -4.452955 3.3487003 -1.6743501
+ 49 4.9005371 -10.208986 -10.209619 2.4924408 -12.70206 -26035.132 17311.825 25.437979 25.781876 26.396463 -4.4520616 3.3487003 -1.6743501
+ 50 4.9005371 -10.209067 -10.2097 2.4924894 -12.702189 -24030.259 17307.449 25.437586 25.780929 26.391166 -4.4511682 3.3487003 -1.6743501
+ 51 4.9005371 -10.209153 -10.209786 2.4925278 -12.702314 -22521.401 17303.368 25.437435 25.780178 26.385869 -4.4502748 3.3487003 -1.6743501
+ 52 4.9005371 -10.209241 -10.209874 2.4925582 -12.702432 -21377.916 17299.506 25.437463 25.779571 26.380573 -4.4493815 3.3487003 -1.6743501
+ 53 4.9005371 -10.20933 -10.209963 2.4925827 -12.702546 -20503.155 17295.805 25.437622 25.779072 26.375276 -4.4484881 3.3487003 -1.6743501
+ 54 4.9005371 -10.20942 -10.210053 2.4926026 -12.702655 -19825.084 17292.222 25.437876 25.77865 26.369979 -4.4475947 3.3487003 -1.6743501
+ 55 4.9005371 -10.20951 -10.210143 2.4926193 -12.702762 -19290.332 17288.725 25.4382 25.778286 26.364682 -4.4467013 3.3487003 -1.6743501
+ 56 4.9005371 -10.209601 -10.210234 2.4926335 -12.702867 -18859.558 17285.289 25.438575 25.777963 26.359385 -4.4458079 3.3487003 -1.6743501
+ 57 4.9005371 -10.209691 -10.210324 2.4926461 -12.70297 -18503.909 17281.899 25.438986 25.77767 26.354088 -4.4449146 3.3487003 -1.6743501
+ 58 4.9005371 -10.209782 -10.210415 2.4926574 -12.703072 -18202.31 17278.541 25.439423 25.777399 26.348791 -4.4440212 3.3487003 -1.6743501
+ 59 4.9005371 -10.209872 -10.210505 2.4926678 -12.703173 -17939.44 17275.206 25.439879 25.777144 26.343494 -4.4431278 3.3487003 -1.6743501
+ 60 4.9005371 -10.209962 -10.210595 2.4926777 -12.703272 -17704.202 17271.887 25.440348 25.776901 26.338197 -4.4422344 3.3487003 -1.6743501
+ 61 4.9005371 -10.210051 -10.210684 2.4926871 -12.703371 -17488.592 17268.581 25.440826 25.776666 26.3329 -4.441341 3.3487003 -1.6743501
+ 62 4.9005371 -10.21014 -10.210773 2.4926963 -12.703469 -17286.86 17265.282 25.441311 25.776436 26.327604 -4.4404476 3.3487003 -1.6743501
+ 63 4.9005371 -10.210227 -10.21086 2.4927054 -12.703566 -17094.395 17261.99 25.441799 25.776211 26.322307 -4.4395543 3.3487003 -1.6743501
+ 64 4.9005371 -10.210317 -10.21095 2.4927143 -12.703664 -16910.273 17258.701 25.442291 25.77599 26.31701 -4.4386609 3.3487003 -1.6743501
+ 65 4.9005371 -10.210403 -10.211036 2.4927232 -12.703759 -16729.397 17255.416 25.442785 25.775771 26.311713 -4.4377675 3.3487003 -1.6743501
+ 66 4.9005371 -10.210491 -10.211124 2.4927321 -12.703856 -16553.119 17252.132 25.443279 25.775553 26.306416 -4.4368741 3.3487003 -1.6743501
+ 67 4.9005371 -10.210578 -10.211211 2.492741 -12.703952 -16378.985 17248.849 25.443775 25.775338 26.301119 -4.4359807 3.3487003 -1.6743501
+ 68 4.9005371 -10.210665 -10.211298 2.49275 -12.704048 -16206.061 17245.568 25.44427 25.775123 26.295822 -4.4350874 3.3487003 -1.6743501
+ 69 4.9005371 -10.210751 -10.211384 2.492759 -12.704143 -16034.089 17242.287 25.444765 25.77491 26.290525 -4.434194 3.3487003 -1.6743501
+ 70 4.9005371 -10.210836 -10.211469 2.4927681 -12.704237 -15862.739 17239.006 25.44526 25.774697 26.285228 -4.4333006 3.3487003 -1.6743501
+ 71 4.9005371 -10.210921 -10.211554 2.4927772 -12.704331 -15691.781 17235.726 25.445755 25.774485 26.279931 -4.4324072 3.3487003 -1.6743501
+ 72 4.9005371 -10.211005 -10.211638 2.4927864 -12.704424 -15521.058 17232.446 25.44625 25.774275 26.274635 -4.4315138 3.3487003 -1.6743501
+ 73 4.9005371 -10.211088 -10.211721 2.4927957 -12.704517 -15350.462 17229.166 25.446743 25.774065 26.269338 -4.4306204 3.3487003 -1.6743501
+ 74 4.9005371 -10.211171 -10.211804 2.4928051 -12.704609 -15179.92 17225.886 25.447237 25.773855 26.264041 -4.4297271 3.3487003 -1.6743501
+ 75 4.9005371 -10.211253 -10.211887 2.4928145 -12.704701 -15009.382 17222.606 25.447729 25.773647 26.258744 -4.4288337 3.3487003 -1.6743501
+ 76 4.9005371 -10.211335 -10.211968 2.492824 -12.704792 -14838.814 17219.326 25.448221 25.773439 26.253447 -4.4279403 3.3487003 -1.6743501
+ 77 4.9005371 -10.211416 -10.212049 2.4928336 -12.704883 -14668.193 17216.046 25.448713 25.773232 26.24815 -4.4270469 3.3487003 -1.6743501
+ 78 4.9005371 -10.211495 -10.212128 2.4928433 -12.704971 -14496.606 17212.766 25.449203 25.773026 26.242853 -4.4261535 3.3487003 -1.6743501
+ 79 4.9005371 -10.211574 -10.212207 2.492853 -12.70506 -14326.218 17209.486 25.449694 25.77282 26.237556 -4.4252602 3.3487003 -1.6743501
+ 80 4.9005371 -10.211653 -10.212286 2.4928628 -12.705149 -14155.606 17206.206 25.450183 25.772616 26.232259 -4.4243668 3.3487003 -1.6743501
+ 81 4.9005371 -10.211693 -10.212326 2.4928678 -12.705194 -14070.237 17204.566 25.450428 25.772514 26.229611 -4.4239201 3.3487003 -1.6743501
+ 82 4.9005371 -10.211712 -10.212345 2.4928703 -12.705216 -14027.539 17203.746 25.45055 25.772463 26.228287 -4.4236967 3.3487003 -1.6743501
+ 83 4.9005371 -10.211717 -10.21235 2.4928709 -12.705221 -14016.863 17203.541 25.45058 25.77245 26.227956 -4.4236409 3.3487003 -1.6743501
+ 84 4.9005371 -10.21172 -10.212353 2.4928712 -12.705224 -14011.525 17203.438 25.450596 25.772444 26.22779 -4.423613 3.3487003 -1.6743501
+ 85 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.856 17203.387 25.450603 25.772441 26.227707 -4.423599 3.3487003 -1.6743501
+ 86 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.69 17203.384 25.450604 25.77244 26.227702 -4.4235981 3.3487003 -1.6743501
+ 87 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.606 17203.382 25.450604 25.77244 26.2277 -4.4235977 3.3487003 -1.6743501
+ 88 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.564 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3487003 -1.6743501
+ 89 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.564 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3487003 -1.6743501
+Loop time of 18.332 on 1 procs for 83 steps with 1500 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -10.178336106 -10.212354026 -10.212354026
+ Force two-norm initial, final = 8831.76 490.29
+ Force max component initial, final = 6793.35 484.808
+ Final line search alpha, max atom move = 5.03582e-11 2.44141e-08
+ Iterations, force evaluations = 83 147
+
+Pair time (%) = 18.2365 (99.4787)
+Neigh time (%) = 0.036432 (0.198734)
+Comm time (%) = 0.0126019 (0.0687423)
+Outpt time (%) = 0.00270295 (0.0147444)
+Other time (%) = 0.0438213 (0.239042)
+
+Nlocal: 1500 ave 1500 max 1500 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 10100 ave 10100 max 10100 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 1.051e+06 ave 1.051e+06 max 1.051e+06 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1051000
+Ave neighs/atom = 700.667
+Neighbor list builds = 1
+Dangerous builds = 0
+min_modify dmax 0.005 line quadratic
+
+#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 element Hf O
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Hf O
+
+velocity all create 300.1 2398378
+run 10
+Memory usage per processor = 10.5175 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 89 300.1 -10.173589 -10.212354 2.4928714 -12.705225 -10457.266 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 90 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 91 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 92 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 93 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 94 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 95 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 96 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 97 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 98 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 99 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+Loop time of 1.70632 on 1 procs for 10 steps with 1500 atoms
+
+Pair time (%) = 1.23247 (72.23)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000850201 (0.0498267)
+Outpt time (%) = 0.000328779 (0.0192684)
+Other time (%) = 0.472666 (27.701)
+
+Nlocal: 1500 ave 1500 max 1500 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 10100 ave 10100 max 10100 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 1.0585e+06 ave 1.0585e+06 max 1.0585e+06 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1058500
+Ave neighs/atom = 705.667
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.HfO2.18Feb13.linux.4 b/examples/comb/log.comb.HfO2.18Feb13.linux.4
new file mode 100644
index 000000000..0952bcae7
--- /dev/null
+++ b/examples/comb/log.comb.HfO2.18Feb13.linux.4
@@ -0,0 +1,259 @@
+LAMMPS (18 Feb 2013)
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+read_data data.m-HfO2
+ triclinic box = (0 0 0) to (25.642 25.957 26.4845) with tilt (0 -4.46691 0)
+ 1 by 2 by 2 MPI processor grid
+ 1500 atoms
+#read_data data.t-HfO2
+#read_data data.c-HfO2
+
+mass 1 178.0
+group type1 type 1
+500 atoms in group type1
+compute charge1 type1 property/atom q
+compute q1 type1 reduce ave c_charge1
+mass 2 16.00
+group type2 type 2
+1000 atoms in group type2
+compute charge2 type2 property/atom q
+compute q2 type2 reduce ave c_charge2
+
+pair_style comb
+pair_coeff * * ffield.comb Hf O
+
+neighbor 0.5 bin
+neigh_modify every 10 delay 10 check yes
+
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz c_q1 c_q2
+thermo_modify norm yes
+
+fix 1 all nvt temp 300.0 300.0 0.1
+thermo 1
+run 1
+Memory usage per processor = 3.77333 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 0 0 -9.5079733 -9.5079733 5.1477526 -14.655726 -137492.1 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
+ 1 0.10158794 -9.5079736 -9.5079867 5.147743 -14.65573 -137441.67 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
+Loop time of 0.031365 on 4 procs for 1 steps with 1500 atoms
+
+Pair time (%) = 0.0307955 (98.1844)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000482798 (1.53929)
+Outpt time (%) = 3.77297e-05 (0.120293)
+Other time (%) = 4.89354e-05 (0.156019)
+
+Nlocal: 375 ave 375 max 375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 6075 ave 6075 max 6075 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 259375 ave 259375 max 259375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1037500
+Ave neighs/atom = 691.667
+Neighbor list builds = 0
+Dangerous builds = 0
+fix 2 all qeq/comb 1 0.003 file fq.out
+run 5
+Memory usage per processor = 4.3231 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 1 0.10158794 -9.5079736 -9.5079867 5.147743 -14.65573 -137441.67 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 2 0.44611424 -10.177672 -10.17773 2.5152099 -12.69294 -408898.04 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 3 1.1091377 -10.177676 -10.17782 2.5151362 -12.692956 -408487.56 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 4 2.0744017 -10.177683 -10.177951 2.5150272 -12.692978 -407877.44 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 5 3.3393343 -10.177692 -10.178123 2.5148832 -12.693006 -407066.63 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 6 4.9005371 -10.177703 -10.178336 2.5147047 -12.693041 -406053.73 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+Loop time of 0.21711 on 4 procs for 5 steps with 1500 atoms
+
+Pair time (%) = 0.154565 (71.1923)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00278312 (1.2819)
+Outpt time (%) = 0.000246465 (0.113521)
+Other time (%) = 0.0595148 (27.4123)
+
+Nlocal: 375 ave 375 max 375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 6075 ave 6075 max 6075 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 259375 ave 259375 max 259375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1037500
+Ave neighs/atom = 691.667
+Neighbor list builds = 0
+Dangerous builds = 0
+
+unfix 1
+fix 1 all box/relax aniso 0.0 vmax 0.0002
+minimize 1.0e-12 1.0e-18 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 5.03804 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 6 4.9005371 -10.177703 -10.178336 2.5147047 -12.693041 -406053.73 17627.802 25.642 25.957 26.4845 -4.46691 3.3487003 -1.6743501
+ 7 4.9005371 -10.179122 -10.179755 2.5134924 -12.693247 -399211.14 17620.846 25.636872 25.952767 26.483664 -4.4667689 3.3487003 -1.6743501
+ 8 4.9005371 -10.180516 -10.181149 2.5123069 -12.693456 -392200.95 17613.885 25.631743 25.948534 26.482818 -4.4666263 3.3487003 -1.6743501
+ 9 4.9005371 -10.181882 -10.182515 2.5111487 -12.693664 -385024.22 17606.918 25.626615 25.944298 26.481963 -4.4664821 3.3487003 -1.6743501
+ 10 4.9005371 -10.18322 -10.183853 2.5100185 -12.693872 -377684.02 17599.945 25.621486 25.940062 26.481097 -4.4663361 3.3487003 -1.6743501
+ 11 4.9005371 -10.184531 -10.185164 2.508917 -12.694081 -370183.53 17592.964 25.616358 25.935823 26.48022 -4.4661881 3.3487003 -1.6743501
+ 12 4.9005371 -10.18581 -10.186443 2.5078447 -12.694287 -362524.12 17585.976 25.61123 25.931583 26.479331 -4.4660381 3.3487003 -1.6743501
+ 13 4.9005371 -10.187061 -10.187694 2.5068022 -12.694496 -354711.13 17578.979 25.606101 25.927341 26.478428 -4.4658859 3.3487003 -1.6743501
+ 14 4.9005371 -10.188281 -10.188914 2.5057902 -12.694704 -346745.81 17571.973 25.600973 25.923098 26.477512 -4.4657313 3.3487003 -1.6743501
+ 15 4.9005371 -10.189469 -10.190102 2.5048092 -12.694911 -338631.19 17564.957 25.595844 25.918852 26.47658 -4.4655742 3.3487003 -1.6743501
+ 16 4.9005371 -10.190627 -10.19126 2.5038597 -12.695119 -330371.37 17557.931 25.590716 25.914603 26.475632 -4.4654143 3.3487003 -1.6743501
+ 17 4.9005371 -10.19175 -10.192383 2.5029424 -12.695325 -321967.67 17550.893 25.585588 25.910353 26.474666 -4.4652514 3.3487003 -1.6743501
+ 18 4.9005371 -10.19284 -10.193473 2.5020578 -12.695531 -313424.33 17543.842 25.580459 25.906099 26.473681 -4.4650853 3.3487003 -1.6743501
+ 19 4.9005371 -10.193897 -10.19453 2.5012064 -12.695737 -304744.97 17536.777 25.575331 25.901843 26.472676 -4.4649157 3.3487003 -1.6743501
+ 20 4.9005371 -10.195049 -10.195682 2.5002594 -12.695942 -295752.55 17529.697 25.570202 25.897584 26.471648 -4.4647424 3.3487003 -1.6743501
+ 21 4.9005371 -10.196037 -10.19667 2.4994765 -12.696146 -286810.19 17522.602 25.565074 25.893323 26.470598 -4.4645653 3.3487003 -1.6743501
+ 22 4.9005371 -10.196988 -10.197621 2.4987283 -12.696349 -277740.46 17515.49 25.559946 25.889059 26.469523 -4.4643839 3.3487003 -1.6743501
+ 23 4.9005371 -10.197903 -10.198536 2.4980153 -12.696552 -268547.09 17508.358 25.554817 25.88479 26.468418 -4.4641976 3.3487003 -1.6743501
+ 24 4.9005371 -10.198782 -10.199415 2.497338 -12.696753 -259232.88 17501.204 25.549689 25.880518 26.467283 -4.4640061 3.3487003 -1.6743501
+ 25 4.9005371 -10.199623 -10.200256 2.4966969 -12.696953 -249801.3 17494.027 25.54456 25.876241 26.466113 -4.4638088 3.3487003 -1.6743501
+ 26 4.9005371 -10.200428 -10.201061 2.4960923 -12.697154 -240255.95 17486.823 25.539432 25.87196 26.464906 -4.4636052 3.3487003 -1.6743501
+ 27 4.9005371 -10.201196 -10.201829 2.4955247 -12.697353 -230599.57 17479.589 25.534304 25.867673 26.463657 -4.4633945 3.3487003 -1.6743501
+ 28 4.9005371 -10.201927 -10.20256 2.4949946 -12.697554 -220836.27 17472.324 25.529175 25.86338 26.462362 -4.4631762 3.3487003 -1.6743501
+ 29 4.9005371 -10.20262 -10.203253 2.4945024 -12.697756 -210968.3 17465.022 25.524047 25.85908 26.461016 -4.4629492 3.3487003 -1.6743501
+ 30 4.9005371 -10.203281 -10.203914 2.4940484 -12.697962 -201001.66 17457.679 25.518918 25.854774 26.459613 -4.4627126 3.3487003 -1.6743501
+ 31 4.9005371 -10.203904 -10.204537 2.4936332 -12.69817 -190935.91 17450.29 25.51379 25.85046 26.458146 -4.4624651 3.3487003 -1.6743501
+ 32 4.9005371 -10.204488 -10.205121 2.493257 -12.698378 -180773.29 17442.85 25.508662 25.846136 26.456606 -4.4622054 3.3487003 -1.6743501
+ 33 4.9005371 -10.205037 -10.20567 2.4929204 -12.698591 -170517.54 17435.349 25.503533 25.841802 26.454984 -4.4619318 3.3487003 -1.6743501
+ 34 4.9005371 -10.205549 -10.206182 2.4926237 -12.698806 -160169.44 17427.781 25.498405 25.837457 26.453266 -4.4616421 3.3487003 -1.6743501
+ 35 4.9005371 -10.206023 -10.206656 2.4923673 -12.699023 -149728.79 17420.132 25.493276 25.833098 26.451438 -4.4613337 3.3487003 -1.6743501
+ 36 4.9005371 -10.206456 -10.207089 2.4921518 -12.699241 -139194.99 17412.389 25.488148 25.828724 26.44948 -4.4610034 3.3487003 -1.6743501
+ 37 4.9005371 -10.206852 -10.207486 2.4919775 -12.699463 -128568.57 17404.534 25.48302 25.824331 26.447367 -4.4606471 3.3487003 -1.6743501
+ 38 4.9005371 -10.207211 -10.207844 2.491845 -12.699689 -117845.52 17396.543 25.477891 25.819915 26.445067 -4.4602591 3.3487003 -1.6743501
+ 39 4.9005371 -10.20753 -10.208164 2.491755 -12.699918 -107020.01 17388.383 25.472763 25.815472 26.442534 -4.459832 3.3487003 -1.6743501
+ 40 4.9005371 -10.207815 -10.208448 2.4917081 -12.700156 -96083.354 17380.008 25.467634 25.810993 26.439708 -4.4593554 3.3487003 -1.6743501
+ 41 4.9005371 -10.208062 -10.208695 2.4917053 -12.700401 -85018.286 17371.351 25.462506 25.806467 26.436497 -4.4588137 3.3487003 -1.6743501
+ 42 4.9005371 -10.208271 -10.208904 2.491748 -12.700652 -73793.674 17362.307 25.457378 25.801878 26.432756 -4.4581829 3.3487003 -1.6743501
+ 43 4.9005371 -10.208446 -10.209079 2.4918382 -12.700917 -62360.119 17352.697 25.452249 25.797196 26.428245 -4.4574219 3.3487003 -1.6743501
+ 44 4.9005371 -10.208582 -10.209215 2.491967 -12.701182 -51542.505 17343.008 25.447525 25.792747 26.422948 -4.4565285 3.3487003 -1.6743501
+ 45 4.9005371 -10.208681 -10.209314 2.4920939 -12.701408 -43273.049 17334.863 25.44406 25.789315 26.417651 -4.4556351 3.3487003 -1.6743501
+ 46 4.9005371 -10.208759 -10.209393 2.4922069 -12.701599 -36997.799 17327.922 25.441576 25.786676 26.412354 -4.4547418 3.3487003 -1.6743501
+ 47 4.9005371 -10.208834 -10.209467 2.4923019 -12.701769 -32264.505 17321.909 25.439848 25.784649 26.407057 -4.4538484 3.3487003 -1.6743501
+ 48 4.9005371 -10.208909 -10.209542 2.4923792 -12.701921 -28705.843 17316.601 25.438696 25.783087 26.40176 -4.452955 3.3487003 -1.6743501
+ 49 4.9005371 -10.208986 -10.209619 2.4924408 -12.70206 -26035.132 17311.825 25.437979 25.781876 26.396463 -4.4520616 3.3487003 -1.6743501
+ 50 4.9005371 -10.209067 -10.2097 2.4924894 -12.702189 -24030.259 17307.449 25.437586 25.780929 26.391166 -4.4511682 3.3487003 -1.6743501
+ 51 4.9005371 -10.209153 -10.209786 2.4925278 -12.702314 -22521.401 17303.368 25.437435 25.780178 26.385869 -4.4502748 3.3487003 -1.6743501
+ 52 4.9005371 -10.209241 -10.209874 2.4925582 -12.702432 -21377.916 17299.506 25.437463 25.779571 26.380573 -4.4493815 3.3487003 -1.6743501
+ 53 4.9005371 -10.20933 -10.209963 2.4925827 -12.702546 -20503.155 17295.805 25.437622 25.779072 26.375276 -4.4484881 3.3487003 -1.6743501
+ 54 4.9005371 -10.20942 -10.210053 2.4926026 -12.702655 -19825.084 17292.222 25.437876 25.77865 26.369979 -4.4475947 3.3487003 -1.6743501
+ 55 4.9005371 -10.20951 -10.210143 2.4926193 -12.702762 -19290.332 17288.725 25.4382 25.778286 26.364682 -4.4467013 3.3487003 -1.6743501
+ 56 4.9005371 -10.209601 -10.210234 2.4926335 -12.702867 -18859.558 17285.289 25.438575 25.777963 26.359385 -4.4458079 3.3487003 -1.6743501
+ 57 4.9005371 -10.209691 -10.210324 2.4926461 -12.70297 -18503.909 17281.899 25.438986 25.77767 26.354088 -4.4449146 3.3487003 -1.6743501
+ 58 4.9005371 -10.209782 -10.210415 2.4926574 -12.703072 -18202.31 17278.541 25.439423 25.777399 26.348791 -4.4440212 3.3487003 -1.6743501
+ 59 4.9005371 -10.209872 -10.210505 2.4926678 -12.703173 -17939.44 17275.206 25.439879 25.777144 26.343494 -4.4431278 3.3487003 -1.6743501
+ 60 4.9005371 -10.209962 -10.210595 2.4926777 -12.703272 -17704.202 17271.887 25.440348 25.776901 26.338197 -4.4422344 3.3487003 -1.6743501
+ 61 4.9005371 -10.210051 -10.210684 2.4926871 -12.703371 -17488.592 17268.581 25.440826 25.776666 26.3329 -4.441341 3.3487003 -1.6743501
+ 62 4.9005371 -10.21014 -10.210773 2.4926963 -12.703469 -17286.86 17265.282 25.441311 25.776436 26.327604 -4.4404476 3.3487003 -1.6743501
+ 63 4.9005371 -10.210227 -10.21086 2.4927054 -12.703566 -17094.395 17261.99 25.441799 25.776211 26.322307 -4.4395543 3.3487003 -1.6743501
+ 64 4.9005371 -10.210317 -10.21095 2.4927143 -12.703664 -16910.273 17258.701 25.442291 25.77599 26.31701 -4.4386609 3.3487003 -1.6743501
+ 65 4.9005371 -10.210403 -10.211036 2.4927232 -12.703759 -16729.397 17255.416 25.442785 25.775771 26.311713 -4.4377675 3.3487003 -1.6743501
+ 66 4.9005371 -10.210491 -10.211124 2.4927321 -12.703856 -16553.119 17252.132 25.443279 25.775553 26.306416 -4.4368741 3.3487003 -1.6743501
+ 67 4.9005371 -10.210578 -10.211211 2.492741 -12.703952 -16378.985 17248.849 25.443775 25.775338 26.301119 -4.4359807 3.3487003 -1.6743501
+ 68 4.9005371 -10.210665 -10.211298 2.49275 -12.704048 -16206.061 17245.568 25.44427 25.775123 26.295822 -4.4350874 3.3487003 -1.6743501
+ 69 4.9005371 -10.210751 -10.211384 2.492759 -12.704143 -16034.089 17242.287 25.444765 25.77491 26.290525 -4.434194 3.3487003 -1.6743501
+ 70 4.9005371 -10.210836 -10.211469 2.4927681 -12.704237 -15862.739 17239.006 25.44526 25.774697 26.285228 -4.4333006 3.3487003 -1.6743501
+ 71 4.9005371 -10.210921 -10.211554 2.4927772 -12.704331 -15691.781 17235.726 25.445755 25.774485 26.279931 -4.4324072 3.3487003 -1.6743501
+ 72 4.9005371 -10.211005 -10.211638 2.4927864 -12.704424 -15521.058 17232.446 25.44625 25.774275 26.274635 -4.4315138 3.3487003 -1.6743501
+ 73 4.9005371 -10.211088 -10.211721 2.4927957 -12.704517 -15350.462 17229.166 25.446743 25.774065 26.269338 -4.4306204 3.3487003 -1.6743501
+ 74 4.9005371 -10.211171 -10.211804 2.4928051 -12.704609 -15179.92 17225.886 25.447237 25.773855 26.264041 -4.4297271 3.3487003 -1.6743501
+ 75 4.9005371 -10.211253 -10.211887 2.4928145 -12.704701 -15009.382 17222.606 25.447729 25.773647 26.258744 -4.4288337 3.3487003 -1.6743501
+ 76 4.9005371 -10.211335 -10.211968 2.492824 -12.704792 -14838.814 17219.326 25.448221 25.773439 26.253447 -4.4279403 3.3487003 -1.6743501
+ 77 4.9005371 -10.211416 -10.212049 2.4928336 -12.704883 -14668.193 17216.046 25.448713 25.773232 26.24815 -4.4270469 3.3487003 -1.6743501
+ 78 4.9005371 -10.211495 -10.212128 2.4928433 -12.704971 -14496.606 17212.766 25.449203 25.773026 26.242853 -4.4261535 3.3487003 -1.6743501
+ 79 4.9005371 -10.211574 -10.212207 2.492853 -12.70506 -14326.218 17209.486 25.449694 25.77282 26.237556 -4.4252602 3.3487003 -1.6743501
+ 80 4.9005371 -10.211653 -10.212286 2.4928628 -12.705149 -14155.606 17206.206 25.450183 25.772616 26.232259 -4.4243668 3.3487003 -1.6743501
+ 81 4.9005371 -10.211693 -10.212326 2.4928678 -12.705194 -14070.237 17204.566 25.450428 25.772514 26.229611 -4.4239201 3.3487003 -1.6743501
+ 82 4.9005371 -10.211712 -10.212345 2.4928703 -12.705216 -14027.539 17203.746 25.45055 25.772463 26.228287 -4.4236967 3.3487003 -1.6743501
+ 83 4.9005371 -10.211717 -10.21235 2.4928709 -12.705221 -14016.863 17203.541 25.45058 25.77245 26.227956 -4.4236409 3.3487003 -1.6743501
+ 84 4.9005371 -10.21172 -10.212353 2.4928712 -12.705224 -14011.525 17203.438 25.450596 25.772444 26.22779 -4.423613 3.3487003 -1.6743501
+ 85 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.856 17203.387 25.450603 25.772441 26.227707 -4.423599 3.3487003 -1.6743501
+ 86 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.69 17203.384 25.450604 25.77244 26.227702 -4.4235981 3.3487003 -1.6743501
+ 87 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.606 17203.382 25.450604 25.77244 26.2277 -4.4235977 3.3487003 -1.6743501
+ 88 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.564 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3487003 -1.6743501
+ 89 4.9005371 -10.211721 -10.212354 2.4928714 -12.705225 -14008.564 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3487003 -1.6743501
+Loop time of 4.8661 on 4 procs for 83 steps with 1500 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -10.178336106 -10.212354026 -10.212354026
+ Force two-norm initial, final = 8831.76 490.29
+ Force max component initial, final = 6793.35 484.808
+ Final line search alpha, max atom move = 5.03582e-11 2.44141e-08
+ Iterations, force evaluations = 83 147
+
+Pair time (%) = 4.62397 (95.024)
+Neigh time (%) = 0.00863427 (0.177437)
+Comm time (%) = 0.200844 (4.12742)
+Outpt time (%) = 0.00380659 (0.0782267)
+Other time (%) = 0.0288506 (0.592889)
+
+Nlocal: 375 ave 375 max 375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 6075 ave 6075 max 6075 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 262750 ave 262750 max 262750 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1051000
+Ave neighs/atom = 700.667
+Neighbor list builds = 1
+Dangerous builds = 0
+min_modify dmax 0.005 line quadratic
+
+#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 element Hf O
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Hf O
+
+velocity all create 300.1 2398378
+run 10
+Memory usage per processor = 4.32835 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
+ 89 300.1 -10.173589 -10.212354 2.4928714 -12.705225 -10457.266 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 90 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 91 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 92 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 93 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 94 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 95 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 96 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 97 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 98 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+ 99 300.1 -10.174236 -10.213001 2.4010801 -12.614081 -16498.516 17203.381 25.450604 25.77244 26.227698 -4.4235975 3.3365845 -1.6682922
+Loop time of 0.449717 on 4 procs for 10 steps with 1500 atoms
+
+Pair time (%) = 0.312709 (69.5346)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0134462 (2.98991)
+Outpt time (%) = 0.000474274 (0.105461)
+Other time (%) = 0.123088 (27.37)
+
+Nlocal: 375 ave 375 max 375 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 6075 ave 6075 max 6075 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 264625 ave 264625 max 264625 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1058500
+Ave neighs/atom = 705.667
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.HfO2.9Jan12.linux.1 b/examples/comb/log.comb.HfO2.9Jan12.linux.1
deleted file mode 100644
index c402b4191..000000000
--- a/examples/comb/log.comb.HfO2.9Jan12.linux.1
+++ /dev/null
@@ -1,193 +0,0 @@
-LAMMPS (10 Jan 2012)
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-read_data data.m-HfO2
- triclinic box = (0 0 0) to (25.642 25.957 26.4845) with tilt (0 -4.46691 0)
- 1 by 1 by 1 MPI processor grid
- 1500 atoms
-#read_data data.t-HfO2
-#read_data data.c-HfO2
-
-mass 1 178.0
-group type1 type 1
-500 atoms in group type1
-compute charge1 type1 property/atom q
-compute q1 type1 reduce ave c_charge1
-mass 2 16.00
-group type2 type 2
-1000 atoms in group type2
-compute charge2 type2 property/atom q
-compute q2 type2 reduce ave c_charge2
-
-pair_style comb
-pair_coeff * * ffield.comb Hf O
-
-neighbor 0.5 bin
-neigh_modify every 10 delay 10 check yes
-
-timestep 0.00020
-
-#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 element Hf O
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz c_q1 c_q2
-thermo_modify norm yes
-
-fix 1 all nvt temp 300.0 300.0 0.1
-thermo 1
-run 1
-Memory usage per processor = 1771.07 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 0 0 -10.375148 -10.375148 4.2805776 -14.655726 -402517.96 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
- 1 0.24497526 -10.375149 -10.37518 4.28055 -14.65573 -402368.81 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
-Loop time of 0.120123 on 1 procs for 1 steps with 1500 atoms
-
-Pair time (%) = 0.119944 (99.8509)
-Neigh time (%) = 0 (0)
-Comm time (%) = 8.41618e-05 (0.070063)
-Outpt time (%) = 3.40939e-05 (0.0283825)
-Other time (%) = 6.07967e-05 (0.0506121)
-
-Nlocal: 1500 ave 1500 max 1500 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 10100 ave 10100 max 10100 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 1.0375e+06 ave 1.0375e+06 max 1.0375e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1037500
-Ave neighs/atom = 691.667
-Neighbor list builds = 0
-Dangerous builds = 0
-fix 2 all qeq/comb 1 0.003 file fq.out
-run 5
-Memory usage per processor = 1771.89 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 1 0.24497526 -10.375149 -10.37518 4.28055 -14.65573 -402368.81 17627.802 25.642 25.957 26.4845 -4.46691 2.7464939 -1.373247
- 2 1.2795093 -11.722657 -11.722823 -2.5378829 -9.1849398 -1178231.8 17627.802 25.642 25.957 26.4845 -4.46691 2.7464939 -1.373247
- 3 3.9305261 -11.722662 -11.72317 -2.5381759 -9.1849941 -1176818.8 17627.802 25.642 25.957 26.4845 -4.46691 2.7464667 -1.3732333
- 4 8.163283 -11.722618 -11.723672 -2.5386819 -9.1849902 -1174685 17627.802 25.642 25.957 26.4845 -4.46691 2.7464056 -1.3732028
- 5 13.960256 -11.722526 -11.724329 -2.5394249 -9.1849042 -1171826.4 17627.802 25.642 25.957 26.4845 -4.46691 2.7463184 -1.3731592
- 6 21.29783 -11.722408 -11.72516 -2.5403916 -9.184768 -1168232.6 17627.802 25.642 25.957 26.4845 -4.46691 2.7462211 -1.3731106
-Loop time of 2.40353 on 1 procs for 5 steps with 1500 atoms
-
-Pair time (%) = 0.598113 (24.8847)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000421047 (0.0175178)
-Outpt time (%) = 0.000158072 (0.00657663)
-Other time (%) = 1.80484 (75.0912)
-
-Nlocal: 1500 ave 1500 max 1500 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 10100 ave 10100 max 10100 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 1.0375e+06 ave 1.0375e+06 max 1.0375e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1037500
-Ave neighs/atom = 691.667
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-fix 1 all box/relax aniso 0.0 vmax 0.0002
-minimize 1.0e-12 1.0e-18 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 1773.36 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 6 21.29783 -11.670408 -11.673159 -2.8765459 -8.7966134 -1265631.7 17627.802 25.642 25.957 26.4845 -4.46691 2.7462211 -1.3731106
- 7 21.29783 -11.675131 -11.677882 -2.881099 -8.7967827 -1253486.8 17619.929 25.636872 25.952496 26.482562 -4.46691 2.7462211 -1.3731106
- 8 21.29783 -11.679808 -11.68256 -2.8856058 -8.7969538 -1240999.6 17612.041 25.631743 25.947989 26.480601 -4.46691 2.7462211 -1.3731106
- 9 21.29783 -11.684439 -11.68719 -2.8900654 -8.7971248 -1228174.4 17604.137 25.626615 25.943479 26.478617 -4.46691 2.7462211 -1.3731106
- 10 21.29783 -11.689021 -11.691773 -2.8944766 -8.797296 -1215016.6 17596.218 25.621486 25.938967 26.476607 -4.46691 2.7462211 -1.3731106
- 11 21.29783 -11.693555 -11.696306 -2.8988384 -8.7974677 -1201528.9 17588.281 25.616358 25.934452 26.474572 -4.46691 2.7462211 -1.3731106
- 12 21.29783 -11.698037 -11.700788 -2.9031496 -8.7976389 -1187674.4 17580.327 25.61123 25.929934 26.472509 -4.46691 2.7462211 -1.3731106
- 13 21.29783 -11.70247 -11.705221 -2.9074093 -8.7978121 -1173415.2 17572.353 25.606101 25.925412 26.470418 -4.46691 2.7462211 -1.3731106
- 14 21.29783 -11.707235 -11.709986 -2.9120023 -8.7979838 -1158172.5 17564.36 25.600973 25.920887 26.468297 -4.46691 2.7462211 -1.3731106
- 15 21.29783 -11.713863 -11.716614 -2.9184576 -8.7981563 -1142098.6 17556.347 25.595844 25.916358 26.466147 -4.46691 2.7462211 -1.3731106
- 16 21.29783 -11.722779 -11.72553 -2.9272014 -8.7983285 -1129422 17548.315 25.590716 25.911823 26.463971 -4.46691 2.7462211 -1.3731106
- 17 21.29783 -11.741011 -11.743762 -2.9452614 -8.7985004 -1124627 17540.249 25.585588 25.90728 26.46175 -4.46691 2.7462211 -1.3731106
- 18 21.29783 -11.748152 -11.750903 -2.9522304 -8.7986728 -1124520.6 17532.121 25.580459 25.902721 26.459445 -4.46691 2.7462211 -1.3731106
- 19 21.29783 -11.75378 -11.756532 -2.9576857 -8.7988459 -1119185 17523.917 25.575331 25.898158 26.457028 -4.46691 2.7462211 -1.3731106
- 20 21.29783 -11.758859 -11.761611 -2.9625911 -8.7990195 -1104339.2 17515.652 25.570202 25.89359 26.45452 -4.46691 2.7462211 -1.3731106
- 21 21.29783 -11.76349 -11.766241 -2.9670486 -8.7991922 -1076322.1 17507.352 25.565074 25.889017 26.451959 -4.46691 2.7462211 -1.3731106
- 22 21.29783 -11.767701 -11.770452 -2.9710158 -8.7994367 -1048872.9 17499.053 25.559946 25.884435 26.449405 -4.46691 2.7462211 -1.3731106
- 23 21.29783 -11.775875 -11.778626 -2.9749154 -8.8037107 -1025626.1 17490.752 25.554817 25.879846 26.446854 -4.46691 2.7462211 -1.3731106
- 24 21.29783 -11.813826 -11.816577 -2.9785903 -8.8379868 -1008756.2 17482.437 25.549689 25.875251 26.444283 -4.46691 2.7462211 -1.3731106
- 25 21.29783 -11.910194 -11.912945 -2.982199 -8.9307461 -995245.49 17474.1 25.54456 25.870662 26.441668 -4.46691 2.7462211 -1.3731106
- 26 21.29783 -11.910731 -11.913482 -2.982422 -8.9310604 -994153.58 17473.579 25.54424 25.870377 26.441502 -4.46691 2.7462211 -1.3731106
- 27 21.29783 -11.910731 -11.913482 -2.982422 -8.9310604 -994153.58 17473.579 25.54424 25.870377 26.441502 -4.46691 2.7462211 -1.3731106
-Loop time of 5.40827 on 1 procs for 21 steps with 1500 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -11.6731593188 -11.9134824619 -11.9134824619
- Force two-norm initial, final = 25697.5 19505.2
- Force max component initial, final = 18706.6 13710.2
- Final line search alpha, max atom move = 2.78239e-14 3.8147e-10
- Iterations, force evaluations = 21 44
-
-Pair time (%) = 5.39078 (99.6768)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.003757 (0.0694677)
-Outpt time (%) = 0.000648499 (0.0119909)
-Other time (%) = 0.0130765 (0.241788)
-
-Nlocal: 1500 ave 1500 max 1500 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 10100 ave 10100 max 10100 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 1.0375e+06 ave 1.0375e+06 max 1.0375e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1037500
-Ave neighs/atom = 691.667
-Neighbor list builds = 0
-Dangerous builds = 0
-min_modify dmax 0.005 line quadratic
-
-velocity all create 300.1 2398378
-run 10
-Memory usage per processor = 1771.89 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 27 300.1 -11.874717 -11.913482 -2.982422 -8.9310604 -990851.4 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 28 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 29 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 30 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 31 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 32 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 33 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 34 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 35 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 36 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
- 37 300.1 -12.178585 -12.21735 -1.7956176 -10.421733 -909695.53 17473.579 25.54424 25.870377 26.441502 -4.46691 3.0600299 -1.5300149
-Loop time of 1.66635 on 1 procs for 10 steps with 1500 atoms
-
-Pair time (%) = 1.19877 (71.9397)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000849009 (0.0509501)
-Outpt time (%) = 0.00031805 (0.0190866)
-Other time (%) = 0.466416 (27.9902)
-
-Nlocal: 1500 ave 1500 max 1500 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 10100 ave 10100 max 10100 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 1.045e+06 ave 1.045e+06 max 1.045e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1045000
-Ave neighs/atom = 696.667
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.HfO2.9Jan12.linux.4 b/examples/comb/log.comb.HfO2.9Jan12.linux.4
deleted file mode 100644
index 38e21bba2..000000000
--- a/examples/comb/log.comb.HfO2.9Jan12.linux.4
+++ /dev/null
@@ -1,291 +0,0 @@
-LAMMPS (10 Jan 2012)
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-read_data data.m-HfO2
- triclinic box = (0 0 0) to (25.642 25.957 26.4845) with tilt (0 -4.46691 0)
- 1 by 2 by 2 MPI processor grid
- 1500 atoms
-#read_data data.t-HfO2
-#read_data data.c-HfO2
-
-mass 1 178.0
-group type1 type 1
-500 atoms in group type1
-compute charge1 type1 property/atom q
-compute q1 type1 reduce ave c_charge1
-mass 2 16.00
-group type2 type 2
-1000 atoms in group type2
-compute charge2 type2 property/atom q
-compute q2 type2 reduce ave c_charge2
-
-pair_style comb
-pair_coeff * * ffield.comb Hf O
-
-neighbor 0.5 bin
-neigh_modify every 10 delay 10 check yes
-
-timestep 0.00020
-
-#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 element Hf O
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz c_q1 c_q2
-thermo_modify norm yes
-
-fix 1 all nvt temp 300.0 300.0 0.1
-thermo 1
-run 1
-Memory usage per processor = 416.525 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 0 0 -10.375148 -10.375148 4.2805776 -14.655726 -402517.96 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
- 1 0.24497526 -10.375149 -10.37518 4.28055 -14.65573 -402368.81 17627.802 25.642 25.957 26.4845 -4.46691 3.6 -1.8
-Loop time of 0.0318046 on 4 procs for 1 steps with 1500 atoms
-
-Pair time (%) = 0.030692 (96.502)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00102538 (3.224)
-Outpt time (%) = 3.89218e-05 (0.122378)
-Other time (%) = 4.82202e-05 (0.151614)
-
-Nlocal: 375 ave 375 max 375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 6075 ave 6075 max 6075 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 259375 ave 259375 max 259375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1037500
-Ave neighs/atom = 691.667
-Neighbor list builds = 0
-Dangerous builds = 0
-fix 2 all qeq/comb 1 0.003 file fq.out
-run 5
-Memory usage per processor = 416.923 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 1 0.24497526 -10.375149 -10.37518 4.28055 -14.65573 -402368.81 17627.802 25.642 25.957 26.4845 -4.46691 2.480664 -1.240332
- 2 1.332821 -11.209515 -11.209687 -3.2054666 -8.0042207 -1191111.8 17627.802 25.642 25.957 26.4845 -4.46691 2.480664 -1.240332
- 3 4.354723 -11.20952 -11.210083 -3.2057752 -8.0043075 -1189669.1 17627.802 25.642 25.957 26.4845 -4.46691 2.4806442 -1.2403221
- 4 9.3099681 -11.2095 -11.210703 -3.206296 -8.0044071 -1187480.4 17627.802 25.642 25.957 26.4845 -4.46691 2.4805928 -1.2402964
- 5 16.179541 -11.209458 -11.211548 -3.2070561 -8.0044916 -1184541.9 17627.802 25.642 25.957 26.4845 -4.46691 2.4805273 -1.2402636
- 6 24.937669 -11.209421 -11.212642 -3.2080101 -8.0046317 -1180839.7 17627.802 25.642 25.957 26.4845 -4.46691 2.4804545 -1.2402272
-Loop time of 0.665697 on 4 procs for 5 steps with 1500 atoms
-
-Pair time (%) = 0.150524 (22.6115)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00534689 (0.803202)
-Outpt time (%) = 0.000192285 (0.0288847)
-Other time (%) = 0.509634 (76.5564)
-
-Nlocal: 375 ave 375 max 375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 6075 ave 6075 max 6075 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 259375 ave 259375 max 259375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1037500
-Ave neighs/atom = 691.667
-Neighbor list builds = 0
-Dangerous builds = 0
-
-unfix 1
-fix 1 all box/relax aniso 0.0 vmax 0.0002
-minimize 1.0e-12 1.0e-18 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 417.638 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 6 24.937669 -11.119392 -11.122613 -3.7917885 -7.3308248 -1331535.2 17627.802 25.642 25.957 26.4845 -4.46691 2.4804545 -1.2402272
- 7 24.937669 -11.124364 -11.127585 -3.7966203 -7.3309649 -1319068.8 17619.914 25.636872 25.952494 26.482541 -4.46691 2.4804545 -1.2402272
- 8 24.937669 -11.12929 -11.132511 -3.8014047 -7.3311063 -1306249 17612.011 25.631743 25.947986 26.480559 -4.46691 2.4804545 -1.2402272
- 9 24.937669 -11.134167 -11.137388 -3.8061404 -7.3312478 -1293080.4 17604.094 25.626615 25.943476 26.478554 -4.46691 2.4804545 -1.2402272
- 10 24.937669 -11.138994 -11.142216 -3.8108264 -7.3313893 -1279568.8 17596.16 25.621486 25.938963 26.476524 -4.46691 2.4804545 -1.2402272
- 11 24.937669 -11.143771 -11.146993 -3.8154614 -7.3315313 -1265720.4 17588.21 25.616358 25.934448 26.474468 -4.46691 2.4804545 -1.2402272
- 12 24.937669 -11.148496 -11.151717 -3.8200446 -7.3316729 -1251540.8 17580.241 25.61123 25.92993 26.472385 -4.46691 2.4804545 -1.2402272
- 13 24.937669 -11.153513 -11.156734 -3.8249183 -7.3318161 -1237144.2 17572.254 25.606101 25.925408 26.470273 -4.46691 2.4804545 -1.2402272
- 14 24.937669 -11.16005 -11.163272 -3.8313134 -7.3319582 -1222915.3 17564.247 25.600973 25.920884 26.46813 -4.46691 2.4804545 -1.2402272
- 15 24.937669 -11.16669 -11.169911 -3.8378099 -7.332101 -1208411.1 17556.216 25.595844 25.916354 26.465954 -4.46691 2.4804545 -1.2402272
- 16 24.937669 -11.176313 -11.179534 -3.8472905 -7.3322435 -1194529.9 17548.16 25.590716 25.911819 26.463742 -4.46691 2.4804545 -1.2402272
- 17 24.937669 -11.189963 -11.193184 -3.8607982 -7.3323858 -1181590.6 17540.074 25.585588 25.907276 26.461489 -4.46691 2.4804545 -1.2402272
- 18 24.937669 -11.198449 -11.20167 -3.8691419 -7.332528 -1166711 17531.951 25.580459 25.902722 26.459188 -4.46691 2.4804545 -1.2402272
- 19 24.937669 -11.205262 -11.208484 -3.8758138 -7.3326699 -1151023.9 17523.796 25.575331 25.89816 26.456843 -4.46691 2.4804545 -1.2402272
- 20 24.937669 -11.212314 -11.215535 -3.8827236 -7.3328117 -1135134.5 17515.611 25.570202 25.893592 26.454455 -4.46691 2.4804545 -1.2402272
- 21 24.937669 -11.218016 -11.221237 -3.8882845 -7.3329526 -1118552.5 17507.392 25.565074 25.889016 26.45202 -4.46691 2.4804545 -1.2402272
- 22 24.937669 -11.222659 -11.225881 -3.8927875 -7.333093 -1101383.9 17499.139 25.559946 25.884434 26.449538 -4.46691 2.4804545 -1.2402272
- 23 24.937669 -11.226952 -11.230173 -3.8969397 -7.3332337 -1083865.1 17490.854 25.554817 25.879846 26.447008 -4.46691 2.4804545 -1.2402272
- 24 24.937669 -11.231023 -11.234244 -3.9008707 -7.3333736 -1066045.2 17482.533 25.549689 25.875252 26.444426 -4.46691 2.4804545 -1.2402272
- 25 24.937669 -11.235033 -11.238254 -3.9047394 -7.3335144 -1047983.4 17474.175 25.54456 25.870652 26.441792 -4.46691 2.4804545 -1.2402272
- 26 24.937669 -11.238979 -11.242201 -3.9085455 -7.333655 -1029686.9 17465.779 25.539432 25.866046 26.4391 -4.46691 2.4804545 -1.2402272
- 27 24.937669 -11.242863 -11.246084 -3.9122887 -7.3337956 -1011163.7 17457.34 25.534304 25.861433 26.436349 -4.46691 2.4804545 -1.2402272
- 28 24.937669 -11.246686 -11.249907 -3.9159688 -7.3339381 -992422.88 17448.858 25.529175 25.856812 26.433534 -4.46691 2.4804545 -1.2402272
- 29 24.937669 -11.250446 -11.253668 -3.9195856 -7.3340819 -973472.02 17440.328 25.524047 25.852184 26.430652 -4.46691 2.4804545 -1.2402272
- 30 24.937669 -11.254146 -11.257367 -3.923139 -7.3342279 -954319.47 17431.749 25.518918 25.847547 26.427699 -4.46691 2.4804545 -1.2402272
- 31 24.937669 -11.257781 -11.261003 -3.9266292 -7.3343734 -934971.89 17423.116 25.51379 25.842902 26.424669 -4.46691 2.4804545 -1.2402272
- 32 24.937669 -11.261355 -11.264576 -3.9300563 -7.3345201 -915438.13 17414.426 25.508662 25.838247 26.421559 -4.46691 2.4804545 -1.2402272
- 33 24.937669 -11.264868 -11.268089 -3.9334206 -7.3346683 -895726.51 17405.675 25.503533 25.833583 26.418362 -4.46691 2.4804545 -1.2402272
- 34 24.937669 -11.268319 -11.27154 -3.9367223 -7.3348175 -875844.65 17396.86 25.498405 25.828908 26.415072 -4.46691 2.4804545 -1.2402272
- 35 24.937669 -11.271708 -11.27493 -3.9399621 -7.3349676 -855800.42 17387.974 25.493276 25.824221 26.411684 -4.46691 2.4804545 -1.2402272
- 36 24.937669 -11.275035 -11.278257 -3.9431406 -7.3351162 -835600.16 17379.014 25.488148 25.819523 26.40819 -4.46691 2.4804545 -1.2402272
- 37 24.937669 -11.278302 -11.281523 -3.9462585 -7.3352643 -815252.4 17369.973 25.48302 25.814811 26.404583 -4.46691 2.4804545 -1.2402272
- 38 24.937669 -11.281508 -11.284729 -3.949317 -7.3354119 -794764.78 17360.845 25.477891 25.810085 26.400852 -4.46691 2.4804545 -1.2402272
- 39 24.937669 -11.284657 -11.287878 -3.9523172 -7.335561 -774146.03 17351.623 25.472763 25.805345 26.396989 -4.46691 2.4804545 -1.2402272
- 40 24.937669 -11.28775 -11.290971 -3.9552606 -7.3357107 -753402.85 17342.3 25.467634 25.800587 26.392983 -4.46691 2.4804545 -1.2402272
- 41 24.937669 -11.290789 -11.294011 -3.9581487 -7.3358619 -732542.91 17332.865 25.462506 25.795813 26.388822 -4.46691 2.4804545 -1.2402272
- 42 24.937669 -11.293778 -11.296999 -3.9609838 -7.3360152 -711573.18 17323.31 25.457378 25.791019 26.384491 -4.46691 2.4804545 -1.2402272
- 43 24.937669 -11.296716 -11.299937 -3.9637679 -7.3361695 -690499.53 17313.623 25.452249 25.786204 26.379975 -4.46691 2.4804545 -1.2402272
- 44 24.937669 -11.299611 -11.302832 -3.966504 -7.3363285 -669329.96 17303.791 25.447121 25.781367 26.375256 -4.46691 2.4804545 -1.2402272
- 45 24.937669 -11.302465 -11.305686 -3.9691953 -7.336491 -648069.16 17293.8 25.441992 25.776504 26.370314 -4.46691 2.4804545 -1.2402272
- 46 24.937669 -11.30528 -11.308502 -3.9718455 -7.3366562 -626720.99 17283.632 25.436864 25.771614 26.365124 -4.46691 2.4804545 -1.2402272
- 47 24.937669 -11.307978 -11.311199 -3.9743804 -7.3368185 -605946.37 17273.585 25.431893 25.766844 26.359827 -4.46691 2.4804545 -1.2402272
- 48 24.937669 -11.310512 -11.313733 -3.9767586 -7.3369747 -586171.83 17263.86 25.427179 25.76229 26.35453 -4.46691 2.4804545 -1.2402272
- 49 24.937669 -11.312898 -11.31612 -3.978995 -7.3371247 -567358.74 17254.444 25.422709 25.757942 26.349233 -4.46691 2.4804545 -1.2402272
- 50 24.937669 -11.315151 -11.318372 -3.9811032 -7.337269 -549468.1 17245.321 25.418472 25.753791 26.343936 -4.46691 2.4804545 -1.2402272
- 51 24.937669 -11.317282 -11.320503 -3.9830955 -7.3374078 -532460.71 17236.477 25.414458 25.749827 26.33864 -4.46691 2.4804545 -1.2402272
- 52 24.937669 -11.319303 -11.322525 -3.9849831 -7.3375416 -516297.54 17227.899 25.410655 25.746041 26.333343 -4.46691 2.4804545 -1.2402272
- 53 24.937669 -11.321225 -11.324447 -3.9867761 -7.3376707 -500940.12 17219.573 25.407053 25.742425 26.328046 -4.46691 2.4804545 -1.2402272
- 54 24.937669 -11.323058 -11.326279 -3.9884836 -7.3377956 -486350.73 17211.488 25.403642 25.738971 26.322749 -4.46691 2.4804545 -1.2402272
- 55 24.937669 -11.32481 -11.328031 -3.9901141 -7.3379171 -472493.07 17203.631 25.400413 25.735671 26.317452 -4.46691 2.4804545 -1.2402272
- 56 24.937669 -11.326489 -11.32971 -3.9916749 -7.3380352 -459331.31 17195.991 25.397358 25.732517 26.312155 -4.46691 2.4804545 -1.2402272
- 57 24.937669 -11.328102 -11.331323 -3.9931729 -7.3381501 -446830.89 17188.558 25.394466 25.729502 26.306858 -4.46691 2.4804545 -1.2402272
- 58 24.937669 -11.329654 -11.332876 -3.9946142 -7.3382614 -434958.48 17181.322 25.391731 25.72662 26.301561 -4.46691 2.4804545 -1.2402272
- 59 24.937669 -11.331153 -11.334374 -3.9960043 -7.3383695 -423682.29 17174.272 25.389145 25.723864 26.296264 -4.46691 2.4804545 -1.2402272
- 60 24.937669 -11.332601 -11.335823 -3.9973482 -7.3384745 -412971.91 17167.399 25.386699 25.721228 26.290967 -4.46691 2.4804545 -1.2402272
- 61 24.937669 -11.334006 -11.337227 -3.9986504 -7.3385765 -402798.3 17160.695 25.384388 25.718706 26.285671 -4.46691 2.4804545 -1.2402272
- 62 24.937669 -11.335369 -11.338591 -3.999915 -7.3386757 -393133.76 17154.152 25.382205 25.716293 26.280374 -4.46691 2.4804545 -1.2402272
- 63 24.937669 -11.336696 -11.339918 -4.0011456 -7.3387722 -383951.94 17147.76 25.380142 25.713983 26.275077 -4.46691 2.4804545 -1.2402272
- 64 24.937669 -11.33799 -11.341212 -4.0023455 -7.3388662 -375227.79 17141.513 25.378195 25.711772 26.26978 -4.46691 2.4804545 -1.2402272
- 65 24.937669 -11.339254 -11.342475 -4.0035177 -7.3389578 -366937.52 17135.404 25.376357 25.709653 26.264483 -4.46691 2.4804545 -1.2402272
- 66 24.937669 -11.340491 -11.343712 -4.0046649 -7.3390471 -359058.56 17129.426 25.374623 25.707624 26.259186 -4.46691 2.4804545 -1.2402272
- 67 24.937669 -11.341702 -11.344924 -4.0057895 -7.3391342 -351569.51 17123.572 25.372988 25.70568 26.253889 -4.46691 2.4804545 -1.2402272
- 68 24.937669 -11.342892 -11.346113 -4.0068937 -7.3392192 -344450.1 17117.836 25.371447 25.703816 26.248592 -4.46691 2.4804545 -1.2402272
- 69 24.937669 -11.344061 -11.347282 -4.0079795 -7.3393023 -337681.13 17112.212 25.369995 25.702029 26.243295 -4.46691 2.4804545 -1.2402272
- 70 24.937669 -11.345211 -11.348432 -4.0090487 -7.3393835 -331244.45 17106.696 25.368628 25.700315 26.237998 -4.46691 2.4804545 -1.2402272
- 71 24.937669 -11.346345 -11.349567 -4.0101029 -7.3394638 -325123.5 17101.281 25.367342 25.698671 26.232702 -4.46691 2.4804545 -1.2402272
- 72 24.937669 -11.347464 -11.350685 -4.0111435 -7.3395417 -319300.89 17095.963 25.366132 25.697093 26.227405 -4.46691 2.4804545 -1.2402272
- 73 24.937669 -11.34857 -11.351791 -4.0121718 -7.3396197 -313762.69 17090.736 25.364996 25.695578 26.222108 -4.46691 2.4804545 -1.2402272
- 74 24.937669 -11.349662 -11.352883 -4.0131891 -7.3396939 -308492.11 17085.598 25.363929 25.694123 26.216811 -4.46691 2.4804545 -1.2402272
- 75 24.937669 -11.350742 -11.353963 -4.0141963 -7.3397671 -303476.96 17080.542 25.362927 25.692725 26.211514 -4.46691 2.4804545 -1.2402272
- 76 24.937669 -11.351812 -11.355033 -4.0151946 -7.3398386 -298703.85 17075.566 25.361989 25.691382 26.206217 -4.46691 2.4804545 -1.2402272
- 77 24.937669 -11.352873 -11.356094 -4.0161846 -7.3399096 -294161.04 17070.665 25.36111 25.690091 26.20092 -4.46691 2.4804545 -1.2402272
- 78 24.937669 -11.353926 -11.357147 -4.0171674 -7.3399796 -289836.52 17065.836 25.360288 25.688849 26.195623 -4.46691 2.4804545 -1.2402272
- 79 24.937669 -11.35497 -11.358192 -4.0181434 -7.3400483 -285719.12 17061.075 25.35952 25.687655 26.190326 -4.46691 2.4804545 -1.2402272
- 80 24.937669 -11.356008 -11.35923 -4.0191135 -7.340116 -281798.55 17056.379 25.358803 25.686506 26.185029 -4.46691 2.4804545 -1.2402272
- 81 24.937669 -11.357041 -11.360262 -4.0200782 -7.340184 -278065.73 17051.745 25.358135 25.685399 26.179733 -4.46691 2.4804545 -1.2402272
- 82 24.937669 -11.358068 -11.361289 -4.0210379 -7.3402515 -274510.78 17047.17 25.357514 25.684334 26.174436 -4.46691 2.4804545 -1.2402272
- 83 24.937669 -11.35909 -11.362311 -4.0219933 -7.340318 -271124.57 17042.651 25.356936 25.683307 26.169139 -4.46691 2.4804545 -1.2402272
- 84 24.937669 -11.360107 -11.363329 -4.0229447 -7.3403841 -267898.97 17038.186 25.356401 25.682318 26.163842 -4.46691 2.4804545 -1.2402272
- 85 24.937669 -11.36112 -11.364342 -4.0238925 -7.3404492 -264825.72 17033.771 25.355905 25.681365 26.158545 -4.46691 2.4804545 -1.2402272
- 86 24.937669 -11.362129 -11.36535 -4.0248371 -7.3405133 -261897.31 17029.405 25.355448 25.680445 26.153248 -4.46691 2.4804545 -1.2402272
- 87 24.937669 -11.363134 -11.366355 -4.0257788 -7.3405765 -259106.64 17025.085 25.355027 25.679558 26.147951 -4.46691 2.4804545 -1.2402272
- 88 24.937669 -11.364135 -11.367357 -4.0267179 -7.3406387 -256446.95 17020.808 25.35464 25.678702 26.142654 -4.46691 2.4804545 -1.2402272
- 89 24.937669 -11.365133 -11.368355 -4.0276546 -7.3407001 -253911.89 17016.574 25.354285 25.677875 26.137357 -4.46691 2.4804545 -1.2402272
- 90 24.937669 -11.366129 -11.36935 -4.0285893 -7.3407607 -251495.4 17012.379 25.353962 25.677076 26.13206 -4.46691 2.4804545 -1.2402272
- 91 24.937669 -11.367121 -11.370342 -4.029522 -7.3408204 -249191.74 17008.223 25.353669 25.676304 26.126764 -4.46691 2.4804545 -1.2402272
- 92 24.937669 -11.368111 -11.371333 -4.0304531 -7.3408794 -246995.48 17004.103 25.353403 25.675558 26.121467 -4.46691 2.4804545 -1.2402272
- 93 24.937669 -11.369099 -11.37232 -4.0313827 -7.3409374 -244901.4 17000.017 25.353165 25.674837 26.11617 -4.46691 2.4804545 -1.2402272
- 94 24.937669 -11.370084 -11.373306 -4.032311 -7.3409945 -242904.51 16995.964 25.352951 25.674139 26.110873 -4.46691 2.4804545 -1.2402272
- 95 24.937669 -11.371068 -11.374289 -4.0332381 -7.3410509 -241000.35 16991.942 25.352762 25.673463 26.105576 -4.46691 2.4804545 -1.2402272
- 96 24.937669 -11.372049 -11.37527 -4.0341641 -7.3411063 -239184.32 16987.95 25.352596 25.672809 26.100279 -4.46691 2.4804545 -1.2402272
- 97 24.937669 -11.373029 -11.37625 -4.0350892 -7.341161 -237452.42 16983.987 25.352452 25.672175 26.094982 -4.46691 2.4804545 -1.2402272
- 98 24.937669 -11.374007 -11.377229 -4.0360135 -7.341215 -235800.7 16980.05 25.352329 25.671561 26.089685 -4.46691 2.4804545 -1.2402272
- 99 24.937669 -11.374985 -11.378206 -4.0369371 -7.3412694 -234226.03 16976.14 25.352225 25.670965 26.084388 -4.46691 2.4804545 -1.2402272
- 100 24.937669 -11.375963 -11.379184 -4.0378601 -7.341324 -232724.75 16972.254 25.352141 25.670388 26.079091 -4.46691 2.4804545 -1.2402272
- 101 24.937669 -11.37694 -11.380161 -4.0387826 -7.3413784 -231293.15 16968.391 25.352074 25.669827 26.073795 -4.46691 2.4804545 -1.2402272
- 102 24.937669 -11.377915 -11.381137 -4.0397046 -7.3414322 -229927.75 16964.551 25.352024 25.669283 26.068498 -4.46691 2.4804545 -1.2402272
- 103 24.937669 -11.37889 -11.382112 -4.0406262 -7.3414855 -228625.48 16960.733 25.35199 25.668755 26.063201 -4.46691 2.4804545 -1.2402272
- 104 24.937669 -11.379864 -11.383086 -4.0415475 -7.3415382 -227383.42 16956.934 25.351972 25.668242 26.057904 -4.46691 2.4804545 -1.2402272
- 105 24.937669 -11.380838 -11.384059 -4.0424685 -7.3415903 -226198.79 16953.155 25.351968 25.667743 26.052607 -4.46691 2.4804545 -1.2402272
- 106 24.937669 -11.38181 -11.385031 -4.0433894 -7.3416419 -225068.97 16949.395 25.351978 25.667258 26.04731 -4.46691 2.4804545 -1.2402272
- 107 24.937669 -11.382783 -11.386004 -4.0443101 -7.3416939 -223992.05 16945.652 25.352001 25.666786 26.042013 -4.46691 2.4804545 -1.2402272
- 108 24.937669 -11.383755 -11.386976 -4.0452307 -7.3417454 -222965.04 16941.926 25.352037 25.666326 26.036716 -4.46691 2.4804545 -1.2402272
- 109 24.937669 -11.384727 -11.387948 -4.0461513 -7.3417972 -221986.16 16938.216 25.352084 25.665879 26.031419 -4.46691 2.4804545 -1.2402272
- 110 24.937669 -11.385699 -11.38892 -4.0470718 -7.3418485 -221052.74 16934.521 25.352143 25.665444 26.026122 -4.46691 2.4804545 -1.2402272
- 111 24.937669 -11.38667 -11.389892 -4.0479923 -7.3418993 -220162.75 16930.841 25.352212 25.665019 26.020826 -4.46691 2.4804545 -1.2402272
- 112 24.937669 -11.387641 -11.390863 -4.048913 -7.3419496 -219314.21 16927.174 25.352291 25.664605 26.015529 -4.46691 2.4804545 -1.2402272
- 113 24.937669 -11.388612 -11.391833 -4.0498336 -7.3419995 -218505.28 16923.521 25.35238 25.664202 26.010232 -4.46691 2.4804545 -1.2402272
- 114 24.937669 -11.389582 -11.392803 -4.0507545 -7.3420489 -217734.19 16919.88 25.352478 25.663808 26.004935 -4.46691 2.4804545 -1.2402272
- 115 24.937669 -11.390553 -11.393774 -4.0516754 -7.3420988 -216999.89 16916.252 25.352585 25.663424 25.999638 -4.46691 2.4804545 -1.2402272
- 116 24.937669 -11.391524 -11.394745 -4.0525965 -7.3421486 -216300.32 16912.635 25.3527 25.663049 25.994341 -4.46691 2.4804545 -1.2402272
- 117 24.937669 -11.39201 -11.395231 -4.0530571 -7.3421737 -215967.06 16910.832 25.352761 25.662866 25.991693 -4.46691 2.4804545 -1.2402272
- 118 24.937669 -11.392232 -11.395453 -4.0532686 -7.3421844 -215803.49 16909.932 25.352792 25.662775 25.990368 -4.46691 2.4804545 -1.2402272
- 119 24.937669 -11.392243 -11.395465 -4.0532786 -7.342186 -215784.41 16909.819 25.352796 25.662764 25.990203 -4.46691 2.4804545 -1.2402272
- 120 24.937669 -11.392247 -11.395468 -4.0532822 -7.3421862 -215782.06 16909.805 25.352797 25.662763 25.990182 -4.46691 2.4804545 -1.2402272
- 121 24.937669 -11.392249 -11.39547 -4.053284 -7.3421863 -215780.89 16909.798 25.352797 25.662762 25.990172 -4.46691 2.4804545 -1.2402272
- 122 24.937669 -11.392249 -11.395471 -4.0532845 -7.3421863 -215780.6 16909.796 25.352797 25.662762 25.990169 -4.46691 2.4804545 -1.2402272
- 123 24.937669 -11.39225 -11.395471 -4.0532847 -7.3421863 -215780.45 16909.796 25.352797 25.662762 25.990168 -4.46691 2.4804545 -1.2402272
- 124 24.937669 -11.39225 -11.395471 -4.0532847 -7.3421863 -215780.41 16909.795 25.352797 25.662762 25.990168 -4.46691 2.4804545 -1.2402272
- 125 24.937669 -11.39225 -11.395471 -4.0532847 -7.3421863 -215780.41 16909.795 25.352797 25.662762 25.990168 -4.46691 2.4804545 -1.2402272
-Loop time of 6.48088 on 4 procs for 119 steps with 1500 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -11.1226132511 -11.3954710611 -11.3954710611
- Force two-norm initial, final = 27009.2 6698.47
- Force max component initial, final = 19644.3 6673.92
- Final line search alpha, max atom move = 2.28633e-13 1.52588e-09
- Iterations, force evaluations = 119 198
-
-Pair time (%) = 6.18186 (95.3861)
-Neigh time (%) = 0.13631 (2.10326)
-Comm time (%) = 0.121525 (1.87513)
-Outpt time (%) = 0.00443709 (0.0684643)
-Other time (%) = 0.0367464 (0.566998)
-
-Nlocal: 375 ave 375 max 375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 6075 ave 6075 max 6075 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 268488 ave 268492 max 268483 min
-Histogram: 1 0 0 0 1 1 0 0 0 1
-
-Total # of neighbors = 1073950
-Ave neighs/atom = 715.967
-Neighbor list builds = 2
-Dangerous builds = 0
-min_modify dmax 0.005 line quadratic
-
-velocity all create 300.1 2398378
-run 10
-Memory usage per processor = 416.923 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz q1 q2
- 125 300.1 -11.356706 -11.395471 -4.0532847 -7.3421863 -212412.69 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 126 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 127 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 128 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 129 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 130 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 131 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 132 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 133 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 134 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
- 135 300.1 -11.883805 -11.92257 -2.247232 -9.6753381 -131419.33 16909.795 25.352797 25.662762 25.990168 -4.46691 3.011271 -1.5056355
-Loop time of 0.445023 on 4 procs for 10 steps with 1500 atoms
-
-Pair time (%) = 0.314639 (70.7017)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00810659 (1.82161)
-Outpt time (%) = 0.000411868 (0.0925499)
-Other time (%) = 0.121866 (27.3841)
-
-Nlocal: 375 ave 375 max 375 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 6075 ave 6075 max 6075 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 271875 ave 271875 max 271875 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1087500
-Ave neighs/atom = 725
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.18Feb13.linux.1 b/examples/comb/log.comb.Si.18Feb13.linux.1
new file mode 100644
index 000000000..fa2492e47
--- /dev/null
+++ b/examples/comb/log.comb.Si.18Feb13.linux.1
@@ -0,0 +1,73 @@
+LAMMPS (18 Feb 2013)
+# Pure Si crystal, structure created by LAMMPS, qeq off
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice diamond 5.43
+Lattice spacing in x,y,z = 5.43 5.43 5.43
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (21.72 21.72 21.72)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 512 atoms
+mass 1 29.0
+
+pair_style comb
+pair_coeff * * ffield.comb Si
+
+neighbor 0.5 bin
+neigh_modify every 1 delay 1 check yes
+
+fix 1 all nve
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
+thermo_modify norm yes
+velocity all create 10.1 2398378
+thermo 1
+
+#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 append yes element Si
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Si
+
+run 10
+Memory usage per processor = 4.10655 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
+ 0 10.1 -4.6284152 -4.6297182 -4.6297182 0 1140.7851 10246.592 21.72 21.72 21.72 0
+ 1 10.097843 -4.6284152 -4.6297179 -4.6297179 0 1140.8131 10246.592 21.72 21.72 21.72 0
+ 2 10.091376 -4.6284152 -4.6297171 -4.6297171 0 1140.8972 10246.592 21.72 21.72 21.72 0
+ 3 10.080606 -4.6284152 -4.6297157 -4.6297157 0 1141.0373 10246.592 21.72 21.72 21.72 0
+ 4 10.065546 -4.6284152 -4.6297137 -4.6297137 0 1141.233 10246.592 21.72 21.72 21.72 0
+ 5 10.046214 -4.6284152 -4.6297113 -4.6297113 0 1141.4842 10246.592 21.72 21.72 21.72 0
+ 6 10.022634 -4.6284152 -4.6297082 -4.6297082 0 1141.7906 10246.592 21.72 21.72 21.72 0
+ 7 9.9948348 -4.6284152 -4.6297046 -4.6297046 0 1142.1515 10246.592 21.72 21.72 21.72 0
+ 8 9.9628496 -4.6284152 -4.6297005 -4.6297005 0 1142.5666 10246.592 21.72 21.72 21.72 0
+ 9 9.9267173 -4.6284152 -4.6296958 -4.6296958 0 1143.0353 10246.592 21.72 21.72 21.72 0
+ 10 9.8864817 -4.6284152 -4.6296906 -4.6296906 0 1143.5568 10246.592 21.72 21.72 21.72 0
+Loop time of 0.134755 on 1 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.134076 (99.4959)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000367403 (0.272645)
+Outpt time (%) = 0.000136852 (0.101556)
+Other time (%) = 0.000174999 (0.129865)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.18Feb13.linux.4 b/examples/comb/log.comb.Si.18Feb13.linux.4
new file mode 100644
index 000000000..c9c3e7066
--- /dev/null
+++ b/examples/comb/log.comb.Si.18Feb13.linux.4
@@ -0,0 +1,73 @@
+LAMMPS (18 Feb 2013)
+# Pure Si crystal, structure created by LAMMPS, qeq off
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice diamond 5.43
+Lattice spacing in x,y,z = 5.43 5.43 5.43
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (21.72 21.72 21.72)
+ 1 by 2 by 2 MPI processor grid
+create_atoms 1 box
+Created 512 atoms
+mass 1 29.0
+
+pair_style comb
+pair_coeff * * ffield.comb Si
+
+neighbor 0.5 bin
+neigh_modify every 1 delay 1 check yes
+
+fix 1 all nve
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
+thermo_modify norm yes
+velocity all create 10.1 2398378
+thermo 1
+
+#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
+#dump_modify 1 append yes element Si
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 2 element Si
+
+run 10
+Memory usage per processor = 3.2561 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
+ 0 10.1 -4.6284152 -4.6297182 -4.6297182 0 1140.7851 10246.592 21.72 21.72 21.72 0
+ 1 10.097841 -4.6284152 -4.6297179 -4.6297179 0 1140.8134 10246.592 21.72 21.72 21.72 0
+ 2 10.091367 -4.6284152 -4.6297171 -4.6297171 0 1140.8983 10246.592 21.72 21.72 21.72 0
+ 3 10.080586 -4.6284152 -4.6297157 -4.6297157 0 1141.0397 10246.592 21.72 21.72 21.72 0
+ 4 10.065511 -4.6284152 -4.6297137 -4.6297137 0 1141.2373 10246.592 21.72 21.72 21.72 0
+ 5 10.046161 -4.6284152 -4.6297112 -4.6297112 0 1141.4909 10246.592 21.72 21.72 21.72 0
+ 6 10.02256 -4.6284152 -4.6297082 -4.6297082 0 1141.8001 10246.592 21.72 21.72 21.72 0
+ 7 9.9947353 -4.6284152 -4.6297046 -4.6297046 0 1142.1645 10246.592 21.72 21.72 21.72 0
+ 8 9.9627224 -4.6284152 -4.6297005 -4.6297005 0 1142.5835 10246.592 21.72 21.72 21.72 0
+ 9 9.9265602 -4.6284152 -4.6296958 -4.6296958 0 1143.0565 10246.592 21.72 21.72 21.72 0
+ 10 9.8862927 -4.6284152 -4.6296906 -4.6296906 0 1143.5829 10246.592 21.72 21.72 21.72 0
+Loop time of 0.0362901 on 4 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.0342847 (94.474)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158697 (4.37302)
+Outpt time (%) = 0.000268877 (0.740909)
+Other time (%) = 0.000149548 (0.41209)
+
+Nlocal: 128 ave 128 max 128 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 3073 ave 3073 max 3073 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 53248 max 53248 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.9Jan12.linux.1 b/examples/comb/log.comb.Si.9Jan12.linux.1
deleted file mode 100644
index 7f730f3eb..000000000
--- a/examples/comb/log.comb.Si.9Jan12.linux.1
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Si crystal, structure created by LAMMPS, qeq off
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice diamond 5.43
-Lattice spacing in x,y,z = 5.43 5.43 5.43
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (21.72 21.72 21.72)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 512 atoms
-mass 1 29.0
-
-pair_style comb
-pair_coeff * * ffield.comb Si
-
-neighbor 0.5 bin
-neigh_modify every 1 delay 1 check yes
-
-#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 append yes element Si
-
-fix 1 all nve
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
-thermo_modify norm yes
-velocity all create 10.1 2398378
-thermo 1
-run 10
-Memory usage per processor = 384.657 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
- 0 10.1 -5.2974091 -5.2987121 -5.2987121 0 -71570.238 10246.592 21.72 21.72 21.72 0
- 1 10.098269 -5.2974091 -5.2987119 -5.2987119 0 -71570.213 10246.592 21.72 21.72 21.72 0
- 2 10.093077 -5.2974091 -5.2987112 -5.2987112 0 -71570.137 10246.592 21.72 21.72 21.72 0
- 3 10.08443 -5.2974091 -5.2987101 -5.2987101 0 -71570.011 10246.592 21.72 21.72 21.72 0
- 4 10.072338 -5.2974091 -5.2987085 -5.2987085 0 -71569.835 10246.592 21.72 21.72 21.72 0
- 5 10.056815 -5.2974091 -5.2987065 -5.2987065 0 -71569.609 10246.592 21.72 21.72 21.72 0
- 6 10.037878 -5.2974091 -5.2987041 -5.2987041 0 -71569.334 10246.592 21.72 21.72 21.72 0
- 7 10.015548 -5.2974091 -5.2987012 -5.2987012 0 -71569.01 10246.592 21.72 21.72 21.72 0
- 8 9.9898514 -5.2974091 -5.2986979 -5.2986979 0 -71568.636 10246.592 21.72 21.72 21.72 0
- 9 9.9608163 -5.2974091 -5.2986941 -5.2986941 0 -71568.215 10246.592 21.72 21.72 21.72 0
- 10 9.9284757 -5.2974091 -5.29869 -5.29869 0 -71567.746 10246.592 21.72 21.72 21.72 0
-Loop time of 0.131721 on 1 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.131023 (99.47)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000367165 (0.278744)
-Outpt time (%) = 0.000140667 (0.106792)
-Other time (%) = 0.000190258 (0.14444)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 212992 ave 212992 max 212992 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 212992
-Ave neighs/atom = 416
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.9Jan12.linux.4 b/examples/comb/log.comb.Si.9Jan12.linux.4
deleted file mode 100644
index d5069f059..000000000
--- a/examples/comb/log.comb.Si.9Jan12.linux.4
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Si crystal, structure created by LAMMPS, qeq off
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice diamond 5.43
-Lattice spacing in x,y,z = 5.43 5.43 5.43
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (21.72 21.72 21.72)
- 1 by 2 by 2 MPI processor grid
-create_atoms 1 box
-Created 512 atoms
-mass 1 29.0
-
-pair_style comb
-pair_coeff * * ffield.comb Si
-
-neighbor 0.5 bin
-neigh_modify every 1 delay 1 check yes
-
-#dump 1 all cfg 10 *.cfg id type xs ys zs q vx vy vz fx fy fz
-#dump_modify 1 append yes element Si
-
-fix 1 all nve
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul press vol lx ly lz xz
-thermo_modify norm yes
-velocity all create 10.1 2398378
-thermo 1
-run 10
-Memory usage per processor = 383.808 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul Press Volume Lx Ly Lz Xz
- 0 10.1 -5.2974091 -5.2987121 -5.2987121 0 -71570.238 10246.592 21.72 21.72 21.72 0
- 1 10.098254 -5.2974091 -5.2987119 -5.2987119 0 -71570.212 10246.592 21.72 21.72 21.72 0
- 2 10.093019 -5.2974091 -5.2987112 -5.2987112 0 -71570.136 10246.592 21.72 21.72 21.72 0
- 3 10.0843 -5.2974091 -5.2987101 -5.2987101 0 -71570.008 10246.592 21.72 21.72 21.72 0
- 4 10.072108 -5.2974091 -5.2987085 -5.2987085 0 -71569.83 10246.592 21.72 21.72 21.72 0
- 5 10.056457 -5.2974091 -5.2987065 -5.2987065 0 -71569.601 10246.592 21.72 21.72 21.72 0
- 6 10.037364 -5.2974091 -5.298704 -5.298704 0 -71569.322 10246.592 21.72 21.72 21.72 0
- 7 10.014852 -5.2974091 -5.2987011 -5.2987011 0 -71568.993 10246.592 21.72 21.72 21.72 0
- 8 9.9889464 -5.2974091 -5.2986978 -5.2986978 0 -71568.614 10246.592 21.72 21.72 21.72 0
- 9 9.9596766 -5.2974091 -5.298694 -5.298694 0 -71568.187 10246.592 21.72 21.72 21.72 0
- 10 9.927076 -5.2974091 -5.2986898 -5.2986898 0 -71567.712 10246.592 21.72 21.72 21.72 0
-Loop time of 0.0353957 on 4 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.0332664 (93.9841)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00170434 (4.81509)
-Outpt time (%) = 0.000266969 (0.754241)
-Other time (%) = 0.000158072 (0.446583)
-
-Nlocal: 128 ave 128 max 128 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 3073 ave 3073 max 3073 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 53248 ave 53248 max 53248 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 212992
-Ave neighs/atom = 416
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.elastic.18Feb13.linux.1 b/examples/comb/log.comb.Si.elastic.18Feb13.linux.1
new file mode 100644
index 000000000..e2a7f06e0
--- /dev/null
+++ b/examples/comb/log.comb.Si.elastic.18Feb13.linux.1
@@ -0,0 +1,274 @@
+LAMMPS (18 Feb 2013)
+# Pure Si crystal, qeq off, calculates stress-strain, no out.*.cfg
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice diamond 5.431
+Lattice spacing in x,y,z = 5.431 5.431 5.431
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 512 atoms
+mass 1 29.0
+change_box all triclinic
+ triclinic box = (0 0 0) to (21.724 21.724 21.724) with tilt (0 0 0)
+
+velocity all create 1.0 277387
+
+pair_style comb
+pair_coeff * * ffield.comb Si
+
+neighbor 0.5 bin
+neigh_modify every 20 delay 0 check no
+
+fix 1 all box/relax aniso 0.0 vmax 0.001
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul #lx ly lz vol pxx pyy pzz
+thermo_modify norm yes
+thermo 1
+minimize 1.0e-14 1.0e-20 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 4.79319 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul
+ 0 1 -4.6295947 -4.6297237 -4.6297237 0
+ 1 1 -4.6295963 -4.6297253 -4.6297253 0
+ 2 1 -4.6295965 -4.6297255 -4.6297255 0
+ 3 1 -4.6295965 -4.6297255 -4.6297255 0
+Loop time of 0.229323 on 1 procs for 3 steps with 512 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -4.62972371535 -4.62972550036 -4.62972550036
+ Force two-norm initial, final = 5.86582 0.235602
+ Force max component initial, final = 3.38663 0.136025
+ Final line search alpha, max atom move = 0.000114869 1.5625e-05
+ Iterations, force evaluations = 3 16
+
+Pair time (%) = 0.226666 (98.8416)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000636816 (0.277694)
+Outpt time (%) = 1.90735e-05 (0.00831731)
+Other time (%) = 0.00200057 (0.872381)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+min_modify dmax 0.2 line quadratic
+
+unfix 1
+run 1
+WARNING: No fixes defined, atoms won't move (verlet.cpp:54)
+Memory usage per processor = 3.80137 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul
+ 3 1 -4.6295965 -4.6297255 -4.6297255 0
+ 4 1 -4.6295965 -4.6297255 -4.6297255 0
+Loop time of 0.0133431 on 1 procs for 1 steps with 512 atoms
+
+Pair time (%) = 0.013288 (99.5872)
+Neigh time (%) = 0 (0)
+Comm time (%) = 3.69549e-05 (0.276959)
+Outpt time (%) = 1.00136e-05 (0.0750469)
+Other time (%) = 8.10623e-06 (0.0607523)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+### copy lines after this to any input script for elastic calculations ###
+## Elastic constants calculations: strain box, measure box stress
+## strain x, measure s_x, s_y, s_z, s_yz:
+## calculates C11, C12, C13 and C14
+
+fix 2 all deform 1 x scale 1.0001 remap x
+compute perfx all stress/atom pair
+compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
+thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
+WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:663)
+run 10
+Memory usage per processor = 4.25914 Mbytes
+Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
+ 4 21.728073 21.728073 21.728073 0 0 0 217976.4 217976.4 217976.4 4.2424409e-06 1.8970431e-06 5.2226895e-06
+ 5 21.728291 21.728073 21.728073 0 0 0 217976.4 217976.4 217976.4 3.0659899e-06 3.6846991e-06 4.9259641e-06
+ 6 21.728508 21.728073 21.728073 0 0 0 364177.1 295296.39 295296.39 3.8875089e-06 2.372335e-06 4.6875974e-06
+ 7 21.728725 21.728073 21.728073 0 0 0 510377.09 372612.84 372612.84 3.2832708e-06 3.8145125e-06 4.6443213e-06
+ 8 21.728942 21.728073 21.728073 0 0 0 656576.36 449925.76 449925.76 4.0254046e-06 3.7666561e-06 1.4753812e-07
+ 9 21.72916 21.728073 21.728073 0 0 0 802774.92 527235.13 527235.13 -5.7956471e-06 -1.771899e-06 2.0927452e-06
+ 10 21.729377 21.728073 21.728073 0 0 0 948972.76 604540.97 604540.97 3.4378795e-06 3.6072928e-06 1.6693231e-06
+ 11 21.729594 21.728073 21.728073 0 0 0 1095169.9 681843.26 681843.26 3.4064842e-06 3.1661348e-06 1.1859415e-06
+ 12 21.729811 21.728073 21.728073 0 0 0 1241366.3 759142.02 759142.02 3.3766971e-06 3.2790869e-06 1.2694808e-06
+ 13 21.730029 21.728073 21.728073 0 0 0 1387562 836437.23 836437.23 3.7553942e-06 3.4602587e-06 1.8958276e-06
+ 14 21.730246 21.728073 21.728073 0 0 0 1533757 913728.91 913728.91 -5.8836668e-06 -5.4578803e-06 1.5156445e-06
+Loop time of 0.16454 on 1 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.162362 (98.6762)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000379801 (0.230826)
+Outpt time (%) = 0.00165915 (1.00836)
+Other time (%) = 0.000139236 (0.0846216)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain z, measure s_z: calculates C33
+
+fix 2 all deform 1 z scale 1.0001 remap x
+compute perfz all stress/atom pair
+compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
+thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
+run 10
+Memory usage per processor = 4.7169 Mbytes
+Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
+ 14 21.730246 21.728073 21.728073 0 0 0 1679951.2 991017.05 991017.05 4.4203553e-06 1.7546449e-06 3.8696804e-06
+ 15 21.730246 21.728073 21.728291 0 0 0 1679951.2 991017.05 991017.05 3.4413815e-06 3.2045526e-06 3.765411e-06
+ 16 21.730246 21.728073 21.728508 0 0 0 1757243.6 1068312.4 1137190.1 1.9121071e-06 7.2294681e-06 4.3210997e-06
+ 17 21.730246 21.728073 21.728725 0 0 0 1834532.4 1145604.2 1283362.4 3.1284508e-06 3.8448888e-06 4.2955743e-06
+ 18 21.730246 21.728073 21.728942 0 0 0 1911817.6 1222892.5 1429534 2.6951046e-06 3.4945075e-06 -4.5517214e-06
+ 19 21.730246 21.728073 21.72916 0 0 0 1989099.3 1300177.3 1575704.9 -5.9762705e-07 3.542375e-06 -3.0529456e-06
+ 20 21.730246 21.728073 21.729377 0 0 0 2066377.5 1377458.5 1721875.1 -6.9439231e-07 3.3859393e-06 4.3147517e-06
+ 21 21.730246 21.728073 21.729594 0 0 0 2143652.1 1454736.2 1868044.5 -4.5695573e-07 3.4108162e-06 3.953809e-06
+ 22 21.730246 21.728073 21.729811 0 0 0 2220923.2 1532010.3 2014213.3 -6.2504609e-07 4.0351804e-06 4.6966692e-06
+ 23 21.730246 21.728073 21.730029 0 0 0 2298190.7 1609280.9 2160381.3 2.5898938e-07 4.0107779e-06 4.6632245e-06
+ 24 21.730246 21.728073 21.730246 0 0 0 2375454.8 1686547.9 2306548.6 -4.5460256e-07 3.6194737e-06 3.412469e-06
+Loop time of 0.16457 on 1 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.162394 (98.6779)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000376701 (0.2289)
+Outpt time (%) = 0.00166512 (1.0118)
+Other time (%) = 0.000133991 (0.0814189)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain yz, measure s_yz: calculates C44
+
+fix 2 all deform 1 yz erate 0.0001 remap x
+compute perfyz all stress/atom pair
+compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
+thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
+run 10
+Memory usage per processor = 5.17466 Mbytes
+Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
+ 24 21.730246 21.728073 21.730246 0 0 0 2452715.2 1763811.4 2452715.2 3.1470723e-06 2.3932875e-06 3.3367488e-06
+ 25 21.730246 21.728073 21.730246 0 0 4.3460492e-07 2452715.2 1763811.4 2452715.2 1.7837353e-06 4.8243295e-06 2.5146962e-06
+ 26 21.730246 21.728073 21.730246 0 0 8.6920984e-07 2452715.2 1763811.4 2452715.2 2.8016568e-06 5.6512219e-06 243.65137
+ 27 21.730246 21.728073 21.730246 0 0 1.3038148e-06 2452715.2 1763811.4 2452715.2 1.9900804e-06 4.0111151e-06 487.30277
+ 28 21.730246 21.728073 21.730246 0 0 1.7384197e-06 2452715.2 1763811.4 2452715.2 1.762453e-06 6.1935142e-06 730.9542
+ 29 21.730246 21.728073 21.730246 0 0 2.1730246e-06 2452715.2 1763811.4 2452715.2 2.3991797e-06 5.493982e-06 974.60552
+ 30 21.730246 21.728073 21.730246 0 0 2.6076295e-06 2452715.2 1763811.4 2452715.2 2.2018322e-06 4.7607643e-06 1218.2569
+ 31 21.730246 21.728073 21.730246 0 0 3.0422344e-06 2452715.2 1763811.4 2452715.2 2.8680162e-06 5.6568584e-06 1461.9083
+ 32 21.730246 21.728073 21.730246 0 0 3.4768394e-06 2452715.2 1763811.4 2452715.2 2.2450268e-06 8.6579416e-06 1705.5598
+ 33 21.730246 21.728073 21.730246 0 0 3.9114443e-06 2452715.2 1763811.4 2452715.2 1.9691724e-06 8.970813e-06 1949.2111
+ 34 21.730246 21.728073 21.730246 0 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2.9802012e-06 8.483733e-06 2192.8625
+Loop time of 0.164628 on 1 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.162457 (98.6812)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000378132 (0.229689)
+Outpt time (%) = 0.00165558 (1.00565)
+Other time (%) = 0.000137329 (0.0834178)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain xy, measure s_xy: calculates C66
+
+fix 2 all deform 1 xy erate 0.0001 remap x
+compute perfxy all stress/atom pair
+compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
+thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
+run 10
+Memory usage per processor = 5.63243 Mbytes
+Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
+ 34 21.730246 21.728073 21.730246 0 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 3.1183118e-06 9.8932292e-06 2436.5139
+ 35 21.730246 21.728073 21.730246 4.3456146e-07 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2.5429824e-06 1.089443e-05 2436.5139
+ 36 21.730246 21.728073 21.730246 8.6912293e-07 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 243.63759 -0.00011790196 2436.5139
+ 37 21.730246 21.728073 21.730246 1.3036844e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 487.27523 -0.00024666123 2436.5139
+ 38 21.730246 21.728073 21.730246 1.7382459e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 730.91287 -0.0003778327 2436.5139
+ 39 21.730246 21.728073 21.730246 2.1728073e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 974.55045 -0.00050731605 2436.5139
+ 40 21.730246 21.728073 21.730246 2.6073688e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1218.188 -0.00063724551 2436.5139
+ 41 21.730246 21.728073 21.730246 3.0419303e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1461.8257 -0.00076799013 2436.5139
+ 42 21.730246 21.728073 21.730246 3.4764917e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1705.4633 -0.00089693851 2436.5139
+ 43 21.730246 21.728073 21.730246 3.9110532e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1949.1009 -0.0010276841 2436.5139
+ 44 21.730246 21.728073 21.730246 4.3456146e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2192.7385 -0.0011569482 2436.5139
+Loop time of 0.165023 on 1 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.162837 (98.6753)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00037837 (0.229283)
+Outpt time (%) = 0.00167394 (1.01437)
+Other time (%) = 0.000133753 (0.081051)
+
+Nlocal: 512 ave 512 max 512 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4861 ave 4861 max 4861 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 212992 ave 212992 max 212992 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.elastic.18Feb13.linux.4 b/examples/comb/log.comb.Si.elastic.18Feb13.linux.4
new file mode 100644
index 000000000..f3b4dab07
--- /dev/null
+++ b/examples/comb/log.comb.Si.elastic.18Feb13.linux.4
@@ -0,0 +1,274 @@
+LAMMPS (18 Feb 2013)
+# Pure Si crystal, qeq off, calculates stress-strain, no out.*.cfg
+
+units metal
+atom_style charge
+dimension 3
+boundary p p p
+
+lattice diamond 5.431
+Lattice spacing in x,y,z = 5.431 5.431 5.431
+region box block 0 4 0 4 0 4
+create_box 1 box
+Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
+ 1 by 2 by 2 MPI processor grid
+create_atoms 1 box
+Created 512 atoms
+mass 1 29.0
+change_box all triclinic
+ triclinic box = (0 0 0) to (21.724 21.724 21.724) with tilt (0 0 0)
+
+velocity all create 1.0 277387
+
+pair_style comb
+pair_coeff * * ffield.comb Si
+
+neighbor 0.5 bin
+neigh_modify every 20 delay 0 check no
+
+fix 1 all box/relax aniso 0.0 vmax 0.001
+timestep 0.00020
+
+thermo_style custom step temp etotal pe evdwl ecoul #lx ly lz vol pxx pyy pzz
+thermo_modify norm yes
+thermo 1
+minimize 1.0e-14 1.0e-20 1000 10000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 3.94669 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul
+ 0 1 -4.6295947 -4.6297237 -4.6297237 0
+ 1 1 -4.6295963 -4.6297253 -4.6297253 0
+ 2 1 -4.6295965 -4.6297255 -4.6297255 0
+ 3 1 -4.6295965 -4.6297255 -4.6297255 0
+Loop time of 0.0780766 on 4 procs for 3 steps with 512 atoms
+
+Minimization stats:
+ Stopping criterion = linesearch alpha is zero
+ Energy initial, next-to-last, final =
+ -4.62972371535 -4.62972550036 -4.62972550036
+ Force two-norm initial, final = 5.86582 0.235602
+ Force max component initial, final = 3.38663 0.136025
+ Final line search alpha, max atom move = 0.000114869 1.5625e-05
+ Iterations, force evaluations = 3 16
+
+Pair time (%) = 0.0592672 (75.9091)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0172435 (22.0854)
+Outpt time (%) = 3.74317e-05 (0.0479423)
+Other time (%) = 0.00152844 (1.95762)
+
+Nlocal: 128 ave 164 max 100 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+Nghost: 3073 ave 3101 max 3037 min
+Histogram: 1 0 0 0 0 0 2 0 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 68224 max 41600 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+min_modify dmax 0.2 line quadratic
+
+unfix 1
+run 1
+WARNING: No fixes defined, atoms won't move (verlet.cpp:54)
+Memory usage per processor = 2.95487 Mbytes
+Step Temp TotEng PotEng E_vdwl E_coul
+ 3 1 -4.6295965 -4.6297255 -4.6297255 0
+ 4 1 -4.6295965 -4.6297255 -4.6297255 0
+Loop time of 0.00455427 on 4 procs for 1 steps with 512 atoms
+
+Pair time (%) = 0.00345755 (75.9188)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00106198 (23.3182)
+Outpt time (%) = 2.22921e-05 (0.489478)
+Other time (%) = 1.24574e-05 (0.273532)
+
+Nlocal: 128 ave 164 max 100 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+Nghost: 3073 ave 3101 max 3037 min
+Histogram: 1 0 0 0 0 0 2 0 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 68224 max 41600 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+### copy lines after this to any input script for elastic calculations ###
+## Elastic constants calculations: strain box, measure box stress
+## strain x, measure s_x, s_y, s_z, s_yz:
+## calculates C11, C12, C13 and C14
+
+fix 2 all deform 1 x scale 1.0001 remap x
+compute perfx all stress/atom pair
+compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
+thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
+WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:663)
+run 10
+Memory usage per processor = 3.41263 Mbytes
+Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
+ 4 21.728073 21.728073 21.728073 0 0 0 217976.4 217976.4 217976.4 4.3524877e-06 1.8042579e-06 4.1896632e-06
+ 5 21.728291 21.728073 21.728073 0 0 0 217976.4 217976.4 217976.4 3.9149761e-06 3.2372561e-06 3.502927e-06
+ 6 21.728508 21.728073 21.728073 0 0 0 364177.1 295296.39 295296.39 4.1166557e-06 -1.2651413e-06 4.8424433e-06
+ 7 21.728725 21.728073 21.728073 0 0 0 510377.09 372612.84 372612.84 4.4157935e-06 3.4555783e-06 3.5524659e-06
+ 8 21.728942 21.728073 21.728073 0 0 0 656576.36 449925.76 449925.76 3.5670296e-06 3.0278352e-06 -7.8505045e-07
+ 9 21.72916 21.728073 21.728073 0 0 0 802774.92 527235.13 527235.13 -5.1605584e-06 -4.0956773e-06 1.1117963e-06
+ 10 21.729377 21.728073 21.728073 0 0 0 948972.76 604540.97 604540.97 3.8245737e-06 2.4901528e-06 4.1996836e-07
+ 11 21.729594 21.728073 21.728073 0 0 0 1095169.9 681843.26 681843.26 3.6820717e-06 2.7936078e-06 9.7033933e-07
+ 12 21.729811 21.728073 21.728073 0 0 0 1241366.3 759142.02 759142.02 2.5991175e-06 2.4533026e-06 8.3157649e-08
+ 13 21.730029 21.728073 21.728073 0 0 0 1387562 836437.23 836437.23 3.721416e-06 2.9778369e-06 1.060601e-06
+ 14 21.730246 21.728073 21.728073 0 0 0 1533757 913728.91 913728.91 -4.9700036e-06 -5.1268692e-06 7.7885069e-07
+Loop time of 0.0553849 on 4 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.0413134 (74.5933)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0119895 (21.6477)
+Outpt time (%) = 0.00200319 (3.61686)
+Other time (%) = 7.87377e-05 (0.142165)
+
+Nlocal: 128 ave 164 max 100 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+Nghost: 3073 ave 3101 max 3037 min
+Histogram: 1 0 0 0 0 0 2 0 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 68224 max 41600 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain z, measure s_z: calculates C33
+
+fix 2 all deform 1 z scale 1.0001 remap x
+compute perfz all stress/atom pair
+compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
+thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
+run 10
+Memory usage per processor = 3.8704 Mbytes
+Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
+ 14 21.730246 21.728073 21.728073 0 0 0 1679951.2 991017.05 991017.05 3.687345e-06 1.6819153e-06 4.1240524e-06
+ 15 21.730246 21.728073 21.728291 0 0 0 1679951.2 991017.05 991017.05 3.3938808e-06 3.2093146e-06 3.3381904e-06
+ 16 21.730246 21.728073 21.728508 0 0 0 1757243.6 1068312.4 1137190.1 2.8599709e-06 3.5571018e-07 3.402267e-06
+ 17 21.730246 21.728073 21.728725 0 0 0 1834532.4 1145604.2 1283362.4 3.5833832e-06 3.2299854e-06 3.6621754e-06
+ 18 21.730246 21.728073 21.728942 0 0 0 1911817.6 1222892.5 1429534 3.7053848e-06 3.4835013e-06 -3.9113334e-06
+ 19 21.730246 21.728073 21.72916 0 0 0 1989099.3 1300177.3 1575704.9 -4.3298305e-08 3.1904447e-06 -3.1048376e-06
+ 20 21.730246 21.728073 21.729377 0 0 0 2066377.5 1377458.5 1721875.1 -2.1040293e-07 3.325676e-06 3.9472127e-06
+ 21 21.730246 21.728073 21.729594 0 0 0 2143652.1 1454736.2 1868044.5 4.8927752e-07 3.7764208e-06 4.2422297e-06
+ 22 21.730246 21.728073 21.729811 0 0 0 2220923.2 1532010.3 2014213.3 3.4578611e-07 3.4348778e-06 3.5302571e-06
+ 23 21.730246 21.728073 21.730029 0 0 0 2298190.7 1609280.9 2160381.3 2.7596926e-07 3.1082209e-06 3.2371412e-06
+ 24 21.730246 21.728073 21.730246 0 0 0 2375454.8 1686547.9 2306548.6 6.5005639e-07 3.5157638e-06 3.3216552e-06
+Loop time of 0.0553373 on 4 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.0412204 (74.4894)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0120674 (21.8069)
+Outpt time (%) = 0.00197399 (3.56719)
+Other time (%) = 7.55191e-05 (0.13647)
+
+Nlocal: 128 ave 164 max 100 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+Nghost: 3073 ave 3101 max 3037 min
+Histogram: 1 0 0 0 0 0 2 0 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 68224 max 41600 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain yz, measure s_yz: calculates C44
+
+fix 2 all deform 1 yz erate 0.0001 remap x
+compute perfyz all stress/atom pair
+compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
+thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
+run 10
+Memory usage per processor = 4.32816 Mbytes
+Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
+ 24 21.730246 21.728073 21.730246 0 0 0 2452715.2 1763811.4 2452715.2 2.7488902e-06 2.2403278e-06 2.9646035e-06
+ 25 21.730246 21.728073 21.730246 0 0 4.3460492e-07 2452715.2 1763811.4 2452715.2 1.8018491e-06 4.5267444e-06 1.4167929e-06
+ 26 21.730246 21.728073 21.730246 0 0 8.6920984e-07 2452715.2 1763811.4 2452715.2 2.2612618e-06 6.3053213e-06 243.65137
+ 27 21.730246 21.728073 21.730246 0 0 1.3038148e-06 2452715.2 1763811.4 2452715.2 2.6450284e-06 5.3647504e-06 487.30277
+ 28 21.730246 21.728073 21.730246 0 0 1.7384197e-06 2452715.2 1763811.4 2452715.2 2.1283355e-06 5.8925162e-06 730.9542
+ 29 21.730246 21.728073 21.730246 0 0 2.1730246e-06 2452715.2 1763811.4 2452715.2 2.1488507e-06 2.9390226e-06 974.60552
+ 30 21.730246 21.728073 21.730246 0 0 2.6076295e-06 2452715.2 1763811.4 2452715.2 2.8780366e-06 5.7299178e-06 1218.2569
+ 31 21.730246 21.728073 21.730246 0 0 3.0422344e-06 2452715.2 1763811.4 2452715.2 2.7906173e-06 6.1777239e-06 1461.9083
+ 32 21.730246 21.728073 21.730246 0 0 3.4768394e-06 2452715.2 1763811.4 2452715.2 3.1628404e-06 6.9745551e-06 1705.5598
+ 33 21.730246 21.728073 21.730246 0 0 3.9114443e-06 2452715.2 1763811.4 2452715.2 2.6040944e-06 4.8739276e-06 1949.2111
+ 34 21.730246 21.728073 21.730246 0 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2.3988573e-06 4.8943983e-06 2192.8625
+Loop time of 0.0553365 on 4 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.0413296 (74.6877)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0119735 (21.6376)
+Outpt time (%) = 0.00195616 (3.53503)
+Other time (%) = 7.73072e-05 (0.139704)
+
+Nlocal: 128 ave 164 max 100 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+Nghost: 3073 ave 3101 max 3037 min
+Histogram: 1 0 0 0 0 0 2 0 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 68224 max 41600 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
+
+## strain xy, measure s_xy: calculates C66
+
+fix 2 all deform 1 xy erate 0.0001 remap x
+compute perfxy all stress/atom pair
+compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
+thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
+run 10
+Memory usage per processor = 4.78592 Mbytes
+Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
+ 34 21.730246 21.728073 21.730246 0 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2.7629722e-06 6.2982358e-06 2436.5139
+ 35 21.730246 21.728073 21.730246 4.3456146e-07 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1.9222276e-06 7.9969235e-06 2436.5139
+ 36 21.730246 21.728073 21.730246 8.6912293e-07 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 243.63759 -0.00012183818 2436.5139
+ 37 21.730246 21.728073 21.730246 1.3036844e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 487.27523 -0.00025103477 2436.5139
+ 38 21.730246 21.728073 21.730246 1.7382459e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 730.91287 -0.00038377747 2436.5139
+ 39 21.730246 21.728073 21.730246 2.1728073e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 974.55045 -0.000512822 2436.5139
+ 40 21.730246 21.728073 21.730246 2.6073688e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1218.188 -0.00064353362 2436.5139
+ 41 21.730246 21.728073 21.730246 3.0419303e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1461.8257 -0.00077379758 2436.5139
+ 42 21.730246 21.728073 21.730246 3.4764917e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1705.4633 -0.00090375344 2436.5139
+ 43 21.730246 21.728073 21.730246 3.9110532e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 1949.1009 -0.0010335056 2436.5139
+ 44 21.730246 21.728073 21.730246 4.3456146e-06 0 4.3460492e-06 2452715.2 1763811.4 2452715.2 2192.7385 -0.0011635685 2436.5139
+Loop time of 0.0511474 on 4 procs for 10 steps with 512 atoms
+
+Pair time (%) = 0.041354 (80.8526)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0077486 (15.1496)
+Outpt time (%) = 0.00196868 (3.84904)
+Other time (%) = 7.61151e-05 (0.148815)
+
+Nlocal: 128 ave 152 max 112 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Nghost: 3073 ave 3089 max 3049 min
+Histogram: 1 0 0 0 1 0 0 0 0 2
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+FullNghs: 53248 ave 63232 max 46592 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+
+Total # of neighbors = 212992
+Ave neighs/atom = 416
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.elastic.9Jan12.linux.1 b/examples/comb/log.comb.Si.elastic.9Jan12.linux.1
deleted file mode 100644
index ee29d593a..000000000
--- a/examples/comb/log.comb.Si.elastic.9Jan12.linux.1
+++ /dev/null
@@ -1,296 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Si crystal, qeq off, calculates stress-strain, no out.*.cfg
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice diamond 5.431
-Lattice spacing in x,y,z = 5.431 5.431 5.431
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 512 atoms
-mass 1 29.0
-change_box triclinic
-
-velocity all create 1.0 277387
-
-pair_style comb
-pair_coeff * * ffield.comb Si
-
-neighbor 0.5 bin
-neigh_modify every 20 delay 0 check no
-
-fix 1 all box/relax aniso 0.0 vmax 0.001
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul #lx ly lz vol pxx pyy pzz
-thermo_modify norm yes
-thermo 1
-minimize 1.0e-14 1.0e-20 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 385.344 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul
- 0 1 -5.298087 -5.298216 -5.298216 0
- 1 1 -5.3007406 -5.3008696 -5.3008696 0
- 2 1 -5.3032941 -5.3034231 -5.3034231 0
- 3 1 -5.3057463 -5.3058753 -5.3058753 0
- 4 1 -5.3080963 -5.3082253 -5.3082253 0
- 5 1 -5.310343 -5.310472 -5.310472 0
- 6 1 -5.3124852 -5.3126142 -5.3126142 0
- 7 1 -5.3145219 -5.3146509 -5.3146509 0
- 8 1 -5.316452 -5.3165811 -5.3165811 0
- 9 1 -5.3182744 -5.3184034 -5.3184034 0
- 10 1 -5.319988 -5.320117 -5.320117 0
- 11 1 -5.3215916 -5.3217206 -5.3217206 0
- 12 1 -5.3230841 -5.3232131 -5.3232131 0
- 13 1 -5.3244643 -5.3245933 -5.3245933 0
- 14 1 -5.3257312 -5.3258602 -5.3258602 0
- 15 1 -5.3268835 -5.3270126 -5.3270126 0
- 16 1 -5.3279202 -5.3280492 -5.3280492 0
- 17 1 -5.3288399 -5.3289689 -5.3289689 0
- 18 1 -5.3296416 -5.3297706 -5.3297706 0
- 19 1 -5.330324 -5.330453 -5.330453 0
- 20 1 -5.3308859 -5.3310149 -5.3310149 0
- 21 1 -5.3313261 -5.3314551 -5.3314551 0
- 22 1 -5.3316434 -5.3317725 -5.3317725 0
- 23 1 -5.3318366 -5.3319656 -5.3319656 0
- 24 1 -5.3319044 -5.3320335 -5.3320335 0
- 25 1 -5.3319045 -5.3320335 -5.3320335 0
- 26 1 -5.3319045 -5.3320335 -5.3320335 0
-Loop time of 0.641141 on 1 procs for 26 steps with 512 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -5.29821600825 -5.33203354013 -5.33203354013
- Force two-norm initial, final = 799.113 0.221963
- Force max component initial, final = 461.368 0.12815
- Final line search alpha, max atom move = 0.000121927 1.5625e-05
- Iterations, force evaluations = 26 37
-
-Pair time (%) = 0.512635 (79.9566)
-Neigh time (%) = 0.121496 (18.95)
-Comm time (%) = 0.00175428 (0.273619)
-Outpt time (%) = 0.00022912 (0.0357363)
-Other time (%) = 0.00502706 (0.78408)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 3
-Dangerous builds = 0
-min_modify dmax 0.2 line quadratic
-
-unfix 1
-run 1
-WARNING: No fixes defined, atoms won't move (verlet.cpp:52)
-Memory usage per processor = 384.352 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul
- 26 1 -5.3319045 -5.3320335 -5.3320335 0
- 27 1 -5.3319045 -5.3320335 -5.3320335 0
-Loop time of 0.0137792 on 1 procs for 1 steps with 512 atoms
-
-Pair time (%) = 0.0137219 (99.5847)
-Neigh time (%) = 0 (0)
-Comm time (%) = 3.69549e-05 (0.268194)
-Outpt time (%) = 9.77516e-06 (0.0709416)
-Other time (%) = 1.04904e-05 (0.0761325)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-### copy lines after this to any input script for elastic calculations ###
-## Elastic constants calculations: strain box, measure box stress
-## strain x, measure s_x, s_y, s_z, s_yz:
-## calculates C11, C12, C13 and C14
-
-fix 2 all deform 1 x scale 1.0001 remap x
-compute perfx all stress/atom pair
-compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
-thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
-WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:471)
-run 10
-Memory usage per processor = 384.81 Mbytes
-Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
- 27 21.201945 21.201945 21.201945 0 0 0 200385.55 200385.55 200385.55 -8.8447721e-06 -8.4498844e-06 -3.4721654e-06
- 28 21.202157 21.201945 21.201945 0 0 0 200385.55 200385.55 200385.55 -9.2168914e-06 -8.6256272e-06 -2.98407e-06
- 29 21.202369 21.201945 21.201945 0 0 0 310358.27 310352.06 310352.06 -8.4833253e-06 -7.9020222e-06 -2.5493378e-06
- 30 21.202581 21.201945 21.201945 0 0 0 420331.84 420315.03 420315.03 -8.8006585e-06 -8.0215558e-06 -3.3761116e-06
- 31 21.202793 21.201945 21.201945 0 0 0 530306.27 530274.45 530274.45 -8.5096512e-06 -7.6252451e-06 -5.0268132e-06
- 32 21.203005 21.201945 21.201945 0 0 0 640281.55 640230.33 640230.33 -8.1652807e-06 -8.8525987e-06 -6.7073981e-06
- 33 21.203217 21.201945 21.201945 0 0 0 750257.69 750182.67 750182.67 -8.0727845e-06 -7.9112719e-06 -5.5575991e-06
- 34 21.203429 21.201945 21.201945 0 0 0 860234.68 860131.46 860131.46 -8.7195464e-06 -8.420001e-06 -3.5539889e-06
- 35 21.203641 21.201945 21.201945 0 0 0 970212.53 970076.71 970076.71 -9.1912771e-06 -8.7423147e-06 -6.3680082e-06
- 36 21.203853 21.201945 21.201945 0 0 0 1080191.2 1080018.4 1080018.4 -8.7416032e-06 -8.6889515e-06 -6.1602475e-06
- 37 21.204065 21.201945 21.201945 0 0 0 1190170.8 1189956.6 1189956.6 -8.263469e-06 -8.460557e-06 -2.753541e-06
-Loop time of 0.165838 on 1 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.163672 (98.694)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000379562 (0.228875)
-Outpt time (%) = 0.00165892 (1.00032)
-Other time (%) = 0.000127316 (0.076771)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain z, measure s_z: calculates C33
-
-fix 2 all deform 1 z scale 1.0001 remap x
-compute perfz all stress/atom pair
-compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
-thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
-run 10
-Memory usage per processor = 385.268 Mbytes
-Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
- 37 21.204065 21.201945 21.201945 0 0 0 1300151.2 1299891.2 1299891.2 -8.5068051e-06 -8.341735e-06 -1.0682601e-05
- 38 21.204065 21.201945 21.202157 0 0 0 1300151.2 1299891.2 1299891.2 -8.6917976e-06 -8.5608798e-06 -9.949746e-06
- 39 21.204065 21.201945 21.202369 0 0 0 1410093.3 1409811.3 1409839.5 -3.943896e-06 -5.7881281e-06 -1.2222307e-05
- 40 21.204065 21.201945 21.202581 0 0 0 1520031.8 1519727.8 1519788.6 5.9268724e-07 -7.7433557e-06 -1.0823479e-05
- 41 21.204065 21.201945 21.202793 0 0 0 1629966.8 1629640.8 1629738.6 -4.0790828e-06 -7.9582315e-06 -8.9045388e-06
- 42 21.204065 21.201945 21.203005 0 0 0 1739898.2 1739550.3 1739689.4 -7.4637325e-06 -7.3819089e-06 -1.0844825e-05
- 43 21.204065 21.201945 21.203217 0 0 0 1849826.1 1849456.2 1849641.1 -1.3091771e-07 -7.8351404e-06 -1.0877554e-05
- 44 21.204065 21.201945 21.203429 0 0 0 1959750.5 1959358.6 1959593.7 5.9909083e-06 -6.7621843e-06 -1.1562738e-05
- 45 21.204065 21.201945 21.203641 0 0 0 2069671.3 2069257.4 2069547.1 5.3697607e-06 -7.5476906e-06 -1.0171025e-05
- 46 21.204065 21.201945 21.203853 0 0 0 2179588.5 2179152.7 2179501.4 7.4559059e-06 -8.3858486e-06 -1.0113393e-05
- 47 21.204065 21.201945 21.204065 0 0 0 2289502.3 2289044.4 2289456.5 8.1389548e-06 -7.1328807e-06 -1.1707174e-05
-Loop time of 0.1659 on 1 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.163715 (98.6829)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000379801 (0.228934)
-Outpt time (%) = 0.00167823 (1.01159)
-Other time (%) = 0.000127077 (0.0765986)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain yz, measure s_yz: calculates C44
-
-fix 2 all deform 1 yz erate 0.0001 remap x
-compute perfyz all stress/atom pair
-compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
-thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
-run 10
-Memory usage per processor = 385.725 Mbytes
-Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
- 47 21.204065 21.201945 21.204065 0 0 0 2399412.4 2398932.6 2399412.4 1.2782265e-05 -8.2784107e-06 -1.164883e-05
- 48 21.204065 21.201945 21.204065 0 0 4.2408131e-07 2399412.4 2398932.6 2399412.4 1.2881164e-05 -7.8749849e-06 -1.141759e-05
- 49 21.204065 21.201945 21.204065 0 0 8.4816261e-07 2399412.4 2398932.6 2399412.4 1.3132327e-05 -8.5857827e-06 219.84282
- 50 21.204065 21.201945 21.204065 0 0 1.2722439e-06 2399412.4 2398932.6 2399412.4 1.3429026e-05 -6.4875418e-06 439.68565
- 51 21.204065 21.201945 21.204065 0 0 1.6963252e-06 2399412.4 2398932.6 2399412.4 1.3087502e-05 -5.472218e-06 659.52848
- 52 21.204065 21.201945 21.204065 0 0 2.1204065e-06 2399412.4 2398932.6 2399412.4 1.331305e-05 -1.5510903e-07 879.37131
- 53 21.204065 21.201945 21.204065 0 0 2.5444878e-06 2399412.4 2398932.6 2399412.4 1.3029158e-05 1.0452072e-06 1099.2141
- 54 21.204065 21.201945 21.204065 0 0 2.9685691e-06 2399412.4 2398932.6 2399412.4 1.245497e-05 3.791633e-06 1319.057
- 55 21.204065 21.201945 21.204065 0 0 3.3926505e-06 2399412.4 2398932.6 2399412.4 1.2748824e-05 8.154608e-06 1538.8998
- 56 21.204065 21.201945 21.204065 0 0 3.8167318e-06 2399412.4 2398932.6 2399412.4 1.3488082e-05 1.0240753e-05 1758.7426
- 57 21.204065 21.201945 21.204065 0 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1.2915317e-05 1.3717899e-05 1978.5855
-Loop time of 0.165923 on 1 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.163732 (98.6796)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000390053 (0.235081)
-Outpt time (%) = 0.00167251 (1.008)
-Other time (%) = 0.000128269 (0.0773065)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain xy, measure s_xy: calculates C66
-
-fix 2 all deform 1 xy erate 0.0001 remap x
-compute perfxy all stress/atom pair
-compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
-thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
-run 10
-Memory usage per processor = 386.183 Mbytes
-Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
- 57 21.204065 21.201945 21.204065 0 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1.2363897e-05 1.9987719e-05 2198.4283
- 58 21.204065 21.201945 21.204065 4.240389e-07 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1.2859108e-05 1.9237788e-05 2198.4283
- 59 21.204065 21.201945 21.204065 8.480778e-07 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 219.84283 -0.00012237462 2198.4283
- 60 21.204065 21.201945 21.204065 1.2721167e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 439.68565 -0.00026263658 2198.4283
- 61 21.204065 21.201945 21.204065 1.6961556e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 659.52847 -0.00040342648 2198.4283
- 62 21.204065 21.201945 21.204065 2.1201945e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 879.37129 -0.00054391257 2198.4283
- 63 21.204065 21.201945 21.204065 2.5442334e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1099.2141 -0.00068552355 2198.4283
- 64 21.204065 21.201945 21.204065 2.9682723e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1319.0569 -0.00082718719 2198.4283
- 65 21.204065 21.201945 21.204065 3.3923112e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1538.8998 -0.00096788602 2198.4283
- 66 21.204065 21.201945 21.204065 3.8163501e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1758.7426 -0.0011099011 2198.4283
- 67 21.204065 21.201945 21.204065 4.240389e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1978.5854 -0.0012526114 2198.4283
-Loop time of 0.166279 on 1 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.164098 (98.6882)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000380278 (0.228698)
-Outpt time (%) = 0.00167036 (1.00455)
-Other time (%) = 0.000130653 (0.0785748)
-
-Nlocal: 512 ave 512 max 512 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4861 ave 4861 max 4861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 225280 ave 225280 max 225280 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/comb/log.comb.Si.elastic.9Jan12.linux.4 b/examples/comb/log.comb.Si.elastic.9Jan12.linux.4
deleted file mode 100644
index 9634d2801..000000000
--- a/examples/comb/log.comb.Si.elastic.9Jan12.linux.4
+++ /dev/null
@@ -1,296 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pure Si crystal, qeq off, calculates stress-strain, no out.*.cfg
-
-units metal
-atom_style charge
-dimension 3
-boundary p p p
-
-lattice diamond 5.431
-Lattice spacing in x,y,z = 5.431 5.431 5.431
-region box block 0 4 0 4 0 4
-create_box 1 box
-Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
- 1 by 2 by 2 MPI processor grid
-create_atoms 1 box
-Created 512 atoms
-mass 1 29.0
-change_box triclinic
-
-velocity all create 1.0 277387
-
-pair_style comb
-pair_coeff * * ffield.comb Si
-
-neighbor 0.5 bin
-neigh_modify every 20 delay 0 check no
-
-fix 1 all box/relax aniso 0.0 vmax 0.001
-timestep 0.00020
-
-thermo_style custom step temp etotal pe evdwl ecoul #lx ly lz vol pxx pyy pzz
-thermo_modify norm yes
-thermo 1
-minimize 1.0e-14 1.0e-20 1000 10000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 384.499 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul
- 0 1 -5.298087 -5.298216 -5.298216 0
- 1 1 -5.3007406 -5.3008696 -5.3008696 0
- 2 1 -5.3032941 -5.3034231 -5.3034231 0
- 3 1 -5.3057463 -5.3058753 -5.3058753 0
- 4 1 -5.3080963 -5.3082253 -5.3082253 0
- 5 1 -5.310343 -5.310472 -5.310472 0
- 6 1 -5.3124852 -5.3126142 -5.3126142 0
- 7 1 -5.3145219 -5.3146509 -5.3146509 0
- 8 1 -5.316452 -5.3165811 -5.3165811 0
- 9 1 -5.3182744 -5.3184034 -5.3184034 0
- 10 1 -5.319988 -5.320117 -5.320117 0
- 11 1 -5.3215916 -5.3217206 -5.3217206 0
- 12 1 -5.3230841 -5.3232131 -5.3232131 0
- 13 1 -5.3244643 -5.3245933 -5.3245933 0
- 14 1 -5.3257312 -5.3258602 -5.3258602 0
- 15 1 -5.3268835 -5.3270126 -5.3270126 0
- 16 1 -5.3279202 -5.3280492 -5.3280492 0
- 17 1 -5.3288399 -5.3289689 -5.3289689 0
- 18 1 -5.3296416 -5.3297706 -5.3297706 0
- 19 1 -5.330324 -5.330453 -5.330453 0
- 20 1 -5.3308859 -5.3310149 -5.3310149 0
- 21 1 -5.3313261 -5.3314551 -5.3314551 0
- 22 1 -5.3316434 -5.3317725 -5.3317725 0
- 23 1 -5.3318366 -5.3319656 -5.3319656 0
- 24 1 -5.3319044 -5.3320335 -5.3320335 0
- 25 1 -5.3319045 -5.3320335 -5.3320335 0
- 26 1 -5.3319045 -5.3320335 -5.3320335 0
-Loop time of 0.250753 on 4 procs for 26 steps with 512 atoms
-
-Minimization stats:
- Stopping criterion = linesearch alpha is zero
- Energy initial, next-to-last, final =
- -5.29821600825 -5.33203354012 -5.33203354012
- Force two-norm initial, final = 799.113 0.221963
- Force max component initial, final = 461.368 0.12815
- Final line search alpha, max atom move = 0.000121927 1.5625e-05
- Iterations, force evaluations = 26 37
-
-Pair time (%) = 0.132469 (52.8283)
-Neigh time (%) = 0.0654684 (26.1087)
-Comm time (%) = 0.0481624 (19.2071)
-Outpt time (%) = 0.000469863 (0.187381)
-Other time (%) = 0.00418389 (1.66853)
-
-Nlocal: 128 ave 164 max 100 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-Nghost: 3073 ave 3101 max 3037 min
-Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 44000 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 3
-Dangerous builds = 0
-min_modify dmax 0.2 line quadratic
-
-unfix 1
-run 1
-WARNING: No fixes defined, atoms won't move (verlet.cpp:52)
-Memory usage per processor = 383.507 Mbytes
-Step Temp TotEng PotEng E_vdwl E_coul
- 26 1 -5.3319045 -5.3320335 -5.3320335 0
- 27 1 -5.3319045 -5.3320335 -5.3320335 0
-Loop time of 0.00479984 on 4 procs for 1 steps with 512 atoms
-
-Pair time (%) = 0.00358206 (74.6287)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00118113 (24.6076)
-Outpt time (%) = 2.31266e-05 (0.48182)
-Other time (%) = 1.35303e-05 (0.28189)
-
-Nlocal: 128 ave 164 max 100 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-Nghost: 3073 ave 3101 max 3037 min
-Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 44000 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-### copy lines after this to any input script for elastic calculations ###
-## Elastic constants calculations: strain box, measure box stress
-## strain x, measure s_x, s_y, s_z, s_yz:
-## calculates C11, C12, C13 and C14
-
-fix 2 all deform 1 x scale 1.0001 remap x
-compute perfx all stress/atom pair
-compute fx all reduce sum c_perfx[1] c_perfx[2] c_perfx[3] c_perfx[4] c_perfx[5] c_perfx[6]
-thermo_style custom step lx ly lz xy xz yz c_fx[1] c_fx[2] c_fx[3] c_fx[4] c_fx[5] c_fx[6]
-WARNING: New thermo_style command, previous thermo_modify settings will be lost (output.cpp:471)
-run 10
-Memory usage per processor = 383.965 Mbytes
-Step Lx Ly Lz Xy Xz Yz fx[1] fx[2] fx[3] fx[4] fx[5] fx[6]
- 27 21.201945 21.201945 21.201945 0 0 0 200385.55 200385.55 200385.55 -7.7070687e-06 -3.8058632e-06 -1.3983292e-05
- 28 21.202157 21.201945 21.201945 0 0 0 200385.55 200385.55 200385.55 -7.6074574e-06 -3.7702878e-06 -1.3585558e-05
- 29 21.202369 21.201945 21.201945 0 0 0 310358.27 310352.06 310352.06 -6.6668421e-06 -3.6792146e-06 -7.5669014e-06
- 30 21.202581 21.201945 21.201945 0 0 0 420331.84 420315.03 420315.03 -7.1762828e-06 -3.9709334e-06 -8.7117198e-06
- 31 21.202793 21.201945 21.201945 0 0 0 530306.27 530274.45 530274.45 -7.4146384e-06 -3.7098095e-06 -8.0407666e-06
- 32 21.203005 21.201945 21.201945 0 0 0 640281.55 640230.33 640230.33 -6.9144473e-06 -3.671388e-06 -9.8821526e-06
- 33 21.203217 21.201945 21.201945 0 0 0 750257.69 750182.67 750182.67 -6.8219511e-06 -3.598814e-06 -9.722063e-06
- 34 21.203429 21.201945 21.201945 0 0 0 860234.68 860131.46 860131.46 -5.8386453e-06 -4.1658869e-06 -1.1708597e-05
- 35 21.203641 21.201945 21.201945 0 0 0 970212.53 970076.71 970076.71 -6.7991828e-06 -4.0449303e-06 -1.4273588e-05
- 36 21.203853 21.201945 21.201945 0 0 0 1080191.2 1080018.4 1080018.4 -6.9471768e-06 -4.0342577e-06 -6.4647735e-06
- 37 21.204065 21.201945 21.201945 0 0 0 1190170.8 1189956.6 1189956.6 -6.5373474e-06 -3.5354897e-06 -7.4680016e-06
-Loop time of 0.0582895 on 4 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.0428118 (73.4468)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0132927 (22.8047)
-Outpt time (%) = 0.00210714 (3.61496)
-Other time (%) = 7.78437e-05 (0.133547)
-
-Nlocal: 128 ave 164 max 100 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-Nghost: 3073 ave 3101 max 3037 min
-Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 44000 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain z, measure s_z: calculates C33
-
-fix 2 all deform 1 z scale 1.0001 remap x
-compute perfz all stress/atom pair
-compute fz all reduce sum c_perfz[1] c_perfz[2] c_perfz[3] c_perfz[4] c_perfz[5] c_perfz[6]
-thermo_style custom step lx ly lz xy xz yz c_fz[1] c_fz[2] c_fz[3] c_fz[4] c_fz[5] c_fz[6]
-run 10
-Memory usage per processor = 384.423 Mbytes
-Step Lx Ly Lz Xy Xz Yz fz[1] fz[2] fz[3] fz[4] fz[5] fz[6]
- 37 21.204065 21.201945 21.201945 0 0 0 1300151.2 1299891.2 1299891.2 -7.732683e-06 -3.9915672e-06 -1.0324e-05
- 38 21.204065 21.201945 21.202157 0 0 0 1300151.2 1299891.2 1299891.2 -7.6593976e-06 -3.7304432e-06 -1.0456341e-05
- 39 21.204065 21.201945 21.202369 0 0 0 1410093.3 1409811.3 1409839.5 -8.7024702e-06 -2.759233e-06 -1.2029488e-05
- 40 21.204065 21.201945 21.202581 0 0 0 1520031.8 1519727.8 1519788.6 -1.2521141e-05 -3.7197706e-06 -1.131869e-05
- 41 21.204065 21.201945 21.202793 0 0 0 1629966.8 1629640.8 1629738.6 -1.5294604e-05 -4.3451873e-06 -1.0193082e-05
- 42 21.204065 21.201945 21.203005 0 0 0 1739898.2 1739550.3 1739689.4 -2.1207246e-05 -2.4511495e-06 -1.127173e-05
- 43 21.204065 21.201945 21.203217 0 0 0 1849826.1 1849456.2 1849641.1 -2.2560537e-05 -4.0741022e-06 -1.0863324e-05
- 44 21.204065 21.201945 21.203429 0 0 0 1959750.5 1959358.6 1959593.7 -2.5883997e-05 -3.9545687e-06 -9.4637851e-06
- 45 21.204065 21.201945 21.203641 0 0 0 2069671.3 2069257.4 2069547.1 -3.1642953e-05 -3.5852953e-06 -1.0898899e-05
- 46 21.204065 21.201945 21.203853 0 0 0 2179588.5 2179152.7 2179501.4 -2.3043652e-05 -4.3067658e-06 -9.9049209e-06
- 47 21.204065 21.201945 21.204065 0 0 0 2289502.3 2289044.4 2289456.5 -2.4092416e-05 -3.0054153e-06 -1.0928783e-05
-Loop time of 0.0580854 on 4 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.0426171 (73.3696)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0133364 (22.96)
-Outpt time (%) = 0.00205803 (3.54311)
-Other time (%) = 7.39098e-05 (0.127243)
-
-Nlocal: 128 ave 164 max 100 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-Nghost: 3073 ave 3101 max 3037 min
-Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 44000 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain yz, measure s_yz: calculates C44
-
-fix 2 all deform 1 yz erate 0.0001 remap x
-compute perfyz all stress/atom pair
-compute fyz all reduce sum c_perfyz[1] c_perfyz[2] c_perfyz[3] c_perfyz[4] c_perfyz[5] c_perfyz[6]
-thermo_style custom step lx ly lz xy xz yz c_fyz[1] c_fyz[2] c_fyz[3] c_fyz[4] c_fyz[5] c_fyz[6]
-run 10
-Memory usage per processor = 384.88 Mbytes
-Step Lx Ly Lz Xy Xz Yz fyz[1] fyz[2] fyz[3] fyz[4] fyz[5] fyz[6]
- 47 21.204065 21.201945 21.204065 0 0 0 2399412.4 2398932.6 2399412.4 -2.394798e-05 -4.7607087e-06 -9.6708344e-06
- 48 21.204065 21.201945 21.204065 0 0 4.2408131e-07 2399412.4 2398932.6 2399412.4 -2.4658066e-05 -3.597391e-06 -1.0876843e-05
- 49 21.204065 21.201945 21.204065 0 0 8.4816261e-07 2399412.4 2398932.6 2399412.4 -2.4053995e-05 -6.6063638e-06 219.84282
- 50 21.204065 21.201945 21.204065 0 0 1.2722439e-06 2399412.4 2398932.6 2399412.4 -2.4549205e-05 -9.9312468e-06 439.68565
- 51 21.204065 21.201945 21.204065 0 0 1.6963252e-06 2399412.4 2398932.6 2399412.4 -2.4068225e-05 -1.3762013e-05 659.52848
- 52 21.204065 21.201945 21.204065 0 0 2.1204065e-06 2399412.4 2398932.6 2399412.4 -2.4051149e-05 -1.3256841e-05 879.37131
- 53 21.204065 21.201945 21.204065 0 0 2.5444878e-06 2399412.4 2398932.6 2399412.4 -2.387754e-05 -1.4584518e-05 1099.2141
- 54 21.204065 21.201945 21.204065 0 0 2.9685691e-06 2399412.4 2398932.6 2399412.4 -2.4606126e-05 -1.4511944e-05 1319.057
- 55 21.204065 21.201945 21.204065 0 0 3.3926505e-06 2399412.4 2398932.6 2399412.4 -2.4684392e-05 -1.3372817e-05 1538.8998
- 56 21.204065 21.201945 21.204065 0 0 3.8167318e-06 2399412.4 2398932.6 2399412.4 -2.4492996e-05 -1.3092483e-05 1758.7426
- 57 21.204065 21.201945 21.204065 0 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 -2.4132261e-05 -1.5846735e-05 1978.5855
-Loop time of 0.0582204 on 4 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.0425564 (73.0954)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0134656 (23.1287)
-Outpt time (%) = 0.00212365 (3.64761)
-Other time (%) = 7.46846e-05 (0.128279)
-
-Nlocal: 128 ave 164 max 100 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-Nghost: 3073 ave 3101 max 3037 min
-Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 44000 min
-Histogram: 1 0 0 2 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
-
-## strain xy, measure s_xy: calculates C66
-
-fix 2 all deform 1 xy erate 0.0001 remap x
-compute perfxy all stress/atom pair
-compute fxy all reduce sum c_perfxy[1] c_perfxy[2] c_perfxy[3] c_perfxy[4] c_perfxy[5] c_perfxy[6]
-thermo_style custom step lx ly lz xy xz yz c_fxy[1] c_fxy[2] c_fxy[3] c_fxy[4] c_fxy[5] c_fxy[6]
-run 10
-Memory usage per processor = 385.338 Mbytes
-Step Lx Ly Lz Xy Xz Yz fxy[1] fxy[2] fxy[3] fxy[4] fxy[5] fxy[6]
- 57 21.204065 21.201945 21.204065 0 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 -2.3903155e-05 -1.5495249e-05 2198.4283
- 58 21.204065 21.201945 21.204065 4.240389e-07 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 -2.4564147e-05 -1.6061611e-05 2198.4283
- 59 21.204065 21.201945 21.204065 8.480778e-07 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 219.8428 -0.00015851218 2198.4283
- 60 21.204065 21.201945 21.204065 1.2721167e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 439.68561 -0.0003005522 2198.4283
- 61 21.204065 21.201945 21.204065 1.6961556e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 659.52844 -0.00044221512 2198.4283
- 62 21.204065 21.201945 21.204065 2.1201945e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 879.37126 -0.0005848827 2198.4283
- 63 21.204065 21.201945 21.204065 2.5442334e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1099.2141 -0.00072538515 2198.4283
- 64 21.204065 21.201945 21.204065 2.9682723e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1319.0569 -0.00086665461 2198.4283
- 65 21.204065 21.201945 21.204065 3.3923112e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1538.8997 -0.0010079945 2198.4283
- 66 21.204065 21.201945 21.204065 3.8163501e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1758.7425 -0.0011483945 2198.4283
- 67 21.204065 21.201945 21.204065 4.240389e-06 0 4.2408131e-06 2399412.4 2398932.6 2399412.4 1978.5854 -0.0012892271 2198.4283
-Loop time of 0.0581976 on 4 procs for 10 steps with 512 atoms
-
-Pair time (%) = 0.0426993 (73.3695)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.013256 (22.7775)
-Outpt time (%) = 0.00216591 (3.72165)
-Other time (%) = 7.64728e-05 (0.131402)
-
-Nlocal: 128 ave 164 max 104 min
-Histogram: 1 0 1 1 0 0 0 0 0 1
-Nghost: 3073 ave 3097 max 3037 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-FullNghs: 56320 ave 72160 max 45760 min
-Histogram: 1 0 1 1 0 0 0 0 0 1
-
-Total # of neighbors = 225280
-Ave neighs/atom = 440
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/crack/log.crack.9Jan12.linux.1 b/examples/crack/log.crack.18Feb13.linux.1
similarity index 65%
rename from examples/crack/log.crack.9Jan12.linux.1
rename to examples/crack/log.crack.18Feb13.linux.1
index 9a60c6062..05842330a 100644
--- a/examples/crack/log.crack.9Jan12.linux.1
+++ b/examples/crack/log.crack.18Feb13.linux.1
@@ -1,130 +1,135 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d LJ crack simulation
dimension 2
boundary s s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.93
Lattice spacing in x,y,z = 1.11428 1.92998 1.11428
region box block 0 100 0 40 -0.25 0.25
create_box 5 box
Created orthogonal box = (0 0 -0.278569) to (111.428 77.1994 0.278569)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 8141 atoms
mass 1 1.0
mass 2 1.0
mass 3 1.0
mass 4 1.0
mass 5 1.0
# LJ potentials
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 2.5
# define groups
region 1 block INF INF INF 1.25 INF INF
group lower region 1
302 atoms in group lower
region 2 block INF INF 38.75 INF INF INF
group upper region 2
302 atoms in group upper
group boundary union lower upper
604 atoms in group boundary
group mobile subtract all boundary
7537 atoms in group mobile
region leftupper block INF 20 20 INF INF INF
region leftlower block INF 20 INF 20 INF INF
group leftupper region leftupper
841 atoms in group leftupper
group leftlower region leftlower
841 atoms in group leftlower
set group leftupper type 2
841 settings made for type
set group leftlower type 3
841 settings made for type
set group lower type 4
302 settings made for type
set group upper type 5
302 settings made for type
# initial velocities
compute new mobile temp
velocity mobile create 0.01 887723 temp new
velocity upper set 0.0 0.3 0.0
velocity mobile ramp vy 0.0 0.3 y 1.25 38.75 sum yes
# fixes
fix 1 all nve
fix 2 boundary setforce NULL 0.0 0.0
# run
timestep 0.003
thermo 200
thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
neigh_modify exclude type 2 3
-dump 1 all atom 500 dump.crack
+
+#dump 1 all atom 500 dump.crack
+
+#dump 1 all image 250 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
run 5000
-Memory usage per processor = 2.06456 Mbytes
+Memory usage per processor = 2.09943 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0.065651733 -3.2595015 0 -3.1987287 -0.03625351 8602.1883
- 200 0.060086376 -3.2531936 0 -3.1975725 -0.23134158 8635.4
- 400 0.060533553 -3.2509973 0 -3.1949623 -0.43071023 8675.8283
- 600 0.06082965 -3.2466949 0 -3.1903858 -0.6030901 8713.3314
- 800 0.061677224 -3.2413215 0 -3.1842278 -0.74856841 8752.7927
- 1000 0.062383731 -3.2349273 0 -3.1771796 -0.87459354 8789.671
- 1200 0.063709246 -3.2276094 0 -3.1686347 -0.98058454 8825.4386
- 1400 0.065404552 -3.2196608 0 -3.1591168 -1.0699554 8863.034
- 1600 0.067579602 -3.2110378 0 -3.1484804 -1.1460845 8897.2152
- 1800 0.069324241 -3.2018536 0 -3.1376812 -1.2025669 8929.5485
- 2000 0.071014927 -3.1921108 0 -3.1263733 -1.2434925 8960.5106
- 2200 0.072992881 -3.1818701 0 -3.1143017 -1.2706212 9000.9309
- 2400 0.075000723 -3.1712313 0 -3.1018043 -1.2835822 9031.5102
- 2600 0.076843477 -3.1601004 0 -3.0889675 -1.2797332 9068.6361
- 2800 0.078671706 -3.1487747 0 -3.0759495 -1.2664476 9100.45
- 3000 0.080713586 -3.1373277 0 -3.0626123 -1.2445454 9131.0432
- 3200 0.08309469 -3.1260242 0 -3.0491047 -1.2150129 9165.4844
- 3400 0.085424766 -3.1146623 0 -3.0355859 -1.1843858 9203.3855
- 3600 0.087396485 -3.1029493 0 -3.0220477 -1.1438492 9230.2539
- 3800 0.089007987 -3.090822 0 -3.0084286 -1.1004992 9255.5005
- 4000 0.089813071 -3.0794078 0 -2.9962692 -1.0632524 9278.281
- 4200 0.08584753 -3.0668559 0 -2.9873882 -1.0383674 9305.2666
- 4400 0.086197517 -3.0559678 0 -2.9761761 -1.0292345 9325.4174
- 4600 0.086766447 -3.0437627 0 -2.9634443 -1.0212664 9358.4367
- 4800 0.088195149 -3.0328502 0 -2.9512093 -1.0275959 9392.0495
- 5000 0.089415266 -3.0228825 0 -2.9401122 -1.0219203 9432.5928
-Loop time of 6.90229 on 1 procs for 5000 steps with 8141 atoms
-
-Pair time (%) = 5.71184 (82.7529)
-Neigh time (%) = 0.270525 (3.91935)
-Comm time (%) = 0.00593114 (0.0859301)
-Outpt time (%) = 0.063314 (0.91729)
-Other time (%) = 0.850676 (12.3246)
+ 0 0.065651733 -3.2595015 0 -3.1987287 -0.036239172 8605.5917
+ 200 0.060086376 -3.2531936 0 -3.1975725 -0.23125026 8638.8101
+ 400 0.060533553 -3.2509973 0 -3.1949623 -0.4305406 8679.2464
+ 600 0.06082965 -3.2466949 0 -3.1903858 -0.6028531 8716.7569
+ 800 0.061677224 -3.2413215 0 -3.1842278 -0.7482749 8756.226
+ 1000 0.062383731 -3.2349273 0 -3.1771796 -0.87425132 8793.1116
+ 1200 0.063709246 -3.2276094 0 -3.1686347 -0.98020161 8828.8863
+ 1400 0.065404552 -3.2196608 0 -3.1591168 -1.0695384 8866.4893
+ 1600 0.067579602 -3.2110378 0 -3.1484804 -1.1456387 8900.6772
+ 1800 0.069324241 -3.2018536 0 -3.1376812 -1.2020999 8933.017
+ 2000 0.071014927 -3.1921108 0 -3.1263733 -1.2430105 8963.9853
+ 2200 0.072992881 -3.1818701 0 -3.1143017 -1.2701297 9004.4136
+ 2400 0.075000723 -3.1712313 0 -3.1018043 -1.2830866 9034.9991
+ 2600 0.076843477 -3.1601004 0 -3.0889675 -1.27924 9072.1325
+ 2800 0.078671706 -3.1487747 0 -3.0759495 -1.2659604 9103.9526
+ 3000 0.080713586 -3.1373277 0 -3.0626123 -1.2440673 9134.552
+ 3200 0.08309469 -3.1260242 0 -3.0491047 -1.214547 9169.0003
+ 3400 0.085424766 -3.1146623 0 -3.0355859 -1.1839326 9206.909
+ 3600 0.087396485 -3.1029493 0 -3.0220477 -1.143412 9233.783
+ 3800 0.089007987 -3.090822 0 -3.0084286 -1.1000791 9259.0348
+ 4000 0.089813071 -3.0794078 0 -2.9962692 -1.062847 9281.82
+ 4200 0.08584753 -3.0668559 0 -2.9873882 -1.037972 9308.8113
+ 4400 0.086197517 -3.0559678 0 -2.9761761 -1.028843 9328.9666
+ 4600 0.086766447 -3.0437627 0 -2.9634443 -1.0208785 9361.9925
+ 4800 0.088195149 -3.0328502 0 -2.9512093 -1.0272063 9395.6122
+ 5000 0.089415266 -3.0228825 0 -2.9401122 -1.0215336 9436.1637
+Loop time of 6.84719 on 1 procs for 5000 steps with 8141 atoms
+
+Pair time (%) = 5.70829 (83.3669)
+Neigh time (%) = 0.278341 (4.06504)
+Comm time (%) = 0.0058105 (0.0848597)
+Outpt time (%) = 0.000735044 (0.010735)
+Other time (%) = 0.854015 (12.4725)
Nlocal: 8141 ave 8141 max 8141 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 71389 ave 71389 max 71389 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 71389
Ave neighs/atom = 8.76907
Neighbor list builds = 100
Dangerous builds = 0
diff --git a/examples/crack/log.crack.9Jan12.linux.4 b/examples/crack/log.crack.18Feb13.linux.4
similarity index 67%
rename from examples/crack/log.crack.9Jan12.linux.4
rename to examples/crack/log.crack.18Feb13.linux.4
index 6610eccd2..c52ca89b7 100644
--- a/examples/crack/log.crack.9Jan12.linux.4
+++ b/examples/crack/log.crack.18Feb13.linux.4
@@ -1,130 +1,135 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d LJ crack simulation
dimension 2
boundary s s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.93
Lattice spacing in x,y,z = 1.11428 1.92998 1.11428
region box block 0 100 0 40 -0.25 0.25
create_box 5 box
Created orthogonal box = (0 0 -0.278569) to (111.428 77.1994 0.278569)
2 by 2 by 1 MPI processor grid
create_atoms 1 box
Created 8141 atoms
mass 1 1.0
mass 2 1.0
mass 3 1.0
mass 4 1.0
mass 5 1.0
# LJ potentials
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 2.5
# define groups
region 1 block INF INF INF 1.25 INF INF
group lower region 1
302 atoms in group lower
region 2 block INF INF 38.75 INF INF INF
group upper region 2
302 atoms in group upper
group boundary union lower upper
604 atoms in group boundary
group mobile subtract all boundary
7537 atoms in group mobile
region leftupper block INF 20 20 INF INF INF
region leftlower block INF 20 INF 20 INF INF
group leftupper region leftupper
841 atoms in group leftupper
group leftlower region leftlower
841 atoms in group leftlower
set group leftupper type 2
841 settings made for type
set group leftlower type 3
841 settings made for type
set group lower type 4
302 settings made for type
set group upper type 5
302 settings made for type
# initial velocities
compute new mobile temp
velocity mobile create 0.01 887723 temp new
velocity upper set 0.0 0.3 0.0
velocity mobile ramp vy 0.0 0.3 y 1.25 38.75 sum yes
# fixes
fix 1 all nve
fix 2 boundary setforce NULL 0.0 0.0
# run
timestep 0.003
thermo 200
thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
neigh_modify exclude type 2 3
-dump 1 all atom 500 dump.crack
+
+#dump 1 all atom 500 dump.crack
+
+#dump 1 all image 250 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
run 5000
-Memory usage per processor = 2.06601 Mbytes
+Memory usage per processor = 2.07747 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0.065993465 -3.2595015 0 -3.1984123 -0.035954133 8602.1883
- 200 0.060035253 -3.2531886 0 -3.1976149 -0.22766671 8635.1231
- 400 0.06054278 -3.2510706 0 -3.1950271 -0.42828601 8674.411
- 600 0.060576995 -3.246816 0 -3.1907408 -0.60041241 8714.1874
- 800 0.060802753 -3.2413477 0 -3.1850635 -0.7452853 8753.0178
- 1000 0.061812114 -3.2349942 0 -3.1777756 -0.87164178 8793.5161
- 1200 0.06317147 -3.2277552 0 -3.1692783 -0.98048929 8819.7022
- 1400 0.065125405 -3.2198031 0 -3.1595175 -1.0694348 8855.382
- 1600 0.06725411 -3.2111272 0 -3.148871 -1.1445446 8889.2003
- 1800 0.069389572 -3.2019689 0 -3.137736 -1.1995438 8930.2905
- 2000 0.071276448 -3.1921621 0 -3.1261826 -1.2400335 8965.5706
- 2200 0.073243486 -3.1818809 0 -3.1140805 -1.2653286 8994.1745
- 2400 0.075063494 -3.1711703 0 -3.1016851 -1.2777211 9035.0036
- 2600 0.076789207 -3.1600658 0 -3.0889832 -1.275987 9070.0031
- 2800 0.07875979 -3.1487143 0 -3.0758075 -1.2642789 9102.7214
- 3000 0.080591853 -3.1372361 0 -3.0626334 -1.2393582 9139.2757
- 3200 0.08227693 -3.125423 0 -3.0492605 -1.2059907 9165.9163
- 3400 0.084289444 -3.1136554 0 -3.03563 -1.1676892 9201.2975
- 3600 0.086720297 -3.1021183 0 -3.0218427 -1.1268117 9229.7367
- 3800 0.089264018 -3.0909262 0 -3.0082959 -1.0903935 9261.8789
- 4000 0.091377688 -3.0795096 0 -2.9949227 -1.0584261 9294.1379
- 4200 0.092665135 -3.0678736 0 -2.9820949 -1.0394077 9328.0647
- 4400 0.09055434 -3.0560482 0 -2.9722234 -1.0327663 9358.6524
- 4600 0.088763719 -3.0446018 0 -2.9624346 -1.0280829 9388.1338
- 4800 0.089467982 -3.0337452 0 -2.950926 -1.0235966 9423.847
- 5000 0.089910902 -3.0237571 0 -2.9405279 -1.0178644 9448.4573
-Loop time of 1.91453 on 4 procs for 5000 steps with 8141 atoms
-
-Pair time (%) = 1.43427 (74.9148)
-Neigh time (%) = 0.0727076 (3.79767)
-Comm time (%) = 0.107613 (5.62085)
-Outpt time (%) = 0.051915 (2.71163)
-Other time (%) = 0.248028 (12.955)
+ 0 0.065993465 -3.2595015 0 -3.1984123 -0.035939913 8605.5917
+ 200 0.060035253 -3.2531886 0 -3.1976149 -0.22757684 8638.5331
+ 400 0.06054278 -3.2510706 0 -3.1950271 -0.42811733 8677.8288
+ 600 0.060576995 -3.246816 0 -3.1907408 -0.60017647 8717.6131
+ 800 0.060802753 -3.2413477 0 -3.1850635 -0.74499308 8756.4512
+ 1000 0.061812114 -3.2349942 0 -3.1777756 -0.87130079 8796.9575
+ 1200 0.06317147 -3.2277552 0 -3.1692783 -0.98010628 8823.1488
+ 1400 0.065125405 -3.2198031 0 -3.1595175 -1.0690179 8858.8358
+ 1600 0.06725411 -3.2111272 0 -3.148871 -1.1440993 8892.6607
+ 1800 0.069389572 -3.2019689 0 -3.137736 -1.199078 8933.7591
+ 2000 0.071276448 -3.1921621 0 -3.1261826 -1.239553 8969.0463
+ 2200 0.073243486 -3.1818809 0 -3.1140805 -1.264839 8997.6559
+ 2400 0.075063494 -3.1711703 0 -3.1016851 -1.2772278 9038.4932
+ 2600 0.076789207 -3.1600658 0 -3.0889832 -1.2754953 9073.4997
+ 2800 0.07875979 -3.1487143 0 -3.0758075 -1.2637926 9106.2245
+ 3000 0.080591853 -3.1372361 0 -3.0626334 -1.2388824 9142.7862
+ 3200 0.08227693 -3.125423 0 -3.0492605 -1.2055283 9169.4322
+ 3400 0.084289444 -3.1136554 0 -3.03563 -1.1672422 9204.8205
+ 3600 0.086720297 -3.1021183 0 -3.0218427 -1.126381 9233.2656
+ 3800 0.089264018 -3.0909262 0 -3.0082959 -1.0899774 9265.4143
+ 4000 0.091377688 -3.0795096 0 -2.9949227 -1.0580229 9297.6799
+ 4200 0.092665135 -3.0678736 0 -2.9820949 -1.0390124 9331.6135
+ 4400 0.09055434 -3.0560482 0 -2.9722234 -1.0323741 9362.2075
+ 4600 0.088763719 -3.0446018 0 -2.9624346 -1.027693 9391.6949
+ 4800 0.089467982 -3.0337452 0 -2.950926 -1.0232092 9427.4155
+ 5000 0.089910902 -3.0237571 0 -2.9405279 -1.0174796 9452.031
+Loop time of 1.90609 on 4 procs for 5000 steps with 8141 atoms
+
+Pair time (%) = 1.45986 (76.5892)
+Neigh time (%) = 0.0753738 (3.95437)
+Comm time (%) = 0.12308 (6.45722)
+Outpt time (%) = 0.000668764 (0.0350857)
+Other time (%) = 0.247107 (12.9641)
Nlocal: 2035.25 ave 2064 max 2015 min
Histogram: 1 1 0 0 0 1 0 0 0 1
Nghost: 198 ave 248 max 150 min
Histogram: 1 0 1 0 0 0 0 1 0 1
-Neighs: 17850 ave 18250 max 17601 min
+Neighs: 17850 ave 18247 max 17601 min
Histogram: 1 1 0 0 1 0 0 0 0 1
Total # of neighbors = 71400
Ave neighs/atom = 8.77042
Neighbor list builds = 106
Dangerous builds = 0
diff --git a/examples/dipole/log.dipole.9Jan12.linux.1 b/examples/dipole/log.dipole.18Feb13.linux.1
similarity index 85%
rename from examples/dipole/log.dipole.9Jan12.linux.1
rename to examples/dipole/log.dipole.18Feb13.linux.1
index 15fab4daf..21e1025f1 100644
--- a/examples/dipole/log.dipole.9Jan12.linux.1
+++ b/examples/dipole/log.dipole.18Feb13.linux.1
@@ -1,86 +1,89 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Point dipoles in a 2d box
units lj
atom_style hybrid sphere dipole
dimension 2
lattice sq2 0.7
Lattice spacing in x,y,z = 1.69031 1.69031 1.69031
region box block 0 10 0 10 -0.5 0.5
create_box 1 box
Created orthogonal box = (0 0 -0.845154) to (16.9031 16.9031 0.845154)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 200 atoms
# need both mass settings due to hybrid atom style
mass 1 1.0
set group all mass 1.0
200 settings made for mass
set group all dipole/random 98934 0.75
200 settings made for dipole/random
velocity all create 0.0 87287 mom no
pair_style dipole/cut 2.5
pair_coeff * * 1.0 1.0
neighbor 0.3 bin
neigh_modify delay 0
fix 1 all nve/sphere update dipole
fix 2 all enforce2d
timestep 0.005
compute erot all erotate/sphere
thermo_style custom step temp epair c_erot etotal press
thermo 500
-dump 1 all custom 200 dump.dipole id type x y z mux muy muz
+#dump 1 all custom 500 dump.dipole id type x y z mux muy
+
+#dump 1 all image 250 image.*.jpg mux type # zoom 1.6 adiam 1.2
+#dump_modify 1 pad 5
run 10000
-Memory usage per processor = 3.28198 Mbytes
+Memory usage per processor = 3.28656 Mbytes
Step Temp E_pair erot TotEng Press
0 0 -2.1909822 0 -2.1909822 -2.5750971
500 0.39335419 -2.7940623 0.20683255 -2.4026749 -0.24768899
1000 0.45259485 -2.8743423 0.22311811 -2.4240104 -0.14864606
1500 0.42110221 -2.8019062 0.19532181 -2.3829095 0.18067141
2000 0.39019973 -2.7914873 0.22407026 -2.4032386 -0.40914143
2500 0.40242274 -2.8142159 0.24281467 -2.4138053 -0.3391299
3000 0.42771065 -2.8535488 0.25848739 -2.4279767 -0.2500108
3500 0.44706195 -2.7890555 0.18446345 -2.3442289 -0.1005632
4000 0.4041733 -2.7741037 0.22161024 -2.3719512 -0.13373446
4500 0.47549052 -2.8368758 0.21740299 -2.3637627 -0.14246916
5000 0.42071015 -2.7518085 0.20821432 -2.3332019 -0.047522754
5500 0.43520504 -2.8042986 0.24366805 -2.3712696 -0.22180582
6000 0.42802195 -2.7822398 0.24060881 -2.3563579 -0.35350862
6500 0.4479767 -2.8175363 0.25806495 -2.3717994 0.07885849
7000 0.39538519 -2.7246562 0.23766993 -2.331248 -0.098542228
7500 0.40716663 -2.7115371 0.21917238 -2.3064063 -0.14844207
8000 0.42814546 -2.7318282 0.23188976 -2.3058235 -0.37209482
8500 0.46175735 -2.7607768 0.23020837 -2.3013282 -0.33381513
9000 0.48360992 -2.758533 0.21927619 -2.2773411 -0.016767257
9500 0.47646809 -2.7812073 0.24046809 -2.3071216 -0.12582235
10000 0.48207466 -2.7437285 0.20973254 -2.2640642 0.51612253
-Loop time of 1.0464 on 1 procs for 10000 steps with 200 atoms
+Loop time of 1.02845 on 1 procs for 10000 steps with 200 atoms
-Pair time (%) = 0.83996 (80.2713)
-Neigh time (%) = 0.0338588 (3.23573)
-Comm time (%) = 0.0464656 (4.44051)
-Outpt time (%) = 0.0178115 (1.70217)
-Other time (%) = 0.108306 (10.3503)
+Pair time (%) = 0.837266 (81.4103)
+Neigh time (%) = 0.0349927 (3.40246)
+Comm time (%) = 0.0476522 (4.6334)
+Outpt time (%) = 0.000173092 (0.0168303)
+Other time (%) = 0.108368 (10.537)
Nlocal: 200 ave 200 max 200 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 158 ave 158 max 158 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1673 ave 1673 max 1673 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 1673
Ave neighs/atom = 8.365
Neighbor list builds = 679
Dangerous builds = 0
diff --git a/examples/dipole/log.dipole.9Jan12.linux.4 b/examples/dipole/log.dipole.18Feb13.linux.4
similarity index 85%
rename from examples/dipole/log.dipole.9Jan12.linux.4
rename to examples/dipole/log.dipole.18Feb13.linux.4
index bdc8f48f5..fabe2e8a9 100644
--- a/examples/dipole/log.dipole.9Jan12.linux.4
+++ b/examples/dipole/log.dipole.18Feb13.linux.4
@@ -1,86 +1,89 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Point dipoles in a 2d box
units lj
atom_style hybrid sphere dipole
dimension 2
lattice sq2 0.7
Lattice spacing in x,y,z = 1.69031 1.69031 1.69031
region box block 0 10 0 10 -0.5 0.5
create_box 1 box
Created orthogonal box = (0 0 -0.845154) to (16.9031 16.9031 0.845154)
2 by 2 by 1 MPI processor grid
create_atoms 1 box
Created 200 atoms
# need both mass settings due to hybrid atom style
mass 1 1.0
set group all mass 1.0
200 settings made for mass
set group all dipole/random 98934 0.75
200 settings made for dipole/random
velocity all create 0.0 87287 mom no
pair_style dipole/cut 2.5
pair_coeff * * 1.0 1.0
neighbor 0.3 bin
neigh_modify delay 0
fix 1 all nve/sphere update dipole
fix 2 all enforce2d
timestep 0.005
compute erot all erotate/sphere
thermo_style custom step temp epair c_erot etotal press
thermo 500
-dump 1 all custom 200 dump.dipole id type x y z mux muy muz
+#dump 1 all custom 500 dump.dipole id type x y z mux muy
+
+#dump 1 all image 250 image.*.jpg mux type # zoom 1.6 adiam 1.2
+#dump_modify 1 pad 5
run 10000
-Memory usage per processor = 3.28129 Mbytes
+Memory usage per processor = 3.28531 Mbytes
Step Temp E_pair erot TotEng Press
0 0 -2.1909822 0 -2.1909822 -2.5750971
500 0.39335419 -2.7940623 0.20683255 -2.4026749 -0.24768899
1000 0.45259485 -2.8743423 0.22311811 -2.4240104 -0.14864606
1500 0.42110221 -2.8019062 0.19532181 -2.3829095 0.18067141
2000 0.39019968 -2.7914873 0.22407029 -2.4032386 -0.4091395
2500 0.40237391 -2.8138968 0.24276582 -2.4135348 -0.33901619
3000 0.42595202 -2.8621684 0.26812111 -2.4383462 -0.19493812
3500 0.41153448 -2.8070419 0.23860803 -2.397565 -0.032395966
4000 0.40867238 -2.7790568 0.22331133 -2.3724278 0.014462986
4500 0.39803378 -2.7718651 0.23536245 -2.3758215 -0.25429533
5000 0.42736901 -2.8476039 0.2824171 -2.4223718 0.12187395
5500 0.41115816 -2.7810177 0.24508517 -2.3719153 -0.1925336
6000 0.43184788 -2.8015292 0.24726776 -2.3718406 -0.014489672
6500 0.45955478 -2.8340069 0.26105652 -2.3767499 -0.16015969
7000 0.43826613 -2.7488226 0.20031236 -2.3127478 0.071480756
7500 0.45738321 -2.7892162 0.23337255 -2.3341199 -0.17245012
8000 0.46107991 -2.7322063 0.18569571 -2.2734318 -0.21563894
8500 0.40367385 -2.7623279 0.27023252 -2.3606724 -0.038576129
9000 0.43104207 -2.7672424 0.25452132 -2.3383555 0.044351007
9500 0.38924411 -2.7231541 0.24926613 -2.3358562 -0.21910634
10000 0.44421944 -2.7677489 0.23376321 -2.3257506 0.034770807
-Loop time of 0.446674 on 4 procs for 10000 steps with 200 atoms
+Loop time of 0.47903 on 4 procs for 10000 steps with 200 atoms
-Pair time (%) = 0.213113 (47.7111)
-Neigh time (%) = 0.00897831 (2.01004)
-Comm time (%) = 0.149779 (33.532)
-Outpt time (%) = 0.0130295 (2.91701)
-Other time (%) = 0.0617741 (13.8298)
+Pair time (%) = 0.216013 (45.0939)
+Neigh time (%) = 0.00924784 (1.93053)
+Comm time (%) = 0.190206 (39.7065)
+Outpt time (%) = 0.000464082 (0.0968794)
+Other time (%) = 0.0630991 (13.1723)
Nlocal: 50 ave 55 max 41 min
Histogram: 1 0 0 0 0 0 1 0 0 2
Nghost: 87.75 ave 92 max 78 min
Histogram: 1 0 0 0 0 0 0 1 0 2
Neighs: 415 ave 481 max 301 min
Histogram: 1 0 0 0 0 0 1 0 0 2
Total # of neighbors = 1660
Ave neighs/atom = 8.3
Neighbor list builds = 671
Dangerous builds = 0
diff --git a/examples/dreiding/log.dreiding.9Jan12.linux.1 b/examples/dreiding/log.dreiding.18Feb13.linux.1
similarity index 73%
rename from examples/dreiding/log.dreiding.9Jan12.linux.1
rename to examples/dreiding/log.dreiding.18Feb13.linux.1
index ddc646e3d..792c133a1 100644
--- a/examples/dreiding/log.dreiding.9Jan12.linux.1
+++ b/examples/dreiding/log.dreiding.18Feb13.linux.1
@@ -1,97 +1,98 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
units real
atom_style full
boundary p p p
dielectric 1
-special_bonds lj/coul 0.0 0.0 1.0
+special_bonds lj/coul 0.0 0.0 1.0
pair_style hybrid/overlay hbond/dreiding/lj 2 6 6.5 90 lj/cut/coul/long 8.50000 11.5
-bond_style harmonic
-angle_style harmonic
+bond_style harmonic
+angle_style harmonic
dihedral_style harmonic
improper_style none
-kspace_style pppm 0.001
+kspace_style pppm 0.001
read_data data.dreiding
4 = max bonds/atom
6 = max angles/atom
3 = max dihedrals/atom
0 = max impropers/atom
orthogonal box = (0 0 0) to (19.9969 19.1282 19.4697)
1 by 1 by 1 MPI processor grid
384 atoms
320 bonds
448 angles
192 dihedrals
0 impropers
4 = max # of 1-2 neighbors
3 = max # of 1-3 neighbors
5 = max # of special neighbors
-pair_coeff 1 1 lj/cut/coul/long 0.015200000256300 2.846421344984478
-pair_coeff 1 2 lj/cut/coul/long 0.001232882795416 2.846421344984478
-pair_coeff 1 3 lj/cut/coul/long 0.038019995160237 3.159705878878677
-pair_coeff 1 4 lj/cut/coul/long 0.038139744011598 2.939787518071103
-pair_coeff 2 2 lj/cut/coul/long 9.99999974737875e-05 2.846421344984478
-pair_coeff 2 3 lj/cut/coul/long 0.003083828758188 3.159705878878677
-pair_coeff 2 4 lj/cut/coul/long 0.003093541672406 2.939787518071103
-pair_coeff 3 3 lj/cut/coul/long 0.095100000500679 3.472990412772877
-pair_coeff 3 4 lj/cut/coul/long 0.095399530150179 3.253072051965302
-pair_coeff 4 4 lj/cut/coul/long 0.095700003206730 3.033153691157727
-pair_coeff 4 4 hbond/dreiding/lj 2 i 0.4000E+01 2.750000000000000 4
+pair_coeff 1 1 lj/cut/coul/long 0.015200000256300 2.846421344984478
+pair_coeff 1 2 lj/cut/coul/long 0.001232882795416 2.846421344984478
+pair_coeff 1 3 lj/cut/coul/long 0.038019995160237 3.159705878878677
+pair_coeff 1 4 lj/cut/coul/long 0.038139744011598 2.939787518071103
+pair_coeff 2 2 lj/cut/coul/long 9.99999974737875e-05 2.846421344984478
+pair_coeff 2 3 lj/cut/coul/long 0.003083828758188 3.159705878878677
+pair_coeff 2 4 lj/cut/coul/long 0.003093541672406 2.939787518071103
+pair_coeff 3 3 lj/cut/coul/long 0.095100000500679 3.472990412772877
+pair_coeff 3 4 lj/cut/coul/long 0.095399530150179 3.253072051965302
+pair_coeff 4 4 lj/cut/coul/long 0.095700003206730 3.033153691157727
+pair_coeff 4 4 hbond/dreiding/lj 2 i 0.4000E+01 2.750000000000000 4
pair_modify mix arithmetic
neighbor 2.0 multi
neigh_modify every 2 delay 4 check yes
variable input index in.ch3oh.box.dreiding
variable sname index ch3oh.box.dreiding
compute hb all pair hbond/dreiding/lj
variable C_hbond equal c_hb[1] #number hbonds
variable E_hbond equal c_hb[2] #hbond energy
thermo_style custom etotal ke temp pe ebond eangle edihed eimp evdwl ecoul elong v_E_hbond v_C_hbond press vol
thermo_modify line multi format float %14.6f
run 0
-WARNING: No fixes defined, atoms won't move (verlet.cpp:52)
+WARNING: No fixes defined, atoms won't move (verlet.cpp:54)
PPPM initialization ...
-WARNING: System is not charge neutral, net charge = -0.00064 (pppm.cpp:216)
- G vector = 0.142075
+WARNING: System is not charge neutral, net charge = -0.00064 (pppm.cpp:259)
+ G vector (1/distance) = 0.142073
grid = 3 3 3
stencil order = 5
- RMS precision = 0.000329493
+ estimated absolute RMS force accuracy = 0.154715
+ estimated relative force accuracy = 0.00046592
using double precision FFTs
- brick FFT buffer size/proc = 512 27 576
-Memory usage per processor = 7.9487 Mbytes
+ 3d grid and FFT values/proc = 512 27
+Memory usage per processor = 7.97168 Mbytes
---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = 113.723443 KinEng = 0.000000 Temp = 0.000000
-PotEng = 113.723443 E_bond = 0.535673 E_angle = 1.281880
+TotEng = 113.723601 KinEng = 0.000000 Temp = 0.000000
+PotEng = 113.723601 E_bond = 0.535673 E_angle = 1.281880
E_dihed = 1.232497 E_impro = 0.000000 E_vdwl = -125.381324
-E_coul = 597.224193 E_long = -361.169476 E_hbond = -69.322152
-C_hbond = 235.000000 Press = -847.552598 Volume = 7447.236335
+E_coul = 597.219740 E_long = -361.164864 E_hbond = -69.322152
+C_hbond = 235.000000 Press = -847.550210 Volume = 7447.236335
Loop time of 2.14577e-06 on 1 procs for 0 steps with 384 atoms
Pair time (%) = 0 (0)
Bond time (%) = 0 (0)
Kspce time (%) = 0 (0)
Neigh time (%) = 0 (0)
Comm time (%) = 0 (0)
Outpt time (%) = 0 (0)
Other time (%) = 2.14577e-06 (100)
FFT time (% of Kspce) = 0 (0)
FFT Gflps 3d (1d only) = 0 0
Nlocal: 384 ave 384 max 384 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 4637 ave 4637 max 4637 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 101854 ave 101854 max 101854 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 203708 ave 203708 max 203708 min
+FullNghs: 203708 ave 203708 max 203708 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 203708
Ave neighs/atom = 530.49
Ave special neighs/atom = 4
Neighbor list builds = 0
Dangerous builds = 0
diff --git a/examples/dreiding/log.dreiding.9Jan12.linux.4 b/examples/dreiding/log.dreiding.18Feb13.linux.4
similarity index 59%
rename from examples/dreiding/log.dreiding.9Jan12.linux.4
rename to examples/dreiding/log.dreiding.18Feb13.linux.4
index 220a7b95b..4f2849c0f 100644
--- a/examples/dreiding/log.dreiding.9Jan12.linux.4
+++ b/examples/dreiding/log.dreiding.18Feb13.linux.4
@@ -1,121 +1,98 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
units real
atom_style full
boundary p p p
dielectric 1
-special_bonds lj/coul 0.0 0.0 1.0
+special_bonds lj/coul 0.0 0.0 1.0
pair_style hybrid/overlay hbond/dreiding/lj 2 6 6.5 90 lj/cut/coul/long 8.50000 11.5
-bond_style harmonic
-angle_style harmonic
+bond_style harmonic
+angle_style harmonic
dihedral_style harmonic
improper_style none
-kspace_style pppm 0.001
+kspace_style pppm 0.001
read_data data.dreiding
4 = max bonds/atom
6 = max angles/atom
3 = max dihedrals/atom
0 = max impropers/atom
orthogonal box = (0 0 0) to (19.9969 19.1282 19.4697)
2 by 1 by 2 MPI processor grid
384 atoms
320 bonds
448 angles
192 dihedrals
0 impropers
4 = max # of 1-2 neighbors
3 = max # of 1-3 neighbors
5 = max # of special neighbors
-pair_coeff 1 1 lj/cut/coul/long 0.015200000256300 2.846421344984478
-pair_coeff 1 2 lj/cut/coul/long 0.001232882795416 2.846421344984478
-pair_coeff 1 3 lj/cut/coul/long 0.038019995160237 3.159705878878677
-pair_coeff 1 4 lj/cut/coul/long 0.038139744011598 2.939787518071103
-pair_coeff 2 2 lj/cut/coul/long 9.99999974737875e-05 2.846421344984478
-pair_coeff 2 3 lj/cut/coul/long 0.003083828758188 3.159705878878677
-pair_coeff 2 4 lj/cut/coul/long 0.003093541672406 2.939787518071103
-pair_coeff 3 3 lj/cut/coul/long 0.095100000500679 3.472990412772877
-pair_coeff 3 4 lj/cut/coul/long 0.095399530150179 3.253072051965302
-pair_coeff 4 4 lj/cut/coul/long 0.095700003206730 3.033153691157727
-pair_coeff 4 4 hbond/dreiding/lj 2 i 0.4000E+01 2.750000000000000 4
+pair_coeff 1 1 lj/cut/coul/long 0.015200000256300 2.846421344984478
+pair_coeff 1 2 lj/cut/coul/long 0.001232882795416 2.846421344984478
+pair_coeff 1 3 lj/cut/coul/long 0.038019995160237 3.159705878878677
+pair_coeff 1 4 lj/cut/coul/long 0.038139744011598 2.939787518071103
+pair_coeff 2 2 lj/cut/coul/long 9.99999974737875e-05 2.846421344984478
+pair_coeff 2 3 lj/cut/coul/long 0.003083828758188 3.159705878878677
+pair_coeff 2 4 lj/cut/coul/long 0.003093541672406 2.939787518071103
+pair_coeff 3 3 lj/cut/coul/long 0.095100000500679 3.472990412772877
+pair_coeff 3 4 lj/cut/coul/long 0.095399530150179 3.253072051965302
+pair_coeff 4 4 lj/cut/coul/long 0.095700003206730 3.033153691157727
+pair_coeff 4 4 hbond/dreiding/lj 2 i 0.4000E+01 2.750000000000000 4
pair_modify mix arithmetic
neighbor 2.0 multi
neigh_modify every 2 delay 4 check yes
variable input index in.ch3oh.box.dreiding
variable sname index ch3oh.box.dreiding
compute hb all pair hbond/dreiding/lj
variable C_hbond equal c_hb[1] #number hbonds
variable E_hbond equal c_hb[2] #hbond energy
thermo_style custom etotal ke temp pe ebond eangle edihed eimp evdwl ecoul elong v_E_hbond v_C_hbond press vol
thermo_modify line multi format float %14.6f
run 0
-WARNING: No fixes defined, atoms won't move (verlet.cpp:52)
+WARNING: No fixes defined, atoms won't move (verlet.cpp:54)
PPPM initialization ...
-WARNING: System is not charge neutral, net charge = -0.00064 (pppm.cpp:216)
- G vector = 0.142075
+WARNING: System is not charge neutral, net charge = -0.00064 (pppm.cpp:259)
+ G vector (1/distance) = 0.142073
grid = 3 3 3
stencil order = 5
- RMS precision = 0.000329493
+ estimated absolute RMS force accuracy = 0.154715
+ estimated relative force accuracy = 0.00046592
using double precision FFTs
-WARNING: Reducing PPPM order b/c stencil extends beyond neighbor processor (pppm.cpp:228)
- G vector = 0.143211
- grid = 3 3 3
- stencil order = 4
- RMS precision = 0.000315601
- using double precision FFTs
-WARNING: Reducing PPPM order b/c stencil extends beyond neighbor processor (pppm.cpp:228)
- G vector = 0.140124
- grid = 3 3 3
- stencil order = 3
- RMS precision = 0.000354326
- using double precision FFTs
-WARNING: Reducing PPPM order b/c stencil extends beyond neighbor processor (pppm.cpp:228)
- G vector = 0.127333
- grid = 3 3 3
- stencil order = 2
- RMS precision = 0.00055716
- using double precision FFTs
-WARNING: Reducing PPPM order b/c stencil extends beyond neighbor processor (pppm.cpp:228)
- G vector = 0.113516
- grid = 9 9 9
- stencil order = 1
- RMS precision = 0.000864991
- using double precision FFTs
- brick FFT buffer size/proc = 360 243 360
-Memory usage per processor = 6.52575 Mbytes
+ 3d grid and FFT values/proc = 392 12
+Memory usage per processor = 6.52757 Mbytes
---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = 118.484313 KinEng = 0.000000 Temp = 0.000000
-PotEng = 118.484313 E_bond = 0.535673 E_angle = 1.281880
+TotEng = 113.723601 KinEng = 0.000000 Temp = 0.000000
+PotEng = 113.723601 E_bond = 0.535673 E_angle = 1.281880
E_dihed = 1.232497 E_impro = 0.000000 E_vdwl = -125.381324
-E_coul = 529.430008 E_long = -288.614421 E_hbond = -69.322152
-C_hbond = 235.000000 Press = -803.848888 Volume = 7447.236335
-Loop time of 1.09673e-05 on 4 procs for 0 steps with 384 atoms
+E_coul = 597.219740 E_long = -361.164864 E_hbond = -69.322152
+C_hbond = 235.000000 Press = -847.550210 Volume = 7447.236335
+Loop time of 6.79493e-06 on 4 procs for 0 steps with 384 atoms
Pair time (%) = 0 (0)
Bond time (%) = 0 (0)
Kspce time (%) = 0 (0)
Neigh time (%) = 0 (0)
Comm time (%) = 0 (0)
Outpt time (%) = 0 (0)
-Other time (%) = 1.09673e-05 (100)
+Other time (%) = 6.79493e-06 (100)
FFT time (% of Kspce) = 0 (0)
FFT Gflps 3d (1d only) = 0 0
Nlocal: 96 ave 104 max 87 min
Histogram: 1 1 0 0 0 0 0 0 0 2
Nghost: 3063.25 ave 3108 max 3024 min
Histogram: 1 0 1 0 0 0 1 0 0 1
Neighs: 25463.5 ave 28799 max 22471 min
Histogram: 1 0 0 1 0 1 0 0 0 1
-FullNghs: 50927 ave 55516 max 46073 min
+FullNghs: 50927 ave 55516 max 46073 min
Histogram: 1 1 0 0 0 0 0 0 0 2
Total # of neighbors = 203708
Ave neighs/atom = 530.49
Ave special neighs/atom = 4
Neighbor list builds = 0
Dangerous builds = 0
diff --git a/examples/eim/log.eim.18Feb13.linux.1 b/examples/eim/log.eim.18Feb13.linux.1
new file mode 100644
index 000000000..2c5bad9a9
--- /dev/null
+++ b/examples/eim/log.eim.18Feb13.linux.1
@@ -0,0 +1,67 @@
+LAMMPS (18 Feb 2013)
+# NaCl test problem for embedded atom method (EIM) potential
+
+units metal
+atom_style atomic
+
+boundary p p p
+
+lattice diamond 5.0
+Lattice spacing in x,y,z = 5 5 5
+read_data data.eim
+ orthogonal box = (-0.5 -0.5 -0.5) to (35.54 35.54 35.54)
+ 1 by 1 by 1 MPI processor grid
+ 2000 atoms
+ 2000 velocities
+
+pair_style eim
+pair_coeff * * Na Cl ffield.eim Na Cl
+
+neighbor 0.3 bin
+neigh_modify delay 0
+
+timestep 0.001
+thermo_style custom step pe pxx pyy pzz temp
+thermo 50
+
+velocity all create 1400.0 43454 dist gaussian mom yes
+fix int all npt temp 1400.0 300.0 0.1 aniso 0.0 0.0 0.1
+
+#dump id all atom 100 dump.eim
+
+#dump 1 all image 25 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3 element Na Cl
+
+run 500
+Memory usage per processor = 2.20266 Mbytes
+Step PotEng Pxx Pyy Pzz Temp
+ 0 -5660.4738 -118151.29 -117613.39 -118064.41 1400
+ 50 -5773.8661 889.73924 898.43321 703.5365 891.68472
+ 100 -5742.8192 866.6183 817.86837 889.72898 838.77403
+ 150 -5738.752 -335.23317 -345.69716 -123.3196 900.54672
+ 200 -5704.2444 -172.01932 -508.83888 -654.45947 834.82705
+ 250 -5724.4679 375.50199 546.99196 405.29298 966.14585
+ 300 -5718.5442 428.47856 361.93998 752.00729 934.57116
+ 350 -5722.7694 -409.40162 -484.53168 42.702482 865.13075
+ 400 -5743.6862 173.43552 288.02324 107.96614 840.48912
+ 450 -5751.3366 -752.54635 -762.07316 -591.45022 743.42176
+ 500 -5780.5266 -157.23981 84.510897 -52.426827 712.64129
+Loop time of 5.85191 on 1 procs for 500 steps with 2000 atoms
+
+Pair time (%) = 5.38647 (92.0463)
+Neigh time (%) = 0.367301 (6.2766)
+Comm time (%) = 0.0237942 (0.406605)
+Outpt time (%) = 0.000292301 (0.00499497)
+Other time (%) = 0.0740573 (1.26552)
+
+Nlocal: 2000 ave 2000 max 2000 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 4194 ave 4194 max 4194 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 99537 ave 99537 max 99537 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 99537
+Ave neighs/atom = 49.7685
+Neighbor list builds = 89
+Dangerous builds = 10
diff --git a/examples/eim/log.eim.18Feb13.linux.4 b/examples/eim/log.eim.18Feb13.linux.4
new file mode 100644
index 000000000..dadad7571
--- /dev/null
+++ b/examples/eim/log.eim.18Feb13.linux.4
@@ -0,0 +1,67 @@
+LAMMPS (18 Feb 2013)
+# NaCl test problem for embedded atom method (EIM) potential
+
+units metal
+atom_style atomic
+
+boundary p p p
+
+lattice diamond 5.0
+Lattice spacing in x,y,z = 5 5 5
+read_data data.eim
+ orthogonal box = (-0.5 -0.5 -0.5) to (35.54 35.54 35.54)
+ 1 by 2 by 2 MPI processor grid
+ 2000 atoms
+ 2000 velocities
+
+pair_style eim
+pair_coeff * * Na Cl ffield.eim Na Cl
+
+neighbor 0.3 bin
+neigh_modify delay 0
+
+timestep 0.001
+thermo_style custom step pe pxx pyy pzz temp
+thermo 50
+
+velocity all create 1400.0 43454 dist gaussian mom yes
+fix int all npt temp 1400.0 300.0 0.1 aniso 0.0 0.0 0.1
+
+#dump id all atom 100 dump.eim
+
+#dump 1 all image 25 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3 element Na Cl
+
+run 500
+Memory usage per processor = 1.879 Mbytes
+Step PotEng Pxx Pyy Pzz Temp
+ 0 -5660.4738 -118151.29 -117613.39 -118064.41 1400
+ 50 -5773.8661 889.73924 898.43321 703.5365 891.68472
+ 100 -5742.8192 866.6183 817.86837 889.72898 838.77403
+ 150 -5738.752 -335.23317 -345.69716 -123.3196 900.54672
+ 200 -5704.2444 -172.01932 -508.83888 -654.45947 834.82705
+ 250 -5724.4679 375.50199 546.99196 405.29298 966.14585
+ 300 -5718.5442 428.47856 361.93998 752.00729 934.57116
+ 350 -5722.7694 -409.40162 -484.53168 42.702482 865.13075
+ 400 -5743.6862 173.43552 288.02324 107.96614 840.48912
+ 450 -5751.3366 -752.54635 -762.07316 -591.45022 743.42176
+ 500 -5780.5266 -157.23981 84.510897 -52.426827 712.64129
+Loop time of 1.57123 on 4 procs for 500 steps with 2000 atoms
+
+Pair time (%) = 1.39484 (88.774)
+Neigh time (%) = 0.091349 (5.81387)
+Comm time (%) = 0.0542217 (3.45092)
+Outpt time (%) = 0.000287533 (0.0182999)
+Other time (%) = 0.0305272 (1.94289)
+
+Nlocal: 500 ave 501 max 498 min
+Histogram: 1 0 0 0 0 0 1 0 0 2
+Nghost: 2179.25 ave 2182 max 2175 min
+Histogram: 1 0 0 0 0 1 0 0 1 1
+Neighs: 24884.2 ave 25164 max 24622 min
+Histogram: 1 0 0 1 0 1 0 0 0 1
+
+Total # of neighbors = 99537
+Ave neighs/atom = 49.7685
+Neighbor list builds = 89
+Dangerous builds = 10
diff --git a/examples/eim/log.eim.9Jan12.linux.1 b/examples/eim/log.eim.9Jan12.linux.1
deleted file mode 100644
index 4428a14c7..000000000
--- a/examples/eim/log.eim.9Jan12.linux.1
+++ /dev/null
@@ -1,54 +0,0 @@
-LAMMPS (10 Jan 2012)
-# NaCl test problem for embedded atom method (EIM) potential
-
-units metal
-atom_style atomic
-
-boundary p p p
-
-lattice diamond 5.0
-Lattice spacing in x,y,z = 5 5 5
-read_data data.eim
- orthogonal box = (-0.5 -0.5 -0.5) to (35.54 35.54 35.54)
- 1 by 1 by 1 MPI processor grid
- 2000 atoms
- 2000 velocities
-
-pair_style eim
-pair_coeff * * Na Cl ffield.eim Na Cl
-
-neighbor 0.3 bin
-neigh_modify delay 0
-
-timestep 0.001
-thermo_style custom step pe pxx pyy pzz temp
-thermo 50
-
-velocity all create 1400.0 43454 dist gaussian mom yes
-fix int all npt temp 1400.0 300.0 0.1 aniso 0.0 0.0 0.1
-
-run 100
-Memory usage per processor = 2.19122 Mbytes
-Step PotEng Pxx Pyy Pzz Temp
- 0 -5660.4738 -118151.29 -117613.39 -118064.41 1400
- 50 -5774.4337 865.73356 874.29837 679.99459 888.89401
- 100 -5752.6028 652.10345 601.94922 670.57848 780.52664
-Loop time of 1.19197 on 1 procs for 100 steps with 2000 atoms
-
-Pair time (%) = 1.05228 (88.2801)
-Neigh time (%) = 0.119006 (9.98397)
-Comm time (%) = 0.00567245 (0.475887)
-Outpt time (%) = 6.00815e-05 (0.0050405)
-Other time (%) = 0.0149598 (1.25504)
-
-Nlocal: 2000 ave 2000 max 2000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 4144 ave 4144 max 4144 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 99875 ave 99875 max 99875 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 99875
-Ave neighs/atom = 49.9375
-Neighbor list builds = 30
-Dangerous builds = 10
diff --git a/examples/eim/log.eim.9Jan12.linux.4 b/examples/eim/log.eim.9Jan12.linux.4
deleted file mode 100644
index 1a0aeba7f..000000000
--- a/examples/eim/log.eim.9Jan12.linux.4
+++ /dev/null
@@ -1,54 +0,0 @@
-LAMMPS (10 Jan 2012)
-# NaCl test problem for embedded atom method (EIM) potential
-
-units metal
-atom_style atomic
-
-boundary p p p
-
-lattice diamond 5.0
-Lattice spacing in x,y,z = 5 5 5
-read_data data.eim
- orthogonal box = (-0.5 -0.5 -0.5) to (35.54 35.54 35.54)
- 1 by 2 by 2 MPI processor grid
- 2000 atoms
- 2000 velocities
-
-pair_style eim
-pair_coeff * * Na Cl ffield.eim Na Cl
-
-neighbor 0.3 bin
-neigh_modify delay 0
-
-timestep 0.001
-thermo_style custom step pe pxx pyy pzz temp
-thermo 50
-
-velocity all create 1400.0 43454 dist gaussian mom yes
-fix int all npt temp 1400.0 300.0 0.1 aniso 0.0 0.0 0.1
-
-run 100
-Memory usage per processor = 1.87326 Mbytes
-Step PotEng Pxx Pyy Pzz Temp
- 0 -5660.4738 -118151.29 -117613.39 -118064.41 1400
- 50 -5774.4337 865.73356 874.29837 679.99459 888.89401
- 100 -5752.6028 652.10345 601.94922 670.57848 780.52664
-Loop time of 0.324442 on 4 procs for 100 steps with 2000 atoms
-
-Pair time (%) = 0.275492 (84.9125)
-Neigh time (%) = 0.0300437 (9.26011)
-Comm time (%) = 0.0126455 (3.89763)
-Outpt time (%) = 5.33462e-05 (0.0164424)
-Other time (%) = 0.00620759 (1.91331)
-
-Nlocal: 500 ave 500 max 500 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 2149.75 ave 2152 max 2148 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-Neighs: 24968.8 ave 25028 max 24876 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-
-Total # of neighbors = 99875
-Ave neighs/atom = 49.9375
-Neighbor list builds = 30
-Dangerous builds = 10
diff --git a/examples/ellipse/log.ellipse.gayberne.9Jan12.linux.1 b/examples/ellipse/log.ellipse.gayberne.18Feb13.linux.1
similarity index 62%
rename from examples/ellipse/log.ellipse.gayberne.9Jan12.linux.1
rename to examples/ellipse/log.ellipse.gayberne.18Feb13.linux.1
index ef6e56ded..45fa4d2a5 100644
--- a/examples/ellipse/log.ellipse.gayberne.9Jan12.linux.1
+++ b/examples/ellipse/log.ellipse.gayberne.18Feb13.linux.1
@@ -1,161 +1,157 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# GayBerne ellipsoids in LJ background fluid
units lj
atom_style ellipsoid
dimension 2
lattice sq 0.02
Lattice spacing in x,y,z = 7.07107 7.07107 7.07107
region box block 0 20 0 20 -0.5 0.5
create_box 2 box
Created orthogonal box = (0 0 -3.53553) to (141.421 141.421 3.53553)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 400 atoms
set group all type/fraction 2 0.1 95392
45 settings made for type/fraction
set type 1 mass 1.0
355 settings made for mass
set type 2 mass 1.5
45 settings made for mass
set type 1 shape 1 1 1
355 settings made for shape
set type 2 shape 3 1 1
45 settings made for shape
set group all quat/random 18238
400 settings made for quat/random
compute rot all temp/asphere
group spheroid type 1
355 atoms in group spheroid
variable dof equal count(spheroid)+2
compute_modify rot extra ${dof}
compute_modify rot extra 357
velocity all create 2.4 87287 loop geom
pair_style gayberne 1.0 3.0 1.0 4.0
pair_coeff 1 1 3.0 1.0 1 1 1 1 1 1 2.5
pair_coeff 1 2 3.0 1.0 1 1 1 0 0 0
pair_coeff 2 2 1.0 1.0 1 1 0.2 0 0 0
-#pair_style resquared 4.0
-#pair_coeff 1 1 3.0 1 1 1 1 1 1 1 2.5
-#pair_coeff 1 2 3.0 1 1 1 1 0 0 0
-#pair_coeff 2 2 1.0 1 1 1 0.2 0 0 0
-
neighbor 0.8 bin
thermo_style custom step c_rot epair etotal press vol
thermo 100
timestep 0.002
compute q all property/atom quatw quati quatj quatk
dump 1 all custom 100 dump.ellipse.gayberne id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
-#dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 center d 0.5 0.5 0.5
+#dump_modify 1 pad 4 adiam 1 1.0 adiam 2 2.0
fix 1 all npt/asphere temp 2.0 2.0 0.1 iso 0.0 1.0 1.0 mtk no pchain 0 tchain 1
fix 2 all enforce2d
compute_modify 1_temp extra ${dof}
compute_modify 1_temp extra 357
# equilibrate to shrink box around dilute system
run 2000
-Memory usage per processor = 3.71598 Mbytes
+Memory usage per processor = 3.89604 Mbytes
Step rot E_pair TotEng Press Volume
0 2.2718861 0 2.394 0.04788 20000
100 1.7443002 0 1.8380563 0.03576216 20558.672
200 2.2770454 0 2.3994366 0.046545139 20620.298
300 1.8573283 0 1.9571597 0.04240689 18460.771
400 2.1709963 -0.00050890768 2.2871782 0.066789189 13689.461
500 1.987484 -0.043660052 2.0342913 0.099199049 8475.4405
600 2.088535 -0.24318266 1.8270941 0.22391583 4674.8592
700 2.2604089 -0.73325761 1.481207 0.57184109 2507.095
800 1.8731398 -1.6161576 0.22080738 1.3049285 1420.4278
900 2.1404423 -3.0146759 -0.84039269 3.3566833 922.07169
1000 1.5927835 -4.5754144 -2.9697785 2.5493591 743.19289
1100 1.8380043 -4.8820159 -3.0604394 2.2950846 708.014
1200 2.05516 -4.5701279 -2.4718822 1.466469 753.52878
1300 2.0000364 -4.0755503 -2.031995 0.35675413 842.14053
1400 2.1055032 -3.7342781 -1.6632699 0.58193577 925.51606
1500 1.9241806 -3.582658 -1.639377 0.24973032 1006.7339
1600 2.125676 -3.4733166 -1.3572836 0.72069214 1061.1355
1700 1.8811354 -3.2933821 -1.4183258 0.59272021 1119.2646
1800 2.1014782 -3.1254259 -1.0248797 0.95254771 1162.1817
- 1900 1.8977855 -3.1905908 -1.2727444 0.73157369 1191.4876
- 2000 2.0794708 -3.253147 -1.2230906 0.4949131 1187.4615
-Loop time of 0.744775 on 1 procs for 2000 steps with 400 atoms
+ 1900 1.8977855 -3.1905908 -1.2727444 0.7315737 1191.4876
+ 2000 2.0794708 -3.253147 -1.2230906 0.49491309 1187.4615
+Loop time of 0.744347 on 1 procs for 2000 steps with 400 atoms
-Pair time (%) = 0.5056 (67.8863)
-Neigh time (%) = 0.0121155 (1.62673)
-Comm time (%) = 0.0133355 (1.79054)
-Outpt time (%) = 0.0179069 (2.40434)
-Other time (%) = 0.195817 (26.2921)
+Pair time (%) = 0.504503 (67.778)
+Neigh time (%) = 0.0123847 (1.66383)
+Comm time (%) = 0.0140009 (1.88096)
+Outpt time (%) = 0.0178459 (2.39752)
+Other time (%) = 0.195612 (26.2797)
Nlocal: 400 ave 400 max 400 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 232 ave 232 max 232 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 2868 ave 2868 max 2868 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 2868
Ave neighs/atom = 7.17
Neighbor list builds = 138
Dangerous builds = 80
# run dynamics on dense system
unfix 1
fix 1 all nve/asphere
run 2000
-Memory usage per processor = 3.72613 Mbytes
+Memory usage per processor = 3.90619 Mbytes
Step rot E_pair TotEng Press Volume
- 2000 2.0794708 -3.253147 -1.2230906 0.4949131 1187.4615
- 2100 2.0350673 -3.2084761 -1.1823685 0.33981976 1187.4615
- 2200 1.9674878 -3.1385619 -1.1467435 1.1720135 1187.4615
- 2300 2.0160349 -3.191283 -1.1652127 0.98222385 1187.4615
- 2400 2.1323063 -3.3152815 -1.1669962 0.76099867 1187.4615
- 2500 2.0866912 -3.269205 -1.176606 0.67971578 1187.4615
- 2600 2.0982825 -3.2774432 -1.1869918 0.90454676 1187.4615
- 2700 2.0482779 -3.2229456 -1.1928884 0.69425859 1187.4615
- 2800 1.9676351 -3.1400429 -1.1685864 0.7577946 1187.4615
- 2900 2.0421413 -3.2182319 -1.1866955 0.79375204 1187.4615
- 3000 2.1074018 -3.2869882 -1.2013002 0.18882145 1187.4615
- 3100 2.0467315 -3.2228162 -1.1821143 0.70508986 1187.4615
- 3200 2.1165018 -3.2983333 -1.1590455 0.5195734 1187.4615
- 3300 2.1523232 -3.3384994 -1.1803176 0.45229381 1187.4615
- 3400 2.0966131 -3.2797219 -1.1608863 0.75030508 1187.4615
- 3500 2.0623035 -3.2433952 -1.1409405 0.78443505 1187.4615
- 3600 2.0110509 -3.1874756 -1.1629634 0.54103399 1187.4615
- 3700 2.0105927 -3.1835726 -1.1894401 0.27445727 1187.4615
- 3800 1.9528229 -3.1230718 -1.1908005 0.53926039 1187.4615
- 3900 2.0657038 -3.2420623 -1.1608259 0.56113492 1187.4615
- 4000 2.0354627 -3.2069944 -1.2073941 0.5668484 1187.4615
-Loop time of 0.780395 on 1 procs for 2000 steps with 400 atoms
-
-Pair time (%) = 0.622527 (79.7707)
-Neigh time (%) = 0.00560331 (0.71801)
-Comm time (%) = 0.0139475 (1.78723)
-Outpt time (%) = 0.0179484 (2.29991)
-Other time (%) = 0.120369 (15.4241)
+ 2000 2.0794708 -3.253147 -1.2230906 0.49491309 1187.4615
+ 2100 2.0350673 -3.2084761 -1.1823685 0.33981994 1187.4615
+ 2200 1.9674878 -3.1385619 -1.1467435 1.1720132 1187.4615
+ 2300 2.0160349 -3.191283 -1.1652127 0.98222377 1187.4615
+ 2400 2.1323062 -3.3152814 -1.1669961 0.76099841 1187.4615
+ 2500 2.0866909 -3.2692047 -1.1766063 0.67971438 1187.4615
+ 2600 2.0982853 -3.2774461 -1.1869918 0.9045362 1187.4615
+ 2700 2.0482743 -3.2229418 -1.1928883 0.69426343 1187.4615
+ 2800 1.9676269 -3.1400321 -1.1685787 0.7578428 1187.4615
+ 2900 2.0421127 -3.2182014 -1.1866875 0.79386471 1187.4615
+ 3000 2.1074286 -3.2870176 -1.2012732 0.18871121 1187.4615
+ 3100 2.0466481 -3.2227223 -1.1821678 0.70482646 1187.4615
+ 3200 2.1159694 -3.2976371 -1.1588561 0.52105755 1187.4615
+ 3300 2.150544 -3.3366154 -1.179448 0.45837229 1187.4615
+ 3400 2.1035378 -3.2868896 -1.1614884 0.72339226 1187.4615
+ 3500 2.0665964 -3.2481259 -1.1351878 0.77887358 1187.4615
+ 3600 2.0079794 -3.183204 -1.1647668 0.49419048 1187.4615
+ 3700 2.0028597 -3.1740178 -1.1738107 0.38011763 1187.4615
+ 3800 1.9501131 -3.1191211 -1.1785414 0.77609881 1187.4615
+ 3900 2.0648034 -3.2412864 -1.1750708 0.55412858 1187.4615
+ 4000 2.0161932 -3.1865719 -1.1939133 0.6656145 1187.4615
+Loop time of 0.780147 on 1 procs for 2000 steps with 400 atoms
+
+Pair time (%) = 0.621619 (79.6797)
+Neigh time (%) = 0.00568986 (0.729332)
+Comm time (%) = 0.0143819 (1.84348)
+Outpt time (%) = 0.0179212 (2.29716)
+Other time (%) = 0.120535 (15.4503)
Nlocal: 400 ave 400 max 400 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 222 ave 222 max 222 min
+Nghost: 220 ave 220 max 220 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 2914 ave 2914 max 2914 min
+Neighs: 2901 ave 2901 max 2901 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Total # of neighbors = 2914
-Ave neighs/atom = 7.285
+Total # of neighbors = 2901
+Ave neighs/atom = 7.2525
Neighbor list builds = 47
Dangerous builds = 0
diff --git a/examples/ellipse/log.ellipse.gayberne.9Jan12.linux.4 b/examples/ellipse/log.ellipse.gayberne.18Feb13.linux.4
similarity index 59%
rename from examples/ellipse/log.ellipse.gayberne.9Jan12.linux.4
rename to examples/ellipse/log.ellipse.gayberne.18Feb13.linux.4
index 6a5dc2dc6..dd3a1bf0e 100644
--- a/examples/ellipse/log.ellipse.gayberne.9Jan12.linux.4
+++ b/examples/ellipse/log.ellipse.gayberne.18Feb13.linux.4
@@ -1,161 +1,157 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# GayBerne ellipsoids in LJ background fluid
units lj
atom_style ellipsoid
dimension 2
lattice sq 0.02
Lattice spacing in x,y,z = 7.07107 7.07107 7.07107
region box block 0 20 0 20 -0.5 0.5
create_box 2 box
Created orthogonal box = (0 0 -3.53553) to (141.421 141.421 3.53553)
2 by 2 by 1 MPI processor grid
create_atoms 1 box
Created 400 atoms
set group all type/fraction 2 0.1 95392
45 settings made for type/fraction
set type 1 mass 1.0
355 settings made for mass
set type 2 mass 1.5
45 settings made for mass
set type 1 shape 1 1 1
355 settings made for shape
set type 2 shape 3 1 1
45 settings made for shape
set group all quat/random 18238
400 settings made for quat/random
compute rot all temp/asphere
group spheroid type 1
355 atoms in group spheroid
variable dof equal count(spheroid)+2
compute_modify rot extra ${dof}
compute_modify rot extra 357
velocity all create 2.4 87287 loop geom
pair_style gayberne 1.0 3.0 1.0 4.0
pair_coeff 1 1 3.0 1.0 1 1 1 1 1 1 2.5
pair_coeff 1 2 3.0 1.0 1 1 1 0 0 0
pair_coeff 2 2 1.0 1.0 1 1 0.2 0 0 0
-#pair_style resquared 4.0
-#pair_coeff 1 1 3.0 1 1 1 1 1 1 1 2.5
-#pair_coeff 1 2 3.0 1 1 1 1 0 0 0
-#pair_coeff 2 2 1.0 1 1 1 0.2 0 0 0
-
neighbor 0.8 bin
thermo_style custom step c_rot epair etotal press vol
thermo 100
timestep 0.002
compute q all property/atom quatw quati quatj quatk
dump 1 all custom 100 dump.ellipse.gayberne id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
-#dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 center d 0.5 0.5 0.5
+#dump_modify 1 pad 4 adiam 1 1.0 adiam 2 2.0
fix 1 all npt/asphere temp 2.0 2.0 0.1 iso 0.0 1.0 1.0 mtk no pchain 0 tchain 1
fix 2 all enforce2d
compute_modify 1_temp extra ${dof}
compute_modify 1_temp extra 357
# equilibrate to shrink box around dilute system
run 2000
-Memory usage per processor = 3.70503 Mbytes
+Memory usage per processor = 3.8645 Mbytes
Step rot E_pair TotEng Press Volume
0 2.2718861 0 2.394 0.04788 20000
100 1.7443002 0 1.8380563 0.03576216 20558.672
200 2.2770454 0 2.3994366 0.046545139 20620.298
300 1.8573283 0 1.9571597 0.04240689 18460.771
400 2.1709963 -0.00050890768 2.2871782 0.066789189 13689.461
500 1.987484 -0.043660052 2.0342913 0.099199049 8475.4405
600 2.088535 -0.24318266 1.8270941 0.22391583 4674.8592
700 2.2604089 -0.73325761 1.481207 0.57184109 2507.095
800 1.8731398 -1.6161576 0.22080738 1.3049285 1420.4278
900 2.1404423 -3.0146759 -0.84039269 3.3566833 922.07169
1000 1.5927835 -4.5754144 -2.9697785 2.5493591 743.19289
1100 1.8380043 -4.8820159 -3.0604394 2.2950846 708.014
1200 2.05516 -4.5701279 -2.4718822 1.466469 753.52878
1300 2.0000364 -4.0755503 -2.031995 0.35675413 842.14053
1400 2.1055032 -3.7342781 -1.6632699 0.58193577 925.51606
1500 1.9241806 -3.582658 -1.639377 0.24973032 1006.7339
1600 2.125676 -3.4733166 -1.3572836 0.72069214 1061.1355
1700 1.8811354 -3.2933821 -1.4183258 0.59272021 1119.2646
- 1800 2.1014782 -3.1254259 -1.0248797 0.95254771 1162.1817
- 1900 1.8977855 -3.1905908 -1.2727444 0.73157369 1191.4876
- 2000 2.0794708 -3.253147 -1.2230906 0.49491311 1187.4615
-Loop time of 0.276916 on 4 procs for 2000 steps with 400 atoms
+ 1800 2.1014782 -3.1254259 -1.0248797 0.9525477 1162.1817
+ 1900 1.8977855 -3.1905908 -1.2727444 0.7315737 1191.4876
+ 2000 2.0794708 -3.2531471 -1.2230906 0.49491309 1187.4615
+Loop time of 0.266395 on 4 procs for 2000 steps with 400 atoms
-Pair time (%) = 0.13188 (47.6245)
-Neigh time (%) = 0.00327903 (1.18413)
-Comm time (%) = 0.0477025 (17.2263)
-Outpt time (%) = 0.0184636 (6.66759)
-Other time (%) = 0.0755909 (27.2974)
+Pair time (%) = 0.128512 (48.2411)
+Neigh time (%) = 0.00328618 (1.23358)
+Comm time (%) = 0.043604 (16.3682)
+Outpt time (%) = 0.0182753 (6.86024)
+Other time (%) = 0.0727174 (27.2969)
Nlocal: 100 ave 113 max 79 min
Histogram: 1 0 0 0 0 1 0 0 1 1
Nghost: 139.75 ave 151 max 132 min
Histogram: 2 0 0 0 0 1 0 0 0 1
Neighs: 717 ave 880 max 487 min
Histogram: 1 0 0 0 0 1 0 1 0 1
Total # of neighbors = 2868
Ave neighs/atom = 7.17
Neighbor list builds = 138
Dangerous builds = 80
# run dynamics on dense system
unfix 1
fix 1 all nve/asphere
run 2000
-Memory usage per processor = 3.70587 Mbytes
+Memory usage per processor = 3.8665 Mbytes
Step rot E_pair TotEng Press Volume
- 2000 2.0794708 -3.253147 -1.2230906 0.49491311 1187.4615
- 2100 2.0350673 -3.2084761 -1.1823685 0.33981977 1187.4615
- 2200 1.9674878 -3.1385619 -1.1467435 1.1720134 1187.4615
- 2300 2.0160348 -3.1912829 -1.1652127 0.98222397 1187.4615
- 2400 2.1323061 -3.3152813 -1.1669962 0.76099924 1187.4615
- 2500 2.0866909 -3.2692047 -1.1766059 0.67971739 1187.4615
- 2600 2.0982828 -3.2774435 -1.1869916 0.90454525 1187.4615
- 2700 2.0482779 -3.2229456 -1.1928882 0.69426441 1187.4615
- 2800 1.9676376 -3.1400474 -1.1685904 0.7577817 1187.4615
- 2900 2.0421364 -3.2182286 -1.1866999 0.79377489 1187.4615
- 3000 2.1074314 -3.2870216 -1.2013314 0.18876892 1187.4615
- 3100 2.0467964 -3.2228886 -1.1821044 0.70505639 1187.4615
- 3200 2.1167631 -3.298607 -1.1590547 0.51900634 1187.4615
- 3300 2.1528874 -3.339087 -1.1804887 0.45092936 1187.4615
- 3400 2.0979325 -3.2807362 -1.1607408 0.75035729 1187.4615
- 3500 2.0604373 -3.2416646 -1.1425421 0.7913285 1187.4615
- 3600 2.013392 -3.1897322 -1.1643385 0.56365647 1187.4615
- 3700 1.9922643 -3.1651575 -1.1883771 0.3074551 1187.4615
- 3800 1.9456148 -3.1160905 -1.1794166 0.73639236 1187.4615
- 3900 2.0237054 -3.1999536 -1.1869795 0.77500395 1187.4615
- 4000 2.0613642 -3.2364067 -1.2375068 0.53583637 1187.4615
-Loop time of 0.294889 on 4 procs for 2000 steps with 400 atoms
-
-Pair time (%) = 0.158921 (53.8917)
-Neigh time (%) = 0.00147468 (0.500079)
-Comm time (%) = 0.0758675 (25.7275)
-Outpt time (%) = 0.0184799 (6.26672)
-Other time (%) = 0.0401463 (13.614)
-
-Nlocal: 100 ave 120 max 68 min
-Histogram: 1 0 0 0 0 0 1 0 1 1
-Nghost: 136 ave 151 max 126 min
-Histogram: 2 0 0 0 0 0 1 0 0 1
-Neighs: 732.5 ave 972 max 402 min
-Histogram: 1 0 0 0 0 1 0 1 0 1
+ 2000 2.0794708 -3.2531471 -1.2230906 0.49491309 1187.4615
+ 2100 2.0350673 -3.2084761 -1.1823685 0.33981993 1187.4615
+ 2200 1.9674878 -3.1385619 -1.1467435 1.1720132 1187.4615
+ 2300 2.0160349 -3.191283 -1.1652127 0.98222388 1187.4615
+ 2400 2.1323062 -3.3152814 -1.1669961 0.76099822 1187.4615
+ 2500 2.0866909 -3.2692048 -1.1766063 0.67971376 1187.4615
+ 2600 2.098286 -3.2774469 -1.1869922 0.90453433 1187.4615
+ 2700 2.0482737 -3.2229412 -1.1928882 0.69426669 1187.4615
+ 2800 1.9676254 -3.1400305 -1.1685788 0.75785389 1187.4615
+ 2900 2.0421207 -3.2182098 -1.1866861 0.79382733 1187.4615
+ 3000 2.1074356 -3.2870234 -1.2012809 0.18867661 1187.4615
+ 3100 2.0466079 -3.2226774 -1.1821925 0.7048821 1187.4615
+ 3200 2.1158976 -3.2976855 -1.1589624 0.5209376 1187.4615
+ 3300 2.1508115 -3.3368934 -1.1793489 0.45871464 1187.4615
+ 3400 2.1046063 -3.2881336 -1.1615171 0.71895972 1187.4615
+ 3500 2.066052 -3.2475413 -1.1359344 0.77760912 1187.4615
+ 3600 2.0042504 -3.1791312 -1.1647191 0.50555439 1187.4615
+ 3700 1.9888544 -3.1596354 -1.1679759 0.4059197 1187.4615
+ 3800 1.9919683 -3.1636959 -1.1860197 0.70259722 1187.4615
+ 3900 2.056542 -3.2325648 -1.1700712 0.43059703 1187.4615
+ 4000 1.9958145 -3.1666798 -1.2556316 0.87469089 1187.4615
+Loop time of 0.286178 on 4 procs for 2000 steps with 400 atoms
+
+Pair time (%) = 0.157163 (54.9177)
+Neigh time (%) = 0.00151408 (0.529068)
+Comm time (%) = 0.0698599 (24.4113)
+Outpt time (%) = 0.0182382 (6.37301)
+Other time (%) = 0.0394036 (13.7689)
+
+Nlocal: 100 ave 118 max 69 min
+Histogram: 1 0 0 0 0 0 0 1 1 1
+Nghost: 139 ave 156 max 130 min
+Histogram: 2 0 0 1 0 0 0 0 0 1
+Neighs: 729.75 ave 951 max 409 min
+Histogram: 1 0 0 0 0 1 0 0 1 1
-Total # of neighbors = 2930
-Ave neighs/atom = 7.325
+Total # of neighbors = 2919
+Ave neighs/atom = 7.2975
Neighbor list builds = 47
Dangerous builds = 0
diff --git a/examples/ellipse/log.ellipse.resquared.9Jan12.linux.1 b/examples/ellipse/log.ellipse.resquared.18Feb13.linux.1
similarity index 70%
rename from examples/ellipse/log.ellipse.resquared.9Jan12.linux.1
rename to examples/ellipse/log.ellipse.resquared.18Feb13.linux.1
index a003a61cf..73572c43a 100644
--- a/examples/ellipse/log.ellipse.resquared.9Jan12.linux.1
+++ b/examples/ellipse/log.ellipse.resquared.18Feb13.linux.1
@@ -1,161 +1,157 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# RESquared ellipsoids in LJ background fluid
units lj
atom_style ellipsoid
dimension 2
lattice sq 0.02
Lattice spacing in x,y,z = 7.07107 7.07107 7.07107
region box block 0 20 0 20 -0.5 0.5
create_box 2 box
Created orthogonal box = (0 0 -3.53553) to (141.421 141.421 3.53553)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 400 atoms
set group all type/fraction 2 0.1 95392
45 settings made for type/fraction
set type 1 mass 1.0
355 settings made for mass
set type 2 mass 1.5
45 settings made for mass
set type 1 shape 1 1 1
355 settings made for shape
set type 2 shape 3 1 1
45 settings made for shape
set group all quat/random 18238
400 settings made for quat/random
compute rot all temp/asphere
group spheroid type 1
355 atoms in group spheroid
variable dof equal count(spheroid)+2
compute_modify rot extra ${dof}
compute_modify rot extra 357
velocity all create 2.4 87287 loop geom
-#pair_style gayberne 1.0 3.0 1.0 4.0
-#pair_coeff 1 1 3.0 1.0 1 1 1 1 1 1 2.5
-#pair_coeff 1 2 3.0 1.0 1 1 1 0 0 0
-#pair_coeff 2 2 1.0 1.0 1 1 0.2 0 0 0
-
pair_style resquared 4.0
pair_coeff 1 1 3.0 1 1 1 1 1 1 1 2.5
pair_coeff 1 2 3.0 1 1 1 1 0 0 0
pair_coeff 2 2 1.0 1 1 1 0.2 0 0 0
neighbor 0.8 bin
thermo_style custom step c_rot epair etotal press vol
thermo 100
timestep 0.002
compute q all property/atom quatw quati quatj quatk
-#dump 1 all custom 100 dump.ellipse.gayberne # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
-dump 1 all custom 100 dump.ellipse.resquared id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 center d 0.5 0.5 0.5
+#dump_modify 1 pad 4 adiam 1 1.0 adiam 2 2.0
fix 1 all npt/asphere temp 2.0 2.0 0.1 iso 0.0 1.0 1.0 mtk no pchain 0 tchain 1
fix 2 all enforce2d
compute_modify 1_temp extra ${dof}
compute_modify 1_temp extra 357
# equilibrate to shrink box around dilute system
run 2000
-Memory usage per processor = 3.71598 Mbytes
+Memory usage per processor = 3.41081 Mbytes
Step rot E_pair TotEng Press Volume
0 2.2718861 0 2.394 0.04788 20000
100 1.7443002 0 1.8380563 0.03576216 20558.672
200 2.2770454 0 2.3994366 0.046545139 20620.298
300 1.8573283 0 1.9571597 0.04240689 18460.771
400 2.1708604 -2.7650654e-05 2.2875165 0.066837495 13689.498
500 1.997512 0.016920625 2.0564634 0.11517748 8482.9706
600 2.0622304 0.078679437 2.0821362 0.28827312 4776.2481
700 2.1106581 0.19687916 2.326279 0.85203631 2756.4602
800 1.745752 0.29267549 1.978786 1.6290595 1832.812
900 1.7925965 0.24064027 2.0273447 1.7295568 1516.7688
1000 1.8280597 0.16642381 1.9844257 1.4314533 1517.3656
1100 2.157879 0.10561715 2.2607067 0.98795205 1744.9669
1200 1.7966771 0.057760855 1.8309261 0.54369976 2182.8259
1300 2.2982472 0.036382605 2.3348878 0.45715755 2731.1166
1400 1.7666501 0.038109497 1.7892555 0.32977405 3230.78
1500 2.3048922 0.081153096 2.376275 0.45835895 3431.9991
1600 1.8588345 0.067622658 1.9190878 0.39494686 3276.3398
1700 2.1798404 0.1400767 2.3395072 0.71093539 2829.7905
1800 1.9307392 0.14286145 2.0646696 0.84046137 2320.9547
1900 2.0667728 0.16459518 2.1859494 1.1672332 1900.3276
2000 1.9311181 0.17205165 2.1209583 1.3796723 1657.9242
-Loop time of 1.45024 on 1 procs for 2000 steps with 400 atoms
+Loop time of 1.41227 on 1 procs for 2000 steps with 400 atoms
-Pair time (%) = 1.21183 (83.5607)
-Neigh time (%) = 0.0117629 (0.811095)
-Comm time (%) = 0.00985646 (0.679641)
-Outpt time (%) = 0.0178938 (1.23385)
-Other time (%) = 0.198897 (13.7147)
+Pair time (%) = 1.19129 (84.3528)
+Neigh time (%) = 0.011889 (0.841838)
+Comm time (%) = 0.00994301 (0.704047)
+Outpt time (%) = 0.000351429 (0.0248841)
+Other time (%) = 0.198796 (14.0764)
Nlocal: 400 ave 400 max 400 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 207 ave 207 max 207 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1886 ave 1886 max 1886 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 1886
Ave neighs/atom = 4.715
Neighbor list builds = 179
Dangerous builds = 148
# run dynamics on dense system
unfix 1
fix 1 all nve/asphere
run 2000
-Memory usage per processor = 3.718 Mbytes
+Memory usage per processor = 3.41283 Mbytes
Step rot E_pair TotEng Press Volume
2000 1.9311181 0.17205165 2.1209583 1.3796723 1657.9242
2100 1.9516972 0.15050034 2.1113621 1.1750685 1657.9242
2200 1.9410444 0.1617683 2.122019 1.2634696 1657.9242
2300 1.918524 0.185457 2.1121008 1.3486177 1657.9242
2400 1.9148973 0.18929207 2.1281553 1.3450222 1657.9242
2500 1.8892245 0.21635013 2.1016576 1.5081781 1657.9242
- 2600 1.9450941 0.15744769 2.0838764 1.2106283 1657.9242
- 2700 1.9229729 0.18066636 2.1170012 1.3384025 1657.9242
- 2800 1.9512215 0.15099708 2.0988078 1.2134332 1657.9242
- 2900 1.9211262 0.18279164 2.0994516 1.3620722 1657.9242
- 3000 1.9067873 0.19775142 2.0931298 1.4157494 1657.9242
- 3100 1.9114596 0.19296349 2.1126573 1.411347 1657.9242
- 3200 1.9427389 0.15998518 2.0865326 1.3075167 1657.9242
- 3300 1.9111615 0.19317456 2.1216596 1.4309787 1657.9242
- 3400 1.9538371 0.14833029 2.1210138 1.2276245 1657.9242
- 3500 1.9244333 0.17929251 2.082515 1.3186851 1657.9242
- 3600 1.9511825 0.15107526 2.1197982 1.2271872 1657.9242
- 3700 1.9369717 0.16601219 2.0970211 1.2812847 1657.9242
- 3800 1.9418085 0.16093887 2.1231359 1.2354724 1657.9242
- 3900 1.9450402 0.15760907 2.139479 1.2392343 1657.9242
- 4000 1.9350094 0.16819308 2.1142355 1.2676502 1657.9242
-Loop time of 2.46236 on 1 procs for 2000 steps with 400 atoms
-
-Pair time (%) = 2.30114 (93.4523)
-Neigh time (%) = 0.00465512 (0.189051)
-Comm time (%) = 0.0134063 (0.544447)
-Outpt time (%) = 0.0178988 (0.726895)
-Other time (%) = 0.125267 (5.08728)
+ 2600 1.9450942 0.15744768 2.0838764 1.2106282 1657.9242
+ 2700 1.9229729 0.18066635 2.1170011 1.3384024 1657.9242
+ 2800 1.9512215 0.15099705 2.0988077 1.2134331 1657.9242
+ 2900 1.9211263 0.18279158 2.0994515 1.3620719 1657.9242
+ 3000 1.9067872 0.19775144 2.0931298 1.4157496 1657.9242
+ 3100 1.9114595 0.19296361 2.1126574 1.4113475 1657.9242
+ 3200 1.9427389 0.15998511 2.0865325 1.3075162 1657.9242
+ 3300 1.9111626 0.19317346 2.1216597 1.430974 1657.9242
+ 3400 1.9538368 0.14833057 2.1210144 1.2276261 1657.9242
+ 3500 1.9244329 0.17929291 2.0825169 1.3186835 1657.9242
+ 3600 1.9511869 0.15107062 2.1197982 1.2271623 1657.9242
+ 3700 1.9369647 0.16601964 2.0970193 1.2813174 1657.9242
+ 3800 1.9418163 0.16093067 2.1231369 1.2354415 1657.9242
+ 3900 1.9450511 0.15759761 2.1394612 1.2392 1657.9242
+ 4000 1.9350034 0.1681995 2.1142685 1.2676915 1657.9242
+Loop time of 2.40524 on 1 procs for 2000 steps with 400 atoms
+
+Pair time (%) = 2.26117 (94.0102)
+Neigh time (%) = 0.00471711 (0.196118)
+Comm time (%) = 0.0132644 (0.551481)
+Outpt time (%) = 0.000371456 (0.0154436)
+Other time (%) = 0.125716 (5.22677)
Nlocal: 400 ave 400 max 400 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 209 ave 209 max 209 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1903 ave 1903 max 1903 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 1903
Ave neighs/atom = 4.7575
Neighbor list builds = 49
Dangerous builds = 0
diff --git a/examples/ellipse/log.ellipse.resquared.9Jan12.linux.4 b/examples/ellipse/log.ellipse.resquared.18Feb13.linux.4
similarity index 71%
rename from examples/ellipse/log.ellipse.resquared.9Jan12.linux.4
rename to examples/ellipse/log.ellipse.resquared.18Feb13.linux.4
index 9cdd95dae..a79b88a01 100644
--- a/examples/ellipse/log.ellipse.resquared.9Jan12.linux.4
+++ b/examples/ellipse/log.ellipse.resquared.18Feb13.linux.4
@@ -1,161 +1,157 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# RESquared ellipsoids in LJ background fluid
units lj
atom_style ellipsoid
dimension 2
lattice sq 0.02
Lattice spacing in x,y,z = 7.07107 7.07107 7.07107
region box block 0 20 0 20 -0.5 0.5
create_box 2 box
Created orthogonal box = (0 0 -3.53553) to (141.421 141.421 3.53553)
2 by 2 by 1 MPI processor grid
create_atoms 1 box
Created 400 atoms
set group all type/fraction 2 0.1 95392
45 settings made for type/fraction
set type 1 mass 1.0
355 settings made for mass
set type 2 mass 1.5
45 settings made for mass
set type 1 shape 1 1 1
355 settings made for shape
set type 2 shape 3 1 1
45 settings made for shape
set group all quat/random 18238
400 settings made for quat/random
compute rot all temp/asphere
group spheroid type 1
355 atoms in group spheroid
variable dof equal count(spheroid)+2
compute_modify rot extra ${dof}
compute_modify rot extra 357
velocity all create 2.4 87287 loop geom
-#pair_style gayberne 1.0 3.0 1.0 4.0
-#pair_coeff 1 1 3.0 1.0 1 1 1 1 1 1 2.5
-#pair_coeff 1 2 3.0 1.0 1 1 1 0 0 0
-#pair_coeff 2 2 1.0 1.0 1 1 0.2 0 0 0
-
pair_style resquared 4.0
pair_coeff 1 1 3.0 1 1 1 1 1 1 1 2.5
pair_coeff 1 2 3.0 1 1 1 1 0 0 0
pair_coeff 2 2 1.0 1 1 1 0.2 0 0 0
neighbor 0.8 bin
thermo_style custom step c_rot epair etotal press vol
thermo 100
timestep 0.002
compute q all property/atom quatw quati quatj quatk
-#dump 1 all custom 100 dump.ellipse.gayberne # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
-dump 1 all custom 100 dump.ellipse.resquared id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 center d 0.5 0.5 0.5
+#dump_modify 1 pad 4 adiam 1 1.0 adiam 2 2.0
fix 1 all npt/asphere temp 2.0 2.0 0.1 iso 0.0 1.0 1.0 mtk no pchain 0 tchain 1
fix 2 all enforce2d
compute_modify 1_temp extra ${dof}
compute_modify 1_temp extra 357
# equilibrate to shrink box around dilute system
run 2000
-Memory usage per processor = 3.70503 Mbytes
+Memory usage per processor = 3.39987 Mbytes
Step rot E_pair TotEng Press Volume
0 2.2718861 0 2.394 0.04788 20000
100 1.7443002 0 1.8380563 0.03576216 20558.672
200 2.2770454 0 2.3994366 0.046545139 20620.298
300 1.8573283 0 1.9571597 0.04240689 18460.771
400 2.1708604 -2.7650654e-05 2.2875165 0.066837495 13689.498
500 1.997512 0.016920625 2.0564634 0.11517748 8482.9706
600 2.0622304 0.078679437 2.0821362 0.28827312 4776.2481
700 2.1106581 0.19687916 2.326279 0.85203631 2756.4602
800 1.745752 0.29267549 1.978786 1.6290595 1832.812
900 1.7925965 0.24064027 2.0273447 1.7295568 1516.7688
1000 1.8280597 0.16642381 1.9844257 1.4314533 1517.3656
1100 2.157879 0.10561715 2.2607067 0.98795205 1744.9669
1200 1.7966771 0.057760855 1.8309261 0.54369976 2182.8259
1300 2.2982472 0.036382605 2.3348878 0.45715755 2731.1166
1400 1.7666501 0.038109497 1.7892555 0.32977405 3230.78
1500 2.3048922 0.081153096 2.376275 0.45835895 3431.9991
1600 1.8588345 0.067622658 1.9190878 0.39494686 3276.3398
1700 2.1798404 0.1400767 2.3395072 0.71093539 2829.7905
1800 1.9307392 0.14286145 2.0646696 0.84046137 2320.9547
1900 2.0667728 0.16459518 2.1859494 1.1672332 1900.3276
2000 1.9311181 0.17205165 2.1209583 1.3796723 1657.9242
-Loop time of 0.700645 on 4 procs for 2000 steps with 400 atoms
+Loop time of 0.434882 on 4 procs for 2000 steps with 400 atoms
-Pair time (%) = 0.315776 (45.0694)
-Neigh time (%) = 0.00318927 (0.45519)
-Comm time (%) = 0.202914 (28.961)
-Outpt time (%) = 0.0198641 (2.83512)
-Other time (%) = 0.158901 (22.6793)
+Pair time (%) = 0.304381 (69.9918)
+Neigh time (%) = 0.00315994 (0.726621)
+Comm time (%) = 0.0521417 (11.9899)
+Outpt time (%) = 0.000434577 (0.09993)
+Other time (%) = 0.0747641 (17.1918)
Nlocal: 100 ave 109 max 96 min
Histogram: 2 0 1 0 0 0 0 0 0 1
Nghost: 116 ave 120 max 109 min
Histogram: 1 0 0 0 0 0 1 0 0 2
Neighs: 471.5 ave 499 max 455 min
Histogram: 2 0 0 0 1 0 0 0 0 1
Total # of neighbors = 1886
Ave neighs/atom = 4.715
Neighbor list builds = 179
Dangerous builds = 148
# run dynamics on dense system
unfix 1
fix 1 all nve/asphere
run 2000
-Memory usage per processor = 3.70587 Mbytes
+Memory usage per processor = 3.40071 Mbytes
Step rot E_pair TotEng Press Volume
2000 1.9311181 0.17205165 2.1209583 1.3796723 1657.9242
2100 1.9516972 0.15050034 2.1113621 1.1750685 1657.9242
2200 1.9410444 0.1617683 2.122019 1.2634696 1657.9242
2300 1.918524 0.185457 2.1121008 1.3486177 1657.9242
2400 1.9148973 0.18929207 2.1281553 1.3450222 1657.9242
2500 1.8892245 0.21635014 2.1016576 1.5081781 1657.9242
2600 1.9450941 0.15744769 2.0838764 1.2106283 1657.9242
- 2700 1.9229729 0.18066636 2.1170012 1.3384026 1657.9242
- 2800 1.9512215 0.15099708 2.0988078 1.2134332 1657.9242
- 2900 1.9211262 0.18279165 2.0994516 1.3620722 1657.9242
- 3000 1.9067873 0.19775135 2.0931298 1.4157491 1657.9242
- 3100 1.9114597 0.19296344 2.1126573 1.4113468 1657.9242
- 3200 1.942739 0.15998509 2.0865326 1.3075162 1657.9242
- 3300 1.9111617 0.19317434 2.1216595 1.4309773 1657.9242
- 3400 1.9538374 0.14833002 2.121014 1.2276232 1657.9242
- 3500 1.9244329 0.17929295 2.0825158 1.3186873 1657.9242
- 3600 1.9511828 0.1510749 2.1197985 1.227186 1657.9242
- 3700 1.9369672 0.16601695 2.0970237 1.2813052 1657.9242
- 3800 1.9418088 0.16093858 2.1231366 1.2354749 1657.9242
- 3900 1.9450382 0.15761114 2.1394772 1.2392412 1657.9242
- 4000 1.9350119 0.16819038 2.1142388 1.2676423 1657.9242
-Loop time of 0.718566 on 4 procs for 2000 steps with 400 atoms
-
-Pair time (%) = 0.588593 (81.9121)
-Neigh time (%) = 0.00123084 (0.171291)
-Comm time (%) = 0.0711493 (9.90156)
-Outpt time (%) = 0.0183669 (2.55604)
-Other time (%) = 0.0392267 (5.45902)
+ 2700 1.9229729 0.18066636 2.1170012 1.3384025 1657.9242
+ 2800 1.9512215 0.15099706 2.0988077 1.2134331 1657.9242
+ 2900 1.9211263 0.18279161 2.0994515 1.362072 1657.9242
+ 3000 1.9067874 0.19775131 2.0931298 1.415749 1657.9242
+ 3100 1.9114597 0.1929634 2.1126573 1.4113467 1657.9242
+ 3200 1.9427391 0.15998497 2.0865325 1.3075156 1657.9242
+ 3300 1.9111628 0.19317321 2.1216596 1.4309722 1657.9242
+ 3400 1.9538367 0.14833072 2.1210148 1.2276275 1657.9242
+ 3500 1.9244321 0.17929374 2.0825174 1.3186878 1657.9242
+ 3600 1.9511866 0.15107093 2.1197989 1.2271649 1657.9242
+ 3700 1.9369592 0.16602536 2.0970215 1.2813456 1657.9242
+ 3800 1.9418194 0.16092741 2.1231381 1.2354327 1657.9242
+ 3900 1.9450474 0.15760145 2.1394611 1.2392217 1657.9242
+ 4000 1.9350001 0.16820285 2.114271 1.2677094 1657.9242
+Loop time of 0.696722 on 4 procs for 2000 steps with 400 atoms
+
+Pair time (%) = 0.574434 (82.448)
+Neigh time (%) = 0.00124782 (0.179099)
+Comm time (%) = 0.0821022 (11.7841)
+Outpt time (%) = 0.000450253 (0.0646245)
+Other time (%) = 0.0384886 (5.52423)
Nlocal: 100 ave 107 max 97 min
Histogram: 1 2 0 0 0 0 0 0 0 1
Nghost: 117.5 ave 121 max 115 min
Histogram: 1 1 0 0 0 1 0 0 0 1
Neighs: 475.75 ave 511 max 446 min
Histogram: 1 0 0 1 1 0 0 0 0 1
Total # of neighbors = 1903
Ave neighs/atom = 4.7575
Neighbor list builds = 49
Dangerous builds = 0
diff --git a/examples/flow/log.flow.couette.18Feb13.linux.1 b/examples/flow/log.flow.couette.18Feb13.linux.1
new file mode 100644
index 000000000..68941d429
--- /dev/null
+++ b/examples/flow/log.flow.couette.18Feb13.linux.1
@@ -0,0 +1,127 @@
+LAMMPS (18 Feb 2013)
+# 2-d LJ flow simulation
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.7
+Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
+region box block 0 20 0 10 -0.25 0.25
+create_box 3 box
+Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass 1 1.0
+mass 2 1.0
+mass 3 1.0
+
+# LJ potentials
+
+pair_style lj/cut 1.12246
+pair_coeff * * 1.0 1.0 1.12246
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+region 2 block INF INF 8.75 INF INF INF
+group upper region 2
+60 atoms in group upper
+group boundary union lower upper
+120 atoms in group boundary
+group flow subtract all boundary
+300 atoms in group flow
+
+set group lower type 2
+ 60 settings made for type
+set group upper type 3
+ 60 settings made for type
+
+# initial velocities
+
+compute mobile flow temp
+velocity flow create 1.0 482748 temp mobile
+fix 1 all nve
+fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+fix_modify 2 temp mobile
+
+# Couette flow
+
+velocity lower set 0.0 0.0 0.0
+velocity upper set 3.0 0.0 0.0
+fix 3 boundary setforce 0.0 0.0 0.0
+fix 4 all enforce2d
+
+# Poiseuille flow
+
+#velocity boundary set 0.0 0.0 0.0
+#fix 3 lower setforce 0.0 0.0 0.0
+#fix 4 upper setforce 0.0 NULL 0.0
+#fix 5 upper aveforce 0.0 -1.0 0.0
+#fix 6 flow addforce 0.5 0.0 0.0
+#fix 7 all enforce2d
+
+# Run
+
+timestep 0.003
+thermo 500
+thermo_modify temp mobile
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.flow
+
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 adiam 1.2
+#dump_modify 1 pad 5
+
+run 10000
+Memory usage per processor = 2.06376 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1 0 0 0.71190476 0.52314537 571.54286
+ 500 1.0644427 -0.31382888 0 0.44395296 3.0013076 571.54286
+ 1000 1 -0.42965445 0 0.28225032 2.9612165 571.54286
+ 1500 1.0739874 -0.41189772 0 0.35267901 2.5621951 571.54286
+ 2000 1 -0.40814276 0 0.303762 2.9229578 571.54286
+ 2500 1.193111 -0.38495952 0 0.46442186 2.8338993 571.54286
+ 3000 1 -0.45584623 0 0.25605853 2.6569248 571.54286
+ 3500 0.98858828 -0.44619629 0 0.25758441 2.6526913 571.54286
+ 4000 1 -0.43273535 0 0.27916941 2.4570212 571.54286
+ 4500 1.0805289 -0.34947719 0 0.41975647 2.5797635 571.54286
+ 5000 1 -0.44623035 0 0.26567441 2.3488673 571.54286
+ 5500 1.0821688 -0.41710054 0 0.35330058 2.6341553 571.54286
+ 6000 1 -0.435398 0 0.27650676 2.496566 571.54286
+ 6500 1.0788214 -0.46009514 0 0.30792295 2.3714035 571.54286
+ 7000 1 -0.46345696 0 0.2484478 2.5780441 571.54286
+ 7500 1.0331063 -0.436765 0 0.29870828 2.2415868 571.54286
+ 8000 1 -0.42418776 0 0.287717 2.3469791 571.54286
+ 8500 1.0898295 -0.42615905 0 0.3496958 2.6162262 571.54286
+ 9000 1 -0.42341477 0 0.28849 2.5134824 571.54286
+ 9500 1.0851884 -0.4442208 0 0.32833001 2.4872143 571.54286
+ 10000 1 -0.39800556 0 0.3138992 2.5008138 571.54286
+Loop time of 0.284207 on 1 procs for 10000 steps with 420 atoms
+
+Pair time (%) = 0.126346 (44.4557)
+Neigh time (%) = 0.0494514 (17.3998)
+Comm time (%) = 0.00911665 (3.20775)
+Outpt time (%) = 0.000174761 (0.0614907)
+Other time (%) = 0.099118 (34.8753)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 48 ave 48 max 48 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 943 ave 943 max 943 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 943
+Ave neighs/atom = 2.24524
+Neighbor list builds = 983
+Dangerous builds = 0
diff --git a/examples/flow/log.flow.couette.18Feb13.linux.4 b/examples/flow/log.flow.couette.18Feb13.linux.4
new file mode 100644
index 000000000..6398ffca0
--- /dev/null
+++ b/examples/flow/log.flow.couette.18Feb13.linux.4
@@ -0,0 +1,127 @@
+LAMMPS (18 Feb 2013)
+# 2-d LJ flow simulation
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.7
+Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
+region box block 0 20 0 10 -0.25 0.25
+create_box 3 box
+Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass 1 1.0
+mass 2 1.0
+mass 3 1.0
+
+# LJ potentials
+
+pair_style lj/cut 1.12246
+pair_coeff * * 1.0 1.0 1.12246
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+region 2 block INF INF 8.75 INF INF INF
+group upper region 2
+60 atoms in group upper
+group boundary union lower upper
+120 atoms in group boundary
+group flow subtract all boundary
+300 atoms in group flow
+
+set group lower type 2
+ 60 settings made for type
+set group upper type 3
+ 60 settings made for type
+
+# initial velocities
+
+compute mobile flow temp
+velocity flow create 1.0 482748 temp mobile
+fix 1 all nve
+fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+fix_modify 2 temp mobile
+
+# Couette flow
+
+velocity lower set 0.0 0.0 0.0
+velocity upper set 3.0 0.0 0.0
+fix 3 boundary setforce 0.0 0.0 0.0
+fix 4 all enforce2d
+
+# Poiseuille flow
+
+#velocity boundary set 0.0 0.0 0.0
+#fix 3 lower setforce 0.0 0.0 0.0
+#fix 4 upper setforce 0.0 NULL 0.0
+#fix 5 upper aveforce 0.0 -1.0 0.0
+#fix 6 flow addforce 0.5 0.0 0.0
+#fix 7 all enforce2d
+
+# Run
+
+timestep 0.003
+thermo 500
+thermo_modify temp mobile
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.flow
+
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 adiam 1.2
+#dump_modify 1 pad 5
+
+run 10000
+Memory usage per processor = 2.06627 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1 0 0 0.71190476 0.52314537 571.54286
+ 500 1.0951876 -0.33403931 0 0.44562996 3.2502319 571.54286
+ 1000 1 -0.3731019 0 0.33880286 2.8561715 571.54286
+ 1500 1.0366879 -0.36031105 0 0.37771198 3.0196355 571.54286
+ 2000 1 -0.41052955 0 0.30137522 2.865194 571.54286
+ 2500 1.1228407 -0.37042187 0 0.4289338 2.9445246 571.54286
+ 3000 1 -0.38445444 0 0.32745032 2.5935182 571.54286
+ 3500 0.9837004 -0.45271556 0 0.24758544 2.7982195 571.54286
+ 4000 1 -0.39733214 0 0.31457262 2.5610834 571.54286
+ 4500 1.1185501 -0.40471335 0 0.39158777 2.4136693 571.54286
+ 5000 1 -0.41474863 0 0.29715613 2.5475686 571.54286
+ 5500 1.0417966 -0.3742507 0 0.36740927 2.4667154 571.54286
+ 6000 1 -0.45012825 0 0.26177652 2.569894 571.54286
+ 6500 1.1544519 -0.3964682 0 0.42539161 2.5635202 571.54286
+ 7000 1 -0.44665963 0 0.26524513 2.4335307 571.54286
+ 7500 0.97729968 -0.47377977 0 0.22196453 2.7482936 571.54286
+ 8000 1 -0.42864525 0 0.28325951 2.3927949 571.54286
+ 8500 1.0967901 -0.40513897 0 0.37567113 2.612602 571.54286
+ 9000 1 -0.3847711 0 0.32713366 2.6900106 571.54286
+ 9500 1.0085423 -0.4393538 0 0.27863229 2.4411599 571.54286
+ 10000 1 -0.44847346 0 0.26343131 2.4997148 571.54286
+Loop time of 0.160618 on 4 procs for 10000 steps with 420 atoms
+
+Pair time (%) = 0.032594 (20.2929)
+Neigh time (%) = 0.0132387 (8.24237)
+Comm time (%) = 0.070047 (43.6109)
+Outpt time (%) = 0.00035125 (0.218687)
+Other time (%) = 0.044387 (27.6351)
+
+Nlocal: 105 ave 115 max 94 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+Nghost: 40.25 ave 43 max 39 min
+Histogram: 2 0 1 0 0 0 0 0 0 1
+Neighs: 235.75 ave 297 max 170 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+
+Total # of neighbors = 943
+Ave neighs/atom = 2.24524
+Neighbor list builds = 965
+Dangerous builds = 0
diff --git a/examples/flow/log.flow.couette.9Jan12.linux.1 b/examples/flow/log.flow.couette.9Jan12.linux.1
deleted file mode 100644
index 829a6bf3e..000000000
--- a/examples/flow/log.flow.couette.9Jan12.linux.1
+++ /dev/null
@@ -1,123 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2-d LJ flow simulation
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.7
-Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
-region box block 0 20 0 10 -0.25 0.25
-create_box 3 box
-Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass 1 1.0
-mass 2 1.0
-mass 3 1.0
-
-# LJ potentials
-
-pair_style lj/cut 1.12246
-pair_coeff * * 1.0 1.0 1.12246
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-region 2 block INF INF 8.75 INF INF INF
-group upper region 2
-60 atoms in group upper
-group boundary union lower upper
-120 atoms in group boundary
-group flow subtract all boundary
-300 atoms in group flow
-
-set group lower type 2
- 60 settings made for type
-set group upper type 3
- 60 settings made for type
-
-# initial velocities
-
-compute mobile flow temp
-velocity flow create 1.0 482748 temp mobile
-fix 1 all nve
-fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
-fix_modify 2 temp mobile
-
-# Couette flow
-
-velocity lower set 0.0 0.0 0.0
-velocity upper set 3.0 0.0 0.0
-fix 3 boundary setforce 0.0 0.0 0.0
-fix 4 all enforce2d
-
-# Poiseuille flow
-
-#velocity boundary set 0.0 0.0 0.0
-#fix 3 lower setforce 0.0 0.0 0.0
-#fix 4 upper setforce 0.0 NULL 0.0
-#fix 5 upper aveforce 0.0 -1.0 0.0
-#fix 6 flow addforce 0.5 0.0 0.0
-#fix 7 all enforce2d
-
-# Run
-
-timestep 0.003
-thermo 500
-thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 50 dump.flow
-run 10000
-Memory usage per processor = 2.05834 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1 0 0 0.71190476 0.5232453 571.43371
- 500 1.0644427 -0.31382888 0 0.44395296 3.0018809 571.43371
- 1000 1 -0.42965445 0 0.28225032 2.9617821 571.43371
- 1500 1.0739874 -0.41189772 0 0.35267901 2.5626845 571.43371
- 2000 1 -0.40814279 0 0.30376197 2.923516 571.43371
- 2500 1.1930756 -0.38494744 0 0.46440874 2.8344861 571.43371
- 3000 1 -0.45104936 0 0.2608554 2.6581476 571.43371
- 3500 1.1157229 -0.42511668 0 0.36917176 2.548283 571.43371
- 4000 0.99847156 -0.38248232 0 0.32833434 2.7743789 571.43371
- 4500 0.99986482 -0.40537662 0 0.30643191 2.5662059 571.43371
- 5000 0.98699088 -0.42972933 0 0.27291418 2.8700314 571.43371
- 5500 0.99529887 -0.4099323 0 0.2986257 2.6108218 571.43371
- 6000 1 -0.37315745 0 0.33874731 2.6162108 571.43371
- 6500 1.0875953 -0.43070589 0 0.34355841 2.4212644 571.43371
- 7000 1 -0.37770812 0 0.33419664 2.3471175 571.43371
- 7500 1.0225134 -0.39148836 0 0.33644382 2.3372521 571.43371
- 8000 1 -0.4303298 0 0.28157496 2.6649863 571.43371
- 8500 1.0059281 -0.47968607 0 0.23643894 2.2977497 571.43371
- 9000 1 -0.47706517 0 0.23483959 2.3965332 571.43371
- 9500 1.034152 -0.43908184 0 0.29713592 2.0674205 571.43371
- 10000 1 -0.42405289 0 0.28785187 2.0333283 571.43371
-Loop time of 0.345332 on 1 procs for 10000 steps with 420 atoms
-
-Pair time (%) = 0.123751 (35.8355)
-Neigh time (%) = 0.0470059 (13.6118)
-Comm time (%) = 0.00936413 (2.71163)
-Outpt time (%) = 0.0644042 (18.6499)
-Other time (%) = 0.100806 (29.1912)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 50 ave 50 max 50 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 955 ave 955 max 955 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 955
-Ave neighs/atom = 2.27381
-Neighbor list builds = 992
-Dangerous builds = 0
diff --git a/examples/flow/log.flow.couette.9Jan12.linux.4 b/examples/flow/log.flow.couette.9Jan12.linux.4
deleted file mode 100644
index 71325a4fc..000000000
--- a/examples/flow/log.flow.couette.9Jan12.linux.4
+++ /dev/null
@@ -1,123 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2-d LJ flow simulation
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.7
-Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
-region box block 0 20 0 10 -0.25 0.25
-create_box 3 box
-Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass 1 1.0
-mass 2 1.0
-mass 3 1.0
-
-# LJ potentials
-
-pair_style lj/cut 1.12246
-pair_coeff * * 1.0 1.0 1.12246
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-region 2 block INF INF 8.75 INF INF INF
-group upper region 2
-60 atoms in group upper
-group boundary union lower upper
-120 atoms in group boundary
-group flow subtract all boundary
-300 atoms in group flow
-
-set group lower type 2
- 60 settings made for type
-set group upper type 3
- 60 settings made for type
-
-# initial velocities
-
-compute mobile flow temp
-velocity flow create 1.0 482748 temp mobile
-fix 1 all nve
-fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
-fix_modify 2 temp mobile
-
-# Couette flow
-
-velocity lower set 0.0 0.0 0.0
-velocity upper set 3.0 0.0 0.0
-fix 3 boundary setforce 0.0 0.0 0.0
-fix 4 all enforce2d
-
-# Poiseuille flow
-
-#velocity boundary set 0.0 0.0 0.0
-#fix 3 lower setforce 0.0 0.0 0.0
-#fix 4 upper setforce 0.0 NULL 0.0
-#fix 5 upper aveforce 0.0 -1.0 0.0
-#fix 6 flow addforce 0.5 0.0 0.0
-#fix 7 all enforce2d
-
-# Run
-
-timestep 0.003
-thermo 500
-thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 50 dump.flow
-run 10000
-Memory usage per processor = 2.06205 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1 0 0 0.71190476 0.5232453 571.43371
- 500 1.0951876 -0.33403931 0 0.44562996 3.2508527 571.43371
- 1000 1 -0.3731019 0 0.33880286 2.856717 571.43371
- 1500 1.0366879 -0.36031105 0 0.37771198 3.0202123 571.43371
- 2000 1 -0.41052955 0 0.30137522 2.8657413 571.43371
- 2500 1.1228407 -0.37042187 0 0.4289338 2.945087 571.43371
- 3000 1 -0.38445437 0 0.32745039 2.5940132 571.43371
- 3500 0.98347805 -0.45261096 0 0.24753175 2.7993099 571.43371
- 4000 1 -0.4065517 0 0.30535307 2.6210066 571.43371
- 4500 1.1209102 -0.40962998 0 0.38835132 2.4000886 571.43371
- 5000 1 -0.41496008 0 0.29694469 2.4655161 571.43371
- 5500 0.97933303 -0.39271136 0 0.30448049 2.7152128 571.43371
- 6000 1 -0.3939977 0 0.31790706 2.4334363 571.43371
- 6500 1.0519775 -0.50040975 0 0.24849803 2.5037073 571.43371
- 7000 1 -0.42318431 0 0.28872046 2.467848 571.43371
- 7500 1.1143879 -0.41498175 0 0.37835632 2.4540473 571.43371
- 8000 1 -0.46010124 0 0.25180353 2.5558114 571.43371
- 8500 1.0240867 -0.45394562 0 0.27510657 2.4271829 571.43371
- 9000 1 -0.4381772 0 0.27372756 2.4112541 571.43371
- 9500 1.0233668 -0.40460424 0 0.32393546 2.4071091 571.43371
- 10000 1 -0.4130336 0 0.29887116 2.3859891 571.43371
-Loop time of 0.240091 on 4 procs for 10000 steps with 420 atoms
-
-Pair time (%) = 0.0312895 (13.0323)
-Neigh time (%) = 0.0124956 (5.20452)
-Comm time (%) = 0.0893214 (37.2031)
-Outpt time (%) = 0.0469025 (19.5353)
-Other time (%) = 0.0600821 (25.0247)
-
-Nlocal: 105 ave 113 max 93 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Nghost: 41.5 ave 48 max 34 min
-Histogram: 1 0 0 0 0 1 1 0 0 1
-Neighs: 235.25 ave 295 max 177 min
-Histogram: 1 1 0 0 0 0 0 0 1 1
-
-Total # of neighbors = 941
-Ave neighs/atom = 2.24048
-Neighbor list builds = 964
-Dangerous builds = 0
diff --git a/examples/flow/log.flow.pois.9Jan12.linux.1 b/examples/flow/log.flow.pois.18Feb13.linux.1
similarity index 54%
rename from examples/flow/log.flow.pois.9Jan12.linux.1
rename to examples/flow/log.flow.pois.18Feb13.linux.1
index 6f5e92b05..7c69c839c 100644
--- a/examples/flow/log.flow.pois.9Jan12.linux.1
+++ b/examples/flow/log.flow.pois.18Feb13.linux.1
@@ -1,123 +1,127 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2-d LJ flow simulation
dimension 2
boundary p s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.7
Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
region box block 0 20 0 10 -0.25 0.25
create_box 3 box
Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 420 atoms
mass 1 1.0
mass 2 1.0
mass 3 1.0
# LJ potentials
pair_style lj/cut 1.12246
pair_coeff * * 1.0 1.0 1.12246
# define groups
region 1 block INF INF INF 1.25 INF INF
group lower region 1
60 atoms in group lower
region 2 block INF INF 8.75 INF INF INF
group upper region 2
60 atoms in group upper
group boundary union lower upper
120 atoms in group boundary
group flow subtract all boundary
300 atoms in group flow
set group lower type 2
60 settings made for type
set group upper type 3
60 settings made for type
# initial velocities
compute mobile flow temp
velocity flow create 1.0 482748 temp mobile
fix 1 all nve
fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
fix_modify 2 temp mobile
# Couette flow
#velocity lower set 0.0 0.0 0.0
#velocity upper set 3.0 0.0 0.0
#fix 3 boundary setforce 0.0 0.0 0.0
#fix 4 all enforce2d
# Poiseuille flow
velocity boundary set 0.0 0.0 0.0
fix 3 lower setforce 0.0 0.0 0.0
fix 4 upper setforce 0.0 NULL 0.0
fix 5 upper aveforce 0.0 -1.0 0.0
fix 6 flow addforce 0.5 0.0 0.0
fix 7 all enforce2d
# Run
timestep 0.003
thermo 500
thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.flow
+
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
-dump 1 all atom 25 dump.flow
run 10000
-Memory usage per processor = 2.05834 Mbytes
+Memory usage per processor = 2.06376 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 1 0 0 0.71190476 0.5232453 571.43371
- 500 1.0990751 -0.36396768 0 0.41846911 2.5229954 575.44891
- 1000 1 -0.34609791 0 0.36580685 1.9739861 584.56264
- 1500 1.2112861 -0.39062708 0 0.47169327 1.5221639 587.13863
- 2000 1 -0.39956949 0 0.31233527 1.2499009 582.89761
- 2500 1.2236323 -0.40128446 0 0.46982521 1.4279626 569.92814
- 3000 1 -0.48849341 0 0.22341135 1.5094342 553.53722
- 3500 1.2404531 -0.63017461 0 0.25290984 1.7684919 535.11692
- 4000 1 -0.71551408 0 -0.0036093194 2.2079801 516.62236
- 4500 1.2253142 -0.76279403 0 0.10951296 2.6160527 503.09551
- 5000 1 -0.79031676 0 -0.078411998 3.0921313 499.00007
- 5500 1.2025712 -0.74032174 0 0.11579442 2.5892112 502.06255
- 6000 1 -0.6581062 0 0.053798563 2.0984473 510.32132
- 6500 1.2126636 -0.65632165 0 0.20697931 2.0771501 515.46227
- 7000 1 -0.68607157 0 0.02583319 1.9548014 518.03757
- 7500 1.2318514 -0.64168507 0 0.23527579 1.8621166 515.41686
- 8000 1 -0.69622159 0 0.015683171 2.1564483 508.61671
- 8500 1.2204376 -0.74071986 0 0.12811549 2.3967887 501.80266
- 9000 1 -0.79193368 0 -0.080028922 2.4413256 499.77059
- 9500 1.2151255 -0.75195108 0 0.11310255 2.4315907 500.33116
- 10000 1 -0.76066018 0 -0.048755416 2.4113886 502.50751
-Loop time of 0.440015 on 1 procs for 10000 steps with 420 atoms
-
-Pair time (%) = 0.136467 (31.0142)
-Neigh time (%) = 0.0267653 (6.08282)
-Comm time (%) = 0.00789261 (1.79371)
-Outpt time (%) = 0.128578 (29.2214)
-Other time (%) = 0.140311 (31.8879)
+ 0 1 0 0 0.71190476 0.52314537 571.54286
+ 500 1.0990751 -0.36396768 0 0.41846911 2.522517 575.55806
+ 1000 1 -0.34609791 0 0.36580685 1.9736175 584.67179
+ 1500 1.2112861 -0.39062708 0 0.47169327 1.521881 587.24778
+ 2000 1 -0.39956949 0 0.31233527 1.2496669 583.00676
+ 2500 1.2236323 -0.40128446 0 0.46982521 1.4276891 570.03729
+ 3000 1 -0.48849341 0 0.22341135 1.5091366 553.64637
+ 3500 1.2404531 -0.63017461 0 0.25290984 1.7681313 535.22607
+ 4000 1 -0.71551407 0 -0.003609313 2.2075137 516.73151
+ 4500 1.2253143 -0.76279415 0 0.10951296 2.6154841 503.20466
+ 5000 1 -0.79031519 0 -0.078410425 3.0914492 499.10917
+ 5500 1.2025432 -0.74031121 0 0.115785 2.5889437 502.17138
+ 6000 1 -0.64454518 0 0.067359583 2.0907022 510.47702
+ 6500 1.2112733 -0.65703634 0 0.20527486 2.054449 515.41213
+ 7000 1 -0.61856581 0 0.093338954 1.9843361 516.79512
+ 7500 1.2212907 -0.67431193 0 0.19513077 1.9939559 517.17301
+ 8000 1 -0.69966668 0 0.012238083 2.1559293 510.52934
+ 8500 1.2245982 -0.73461969 0 0.13717758 2.4482542 506.2679
+ 9000 1 -0.697338 0 0.014566762 2.4757604 503.86953
+ 9500 1.1882 -0.66622491 0 0.17966032 2.3295348 505.67684
+ 10000 1 -0.70364194 0 0.008262826 2.218568 507.64681
+Loop time of 0.328633 on 1 procs for 10000 steps with 420 atoms
+
+Pair time (%) = 0.139281 (42.3819)
+Neigh time (%) = 0.028775 (8.75596)
+Comm time (%) = 0.00759435 (2.31089)
+Outpt time (%) = 0.000191689 (0.058329)
+Other time (%) = 0.152791 (46.493)
Nlocal: 420 ave 420 max 420 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 50 ave 50 max 50 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 1124 ave 1124 max 1124 min
+Neighs: 1116 ave 1116 max 1116 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Total # of neighbors = 1124
-Ave neighs/atom = 2.67619
-Neighbor list builds = 562
+Total # of neighbors = 1116
+Ave neighs/atom = 2.65714
+Neighbor list builds = 563
Dangerous builds = 0
diff --git a/examples/flow/log.flow.pois.18Feb13.linux.4 b/examples/flow/log.flow.pois.18Feb13.linux.4
new file mode 100644
index 000000000..4daa25512
--- /dev/null
+++ b/examples/flow/log.flow.pois.18Feb13.linux.4
@@ -0,0 +1,127 @@
+LAMMPS (18 Feb 2013)
+# 2-d LJ flow simulation
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.7
+Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
+region box block 0 20 0 10 -0.25 0.25
+create_box 3 box
+Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass 1 1.0
+mass 2 1.0
+mass 3 1.0
+
+# LJ potentials
+
+pair_style lj/cut 1.12246
+pair_coeff * * 1.0 1.0 1.12246
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+region 2 block INF INF 8.75 INF INF INF
+group upper region 2
+60 atoms in group upper
+group boundary union lower upper
+120 atoms in group boundary
+group flow subtract all boundary
+300 atoms in group flow
+
+set group lower type 2
+ 60 settings made for type
+set group upper type 3
+ 60 settings made for type
+
+# initial velocities
+
+compute mobile flow temp
+velocity flow create 1.0 482748 temp mobile
+fix 1 all nve
+fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+fix_modify 2 temp mobile
+
+# Couette flow
+
+#velocity lower set 0.0 0.0 0.0
+#velocity upper set 3.0 0.0 0.0
+#fix 3 boundary setforce 0.0 0.0 0.0
+#fix 4 all enforce2d
+
+# Poiseuille flow
+
+velocity boundary set 0.0 0.0 0.0
+fix 3 lower setforce 0.0 0.0 0.0
+fix 4 upper setforce 0.0 NULL 0.0
+fix 5 upper aveforce 0.0 -1.0 0.0
+fix 6 flow addforce 0.5 0.0 0.0
+fix 7 all enforce2d
+
+# Run
+
+timestep 0.003
+thermo 500
+thermo_modify temp mobile
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.flow
+
+#dump 1 all image 100 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
+run 10000
+Memory usage per processor = 2.06627 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1 0 0 0.71190476 0.52314537 571.54286
+ 500 1.0758737 -0.36090417 0 0.40501541 2.7822308 575.0659
+ 1000 1 -0.35701441 0 0.35489035 2.0575313 585.71407
+ 1500 1.2368663 -0.37709732 0 0.50343367 1.4865879 587.193
+ 2000 1 -0.39362939 0 0.31827537 1.4236 578.9418
+ 2500 1.2272957 -0.423819 0 0.44989866 1.454461 570.15856
+ 3000 1 -0.49143403 0 0.22047073 1.5345951 554.98633
+ 3500 1.2444908 -0.59761803 0 0.28834092 1.875379 537.01606
+ 4000 1 -0.70133161 0 0.010573147 2.1395416 521.46845
+ 4500 1.2212352 -0.74763375 0 0.1217694 2.7598268 507.63512
+ 5000 1 -0.7889135 0 -0.077008742 2.9809426 501.21601
+ 5500 1.1965673 -0.78262115 0 0.069220825 2.8192028 505.3984
+ 6000 1 -0.71434201 0 -0.0024372499 2.346053 512.05291
+ 6500 1.203859 -0.67621716 0 0.18081576 2.1621043 518.624
+ 7000 1 -0.66493592 0 0.046968842 1.8459166 519.01312
+ 7500 1.2065975 -0.69903932 0 0.15994317 2.0439995 515.42888
+ 8000 1 -0.71320172 0 -0.0012969589 2.1303566 511.98833
+ 8500 1.2146567 -0.72062191 0 0.144098 2.4268382 504.80659
+ 9000 1 -0.74806158 0 -0.036156822 2.5758196 502.43487
+ 9500 1.1970932 -0.73220717 0 0.1200092 2.585169 504.06803
+ 10000 1 -0.71105178 0 0.00085297794 2.3528576 507.92052
+Loop time of 0.230103 on 4 procs for 10000 steps with 420 atoms
+
+Pair time (%) = 0.0363874 (15.8136)
+Neigh time (%) = 0.00789845 (3.43258)
+Comm time (%) = 0.0856229 (37.2107)
+Outpt time (%) = 0.000398636 (0.173243)
+Other time (%) = 0.0997953 (43.3699)
+
+Nlocal: 105 ave 107 max 103 min
+Histogram: 1 0 0 0 0 2 0 0 0 1
+Nghost: 42.75 ave 46 max 37 min
+Histogram: 1 0 0 0 0 0 0 2 0 1
+Neighs: 276.5 ave 295 max 257 min
+Histogram: 1 0 1 0 0 0 0 0 1 1
+
+Total # of neighbors = 1106
+Ave neighs/atom = 2.63333
+Neighbor list builds = 564
+Dangerous builds = 0
diff --git a/examples/flow/log.flow.pois.9Jan12.linux.4 b/examples/flow/log.flow.pois.9Jan12.linux.4
deleted file mode 100644
index 044067255..000000000
--- a/examples/flow/log.flow.pois.9Jan12.linux.4
+++ /dev/null
@@ -1,123 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2-d LJ flow simulation
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.7
-Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
-region box block 0 20 0 10 -0.25 0.25
-create_box 3 box
-Created orthogonal box = (0 0 -0.321089) to (25.6871 22.2457 0.321089)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass 1 1.0
-mass 2 1.0
-mass 3 1.0
-
-# LJ potentials
-
-pair_style lj/cut 1.12246
-pair_coeff * * 1.0 1.0 1.12246
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-region 2 block INF INF 8.75 INF INF INF
-group upper region 2
-60 atoms in group upper
-group boundary union lower upper
-120 atoms in group boundary
-group flow subtract all boundary
-300 atoms in group flow
-
-set group lower type 2
- 60 settings made for type
-set group upper type 3
- 60 settings made for type
-
-# initial velocities
-
-compute mobile flow temp
-velocity flow create 1.0 482748 temp mobile
-fix 1 all nve
-fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
-fix_modify 2 temp mobile
-
-# Couette flow
-
-#velocity lower set 0.0 0.0 0.0
-#velocity upper set 3.0 0.0 0.0
-#fix 3 boundary setforce 0.0 0.0 0.0
-#fix 4 all enforce2d
-
-# Poiseuille flow
-
-velocity boundary set 0.0 0.0 0.0
-fix 3 lower setforce 0.0 0.0 0.0
-fix 4 upper setforce 0.0 NULL 0.0
-fix 5 upper aveforce 0.0 -1.0 0.0
-fix 6 flow addforce 0.5 0.0 0.0
-fix 7 all enforce2d
-
-# Run
-
-timestep 0.003
-thermo 500
-thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 25 dump.flow
-run 10000
-Memory usage per processor = 2.06205 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1 0 0 0.71190476 0.5232453 571.43371
- 500 1.0758737 -0.36090417 0 0.40501541 2.782759 574.95676
- 1000 1 -0.35701441 0 0.35489035 2.0579148 585.60492
- 1500 1.2368663 -0.37709732 0 0.50343367 1.4868643 587.08385
- 2000 1 -0.39362939 0 0.31827537 1.4238684 578.83266
- 2500 1.2272957 -0.423819 0 0.44989866 1.4547395 570.04942
- 3000 1 -0.49143403 0 0.22047073 1.5348969 554.87718
- 3500 1.2444908 -0.597618 0 0.2883409 1.8757604 536.90691
- 4000 1 -0.70133089 0 0.010573874 2.1399937 521.35928
- 4500 1.2212572 -0.74525028 0 0.12416857 2.7605953 507.52559
- 5000 1 -0.77887442 0 -0.066969662 2.9849792 501.10169
- 5500 1.2118683 -0.76479769 0 0.097937148 2.7555194 505.25255
- 6000 1 -0.64166654 0 0.070238224 2.4653816 510.17292
- 6500 1.2230732 -0.66072614 0 0.20998549 2.0855543 517.97007
- 7000 1 -0.61750407 0 0.094400687 1.9316563 520.97755
- 7500 1.2289276 -0.68159213 0 0.19328728 2.0003789 520.18556
- 8000 1 -0.69786226 0 0.014042499 2.1485637 517.24977
- 8500 1.2206044 -0.75028089 0 0.11867321 2.3924356 513.28362
- 9000 1 -0.75191705 0 -0.040012285 2.521768 509.91505
- 9500 1.2149548 -0.71491732 0 0.15001477 2.3827722 508.86228
- 10000 1 -0.71239141 0 -0.00048664424 2.3193862 508.75244
-Loop time of 0.334578 on 4 procs for 10000 steps with 420 atoms
-
-Pair time (%) = 0.034201 (10.2221)
-Neigh time (%) = 0.00749511 (2.24017)
-Comm time (%) = 0.0808396 (24.1616)
-Outpt time (%) = 0.0899565 (26.8865)
-Other time (%) = 0.122086 (36.4895)
-
-Nlocal: 105 ave 107 max 104 min
-Histogram: 2 0 0 1 0 0 0 0 0 1
-Nghost: 43.5 ave 45 max 42 min
-Histogram: 1 0 0 1 0 0 1 0 0 1
-Neighs: 279.5 ave 296 max 265 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-
-Total # of neighbors = 1118
-Ave neighs/atom = 2.6619
-Neighbor list builds = 565
-Dangerous builds = 0
diff --git a/examples/friction/log.friction.9Jan12.linux.1 b/examples/friction/log.friction.18Feb13.linux.1
similarity index 60%
rename from examples/friction/log.friction.9Jan12.linux.1
rename to examples/friction/log.friction.18Feb13.linux.1
index 74f198dc8..7365f1ec9 100644
--- a/examples/friction/log.friction.9Jan12.linux.1
+++ b/examples/friction/log.friction.18Feb13.linux.1
@@ -1,141 +1,145 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d friction simulation
dimension 2
boundary p s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.9
Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
region box block 0 50 0 22 -0.25 0.25
create_box 4 box
Created orthogonal box = (0 0 -0.283174) to (56.6348 43.1615 0.283174)
1 by 1 by 1 MPI processor grid
mass 1 1.0
mass 2 1.0
mass 3 1.0
mass 4 1.0
# atom regions
region lo-fixed block INF INF INF 1.1 INF INF
region lo-slab block INF INF INF 7 INF INF
region above-lo block INF INF INF 7 INF INF side out
region hi-fixed block INF INF 20.9 INF INF INF
region hi-slab block INF INF 15 INF INF INF
region below-hi block INF INF 15 INF INF INF side out
region lo-asperity sphere 32 7 0 8
region hi-asperity sphere 18 15 0 8
region lo-half-sphere intersect 2 lo-asperity above-lo
region hi-half-sphere intersect 2 hi-asperity below-hi
# create 2 surfaces with asperities
create_atoms 1 region lo-slab
Created 750 atoms
create_atoms 1 region hi-slab
Created 750 atoms
create_atoms 2 region lo-half-sphere
Created 112 atoms
create_atoms 3 region hi-half-sphere
Created 112 atoms
# LJ potentials
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 2.5
# define groups
group lo region lo-slab
750 atoms in group lo
group lo type 2
862 atoms in group lo
group hi region hi-slab
750 atoms in group hi
group hi type 3
862 atoms in group hi
group lo-fixed region lo-fixed
150 atoms in group lo-fixed
group hi-fixed region hi-fixed
150 atoms in group hi-fixed
group boundary union lo-fixed hi-fixed
300 atoms in group boundary
group mobile subtract all boundary
1424 atoms in group mobile
set group lo-fixed type 4
150 settings made for type
set group hi-fixed type 4
150 settings made for type
# initial velocities
compute new mobile temp/partial 0 1 0
velocity mobile create 0.1 482748 temp new
velocity hi set 1.0 0.0 0.0 sum yes
# fixes
fix 1 all nve
fix 2 boundary setforce 0.0 0.0 0.0
fix 3 mobile temp/rescale 200 0.1 0.1 0.02 1.0
fix_modify 3 temp new
# Run
timestep 0.0025
thermo 1000
thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.friction
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
-dump 1 all atom 500 dump.friction
run 20000
-Memory usage per processor = 2.05873 Mbytes
+Memory usage per processor = 2.06912 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0.1 -3.1333672 0 -3.0921259 -1.1440102 2444.4558
- 1000 0.1 -3.0915465 0 -3.0503052 0.010017516 2444.4558
- 2000 0.1 -3.0826487 0 -3.0414074 -0.42021097 2444.4558
- 3000 0.089819692 -3.07584 0 -3.0387972 -0.25257042 2444.4558
- 4000 0.098489874 -3.0667093 0 -3.0260907 -0.25511521 2444.4558
- 5000 0.11379986 -3.0557087 0 -3.0087762 -0.080886978 2444.4558
- 6000 0.11269179 -3.04532 0 -2.9988445 -0.33387724 2444.4558
- 7000 0.1 -3.0380598 0 -2.9968185 -0.32430244 2444.4558
- 8000 0.1 -3.0346458 0 -2.9934045 -0.38022997 2444.4558
- 9000 0.1 -3.0323928 0 -2.9911515 -0.42944097 2444.4558
- 10000 0.1 -3.0354969 0 -2.9942556 -0.3547036 2444.4558
- 11000 0.11248007 -3.0371526 0 -2.9907643 -0.42222237 2444.4558
- 12000 0.10241295 -3.0422315 0 -2.9999951 -0.24193736 2444.4558
- 13000 0.11139984 -3.044969 0 -2.9990263 -0.32692165 2444.4558
- 14000 0.099297055 -3.0415792 0 -3.0006278 -0.34441013 2444.4558
- 15000 0.11494243 -3.045278 0 -2.9978742 -0.26868839 2444.4558
- 16000 0.11211716 -3.0460201 0 -2.9997815 -0.27620024 2444.4558
- 17000 0.11246574 -3.0461857 0 -2.9998034 -0.31782055 2444.4558
- 18000 0.11194476 -3.0440786 0 -2.9979112 -0.35902467 2444.4558
- 19000 0.11200621 -3.0473992 0 -3.0012064 -0.25540459 2444.4558
- 20000 0.10818968 -3.0456459 0 -3.0010271 -0.29452342 2444.4558
-Loop time of 5.76747 on 1 procs for 20000 steps with 1724 atoms
-
-Pair time (%) = 4.63048 (80.2861)
-Neigh time (%) = 0.297429 (5.15701)
-Comm time (%) = 0.0432248 (0.749459)
-Outpt time (%) = 0.0548413 (0.950872)
-Other time (%) = 0.741497 (12.8565)
+ 0 0.1 -3.1333672 0 -3.0921259 -1.1437867 2444.9333
+ 1000 0.1 -3.0915465 0 -3.0503052 0.010015559 2444.9333
+ 2000 0.1 -3.0826487 0 -3.0414074 -0.42012889 2444.9333
+ 3000 0.089819692 -3.07584 0 -3.0387972 -0.25252108 2444.9333
+ 4000 0.098489874 -3.0667093 0 -3.0260907 -0.25506538 2444.9333
+ 5000 0.11379986 -3.0557087 0 -3.0087762 -0.080871179 2444.9333
+ 6000 0.11269179 -3.04532 0 -2.9988445 -0.33381202 2444.9333
+ 7000 0.1 -3.0380598 0 -2.9968185 -0.32423909 2444.9333
+ 8000 0.1 -3.0346453 0 -2.993404 -0.38015347 2444.9333
+ 9000 0.1 -3.0324305 0 -2.9911892 -0.42940009 2444.9333
+ 10000 0.11811429 -3.0334969 0 -2.984785 -0.32538147 2444.9333
+ 11000 0.11627653 -3.0344827 0 -2.9865288 -0.45037424 2444.9333
+ 12000 0.11250787 -3.0472157 0 -3.000816 -0.27347069 2444.9333
+ 13000 0.11429889 -3.0455404 0 -2.9984021 -0.28832736 2444.9333
+ 14000 0.11292741 -3.0466673 0 -3.0000946 -0.38939496 2444.9333
+ 15000 0.11239299 -3.0460428 0 -2.9996905 -0.35437935 2444.9333
+ 16000 0.11775554 -3.0457709 0 -2.997207 -0.14263984 2444.9333
+ 17000 0.11456908 -3.0459128 0 -2.998663 -0.3686153 2444.9333
+ 18000 0.1165453 -3.0454305 0 -2.9973657 -0.3572725 2444.9333
+ 19000 0.11403056 -3.0440495 0 -2.9970218 -0.25462158 2444.9333
+ 20000 0.11801421 -3.0462201 0 -2.9975495 -0.23484136 2444.9333
+Loop time of 5.71207 on 1 procs for 20000 steps with 1724 atoms
+
+Pair time (%) = 4.62848 (81.0298)
+Neigh time (%) = 0.305739 (5.35251)
+Comm time (%) = 0.0428324 (0.749857)
+Outpt time (%) = 0.000311375 (0.00545117)
+Other time (%) = 0.73471 (12.8624)
Nlocal: 1724 ave 1724 max 1724 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 145 ave 145 max 145 min
+Nghost: 147 ave 147 max 147 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 14369 ave 14369 max 14369 min
+Neighs: 14384 ave 14384 max 14384 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Total # of neighbors = 14369
-Ave neighs/atom = 8.33469
-Neighbor list builds = 717
+Total # of neighbors = 14384
+Ave neighs/atom = 8.34339
+Neighbor list builds = 723
Dangerous builds = 0
diff --git a/examples/friction/log.friction.9Jan12.linux.4 b/examples/friction/log.friction.18Feb13.linux.4
similarity index 55%
rename from examples/friction/log.friction.9Jan12.linux.4
rename to examples/friction/log.friction.18Feb13.linux.4
index e1e2046f8..b5d935a85 100644
--- a/examples/friction/log.friction.9Jan12.linux.4
+++ b/examples/friction/log.friction.18Feb13.linux.4
@@ -1,141 +1,145 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d friction simulation
dimension 2
boundary p s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.9
Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
region box block 0 50 0 22 -0.25 0.25
create_box 4 box
Created orthogonal box = (0 0 -0.283174) to (56.6348 43.1615 0.283174)
2 by 2 by 1 MPI processor grid
mass 1 1.0
mass 2 1.0
mass 3 1.0
mass 4 1.0
# atom regions
region lo-fixed block INF INF INF 1.1 INF INF
region lo-slab block INF INF INF 7 INF INF
region above-lo block INF INF INF 7 INF INF side out
region hi-fixed block INF INF 20.9 INF INF INF
region hi-slab block INF INF 15 INF INF INF
region below-hi block INF INF 15 INF INF INF side out
region lo-asperity sphere 32 7 0 8
region hi-asperity sphere 18 15 0 8
region lo-half-sphere intersect 2 lo-asperity above-lo
region hi-half-sphere intersect 2 hi-asperity below-hi
# create 2 surfaces with asperities
create_atoms 1 region lo-slab
Created 750 atoms
create_atoms 1 region hi-slab
Created 750 atoms
create_atoms 2 region lo-half-sphere
Created 112 atoms
create_atoms 3 region hi-half-sphere
Created 112 atoms
# LJ potentials
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 2.5
# define groups
group lo region lo-slab
750 atoms in group lo
group lo type 2
862 atoms in group lo
group hi region hi-slab
750 atoms in group hi
group hi type 3
862 atoms in group hi
group lo-fixed region lo-fixed
150 atoms in group lo-fixed
group hi-fixed region hi-fixed
150 atoms in group hi-fixed
group boundary union lo-fixed hi-fixed
300 atoms in group boundary
group mobile subtract all boundary
1424 atoms in group mobile
set group lo-fixed type 4
150 settings made for type
set group hi-fixed type 4
150 settings made for type
# initial velocities
compute new mobile temp/partial 0 1 0
velocity mobile create 0.1 482748 temp new
velocity hi set 1.0 0.0 0.0 sum yes
# fixes
fix 1 all nve
fix 2 boundary setforce 0.0 0.0 0.0
fix 3 mobile temp/rescale 200 0.1 0.1 0.02 1.0
fix_modify 3 temp new
# Run
timestep 0.0025
thermo 1000
thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 500 dump.friction
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
-dump 1 all atom 500 dump.friction
run 20000
-Memory usage per processor = 2.06212 Mbytes
+Memory usage per processor = 2.06744 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0.1 -3.1333672 0 -3.0921259 -1.1440102 2444.4558
- 1000 0.081958665 -3.0927273 0 -3.0589265 -0.021850399 2444.4558
- 2000 0.082641883 -3.0850764 0 -3.0509938 -0.44968978 2444.4558
- 3000 0.092293442 -3.0748001 0 -3.0367371 -0.25358115 2444.4558
- 4000 0.096012911 -3.0565129 0 -3.0169159 -0.027674947 2444.4558
- 5000 0.1 -3.0465555 0 -3.0053142 -0.09934336 2444.4558
- 6000 0.11642983 -3.0390782 0 -2.991061 -0.21038719 2444.4558
- 7000 0.11597773 -3.0331763 0 -2.9853456 -0.46354952 2444.4558
- 8000 0.11937909 -3.0305563 0 -2.9813228 -0.30779188 2444.4558
- 9000 0.11109992 -3.0274146 0 -2.9815956 -0.52451724 2444.4558
- 10000 0.11600378 -3.0164577 0 -2.9686163 -0.35721513 2444.4558
- 11000 0.11403444 -3.0138385 0 -2.9668092 -0.45128937 2444.4558
- 12000 0.11732466 -3.0220572 0 -2.973671 -0.26756468 2444.4558
- 13000 0.10909933 -3.0270216 0 -2.9820276 -0.39570586 2444.4558
- 14000 0.10530217 -3.0326565 0 -2.9892285 -0.1708647 2444.4558
- 15000 0.11252086 -3.0326775 0 -2.9862724 -0.41750799 2444.4558
- 16000 0.10635548 -3.0310857 0 -2.9872233 -0.27111401 2444.4558
- 17000 0.11718463 -3.036313 0 -2.9879845 -0.34485392 2444.4558
- 18000 0.11632659 -3.0376748 0 -2.9897002 -0.2781061 2444.4558
- 19000 0.11302219 -3.0324168 0 -2.985805 -0.35512798 2444.4558
- 20000 0.11916746 -3.0379931 0 -2.9888469 -0.30162295 2444.4558
-Loop time of 1.9566 on 4 procs for 20000 steps with 1724 atoms
-
-Pair time (%) = 1.17991 (60.3041)
-Neigh time (%) = 0.0769351 (3.93207)
-Comm time (%) = 0.391056 (19.9865)
-Outpt time (%) = 0.0432984 (2.21293)
-Other time (%) = 0.265402 (13.5644)
-
-Nlocal: 431 ave 486 max 376 min
-Histogram: 1 0 0 1 0 0 1 0 0 1
-Nghost: 95 ave 119 max 75 min
+ 0 0.1 -3.1333672 0 -3.0921259 -1.1437867 2444.9333
+ 1000 0.081958665 -3.0927273 0 -3.0589265 -0.021846131 2444.9333
+ 2000 0.082641883 -3.0850764 0 -3.0509938 -0.44960195 2444.9333
+ 3000 0.092293442 -3.0748001 0 -3.0367371 -0.25353161 2444.9333
+ 4000 0.096012911 -3.0565129 0 -3.0169159 -0.027669541 2444.9333
+ 5000 0.1 -3.0465555 0 -3.0053142 -0.099323956 2444.9333
+ 6000 0.11642983 -3.0390782 0 -2.991061 -0.21034609 2444.9333
+ 7000 0.11597774 -3.0331763 0 -2.9853456 -0.46345898 2444.9333
+ 8000 0.11937899 -3.0305561 0 -2.9813226 -0.30773083 2444.9333
+ 9000 0.111108 -3.0274067 0 -2.9815843 -0.5243749 2444.9333
+ 10000 0.11666452 -3.0170603 0 -2.9689463 -0.37436916 2444.9333
+ 11000 0.11005147 -3.0140407 0 -2.9686541 -0.46293236 2444.9333
+ 12000 0.11286668 -3.0174735 0 -2.9709258 -0.28406396 2444.9333
+ 13000 0.11280782 -3.0238036 0 -2.9772802 -0.41208934 2444.9333
+ 14000 0.1 -3.0332072 0 -2.9919659 -0.1785001 2444.9333
+ 15000 0.1148413 -3.0339717 0 -2.9866096 -0.4418584 2444.9333
+ 16000 0.11194137 -3.0322089 0 -2.9860428 -0.29354474 2444.9333
+ 17000 0.10699902 -3.0395654 0 -2.9954376 -0.37176577 2444.9333
+ 18000 0.11091428 -3.0400366 0 -2.9942941 -0.19329155 2444.9333
+ 19000 0.1094118 -3.0432032 0 -2.9980803 -0.38516174 2444.9333
+ 20000 0.11137857 -3.0442022 0 -2.9982683 -0.37419199 2444.9333
+Loop time of 1.97972 on 4 procs for 20000 steps with 1724 atoms
+
+Pair time (%) = 1.18649 (59.9324)
+Neigh time (%) = 0.0773743 (3.90835)
+Comm time (%) = 0.432971 (21.8703)
+Outpt time (%) = 0.000461817 (0.0233274)
+Other time (%) = 0.282418 (14.2656)
+
+Nlocal: 431 ave 493 max 377 min
Histogram: 1 0 1 0 0 1 0 0 0 1
-Neighs: 3599 ave 4160 max 3136 min
-Histogram: 1 0 1 0 0 1 0 0 0 1
-
-Total # of neighbors = 14396
-Ave neighs/atom = 8.35035
-Neighbor list builds = 708
+Nghost: 96 ave 125 max 77 min
+Histogram: 1 1 0 0 1 0 0 0 0 1
+Neighs: 3596 ave 4228 max 3139 min
+Histogram: 1 1 0 0 0 1 0 0 0 1
+
+Total # of neighbors = 14384
+Ave neighs/atom = 8.34339
+Neighbor list builds = 700
Dangerous builds = 0
diff --git a/examples/gpu/log.gpu.melt.2.5.9Jan12.linux.1 b/examples/gpu/log.gpu.melt.2.5.18Feb13.linux.1
similarity index 86%
rename from examples/gpu/log.gpu.melt.2.5.9Jan12.linux.1
rename to examples/gpu/log.gpu.melt.2.5.18Feb13.linux.1
index 7073e6a15..aa5b13c5b 100644
--- a/examples/gpu/log.gpu.melt.2.5.9Jan12.linux.1
+++ b/examples/gpu/log.gpu.melt.2.5.18Feb13.linux.1
@@ -1,77 +1,77 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
newton off
package gpu force/neigh 0 1 1
variable x index 2
variable y index 2
variable z index 2
variable xx equal 20*$x
variable xx equal 20*2
variable yy equal 20*$y
variable yy equal 20*2
variable zz equal 20*$z
variable zz equal 20*2
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 ${xx} 0 ${yy} 0 ${zz}
region box block 0 40 0 ${yy} 0 ${zz}
region box block 0 40 0 40 0 ${zz}
region box block 0 40 0 40 0 40
create_box 1 box
Created orthogonal box = (0 0 0) to (67.1838 67.1838 67.1838)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 256000 atoms
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut/gpu 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
thermo 100
run 1000
-Memory usage per processor = 46.8382 Mbytes
+Memory usage per processor = 46.8462 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -6.7733685 0 -4.6133769 -5.0196738
100 0.75865618 -5.760326 0 -4.6223462 0.19586078
200 0.75643081 -5.7572862 0 -4.6226445 0.22641252
300 0.74927357 -5.7463992 0 -4.6224932 0.2973801
400 0.7404924 -5.7329247 0 -4.6221905 0.37767073
500 0.73092032 -5.7182616 0 -4.6218854 0.46900679
600 0.72315678 -5.706314 0 -4.621583 0.5348031
700 0.71597165 -5.6952207 0 -4.6212675 0.59549602
800 0.71194748 -5.6889042 0 -4.6209871 0.63784817
900 0.70596464 -5.6796285 0 -4.6206857 0.68573109
1000 0.70323336 -5.67534 0 -4.6204941 0.7069076
-Loop time of 20.1772 on 1 procs for 1000 steps with 256000 atoms
+Loop time of 19.9863 on 1 procs for 1000 steps with 256000 atoms
-Pair time (%) = 12.8361 (63.6167)
-Neigh time (%) = 7.34329e-05 (0.00036394)
-Comm time (%) = 1.08434 (5.3741)
-Outpt time (%) = 0.0102942 (0.051019)
-Other time (%) = 6.24641 (30.9578)
+Pair time (%) = 12.3568 (61.8261)
+Neigh time (%) = 7.41482e-05 (0.000370995)
+Comm time (%) = 1.09925 (5.50003)
+Outpt time (%) = 0.0106428 (0.0532503)
+Other time (%) = 6.51958 (32.6202)
Nlocal: 256000 ave 256000 max 256000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 69905 ave 69905 max 69905 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 50
Dangerous builds = 0
diff --git a/examples/gpu/log.gpu.melt.2.5.9Jan12.linux.4 b/examples/gpu/log.gpu.melt.2.5.18Feb13.linux.4
similarity index 86%
rename from examples/gpu/log.gpu.melt.2.5.9Jan12.linux.4
rename to examples/gpu/log.gpu.melt.2.5.18Feb13.linux.4
index 9855ec4d0..19793041a 100644
--- a/examples/gpu/log.gpu.melt.2.5.9Jan12.linux.4
+++ b/examples/gpu/log.gpu.melt.2.5.18Feb13.linux.4
@@ -1,77 +1,77 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
newton off
package gpu force/neigh 0 1 1
variable x index 2
variable y index 2
variable z index 2
variable xx equal 20*$x
variable xx equal 20*2
variable yy equal 20*$y
variable yy equal 20*2
variable zz equal 20*$z
variable zz equal 20*2
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 ${xx} 0 ${yy} 0 ${zz}
region box block 0 40 0 ${yy} 0 ${zz}
region box block 0 40 0 40 0 ${zz}
region box block 0 40 0 40 0 40
create_box 1 box
Created orthogonal box = (0 0 0) to (67.1838 67.1838 67.1838)
1 by 2 by 2 MPI processor grid
create_atoms 1 box
Created 256000 atoms
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut/gpu 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
thermo 100
run 1000
-Memory usage per processor = 14.5128 Mbytes
+Memory usage per processor = 14.5208 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -6.7733685 0 -4.6133769 -5.0196738
100 0.75865619 -5.7603258 0 -4.622346 0.19586113
200 0.75643076 -5.7572857 0 -4.6226439 0.22641355
300 0.74927365 -5.7463989 0 -4.6224928 0.29738053
400 0.74049513 -5.7329265 0 -4.6221881 0.37765479
500 0.73092165 -5.7182628 0 -4.6218846 0.46899675
600 0.72307341 -5.7061845 0 -4.6215786 0.53536825
700 0.71593631 -5.6951696 0 -4.6212694 0.59644919
800 0.71106107 -5.6875486 0 -4.6209611 0.6450072
900 0.70789378 -5.6825117 0 -4.6206752 0.67079907
1000 0.70324302 -5.6753075 0 -4.6204471 0.71004301
-Loop time of 8.45152 on 4 procs for 1000 steps with 256000 atoms
+Loop time of 7.94848 on 4 procs for 1000 steps with 256000 atoms
-Pair time (%) = 5.1208 (60.5903)
-Neigh time (%) = 5.52535e-05 (0.00065377)
-Comm time (%) = 1.60643 (19.0076)
-Outpt time (%) = 0.032979 (0.390213)
-Other time (%) = 1.69126 (20.0113)
+Pair time (%) = 4.79772 (60.3603)
+Neigh time (%) = 5.11408e-05 (0.000643403)
+Comm time (%) = 1.32216 (16.6341)
+Outpt time (%) = 0.0349077 (0.439174)
+Other time (%) = 1.79364 (22.5658)
Nlocal: 64000 ave 64090 max 63900 min
Histogram: 1 0 0 1 0 0 0 0 1 1
Nghost: 30521 ave 30604 max 30461 min
Histogram: 1 0 0 2 0 0 0 0 0 1
Neighs: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 50
Dangerous builds = 0
diff --git a/examples/gpu/log.gpu.melt.5.0.9Jan12.linux.1 b/examples/gpu/log.gpu.melt.5.0.18Feb13.linux.1
similarity index 59%
rename from examples/gpu/log.gpu.melt.5.0.9Jan12.linux.1
rename to examples/gpu/log.gpu.melt.5.0.18Feb13.linux.1
index f18ded0a2..8f0dacc10 100644
--- a/examples/gpu/log.gpu.melt.5.0.9Jan12.linux.1
+++ b/examples/gpu/log.gpu.melt.5.0.18Feb13.linux.1
@@ -1,77 +1,77 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
newton off
package gpu force/neigh 0 1 1 threads_per_atom 8
variable x index 2
variable y index 2
variable z index 2
variable xx equal 20*$x
variable xx equal 20*2
variable yy equal 20*$y
variable yy equal 20*2
variable zz equal 20*$z
variable zz equal 20*2
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 ${xx} 0 ${yy} 0 ${zz}
region box block 0 40 0 ${yy} 0 ${zz}
region box block 0 40 0 40 0 ${zz}
region box block 0 40 0 40 0 40
create_box 1 box
Created orthogonal box = (0 0 0) to (67.1838 67.1838 67.1838)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 256000 atoms
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut/gpu 5.0
pair_coeff 1 1 1.0 1.0 5.0
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
thermo 100
run 1000
-Memory usage per processor = 58.5637 Mbytes
+Memory usage per processor = 58.5717 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -7.1616924 0 -5.0017009 -5.6743468
100 0.7599844 -6.1430228 0 -5.0030506 -0.43702259
- 200 0.75772866 -6.1397323 0 -5.0031437 -0.40563905
- 300 0.7502998 -6.1286575 0 -5.0032122 -0.33104598
- 400 0.73999173 -6.1132483 0 -5.003265 -0.24002836
- 500 0.73224837 -6.101694 0 -5.0033257 -0.16523366
- 600 0.72448052 -6.0900828 0 -5.0033662 -0.099466624
- 700 0.71878723 -6.0815904 0 -5.0034138 -0.044361885
- 800 0.71444388 -6.0751019 0 -5.0034403 -0.0083893389
- 900 0.70949961 -6.0676978 0 -5.0034525 0.032534654
- 1000 0.70480647 -6.0606748 0 -5.0034693 0.067358025
-Loop time of 43.8997 on 1 procs for 1000 steps with 256000 atoms
+ 200 0.75772866 -6.1397323 0 -5.0031437 -0.40563906
+ 300 0.75029981 -6.1286575 0 -5.0032122 -0.33104595
+ 400 0.73999172 -6.1132482 0 -5.003265 -0.24002804
+ 500 0.73224839 -6.101694 0 -5.0033257 -0.16523398
+ 600 0.72448053 -6.0900827 0 -5.0033661 -0.099467461
+ 700 0.71878931 -6.0815935 0 -5.0034138 -0.044377743
+ 800 0.71440115 -6.0750377 0 -5.0034401 -0.008074032
+ 900 0.70942787 -6.0675896 0 -5.0034519 0.032869143
+ 1000 0.70453362 -6.0602662 0 -5.0034699 0.069294492
+Loop time of 43.6376 on 1 procs for 1000 steps with 256000 atoms
-Pair time (%) = 35.1574 (80.0858)
-Neigh time (%) = 8.29697e-05 (0.000188998)
-Comm time (%) = 1.61756 (3.68467)
-Outpt time (%) = 0.011915 (0.0271413)
-Other time (%) = 7.1127 (16.2022)
+Pair time (%) = 35.9388 (82.3573)
+Neigh time (%) = 7.1764e-05 (0.000164454)
+Comm time (%) = 1.41024 (3.23171)
+Outpt time (%) = 0.0104296 (0.0239005)
+Other time (%) = 6.27813 (14.387)
Nlocal: 256000 ave 256000 max 256000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 141753 ave 141753 max 141753 min
+Nghost: 141796 ave 141796 max 141796 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 50
Dangerous builds = 0
diff --git a/examples/gpu/log.gpu.melt.5.0.9Jan12.linux.4 b/examples/gpu/log.gpu.melt.5.0.18Feb13.linux.4
similarity index 53%
rename from examples/gpu/log.gpu.melt.5.0.9Jan12.linux.4
rename to examples/gpu/log.gpu.melt.5.0.18Feb13.linux.4
index 5b972f276..763ac43a0 100644
--- a/examples/gpu/log.gpu.melt.5.0.9Jan12.linux.4
+++ b/examples/gpu/log.gpu.melt.5.0.18Feb13.linux.4
@@ -1,77 +1,77 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
newton off
package gpu force/neigh 0 1 1 threads_per_atom 8
variable x index 2
variable y index 2
variable z index 2
variable xx equal 20*$x
variable xx equal 20*2
variable yy equal 20*$y
variable yy equal 20*2
variable zz equal 20*$z
variable zz equal 20*2
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 ${xx} 0 ${yy} 0 ${zz}
region box block 0 40 0 ${yy} 0 ${zz}
region box block 0 40 0 40 0 ${zz}
region box block 0 40 0 40 0 40
create_box 1 box
Created orthogonal box = (0 0 0) to (67.1838 67.1838 67.1838)
1 by 2 by 2 MPI processor grid
create_atoms 1 box
Created 256000 atoms
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut/gpu 5.0
pair_coeff 1 1 1.0 1.0 5.0
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
thermo 100
run 1000
-Memory usage per processor = 20.3741 Mbytes
+Memory usage per processor = 20.382 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1.44 -7.1616924 0 -5.0017009 -5.6743468
- 100 0.75998442 -6.1430228 0 -5.0030506 -0.4370226
- 200 0.75772866 -6.1397323 0 -5.0031437 -0.40563885
- 300 0.75029998 -6.1286577 0 -5.0032121 -0.33104745
- 400 0.73999268 -6.1132497 0 -5.003265 -0.24002923
- 500 0.73223459 -6.1016733 0 -5.0033257 -0.16512674
- 600 0.72450196 -6.0901153 0 -5.0033666 -0.099408327
- 700 0.71915302 -6.0821406 0 -5.0034153 -0.045922554
- 800 0.71398822 -6.0744174 0 -5.0034392 -0.0064880998
- 900 0.70918338 -6.0672194 0 -5.0034485 0.032885247
- 1000 0.70513415 -6.0611556 0 -5.0034585 0.063293271
-Loop time of 20.8409 on 4 procs for 1000 steps with 256000 atoms
+ 100 0.75998442 -6.1430228 0 -5.0030506 -0.43702261
+ 200 0.75772866 -6.1397323 0 -5.0031437 -0.40563886
+ 300 0.75029993 -6.1286577 0 -5.0032122 -0.33104749
+ 400 0.73999255 -6.1132496 0 -5.0032651 -0.24002869
+ 500 0.73223505 -6.1016739 0 -5.0033256 -0.16512851
+ 600 0.72450374 -6.090118 0 -5.0033666 -0.099412819
+ 700 0.71914115 -6.082123 0 -5.0034155 -0.04585998
+ 800 0.71391558 -6.0743087 0 -5.0034395 -0.0061018629
+ 900 0.70919683 -6.0672408 0 -5.0034497 0.033186808
+ 1000 0.7053422 -6.0614666 0 -5.0034575 0.062941897
+Loop time of 21.0469 on 4 procs for 1000 steps with 256000 atoms
-Pair time (%) = 14.4203 (69.1925)
-Neigh time (%) = 5.91874e-05 (0.000283997)
-Comm time (%) = 4.66054 (22.3625)
-Outpt time (%) = 0.0455028 (0.218335)
-Other time (%) = 1.71444 (8.22633)
+Pair time (%) = 17.4649 (82.9807)
+Neigh time (%) = 5.51939e-05 (0.000262242)
+Comm time (%) = 1.69517 (8.05425)
+Outpt time (%) = 0.0226806 (0.107762)
+Other time (%) = 1.86413 (8.85702)
Nlocal: 64000 ave 64103 max 63848 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Nghost: 64409.2 ave 64479 max 64338 min
-Histogram: 1 1 0 0 0 0 0 0 1 1
+Histogram: 1 0 0 1 0 0 0 0 0 2
+Nghost: 64417.2 ave 64486 max 64349 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
Neighs: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 50
Dangerous builds = 0
diff --git a/examples/gpu/log.gpu.phosphate.9Jan12.linux.1 b/examples/gpu/log.gpu.phosphate.18Feb13.linux.1
similarity index 56%
rename from examples/gpu/log.gpu.phosphate.9Jan12.linux.1
rename to examples/gpu/log.gpu.phosphate.18Feb13.linux.1
index ace6fec03..c7e8306d5 100644
--- a/examples/gpu/log.gpu.phosphate.9Jan12.linux.1
+++ b/examples/gpu/log.gpu.phosphate.18Feb13.linux.1
@@ -1,74 +1,75 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# GI-System
units metal
newton off
package gpu force/neigh 0 1 1
-atom_style charge
+atom_style charge
read_data data.phosphate
orthogonal box = (33.0201 33.0201 33.0201) to (86.9799 86.9799 86.9799)
1 by 1 by 1 MPI processor grid
10950 atoms
10950 velocities
replicate 3 3 3
orthogonal box = (33.0201 33.0201 33.0201) to (194.899 194.899 194.899)
1 by 1 by 1 MPI processor grid
295650 atoms
pair_style lj/cut/coul/long/gpu 15.0
pair_coeff 1 1 0.0 0.29
pair_coeff 1 2 0.0 0.29
pair_coeff 1 3 0.000668 2.5738064
pair_coeff 2 2 0.0 0.29
pair_coeff 2 3 0.004251 1.91988674
pair_coeff 3 3 0.012185 2.91706967
kspace_style pppm/gpu 1e-5
neighbor 2.0 bin
thermo 100
timestep 0.001
fix 1 all npt temp 400 400 0.01 iso 1000.0 1000.0 1.0
run 200
PPPM initialization ...
- G vector = 0.210111
+ G vector (1/distance) = 0.210051
grid = 108 108 108
stencil order = 5
- RMS precision = 8.76251e-06
+ estimated absolute RMS force accuracy = 0.000178801
+ estimated relative force accuracy = 1.24171e-05
using double precision FFTs
- brick FFT buffer size/proc = 1520875 1259712 158700
-Memory usage per processor = 266.913 Mbytes
+ 3d grid and FFT values/proc = 1520875 1259712
+Memory usage per processor = 266.927 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 400.30257 -2381941.5 0 -2366643.7 -449.93537 4242016.4
- 100 411.69679 -2392428.5 0 -2376695.2 7046.7022 4308883.6
- 200 401.28406 -2394152.4 0 -2378817.1 3243.2514 4334284.6
-Loop time of 174.691 on 1 procs for 200 steps with 295650 atoms
+ 0 400.30257 -2381941.6 0 -2366643.8 -449.97088 4242016.4
+ 100 411.69681 -2392428.5 0 -2376695.3 7046.6795 4308883.5
+ 200 401.284 -2394152.5 0 -2378817.2 3243.274 4334284.4
+Loop time of 156.48 on 1 procs for 200 steps with 295650 atoms
-Pair time (%) = 12.053 (6.89962)
-Kspce time (%) = 80.9936 (46.3638)
-Neigh time (%) = 0.013356 (0.00764546)
-Comm time (%) = 0.347907 (0.199155)
-Outpt time (%) = 0.00172615 (0.000988114)
-Other time (%) = 81.2818 (46.5288)
+Pair time (%) = 12.2461 (7.82602)
+Kspce time (%) = 81.8041 (52.2777)
+Neigh time (%) = 0.0129185 (0.00825567)
+Comm time (%) = 0.346706 (0.221566)
+Outpt time (%) = 0.00171018 (0.0010929)
+Other time (%) = 62.0683 (39.6654)
-FFT time (% of Kspce) = 56.1923 (69.3786)
-FFT Gflps 3d (1d only) = 1.25956 2.99555
+FFT time (% of Kspce) = 57.1943 (69.9162)
+FFT Gflps 3d (1d only) = 1.23749 2.95335
Nlocal: 295650 ave 295650 max 295650 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 226982 ave 226982 max 226982 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 6
Dangerous builds = 0
unfix 1
diff --git a/examples/gpu/log.gpu.phosphate.9Jan12.linux.4 b/examples/gpu/log.gpu.phosphate.18Feb13.linux.4
similarity index 56%
rename from examples/gpu/log.gpu.phosphate.9Jan12.linux.4
rename to examples/gpu/log.gpu.phosphate.18Feb13.linux.4
index 671180deb..141b4d63d 100644
--- a/examples/gpu/log.gpu.phosphate.9Jan12.linux.4
+++ b/examples/gpu/log.gpu.phosphate.18Feb13.linux.4
@@ -1,74 +1,75 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# GI-System
units metal
newton off
package gpu force/neigh 0 1 1
-atom_style charge
+atom_style charge
read_data data.phosphate
orthogonal box = (33.0201 33.0201 33.0201) to (86.9799 86.9799 86.9799)
1 by 2 by 2 MPI processor grid
10950 atoms
10950 velocities
replicate 3 3 3
orthogonal box = (33.0201 33.0201 33.0201) to (194.899 194.899 194.899)
2 by 1 by 2 MPI processor grid
295650 atoms
pair_style lj/cut/coul/long/gpu 15.0
pair_coeff 1 1 0.0 0.29
pair_coeff 1 2 0.0 0.29
pair_coeff 1 3 0.000668 2.5738064
pair_coeff 2 2 0.0 0.29
pair_coeff 2 3 0.004251 1.91988674
pair_coeff 3 3 0.012185 2.91706967
kspace_style pppm/gpu 1e-5
neighbor 2.0 bin
thermo 100
timestep 0.001
fix 1 all npt temp 400 400 0.01 iso 1000.0 1000.0 1.0
run 200
PPPM initialization ...
- G vector = 0.210111
+ G vector (1/distance) = 0.210051
grid = 108 108 108
stencil order = 5
- RMS precision = 8.76251e-06
+ estimated absolute RMS force accuracy = 0.000178801
+ estimated relative force accuracy = 1.24171e-05
using double precision FFTs
- brick FFT buffer size/proc = 427915 314928 84180
-Memory usage per processor = 80.0627 Mbytes
+ 3d grid and FFT values/proc = 427915 314928
+Memory usage per processor = 80.0769 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 400.30257 -2381941.5 0 -2366643.7 -449.93522 4242016.4
- 100 411.69683 -2392428.5 0 -2376695.2 7046.7136 4308883.6
- 200 401.28395 -2394152.4 0 -2378817.1 3243.2713 4334284.6
-Loop time of 62.4573 on 4 procs for 200 steps with 295650 atoms
+ 0 400.30257 -2381941.6 0 -2366643.8 -449.971 4242016.4
+ 100 411.6968 -2392428.5 0 -2376695.3 7046.6956 4308883.5
+ 200 401.28397 -2394152.5 0 -2378817.2 3243.2753 4334284.4
+Loop time of 64.6184 on 4 procs for 200 steps with 295650 atoms
-Pair time (%) = 5.04743 (8.08141)
-Kspce time (%) = 35.3904 (56.6633)
-Neigh time (%) = 0.00620693 (0.00993788)
-Comm time (%) = 0.473388 (0.757939)
-Outpt time (%) = 0.000503302 (0.000805833)
-Other time (%) = 21.5394 (34.4866)
+Pair time (%) = 5.24801 (8.12154)
+Kspce time (%) = 42.7106 (66.0967)
+Neigh time (%) = 0.00641513 (0.00992772)
+Comm time (%) = 0.553393 (0.856402)
+Outpt time (%) = 0.000457346 (0.000707766)
+Other time (%) = 16.0995 (24.9147)
-FFT time (% of Kspce) = 22.1085 (62.4703)
-FFT Gflps 3d (1d only) = 3.20138 11.8522
+FFT time (% of Kspce) = 22.695 (53.1367)
+FFT Gflps 3d (1d only) = 3.11864 11.5832
Nlocal: 73912.5 ave 74223 max 73638 min
Histogram: 1 1 0 0 0 0 0 1 0 1
Nghost: 105257 ave 105797 max 104698 min
Histogram: 1 0 0 1 0 0 1 0 0 1
Neighs: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 6
Dangerous builds = 0
unfix 1
diff --git a/examples/gpu/log.gpu.rhodo.18Feb13.linux.1 b/examples/gpu/log.gpu.rhodo.18Feb13.linux.1
new file mode 100644
index 000000000..0bda0cee1
--- /dev/null
+++ b/examples/gpu/log.gpu.rhodo.18Feb13.linux.1
@@ -0,0 +1,122 @@
+LAMMPS (18 Feb 2013)
+# Rhodopsin model
+
+newton off
+package gpu force/neigh 0 1 1
+
+variable x index 2
+variable y index 2
+variable z index 2
+
+units real
+neigh_modify delay 5 every 1
+
+atom_style full
+bond_style harmonic
+angle_style charmm
+dihedral_style charmm
+improper_style harmonic
+pair_style lj/charmm/coul/long/gpu 8.0 10.0
+pair_modify mix arithmetic
+kspace_style pppm/gpu 1e-4
+
+read_data data.rhodo
+ 4 = max bonds/atom
+ 18 = max angles/atom
+ 40 = max dihedrals/atom
+ 4 = max impropers/atom
+ orthogonal box = (-27.5 -38.5 -36.2676) to (27.5 38.5 36.2645)
+ 1 by 1 by 1 MPI processor grid
+ 32000 atoms
+ 32000 velocities
+ 27723 bonds
+ 40467 angles
+ 56829 dihedrals
+ 1034 impropers
+ 4 = max # of 1-2 neighbors
+ 12 = max # of 1-3 neighbors
+ 24 = max # of 1-4 neighbors
+ 26 = max # of special neighbors
+
+replicate $x $y $z
+replicate 2 $y $z
+replicate 2 2 $z
+replicate 2 2 2
+ orthogonal box = (-27.5 -38.5 -36.2676) to (82.5 115.5 108.797)
+ 1 by 1 by 1 MPI processor grid
+ 256000 atoms
+ 221784 bonds
+ 323736 angles
+ 454632 dihedrals
+ 8272 impropers
+ 4 = max # of 1-2 neighbors
+ 12 = max # of 1-3 neighbors
+ 24 = max # of 1-4 neighbors
+ 26 = max # of special neighbors
+
+fix 1 all shake 0.0001 5 0 m 1.0 a 232
+ 12936 = # of size 2 clusters
+ 29064 = # of size 3 clusters
+ 5976 = # of size 4 clusters
+ 33864 = # of frozen angles
+fix 2 all npt temp 300.0 300.0 100.0 z 0.0 0.0 1000.0 mtk no pchain 0 tchain 1
+
+special_bonds charmm
+
+thermo 100
+thermo_style multi
+timestep 2.0
+
+run 200
+PPPM initialization ...
+ G vector (1/distance) = 0.245959
+ grid = 48 64 60
+ stencil order = 5
+ estimated absolute RMS force accuracy = 0.0410392
+ estimated relative force accuracy = 0.000123588
+ using double precision FFTs
+ 3d grid and FFT values/proc = 237705 184320
+Memory usage per processor = 760.048 Mbytes
+---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
+TotEng = 157024.0524 KinEng = 172792.6155 Temp = 301.1796
+PotEng = -15768.5631 E_bond = 28164.9917 E_angle = 117224.0742
+E_dihed = 61174.8491 E_impro = 3752.0273 E_vdwl = 10108.6324
+E_coul = 1894295.6653 E_long = -2130488.8032 Press = 9562.1554
+Volume = 2457390.7959
+---------------- Step 100 ----- CPU = 36.9731 (sec) ----------------
+TotEng = -233301.5647 KinEng = 123222.8702 Temp = 214.7790
+PotEng = -356524.4350 E_bond = 13098.4680 E_angle = 56766.9162
+E_dihed = 45556.8237 E_impro = 1313.9365 E_vdwl = -40863.9296
+E_coul = 1705084.9441 E_long = -2137481.5939 Press = -1634.3724
+Volume = 2522232.6324
+---------------- Step 200 ----- CPU = 71.7796 (sec) ----------------
+TotEng = -308341.5902 KinEng = 108937.0512 Temp = 189.8786
+PotEng = -417278.6414 E_bond = 9579.0189 E_angle = 47373.5018
+E_dihed = 39847.3805 E_impro = 967.6494 E_vdwl = -23632.3384
+E_coul = 1646631.2737 E_long = -2138045.1272 Press = -1185.5582
+Volume = 2554682.9557
+Loop time of 71.7796 on 1 procs for 200 steps with 256000 atoms
+
+Pair time (%) = 10.4771 (14.5962)
+Bond time (%) = 27.3962 (38.1671)
+Kspce time (%) = 7.23529 (10.0799)
+Neigh time (%) = 5.6228 (7.83343)
+Comm time (%) = 0.678451 (0.945186)
+Outpt time (%) = 0.001441 (0.00200754)
+Other time (%) = 20.3683 (28.3762)
+
+FFT time (% of Kspce) = 5.21147 (72.0284)
+FFT Gflps 3d (1d only) = 1.71528 2.99119
+
+Nlocal: 256000 ave 256000 max 256000 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 161665 ave 161665 max 161665 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 0
+Ave neighs/atom = 0
+Ave special neighs/atom = 7.43187
+Neighbor list builds = 31
+Dangerous builds = 12
diff --git a/examples/gpu/log.gpu.rhodo.18Feb13.linux.4 b/examples/gpu/log.gpu.rhodo.18Feb13.linux.4
new file mode 100644
index 000000000..f91b6df9e
--- /dev/null
+++ b/examples/gpu/log.gpu.rhodo.18Feb13.linux.4
@@ -0,0 +1,122 @@
+LAMMPS (18 Feb 2013)
+# Rhodopsin model
+
+newton off
+package gpu force/neigh 0 1 1
+
+variable x index 2
+variable y index 2
+variable z index 2
+
+units real
+neigh_modify delay 5 every 1
+
+atom_style full
+bond_style harmonic
+angle_style charmm
+dihedral_style charmm
+improper_style harmonic
+pair_style lj/charmm/coul/long/gpu 8.0 10.0
+pair_modify mix arithmetic
+kspace_style pppm/gpu 1e-4
+
+read_data data.rhodo
+ 4 = max bonds/atom
+ 18 = max angles/atom
+ 40 = max dihedrals/atom
+ 4 = max impropers/atom
+ orthogonal box = (-27.5 -38.5 -36.2676) to (27.5 38.5 36.2645)
+ 1 by 2 by 2 MPI processor grid
+ 32000 atoms
+ 32000 velocities
+ 27723 bonds
+ 40467 angles
+ 56829 dihedrals
+ 1034 impropers
+ 4 = max # of 1-2 neighbors
+ 12 = max # of 1-3 neighbors
+ 24 = max # of 1-4 neighbors
+ 26 = max # of special neighbors
+
+replicate $x $y $z
+replicate 2 $y $z
+replicate 2 2 $z
+replicate 2 2 2
+ orthogonal box = (-27.5 -38.5 -36.2676) to (82.5 115.5 108.797)
+ 1 by 2 by 2 MPI processor grid
+ 256000 atoms
+ 221784 bonds
+ 323736 angles
+ 454632 dihedrals
+ 8272 impropers
+ 4 = max # of 1-2 neighbors
+ 12 = max # of 1-3 neighbors
+ 24 = max # of 1-4 neighbors
+ 26 = max # of special neighbors
+
+fix 1 all shake 0.0001 5 0 m 1.0 a 232
+ 12936 = # of size 2 clusters
+ 29064 = # of size 3 clusters
+ 5976 = # of size 4 clusters
+ 33864 = # of frozen angles
+fix 2 all npt temp 300.0 300.0 100.0 z 0.0 0.0 1000.0 mtk no pchain 0 tchain 1
+
+special_bonds charmm
+
+thermo 100
+thermo_style multi
+timestep 2.0
+
+run 200
+PPPM initialization ...
+ G vector (1/distance) = 0.245959
+ grid = 48 64 60
+ stencil order = 5
+ estimated absolute RMS force accuracy = 0.0410392
+ estimated relative force accuracy = 0.000123588
+ using double precision FFTs
+ 3d grid and FFT values/proc = 68635 46080
+Memory usage per processor = 250.358 Mbytes
+---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
+TotEng = 157024.0492 KinEng = 172792.6155 Temp = 301.1796
+PotEng = -15768.5663 E_bond = 28164.9917 E_angle = 117224.0742
+E_dihed = 61174.8491 E_impro = 3752.0273 E_vdwl = 10108.6324
+E_coul = 1894295.6622 E_long = -2130488.8032 Press = 9562.1554
+Volume = 2457390.7959
+---------------- Step 100 ----- CPU = 12.1280 (sec) ----------------
+TotEng = -233301.6590 KinEng = 123222.8183 Temp = 214.7789
+PotEng = -356524.4772 E_bond = 13098.4683 E_angle = 56766.9228
+E_dihed = 45556.8211 E_impro = 1313.9369 E_vdwl = -40863.9000
+E_coul = 1705084.8591 E_long = -2137481.5855 Press = -1634.3808
+Volume = 2522232.6313
+---------------- Step 200 ----- CPU = 23.3169 (sec) ----------------
+TotEng = -308342.2597 KinEng = 108936.8553 Temp = 189.8783
+PotEng = -417279.1150 E_bond = 9579.0042 E_angle = 47373.6037
+E_dihed = 39847.3737 E_impro = 967.6451 E_vdwl = -23631.6382
+E_coul = 1646630.1738 E_long = -2138045.2773 Press = -1185.5491
+Volume = 2554682.9808
+Loop time of 23.3169 on 4 procs for 200 steps with 256000 atoms
+
+Pair time (%) = 4.29395 (18.4156)
+Bond time (%) = 6.57406 (28.1944)
+Kspce time (%) = 4.75311 (20.3848)
+Neigh time (%) = 1.32057 (5.66359)
+Comm time (%) = 0.555436 (2.38212)
+Outpt time (%) = 0.000431776 (0.00185177)
+Other time (%) = 5.81936 (24.9577)
+
+FFT time (% of Kspce) = 1.78333 (37.5192)
+FFT Gflps 3d (1d only) = 5.0126 11.639
+
+Nlocal: 64000 ave 64003 max 63997 min
+Histogram: 1 0 0 1 0 0 1 0 0 1
+Nghost: 70636.8 ave 70640 max 70632 min
+Histogram: 1 0 0 0 0 0 1 1 0 1
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 0
+Ave neighs/atom = 0
+Ave special neighs/atom = 7.43187
+Neighbor list builds = 31
+Dangerous builds = 12
diff --git a/examples/gpu/log.gpu.rhodo.9Jan12.linux.1 b/examples/gpu/log.gpu.rhodo.9Jan12.linux.1
deleted file mode 100644
index 14c03c718..000000000
--- a/examples/gpu/log.gpu.rhodo.9Jan12.linux.1
+++ /dev/null
@@ -1,121 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Rhodopsin model
-
-newton off
-package gpu force/neigh 0 1 1
-
-variable x index 2
-variable y index 2
-variable z index 2
-
-units real
-neigh_modify delay 5 every 1
-
-atom_style full
-bond_style harmonic
-angle_style charmm
-dihedral_style charmm
-improper_style harmonic
-pair_style lj/charmm/coul/long/gpu 8.0 10.0
-pair_modify mix arithmetic
-kspace_style pppm/gpu 1e-4
-
-read_data data.rhodo
- 4 = max bonds/atom
- 18 = max angles/atom
- 40 = max dihedrals/atom
- 4 = max impropers/atom
- orthogonal box = (-27.5 -38.5 -36.2676) to (27.5 38.5 36.2645)
- 1 by 1 by 1 MPI processor grid
- 32000 atoms
- 32000 velocities
- 27723 bonds
- 40467 angles
- 56829 dihedrals
- 1034 impropers
- 4 = max # of 1-2 neighbors
- 12 = max # of 1-3 neighbors
- 24 = max # of 1-4 neighbors
- 26 = max # of special neighbors
-
-replicate $x $y $z
-replicate 2 $y $z
-replicate 2 2 $z
-replicate 2 2 2
- orthogonal box = (-27.5 -38.5 -36.2676) to (82.5 115.5 108.797)
- 1 by 1 by 1 MPI processor grid
- 256000 atoms
- 221784 bonds
- 323736 angles
- 454632 dihedrals
- 8272 impropers
- 4 = max # of 1-2 neighbors
- 12 = max # of 1-3 neighbors
- 24 = max # of 1-4 neighbors
- 26 = max # of special neighbors
-
-fix 1 all shake 0.0001 5 0 m 1.0 a 232
- 12936 = # of size 2 clusters
- 29064 = # of size 3 clusters
- 5976 = # of size 4 clusters
- 33864 = # of frozen angles
-fix 2 all npt temp 300.0 300.0 100.0 z 0.0 0.0 1000.0 mtk no pchain 0 tchain 1
-
-special_bonds charmm
-
-thermo 100
-thermo_style multi
-timestep 2.0
-
-run 200
-PPPM initialization ...
- G vector = 0.245952
- grid = 48 64 60
- stencil order = 5
- RMS precision = 8.7421e-05
- using double precision FFTs
- brick FFT buffer size/proc = 237705 184320 40365
-Memory usage per processor = 757.714 Mbytes
----------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = 157025.0401 KinEng = 172792.6155 Temp = 301.1796
-PotEng = -15767.5754 E_bond = 28164.9917 E_angle = 117224.0742
-E_dihed = 61174.8491 E_impro = 3752.0273 E_vdwl = 10108.6324
-E_coul = 1894235.3907 E_long = -2130427.5409 Press = 9562.2425
-Volume = 2457390.7959
----------------- Step 100 ----- CPU = 36.8336 (sec) ----------------
-TotEng = -233301.4802 KinEng = 123222.6026 Temp = 214.7785
-PotEng = -356524.0828 E_bond = 13098.4631 E_angle = 56766.9481
-E_dihed = 45556.8121 E_impro = 1313.9420 E_vdwl = -40863.8988
-E_coul = 1705023.3608 E_long = -2137419.7102 Press = -1634.3633
-Volume = 2522232.7977
----------------- Step 200 ----- CPU = 72.2618 (sec) ----------------
-TotEng = -308340.6857 KinEng = 108944.3257 Temp = 189.8913
-PotEng = -417285.0114 E_bond = 9579.0680 E_angle = 47373.8383
-E_dihed = 39847.6180 E_impro = 967.6100 E_vdwl = -23634.8218
-E_coul = 1646565.2623 E_long = -2137983.5863 Press = -1185.9778
-Volume = 2554683.5150
-Loop time of 72.2618 on 1 procs for 200 steps with 256000 atoms
-
-Pair time (%) = 10.1078 (13.9878)
-Bond time (%) = 29.9182 (41.4025)
-Kspce time (%) = 7.29844 (10.1)
-Neigh time (%) = 1.64225 (2.27264)
-Comm time (%) = 0.614946 (0.850997)
-Outpt time (%) = 0.00137877 (0.00190803)
-Other time (%) = 22.6787 (31.3841)
-
-FFT time (% of Kspce) = 5.23688 (71.7535)
-FFT Gflps 3d (1d only) = 1.70695 3.00498
-
-Nlocal: 256000 ave 256000 max 256000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 161678 ave 161678 max 161678 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 0
-Ave neighs/atom = 0
-Ave special neighs/atom = 7.43187
-Neighbor list builds = 31
-Dangerous builds = 12
diff --git a/examples/gpu/log.gpu.rhodo.9Jan12.linux.4 b/examples/gpu/log.gpu.rhodo.9Jan12.linux.4
deleted file mode 100644
index c2ead71fa..000000000
--- a/examples/gpu/log.gpu.rhodo.9Jan12.linux.4
+++ /dev/null
@@ -1,121 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Rhodopsin model
-
-newton off
-package gpu force/neigh 0 1 1
-
-variable x index 2
-variable y index 2
-variable z index 2
-
-units real
-neigh_modify delay 5 every 1
-
-atom_style full
-bond_style harmonic
-angle_style charmm
-dihedral_style charmm
-improper_style harmonic
-pair_style lj/charmm/coul/long/gpu 8.0 10.0
-pair_modify mix arithmetic
-kspace_style pppm/gpu 1e-4
-
-read_data data.rhodo
- 4 = max bonds/atom
- 18 = max angles/atom
- 40 = max dihedrals/atom
- 4 = max impropers/atom
- orthogonal box = (-27.5 -38.5 -36.2676) to (27.5 38.5 36.2645)
- 1 by 2 by 2 MPI processor grid
- 32000 atoms
- 32000 velocities
- 27723 bonds
- 40467 angles
- 56829 dihedrals
- 1034 impropers
- 4 = max # of 1-2 neighbors
- 12 = max # of 1-3 neighbors
- 24 = max # of 1-4 neighbors
- 26 = max # of special neighbors
-
-replicate $x $y $z
-replicate 2 $y $z
-replicate 2 2 $z
-replicate 2 2 2
- orthogonal box = (-27.5 -38.5 -36.2676) to (82.5 115.5 108.797)
- 1 by 2 by 2 MPI processor grid
- 256000 atoms
- 221784 bonds
- 323736 angles
- 454632 dihedrals
- 8272 impropers
- 4 = max # of 1-2 neighbors
- 12 = max # of 1-3 neighbors
- 24 = max # of 1-4 neighbors
- 26 = max # of special neighbors
-
-fix 1 all shake 0.0001 5 0 m 1.0 a 232
- 12936 = # of size 2 clusters
- 29064 = # of size 3 clusters
- 5976 = # of size 4 clusters
- 33864 = # of frozen angles
-fix 2 all npt temp 300.0 300.0 100.0 z 0.0 0.0 1000.0 mtk no pchain 0 tchain 1
-
-special_bonds charmm
-
-thermo 100
-thermo_style multi
-timestep 2.0
-
-run 200
-PPPM initialization ...
- G vector = 0.245952
- grid = 48 64 60
- stencil order = 5
- RMS precision = 8.7421e-05
- using double precision FFTs
- brick FFT buffer size/proc = 68635 46080 17649
-Memory usage per processor = 249.821 Mbytes
----------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = 157025.0390 KinEng = 172792.6155 Temp = 301.1796
-PotEng = -15767.5765 E_bond = 28164.9917 E_angle = 117224.0742
-E_dihed = 61174.8491 E_impro = 3752.0273 E_vdwl = 10108.6324
-E_coul = 1894235.3896 E_long = -2130427.5409 Press = 9562.2425
-Volume = 2457390.7959
----------------- Step 100 ----- CPU = 12.2605 (sec) ----------------
-TotEng = -233301.4713 KinEng = 123222.6058 Temp = 214.7785
-PotEng = -356524.0771 E_bond = 13098.4614 E_angle = 56766.9463
-E_dihed = 45556.8096 E_impro = 1313.9414 E_vdwl = -40863.8548
-E_coul = 1705023.3285 E_long = -2137419.7095 Press = -1634.3527
-Volume = 2522232.7976
----------------- Step 200 ----- CPU = 23.7724 (sec) ----------------
-TotEng = -308340.7251 KinEng = 108941.9220 Temp = 189.8871
-PotEng = -417282.6471 E_bond = 9579.0415 E_angle = 47373.9551
-E_dihed = 39847.5174 E_impro = 967.5823 E_vdwl = -23636.2292
-E_coul = 1646568.9776 E_long = -2137983.4917 Press = -1186.1181
-Volume = 2554683.4248
-Loop time of 23.7725 on 4 procs for 200 steps with 256000 atoms
-
-Pair time (%) = 4.55113 (19.1446)
-Bond time (%) = 7.43137 (31.2604)
-Kspce time (%) = 3.8699 (16.2789)
-Neigh time (%) = 0.51208 (2.15409)
-Comm time (%) = 0.544156 (2.28902)
-Outpt time (%) = 0.000452995 (0.00190555)
-Other time (%) = 6.86337 (28.8711)
-
-FFT time (% of Kspce) = 1.94085 (50.1524)
-FFT Gflps 3d (1d only) = 4.60577 11.8123
-
-Nlocal: 64000 ave 64003 max 63997 min
-Histogram: 1 0 0 1 0 0 1 0 0 1
-Nghost: 70640.8 ave 70645 max 70636 min
-Histogram: 1 0 0 0 1 0 1 0 0 1
-Neighs: 0 ave 0 max 0 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 0
-Ave neighs/atom = 0
-Ave special neighs/atom = 7.43187
-Neighbor list builds = 31
-Dangerous builds = 12
diff --git a/examples/hugoniostat/log.hugoniostat.9Jan12.linux.1 b/examples/hugoniostat/log.hugoniostat.18Feb13.linux.1
similarity index 74%
rename from examples/hugoniostat/log.hugoniostat.9Jan12.linux.1
rename to examples/hugoniostat/log.hugoniostat.18Feb13.linux.1
index 3655c4b30..37d705c8c 100644
--- a/examples/hugoniostat/log.hugoniostat.9Jan12.linux.1
+++ b/examples/hugoniostat/log.hugoniostat.18Feb13.linux.1
@@ -1,90 +1,90 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# This script reproduces stress trajectories from Fig. 1 in
# Ravelo, Holian, Germann, and Lomdahl, PRB 70 014103 (2004)
#
-# Three thermostatting scenarios are visited: undamped (nodrag),
+# Three thermostatting scenarios are visited: undamped (nodrag),
# damped (drag) and Nose-Hoover chain (nhchains).
#
# The axial and shear stress trajectories are printed to the
# file "stress_vs_t.dat". For the damped case, the original figure
# seems to be a plot of 2*tau, rather than tau.
#
-# The script also demonstrates how to
+# The script also demonstrates how to
# orient a crystal along <110>,
-# and how to use the lj/cubic pair style.
+# and how to use the lj/cubic pair style.
units lj
boundary p p p
atom_style atomic
# Set up FCC lattice with z axis along <110>
lattice fcc 1.4142136 orient x 0 0 1 orient y 1 -1 0 orient z 1 1 0
Lattice spacing in x,y,z = 1.41421 2 2
region mycell block 0.0 5.0 0.0 5.0 0.0 5.0 units lattice
create_box 1 mycell
Created orthogonal box = (0 0 0) to (7.07107 10 10)
1 by 1 by 1 MPI processor grid
mass * 1.0
create_atoms 1 box
Created 1000 atoms
# Using units of Rmin, so sigma = 2^-1/6 = 0.8908987
pair_style lj/cubic
pair_coeff * * 1.0 0.8908987
# Relax box dimensions
fix 3 all box/relax aniso 0.0 vmax 1.0e-4 nreset 100
thermo 100
-thermo_style custom step temp pe etotal pxx pyy pzz lx ly lz
+thermo_style custom step temp pe etotal pxx pyy pzz lx ly lz
min_modify line quadratic
minimize 0.0 1.0e-6 10000 100000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.80047 Mbytes
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.80048 Mbytes
Step Temp PotEng TotEng Pxx Pyy Pzz Lx Ly Lz
0 0 -6.2937539 -6.2937539 -2.7722431 -2.7722431 -2.7722431 7.0710677 9.9999999 9.9999999
100 0 -6.3319018 -6.3319018 -0.75971321 -0.75971321 -0.75971321 7.0003571 9.8999999 9.8999999
- 134 0 -6.3344257 -6.3344257 -4.4422116e-13 -4.919366e-13 -4.9777247e-13 6.9780266 9.8684199 9.8684199
-Loop time of 0.082279 on 1 procs for 134 steps with 1000 atoms
+ 134 0 -6.3344257 -6.3344257 -4.4827806e-13 -4.9289339e-13 -4.9887818e-13 6.9780266 9.8684199 9.8684199
+Loop time of 0.0826018 on 1 procs for 134 steps with 1000 atoms
Minimization stats:
Stopping criterion = force tolerance
Energy initial, next-to-last, final =
-6.2937539309 -6.33442568056 -6.33442568056
- Force two-norm initial, final = 3395.29 5.78407e-10
- Force max component initial, final = 1960.27 3.42777e-10
- Final line search alpha, max atom move = 1 3.42777e-10
+ Force two-norm initial, final = 3395.29 5.85376e-10
+ Force max component initial, final = 1960.27 3.43538e-10
+ Final line search alpha, max atom move = 1 3.43538e-10
Iterations, force evaluations = 134 137
-Pair time (%) = 0.0646594 (78.5855)
-Neigh time (%) = 0.00100803 (1.22514)
-Comm time (%) = 0.00203061 (2.46796)
-Outpt time (%) = 2.09808e-05 (0.0254996)
-Other time (%) = 0.01456 (17.6959)
+Pair time (%) = 0.0648637 (78.5258)
+Neigh time (%) = 0.00100684 (1.21891)
+Comm time (%) = 0.00205088 (2.48285)
+Outpt time (%) = 2.00272e-05 (0.0242454)
+Other time (%) = 0.0146604 (17.7482)
Nlocal: 1000 ave 1000 max 1000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1724 ave 1724 max 1724 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 21000 ave 21000 max 21000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 21000
Ave neighs/atom = 21
Neighbor list builds = 1
Dangerous builds = 0
# Define initial velocity
velocity all create 0.01 87287 mom yes rot yes dist gaussian
write_restart restart.equil
# Start Run #1
log log.nodrag
diff --git a/examples/hugoniostat/log.hugoniostat.9Jan12.linux.4 b/examples/hugoniostat/log.hugoniostat.18Feb13.linux.4
similarity index 72%
rename from examples/hugoniostat/log.hugoniostat.9Jan12.linux.4
rename to examples/hugoniostat/log.hugoniostat.18Feb13.linux.4
index 4097162ac..660eaf5ab 100644
--- a/examples/hugoniostat/log.hugoniostat.9Jan12.linux.4
+++ b/examples/hugoniostat/log.hugoniostat.18Feb13.linux.4
@@ -1,90 +1,90 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# This script reproduces stress trajectories from Fig. 1 in
# Ravelo, Holian, Germann, and Lomdahl, PRB 70 014103 (2004)
#
-# Three thermostatting scenarios are visited: undamped (nodrag),
+# Three thermostatting scenarios are visited: undamped (nodrag),
# damped (drag) and Nose-Hoover chain (nhchains).
#
# The axial and shear stress trajectories are printed to the
# file "stress_vs_t.dat". For the damped case, the original figure
# seems to be a plot of 2*tau, rather than tau.
#
-# The script also demonstrates how to
+# The script also demonstrates how to
# orient a crystal along <110>,
-# and how to use the lj/cubic pair style.
+# and how to use the lj/cubic pair style.
units lj
boundary p p p
atom_style atomic
# Set up FCC lattice with z axis along <110>
lattice fcc 1.4142136 orient x 0 0 1 orient y 1 -1 0 orient z 1 1 0
Lattice spacing in x,y,z = 1.41421 2 2
region mycell block 0.0 5.0 0.0 5.0 0.0 5.0 units lattice
create_box 1 mycell
Created orthogonal box = (0 0 0) to (7.07107 10 10)
1 by 2 by 2 MPI processor grid
mass * 1.0
create_atoms 1 box
Created 1000 atoms
# Using units of Rmin, so sigma = 2^-1/6 = 0.8908987
pair_style lj/cubic
pair_coeff * * 1.0 0.8908987
# Relax box dimensions
fix 3 all box/relax aniso 0.0 vmax 1.0e-4 nreset 100
thermo 100
-thermo_style custom step temp pe etotal pxx pyy pzz lx ly lz
+thermo_style custom step temp pe etotal pxx pyy pzz lx ly lz
min_modify line quadratic
minimize 0.0 1.0e-6 10000 100000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.77702 Mbytes
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.77704 Mbytes
Step Temp PotEng TotEng Pxx Pyy Pzz Lx Ly Lz
0 0 -6.2937539 -6.2937539 -2.7722431 -2.7722431 -2.7722431 7.0710677 9.9999999 9.9999999
100 0 -6.3319018 -6.3319018 -0.75971321 -0.75971321 -0.75971321 7.0003571 9.8999999 9.8999999
- 134 0 -6.3344257 -6.3344257 -4.5540246e-13 -4.9541511e-13 -5.0200254e-13 6.9780266 9.8684199 9.8684199
-Loop time of 0.0306363 on 4 procs for 134 steps with 1000 atoms
+ 134 0 -6.3344257 -6.3344257 -4.4436885e-13 -4.8889278e-13 -4.8955934e-13 6.9780266 9.8684199 9.8684199
+Loop time of 0.0323071 on 4 procs for 134 steps with 1000 atoms
Minimization stats:
Stopping criterion = force tolerance
Energy initial, next-to-last, final =
-6.2937539309 -6.33442568056 -6.33442568056
- Force two-norm initial, final = 3395.29 5.85569e-10
- Force max component initial, final = 1960.27 3.45689e-10
- Final line search alpha, max atom move = 1 3.45689e-10
+ Force two-norm initial, final = 3395.29 5.75073e-10
+ Force max component initial, final = 1960.27 3.37121e-10
+ Final line search alpha, max atom move = 1 3.37121e-10
Iterations, force evaluations = 134 137
-Pair time (%) = 0.0165715 (54.0909)
-Neigh time (%) = 0.000261545 (0.85371)
-Comm time (%) = 0.00607055 (19.8149)
-Outpt time (%) = 2.06828e-05 (0.0675108)
-Other time (%) = 0.00771207 (25.173)
+Pair time (%) = 0.0166269 (51.4651)
+Neigh time (%) = 0.000261307 (0.80882)
+Comm time (%) = 0.00654018 (20.2438)
+Outpt time (%) = 2.61664e-05 (0.0809927)
+Other time (%) = 0.0088526 (27.4014)
Nlocal: 250 ave 305 max 205 min
Histogram: 1 0 0 0 2 0 0 0 0 1
Nghost: 829 ave 874 max 774 min
Histogram: 1 0 0 0 0 0 2 0 0 1
-Neighs: 5250 ave 6350 max 4305 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
+Neighs: 5250 ave 6445 max 4305 min
+Histogram: 1 0 0 2 0 0 0 0 0 1
Total # of neighbors = 21000
Ave neighs/atom = 21
Neighbor list builds = 1
Dangerous builds = 0
# Define initial velocity
velocity all create 0.01 87287 mom yes rot yes dist gaussian
write_restart restart.equil
# Start Run #1
log log.nodrag
diff --git a/examples/indent/log.indent.18Feb13.linux.1 b/examples/indent/log.indent.18Feb13.linux.1
new file mode 100644
index 000000000..899d6aae1
--- /dev/null
+++ b/examples/indent/log.indent.18Feb13.linux.1
@@ -0,0 +1,176 @@
+LAMMPS (18 Feb 2013)
+# 2d indenter simulation
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.9
+Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
+region box block 0 20 0 10 -0.25 0.25
+create_box 2 box
+Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass 1 1.0
+mass 2 1.0
+
+# LJ potentials
+
+pair_style lj/cut 2.5
+pair_coeff * * 1.0 1.0 2.5
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+group mobile subtract all lower
+360 atoms in group mobile
+set group lower type 2
+ 60 settings made for type
+
+# initial velocities
+
+compute new mobile temp
+velocity mobile create 0.2 482748 temp new
+fix 1 all nve
+fix 2 lower setforce 0.0 0.0 0.0
+fix 3 all temp/rescale 100 0.1 0.1 0.01 1.0
+
+# run with indenter
+
+timestep 0.003
+variable k equal 1000.0/xlat
+variable y equal "13.0*ylat - step*dt*0.02*ylat"
+
+fix 4 all indent $k sphere 10 v_y 0 5.0
+fix 4 all indent 882.84928691481343321 sphere 10 v_y 0 5.0
+fix 5 all enforce2d
+
+thermo 1000
+thermo_modify temp new
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 250 dump.indent
+
+#dump 1 all image 1000 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
+run 30000
+Memory usage per processor = 2.05951 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 0.2 -3.1727576 0 -3.0018052 -1.436185 444.53333
+ 1000 0.11974254 -3.0876892 0 -2.9853378 -0.037059247 440.78771
+ 2000 0.12086797 -3.0886512 0 -2.9853378 -0.39883289 444.3556
+ 3000 0.11671309 -3.0840074 0 -2.9842455 -0.34859991 442.95428
+ 4000 0.12339115 -3.1000529 0 -2.9945828 -0.049696765 438.99297
+ 5000 0.10860594 -3.0866045 0 -2.9937722 -0.47973882 443.99855
+ 6000 0.11839788 -3.0929689 0 -2.9917669 -0.033454196 442.70339
+ 7000 0.12194527 -3.0835584 0 -2.9793242 -0.13981611 443.36261
+ 8000 0.11671309 -3.0862884 0 -2.9865265 0.073952568 441.71327
+ 9000 0.12449823 -3.0880806 0 -2.9816643 0.28647997 439.28167
+ 10000 0.12475263 -3.0830722 0 -2.9764384 0.38101457 440.50309
+ 11000 0.11198118 -3.0743549 0 -2.9786377 0.67583952 438.50252
+ 12000 0.10823034 -3.0621355 0 -2.9696244 0.66485024 441.13781
+ 13000 0.1194298 -3.0579575 0 -2.9558734 1.0884087 437.72805
+ 14000 0.12310403 -3.051382 0 -2.9461573 0.87077702 445.54011
+ 15000 0.11148462 -3.0402208 0 -2.944928 1.0040645 451.90788
+ 16000 0.12322336 -3.041552 0 -2.9362254 0.75818852 456.90372
+ 17000 0.12311109 -3.030034 0 -2.9248033 1.0483105 452.91666
+ 18000 0.12062529 -3.0261654 0 -2.9230595 1.3983601 451.71885
+ 19000 0.11959344 -3.0143076 0 -2.9120837 1.3960449 457.9261
+ 20000 0.12233862 -3.0015922 0 -2.8970218 1.1237129 470.124
+ 21000 0.12097317 -3.0284929 0 -2.9250896 0.76635797 472.92527
+ 22000 0.11569678 -3.0270581 0 -2.9281649 0.5809488 474.70546
+ 23000 0.1108732 -3.0266318 0 -2.9318616 0.98885909 471.32905
+ 24000 0.12620366 -3.0324956 0 -2.9246215 1.0953962 467.09873
+ 25000 0.12180898 -3.0158998 0 -2.9117821 1.0327326 468.77165
+ 26000 0.11188975 -3.0111933 0 -2.9155542 1.0566079 475.00383
+ 27000 0.11592811 -3.0033529 0 -2.9042619 1.0702439 475.46225
+ 28000 0.12257955 -2.9963958 0 -2.8916195 1.3711735 474.37327
+ 29000 0.11235575 -2.9779653 0 -2.8819279 1.5993236 472.45721
+ 30000 0.11564816 -2.9764576 0 -2.877606 1.7153154 475.9608
+Loop time of 2.3314 on 1 procs for 30000 steps with 420 atoms
+
+Pair time (%) = 1.73976 (74.6228)
+Neigh time (%) = 0.0687068 (2.94702)
+Comm time (%) = 0.0318851 (1.36764)
+Outpt time (%) = 0.000296593 (0.0127217)
+Other time (%) = 0.490756 (21.0498)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 110 ave 110 max 110 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3729 ave 3729 max 3729 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3729
+Ave neighs/atom = 8.87857
+Neighbor list builds = 619
+Dangerous builds = 0
+
+# run without indenter
+
+unfix 4
+run 30000
+Memory usage per processor = 2.05959 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 30000 0.11564816 -2.9764576 0 -2.877606 1.7186102 475.04831
+ 31000 0.11109883 -3.0337933 0 -2.9388303 -0.62530288 488.2277
+ 32000 0.1188179 -3.0275826 0 -2.9260216 -0.66828105 485.94533
+ 33000 0.11802002 -3.0512943 0 -2.9504153 0.25566016 476.02668
+ 34000 0.10576299 -3.0406973 0 -2.9502951 -0.52852395 476.92361
+ 35000 0.11793262 -3.0680565 0 -2.9672522 -0.4355881 468.95111
+ 36000 0.12287931 -3.0867004 0 -2.9816678 0.062228809 461.41252
+ 37000 0.11137578 -3.0739118 0 -2.978712 -0.71966265 470.33395
+ 38000 0.11463317 -3.0653157 0 -2.9673316 -0.26573651 468.14603
+ 39000 0.11376942 -3.0832959 0 -2.9860501 -0.015297443 460.99165
+ 40000 0.11547074 -3.0745917 0 -2.9758917 -0.65392557 471.44699
+ 41000 0.12353792 -3.0814892 0 -2.9758937 -0.2846897 464.57095
+ 42000 0.11025924 -3.0833464 0 -2.989101 -0.092947795 462.24163
+ 43000 0.11612511 -3.0669276 0 -2.9676682 -0.57569445 468.19807
+ 44000 0.12120248 -3.0818096 0 -2.9782103 0.005877698 462.28926
+ 45000 0.11846418 -3.0794698 0 -2.9782112 -0.27859792 465.42685
+ 46000 0.11315369 -3.0749275 0 -2.978208 -0.65492669 469.71888
+ 47000 0.11170116 -3.073688 0 -2.9782101 0.069117813 463.8082
+ 48000 0.11853841 -3.0795346 0 -2.9782125 -0.64585424 467.42305
+ 49000 0.10976733 -3.0727734 0 -2.9789485 -0.34654008 466.39102
+ 50000 0.11671309 -3.0787137 0 -2.9789518 -0.10105418 462.8133
+ 51000 0.10907083 -3.0715934 0 -2.9783638 -0.5708327 467.88839
+ 52000 0.12514884 -3.0753206 0 -2.9683482 -0.20691236 464.84118
+ 53000 0.12024322 -3.0851757 0 -2.9823964 -0.17603398 462.1454
+ 54000 0.1194586 -3.0713797 0 -2.9692711 -0.44966799 466.03415
+ 55000 0.12751859 -3.0782662 0 -2.9692682 -0.30626509 464.20394
+ 56000 0.11163288 -3.0776391 0 -2.9822196 -0.27414403 466.07964
+ 57000 0.12313114 -3.0705777 0 -2.9653298 -0.51276983 469.08858
+ 58000 0.12589682 -3.084674 0 -2.9770622 -0.28711084 464.73702
+ 59000 0.10936357 -3.0705365 0 -2.9770567 -0.33561843 464.63316
+ 60000 0.12149574 -3.0809095 0 -2.9770596 -0.3776745 465.8276
+Loop time of 2.10947 on 1 procs for 30000 steps with 420 atoms
+
+Pair time (%) = 1.71534 (81.3161)
+Neigh time (%) = 0.0708265 (3.35755)
+Comm time (%) = 0.0313859 (1.48786)
+Outpt time (%) = 0.00027895 (0.0132237)
+Other time (%) = 0.291641 (13.8253)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 105 ave 105 max 105 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3569 ave 3569 max 3569 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3569
+Ave neighs/atom = 8.49762
+Neighbor list builds = 641
+Dangerous builds = 0
diff --git a/examples/indent/log.indent.18Feb13.linux.4 b/examples/indent/log.indent.18Feb13.linux.4
new file mode 100644
index 000000000..0057da59a
--- /dev/null
+++ b/examples/indent/log.indent.18Feb13.linux.4
@@ -0,0 +1,176 @@
+LAMMPS (18 Feb 2013)
+# 2d indenter simulation
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.9
+Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
+region box block 0 20 0 10 -0.25 0.25
+create_box 2 box
+Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass 1 1.0
+mass 2 1.0
+
+# LJ potentials
+
+pair_style lj/cut 2.5
+pair_coeff * * 1.0 1.0 2.5
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+group mobile subtract all lower
+360 atoms in group mobile
+set group lower type 2
+ 60 settings made for type
+
+# initial velocities
+
+compute new mobile temp
+velocity mobile create 0.2 482748 temp new
+fix 1 all nve
+fix 2 lower setforce 0.0 0.0 0.0
+fix 3 all temp/rescale 100 0.1 0.1 0.01 1.0
+
+# run with indenter
+
+timestep 0.003
+variable k equal 1000.0/xlat
+variable y equal "13.0*ylat - step*dt*0.02*ylat"
+
+fix 4 all indent $k sphere 10 v_y 0 5.0
+fix 4 all indent 882.84928691481343321 sphere 10 v_y 0 5.0
+fix 5 all enforce2d
+
+thermo 1000
+thermo_modify temp new
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 250 dump.indent
+
+#dump 1 all image 1000 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
+run 30000
+Memory usage per processor = 2.06495 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 0.2 -3.1727576 0 -3.0018052 -1.436185 444.53333
+ 1000 0.11573595 -3.0964873 0 -2.9975606 -0.20448672 441.83732
+ 2000 0.11519605 -3.0960246 0 -2.9975594 -0.38133491 442.33058
+ 3000 0.11367906 -3.0839597 0 -2.9867912 -0.42579765 444.59119
+ 4000 0.11618844 -3.0860897 0 -2.9867762 -0.041580916 439.84614
+ 5000 0.11327789 -3.0848614 0 -2.9880358 -0.48898867 446.19202
+ 6000 0.12058424 -3.0869438 0 -2.983873 0.011477134 440.56887
+ 7000 0.11772522 -3.0833477 0 -2.9827207 -0.090378245 442.56787
+ 8000 0.12533514 -3.0970033 0 -2.9898715 0.13263189 441.23478
+ 9000 0.1198683 -3.0867062 0 -2.9842473 0.34046664 439.4706
+ 10000 0.12234014 -3.0835007 0 -2.9789291 0.28399731 441.94307
+ 11000 0.11082436 -3.0754796 0 -2.9807511 0.62194284 441.32012
+ 12000 0.10842719 -3.0646379 0 -2.9719584 0.65383569 442.64668
+ 13000 0.11686417 -3.0600388 0 -2.9601477 1.0041123 438.50135
+ 14000 0.12557378 -3.0570017 0 -2.949666 0.85709167 442.10189
+ 15000 0.11934084 -3.0498848 0 -2.9478768 1.0392199 451.74396
+ 16000 0.12576904 -3.0452178 0 -2.9377152 1.3479499 441.27019
+ 17000 0.11546522 -3.0348362 0 -2.936141 1.6318206 439.4846
+ 18000 0.12148311 -3.0221147 0 -2.9182755 1.6088802 449.25447
+ 19000 0.118843 -3.003677 0 -2.9020946 1.5201603 447.11853
+ 20000 0.11165592 -3.0037968 0 -2.9083575 1.4074727 461.75512
+ 21000 0.11360385 -2.9898251 0 -2.8927209 1.1326435 473.96384
+ 22000 0.12150985 -3.0248097 0 -2.9209477 0.78906514 473.4399
+ 23000 0.11900756 -3.0140794 0 -2.9123563 1.2011762 469.94964
+ 24000 0.12144629 -3.0209952 0 -2.9171876 0.75868599 473.27056
+ 25000 0.12502653 -3.0209271 0 -2.9140592 0.69048742 484.86502
+ 26000 0.12040444 -3.021456 0 -2.9185388 0.21874131 486.96835
+ 27000 0.11960292 -3.0422633 0 -2.9400313 0.37183014 486.93936
+ 28000 0.11652365 -3.0437678 0 -2.9441678 0.65795683 483.2875
+ 29000 0.11671309 -3.044343 0 -2.9445811 0.81258278 482.40921
+ 30000 0.1220056 -3.0408195 0 -2.9365338 0.8072655 486.26501
+Loop time of 0.963257 on 4 procs for 30000 steps with 420 atoms
+
+Pair time (%) = 0.449727 (46.6882)
+Neigh time (%) = 0.0182621 (1.89587)
+Comm time (%) = 0.241803 (25.1026)
+Outpt time (%) = 0.000499487 (0.051854)
+Other time (%) = 0.252965 (26.2614)
+
+Nlocal: 105 ave 120 max 89 min
+Histogram: 1 1 0 0 0 0 0 0 0 2
+Nghost: 91.5 ave 98 max 85 min
+Histogram: 1 1 0 0 0 0 0 0 1 1
+Neighs: 904 ave 1090 max 721 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+
+Total # of neighbors = 3616
+Ave neighs/atom = 8.60952
+Neighbor list builds = 615
+Dangerous builds = 0
+
+# run without indenter
+
+unfix 4
+run 30000
+Memory usage per processor = 2.065 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 30000 0.1220056 -3.0408195 0 -2.9365338 0.80726384 486.26601
+ 31000 0.11523899 -3.0452254 0 -2.9467235 -0.45196679 488.03016
+ 32000 0.11671309 -3.0341159 0 -2.934354 -0.43181326 492.18636
+ 33000 0.1222407 -3.0522595 0 -2.9477728 0.0026848443 483.854
+ 34000 0.11512572 -3.0460203 0 -2.9476152 -0.21245818 493.13647
+ 35000 0.12254508 -3.0524445 0 -2.9476977 -0.40908297 491.35424
+ 36000 0.11662073 -3.0476077 0 -2.9479248 -0.00681441 487.04397
+ 37000 0.12068279 -3.0633798 0 -2.9602248 -0.42268002 479.44382
+ 38000 0.11671309 -3.0719801 0 -2.9722182 -0.37892984 481.83063
+ 39000 0.12550174 -3.0797649 0 -2.9724908 -0.20439104 462.53227
+ 40000 0.11787623 -3.0733224 0 -2.9725663 -0.34034574 467.47074
+ 41000 0.11527048 -3.0710921 0 -2.9725633 -0.34310742 466.58893
+ 42000 0.11312036 -3.0799073 0 -2.9832163 -0.19115407 463.84361
+ 43000 0.12076996 -3.0752802 0 -2.9720506 -0.45925901 466.21436
+ 44000 0.12008601 -3.0854737 0 -2.9828287 -0.42730211 465.06031
+ 45000 0.11523031 -3.0813219 0 -2.9828274 -0.25270677 464.6103
+ 46000 0.11474818 -3.0809077 0 -2.9828253 -0.42749761 466.13298
+ 47000 0.11255445 -3.0789955 0 -2.9827882 -0.21266892 464.50422
+ 48000 0.11846657 -3.0840872 0 -2.9828265 -0.26492346 464.59321
+ 49000 0.11649089 -3.0718217 0 -2.9722497 -0.42141906 467.89742
+ 50000 0.11857682 -3.0736036 0 -2.9722486 -0.1389822 464.85208
+ 51000 0.12327382 -3.0776206 0 -2.9722508 -0.30974423 465.46077
+ 52000 0.11600223 -3.0823411 0 -2.9831868 -0.45359158 465.40117
+ 53000 0.11363768 -3.080283 0 -2.9831499 -0.24565163 464.66219
+ 54000 0.11563656 -3.0820291 0 -2.9831873 -0.52399163 465.73246
+ 55000 0.10932144 -3.07663 0 -2.9831862 -0.28497633 464.77274
+ 56000 0.11442216 -3.0809919 0 -2.9831882 -0.24532139 465.43717
+ 57000 0.11466454 -3.0811996 0 -2.9831888 -0.44276747 467.24929
+ 58000 0.12266453 -3.0880404 0 -2.9831915 -0.24936044 464.24984
+ 59000 0.10932278 -3.0766304 0 -2.9831854 -0.24813701 465.04486
+ 60000 0.11984215 -3.0856269 0 -2.9831904 -0.38791762 465.21812
+Loop time of 0.850555 on 4 procs for 30000 steps with 420 atoms
+
+Pair time (%) = 0.43598 (51.2583)
+Neigh time (%) = 0.0184039 (2.16375)
+Comm time (%) = 0.251242 (29.5386)
+Outpt time (%) = 0.000487506 (0.0573163)
+Other time (%) = 0.144442 (16.9821)
+
+Nlocal: 105 ave 110 max 96 min
+Histogram: 1 0 0 0 0 1 0 0 0 2
+Nghost: 96 ave 99 max 92 min
+Histogram: 1 0 0 0 1 0 0 0 1 1
+Neighs: 892.75 ave 999 max 763 min
+Histogram: 1 0 1 0 0 0 0 0 0 2
+
+Total # of neighbors = 3571
+Ave neighs/atom = 8.50238
+Neighbor list builds = 631
+Dangerous builds = 0
diff --git a/examples/indent/log.indent.9Jan12.linux.1 b/examples/indent/log.indent.9Jan12.linux.1
deleted file mode 100644
index efc6b1917..000000000
--- a/examples/indent/log.indent.9Jan12.linux.1
+++ /dev/null
@@ -1,172 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d indenter simulation
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.9
-Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
-region box block 0 20 0 10 -0.25 0.25
-create_box 2 box
-Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass 1 1.0
-mass 2 1.0
-
-# LJ potentials
-
-pair_style lj/cut 2.5
-pair_coeff * * 1.0 1.0 2.5
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-group mobile subtract all lower
-360 atoms in group mobile
-set group lower type 2
- 60 settings made for type
-
-# initial velocities
-
-compute new mobile temp
-velocity mobile create 0.2 482748 temp new
-fix 1 all nve
-fix 2 lower setforce 0.0 0.0 0.0
-fix 3 all temp/rescale 100 0.1 0.1 0.01 1.0
-
-# run with indenter
-
-timestep 0.003
-variable k equal 1000.0/xlat
-variable y equal "13.0*ylat - step*dt*0.02*ylat"
-
-fix 4 all indent $k sphere 10 v_y 0 5.0
-fix 4 all indent 882.8492869 sphere 10 v_y 0 5.0
-fix 5 all enforce2d
-
-thermo 1000
-thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 250 dump.indent
-run 30000
-Memory usage per processor = 2.05409 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 0.2 -3.1727576 0 -3.0018052 -1.4364576 444.44898
- 1000 0.11974254 -3.0876892 0 -2.9853378 -0.037066341 440.70336
- 2000 0.12086797 -3.0886512 0 -2.9853378 -0.39890862 444.27124
- 3000 0.11671309 -3.0840074 0 -2.9842455 -0.34866631 442.86992
- 4000 0.12339115 -3.1000529 0 -2.9945828 -0.049706317 438.90862
- 5000 0.10860594 -3.0866045 0 -2.9937722 -0.47982999 443.91419
- 6000 0.11839788 -3.0929689 0 -2.9917669 -0.033460572 442.61903
- 7000 0.12194527 -3.0835584 0 -2.9793242 -0.13984271 443.27826
- 8000 0.11671309 -3.0862884 0 -2.9865265 0.073966694 441.62891
- 9000 0.12449823 -3.0880806 0 -2.9816643 0.286535 439.19731
- 10000 0.12475263 -3.0830722 0 -2.9764384 0.38108754 440.41873
- 11000 0.11198118 -3.0743549 0 -2.9786377 0.67596956 438.41816
- 12000 0.10823034 -3.0621355 0 -2.9696244 0.6649774 441.05346
- 13000 0.11942981 -3.0579575 0 -2.9558734 1.0886185 437.64369
- 14000 0.12310404 -3.051382 0 -2.9461573 0.8709419 445.45575
- 15000 0.11148461 -3.0402208 0 -2.944928 1.0042519 451.82353
- 16000 0.12322343 -3.0415521 0 -2.9362254 0.75832833 456.81935
- 17000 0.12311138 -3.0300343 0 -2.9248034 1.0485025 452.83229
- 18000 0.12062553 -3.0261658 0 -2.9230597 1.3986216 451.63454
- 19000 0.11959722 -3.01431 0 -2.9120828 1.3963118 457.84103
- 20000 0.1223325 -3.001585 0 -2.8970199 1.1239303 470.04007
- 21000 0.12083113 -3.0284422 0 -2.9251604 0.76695976 472.84172
- 22000 0.12468602 -3.0235245 0 -2.9169477 0.63519991 474.9289
- 23000 0.1121845 -3.033121 0 -2.93723 0.50655931 470.8489
- 24000 0.12205846 -3.0311794 0 -2.9268485 0.86936481 470.95605
- 25000 0.11671309 -3.0309847 0 -2.9312228 0.79942435 469.32518
- 26000 0.11557645 -3.0148577 0 -2.9160673 1.1178134 474.47516
- 27000 0.10570593 -3.0092032 0 -2.9188498 1.16049 472.48381
- 28000 0.11149859 -3.0023437 0 -2.907039 1.3034926 476.52895
- 29000 0.12150147 -2.9856999 0 -2.8818451 1.576077 476.13435
- 30000 0.11570444 -2.9624626 0 -2.8635628 1.5924214 479.30483
-Loop time of 2.37765 on 1 procs for 30000 steps with 420 atoms
-
-Pair time (%) = 1.74991 (73.5984)
-Neigh time (%) = 0.0673277 (2.83169)
-Comm time (%) = 0.0314863 (1.32426)
-Outpt time (%) = 0.041635 (1.7511)
-Other time (%) = 0.487288 (20.4945)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 110 ave 110 max 110 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3711 ave 3711 max 3711 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3711
-Ave neighs/atom = 8.83571
-Neighbor list builds = 621
-Dangerous builds = 0
-
-# run without indenter
-
-unfix 4
-run 30000
-Memory usage per processor = 2.05417 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 30000 0.11570444 -2.9624626 0 -2.8635628 1.5928299 479.18192
- 31000 0.11127312 -3.0236091 0 -2.928497 -0.42641663 488.03115
- 32000 0.11671309 -3.0403133 0 -2.9405514 -0.61477383 482.6357
- 33000 0.1064338 -3.0543214 0 -2.9633459 0.05053527 477.25528
- 34000 0.11379897 -3.0605823 0 -2.9633112 -0.35440488 480.63527
- 35000 0.11347154 -3.0266072 0 -2.929616 -0.63550997 492.44164
- 36000 0.11559268 -3.0426571 0 -2.9438529 0.10866887 480.22106
- 37000 0.11536103 -3.0427298 0 -2.9441236 -0.22501835 487.22831
- 38000 0.11408836 -3.0413739 0 -2.9438555 -0.43474089 483.01876
- 39000 0.12197337 -3.0486194 0 -2.9443612 0.00099966915 482.72141
- 40000 0.10928369 -3.037574 0 -2.9441625 -0.16523601 481.54733
- 41000 0.11891319 -3.0458468 0 -2.9442043 -0.41056942 485.92683
- 42000 0.11869627 -3.0456605 0 -2.9442035 -0.039105165 481.87338
- 43000 0.12196802 -3.0483028 0 -2.9440492 -0.36036 485.66289
- 44000 0.11136469 -3.0393148 0 -2.9441245 -0.45635454 484.16586
- 45000 0.1143683 -3.0421148 0 -2.9443571 -0.060706621 486.97264
- 46000 0.1066384 -3.035115 0 -2.9439646 -0.25781902 481.22702
- 47000 0.11688473 -3.0440763 0 -2.9441677 -0.28936877 481.73579
- 48000 0.11710026 -3.0545023 0 -2.9544095 -0.039191015 480.77901
- 49000 0.11164285 -3.0497188 0 -2.9542907 -0.16529304 481.95614
- 50000 0.11585744 -3.0417673 0 -2.9427368 -0.23962959 483.62182
- 51000 0.12149422 -3.0465877 0 -2.942739 -0.20755029 481.20963
- 52000 0.11812513 -3.0435892 0 -2.9426203 -0.32437686 485.36167
- 53000 0.1124516 -3.03874 0 -2.9426207 -0.23019183 484.21046
- 54000 0.1144055 -3.040525 0 -2.9427355 -0.16004524 483.89709
- 55000 0.11932966 -3.0447354 0 -2.9427369 -0.30835161 484.4687
- 56000 0.1217659 -3.0468199 0 -2.942739 -0.23163285 482.61402
- 57000 0.11522266 -3.0516101 0 -2.9531222 -0.17640213 484.37016
- 58000 0.11424257 -3.0506964 0 -2.9530462 -0.24886576 481.40236
- 59000 0.11626176 -3.0423269 0 -2.9429508 -0.3377255 484.34589
- 60000 0.11322673 -3.0398445 0 -2.9430626 -0.0027517474 481.19045
-Loop time of 2.15946 on 1 procs for 30000 steps with 420 atoms
-
-Pair time (%) = 1.73037 (80.1299)
-Neigh time (%) = 0.067282 (3.11568)
-Comm time (%) = 0.0314145 (1.45474)
-Outpt time (%) = 0.039238 (1.81703)
-Other time (%) = 0.291153 (13.4827)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 108 ave 108 max 108 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3581 ave 3581 max 3581 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3581
-Ave neighs/atom = 8.52619
-Neighbor list builds = 627
-Dangerous builds = 0
diff --git a/examples/indent/log.indent.9Jan12.linux.4 b/examples/indent/log.indent.9Jan12.linux.4
deleted file mode 100644
index 22598e282..000000000
--- a/examples/indent/log.indent.9Jan12.linux.4
+++ /dev/null
@@ -1,172 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d indenter simulation
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.9
-Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
-region box block 0 20 0 10 -0.25 0.25
-create_box 2 box
-Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass 1 1.0
-mass 2 1.0
-
-# LJ potentials
-
-pair_style lj/cut 2.5
-pair_coeff * * 1.0 1.0 2.5
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-group mobile subtract all lower
-360 atoms in group mobile
-set group lower type 2
- 60 settings made for type
-
-# initial velocities
-
-compute new mobile temp
-velocity mobile create 0.2 482748 temp new
-fix 1 all nve
-fix 2 lower setforce 0.0 0.0 0.0
-fix 3 all temp/rescale 100 0.1 0.1 0.01 1.0
-
-# run with indenter
-
-timestep 0.003
-variable k equal 1000.0/xlat
-variable y equal "13.0*ylat - step*dt*0.02*ylat"
-
-fix 4 all indent $k sphere 10 v_y 0 5.0
-fix 4 all indent 882.8492869 sphere 10 v_y 0 5.0
-fix 5 all enforce2d
-
-thermo 1000
-thermo_modify temp new
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 250 dump.indent
-run 30000
-Memory usage per processor = 2.06073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 0.2 -3.1727576 0 -3.0018052 -1.4364576 444.44898
- 1000 0.11573595 -3.0964873 0 -2.9975606 -0.20452577 441.75296
- 2000 0.11519605 -3.0960246 0 -2.9975594 -0.38140765 442.24623
- 3000 0.11367906 -3.0839597 0 -2.9867912 -0.42587846 444.50683
- 4000 0.11618844 -3.0860897 0 -2.9867762 -0.041588892 439.76178
- 5000 0.11327789 -3.0848614 0 -2.9880358 -0.48908114 446.10767
- 6000 0.12058424 -3.0869438 0 -2.983873 0.011479332 440.48452
- 7000 0.11772522 -3.0833477 0 -2.9827207 -0.090395475 442.48351
- 8000 0.12533514 -3.0970033 0 -2.9898715 0.13265726 441.15042
- 9000 0.1198683 -3.0867062 0 -2.9842473 0.340532 439.38624
- 10000 0.12234014 -3.0835007 0 -2.9789291 0.28405153 441.85872
- 11000 0.11082436 -3.0754796 0 -2.9807511 0.62206175 441.23576
- 12000 0.10842719 -3.0646379 0 -2.9719584 0.65396032 442.56232
- 13000 0.11686417 -3.0600388 0 -2.9601477 1.0043055 438.41699
- 14000 0.12557378 -3.0570017 0 -2.949666 0.85725525 442.01753
- 15000 0.11934084 -3.0498848 0 -2.9478768 1.039414 451.6596
- 16000 0.12576913 -3.045218 0 -2.9377154 1.3482054 441.18584
- 17000 0.11546547 -3.0348364 0 -2.9361409 1.6321324 439.40029
- 18000 0.12148737 -3.0221156 0 -2.9182728 1.6092057 449.17017
- 19000 0.11883764 -3.0036776 0 -2.9020997 1.5204069 447.04095
- 20000 0.1116568 -3.0038165 0 -2.9083766 1.4080056 461.66692
- 21000 0.11344555 -2.9898881 0 -2.8929192 1.134675 473.88035
- 22000 0.11948255 -3.0240618 0 -2.9219327 0.8071654 473.3811
- 23000 0.1167118 -3.012886 0 -2.9131252 1.1366688 470.07014
- 24000 0.1139144 -3.0145927 0 -2.9172231 0.75037492 475.10421
- 25000 0.11524573 -3.0017351 0 -2.9032274 1.056555 470.50461
- 26000 0.11964798 -3.0134647 0 -2.9111942 1.4494695 466.24739
- 27000 0.12346176 -3.0083111 0 -2.9027807 1.5494444 469.95245
- 28000 0.12260647 -2.9956772 0 -2.8908779 1.7319832 470.55197
- 29000 0.12231691 -2.9866104 0 -2.8820586 1.9114487 468.06771
- 30000 0.1134125 -2.9719856 0 -2.8750449 1.735366 474.78395
-Loop time of 1.0663 on 4 procs for 30000 steps with 420 atoms
-
-Pair time (%) = 0.451498 (42.3424)
-Neigh time (%) = 0.0176335 (1.6537)
-Comm time (%) = 0.308133 (28.8973)
-Outpt time (%) = 0.0310341 (2.91044)
-Other time (%) = 0.258004 (24.1961)
-
-Nlocal: 105 ave 116 max 91 min
-Histogram: 1 0 0 1 0 0 0 0 1 1
-Nghost: 94 ave 100 max 86 min
-Histogram: 1 0 0 1 0 0 0 0 0 2
-Neighs: 925.75 ave 1100 max 749 min
-Histogram: 1 1 0 0 0 0 0 0 1 1
-
-Total # of neighbors = 3703
-Ave neighs/atom = 8.81667
-Neighbor list builds = 611
-Dangerous builds = 0
-
-# run without indenter
-
-unfix 4
-run 30000
-Memory usage per processor = 2.06079 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 30000 0.1134125 -2.9719856 0 -2.8750449 1.7378746 474.09862
- 31000 0.11671309 -3.0217195 0 -2.9219576 -0.50572599 490.27459
- 32000 0.11261625 -2.9897143 0 -2.8934542 -0.70997911 493.98951
- 33000 0.11498233 -3.0201655 0 -2.921883 0.38808051 478.58058
- 34000 0.11444975 -3.0198659 0 -2.9220386 0.14411722 480.00811
- 35000 0.11671309 -3.0101633 0 -2.9104013 -0.31038903 489.29194
- 36000 0.11832748 -3.033948 0 -2.9328062 0.28268025 485.97741
- 37000 0.12386678 -3.0497535 0 -2.9438769 -0.096409691 481.17214
- 38000 0.10970544 -3.0368866 0 -2.9431146 -0.57192593 488.84185
- 39000 0.11752117 -3.0438396 0 -2.9433869 -0.13110937 481.57511
- 40000 0.1278535 -3.0527156 0 -2.9434313 -0.020633536 480.95061
- 41000 0.11847117 -3.0444569 0 -2.9431922 -0.32009068 483.3596
- 42000 0.10998018 -3.0371983 0 -2.9431914 -0.11913829 485.08859
- 43000 0.12322652 -3.0486827 0 -2.9433534 -0.018180953 480.95501
- 44000 0.1165669 -3.0437041 0 -2.9440672 -0.22685911 483.00453
- 45000 0.12003564 -3.046557 0 -2.9439551 -0.24287632 485.55689
- 46000 0.11627326 -3.0433775 0 -2.9439916 0.0072953137 481.95676
- 47000 0.12002477 -3.0467416 0 -2.944149 -0.33751499 484.3466
- 48000 0.11111324 -3.0390436 0 -2.9440683 -0.077328891 479.23853
- 49000 0.12033918 -3.0470467 0 -2.9441854 -0.092900033 482.77182
- 50000 0.12148513 -3.0361756 0 -2.9323348 -0.29588104 483.00856
- 51000 0.11671309 -3.044055 0 -2.9442931 -0.15159 481.04897
- 52000 0.12315525 -3.0496811 0 -2.9444127 -0.18861076 484.19046
- 53000 0.11997084 -3.0468807 0 -2.9443342 -0.28251306 484.17158
- 54000 0.1213341 -3.0480047 0 -2.9442929 -0.35292761 488.50849
- 55000 0.11788218 -3.045133 0 -2.9443718 -0.18025658 482.13662
- 56000 0.12296487 -3.049555 0 -2.9444493 -0.139658 483.25481
- 57000 0.11729933 -3.0447115 0 -2.9444485 -0.24740079 482.47832
- 58000 0.11901212 -3.0460985 0 -2.9443714 -0.2523838 484.38143
- 59000 0.11452134 -3.0424137 0 -2.9445252 -0.13008427 481.35053
- 60000 0.1121022 -3.0402301 0 -2.9444094 -0.21943641 488.19161
-Loop time of 0.960824 on 4 procs for 30000 steps with 420 atoms
-
-Pair time (%) = 0.445671 (46.3843)
-Neigh time (%) = 0.0183511 (1.90994)
-Comm time (%) = 0.31143 (32.4128)
-Outpt time (%) = 0.030867 (3.21255)
-Other time (%) = 0.154504 (16.0804)
-
-Nlocal: 105 ave 115 max 90 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Nghost: 91.25 ave 98 max 83 min
-Histogram: 1 0 1 0 0 0 0 0 0 2
-Neighs: 895.25 ave 1042 max 713 min
-Histogram: 1 0 1 0 0 0 0 0 0 2
-
-Total # of neighbors = 3581
-Ave neighs/atom = 8.52619
-Neighbor list builds = 633
-Dangerous builds = 0
diff --git a/examples/indent/log.indent.min.18Feb13.linux.1 b/examples/indent/log.indent.min.18Feb13.linux.1
new file mode 100644
index 000000000..3eb6a52fe
--- /dev/null
+++ b/examples/indent/log.indent.min.18Feb13.linux.1
@@ -0,0 +1,386 @@
+LAMMPS (18 Feb 2013)
+# 2d indenter simulation with minimization instead of dynamics
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.9
+Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
+region box block 0 20 0 10 -0.25 0.25
+create_box 2 box
+Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass * 1.0
+
+# LJ potentials
+
+pair_style lj/cut 2.5
+pair_coeff * * 1.0 1.0 2.5
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+group mobile subtract all lower
+360 atoms in group mobile
+set group lower type 2
+ 60 settings made for type
+
+# initial velocities
+
+fix 2 lower setforce 0.0 0.0 0.0
+
+# indenter
+
+fix 5 all enforce2d
+
+# minimize with indenter
+
+thermo 10
+
+#dump 1 all atom 10 dump.indent
+
+#dump 1 all image 25 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74074 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 0 -3.1727576 0 -3.1727576 -1.5977027 444.53333
+ 10 0 -3.1801584 0 -3.1801584 -1.3055542 441.12964
+ 20 0 -3.1831474 0 -3.1831474 -1.2342864 438.61999
+ 30 0 -3.1861452 0 -3.1861452 -1.090794 438.86547
+ 40 0 -3.1901049 0 -3.1901049 -0.84848785 435.62268
+ 50 0 -3.1904808 0 -3.1904808 -0.81494392 435.62268
+ 60 0 -3.1906458 0 -3.1906458 -0.7837635 435.62268
+ 70 0 -3.190782 0 -3.190782 -0.75163367 435.62268
+ 74 0 -3.1908431 0 -3.1908431 -0.73877396 435.62268
+Loop time of 0.0420349 on 1 procs for 74 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -3.17275755126 -3.19084058073 -3.19084306284
+ Force two-norm initial, final = 6.74302 0.560627
+ Force max component initial, final = 1.46877 0.0659033
+ Final line search alpha, max atom move = 0.00643442 0.00042405
+ Iterations, force evaluations = 74 411
+
+Pair time (%) = 0.0375848 (89.4134)
+Neigh time (%) = 0.000423908 (1.00847)
+Comm time (%) = 0.000356674 (0.84852)
+Outpt time (%) = 6.46114e-05 (0.153709)
+Other time (%) = 0.00360489 (8.57595)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 95 ave 95 max 95 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3580 ave 3580 max 3580 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3580
+Ave neighs/atom = 8.52381
+Neighbor list builds = 4
+Dangerous builds = 0
+
+variable k equal 5000.0/xlat
+variable k1 equal 1000.0/xlat
+
+fix 4 all indent $k sphere 10 13.0 0 6.0
+fix 4 all indent 4414.2464345740672798 sphere 10 13.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74074 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 74 0 -3.1908431 0 -2.0624129 -0.73807217 436.03689
+ 80 0 -3.1521235 0 -3.1418193 -0.26103179 436.03693
+ 90 0 -3.172501 0 -3.1715058 -0.36498503 436.19
+ 100 0 -3.1770944 0 -3.1759303 -0.36782131 436.15772
+ 110 0 -3.179003 0 -3.1778726 -0.34159509 436.07263
+ 120 0 -3.1801625 0 -3.1792123 -0.29559493 435.77089
+ 130 0 -3.1809815 0 -3.1802941 -0.20023407 434.94204
+ 140 0 -3.1811433 0 -3.1804117 -0.18406939 434.72448
+ 150 0 -3.1811799 0 -3.1804818 -0.1702338 433.59385
+ 153 0 -3.1811948 0 -3.1804962 -0.16741701 434.21648
+Loop time of 0.0456018 on 1 procs for 79 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.06241291025 -3.1804948246 -3.18049620256
+ Force two-norm initial, final = 1731.02 0.685103
+ Force max component initial, final = 1265.65 0.414535
+ Final line search alpha, max atom move = 0.00404562 0.00167705
+ Iterations, force evaluations = 79 395
+
+Pair time (%) = 0.0360727 (79.1037)
+Neigh time (%) = 0.00304174 (6.67022)
+Comm time (%) = 0.00048399 (1.06134)
+Outpt time (%) = 7.51019e-05 (0.16469)
+Other time (%) = 0.00592828 (13.0001)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 97 ave 97 max 97 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3588 ave 3588 max 3588 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3588
+Ave neighs/atom = 8.54286
+Neighbor list builds = 28
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 12.5 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 12.5 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74074 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 153 0 -3.1811948 0 -0.18603384 -0.16723721 434.68332
+ 160 0 -2.9090761 0 -2.6333579 2.1447602 434.68072
+ 170 0 -3.0415034 0 -3.0104612 1.5042735 434.66633
+ 180 0 -3.0884003 0 -3.0765732 1.2355426 434.76276
+ 190 0 -3.0994422 0 -3.0898461 1.1641889 435.42255
+ 200 0 -3.1014094 0 -3.0931133 1.1599923 435.3953
+ 210 0 -3.1020409 0 -3.0941305 1.1794559 435.3953
+ 218 0 -3.1023729 0 -3.0947356 1.2073015 432.67331
+Loop time of 0.0292969 on 1 procs for 65 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -0.186033840731 -3.09473282421 -3.09473557651
+ Force two-norm initial, final = 1763.65 6.09015
+ Force max component initial, final = 923.948 2.61452
+ Final line search alpha, max atom move = 4.46936e-05 0.000116852
+ Iterations, force evaluations = 65 254
+
+Pair time (%) = 0.0235493 (80.3817)
+Neigh time (%) = 0.00143504 (4.89827)
+Comm time (%) = 0.000310421 (1.05957)
+Outpt time (%) = 5.36442e-05 (0.183105)
+Other time (%) = 0.00394845 (13.4774)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 107 ave 107 max 107 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3643 ave 3643 max 3643 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3643
+Ave neighs/atom = 8.67381
+Neighbor list builds = 13
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 12.0 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 12.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74074 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 218 0 -3.1023729 0 2.0539539 1.2036101 434.00028
+ 220 0 -2.922584 0 0.072390064 2.6056454 433.99932
+ 230 0 -2.668658 0 -2.4566172 5.0165208 434.08769
+ 240 0 -2.8499593 0 -2.7922824 3.8545046 440.80557
+ 250 0 -2.9028377 0 -2.8796686 3.5239894 443.03741
+ 260 0 -2.9342094 0 -2.9178605 3.2300832 445.68299
+ 270 0 -2.9475355 0 -2.9337224 3.1109551 447.72032
+ 280 0 -2.9613325 0 -2.947947 2.9571654 454.25603
+ 290 0 -2.9663049 0 -2.9542667 2.8897107 457.30309
+ 300 0 -2.9704157 0 -2.9592155 2.8023958 459.42996
+ 310 0 -2.9756423 0 -2.968638 2.7521429 459.34867
+ 320 0 -2.9978861 0 -2.9890592 2.4949523 461.5362
+ 330 0 -3.0142422 0 -3.005417 2.2846994 464.66312
+ 340 0 -3.0568662 0 -3.0480922 1.6364098 468.52301
+ 350 0 -3.0828602 0 -3.0768519 1.3802145 469.91193
+ 360 0 -3.0972929 0 -3.0932153 1.2324673 470.94192
+ 370 0 -3.1047044 0 -3.1008857 1.1293681 472.52295
+ 380 0 -3.1135319 0 -3.1102574 1.0420821 472.12091
+ 390 0 -3.1175222 0 -3.1142918 0.97965377 472.97795
+ 400 0 -3.1187338 0 -3.1153334 0.94435659 472.69321
+ 405 0 -3.1187791 0 -3.1154874 0.94071059 473.02633
+Loop time of 0.0786171 on 1 procs for 187 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ 2.05395386014 -3.11548504008 -3.11548737402
+ Force two-norm initial, final = 2336.86 2.49306
+ Force max component initial, final = 1033.24 0.56375
+ Final line search alpha, max atom move = 0.000144903 8.16887e-05
+ Iterations, force evaluations = 187 666
+
+Pair time (%) = 0.0623558 (79.3158)
+Neigh time (%) = 0.00473833 (6.0271)
+Comm time (%) = 0.000860453 (1.09449)
+Outpt time (%) = 0.000171661 (0.218351)
+Other time (%) = 0.0104909 (13.3443)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 107 ave 107 max 107 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3595 ave 3595 max 3595 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3595
+Ave neighs/atom = 8.55952
+Neighbor list builds = 41
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.4 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.4 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74074 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 405 0 -3.1187791 0 4.1010512 0.94105309 472.85417
+ 410 0 -2.7453992 0 -0.76524543 3.787259 472.85546
+ 420 0 -2.7371457 0 -2.6599871 4.6557516 474.64255
+ 430 0 -2.892462 0 -2.8511282 3.5775445 478.67373
+ 440 0 -2.9476659 0 -2.9278211 3.0983273 483.03769
+ 450 0 -2.9727004 0 -2.9579624 2.8084683 486.47809
+ 460 0 -2.9786493 0 -2.9647184 2.7312126 486.86678
+ 470 0 -2.9807767 0 -2.9687015 2.673796 487.8298
+ 480 0 -3.0392825 0 -3.0345542 2.0383409 492.60498
+ 490 0 -3.0662881 0 -3.0621098 1.883644 492.10824
+ 500 0 -3.0724601 0 -3.0676281 1.8280565 492.3841
+ 510 0 -3.075659 0 -3.0702097 1.7459651 495.44987
+ 520 0 -3.0809152 0 -3.0737087 1.5680112 496.06645
+ 530 0 -3.0810409 0 -3.0741347 1.5607276 496.06645
+ 531 0 -3.0810434 0 -3.074137 1.5606178 496.06645
+Loop time of 0.050755 on 1 procs for 126 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ 4.10105120882 -3.07413473436 -3.07413697818
+ Force two-norm initial, final = 2883.88 1.27518
+ Force max component initial, final = 1390.55 0.348204
+ Final line search alpha, max atom move = 0.00053786 0.000187285
+ Iterations, force evaluations = 126 428
+
+Pair time (%) = 0.0400298 (78.8686)
+Neigh time (%) = 0.00321174 (6.32792)
+Comm time (%) = 0.000584602 (1.15181)
+Outpt time (%) = 0.000118732 (0.233932)
+Other time (%) = 0.00681019 (13.4178)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 116 ave 116 max 116 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3627 ave 3627 max 3627 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3627
+Ave neighs/atom = 8.63571
+Neighbor list builds = 28
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.2 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.2 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74082 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 531 0 -3.0810434 0 -2.5600032 1.559876 496.30236
+ 540 0 -2.9988642 0 -2.9589658 2.4125155 496.35337
+ 550 0 -3.0017228 0 -2.982818 2.4470621 496.37549
+ 560 0 -3.0046874 0 -2.9925555 2.453411 496.3319
+ 570 0 -3.0168302 0 -3.0055389 2.3718472 496.33107
+ 580 0 -3.0242316 0 -3.0138915 2.3381241 496.05165
+ 590 0 -3.0305673 0 -3.0205301 2.3109477 496.05561
+ 600 0 -3.0356362 0 -3.025277 2.2764986 496.30016
+ 609 0 -3.0369089 0 -3.0269096 2.2676135 496.60403
+Loop time of 0.033392 on 1 procs for 78 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.56000317525 -3.02690830486 -3.02690956016
+ Force two-norm initial, final = 489.426 2.96134
+ Force max component initial, final = 235.033 0.826103
+ Final line search alpha, max atom move = 5.90513e-05 4.87825e-05
+ Iterations, force evaluations = 78 288
+
+Pair time (%) = 0.027077 (81.0883)
+Neigh time (%) = 0.00139165 (4.16762)
+Comm time (%) = 0.000361204 (1.08171)
+Outpt time (%) = 6.8903e-05 (0.206346)
+Other time (%) = 0.00449324 (13.456)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 119 ave 119 max 119 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3738 ave 3738 max 3738 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3738
+Ave neighs/atom = 8.9
+Neighbor list builds = 12
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.0 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74082 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 609 0 -3.0369089 0 -2.5275208 2.268159 496.48459
+ 610 0 -2.9943277 0 -2.7104758 2.6279836 496.48459
+ 620 0 -2.959651 0 -2.910638 3.1184732 496.5361
+ 630 0 -2.9557819 0 -2.932758 3.2024498 496.64951
+ 640 0 -2.9630829 0 -2.9423137 3.1385711 497.26793
+ 650 0 -2.9626746 0 -2.9444066 3.1379819 497.89111
+ 660 0 -2.9647438 0 -2.9465018 3.1073974 498.18875
+ 662 0 -2.9646671 0 -2.9465373 3.1089922 498.05818
+Loop time of 0.028291 on 1 procs for 53 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.52752080275 -2.94653627582 -2.94653726672
+ Force two-norm initial, final = 465.896 4.03098
+ Force max component initial, final = 202.702 0.934056
+ Final line search alpha, max atom move = 2.52001e-05 2.35383e-05
+ Iterations, force evaluations = 53 234
+
+Pair time (%) = 0.0224955 (79.5148)
+Neigh time (%) = 0.00176501 (6.23878)
+Comm time (%) = 0.000309467 (1.09387)
+Outpt time (%) = 5.36442e-05 (0.189616)
+Other time (%) = 0.00366735 (12.963)
+
+Nlocal: 420 ave 420 max 420 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 119 ave 119 max 119 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3890 ave 3890 max 3890 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3890
+Ave neighs/atom = 9.2619
+Neighbor list builds = 15
+Dangerous builds = 0
diff --git a/examples/indent/log.indent.min.18Feb13.linux.4 b/examples/indent/log.indent.min.18Feb13.linux.4
new file mode 100644
index 000000000..d0359f714
--- /dev/null
+++ b/examples/indent/log.indent.min.18Feb13.linux.4
@@ -0,0 +1,383 @@
+LAMMPS (18 Feb 2013)
+# 2d indenter simulation with minimization instead of dynamics
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.9
+Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
+region box block 0 20 0 10 -0.25 0.25
+create_box 2 box
+Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 420 atoms
+
+mass * 1.0
+
+# LJ potentials
+
+pair_style lj/cut 2.5
+pair_coeff * * 1.0 1.0 2.5
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+60 atoms in group lower
+group mobile subtract all lower
+360 atoms in group mobile
+set group lower type 2
+ 60 settings made for type
+
+# initial velocities
+
+fix 2 lower setforce 0.0 0.0 0.0
+
+# indenter
+
+fix 5 all enforce2d
+
+# minimize with indenter
+
+thermo 10
+
+#dump 1 all atom 10 dump.indent
+
+#dump 1 all image 25 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 0 -3.1727576 0 -3.1727576 -1.5977027 444.53333
+ 10 0 -3.1801584 0 -3.1801584 -1.3055542 441.12964
+ 20 0 -3.1831474 0 -3.1831474 -1.2342864 438.61999
+ 30 0 -3.1861452 0 -3.1861452 -1.090794 438.86547
+ 40 0 -3.1901049 0 -3.1901049 -0.84848785 435.62268
+ 50 0 -3.1904808 0 -3.1904808 -0.81494392 435.62268
+ 60 0 -3.1906458 0 -3.1906458 -0.78376348 435.62268
+ 70 0 -3.190782 0 -3.190782 -0.75163367 435.62268
+ 74 0 -3.1908431 0 -3.1908431 -0.73877366 435.62268
+Loop time of 0.0185711 on 4 procs for 74 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -3.17275755126 -3.19084058192 -3.19084306553
+ Force two-norm initial, final = 6.74302 0.560405
+ Force max component initial, final = 1.46877 0.0658777
+ Final line search alpha, max atom move = 0.00643452 0.000423891
+ Iterations, force evaluations = 74 411
+
+Pair time (%) = 0.00969809 (52.2215)
+Neigh time (%) = 0.000124156 (0.668547)
+Comm time (%) = 0.00429964 (23.1523)
+Outpt time (%) = 0.000114322 (0.61559)
+Other time (%) = 0.00433487 (23.342)
+
+Nlocal: 105 ave 110 max 99 min
+Histogram: 1 1 0 0 0 0 0 0 0 2
+Nghost: 84 ave 90 max 79 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+Neighs: 895 ave 909 max 887 min
+Histogram: 1 1 1 0 0 0 0 0 0 1
+
+Total # of neighbors = 3580
+Ave neighs/atom = 8.52381
+Neighbor list builds = 4
+Dangerous builds = 0
+
+variable k equal 5000.0/xlat
+variable k1 equal 1000.0/xlat
+
+fix 4 all indent $k sphere 10 13.0 0 6.0
+fix 4 all indent 4414.2464345740672798 sphere 10 13.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 74 0 -3.1908431 0 -2.0624137 -0.73807188 436.03689
+ 80 0 -3.1521235 0 -3.1418193 -0.26103149 436.03693
+ 90 0 -3.1725009 0 -3.1715057 -0.36498447 436.19
+ 100 0 -3.1770919 0 -3.1759284 -0.3678025 436.15756
+ 110 0 -3.1795983 0 -3.1785044 -0.32326426 436.06295
+ 120 0 -3.180804 0 -3.180035 -0.20918127 435.18508
+ 130 0 -3.1809911 0 -3.1802835 -0.19952206 435.02873
+ 140 0 -3.1812658 0 -3.1804986 -0.15366344 433.51948
+ 146 0 -3.1812455 0 -3.1805445 -0.14836947 435.0937
+Loop time of 0.0166457 on 4 procs for 72 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.06241374157 -3.18054133059 -3.18054446743
+ Force two-norm initial, final = 1731.02 0.676007
+ Force max component initial, final = 1265.65 0.173903
+ Final line search alpha, max atom move = 0.00387145 0.000673254
+ Iterations, force evaluations = 72 345
+
+Pair time (%) = 0.00802875 (48.2332)
+Neigh time (%) = 0.000551105 (3.3108)
+Comm time (%) = 0.00351822 (21.136)
+Outpt time (%) = 0.000110805 (0.665669)
+Other time (%) = 0.00443679 (26.6543)
+
+Nlocal: 105 ave 112 max 100 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Nghost: 90 ave 91 max 87 min
+Histogram: 1 0 0 0 0 0 0 0 0 3
+Neighs: 898.5 ave 1008 max 803 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+
+Total # of neighbors = 3594
+Ave neighs/atom = 8.55714
+Neighbor list builds = 19
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 12.5 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 12.5 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 146 0 -3.1812455 0 -0.19421025 -0.14862682 434.34034
+ 150 0 -3.014014 0 -2.150849 1.2736554 434.34067
+ 160 0 -3.0201036 0 -2.9704071 1.6338013 434.34322
+ 170 0 -3.0776968 0 -3.0613388 1.3031997 434.34364
+ 180 0 -3.0967588 0 -3.0866334 1.185812 434.57417
+ 190 0 -3.1005652 0 -3.0919539 1.1735235 435.17752
+ 196 0 -3.1017505 0 -3.0934822 1.1681854 435.17752
+Loop time of 0.00841713 on 4 procs for 50 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -0.194210248978 -3.09347927442 -3.09348223433
+ Force two-norm initial, final = 1761.49 4.17181
+ Force max component initial, final = 925.173 0.656203
+ Final line search alpha, max atom move = 6.95708e-05 4.56525e-05
+ Iterations, force evaluations = 50 167
+
+Pair time (%) = 0.00394958 (46.9232)
+Neigh time (%) = 0.000289381 (3.438)
+Comm time (%) = 0.00179011 (21.2674)
+Outpt time (%) = 7.65324e-05 (0.909245)
+Other time (%) = 0.00231153 (27.4622)
+
+Nlocal: 105 ave 112 max 100 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Nghost: 94.5 ave 97 max 93 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+Neighs: 917 ave 1007 max 843 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+
+Total # of neighbors = 3668
+Ave neighs/atom = 8.73333
+Neighbor list builds = 10
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 12.0 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 12.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 196 0 -3.1017505 0 2.1127939 1.1697142 434.60875
+ 200 0 -2.7394854 0 -1.0892906 4.0022866 434.60573
+ 210 0 -2.7544814 0 -2.577826 4.4044049 436.48892
+ 220 0 -2.8579353 0 -2.8074636 3.7797411 439.87258
+ 230 0 -2.9022246 0 -2.8784961 3.4815054 443.63873
+ 240 0 -2.9305421 0 -2.9126522 3.231004 445.10785
+ 250 0 -2.9448077 0 -2.9342638 3.1031101 445.46452
+ 260 0 -2.9566418 0 -2.9487878 2.9442714 447.34888
+ 270 0 -2.9806907 0 -2.9726111 2.6656874 451.60358
+ 280 0 -3.013399 0 -3.0078799 2.3761456 454.60159
+ 288 0 -3.0156794 0 -3.0100369 2.3561703 454.47086
+Loop time of 0.0147963 on 4 procs for 92 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ 2.11279386005 -3.01003409316 -3.01003689972
+ Force two-norm initial, final = 2354.19 10.6992
+ Force max component initial, final = 1030.75 2.3669
+ Final line search alpha, max atom move = 1.01822e-05 2.41002e-05
+ Iterations, force evaluations = 92 281
+
+Pair time (%) = 0.00680196 (45.9708)
+Neigh time (%) = 0.00072515 (4.9009)
+Comm time (%) = 0.00309056 (20.8874)
+Outpt time (%) = 0.000139892 (0.945456)
+Other time (%) = 0.00403869 (27.2954)
+
+Nlocal: 105 ave 112 max 100 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Nghost: 96.5 ave 103 max 92 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Neighs: 944.25 ave 1053 max 860 min
+Histogram: 2 0 0 0 0 0 0 1 0 1
+
+Total # of neighbors = 3777
+Ave neighs/atom = 8.99286
+Neighbor list builds = 24
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.4 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.4 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 288 0 -3.0156794 0 7.1171473 2.355068 454.68358
+ 290 0 -2.8452078 0 3.5864588 3.6837591 454.68269
+ 300 0 -2.4748788 0 -2.0951207 7.152968 454.65604
+ 310 0 -2.6443354 0 -2.5599454 6.2206133 455.36549
+ 320 0 -2.7292243 0 -2.6964225 5.5582308 460.64087
+ 330 0 -2.843175 0 -2.8202032 4.6449932 462.86057
+ 340 0 -2.8828279 0 -2.8618415 4.2245783 464.4721
+ 350 0 -2.9314767 0 -2.9140209 3.6424349 466.8869
+ 360 0 -2.951292 0 -2.9358399 3.4517327 467.05453
+ 370 0 -2.9671005 0 -2.9510401 3.2998677 468.38052
+ 380 0 -2.973776 0 -2.957996 3.230072 468.91123
+ 390 0 -2.9835714 0 -2.9670369 3.1601977 468.84333
+ 400 0 -2.9932702 0 -2.977073 3.0661142 469.96757
+ 410 0 -2.9973126 0 -2.9803761 3.0064502 470.35978
+ 420 0 -2.9984004 0 -2.9811103 2.9742432 471.20047
+ 422 0 -2.9983819 0 -2.981117 2.9743994 471.20047
+Loop time of 0.0254161 on 4 procs for 134 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ 7.11714730709 -2.98111566909 -2.9811169746
+ Force two-norm initial, final = 3561.96 4.0693
+ Force max component initial, final = 1428.53 0.756423
+ Final line search alpha, max atom move = 3.21187e-05 2.42953e-05
+ Iterations, force evaluations = 134 463
+
+Pair time (%) = 0.0113537 (44.6711)
+Neigh time (%) = 0.00104672 (4.11832)
+Comm time (%) = 0.00635916 (25.0202)
+Outpt time (%) = 0.0002473 (0.973003)
+Other time (%) = 0.00640929 (25.2174)
+
+Nlocal: 105 ave 121 max 90 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+Nghost: 95.5 ave 104 max 88 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+Neighs: 967.75 ave 1191 max 736 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+
+Total # of neighbors = 3871
+Ave neighs/atom = 9.21667
+Neighbor list builds = 34
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.2 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.2 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 422 0 -2.9983819 0 -2.4247091 2.9762147 470.91305
+ 430 0 -2.8725327 0 -2.7997215 4.0925928 470.95669
+ 440 0 -2.8860983 0 -2.8443512 4.0556536 471.30395
+ 450 0 -2.8837107 0 -2.8563971 4.0876009 472.28454
+ 460 0 -2.8868229 0 -2.8612818 4.042484 472.6945
+ 468 0 -2.8890509 0 -2.8626462 4.0096607 473.44277
+Loop time of 0.01213 on 4 procs for 46 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.42470908136 -2.86264581787 -2.86264619706
+ Force two-norm initial, final = 508.719 7.57495
+ Force max component initial, final = 211.612 1.10056
+ Final line search alpha, max atom move = 2.77182e-06 3.05057e-06
+ Iterations, force evaluations = 46 222
+
+Pair time (%) = 0.00546134 (45.0233)
+Neigh time (%) = 0.000517488 (4.26617)
+Comm time (%) = 0.00317794 (26.199)
+Outpt time (%) = 6.56247e-05 (0.541011)
+Other time (%) = 0.00290763 (23.9706)
+
+Nlocal: 105 ave 123 max 88 min
+Histogram: 1 1 0 0 0 0 0 0 1 1
+Nghost: 95.5 ave 106 max 86 min
+Histogram: 1 0 1 0 0 0 0 1 0 1
+Neighs: 1004 ave 1271 max 753 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+
+Total # of neighbors = 4016
+Ave neighs/atom = 9.5619
+Neighbor list builds = 17
+Dangerous builds = 0
+
+fix 4 all indent ${k1} sphere 10 11.0 0 6.0
+fix 4 all indent 882.84928691481343321 sphere 10 11.0 0 6.0
+fix_modify 4 energy yes
+minimize 1.0e-6 1.0e-6 1000 1000
+WARNING: Resetting reneighboring criteria during minimization (min.cpp:173)
+Memory usage per processor = 2.74739 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 468 0 -2.8890509 0 -2.0764903 4.0180938 472.44912
+ 470 0 -2.7914459 0 -2.3905312 4.7967051 472.46115
+ 480 0 -2.7374378 0 -2.674199 5.4568225 472.70395
+ 490 0 -2.7641101 0 -2.7357867 5.3643096 473.39917
+ 500 0 -2.8122727 0 -2.7926853 4.9786461 476.90111
+ 510 0 -2.8299101 0 -2.8085767 4.8165377 477.93893
+ 520 0 -2.8372309 0 -2.8152964 4.7547052 477.58292
+ 530 0 -2.8458557 0 -2.8231473 4.6583621 478.4087
+ 540 0 -2.8526532 0 -2.8288639 4.5400358 479.19239
+ 550 0 -2.860019 0 -2.8344544 4.3930149 480.37372
+ 560 0 -2.8650984 0 -2.8392003 4.281231 481.26478
+ 570 0 -2.866992 0 -2.8408512 4.2365878 481.90908
+ 580 0 -2.8755764 0 -2.8483339 4.1011751 482.2041
+ 590 0 -2.8840238 0 -2.8553253 4.0171782 482.71323
+ 600 0 -2.8862663 0 -2.8575807 3.9798586 482.98348
+ 610 0 -2.8866507 0 -2.8579501 3.9731951 482.98348
+ 620 0 -2.886874 0 -2.8582838 3.9636254 482.98348
+ 630 0 -2.8870022 0 -2.8583814 3.9532999 482.98348
+ 636 0 -2.8869652 0 -2.8584222 3.9529206 482.98348
+Loop time of 0.0376098 on 4 procs for 168 steps with 420 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2.07649028348 -2.85842008708 -2.85842218639
+ Force two-norm initial, final = 599.704 0.654213
+ Force max component initial, final = 247.322 0.0812675
+ Final line search alpha, max atom move = 0.000673498 5.47335e-05
+ Iterations, force evaluations = 168 730
+
+Pair time (%) = 0.0181205 (48.1802)
+Neigh time (%) = 0.000626683 (1.66628)
+Comm time (%) = 0.0094232 (25.0552)
+Outpt time (%) = 0.000270963 (0.720457)
+Other time (%) = 0.00916851 (24.378)
+
+Nlocal: 105 ave 121 max 88 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+Nghost: 95.5 ave 105 max 85 min
+Histogram: 1 1 0 0 0 0 0 0 0 2
+Neighs: 1018 ave 1248 max 793 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+
+Total # of neighbors = 4072
+Ave neighs/atom = 9.69524
+Neighbor list builds = 20
+Dangerous builds = 0
diff --git a/examples/indent/log.indent.min.9Jan12.linux.1 b/examples/indent/log.indent.min.9Jan12.linux.1
deleted file mode 100644
index 7615e6ca2..000000000
--- a/examples/indent/log.indent.min.9Jan12.linux.1
+++ /dev/null
@@ -1,404 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d indenter simulation with minimization instead of dynamics
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.9
-Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
-region box block 0 20 0 10 -0.25 0.25
-create_box 2 box
-Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass * 1.0
-
-# LJ potentials
-
-pair_style lj/cut 2.5
-pair_coeff * * 1.0 1.0 2.5
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-group mobile subtract all lower
-360 atoms in group mobile
-set group lower type 2
- 60 settings made for type
-
-# initial velocities
-
-fix 2 lower setforce 0.0 0.0 0.0
-
-# indenter
-
-fix 5 all enforce2d
-
-# minimize with indenter
-
-thermo 10
-
-dump 1 all atom 10 dump.indent
-dump_modify 1 scale no
-
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 0 -3.1727576 0 -3.1727576 -1.5980059 444.44898
- 10 0 -3.1801584 0 -3.1801584 -1.3058039 441.04528
- 20 0 -3.1831474 0 -3.1831474 -1.2345239 438.53563
- 30 0 -3.1861452 0 -3.1861452 -1.0910037 438.78112
- 40 0 -3.1901049 0 -3.1901049 -0.84865219 435.53833
- 50 0 -3.1904808 0 -3.1904808 -0.81510177 435.53833
- 60 0 -3.1906458 0 -3.1906458 -0.78391531 435.53833
- 70 0 -3.190782 0 -3.190782 -0.75177925 435.53833
- 74 0 -3.1908431 0 -3.1908431 -0.73891705 435.53833
-Loop time of 0.0452979 on 1 procs for 74 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -3.17275755126 -3.19084058073 -3.19084306284
- Force two-norm initial, final = 6.74302 0.560627
- Force max component initial, final = 1.46877 0.0659033
- Final line search alpha, max atom move = 0.00643442 0.00042405
- Iterations, force evaluations = 74 411
-
-Pair time (%) = 0.0378823 (83.6294)
-Neigh time (%) = 0.0004251 (0.938456)
-Comm time (%) = 0.00039506 (0.872137)
-Outpt time (%) = 0.0027256 (6.01706)
-Other time (%) = 0.00386977 (8.54295)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 95 ave 95 max 95 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3580 ave 3580 max 3580 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3580
-Ave neighs/atom = 8.52381
-Neighbor list builds = 4
-Dangerous builds = 0
-
-variable k equal 5000.0/xlat
-variable k1 equal 1000.0/xlat
-
-fix 4 all indent $k sphere 10 13.0 0 6.0
-fix 4 all indent 4414.246435 sphere 10 13.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 74 0 -3.1908431 0 -2.0624129 -0.73821499 435.95254
- 80 0 -3.1521235 0 -3.1418193 -0.2610823 435.95258
- 90 0 -3.172501 0 -3.1715058 -0.36505563 436.10565
- 100 0 -3.1770944 0 -3.1759303 -0.36789247 436.07336
- 110 0 -3.179003 0 -3.1778726 -0.34166118 435.98826
- 120 0 -3.1801576 0 -3.1792109 -0.29566094 435.68693
- 130 0 -3.1806637 0 -3.1798826 -0.25109465 435.29031
- 140 0 -3.1811622 0 -3.180374 -0.18867263 434.93784
- 150 0 -3.1811721 0 -3.1804507 -0.17763419 433.08677
- 156 0 -3.1811921 0 -3.1804771 -0.17272768 433.95891
-Loop time of 0.050761 on 1 procs for 82 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.06241291014 -3.18047400548 -3.18047707458
- Force two-norm initial, final = 1731.02 0.522006
- Force max component initial, final = 1265.65 0.163418
- Final line search alpha, max atom move = 0.00298294 0.000487467
- Iterations, force evaluations = 82 418
-
-Pair time (%) = 0.0383368 (75.5241)
-Neigh time (%) = 0.00255942 (5.04211)
-Comm time (%) = 0.000461578 (0.909317)
-Outpt time (%) = 0.00308037 (6.06838)
-Other time (%) = 0.00632286 (12.4561)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 95 ave 95 max 95 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3590 ave 3590 max 3590 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3590
-Ave neighs/atom = 8.54762
-Neighbor list builds = 24
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 12.5 0 6.0
-fix 4 all indent 882.8492869 sphere 10 12.5 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 156 0 -3.1811921 0 -0.18185886 -0.17245392 434.6478
- 160 0 -3.0132059 0 -2.1460246 1.2550302 434.64724
- 170 0 -3.0137792 0 -2.9636783 1.6528322 434.64063
- 180 0 -3.0743259 0 -3.0588429 1.3080533 434.60386
- 190 0 -3.0950888 0 -3.0847726 1.180783 434.74413
- 200 0 -3.1004681 0 -3.0919512 1.1557783 434.83863
- 210 0 -3.1023546 0 -3.0946252 1.2001339 432.54115
- 220 0 -3.1026809 0 -3.0951731 1.2181969 432.54115
- 230 0 -3.1038605 0 -3.0963027 1.2945176 431.63227
- 240 0 -3.1039956 0 -3.0965499 1.310294 431.25237
- 250 0 -3.1041599 0 -3.0968021 1.3296476 432.71979
- 251 0 -3.1041297 0 -3.0968045 1.3346958 431.22872
-Loop time of 0.0553658 on 1 procs for 95 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -0.181858864004 -3.09680212193 -3.09680447766
- Force two-norm initial, final = 1765.16 0.902559
- Force max component initial, final = 924.657 0.24895
- Final line search alpha, max atom move = 0.00129143 0.0003215
- Iterations, force evaluations = 95 443
-
-Pair time (%) = 0.0411718 (74.3632)
-Neigh time (%) = 0.00282073 (5.09472)
-Comm time (%) = 0.000554085 (1.00077)
-Outpt time (%) = 0.0038321 (6.92142)
-Other time (%) = 0.00698709 (12.6199)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 107 ave 107 max 107 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3652 ave 3652 max 3652 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3652
-Ave neighs/atom = 8.69524
-Neighbor list builds = 26
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 12.0 0 6.0
-fix 4 all indent 882.8492869 sphere 10 12.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 251 0 -3.1041297 0 2.0179509 1.3331076 431.74246
- 260 0 -2.4519149 0 -2.2477274 6.6083811 432.289
- 270 0 -2.8311972 0 -2.7410091 4.0667972 439.44435
- 280 0 -2.9064388 0 -2.8740571 3.5711821 443.61256
- 290 0 -2.9442479 0 -2.9277565 3.2265202 448.51793
- 300 0 -2.9590906 0 -2.9459633 3.1004821 452.45083
- 310 0 -2.9633194 0 -2.9509764 3.0506152 453.58916
- 320 0 -2.9656103 0 -2.9548573 3.0261904 453.95834
- 328 0 -2.9669235 0 -2.9563046 3.008729 453.95834
-Loop time of 0.0352268 on 1 procs for 77 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- 2.0179508962 -2.95630432347 -2.95630458026
- Force two-norm initial, final = 2330.77 8.17726
- Force max component initial, final = 1037.35 1.89183
- Final line search alpha, max atom move = 1.61036e-06 3.04651e-06
- Iterations, force evaluations = 77 268
-
-Pair time (%) = 0.0257685 (73.1503)
-Neigh time (%) = 0.00191307 (5.43072)
-Comm time (%) = 0.000335932 (0.953625)
-Outpt time (%) = 0.00268078 (7.61005)
-Other time (%) = 0.00452852 (12.8553)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 111 ave 111 max 111 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3865 ave 3865 max 3865 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3865
-Ave neighs/atom = 9.20238
-Neighbor list builds = 17
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.4 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.4 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74073 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 328 0 -2.9669235 0 7.5568154 3.0093541 453.86405
- 330 0 -2.7876408 0 4.0929345 4.3904808 453.51058
- 340 0 -2.2554147 0 -1.8086972 8.9255431 452.26883
- 350 0 -2.5599367 0 -2.4765088 7.0889392 454.95321
- 360 0 -2.708787 0 -2.6627879 6.0591926 454.89369
- 370 0 -2.751066 0 -2.7115599 5.7322256 455.39303
- 380 0 -2.7670072 0 -2.732598 5.5174796 457.45078
- 390 0 -2.7837505 0 -2.7575583 5.287488 460.89613
- 400 0 -2.8496447 0 -2.8327475 4.6744698 465.68651
- 410 0 -2.8950235 0 -2.8846868 4.3330565 466.43586
- 420 0 -2.931656 0 -2.9211571 4.012274 467.72774
- 430 0 -2.9439208 0 -2.9333319 3.879408 468.74511
- 440 0 -2.9490042 0 -2.9392223 3.7981242 469.94173
- 450 0 -2.9671462 0 -2.9593828 3.5669612 473.90143
- 460 0 -2.9790249 0 -2.9714639 3.4729198 475.09937
- 470 0 -2.9841414 0 -2.9765515 3.4091179 476.63384
- 480 0 -2.9908553 0 -2.9840059 3.3524674 477.60218
- 490 0 -2.9932915 0 -2.9866901 3.2209929 480.5305
- 500 0 -2.9943854 0 -2.9875383 3.1955071 480.5305
- 510 0 -2.9952148 0 -2.9880037 3.1698354 480.5305
- 517 0 -2.9952859 0 -2.9880707 3.1663812 480.5305
-Loop time of 0.0913372 on 1 procs for 189 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- 7.55681544322 -2.98806903 -2.98807070853
- Force two-norm initial, final = 3597.73 1.65251
- Force max component initial, final = 1510.6 0.260453
- Final line search alpha, max atom move = 0.000217837 5.67363e-05
- Iterations, force evaluations = 189 705
-
-Pair time (%) = 0.0679402 (74.384)
-Neigh time (%) = 0.0040462 (4.42996)
-Comm time (%) = 0.00089097 (0.975474)
-Outpt time (%) = 0.0072484 (7.93587)
-Other time (%) = 0.0112114 (12.2747)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 115 ave 115 max 115 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3735 ave 3735 max 3735 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3735
-Ave neighs/atom = 8.89286
-Neighbor list builds = 35
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.2 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.2 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74082 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 517 0 -2.9952859 0 -2.4853146 3.1725652 479.59385
- 520 0 -2.9198 0 -2.7938547 3.8651798 479.59991
- 530 0 -2.914821 0 -2.8819122 4.0567315 479.50228
- 540 0 -2.9117576 0 -2.8945547 4.1585549 479.05261
- 550 0 -2.9145342 0 -2.8968377 4.1285617 479.54524
- 560 0 -2.9216524 0 -2.9064011 4.094412 479.31375
- 570 0 -2.932897 0 -2.9173028 4.0230624 479.29658
- 580 0 -2.9354268 0 -2.920867 4.0170383 478.94399
- 590 0 -2.937095 0 -2.9221659 4.0054303 479.27795
- 600 0 -2.9380766 0 -2.923016 4.001867 479.8173
- 610 0 -2.9388105 0 -2.9239198 4.0019078 480.98557
- 620 0 -2.9388078 0 -2.9241639 3.9989421 481.07316
- 630 0 -2.9389523 0 -2.9243365 4.0118887 479.60846
- 640 0 -2.9389486 0 -2.9244942 3.9965251 481.89847
- 647 0 -2.9390355 0 -2.9245617 4.0040398 480.57245
-Loop time of 0.0892859 on 1 procs for 130 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.48531461147 -2.92455912822 -2.92456171264
- Force two-norm initial, final = 487.558 0.783854
- Force max component initial, final = 232.369 0.142477
- Final line search alpha, max atom move = 0.000879757 0.000125345
- Iterations, force evaluations = 130 703
-
-Pair time (%) = 0.068279 (76.4724)
-Neigh time (%) = 0.00469089 (5.25378)
-Comm time (%) = 0.000895262 (1.00269)
-Outpt time (%) = 0.00496078 (5.55606)
-Other time (%) = 0.0104599 (11.7151)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 114 ave 114 max 114 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3922 ave 3922 max 3922 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3922
-Ave neighs/atom = 9.3381
-Neighbor list builds = 41
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.0 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74082 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 647 0 -2.9390355 0 -2.2881675 4.004627 480.50198
- 650 0 -2.8179859 0 -2.6482515 5.0256592 480.50335
- 660 0 -2.816781 0 -2.7646371 5.2249994 480.47728
- 670 0 -2.8136395 0 -2.7841907 5.3222105 479.85834
- 680 0 -2.8198172 0 -2.790435 5.2808396 480.19766
- 690 0 -2.8223412 0 -2.7932491 5.3024888 478.66784
- 700 0 -2.822621 0 -2.7942434 5.296465 479.60866
- 710 0 -2.8227778 0 -2.7959249 5.3042755 479.89149
- 720 0 -2.8247184 0 -2.8014216 5.2239378 485.98615
- 730 0 -2.8282652 0 -2.8044889 5.1538112 487.69349
- 740 0 -2.8300796 0 -2.8088105 5.0797415 490.56397
- 750 0 -2.8330076 0 -2.8115118 5.0273392 490.56397
- 760 0 -2.8428407 0 -2.8208753 4.8380767 496.43781
- 770 0 -2.8532495 0 -2.8317146 4.7355181 498.18312
- 780 0 -2.8577608 0 -2.8359443 4.6826343 499.33933
- 790 0 -2.8613609 0 -2.8396361 4.6517266 497.55084
- 800 0 -2.8652079 0 -2.8432245 4.5853809 499.07467
- 810 0 -2.87249 0 -2.849878 4.5097768 498.3913
- 820 0 -2.8761105 0 -2.8534683 4.4503024 498.27677
- 830 0 -2.8779811 0 -2.8560281 4.425496 498.32955
- 840 0 -2.8817086 0 -2.8605554 4.3476382 499.26253
- 850 0 -2.8846306 0 -2.8640867 4.2891586 499.70114
- 860 0 -2.8891911 0 -2.8698441 4.2003836 499.39278
- 866 0 -2.8894083 0 -2.870152 4.2061476 498.42046
-Loop time of 0.125655 on 1 procs for 219 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.28816747895 -2.87014946015 -2.87015196056
- Force two-norm initial, final = 540.634 3.99773
- Force max component initial, final = 239.896 0.750875
- Final line search alpha, max atom move = 6.43213e-05 4.82973e-05
- Iterations, force evaluations = 219 962
-
-Pair time (%) = 0.0958545 (76.2839)
-Neigh time (%) = 0.00576615 (4.58888)
-Comm time (%) = 0.00116706 (0.928781)
-Outpt time (%) = 0.0083425 (6.63922)
-Other time (%) = 0.0145247 (11.5592)
-
-Nlocal: 420 ave 420 max 420 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 112 ave 112 max 112 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3989 ave 3989 max 3989 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3989
-Ave neighs/atom = 9.49762
-Neighbor list builds = 49
-Dangerous builds = 0
diff --git a/examples/indent/log.indent.min.9Jan12.linux.4 b/examples/indent/log.indent.min.9Jan12.linux.4
deleted file mode 100644
index 21dd1291c..000000000
--- a/examples/indent/log.indent.min.9Jan12.linux.4
+++ /dev/null
@@ -1,386 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d indenter simulation with minimization instead of dynamics
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.9
-Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
-region box block 0 20 0 10 -0.25 0.25
-create_box 2 box
-Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 420 atoms
-
-mass * 1.0
-
-# LJ potentials
-
-pair_style lj/cut 2.5
-pair_coeff * * 1.0 1.0 2.5
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-60 atoms in group lower
-group mobile subtract all lower
-360 atoms in group mobile
-set group lower type 2
- 60 settings made for type
-
-# initial velocities
-
-fix 2 lower setforce 0.0 0.0 0.0
-
-# indenter
-
-fix 5 all enforce2d
-
-# minimize with indenter
-
-thermo 10
-
-dump 1 all atom 10 dump.indent
-dump_modify 1 scale no
-
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74738 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 0 -3.1727576 0 -3.1727576 -1.5980059 444.44898
- 10 0 -3.1801584 0 -3.1801584 -1.3058039 441.04528
- 20 0 -3.1831474 0 -3.1831474 -1.2345239 438.53563
- 30 0 -3.1861452 0 -3.1861452 -1.0910037 438.78112
- 40 0 -3.1901049 0 -3.1901049 -0.84865219 435.53833
- 50 0 -3.1904808 0 -3.1904808 -0.81510177 435.53833
- 60 0 -3.1906458 0 -3.1906458 -0.78391528 435.53833
- 70 0 -3.190782 0 -3.190782 -0.75177926 435.53833
- 74 0 -3.1908431 0 -3.1908431 -0.73891675 435.53833
-Loop time of 0.0206316 on 4 procs for 74 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -3.17275755126 -3.19084058192 -3.19084306553
- Force two-norm initial, final = 6.74302 0.560405
- Force max component initial, final = 1.46877 0.0658777
- Final line search alpha, max atom move = 0.00643452 0.000423891
- Iterations, force evaluations = 74 411
-
-Pair time (%) = 0.00988287 (47.9017)
-Neigh time (%) = 0.000116825 (0.566245)
-Comm time (%) = 0.00376642 (18.2556)
-Outpt time (%) = 0.00290936 (14.1015)
-Other time (%) = 0.00395608 (19.1749)
-
-Nlocal: 105 ave 110 max 99 min
-Histogram: 1 1 0 0 0 0 0 0 0 2
-Nghost: 84 ave 90 max 79 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Neighs: 895 ave 909 max 887 min
-Histogram: 1 1 1 0 0 0 0 0 0 1
-
-Total # of neighbors = 3580
-Ave neighs/atom = 8.52381
-Neighbor list builds = 4
-Dangerous builds = 0
-
-variable k equal 5000.0/xlat
-variable k1 equal 1000.0/xlat
-
-fix 4 all indent $k sphere 10 13.0 0 6.0
-fix 4 all indent 4414.246435 sphere 10 13.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74738 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 74 0 -3.1908431 0 -2.0624137 -0.73821469 435.95253
- 80 0 -3.1521235 0 -3.1418193 -0.261082 435.95257
- 90 0 -3.1725009 0 -3.1715057 -0.36505507 436.10564
- 100 0 -3.1770919 0 -3.1759284 -0.36787366 436.0732
- 110 0 -3.1795983 0 -3.1785044 -0.32332683 435.97859
- 120 0 -3.180806 0 -3.1800339 -0.20962981 435.13284
- 130 0 -3.1810339 0 -3.1803164 -0.19436655 434.96509
- 140 0 -3.1811242 0 -3.1804145 -0.1823656 433.48453
- 150 0 -3.1812451 0 -3.1805047 -0.16049814 432.87389
- 154 0 -3.1812423 0 -3.1805491 -0.15211702 432.87389
-Loop time of 0.024414 on 4 procs for 80 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.06241374146 -3.18054712963 -3.18054912974
- Force two-norm initial, final = 1731.02 0.603655
- Force max component initial, final = 1265.65 0.194416
- Final line search alpha, max atom move = 0.00540441 0.0010507
- Iterations, force evaluations = 80 406
-
-Pair time (%) = 0.00969785 (39.7225)
-Neigh time (%) = 0.000582635 (2.38648)
-Comm time (%) = 0.00488079 (19.9917)
-Outpt time (%) = 0.00335246 (13.7317)
-Other time (%) = 0.00590026 (24.1675)
-
-Nlocal: 105 ave 111 max 100 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Nghost: 85.5 ave 89 max 81 min
-Histogram: 1 0 1 0 0 0 0 0 0 2
-Neighs: 897.5 ave 1001 max 804 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-
-Total # of neighbors = 3590
-Ave neighs/atom = 8.54762
-Neighbor list builds = 20
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 12.5 0 6.0
-fix 4 all indent 882.8492869 sphere 10 12.5 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74738 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 154 0 -3.1812423 0 -0.19846921 -0.15159029 434.378
- 160 0 -2.9587626 0 -2.5389232 1.7767479 434.37743
- 170 0 -3.0234014 0 -2.994039 1.6447519 434.36678
- 180 0 -3.0796519 0 -3.0631136 1.2885477 434.3441
- 190 0 -3.0942895 0 -3.0828558 1.2001972 434.53434
- 200 0 -3.1004103 0 -3.0919048 1.1644668 434.96021
- 210 0 -3.1018559 0 -3.0939737 1.1821125 432.91523
- 220 0 -3.1031993 0 -3.0959548 1.2692205 432.35082
- 230 0 -3.1038581 0 -3.0964047 1.2903845 431.99861
- 240 0 -3.1040414 0 -3.0967671 1.3400158 431.31375
- 250 0 -3.1041911 0 -3.0968745 1.3470137 430.97789
- 260 0 -3.1041223 0 -3.0970712 1.386564 430.92355
- 262 0 -3.1041329 0 -3.0970762 1.3846332 431.51763
-Loop time of 0.032465 on 4 procs for 108 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -0.198469207811 -3.09707484463 -3.09707619592
- Force two-norm initial, final = 1759.88 0.734387
- Force max component initial, final = 924.476 0.262782
- Final line search alpha, max atom move = 0.00390625 0.00102649
- Iterations, force evaluations = 108 532
-
-Pair time (%) = 0.0128388 (39.5466)
-Neigh time (%) = 0.00085789 (2.64251)
-Comm time (%) = 0.00652206 (20.0895)
-Outpt time (%) = 0.00459975 (14.1683)
-Other time (%) = 0.0076465 (23.5531)
-
-Nlocal: 105 ave 111 max 100 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Nghost: 94 ave 96 max 93 min
-Histogram: 2 0 0 1 0 0 0 0 0 1
-Neighs: 916.25 ave 1004 max 830 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-
-Total # of neighbors = 3665
-Ave neighs/atom = 8.72619
-Neighbor list builds = 29
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 12.0 0 6.0
-fix 4 all indent 882.8492869 sphere 10 12.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74738 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 262 0 -3.1041329 0 1.9882182 1.3862425 431.01668
- 270 0 -2.5008708 0 -2.1274702 6.2192521 431.43485
- 280 0 -2.8266381 0 -2.7256392 4.1305111 439.06864
- 290 0 -2.8948399 0 -2.8501454 3.6910353 442.62509
- 300 0 -2.9370293 0 -2.9162661 3.3306144 447.16569
- 310 0 -2.9581655 0 -2.9440078 3.1533891 450.48484
- 320 0 -2.9634122 0 -2.950379 3.1003819 452.48876
- 330 0 -2.9673602 0 -2.9574433 2.9726812 457.22624
- 340 0 -2.9713345 0 -2.9621124 2.9040639 457.22624
- 350 0 -2.9861765 0 -2.9769147 2.6936716 458.29899
- 360 0 -3.0073392 0 -2.9985921 2.3803852 464.10283
- 370 0 -3.0466409 0 -3.0398575 1.7948406 466.90897
- 380 0 -3.0758597 0 -3.0700028 1.5090443 467.56199
- 390 0 -3.093661 0 -3.0898261 1.3095249 470.06302
- 400 0 -3.1036401 0 -3.1004924 1.2216848 469.7629
- 410 0 -3.1132635 0 -3.1105323 1.0773999 469.945
- 418 0 -3.1149693 0 -3.1123334 1.0362325 472.71946
-Loop time of 0.0366988 on 4 procs for 156 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- 1.98821816295 -3.11233083453 -3.11233344792
- Force two-norm initial, final = 2323.34 6.44773
- Force max component initial, final = 1036.14 3.71983
- Final line search alpha, max atom move = 2.56426e-05 9.5386e-05
- Iterations, force evaluations = 156 527
-
-Pair time (%) = 0.0129628 (35.322)
-Neigh time (%) = 0.00114769 (3.12731)
-Comm time (%) = 0.00773114 (21.0665)
-Outpt time (%) = 0.00628912 (17.1371)
-Other time (%) = 0.00856811 (23.3471)
-
-Nlocal: 105 ave 119 max 88 min
-Histogram: 1 1 0 0 0 0 0 0 0 2
-Nghost: 89 ave 94 max 81 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Neighs: 901.25 ave 1077 max 709 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-
-Total # of neighbors = 3605
-Ave neighs/atom = 8.58333
-Neighbor list builds = 38
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.4 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.4 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74738 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 418 0 -3.1149693 0 3.9695775 1.0398804 471.06117
- 420 0 -3.0639124 0 1.5556717 1.5540598 470.92114
- 430 0 -2.7329444 0 -2.4617667 4.5830122 470.34088
- 440 0 -2.8674448 0 -2.7961604 3.8042496 473.94741
- 450 0 -2.9194372 0 -2.8988557 3.452036 479.04769
- 460 0 -2.9540818 0 -2.9365384 3.0756579 483.80479
- 470 0 -2.966952 0 -2.9520341 2.898389 487.89422
- 480 0 -2.9765545 0 -2.964481 2.6876987 489.82166
- 490 0 -2.9800876 0 -2.970126 2.6458351 491.68343
- 500 0 -2.9870857 0 -2.9778018 2.5301258 493.51842
- 510 0 -3.0037082 0 -2.9957281 2.3017972 495.1069
- 520 0 -3.0447086 0 -3.0397584 1.911385 496.66926
- 530 0 -3.0523184 0 -3.0470425 1.8129976 496.40855
- 540 0 -3.0565959 0 -3.0511846 1.7331627 496.91534
- 550 0 -3.0631725 0 -3.0572614 1.6135296 498.59311
- 560 0 -3.0681437 0 -3.0620609 1.5829711 497.34497
- 570 0 -3.0754999 0 -3.068936 1.5508329 495.84223
- 580 0 -3.0791924 0 -3.0725672 1.5199839 497.9288
- 589 0 -3.0795685 0 -3.0729707 1.5102713 497.95469
-Loop time of 0.044094 on 4 procs for 171 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- 3.96957753316 -3.07297035788 -3.07297073814
- Force two-norm initial, final = 2831.94 1.62478
- Force max component initial, final = 1369.84 0.405516
- Final line search alpha, max atom move = 6.02041e-05 2.44137e-05
- Iterations, force evaluations = 171 578
-
-Pair time (%) = 0.0140276 (31.8129)
-Neigh time (%) = 0.001252 (2.83938)
-Comm time (%) = 0.0106812 (24.2237)
-Outpt time (%) = 0.00707901 (16.0543)
-Other time (%) = 0.0110542 (25.0696)
-
-Nlocal: 105 ave 124 max 88 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Nghost: 96 ave 106 max 87 min
-Histogram: 1 0 1 0 0 0 1 0 0 1
-Neighs: 906.75 ave 1112 max 701 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-
-Total # of neighbors = 3627
-Ave neighs/atom = 8.63571
-Neighbor list builds = 42
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.2 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.2 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74743 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 589 0 -3.0795685 0 -2.5645649 1.5134157 496.92009
- 590 0 -3.0451965 0 -2.7444051 1.8088174 496.92009
- 600 0 -2.9961727 0 -2.9643999 2.3950616 496.97053
- 610 0 -3.0044844 0 -2.9857066 2.376008 497.00209
- 620 0 -3.0140073 0 -2.9967979 2.3299437 496.80141
- 630 0 -3.0162496 0 -3.0004658 2.3321472 496.68198
- 640 0 -3.0163782 0 -3.0017964 2.3448435 496.43329
- 650 0 -3.0170272 0 -3.0035125 2.3710061 495.40836
-Loop time of 0.0185835 on 4 procs for 61 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.56456488251 -3.00351081845 -3.0035124756
- Force two-norm initial, final = 485.265 2.93819
- Force max component initial, final = 232.267 0.739278
- Final line search alpha, max atom move = 6.69976e-05 4.95299e-05
- Iterations, force evaluations = 61 252
-
-Pair time (%) = 0.00620061 (33.3662)
-Neigh time (%) = 0.000388563 (2.0909)
-Comm time (%) = 0.00460953 (24.8043)
-Outpt time (%) = 0.00249505 (13.4261)
-Other time (%) = 0.00488979 (26.3125)
-
-Nlocal: 105 ave 122 max 88 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-Nghost: 98.5 ave 108 max 88 min
-Histogram: 1 1 0 0 0 0 0 0 0 2
-Neighs: 949 ave 1171 max 711 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-
-Total # of neighbors = 3796
-Ave neighs/atom = 9.0381
-Neighbor list builds = 13
-Dangerous builds = 0
-
-fix 4 all indent ${k1} sphere 10 11.0 0 6.0
-fix 4 all indent 882.8492869 sphere 10 11.0 0 6.0
-fix_modify 4 energy yes
-minimize 1.0e-6 1.0e-6 1000 1000
-WARNING: Resetting reneighboring criteria during minimization (min.cpp:167)
-Memory usage per processor = 2.74743 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 650 0 -3.0170272 0 -2.3648009 2.3681511 496.00561
- 660 0 -2.8919518 0 -2.8405212 3.5522447 495.98613
- 670 0 -2.9005277 0 -2.863283 3.5344449 495.86556
- 680 0 -2.9028036 0 -2.874857 3.5600205 495.73432
- 690 0 -2.9040138 0 -2.8811237 3.5847696 495.73432
- 695 0 -2.9044182 0 -2.8814536 3.5808985 495.92978
-Loop time of 0.0143149 on 4 procs for 45 steps with 420 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2.36480087899 -2.88145342509 -2.88145356187
- Force two-norm initial, final = 544.106 3.08132
- Force max component initial, final = 243.974 0.504739
- Final line search alpha, max atom move = 6.0444e-06 3.05084e-06
- Iterations, force evaluations = 45 198
-
-Pair time (%) = 0.00502551 (35.1068)
-Neigh time (%) = 0.00018084 (1.2633)
-Comm time (%) = 0.00382853 (26.7451)
-Outpt time (%) = 0.00163871 (11.4476)
-Other time (%) = 0.00364131 (25.4372)
-
-Nlocal: 105 ave 125 max 85 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-Nghost: 98 ave 110 max 86 min
-Histogram: 1 0 1 0 0 0 0 1 0 1
-Neighs: 992.75 ave 1273 max 709 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-
-Total # of neighbors = 3971
-Ave neighs/atom = 9.45476
-Neighbor list builds = 6
-Dangerous builds = 0
diff --git a/examples/kim/log.kim.lj.12Jul12.mac_mpi.1 b/examples/kim/log.kim.lj.12Jul12.mac_mpi.1
deleted file mode 100644
index 15c7def19..000000000
--- a/examples/kim/log.kim.lj.12Jul12.mac_mpi.1
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (4 Jul 2012)
-# 3d Lennard-Jones melt
-
-variable x index 1
-variable y index 1
-variable z index 1
-
-variable xx equal 20*$x
-variable xx equal 20*1
-variable yy equal 20*$y
-variable yy equal 20*1
-variable zz equal 20*$z
-variable zz equal 20*1
-
-units metal
-atom_style atomic
-
-lattice fcc 4.4300
-Lattice spacing in x,y,z = 4.43 4.43 4.43
-region box block 0 ${xx} 0 ${yy} 0 ${zz}
-region box block 0 20 0 ${yy} 0 ${zz}
-region box block 0 20 0 20 0 ${zz}
-region box block 0 20 0 20 0 20
-create_box 1 box
-Created orthogonal box = (0 0 0) to (88.6 88.6 88.6)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 32000 atoms
-
-#pair_style lj/cut 8.1500
-#pair_coeff 1 1 0.0031 2.7400
-#pair_modify shift yes
-
-pair_style kim KIMvirial ex_model_Ne_P_fastLJ
-pair_coeff * * Ne
-
-mass 1 20.18
-velocity all create 200.0 232345 loop geom
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-#fix 1 all npt temp 1.0 1.0 1.0 iso 1.0 1.0 3.0
-
-run 100
-Memory usage per processor = 18.2361 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 200 -741.55469 0 85.684388 -34.939092
- 100 108.37517 -362.56658 0 85.694308 3963.7892
-Loop time of 10.2127 on 1 procs for 100 steps with 32000 atoms
-
-Pair time (%) = 8.82241 (86.3864)
-Neigh time (%) = 1.12095 (10.976)
-Comm time (%) = 0.057646 (0.564453)
-Outpt time (%) = 0.000280142 (0.00274307)
-Other time (%) = 0.21144 (2.07035)
-
-Nlocal: 32000 ave 32000 max 32000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 20131 ave 20131 max 20131 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 2.09236e+06 ave 2.09236e+06 max 2.09236e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 2092355
-Ave neighs/atom = 65.3861
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/kim/log.kim.lj.12Jul12.mac_mpi.4 b/examples/kim/log.kim.lj.12Jul12.mac_mpi.4
deleted file mode 100644
index 54a7e04b3..000000000
--- a/examples/kim/log.kim.lj.12Jul12.mac_mpi.4
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (4 Jul 2012)
-# 3d Lennard-Jones melt
-
-variable x index 1
-variable y index 1
-variable z index 1
-
-variable xx equal 20*$x
-variable xx equal 20*1
-variable yy equal 20*$y
-variable yy equal 20*1
-variable zz equal 20*$z
-variable zz equal 20*1
-
-units metal
-atom_style atomic
-
-lattice fcc 4.4300
-Lattice spacing in x,y,z = 4.43 4.43 4.43
-region box block 0 ${xx} 0 ${yy} 0 ${zz}
-region box block 0 20 0 ${yy} 0 ${zz}
-region box block 0 20 0 20 0 ${zz}
-region box block 0 20 0 20 0 20
-create_box 1 box
-Created orthogonal box = (0 0 0) to (88.6 88.6 88.6)
- 1 by 2 by 2 MPI processor grid
-create_atoms 1 box
-Created 32000 atoms
-
-#pair_style lj/cut 8.1500
-#pair_coeff 1 1 0.0031 2.7400
-#pair_modify shift yes
-
-pair_style kim KIMvirial ex_model_Ne_P_fastLJ
-pair_coeff * * Ne
-
-mass 1 20.18
-velocity all create 200.0 232345 loop geom
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-#fix 1 all npt temp 1.0 1.0 1.0 iso 1.0 1.0 3.0
-
-run 100
-Memory usage per processor = 5.52308 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 200 -741.55469 0 85.684388 -34.939092
- 100 108.37517 -362.56658 0 85.694308 3963.7892
-Loop time of 6.68624 on 4 procs for 100 steps with 32000 atoms
-
-Pair time (%) = 4.42383 (66.1631)
-Neigh time (%) = 0.621215 (9.29094)
-Comm time (%) = 1.46399 (21.8955)
-Outpt time (%) = 0.000444174 (0.0066431)
-Other time (%) = 0.176772 (2.64382)
-
-Nlocal: 8000 ave 8010 max 7989 min
-Histogram: 1 0 0 0 0 2 0 0 0 1
-Nghost: 9240.25 ave 9249 max 9228 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Neighs: 555266 ave 555920 max 554805 min
-Histogram: 2 0 0 0 0 1 0 0 0 1
-
-Total # of neighbors = 2221065
-Ave neighs/atom = 69.4083
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.1 b/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.1
deleted file mode 100644
index 00fa255bb..000000000
--- a/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.1
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (4 Jul 2012)
-# 3d Lennard-Jones melt
-
-variable x index 1
-variable y index 1
-variable z index 1
-
-variable xx equal 20*$x
-variable xx equal 20*1
-variable yy equal 20*$y
-variable yy equal 20*1
-variable zz equal 20*$z
-variable zz equal 20*1
-
-units metal
-atom_style atomic
-
-lattice fcc 4.4300
-Lattice spacing in x,y,z = 4.43 4.43 4.43
-region box block 0 ${xx} 0 ${yy} 0 ${zz}
-region box block 0 20 0 ${yy} 0 ${zz}
-region box block 0 20 0 20 0 ${zz}
-region box block 0 20 0 20 0 20
-create_box 1 box
-Created orthogonal box = (0 0 0) to (88.6 88.6 88.6)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 32000 atoms
-
-pair_style lj/cut 8.1500
-pair_coeff 1 1 0.0031 2.7400
-pair_modify shift yes
-
-#pair_style kim KIMvirial ex_model_Ne_P_fastLJ
-#pair_coeff * * Ne
-
-mass 1 20.18
-velocity all create 200.0 232345 loop geom
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-#fix 1 all npt temp 1.0 1.0 1.0 iso 1.0 1.0 3.0
-
-run 100
-Memory usage per processor = 16.8628 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 200 -741.55469 0 85.684388 -34.939092
- 100 108.37517 -362.56658 0 85.694308 3963.7892
-Loop time of 9.04237 on 1 procs for 100 steps with 32000 atoms
-
-Pair time (%) = 8.05938 (89.1291)
-Neigh time (%) = 0.716913 (7.92838)
-Comm time (%) = 0.0567551 (0.627657)
-Outpt time (%) = 0.000283003 (0.00312974)
-Other time (%) = 0.209034 (2.31172)
-
-Nlocal: 32000 ave 32000 max 32000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 20131 ave 20131 max 20131 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 1.88909e+06 ave 1.88909e+06 max 1.88909e+06 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1889091
-Ave neighs/atom = 59.0341
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.4 b/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.4
deleted file mode 100644
index 9c843f9da..000000000
--- a/examples/kim/log.kim.lj.lmp.12Jul12.mac_mpi.4
+++ /dev/null
@@ -1,69 +0,0 @@
-LAMMPS (4 Jul 2012)
-# 3d Lennard-Jones melt
-
-variable x index 1
-variable y index 1
-variable z index 1
-
-variable xx equal 20*$x
-variable xx equal 20*1
-variable yy equal 20*$y
-variable yy equal 20*1
-variable zz equal 20*$z
-variable zz equal 20*1
-
-units metal
-atom_style atomic
-
-lattice fcc 4.4300
-Lattice spacing in x,y,z = 4.43 4.43 4.43
-region box block 0 ${xx} 0 ${yy} 0 ${zz}
-region box block 0 20 0 ${yy} 0 ${zz}
-region box block 0 20 0 20 0 ${zz}
-region box block 0 20 0 20 0 20
-create_box 1 box
-Created orthogonal box = (0 0 0) to (88.6 88.6 88.6)
- 1 by 2 by 2 MPI processor grid
-create_atoms 1 box
-Created 32000 atoms
-
-pair_style lj/cut 8.1500
-pair_coeff 1 1 0.0031 2.7400
-pair_modify shift yes
-
-#pair_style kim KIMvirial ex_model_Ne_P_fastLJ
-#pair_coeff * * Ne
-
-mass 1 20.18
-velocity all create 200.0 232345 loop geom
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-#fix 1 all npt temp 1.0 1.0 1.0 iso 1.0 1.0 3.0
-
-run 100
-Memory usage per processor = 5.06532 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 200 -741.55469 0 85.684388 -34.939092
- 100 108.37517 -362.56658 0 85.694308 3963.7892
-Loop time of 5.41714 on 4 procs for 100 steps with 32000 atoms
-
-Pair time (%) = 3.56125 (65.7403)
-Neigh time (%) = 0.338938 (6.25676)
-Comm time (%) = 1.25705 (23.205)
-Outpt time (%) = 0.000448763 (0.00828413)
-Other time (%) = 0.259463 (4.78966)
-
-Nlocal: 8000 ave 8010 max 7989 min
-Histogram: 1 0 0 0 0 2 0 0 0 1
-Nghost: 9240.25 ave 9249 max 9228 min
-Histogram: 1 0 0 0 1 0 0 0 0 2
-Neighs: 472273 ave 473390 max 471652 min
-Histogram: 2 0 0 1 0 0 0 0 0 1
-
-Total # of neighbors = 1889091
-Ave neighs/atom = 59.0341
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/meam/log.meam.9Jan12.linux.1 b/examples/meam/log.meam.18Feb13.linux.1
similarity index 75%
rename from examples/meam/log.meam.9Jan12.linux.1
rename to examples/meam/log.meam.18Feb13.linux.1
index 2fa377f59..bc922cbaa 100644
--- a/examples/meam/log.meam.9Jan12.linux.1
+++ b/examples/meam/log.meam.18Feb13.linux.1
@@ -1,60 +1,63 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Test of MEAM potential for SiC system
units metal
boundary p p p
atom_style atomic
read_data data.meam
orthogonal box = (-6 -6 -6) to (5.97232 5.97232 5.97232)
1 by 1 by 1 MPI processor grid
128 atoms
pair_style meam
pair_coeff * * library.meam Si C SiC.meam Si C
neighbor 0.3 bin
neigh_modify delay 10
fix 1 all nve
thermo 10
timestep 0.001
-dump 1 all atom 10 dump.meam
+#dump 1 all atom 50 dump.meam
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3 element Si C
run 100
-Memory usage per processor = 5.10825 Mbytes
+Memory usage per processor = 5.10826 Mbytes
Step Temp E_pair E_mol TotEng Press
0 0 -636.38121 0 -636.38121 -76571.819
10 1807.8862 -666.21959 0 -636.54126 -150571.49
20 1932.4467 -668.2581 0 -636.53498 -120223.52
30 1951.3652 -668.58139 0 -636.54771 -100508.4
40 2172.5974 -672.22715 0 -636.5617 -110753.34
50 2056.9149 -670.33108 0 -636.56468 -105418.07
60 1947.9564 -668.52788 0 -636.55015 -111413.04
70 1994.7712 -669.28849 0 -636.54225 -109645.76
80 2126.0903 -671.43755 0 -636.53557 -97475.831
90 2065.755 -670.4349 0 -636.52338 -95858.837
100 2051.4553 -670.20799 0 -636.53122 -107068.9
-Loop time of 0.0790551 on 1 procs for 100 steps with 128 atoms
+Loop time of 0.0824008 on 1 procs for 100 steps with 128 atoms
-Pair time (%) = 0.0747664 (94.5751)
-Neigh time (%) = 0.00214291 (2.71065)
-Comm time (%) = 0.000567198 (0.717472)
-Outpt time (%) = 0.0012064 (1.52602)
-Other time (%) = 0.000372171 (0.470775)
+Pair time (%) = 0.0791755 (96.0858)
+Neigh time (%) = 0.00218797 (2.65527)
+Comm time (%) = 0.000564575 (0.685157)
+Outpt time (%) = 0.000112295 (0.136279)
+Other time (%) = 0.000360489 (0.437482)
Nlocal: 128 ave 128 max 128 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 543 ave 543 max 543 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1526 ave 1526 max 1526 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 3052 ave 3052 max 3052 min
+FullNghs: 3052 ave 3052 max 3052 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 3052
Ave neighs/atom = 23.8438
Neighbor list builds = 10
Dangerous builds = 10
diff --git a/examples/meam/log.meam.9Jan12.linux.4 b/examples/meam/log.meam.18Feb13.linux.4
similarity index 75%
rename from examples/meam/log.meam.9Jan12.linux.4
rename to examples/meam/log.meam.18Feb13.linux.4
index ab8329675..1883384dc 100644
--- a/examples/meam/log.meam.9Jan12.linux.4
+++ b/examples/meam/log.meam.18Feb13.linux.4
@@ -1,60 +1,63 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Test of MEAM potential for SiC system
units metal
boundary p p p
atom_style atomic
read_data data.meam
orthogonal box = (-6 -6 -6) to (5.97232 5.97232 5.97232)
1 by 2 by 2 MPI processor grid
128 atoms
pair_style meam
pair_coeff * * library.meam Si C SiC.meam Si C
neighbor 0.3 bin
neigh_modify delay 10
fix 1 all nve
thermo 10
timestep 0.001
-dump 1 all atom 10 dump.meam
+#dump 1 all atom 50 dump.meam
+
+#dump 1 all image 10 image.*.jpg element element # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3 element Si C
run 100
-Memory usage per processor = 4.99306 Mbytes
+Memory usage per processor = 4.99308 Mbytes
Step Temp E_pair E_mol TotEng Press
0 0 -636.38121 0 -636.38121 -76571.819
10 1807.8862 -666.21959 0 -636.54126 -150571.49
20 1932.4467 -668.2581 0 -636.53498 -120223.52
30 1951.3652 -668.58139 0 -636.54771 -100508.4
40 2172.5974 -672.22715 0 -636.5617 -110753.34
50 2056.9149 -670.33108 0 -636.56468 -105418.07
60 1947.9564 -668.52788 0 -636.55015 -111413.04
70 1994.7712 -669.28849 0 -636.54225 -109645.76
80 2126.0903 -671.43755 0 -636.53557 -97475.831
90 2065.755 -670.4349 0 -636.52338 -95858.837
100 2051.4553 -670.20799 0 -636.53122 -107068.9
-Loop time of 0.03332 on 4 procs for 100 steps with 128 atoms
+Loop time of 0.0363526 on 4 procs for 100 steps with 128 atoms
-Pair time (%) = 0.0281992 (84.6316)
-Neigh time (%) = 0.000612736 (1.83895)
-Comm time (%) = 0.00279725 (8.39511)
-Outpt time (%) = 0.00148147 (4.44621)
-Other time (%) = 0.000229299 (0.688174)
+Pair time (%) = 0.0321491 (88.437)
+Neigh time (%) = 0.00059098 (1.62569)
+Comm time (%) = 0.00310814 (8.55)
+Outpt time (%) = 0.000262499 (0.722092)
+Other time (%) = 0.000241816 (0.665196)
Nlocal: 32 ave 36 max 30 min
Histogram: 1 2 0 0 0 0 0 0 0 1
Nghost: 293.75 ave 305 max 285 min
Histogram: 2 0 0 0 0 0 0 1 0 1
Neighs: 381.5 ave 413 max 334 min
Histogram: 1 0 0 0 1 0 0 0 0 2
-FullNghs: 763 ave 866 max 678 min
+FullNghs: 763 ave 866 max 678 min
Histogram: 1 0 1 0 0 1 0 0 0 1
Total # of neighbors = 3052
Ave neighs/atom = 23.8438
Neighbor list builds = 10
Dangerous builds = 10
diff --git a/examples/meam/log.meam.shear.9Jan12.linux.1 b/examples/meam/log.meam.shear.18Feb13.linux.1
similarity index 51%
rename from examples/meam/log.meam.shear.9Jan12.linux.1
rename to examples/meam/log.meam.shear.18Feb13.linux.1
index 74bd27ef5..19465a59e 100644
--- a/examples/meam/log.meam.shear.9Jan12.linux.1
+++ b/examples/meam/log.meam.shear.18Feb13.linux.1
@@ -1,165 +1,169 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d metal shear simulation
units metal
boundary s s p
atom_style atomic
lattice fcc 3.52
Lattice spacing in x,y,z = 3.52 3.52 3.52
region box block 0 16.0 0 10.0 0 2.828427
create_box 3 box
Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
1 by 1 by 1 MPI processor grid
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
Lattice spacing in x,y,z = 3.52 4.97803 4.97803
create_atoms 1 box
Created 1912 atoms
pair_style meam
pair_coeff * * library.meam Ni4 Ni.meam Ni4 Ni4 Ni4
neighbor 0.3 bin
neigh_modify delay 5
region lower block INF INF INF 0.9 INF INF
region upper block INF INF 6.1 INF INF INF
group lower region lower
264 atoms in group lower
group upper region upper
264 atoms in group upper
group boundary union lower upper
528 atoms in group boundary
group mobile subtract all boundary
1384 atoms in group mobile
set group lower type 2
264 settings made for type
set group upper type 3
264 settings made for type
# void
#region void cylinder z 8 5 2.5 INF INF
#delete_atoms region void
# temp controllers
compute new3d mobile temp
compute new2d mobile temp/partial 0 1 1
# equilibrate
velocity mobile create 300.0 5812775 temp new3d
fix 1 all nve
fix 2 boundary setforce 0.0 0.0 0.0
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new3d
thermo 25
thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
timestep 0.001
run 100
-Memory usage per processor = 6.77655 Mbytes
+Memory usage per processor = 6.78767 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -8232.7767 0 -8179.1466 1387.2089 19539.346
- 25 222.78953 -8188.1215 0 -8148.2941 9099.4735 19539.346
- 50 300 -8149.7654 0 -8096.1353 10637.302 19676.681
- 75 304.80657 -8163.4557 0 -8108.9665 7048.2094 19752.029
- 100 300 -8173.6884 0 -8120.0584 5954.839 19878.848
-Loop time of 1.46607 on 1 procs for 100 steps with 1912 atoms
-
-Pair time (%) = 1.44517 (98.5743)
-Neigh time (%) = 0.0143578 (0.979338)
-Comm time (%) = 0.00156951 (0.107055)
-Outpt time (%) = 6.38962e-05 (0.00435832)
-Other time (%) = 0.00490999 (0.334908)
+ 0 300 -8232.7767 0 -8179.1466 1386.6643 19547.02
+ 25 222.78953 -8188.1215 0 -8148.2941 9095.9008 19547.02
+ 50 300 -8149.7654 0 -8096.1353 10633.141 19684.382
+ 75 304.80657 -8163.4557 0 -8108.9665 7045.457 19759.745
+ 100 300 -8173.6884 0 -8120.0584 5952.521 19886.589
+Loop time of 1.5859 on 1 procs for 100 steps with 1912 atoms
+
+Pair time (%) = 1.56483 (98.6714)
+Neigh time (%) = 0.0144849 (0.913355)
+Comm time (%) = 0.00155544 (0.0980796)
+Outpt time (%) = 6.19888e-05 (0.00390875)
+Other time (%) = 0.0049684 (0.313286)
Nlocal: 1912 ave 1912 max 1912 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1672 ave 1672 max 1672 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 23806 ave 23806 max 23806 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 47612 ave 47612 max 47612 min
+FullNghs: 47612 ave 47612 max 47612 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 47612
Ave neighs/atom = 24.9017
Neighbor list builds = 5
Dangerous builds = 0
# shear
velocity upper set 1.0 0 0
velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
unfix 3
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new2d
-dump 1 all atom 100 dump.meam
+#dump 1 all atom 500 dump.meam.shear
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
thermo 100
thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
reset_timestep 0
run 3000
-Memory usage per processor = 6.95314 Mbytes
+Memory usage per processor = 6.96425 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 300.50853 -8173.6884 0 -8137.8874 4994.9251 19886.554
- 100 292.0799 -8177.7235 0 -8142.9266 2567.6871 19863.778
- 200 306.71233 -8177.1504 0 -8140.6103 873.12617 20039.427
- 300 295.7806 -8172.9505 0 -8137.7127 -1054.1773 20083.875
- 400 309.18439 -8169.6374 0 -8132.8028 -1785.2352 20114.391
- 500 304.51122 -8163.9147 0 -8127.6369 -160.33189 20175.64
- 600 300 -8158.55 0 -8122.8096 1555.8342 20272.069
- 700 304.32794 -8149.4746 0 -8113.2185 3702.0205 20422.656
- 800 304.79621 -8138.8368 0 -8102.5249 3723.0289 20502.876
- 900 303.87706 -8128.16 0 -8091.9576 4388.821 20631.103
- 1000 300 -8113.4908 0 -8077.7503 6189.061 20747.117
- 1100 306.13486 -8097.1731 0 -8060.7018 8908.048 20871.68
- 1200 309.15672 -8081.8589 0 -8045.0276 10527.674 20988.916
- 1300 304.48415 -8064.5597 0 -8028.2851 10066.833 21118.364
- 1400 300 -8046.7607 0 -8011.0202 10976.596 21230.714
- 1500 300 -8041.3546 0 -8005.6141 11944.043 21366.268
- 1600 309.60321 -8035.2271 0 -7998.3426 11344.414 21522.036
- 1700 300 -8029.1687 0 -7993.4283 11303.058 21627.405
- 1800 300 -8034.2245 0 -7998.4841 9635.5534 21728.966
- 1900 307.86145 -8037.1072 0 -8000.4302 6167.8738 21849.865
- 2000 307.81899 -8029.9421 0 -7993.2701 3170.0159 22004.862
- 2100 300 -8032.7539 0 -7997.0135 1311.0313 22098.991
- 2200 300 -8042.5128 0 -8006.7724 1644.7181 22223.554
- 2300 309.60919 -8041.3003 0 -8004.415 3447.4419 22344.453
- 2400 303.51436 -8036.8571 0 -8000.698 5476.9727 22461.689
- 2500 309.82464 -8036.3148 0 -7999.4039 6946.3833 22589.915
- 2600 308.45257 -8038.9157 0 -8002.1683 9164.9017 22713.257
- 2700 306.90752 -8041.0584 0 -8004.495 8144.5283 22836.599
- 2800 308.64671 -8042.8933 0 -8006.1228 8314.2343 22957.498
- 2900 300 -8044.2363 0 -8008.4959 6534.6291 23077.176
- 3000 308.55125 -8045.1049 0 -8008.3457 2319.2124 23193.191
-Loop time of 46.7216 on 1 procs for 3000 steps with 1912 atoms
-
-Pair time (%) = 45.8546 (98.1444)
-Neigh time (%) = 0.622606 (1.33259)
-Comm time (%) = 0.0498846 (0.10677)
-Outpt time (%) = 0.0463471 (0.0991986)
-Other time (%) = 0.148106 (0.316996)
+ 0 300.50853 -8173.6884 0 -8137.8874 4992.9811 19894.297
+ 100 292.0799 -8177.7235 0 -8142.9266 2566.6872 19871.516
+ 200 306.71233 -8177.1504 0 -8140.6103 872.78764 20047.2
+ 300 295.7806 -8172.9505 0 -8137.7127 -1053.769 20091.657
+ 400 309.18439 -8169.6374 0 -8132.8028 -1784.5443 20122.178
+ 500 304.51122 -8163.9147 0 -8127.6369 -160.26993 20183.44
+ 600 300 -8158.55 0 -8122.8096 1555.2344 20279.887
+ 700 304.32794 -8149.4746 0 -8113.2185 3700.5984 20430.504
+ 800 304.79621 -8138.8368 0 -8102.5249 3721.6015 20510.74
+ 900 303.87706 -8128.16 0 -8091.9576 4387.1435 20638.992
+ 1000 300 -8113.4908 0 -8077.7503 6186.7017 20755.029
+ 1100 306.13485 -8097.1731 0 -8060.7018 8904.6623 20879.616
+ 1200 309.15674 -8081.8589 0 -8045.0276 10523.683 20996.875
+ 1300 304.48415 -8064.5597 0 -8028.2851 10063.026 21126.348
+ 1400 300 -8046.7606 0 -8011.0202 10972.46 21238.721
+ 1500 300 -8041.3545 0 -8005.614 11939.553 21374.301
+ 1600 309.60382 -8035.2271 0 -7998.3425 11340.231 21530.1
+ 1700 300 -8029.1688 0 -7993.4284 11298.984 21635.492
+ 1800 300 -8034.2178 0 -7998.4773 9635.8998 21737.07
+ 1900 299.69156 -8037.3123 0 -8001.6086 6094.2811 21857.993
+ 2000 308.23519 -8030.0074 0 -7993.2859 3176.5086 21983.182
+ 2100 300 -8031.5977 0 -7995.8573 1352.4566 22112.054
+ 2200 300 -8039.3918 0 -8003.6514 2078.9229 22231.755
+ 2300 305.77226 -8038.7518 0 -8002.3237 3408.6101 22345.35
+ 2400 300 -8034.7719 0 -7999.0314 5324.2456 22468.716
+ 2500 300 -8034.9187 0 -7999.1782 7770.9385 22588.417
+ 2600 300 -8034.3037 0 -7998.5633 10402.367 22709.34
+ 2700 304.22676 -8032.9652 0 -7996.7213 11603.947 22840.035
+ 2800 306.55646 -8032.2292 0 -7995.7077 10585.627 22959.736
+ 2900 304.12756 -8031.7372 0 -7995.505 7574.3331 23087.988
+ 3000 301.87833 -8033.9958 0 -7998.0316 4111.4578 23197.918
+Loop time of 50.5684 on 1 procs for 3000 steps with 1912 atoms
+
+Pair time (%) = 49.7489 (98.3795)
+Neigh time (%) = 0.619643 (1.22536)
+Comm time (%) = 0.0495932 (0.0980715)
+Outpt time (%) = 0.000526667 (0.00104149)
+Other time (%) = 0.149708 (0.29605)
Nlocal: 1912 ave 1912 max 1912 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1658 ave 1658 max 1658 min
+Nghost: 1657 ave 1657 max 1657 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 23394 ave 23394 max 23394 min
+Neighs: 23337 ave 23337 max 23337 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 46788 ave 46788 max 46788 min
+FullNghs: 46674 ave 46674 max 46674 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Total # of neighbors = 46788
-Ave neighs/atom = 24.4707
-Neighbor list builds = 222
+Total # of neighbors = 46674
+Ave neighs/atom = 24.4111
+Neighbor list builds = 219
Dangerous builds = 0
diff --git a/examples/meam/log.meam.shear.18Feb13.linux.4 b/examples/meam/log.meam.shear.18Feb13.linux.4
new file mode 100644
index 000000000..04c471c00
--- /dev/null
+++ b/examples/meam/log.meam.shear.18Feb13.linux.4
@@ -0,0 +1,169 @@
+LAMMPS (18 Feb 2013)
+# 3d metal shear simulation
+
+units metal
+boundary s s p
+
+atom_style atomic
+lattice fcc 3.52
+Lattice spacing in x,y,z = 3.52 3.52 3.52
+region box block 0 16.0 0 10.0 0 2.828427
+create_box 3 box
+Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
+ 2 by 2 by 1 MPI processor grid
+
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+Lattice spacing in x,y,z = 3.52 4.97803 4.97803
+create_atoms 1 box
+Created 1912 atoms
+
+pair_style meam
+pair_coeff * * library.meam Ni4 Ni.meam Ni4 Ni4 Ni4
+
+neighbor 0.3 bin
+neigh_modify delay 5
+
+region lower block INF INF INF 0.9 INF INF
+region upper block INF INF 6.1 INF INF INF
+group lower region lower
+264 atoms in group lower
+group upper region upper
+264 atoms in group upper
+group boundary union lower upper
+528 atoms in group boundary
+group mobile subtract all boundary
+1384 atoms in group mobile
+
+set group lower type 2
+ 264 settings made for type
+set group upper type 3
+ 264 settings made for type
+
+# void
+
+#region void cylinder z 8 5 2.5 INF INF
+#delete_atoms region void
+
+# temp controllers
+
+compute new3d mobile temp
+compute new2d mobile temp/partial 0 1 1
+
+# equilibrate
+
+velocity mobile create 300.0 5812775 temp new3d
+fix 1 all nve
+fix 2 boundary setforce 0.0 0.0 0.0
+
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new3d
+
+thermo 25
+thermo_modify temp new3d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+timestep 0.001
+run 100
+Memory usage per processor = 5.9664 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 300 -8232.7767 0 -8179.1466 1386.6643 19547.02
+ 25 221.59546 -8187.6813 0 -8148.0673 9100.4509 19547.02
+ 50 300 -8150.0685 0 -8096.4384 10317.407 19685.743
+ 75 307.76021 -8164.6669 0 -8109.6496 6289.7138 19757.814
+ 100 300 -8176.5141 0 -8122.884 4162.2559 19873.327
+Loop time of 0.435571 on 4 procs for 100 steps with 1912 atoms
+
+Pair time (%) = 0.421216 (96.7044)
+Neigh time (%) = 0.00371981 (0.854007)
+Comm time (%) = 0.00860035 (1.9745)
+Outpt time (%) = 8.96454e-05 (0.0205811)
+Other time (%) = 0.00194496 (0.446531)
+
+Nlocal: 478 ave 492 max 465 min
+Histogram: 2 0 0 0 0 0 0 0 1 1
+Nghost: 809 ave 822 max 795 min
+Histogram: 1 1 0 0 0 0 0 0 0 2
+Neighs: 5916 ave 6133 max 5658 min
+Histogram: 1 0 0 1 0 0 0 0 1 1
+FullNghs: 11832 ave 12277 max 11299 min
+Histogram: 1 0 0 1 0 0 0 0 1 1
+
+Total # of neighbors = 47328
+Ave neighs/atom = 24.7531
+Neighbor list builds = 5
+Dangerous builds = 0
+
+# shear
+
+velocity upper set 1.0 0 0
+velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
+
+unfix 3
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new2d
+
+#dump 1 all atom 500 dump.meam.shear
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
+thermo 100
+thermo_modify temp new2d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+reset_timestep 0
+run 3000
+Memory usage per processor = 6.01067 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 295.42794 -8176.5141 0 -8141.3183 3169.3113 19886.93
+ 100 292.02876 -8176.5475 0 -8141.7567 -826.45881 19918.758
+ 200 306.10676 -8176.7837 0 -8140.3158 -1371.1065 19948.794
+ 300 300 -8172.6378 0 -8136.8974 -1736.2602 20086.712
+ 400 306.48529 -8168.4581 0 -8131.9451 -957.8783 20111.985
+ 500 309.89005 -8166.3097 0 -8129.391 -1024.7828 20200.517
+ 600 302.35862 -8157.8008 0 -8121.7794 540.69714 20316.092
+ 700 292.46062 -8149.9463 0 -8115.1041 1709.248 20448.424
+ 800 306.03297 -8139.326 0 -8102.8669 4197.3195 20522.955
+ 900 302.01714 -8127.2712 0 -8091.2905 6337.0018 20634.106
+ 1000 300 -8112.4155 0 -8076.675 7383.2425 20759.915
+ 1100 303.06207 -8097.0321 0 -8060.9268 7921.3462 20879.616
+ 1200 300.99295 -8079.4118 0 -8043.5531 10534.001 20995.654
+ 1300 300 -8065.6269 0 -8029.8865 10683.83 21125.127
+ 1400 300 -8050.6108 0 -8014.8704 9586.4735 21255.821
+ 1500 300 -8041.9686 0 -8006.2281 9655.7424 21365.751
+ 1600 308.48003 -8031.9005 0 -7995.1498 10878.449 21496.446
+ 1700 300 -8018.8868 0 -7983.1463 11313.466 21610.04
+ 1800 300 -8011.819 0 -7976.0786 11545.414 21730.963
+ 1900 300 -8008.9295 0 -7973.1891 9195.9922 21861.658
+ 2000 300 -8013.4803 0 -7977.7399 5835.8211 21977.695
+ 2100 300 -8024.1289 0 -7988.3885 1247.1291 22107.168
+ 2200 300 -8035.3879 0 -7999.6475 755.15155 22219.541
+ 2300 300 -8039.784 0 -8004.0436 990.04968 22355.121
+ 2400 300 -8044.0207 0 -8008.2803 -798.93073 22469.937
+ 2500 300 -8045.7015 0 -8009.9611 -2282.7 22588.417
+ 2600 309.16599 -8043.0604 0 -8006.228 -1333.726 22713.005
+ 2700 297.78976 -8035.0476 0 -7999.5705 -1819.5883 22842.478
+ 2800 306.30156 -8029.889 0 -7993.3979 -155.02495 22962.179
+ 2900 300 -8028.0102 0 -7992.2698 731.08083 23083.102
+ 3000 300 -8025.8905 0 -7990.15 2169.2725 23200.361
+Loop time of 13.8874 on 4 procs for 3000 steps with 1912 atoms
+
+Pair time (%) = 13.3529 (96.1508)
+Neigh time (%) = 0.161529 (1.16313)
+Comm time (%) = 0.316078 (2.276)
+Outpt time (%) = 0.000714779 (0.00514694)
+Other time (%) = 0.0562313 (0.404907)
+
+Nlocal: 478 ave 511 max 445 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+Nghost: 787.5 ave 833 max 753 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+Neighs: 5805 ave 6124 max 5486 min
+Histogram: 1 1 0 0 0 0 0 0 1 1
+FullNghs: 11610 ave 12225 max 11027 min
+Histogram: 1 1 0 0 0 0 0 0 1 1
+
+Total # of neighbors = 46440
+Ave neighs/atom = 24.2887
+Neighbor list builds = 222
+Dangerous builds = 0
diff --git a/examples/meam/log.meam.shear.9Jan12.linux.4 b/examples/meam/log.meam.shear.9Jan12.linux.4
deleted file mode 100644
index 8787721f0..000000000
--- a/examples/meam/log.meam.shear.9Jan12.linux.4
+++ /dev/null
@@ -1,165 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 3d metal shear simulation
-
-units metal
-boundary s s p
-
-atom_style atomic
-lattice fcc 3.52
-Lattice spacing in x,y,z = 3.52 3.52 3.52
-region box block 0 16.0 0 10.0 0 2.828427
-create_box 3 box
-Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
- 2 by 2 by 1 MPI processor grid
-
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
-Lattice spacing in x,y,z = 3.52 4.97803 4.97803
-create_atoms 1 box
-Created 1912 atoms
-
-pair_style meam
-pair_coeff * * library.meam Ni4 Ni.meam Ni4 Ni4 Ni4
-
-neighbor 0.3 bin
-neigh_modify delay 5
-
-region lower block INF INF INF 0.9 INF INF
-region upper block INF INF 6.1 INF INF INF
-group lower region lower
-264 atoms in group lower
-group upper region upper
-264 atoms in group upper
-group boundary union lower upper
-528 atoms in group boundary
-group mobile subtract all boundary
-1384 atoms in group mobile
-
-set group lower type 2
- 264 settings made for type
-set group upper type 3
- 264 settings made for type
-
-# void
-
-#region void cylinder z 8 5 2.5 INF INF
-#delete_atoms region void
-
-# temp controllers
-
-compute new3d mobile temp
-compute new2d mobile temp/partial 0 1 1
-
-# equilibrate
-
-velocity mobile create 300.0 5812775 temp new3d
-fix 1 all nve
-fix 2 boundary setforce 0.0 0.0 0.0
-
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new3d
-
-thermo 25
-thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-timestep 0.001
-run 100
-Memory usage per processor = 5.96949 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -8232.7767 0 -8179.1466 1387.2089 19539.346
- 25 223.02513 -8188.2962 0 -8148.4267 8998.4716 19539.346
- 50 300 -8152.0635 0 -8098.4335 10060.658 19678.279
- 75 308.13652 -8164.4552 0 -8109.3706 6520.8872 19773.8
- 100 300 -8178.2806 0 -8124.6506 4001.6051 19951.128
-Loop time of 0.400293 on 4 procs for 100 steps with 1912 atoms
-
-Pair time (%) = 0.387236 (96.7382)
-Neigh time (%) = 0.00367391 (0.917806)
-Comm time (%) = 0.00746405 (1.86465)
-Outpt time (%) = 9.32813e-05 (0.0233033)
-Other time (%) = 0.00182539 (0.456014)
-
-Nlocal: 478 ave 486 max 469 min
-Histogram: 1 0 1 0 0 0 0 0 1 1
-Nghost: 809 ave 818 max 801 min
-Histogram: 1 1 0 0 0 0 0 1 0 1
-Neighs: 5932.75 ave 6076 max 5807 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-FullNghs: 11865.5 ave 12111 max 11653 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-
-Total # of neighbors = 47462
-Ave neighs/atom = 24.8232
-Neighbor list builds = 5
-Dangerous builds = 0
-
-# shear
-
-velocity upper set 1.0 0 0
-velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
-
-unfix 3
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new2d
-
-dump 1 all atom 100 dump.meam
-thermo 100
-thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-reset_timestep 0
-run 3000
-Memory usage per processor = 6.01016 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 292.28828 -8178.2806 0 -8143.4589 2992.7013 19964.244
- 100 301.02661 -8174.1628 0 -8138.3 441.39614 19947.951
- 200 290.97251 -8175.7136 0 -8141.0487 -438.32628 19981.719
- 300 304.4239 -8173.5555 0 -8137.288 -2447.7976 20067.185
- 400 305.76192 -8168.2982 0 -8131.8713 -814.70984 20153.166
- 500 304.73368 -8164.7296 0 -8128.4252 -963.99012 20227.497
- 600 300.12426 -8157.4957 0 -8121.7405 39.926198 20299.368
- 700 301.07583 -8150.7214 0 -8114.8528 2178.1731 20419.159
- 800 297.37471 -8139.56 0 -8104.1323 4209.733 20518.203
- 900 304.4007 -8127.6685 0 -8091.4038 6132.0576 20631.103
- 1000 306.98916 -8112.2064 0 -8075.6333 8585.8087 20758.108
- 1100 303.05268 -8097.0258 0 -8060.9217 9885.1628 20871.68
- 1200 300.37461 -8081.159 0 -8045.3739 9988.7374 20999.907
- 1300 307.55251 -8065.2275 0 -8028.5873 10516.036 21126.912
- 1400 303.2639 -8051.2915 0 -8015.1623 11668.072 21235.599
- 1500 300 -8039.6298 0 -8003.8893 12498.158 21361.383
- 1600 300 -8032.3339 0 -7996.5935 13558.654 21487.167
- 1700 300 -8021.6093 0 -7985.8689 13720.956 21608.067
- 1800 300 -8013.5338 0 -7977.7933 10671.997 21727.745
- 1900 300 -8014.5801 0 -7978.8396 6968.6386 21849.865
- 2000 300 -8026.6571 0 -7990.9167 3269.4443 21974.428
- 2100 300 -8033.1013 0 -7997.3609 1537.4207 22102.655
- 2200 307.36281 -8028.6497 0 -7992.0321 3817.5435 22222.333
- 2300 300 -8027.913 0 -7992.1726 3488.2549 22348.117
- 2400 300 -8035.0837 0 -7999.3433 2982.0314 22465.353
- 2500 304.59101 -8038.8331 0 -8002.5457 1690.5828 22581.367
- 2600 300 -8038.555 0 -8002.8146 1526.8827 22699.824
- 2700 300 -8040.1447 0 -8004.4043 736.6537 22824.387
- 2800 308.16594 -8041.4384 0 -8004.7252 -602.64831 22948.95
- 2900 300 -8038.5929 0 -8002.8524 -884.13202 23067.406
- 3000 300 -8037.9149 0 -8002.1744 -1850.8904 23201.739
-Loop time of 13.031 on 4 procs for 3000 steps with 1912 atoms
-
-Pair time (%) = 12.489 (95.8408)
-Neigh time (%) = 0.16103 (1.23574)
-Comm time (%) = 0.275773 (2.11628)
-Outpt time (%) = 0.049704 (0.381428)
-Other time (%) = 0.0554834 (0.425779)
-
-Nlocal: 478 ave 511 max 445 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-Nghost: 789 ave 828 max 753 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Neighs: 5745.75 ave 6118 max 5418 min
-Histogram: 1 1 0 0 0 0 0 1 0 1
-FullNghs: 11491.5 ave 12238 max 10833 min
-Histogram: 1 1 0 0 0 0 1 0 0 1
-
-Total # of neighbors = 45966
-Ave neighs/atom = 24.0408
-Neighbor list builds = 222
-Dangerous builds = 0
diff --git a/examples/melt/log.melt.9Jan12.linux.1 b/examples/melt/log.melt.18Feb13.linux.1
similarity index 74%
rename from examples/melt/log.melt.9Jan12.linux.1
rename to examples/melt/log.melt.18Feb13.linux.1
index 021353245..9b856db43 100644
--- a/examples/melt/log.melt.9Jan12.linux.1
+++ b/examples/melt/log.melt.18Feb13.linux.1
@@ -1,57 +1,60 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 10 0 10 0 10
create_box 1 box
Created orthogonal box = (0 0 0) to (16.796 16.796 16.796)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 4000 atoms
mass 1 1.0
velocity all create 3.0 87287
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify every 20 delay 0 check no
fix 1 all nve
-dump id all atom 50 dump.melt
+#dump id all atom 50 dump.melt
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
thermo 50
run 250
-Memory usage per processor = 2.35378 Mbytes
+Memory usage per processor = 2.37286 Mbytes
Step Temp E_pair E_mol TotEng Press
0 3 -6.7733681 0 -2.2744931 -3.7033504
50 1.6758903 -4.7955425 0 -2.2823355 5.670064
100 1.6458363 -4.7492704 0 -2.2811332 5.8691042
150 1.6324555 -4.7286791 0 -2.280608 5.9589514
200 1.6630725 -4.7750988 0 -2.2811136 5.7364886
250 1.6275257 -4.7224992 0 -2.281821 5.9567365
-Loop time of 0.734027 on 1 procs for 250 steps with 4000 atoms
+Loop time of 0.722158 on 1 procs for 250 steps with 4000 atoms
-Pair time (%) = 0.608454 (82.8925)
-Neigh time (%) = 0.0777593 (10.5935)
-Comm time (%) = 0.0137377 (1.87155)
-Outpt time (%) = 0.0153244 (2.08771)
-Other time (%) = 0.0187521 (2.55469)
+Pair time (%) = 0.609933 (84.4598)
+Neigh time (%) = 0.0793972 (10.9944)
+Comm time (%) = 0.0139024 (1.92512)
+Outpt time (%) = 9.27448e-05 (0.0128427)
+Other time (%) = 0.0188324 (2.6078)
Nlocal: 4000 ave 4000 max 4000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 5499 ave 5499 max 5499 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 151513 ave 151513 max 151513 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 151513
Ave neighs/atom = 37.8783
Neighbor list builds = 12
Dangerous builds = 0
diff --git a/examples/melt/log.melt.9Jan12.linux.4 b/examples/melt/log.melt.18Feb13.linux.4
similarity index 74%
rename from examples/melt/log.melt.9Jan12.linux.4
rename to examples/melt/log.melt.18Feb13.linux.4
index a1dfe7fca..e02ace121 100644
--- a/examples/melt/log.melt.9Jan12.linux.4
+++ b/examples/melt/log.melt.18Feb13.linux.4
@@ -1,57 +1,60 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d Lennard-Jones melt
units lj
atom_style atomic
lattice fcc 0.8442
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
region box block 0 10 0 10 0 10
create_box 1 box
Created orthogonal box = (0 0 0) to (16.796 16.796 16.796)
1 by 2 by 2 MPI processor grid
create_atoms 1 box
Created 4000 atoms
mass 1 1.0
velocity all create 3.0 87287
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify every 20 delay 0 check no
fix 1 all nve
-dump id all atom 50 dump.melt
+#dump id all atom 50 dump.melt
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
thermo 50
run 250
-Memory usage per processor = 1.88302 Mbytes
+Memory usage per processor = 1.89067 Mbytes
Step Temp E_pair E_mol TotEng Press
0 3 -6.7733681 0 -2.2744931 -3.7033504
50 1.6754119 -4.7947589 0 -2.2822693 5.6615925
100 1.6503357 -4.756014 0 -2.2811293 5.8050524
150 1.6596605 -4.7699432 0 -2.2810749 5.7830138
200 1.6371874 -4.7365462 0 -2.2813789 5.9246674
250 1.6323462 -4.7292021 0 -2.2812949 5.9762238
-Loop time of 0.233054 on 4 procs for 250 steps with 4000 atoms
+Loop time of 0.214934 on 4 procs for 250 steps with 4000 atoms
-Pair time (%) = 0.160472 (68.8563)
-Neigh time (%) = 0.0206246 (8.84973)
-Comm time (%) = 0.0306477 (13.1505)
-Outpt time (%) = 0.0157282 (6.74875)
-Other time (%) = 0.00558102 (2.39473)
+Pair time (%) = 0.159902 (74.3957)
+Neigh time (%) = 0.021036 (9.78721)
+Comm time (%) = 0.0281214 (13.0837)
+Outpt time (%) = 0.000122249 (0.0568775)
+Other time (%) = 0.00575262 (2.67646)
Nlocal: 1000 ave 1010 max 982 min
Histogram: 1 0 0 0 0 0 1 0 0 2
Nghost: 2703.75 ave 2713 max 2689 min
Histogram: 1 0 0 0 0 0 0 2 0 1
Neighs: 37915.5 ave 39239 max 36193 min
Histogram: 1 0 0 0 0 1 1 0 0 1
Total # of neighbors = 151662
Ave neighs/atom = 37.9155
Neighbor list builds = 12
Dangerous builds = 0
diff --git a/examples/micelle/log.micelle.18Feb13.linux.1 b/examples/micelle/log.micelle.18Feb13.linux.1
new file mode 100644
index 000000000..f6da0d7be
--- /dev/null
+++ b/examples/micelle/log.micelle.18Feb13.linux.1
@@ -0,0 +1,209 @@
+LAMMPS (18 Feb 2013)
+# 2d micelle simulation
+
+dimension 2
+
+neighbor 0.3 bin
+neigh_modify delay 5
+
+atom_style bond
+
+# Soft potential push-off
+
+read_data data.micelle
+ 1 = max bonds/atom
+ orthogonal box = (0 0 -0.1) to (35.8569 35.8569 0.1)
+ 1 by 1 by 1 MPI processor grid
+ 1200 atoms
+ 300 bonds
+ 2 = max # of 1-2 neighbors
+ 1 = max # of 1-3 neighbors
+ 1 = max # of 1-4 neighbors
+ 2 = max # of special neighbors
+special_bonds fene
+ 2 = max # of 1-2 neighbors
+ 2 = max # of special neighbors
+
+pair_style soft 1.12246
+pair_coeff * * 0.0 1.12246
+
+bond_style harmonic
+bond_coeff 1 50.0 0.75
+
+velocity all create 0.45 2349852
+
+variable prefactor equal ramp(1.0,20.0)
+
+fix 1 all nve
+fix 2 all temp/rescale 100 0.45 0.45 0.02 1.0
+fix 3 all adapt 1 pair soft a * * v_prefactor
+fix 4 all enforce2d
+
+thermo 50
+run 1000
+Memory usage per processor = 2.4798 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 0.45 0.40003481 2.2200223e-06 0.84966203 0.78952518
+ 50 0.47411013 0.67721272 0.057404514 1.2083323 1.3375852
+ 100 0.45 0.73046745 0.054836584 1.234929 2.3196516
+ 150 0.67521742 0.72402001 0.043490075 1.4421648 2.8744416
+ 200 0.45 0.78481891 0.076931503 1.3113754 3.0412388
+ 250 0.66479018 0.69790602 0.081075564 1.4432178 3.6917024
+ 300 0.45 0.76820218 0.066727591 1.2845548 3.7861054
+ 350 0.67619136 0.625715 0.072722727 1.3740656 4.2861621
+ 400 0.45 0.68527759 0.090724527 1.2256271 4.4725214
+ 450 0.56702844 0.64402767 0.080555563 1.2911391 4.7402211
+ 500 0.45 0.64883009 0.078376672 1.1768318 4.7919294
+ 550 0.564664 0.58260368 0.080779475 1.2275766 4.9855705
+ 600 0.45 0.58193041 0.088386617 1.119942 5.131481
+ 650 0.52110993 0.5415273 0.097683746 1.1598867 5.2500294
+ 700 0.45 0.50856787 0.088471208 1.0466641 5.2550165
+ 750 0.51510855 0.47441291 0.089429375 1.0785216 5.375763
+ 800 0.45 0.49926696 0.085958476 1.0348504 5.4665914
+ 850 0.50688494 0.46614429 0.088962292 1.0615691 5.556932
+ 900 0.45 0.47785593 0.10150857 1.0289895 5.7765975
+ 950 0.49590559 0.46050477 0.096404887 1.052402 5.8649245
+ 1000 0.45 0.47691182 0.08808163 1.0146185 6.0177568
+Loop time of 0.16137 on 1 procs for 1000 steps with 1200 atoms
+
+Pair time (%) = 0.103494 (64.1344)
+Bond time (%) = 0.00649524 (4.02506)
+Neigh time (%) = 0.0191967 (11.8961)
+Comm time (%) = 0.00400829 (2.48391)
+Outpt time (%) = 0.000231028 (0.143166)
+Other time (%) = 0.027945 (17.3174)
+
+Nlocal: 1200 ave 1200 max 1200 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 195 ave 195 max 195 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 3136 ave 3136 max 3136 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 3136
+Ave neighs/atom = 2.61333
+Ave special neighs/atom = 0.5
+Neighbor list builds = 92
+Dangerous builds = 0
+
+unfix 3
+
+# Main run
+
+pair_style lj/cut 2.5
+
+# solvent/head - full-size and long-range
+
+pair_coeff 1 1 1.0 1.0 2.5
+pair_coeff 2 2 1.0 1.0 2.5
+pair_coeff 1 2 1.0 1.0 2.5
+
+# tail/tail - size-averaged and long-range
+
+pair_coeff 3 3 1.0 0.75 2.5
+pair_coeff 4 4 1.0 0.50 2.5
+pair_coeff 3 4 1.0 0.67 2.5
+
+# solvent/tail - full-size and repulsive
+
+pair_coeff 1 3 1.0 1.0 1.12246
+pair_coeff 1 4 1.0 1.0 1.12246
+
+# head/tail - size-averaged and repulsive
+
+pair_coeff 2 3 1.0 0.88 1.12246
+pair_coeff 2 4 1.0 0.75 1.12246
+
+thermo 1000
+
+#dump 1 all atom 2000 dump.micelle
+
+#dump 1 all image 2000 image.*.jpg type type zoom 1.6
+#dump_modify 1 pad 5 adiam 1 0.5 adiam 2 1.5 adiam 3 1.0 adiam 4 0.75
+
+reset_timestep 0
+run 60000
+Memory usage per processor = 2.63239 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 0.45 -1.7056163 0.08808163 -1.1679097 3.9431686
+ 1000 0.45 -1.9727753 0.058614052 -1.4645362 1.9980678
+ 2000 0.45 -2.001583 0.074586381 -1.4773716 1.677722
+ 3000 0.45 -2.01376 0.065369685 -1.4987654 1.5672632
+ 4000 0.44978364 -2.0284623 0.069543994 -1.5095095 1.3255914
+ 5000 0.4515788 -2.0213579 0.063453981 -1.5067015 1.2898067
+ 6000 0.44084238 -2.0220208 0.059857725 -1.5216881 1.3664878
+ 7000 0.45280746 -2.0465582 0.056091161 -1.538037 1.1247107
+ 8000 0.45575503 -2.0556878 0.056250977 -1.5440615 1.2847641
+ 9000 0.45541476 -2.0383734 0.062759047 -1.5205791 1.4205644
+ 10000 0.43553889 -2.0491499 0.064724759 -1.5492492 1.2479479
+ 11000 0.46199123 -2.0775949 0.05294824 -1.5630404 0.91003048
+ 12000 0.45116812 -2.0484232 0.065204884 -1.5324262 1.1225658
+ 13000 0.44686952 -2.0599878 0.049287713 -1.564203 1.1154998
+ 14000 0.45212998 -2.0625951 0.058683349 -1.5521586 0.98441931
+ 15000 0.4556105 -2.0756197 0.059200748 -1.5611881 0.95502443
+ 16000 0.45043625 -2.0824009 0.064992475 -1.5673475 1.1101553
+ 17000 0.44547914 -2.0937506 0.063134923 -1.5855078 1.0387966
+ 18000 0.44560114 -2.0932092 0.063158377 -1.584821 0.92976825
+ 19000 0.46409216 -2.0998691 0.063095466 -1.5730682 0.74222038
+ 20000 0.43356947 -2.079761 0.058993704 -1.5875591 0.98809322
+ 21000 0.43970509 -2.0772972 0.063415284 -1.5745433 1.1679023
+ 22000 0.45439796 -2.0869643 0.060942539 -1.5720025 0.95309247
+ 23000 0.46436648 -2.0865877 0.062283763 -1.5603244 0.82847808
+ 24000 0.45179512 -2.099375 0.057554155 -1.5904022 0.81341216
+ 25000 0.45 -2.1028977 0.053292072 -1.5999806 0.8167413
+ 26000 0.44379478 -2.0953332 0.065257482 -1.5866508 0.79986647
+ 27000 0.45233801 -2.0995326 0.060977813 -1.5865937 0.8732284
+ 28000 0.45416333 -2.0995467 0.051944425 -1.5938174 0.84546945
+ 29000 0.44235173 -2.0819112 0.063209787 -1.5767183 0.7973497
+ 30000 0.463297 -2.1019723 0.052828108 -1.5862333 0.83736896
+ 31000 0.46237603 -2.114332 0.059492046 -1.5928492 0.6791076
+ 32000 0.46010313 -2.1067583 0.06500768 -1.5820309 0.73245227
+ 33000 0.45581512 -2.106217 0.054623133 -1.5961586 0.77209258
+ 34000 0.46132621 -2.1005582 0.063679478 -1.5759369 0.79365061
+ 35000 0.44457465 -2.1009737 0.063096958 -1.5936726 0.77684088
+ 36000 0.46892599 -2.1283119 0.063349886 -1.5964267 0.66757096
+ 37000 0.43919893 -2.117133 0.061828288 -1.6164718 0.82728955
+ 38000 0.46347483 -2.1095945 0.053697761 -1.5928082 0.6018967
+ 39000 0.46560699 -2.134901 0.051889552 -1.6177925 0.61468453
+ 40000 0.45486545 -2.1082829 0.05921023 -1.5945863 0.67314005
+ 41000 0.46926414 -2.1056671 0.052918097 -1.5838759 0.72673846
+ 42000 0.44801848 -2.1122598 0.053198288 -1.6114163 0.7515948
+ 43000 0.44733537 -2.1143993 0.048691802 -1.6187449 0.64883126
+ 44000 0.44330158 -2.0946395 0.063057453 -1.5886499 0.74170615
+ 45000 0.44616358 -2.1212538 0.054840602 -1.6206214 0.72390736
+ 46000 0.43298663 -2.0977927 0.063259619 -1.6019073 0.75151063
+ 47000 0.45 -2.093575 0.062292347 -1.5816576 0.83230853
+ 48000 0.43668769 -2.1011039 0.055608008 -1.6091721 0.81680002
+ 49000 0.43402566 -2.1180572 0.0705711 -1.6138221 0.61733524
+ 50000 0.45870183 -2.1234461 0.061839249 -1.6032873 0.71893984
+ 51000 0.46897063 -2.1240109 0.056638825 -1.5987922 0.57223633
+ 52000 0.44547026 -2.114712 0.066830872 -1.6027821 0.88042497
+ 53000 0.45698191 -2.1088353 0.055900552 -1.5963336 0.73302935
+ 54000 0.46105819 -2.1164732 0.053844244 -1.6019549 0.52305471
+ 55000 0.46526131 -2.1168922 0.053629683 -1.5983889 0.74647219
+ 56000 0.4610805 -2.1203778 0.060044544 -1.5996369 0.56764901
+ 57000 0.43539083 -2.1162246 0.058878039 -1.6223185 0.63599171
+ 58000 0.45613812 -2.1341668 0.059717309 -1.6186914 0.5752578
+ 59000 0.45035503 -2.1066421 0.056509876 -1.6001524 0.69875083
+ 60000 0.46528439 -2.1306197 0.058828427 -1.6068946 0.47995479
+Loop time of 13.4627 on 1 procs for 60000 steps with 1200 atoms
+
+Pair time (%) = 9.23657 (68.6086)
+Bond time (%) = 0.391739 (2.90981)
+Neigh time (%) = 1.90366 (14.1403)
+Comm time (%) = 0.341246 (2.53475)
+Outpt time (%) = 0.000712633 (0.00529339)
+Other time (%) = 1.58877 (11.8013)
+
+Nlocal: 1200 ave 1200 max 1200 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 450 ave 450 max 450 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 9799 ave 9799 max 9799 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 9799
+Ave neighs/atom = 8.16583
+Ave special neighs/atom = 0.5
+Neighbor list builds = 4876
+Dangerous builds = 0
diff --git a/examples/micelle/log.micelle.9Jan12.linux.4 b/examples/micelle/log.micelle.18Feb13.linux.4
similarity index 90%
rename from examples/micelle/log.micelle.9Jan12.linux.4
rename to examples/micelle/log.micelle.18Feb13.linux.4
index 95dd7502c..fde78dfe1 100644
--- a/examples/micelle/log.micelle.9Jan12.linux.4
+++ b/examples/micelle/log.micelle.18Feb13.linux.4
@@ -1,205 +1,209 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d micelle simulation
dimension 2
neighbor 0.3 bin
neigh_modify delay 5
atom_style bond
# Soft potential push-off
read_data data.micelle
1 = max bonds/atom
orthogonal box = (0 0 -0.1) to (35.8569 35.8569 0.1)
2 by 2 by 1 MPI processor grid
1200 atoms
300 bonds
2 = max # of 1-2 neighbors
1 = max # of 1-3 neighbors
1 = max # of 1-4 neighbors
2 = max # of special neighbors
special_bonds fene
2 = max # of 1-2 neighbors
2 = max # of special neighbors
pair_style soft 1.12246
pair_coeff * * 0.0 1.12246
bond_style harmonic
bond_coeff 1 50.0 0.75
velocity all create 0.45 2349852
variable prefactor equal ramp(1.0,20.0)
fix 1 all nve
fix 2 all temp/rescale 100 0.45 0.45 0.02 1.0
fix 3 all adapt 1 pair soft a * * v_prefactor
fix 4 all enforce2d
thermo 50
run 1000
-Memory usage per processor = 2.79445 Mbytes
+Memory usage per processor = 2.79958 Mbytes
Step Temp E_pair E_mol TotEng Press
0 0.45 0.40003481 2.2200223e-06 0.84966203 0.78952518
50 0.47411013 0.67721272 0.057404514 1.2083323 1.3375852
100 0.45 0.73046745 0.054836584 1.234929 2.3196516
150 0.67521742 0.72402001 0.043490075 1.4421648 2.8744416
200 0.45 0.78481891 0.076931503 1.3113754 3.0412388
250 0.66479018 0.69790602 0.081075564 1.4432178 3.6917024
300 0.45 0.76820218 0.066727591 1.2845548 3.7861054
350 0.67619136 0.625715 0.072722727 1.3740656 4.2861621
400 0.45 0.68527759 0.090724527 1.2256271 4.4725214
450 0.56702844 0.64402767 0.080555563 1.2911391 4.7402211
500 0.45 0.64883009 0.078376672 1.1768318 4.7919294
550 0.564664 0.58260368 0.080779475 1.2275766 4.9855705
600 0.45 0.58193041 0.088386617 1.119942 5.131481
650 0.52110993 0.5415273 0.097683746 1.1598867 5.2500294
700 0.45 0.50856787 0.088471208 1.0466641 5.2550165
750 0.51510855 0.47441291 0.089429375 1.0785216 5.375763
800 0.45 0.49926696 0.085958476 1.0348504 5.4665914
850 0.50688494 0.46614429 0.088962292 1.0615691 5.556932
900 0.45 0.47785593 0.10150857 1.0289895 5.7765975
950 0.49590559 0.46050477 0.096404887 1.052402 5.8649245
1000 0.45 0.47691182 0.08808163 1.0146185 6.0177568
-Loop time of 0.0567175 on 4 procs for 1000 steps with 1200 atoms
+Loop time of 0.0598879 on 4 procs for 1000 steps with 1200 atoms
-Pair time (%) = 0.0264016 (46.5494)
-Bond time (%) = 0.00241357 (4.25543)
-Neigh time (%) = 0.0048123 (8.48469)
-Comm time (%) = 0.0124914 (22.0239)
-Outpt time (%) = 0.000479639 (0.845663)
-Other time (%) = 0.0101189 (17.8409)
+Pair time (%) = 0.0267262 (44.6271)
+Bond time (%) = 0.00173765 (2.90151)
+Neigh time (%) = 0.00505728 (8.44456)
+Comm time (%) = 0.0149809 (25.0149)
+Outpt time (%) = 0.000514269 (0.858719)
+Other time (%) = 0.0108716 (18.1532)
Nlocal: 300 ave 305 max 292 min
Histogram: 1 0 0 0 0 0 1 0 1 1
Nghost: 100.25 ave 108 max 93 min
Histogram: 1 0 1 0 0 0 1 0 0 1
Neighs: 784 ave 815 max 739 min
Histogram: 1 0 0 0 0 0 1 1 0 1
Total # of neighbors = 3136
Ave neighs/atom = 2.61333
Ave special neighs/atom = 0.5
Neighbor list builds = 92
Dangerous builds = 0
unfix 3
# Main run
pair_style lj/cut 2.5
# solvent/head - full-size and long-range
pair_coeff 1 1 1.0 1.0 2.5
pair_coeff 2 2 1.0 1.0 2.5
pair_coeff 1 2 1.0 1.0 2.5
# tail/tail - size-averaged and long-range
pair_coeff 3 3 1.0 0.75 2.5
pair_coeff 4 4 1.0 0.50 2.5
pair_coeff 3 4 1.0 0.67 2.5
# solvent/tail - full-size and repulsive
pair_coeff 1 3 1.0 1.0 1.12246
pair_coeff 1 4 1.0 1.0 1.12246
# head/tail - size-averaged and repulsive
pair_coeff 2 3 1.0 0.88 1.12246
pair_coeff 2 4 1.0 0.75 1.12246
thermo 1000
-dump 1 all atom 500 dump.micelle
+
+#dump 1 all atom 2000 dump.micelle
+
+#dump 1 all image 2000 image.*.jpg type type zoom 1.6
+#dump_modify 1 pad 5 adiam 1 0.5 adiam 2 1.5 adiam 3 1.0 adiam 4 0.75
reset_timestep 0
run 60000
-Memory usage per processor = 2.79445 Mbytes
+Memory usage per processor = 2.79958 Mbytes
Step Temp E_pair E_mol TotEng Press
0 0.45 -1.7056163 0.08808163 -1.1679097 3.9431686
1000 0.45 -1.9727852 0.0586182 -1.464542 1.9980664
2000 0.46082446 -1.977605 0.057039794 -1.4601247 1.726013
3000 0.45 -2.0006402 0.05562923 -1.495386 1.511225
4000 0.4623338 -2.0091993 0.059138048 -1.4881127 1.3542907
5000 0.45 -2.0395585 0.061066034 -1.5288674 1.1830193
6000 0.45905159 -2.0634848 0.058991931 -1.5458239 1.1082099
7000 0.45 -2.0508705 0.061559594 -1.5396859 1.2020831
8000 0.44666556 -2.0397402 0.066632486 -1.5268144 1.2612013
9000 0.45034184 -2.03446 0.064174681 -1.5203188 1.1644088
10000 0.44920732 -2.0856804 0.059525789 -1.5773216 0.93583471
11000 0.45896474 -2.063989 0.064678373 -1.5407284 1.0732096
12000 0.45848122 -2.0752398 0.061533665 -1.555607 1.0281395
13000 0.46738009 -2.0629007 0.067132245 -1.5287778 0.96711354
14000 0.44988856 -2.062354 0.062693783 -1.5501466 1.0123189
15000 0.45098377 -2.072531 0.051120563 -1.5708025 0.97044948
16000 0.45 -2.1017479 0.064909547 -1.5872134 0.90299146
17000 0.4552102 -2.0765865 0.056648474 -1.5651072 0.91280438
18000 0.44824933 -2.0828037 0.058978706 -1.5759492 0.92795752
19000 0.44079166 -2.0556475 0.059088524 -1.5561347 1.1454216
20000 0.44463382 -2.0859907 0.057486911 -1.5842405 0.92599126
21000 0.44406551 -2.0826296 0.056776522 -1.5821577 0.99925665
22000 0.44911834 -2.0711967 0.059641892 -1.5628107 0.95834342
23000 0.43655144 -2.0909928 0.062696368 -1.5921088 0.91119509
24000 0.44867934 -2.1018259 0.055592487 -1.597928 0.76348634
25000 0.45260844 -2.0937068 0.059149636 -1.5823259 0.89135412
26000 0.44898273 -2.1016995 0.066566046 -1.5865249 0.74284381
27000 0.43221936 -2.084773 0.062900549 -1.5900132 0.87821534
28000 0.46292457 -2.0965745 0.055816359 -1.5782193 0.74158202
29000 0.45 -2.1306418 0.063790424 -1.6172264 0.53967764
30000 0.44871717 -2.0907319 0.055486729 -1.586902 0.99873528
31000 0.46125755 -2.0755203 0.056517719 -1.5581294 0.9347469
32000 0.45941056 -2.0914092 0.057505763 -1.5748757 0.89468013
33000 0.46026614 -2.0984679 0.056646234 -1.5819391 0.80740251
34000 0.46916633 -2.1193229 0.054211886 -1.5963356 0.61039936
35000 0.43884901 -2.0922975 0.061924634 -1.5918896 0.79377862
36000 0.43947177 -2.0909805 0.053228588 -1.5986464 0.90484301
37000 0.45414812 -2.1030789 0.055686423 -1.5936228 0.87060399
38000 0.44280127 -2.0908535 0.058003408 -1.5904178 0.8046892
39000 0.45516585 -2.1008067 0.058183565 -1.5878366 0.6089312
40000 0.43067796 -2.0848319 0.062869447 -1.5916434 0.74412702
41000 0.44165418 -2.1259603 0.064019775 -1.6206544 0.6221064
42000 0.43982239 -2.1055547 0.064067567 -1.6020312 0.62130789
43000 0.46586098 -2.1382757 0.05819116 -1.6146118 0.54791918
44000 0.45469796 -2.1328327 0.066699087 -1.6118146 0.52752596
45000 0.45358824 -2.1251041 0.063138554 -1.6087553 0.64714368
46000 0.44191865 -2.1041137 0.059520035 -1.6030433 0.62417966
47000 0.45804456 -2.1075048 0.066124313 -1.5837176 0.82334648
48000 0.45700413 -2.1298865 0.065741607 -1.6075216 0.58174639
49000 0.45842123 -2.1362735 0.056849019 -1.6213852 0.51934277
50000 0.44239274 -2.1182037 0.053635135 -1.6225444 0.59636555
51000 0.45869721 -2.1176213 0.059785615 -1.5995207 0.62467419
52000 0.45 -2.1136347 0.062713868 -1.6012959 0.71773796
53000 0.44480469 -2.1070829 0.061995737 -1.6006531 0.72790523
54000 0.45834924 -2.1352139 0.056517736 -1.6207289 0.64257865
55000 0.44776128 -2.1167768 0.051321782 -1.6180669 0.52184371
56000 0.46087785 -2.1186123 0.059414538 -1.598704 0.72628855
57000 0.44514743 -2.1107461 0.062138072 -1.6038315 0.68847034
58000 0.44897344 -2.1218568 0.056966905 -1.6162906 0.66787759
59000 0.43532599 -2.1262526 0.062848971 -1.6284404 0.61398862
60000 0.44623012 -2.105934 0.05919675 -1.600879 0.73556885
-Loop time of 4.54773 on 4 procs for 60000 steps with 1200 atoms
-
-Pair time (%) = 2.35982 (51.89)
-Bond time (%) = 0.144139 (3.16948)
-Neigh time (%) = 0.498476 (10.961)
-Comm time (%) = 0.923059 (20.2971)
-Outpt time (%) = 0.0965258 (2.1225)
-Other time (%) = 0.525711 (11.5599)
+Loop time of 4.45718 on 4 procs for 60000 steps with 1200 atoms
+
+Pair time (%) = 2.33901 (52.4774)
+Bond time (%) = 0.0977297 (2.19264)
+Neigh time (%) = 0.49103 (11.0166)
+Comm time (%) = 1.01247 (22.7155)
+Outpt time (%) = 0.00150865 (0.0338477)
+Other time (%) = 0.51543 (11.564)
Nlocal: 300 ave 320 max 287 min
Histogram: 2 0 0 0 0 1 0 0 0 1
Nghost: 218.75 ave 232 max 205 min
Histogram: 1 0 0 1 0 0 1 0 0 1
Neighs: 2461 ave 2617 max 2321 min
Histogram: 1 0 1 0 0 0 1 0 0 1
Total # of neighbors = 9844
Ave neighs/atom = 8.20333
Ave special neighs/atom = 0.5
Neighbor list builds = 4879
Dangerous builds = 0
diff --git a/examples/micelle/log.micelle.9Jan12.linux.1 b/examples/micelle/log.micelle.9Jan12.linux.1
deleted file mode 100644
index f06b995d3..000000000
--- a/examples/micelle/log.micelle.9Jan12.linux.1
+++ /dev/null
@@ -1,205 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d micelle simulation
-
-dimension 2
-
-neighbor 0.3 bin
-neigh_modify delay 5
-
-atom_style bond
-
-# Soft potential push-off
-
-read_data data.micelle
- 1 = max bonds/atom
- orthogonal box = (0 0 -0.1) to (35.8569 35.8569 0.1)
- 1 by 1 by 1 MPI processor grid
- 1200 atoms
- 300 bonds
- 2 = max # of 1-2 neighbors
- 1 = max # of 1-3 neighbors
- 1 = max # of 1-4 neighbors
- 2 = max # of special neighbors
-special_bonds fene
- 2 = max # of 1-2 neighbors
- 2 = max # of special neighbors
-
-pair_style soft 1.12246
-pair_coeff * * 0.0 1.12246
-
-bond_style harmonic
-bond_coeff 1 50.0 0.75
-
-velocity all create 0.45 2349852
-
-variable prefactor equal ramp(1.0,20.0)
-
-fix 1 all nve
-fix 2 all temp/rescale 100 0.45 0.45 0.02 1.0
-fix 3 all adapt 1 pair soft a * * v_prefactor
-fix 4 all enforce2d
-
-thermo 50
-run 1000
-Memory usage per processor = 2.47141 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 0.45 0.40003481 2.2200223e-06 0.84966203 0.78952518
- 50 0.47411013 0.67721272 0.057404514 1.2083323 1.3375852
- 100 0.45 0.73046745 0.054836584 1.234929 2.3196516
- 150 0.67521742 0.72402001 0.043490075 1.4421648 2.8744416
- 200 0.45 0.78481891 0.076931503 1.3113754 3.0412388
- 250 0.66479018 0.69790602 0.081075564 1.4432178 3.6917024
- 300 0.45 0.76820218 0.066727591 1.2845548 3.7861054
- 350 0.67619136 0.625715 0.072722727 1.3740656 4.2861621
- 400 0.45 0.68527759 0.090724527 1.2256271 4.4725214
- 450 0.56702844 0.64402767 0.080555563 1.2911391 4.7402211
- 500 0.45 0.64883009 0.078376672 1.1768318 4.7919294
- 550 0.564664 0.58260368 0.080779475 1.2275766 4.9855705
- 600 0.45 0.58193041 0.088386617 1.119942 5.131481
- 650 0.52110993 0.5415273 0.097683746 1.1598867 5.2500294
- 700 0.45 0.50856787 0.088471208 1.0466641 5.2550165
- 750 0.51510855 0.47441291 0.089429375 1.0785216 5.375763
- 800 0.45 0.49926696 0.085958476 1.0348504 5.4665914
- 850 0.50688494 0.46614429 0.088962292 1.0615691 5.556932
- 900 0.45 0.47785593 0.10150857 1.0289895 5.7765975
- 950 0.49590559 0.46050477 0.096404887 1.052402 5.8649245
- 1000 0.45 0.47691182 0.08808163 1.0146185 6.0177568
-Loop time of 0.163739 on 1 procs for 1000 steps with 1200 atoms
-
-Pair time (%) = 0.104032 (63.5352)
-Bond time (%) = 0.00943089 (5.75971)
-Neigh time (%) = 0.0185628 (11.3368)
-Comm time (%) = 0.00374722 (2.28854)
-Outpt time (%) = 0.000244856 (0.14954)
-Other time (%) = 0.0277214 (16.9302)
-
-Nlocal: 1200 ave 1200 max 1200 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 195 ave 195 max 195 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 3136 ave 3136 max 3136 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 3136
-Ave neighs/atom = 2.61333
-Ave special neighs/atom = 0.5
-Neighbor list builds = 92
-Dangerous builds = 0
-
-unfix 3
-
-# Main run
-
-pair_style lj/cut 2.5
-
-# solvent/head - full-size and long-range
-
-pair_coeff 1 1 1.0 1.0 2.5
-pair_coeff 2 2 1.0 1.0 2.5
-pair_coeff 1 2 1.0 1.0 2.5
-
-# tail/tail - size-averaged and long-range
-
-pair_coeff 3 3 1.0 0.75 2.5
-pair_coeff 4 4 1.0 0.50 2.5
-pair_coeff 3 4 1.0 0.67 2.5
-
-# solvent/tail - full-size and repulsive
-
-pair_coeff 1 3 1.0 1.0 1.12246
-pair_coeff 1 4 1.0 1.0 1.12246
-
-# head/tail - size-averaged and repulsive
-
-pair_coeff 2 3 1.0 0.88 1.12246
-pair_coeff 2 4 1.0 0.75 1.12246
-
-thermo 1000
-dump 1 all atom 500 dump.micelle
-
-reset_timestep 0
-run 60000
-Memory usage per processor = 2.62399 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 0.45 -1.7056163 0.08808163 -1.1679097 3.9431686
- 1000 0.45 -1.9727748 0.058613381 -1.4645364 1.9980607
- 2000 0.45568658 -2.0037656 0.074778215 -1.4736806 1.6979005
- 3000 0.43671047 -2.0101721 0.066612232 -1.5072134 1.3631017
- 4000 0.45419638 -2.0139494 0.064399825 -1.4957317 1.3952686
- 5000 0.45368357 -2.0268297 0.065024202 -1.5085 1.3128018
- 6000 0.44241657 -2.0508715 0.065291859 -1.5435318 1.1631984
- 7000 0.44036478 -2.0343729 0.066010146 -1.5283649 1.3395296
- 8000 0.45870389 -2.0491085 0.064635438 -1.5261514 1.1153148
- 9000 0.45 -2.0737557 0.070248782 -1.5538819 1.0579445
- 10000 0.46139552 -2.0614311 0.054305268 -1.5461148 1.040611
- 11000 0.44754946 -2.0536429 0.0571427 -1.5493237 1.170479
- 12000 0.43858048 -2.0504687 0.061823314 -1.5504304 1.2423332
- 13000 0.46060343 -2.0809383 0.062536551 -1.5581822 0.99462586
- 14000 0.46550804 -2.068068 0.059087308 -1.5438606 1.0492141
- 15000 0.4579624 -2.0768414 0.064313259 -1.5549474 0.83362407
- 16000 0.44360024 -2.0691464 0.065649722 -1.5602661 1.1220055
- 17000 0.44503208 -2.09618 0.063717133 -1.5878016 0.98900539
- 18000 0.461234 -2.0784927 0.057483485 -1.5601596 0.80401226
- 19000 0.44546608 -2.090735 0.061518829 -1.5841213 0.76355309
- 20000 0.44633986 -2.0927653 0.062315089 -1.5844823 0.83608229
- 21000 0.450372 -2.0755249 0.053057162 -1.5724711 0.86811182
- 22000 0.44345039 -2.0858484 0.061536473 -1.5812311 0.92966531
- 23000 0.45 -2.063928 0.055870989 -1.558432 1.0935065
- 24000 0.45329768 -2.0734293 0.060520515 -1.5599888 1.0461956
- 25000 0.45681319 -2.0872139 0.067350615 -1.5634308 0.85836474
- 26000 0.44583013 -2.0743622 0.059876855 -1.5690267 0.97050732
- 27000 0.44808108 -2.0876059 0.070652406 -1.5692458 0.86892607
- 28000 0.44385833 -2.0962374 0.060999392 -1.5917496 0.72973926
- 29000 0.44956166 -2.0991557 0.063446674 -1.586522 0.69730962
- 30000 0.45705136 -2.1080785 0.063316064 -1.588092 0.67479754
- 31000 0.46482099 -2.0970514 0.05740009 -1.5752176 0.81521862
- 32000 0.45364967 -2.0971667 0.052600611 -1.5912945 0.78898109
- 33000 0.45385702 -2.0887209 0.054779495 -1.5804626 0.91662113
- 34000 0.43708562 -2.0882541 0.065272457 -1.5862602 0.74846999
- 35000 0.46011213 -2.105422 0.06543394 -1.5802594 0.79254265
- 36000 0.43836246 -2.1030463 0.055383361 -1.6096658 0.81971531
- 37000 0.44491302 -2.1165092 0.061213159 -1.6107538 0.72827756
- 38000 0.44411182 -2.0967838 0.07024247 -1.5827996 0.62405192
- 39000 0.4652381 -2.1072257 0.060295721 -1.5820796 0.72242433
- 40000 0.4330116 -2.0975339 0.052804789 -1.6120784 0.88172486
- 41000 0.46563679 -2.1136635 0.056632893 -1.5917818 0.76149098
- 42000 0.43103564 -2.0993028 0.065196562 -1.6034298 0.61042397
- 43000 0.44462993 -2.1079126 0.05608375 -1.6075695 0.73672778
- 44000 0.45425384 -2.1223201 0.060482945 -1.6079619 0.71258088
- 45000 0.44110675 -2.1200786 0.061448277 -1.6178912 0.74411683
- 46000 0.4378992 -2.1108872 0.059602813 -1.6137501 0.72798368
- 47000 0.44583384 -2.1069635 0.0600688 -1.6014324 0.72077491
- 48000 0.44302348 -2.1081347 0.057510566 -1.6079698 0.8069197
- 49000 0.44419128 -2.1181433 0.063504044 -1.6108181 0.67517074
- 50000 0.45390413 -2.1092822 0.059857025 -1.5958993 0.62284507
- 51000 0.44109908 -2.0904088 0.069414676 -1.5802627 0.90667788
- 52000 0.44966512 -2.1139717 0.054713676 -1.6099676 0.57131384
- 53000 0.45254608 -2.1325691 0.065566583 -1.6148336 0.65040311
- 54000 0.45399241 -2.1211047 0.064668702 -1.6028219 0.6967839
- 55000 0.45065271 -2.1197256 0.059831839 -1.6096166 0.72432124
- 56000 0.44944902 -2.1127808 0.066363238 -1.5973431 0.74175523
- 57000 0.46434143 -2.1326736 0.058493135 -1.6102259 0.63248335
- 58000 0.45747759 -2.1262076 0.063397292 -1.605714 0.50174168
- 59000 0.46484128 -2.1322565 0.059584755 -1.6082178 0.56928364
- 60000 0.46462811 -2.1338631 0.062672867 -1.6069493 0.66404612
-Loop time of 13.6587 on 1 procs for 60000 steps with 1200 atoms
-
-Pair time (%) = 9.19082 (67.2892)
-Bond time (%) = 0.559916 (4.09934)
-Neigh time (%) = 1.90328 (13.9346)
-Comm time (%) = 0.3128 (2.29012)
-Outpt time (%) = 0.111663 (0.817525)
-Other time (%) = 1.58021 (11.5692)
-
-Nlocal: 1200 ave 1200 max 1200 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 385 ave 385 max 385 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 9701 ave 9701 max 9701 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 9701
-Ave neighs/atom = 8.08417
-Ave special neighs/atom = 0.5
-Neighbor list builds = 4896
-Dangerous builds = 0
diff --git a/examples/min/log.min.9Jan12.linux.1 b/examples/min/log.min.18Feb13.linux.1
similarity index 83%
rename from examples/min/log.min.9Jan12.linux.1
rename to examples/min/log.min.18Feb13.linux.1
index cb54edc5e..7b6d28c0e 100644
--- a/examples/min/log.min.9Jan12.linux.1
+++ b/examples/min/log.min.18Feb13.linux.1
@@ -1,111 +1,115 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d Lennard-Jones melt and subsequent energy minimization
units lj
dimension 2
atom_style atomic
lattice sq2 0.8442
Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
region box block 0 20 0 20 -0.1 0.1
create_box 1 box
Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 800 atoms
mass 1 1.0
velocity all create 5.0 87287 loop geom
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
pair_modify shift yes
neighbor 0.3 bin
neigh_modify delay 0 every 1 check yes
fix 1 all nve
fix 2 all enforce2d
-dump 1 all atom 100 dump.min
+#dump 1 all atom 100 dump.min
+
+#dump 1 all image 50 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
thermo 100
run 1000
Memory usage per processor = 2.06282 Mbytes
Step Temp E_pair E_mol TotEng Press
0 5 -2.461717 0 2.532033 5.0190509
100 3.2788864 -0.74311698 0 2.5316708 15.912832
200 3.3041082 -0.77000277 0 2.5299752 15.602653
300 3.3840228 -0.84859211 0 2.5312006 15.188203
400 3.3916063 -0.85694601 0 2.5304208 15.383853
500 3.3136052 -0.77935263 0 2.5301106 15.833296
600 3.3888915 -0.85213741 0 2.532518 15.162759
700 3.2123662 -0.67642106 0 2.5319297 16.310578
800 3.3016847 -0.76574936 0 2.5318082 15.639067
900 3.463125 -0.92707601 0 2.5317201 14.770608
1000 3.3134849 -0.7783474 0 2.5309957 15.658702
-Loop time of 0.202955 on 1 procs for 1000 steps with 800 atoms
+Loop time of 0.198333 on 1 procs for 1000 steps with 800 atoms
-Pair time (%) = 0.127084 (62.6168)
-Neigh time (%) = 0.0454805 (22.4091)
-Comm time (%) = 0.00529456 (2.60874)
-Outpt time (%) = 0.00619006 (3.04997)
-Other time (%) = 0.0189059 (9.31531)
+Pair time (%) = 0.127439 (64.2553)
+Neigh time (%) = 0.0468309 (23.6123)
+Comm time (%) = 0.00531244 (2.67855)
+Outpt time (%) = 0.000103712 (0.052292)
+Other time (%) = 0.0186465 (9.40161)
Nlocal: 800 ave 800 max 800 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 316 ave 316 max 316 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 7747 ave 7747 max 7747 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 7747
Ave neighs/atom = 9.68375
Neighbor list builds = 203
Dangerous builds = 0
neigh_modify delay 0 every 1 check yes
-dump_modify 1 every 25
+#dump_modify 1 every 25
+
thermo 50
minimize 1.0e-6 0.001 1000 10000
Memory usage per processor = 2.74947 Mbytes
Step Temp E_pair E_mol TotEng Press
1000 3.3134849 -0.7783474 0 2.5309957 15.658702
1050 3.3134849 -2.808351 0 0.50099208 1.7334413
1100 3.3134849 -2.8586611 0 0.45068195 1.6058414
1150 3.3134849 -2.8712625 0 0.43808058 1.6049732
1200 3.3134849 -2.8785429 0 0.43080018 1.5883814
1250 3.3134849 -2.8832131 0 0.42612994 1.6155122
1300 3.3134849 -2.8882533 0 0.42108976 1.6323994
1350 3.3134849 -2.8953262 0 0.41401689 1.5991374
1365 3.3134849 -2.895477 0 0.41386606 1.5988878
-Loop time of 0.287008 on 1 procs for 365 steps with 800 atoms
+Loop time of 0.27736 on 1 procs for 365 steps with 800 atoms
Minimization stats:
Stopping criterion = energy tolerance
Energy initial, next-to-last, final =
-0.778347402608 -2.89547454669 -2.89547702741
Force two-norm initial, final = 1921.37 0.684479
Force max component initial, final = 298.456 0.229696
Final line search alpha, max atom move = 0.00501944 0.00115295
Iterations, force evaluations = 365 1305
-Pair time (%) = 0.23213 (80.8794)
-Neigh time (%) = 0.0182872 (6.37167)
-Comm time (%) = 0.00441384 (1.53788)
-Outpt time (%) = 0.00858235 (2.99029)
-Other time (%) = 0.0235941 (8.22073)
+Pair time (%) = 0.231267 (83.3816)
+Neigh time (%) = 0.0190115 (6.85445)
+Comm time (%) = 0.00438023 (1.57926)
+Outpt time (%) = 6.41346e-05 (0.0231232)
+Other time (%) = 0.0226369 (8.16156)
Nlocal: 800 ave 800 max 800 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 319 ave 319 max 319 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 7040 ave 7040 max 7040 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 7040
Ave neighs/atom = 8.8
Neighbor list builds = 83
Dangerous builds = 0
diff --git a/examples/min/log.min.9Jan12.linux.4 b/examples/min/log.min.18Feb13.linux.4
similarity index 81%
rename from examples/min/log.min.9Jan12.linux.4
rename to examples/min/log.min.18Feb13.linux.4
index d9b1b6766..23c82f329 100644
--- a/examples/min/log.min.9Jan12.linux.4
+++ b/examples/min/log.min.18Feb13.linux.4
@@ -1,111 +1,115 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d Lennard-Jones melt and subsequent energy minimization
units lj
dimension 2
atom_style atomic
lattice sq2 0.8442
Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
region box block 0 20 0 20 -0.1 0.1
create_box 1 box
Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
2 by 2 by 1 MPI processor grid
create_atoms 1 box
Created 800 atoms
mass 1 1.0
velocity all create 5.0 87287 loop geom
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
pair_modify shift yes
neighbor 0.3 bin
neigh_modify delay 0 every 1 check yes
fix 1 all nve
fix 2 all enforce2d
-dump 1 all atom 100 dump.min
+#dump 1 all atom 100 dump.min
+
+#dump 1 all image 50 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
thermo 100
run 1000
-Memory usage per processor = 2.06114 Mbytes
+Memory usage per processor = 2.06116 Mbytes
Step Temp E_pair E_mol TotEng Press
0 5 -2.461717 0 2.532033 5.0190509
100 3.2788864 -0.74311698 0 2.5316708 15.912832
200 3.3041082 -0.77000277 0 2.5299752 15.602653
300 3.3840228 -0.84859211 0 2.5312006 15.188203
400 3.3916063 -0.85694601 0 2.5304208 15.383853
500 3.3136052 -0.77935264 0 2.5301106 15.833296
600 3.3888915 -0.85213742 0 2.532518 15.162759
700 3.2123632 -0.67641807 0 2.5319297 16.310592
800 3.3016497 -0.76571656 0 2.531806 15.639198
900 3.4621454 -0.9260857 0 2.531732 14.772965
1000 3.2803075 -0.74465936 0 2.5315477 15.835597
-Loop time of 0.0822566 on 4 procs for 1000 steps with 800 atoms
+Loop time of 0.067068 on 4 procs for 1000 steps with 800 atoms
-Pair time (%) = 0.032889 (39.9834)
-Neigh time (%) = 0.0120565 (14.6572)
-Comm time (%) = 0.0212089 (25.7839)
-Outpt time (%) = 0.00666136 (8.09826)
-Other time (%) = 0.00944078 (11.4772)
+Pair time (%) = 0.0325241 (48.4942)
+Neigh time (%) = 0.0122744 (18.3014)
+Comm time (%) = 0.0142534 (21.2521)
+Outpt time (%) = 0.000184894 (0.275681)
+Other time (%) = 0.00783122 (11.6765)
Nlocal: 200 ave 202 max 198 min
Histogram: 1 0 1 0 0 0 0 1 0 1
Nghost: 170.25 ave 176 max 167 min
Histogram: 1 0 2 0 0 0 0 0 0 1
Neighs: 1936.75 ave 1963 max 1896 min
Histogram: 1 0 0 0 0 1 0 0 1 1
Total # of neighbors = 7747
Ave neighs/atom = 9.68375
Neighbor list builds = 203
Dangerous builds = 0
neigh_modify delay 0 every 1 check yes
-dump_modify 1 every 25
+#dump_modify 1 every 25
+
thermo 50
minimize 1.0e-6 0.001 1000 10000
-Memory usage per processor = 2.74779 Mbytes
+Memory usage per processor = 2.7478 Mbytes
Step Temp E_pair E_mol TotEng Press
1000 3.2803075 -0.74465936 0 2.5315477 15.835597
1050 3.2803075 -2.8198371 0 0.45636995 1.6553949
1100 3.2803075 -2.8554989 0 0.42070813 1.6571551
1150 3.2803075 -2.8646695 0 0.41153758 1.7045388
1200 3.2803075 -2.8688213 0 0.40738582 1.6922085
1250 3.2803075 -2.8764988 0 0.39970826 1.6948532
1300 3.2803075 -2.8776606 0 0.39854651 1.6821387
1350 3.2803075 -2.8789379 0 0.39726915 1.6715024
1365 3.2803075 -2.879076 0 0.3971311 1.66923
-Loop time of 0.117383 on 4 procs for 365 steps with 800 atoms
+Loop time of 0.103431 on 4 procs for 365 steps with 800 atoms
Minimization stats:
Stopping criterion = energy tolerance
Energy initial, next-to-last, final =
-0.744659361981 -2.87907436106 -2.8790759758
Force two-norm initial, final = 2006.88 0.477401
Force max component initial, final = 395.193 0.0879763
Final line search alpha, max atom move = 0.00334856 0.000294593
Iterations, force evaluations = 365 1437
-Pair time (%) = 0.0659144 (56.1533)
-Neigh time (%) = 0.00463283 (3.94676)
-Comm time (%) = 0.0184944 (15.7556)
-Outpt time (%) = 0.00752294 (6.40888)
-Other time (%) = 0.0208185 (17.7355)
+Pair time (%) = 0.0645013 (62.3616)
+Neigh time (%) = 0.0046317 (4.47805)
+Comm time (%) = 0.0178814 (17.2882)
+Outpt time (%) = 0.000117421 (0.113526)
+Other time (%) = 0.0162994 (15.7587)
Nlocal: 200 ave 204 max 194 min
Histogram: 1 0 0 0 0 1 0 0 0 2
Nghost: 171.75 ave 173 max 170 min
Histogram: 1 0 0 1 0 0 0 0 0 2
Neighs: 1762.75 ave 1797 max 1711 min
Histogram: 1 0 0 0 0 0 1 1 0 1
Total # of neighbors = 7051
Ave neighs/atom = 8.81375
Neighbor list builds = 78
Dangerous builds = 0
diff --git a/examples/min/log.min.box.18Feb13.linux.1 b/examples/min/log.min.box.18Feb13.linux.1
new file mode 100644
index 000000000..a5d7d4070
--- /dev/null
+++ b/examples/min/log.min.box.18Feb13.linux.1
@@ -0,0 +1,353 @@
+LAMMPS (18 Feb 2013)
+# 2d Lennard-Jones melt and subsequent energy minimization
+
+units lj
+dimension 2
+atom_style atomic
+
+lattice sq2 0.8442
+Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
+region box block 0 20 0 20 -0.1 0.1
+create_box 1 box
+Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 800 atoms
+mass 1 1.0
+
+velocity all create 5.0 87287 loop geom
+
+pair_style lj/cut 2.5
+pair_coeff 1 1 1.0 1.0 2.5
+pair_modify shift yes
+
+neighbor 0.3 bin
+neigh_modify delay 0 every 1 check yes
+
+fix 1 all nve
+fix 2 all enforce2d
+
+#dump 1 all atom 500 dump.min
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
+thermo 100
+
+run 1000
+Memory usage per processor = 2.06282 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 5 -2.461717 0 2.532033 5.0190509
+ 100 3.2788864 -0.74311698 0 2.5316708 15.912832
+ 200 3.3041082 -0.77000277 0 2.5299752 15.602653
+ 300 3.3840228 -0.84859211 0 2.5312006 15.188203
+ 400 3.3916063 -0.85694601 0 2.5304208 15.383853
+ 500 3.3136052 -0.77935263 0 2.5301106 15.833296
+ 600 3.3888915 -0.85213741 0 2.532518 15.162759
+ 700 3.2123662 -0.67642106 0 2.5319297 16.310578
+ 800 3.3016847 -0.76574936 0 2.5318082 15.639067
+ 900 3.463125 -0.92707601 0 2.5317201 14.770608
+ 1000 3.3134849 -0.7783474 0 2.5309957 15.658702
+Loop time of 0.198071 on 1 procs for 1000 steps with 800 atoms
+
+Pair time (%) = 0.12724 (64.2398)
+Neigh time (%) = 0.0467253 (23.5902)
+Comm time (%) = 0.00525904 (2.65513)
+Outpt time (%) = 0.000102282 (0.0516388)
+Other time (%) = 0.018744 (9.46327)
+
+Nlocal: 800 ave 800 max 800 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 316 ave 316 max 316 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 7747 ave 7747 max 7747 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 7747
+Ave neighs/atom = 9.68375
+Neighbor list builds = 203
+Dangerous builds = 0
+
+neigh_modify delay 0 every 1 check yes
+
+velocity all create 0.0 1
+thermo 50
+minimize 1.0e-6 0.001 1000 10000
+Memory usage per processor = 2.75634 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 1000 0 -0.7783474 0 -0.7783474 12.864955
+ 1050 0 -2.808351 0 -2.808351 -1.0603061
+ 1100 0 -2.8586611 0 -2.8586611 -1.1879061
+ 1150 0 -2.8712625 0 -2.8712625 -1.1887742
+ 1200 0 -2.8785429 0 -2.8785429 -1.205366
+ 1250 0 -2.8832131 0 -2.8832131 -1.1782352
+ 1300 0 -2.8882533 0 -2.8882533 -1.1613481
+ 1350 0 -2.8953262 0 -2.8953262 -1.19461
+ 1365 0 -2.895477 0 -2.895477 -1.1948596
+Loop time of 0.277047 on 1 procs for 365 steps with 800 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -0.778347402608 -2.89547454669 -2.89547702741
+ Force two-norm initial, final = 1921.37 0.684479
+ Force max component initial, final = 298.456 0.229696
+ Final line search alpha, max atom move = 0.00501944 0.00115295
+ Iterations, force evaluations = 365 1305
+
+Pair time (%) = 0.231153 (83.4348)
+Neigh time (%) = 0.0189683 (6.84662)
+Comm time (%) = 0.00435162 (1.57071)
+Outpt time (%) = 6.58035e-05 (0.0237518)
+Other time (%) = 0.0225077 (8.12414)
+
+Nlocal: 800 ave 800 max 800 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 319 ave 319 max 319 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 7040 ave 7040 max 7040 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 7040
+Ave neighs/atom = 8.8
+Neighbor list builds = 83
+Dangerous builds = 0
+
+fix 3 all box/relax x 1.0 y 2.0 vmax 1.0e-4 nreset 100
+
+thermo_style custom step temp pe pxx pyy pxy
+
+min_modify line quadratic
+minimize 0.0 1.0e-6 10000 100000
+Memory usage per processor = 2.75634 Mbytes
+Step Temp PotEng Pxx Pyy Pxy
+ 1365 0 -2.895477 -1.2253391 -1.16438 0.0029844696
+ 1400 0 -2.9030976 -1.037803 -0.93005749 0.0031404612
+ 1450 0 -2.9111551 -0.7499331 -0.56417894 0.0034000612
+ 1500 0 -2.9156519 -0.43747438 -0.15725876 0.0035241132
+ 1550 0 -2.9163188 -0.10113405 0.29275665 0.0032578192
+ 1600 0 -2.9129142 0.25786755 0.78857369 0.0031418378
+ 1650 0 -2.9052907 0.63122126 1.3305275 0.0027036138
+ 1700 0 -2.8938515 0.97940259 1.9066628 0.0017474185
+ 1750 0 -2.8934608 0.9929599 1.9909561 0.0022591527
+ 1800 0 -2.8938899 1.0037689 2.0049399 0.0031549929
+ 1850 0 -2.8950206 0.99253195 1.9899581 0.0044014083
+ 1900 0 -2.8954835 0.99574288 1.9942509 0.0052643914
+ 1950 0 -2.8957658 1.0003472 2.0004684 0.0058490005
+ 2000 0 -2.8970438 0.97690958 1.9714991 0.0067217987
+ 2050 0 -2.897073 0.99072137 1.9920898 0.0072873033
+ 2100 0 -2.8972746 0.99651146 1.995402 0.0075817227
+ 2150 0 -2.8975964 0.99381046 1.991681 0.007627454
+ 2200 0 -2.8979803 0.99274725 1.9904104 0.007749339
+ 2250 0 -2.8982086 0.99172995 1.9905936 0.0077177074
+ 2300 0 -2.8983994 0.99377061 1.9899673 0.0076946648
+ 2350 0 -2.8985769 0.99172845 1.9896457 0.0074117889
+ 2400 0 -2.8986693 0.99578192 1.992246 0.0071806046
+ 2450 0 -2.8988819 0.99128252 1.9903378 0.0069177704
+ 2500 0 -2.8989812 0.99522115 1.991489 0.0068121239
+ 2550 0 -2.8991564 0.99146083 1.990657 0.0065352609
+ 2600 0 -2.8992555 0.99538317 1.9914926 0.0062558371
+ 2650 0 -2.8994204 0.99157917 1.9907942 0.0059727799
+ 2700 0 -2.8995111 0.9953798 1.9917332 0.0057516669
+ 2750 0 -2.899661 0.9919244 1.9913158 0.005332134
+ 2800 0 -2.8997549 0.99504761 1.9916688 0.0050046256
+ 2850 0 -2.8999018 0.99193526 1.9912547 0.004492394
+ 2900 0 -2.8999871 0.99565899 1.9922087 0.0040528402
+ 2950 0 -2.9001422 0.99213366 1.9916425 0.0035862563
+ 3000 0 -2.9002325 0.99582487 1.9924604 0.0032829497
+ 3050 0 -2.9003895 0.99227644 1.9918388 0.0029100217
+ 3100 0 -2.9004934 0.9954142 1.9922624 0.0026581626
+ 3150 0 -2.9006459 0.99232395 1.9918443 0.0023680976
+ 3200 0 -2.9007414 0.99623688 1.99297 0.0020662395
+ 3250 0 -2.9009264 0.99256898 1.991983 0.0018040717
+ 3300 0 -2.9009986 0.99800399 1.9945846 0.0015930444
+ 3350 0 -2.9011372 0.99321268 1.9969898 0.001407703
+ 3400 0 -2.9013641 0.99622318 1.9930656 0.0014563979
+ 3450 0 -2.9015832 0.99282311 1.9924118 0.0014454286
+ 3500 0 -2.9017596 0.99595378 1.992875 0.0016105573
+ 3550 0 -2.9020182 0.99269026 1.9918179 0.0017633837
+ 3600 0 -2.9022093 0.99607639 1.9930845 0.0020441612
+ 3650 0 -2.9024948 0.99278561 1.9922635 0.0022606286
+ 3700 0 -2.9027328 0.99606872 1.9930129 0.0026414228
+ 3750 0 -2.9030541 0.99270955 1.9922055 0.0030676238
+ 3800 0 -2.9033283 0.99509621 1.9917886 0.0034492628
+ 3850 0 -2.9036436 0.99265445 1.9918333 0.0039194462
+ 3900 0 -2.9039245 0.99611739 1.9930579 0.0043794142
+ 3950 0 -2.9043033 0.99262403 1.9918954 0.0048733419
+ 4000 0 -2.9046124 0.99585905 1.9928584 0.0054448584
+ 4050 0 -2.9050077 0.99265871 1.9918589 0.0059527585
+ 4100 0 -2.9053408 0.99596017 1.992967 0.0066819293
+ 4150 0 -2.9057612 0.99271888 1.9920143 0.0074538661
+ 4200 0 -2.9061208 0.99585342 1.9928494 0.0083030126
+ 4250 0 -2.9065583 0.99276056 1.9921715 0.0091760837
+ 4300 0 -2.9069587 0.99569608 1.9928109 0.010563215
+ 4350 0 -2.9074386 0.99294112 1.9923317 0.012242263
+ 4400 0 -2.9079159 0.99617793 1.9929836 0.014425511
+ 4450 0 -2.9084828 0.99335369 1.9912818 0.017137841
+ 4500 0 -2.9088005 0.99954722 1.9956616 0.019873686
+ 4550 0 -2.9092238 0.99844962 1.9944461 0.022380697
+ 4600 0 -2.9096299 0.99300644 1.9925264 0.024687168
+ 4650 0 -2.9100061 0.99370577 1.9934207 0.027508267
+ 4700 0 -2.9104263 0.99565636 1.9926298 0.030664353
+ 4750 0 -2.9109614 0.99284169 1.9919846 0.034334378
+ 4800 0 -2.9114155 0.9960171 1.9931707 0.038040635
+ 4850 0 -2.9119649 0.99287594 1.9919796 0.041618415
+ 4900 0 -2.9125125 0.99631202 1.9935981 0.046177605
+ 4950 0 -2.9134822 0.99545012 1.9963436 0.055551769
+ 5000 0 -2.9138087 1.0016464 1.9978697 0.059129043
+ 5050 0 -2.9138895 1.0005328 2.0066685 0.060919794
+ 5100 0 -2.9144557 0.99415884 1.9925195 0.062934069
+ 5150 0 -2.9143897 0.99900082 2.0070401 0.06446803
+ 5200 0 -2.9150165 0.99737915 1.9943189 0.066857536
+ 5250 0 -2.9154332 0.9999712 2.0021875 0.069632138
+ 5300 0 -2.9157558 0.99795158 1.9974044 0.070422281
+ 5350 0 -2.9158439 1.0016699 2.0035502 0.071049397
+ 5400 0 -2.9164666 0.99255654 1.9908929 0.071776886
+ 5450 0 -2.9168846 1.0018915 1.9938812 0.072677356
+ 5500 0 -2.9173241 0.99707078 1.9957969 0.072868177
+ 5550 0 -2.9179842 0.99391224 1.9978813 0.073182143
+ 5600 0 -2.9184699 0.99532518 1.9933732 0.073208315
+ 5650 0 -2.9188477 1.0063118 2.0052442 0.073258803
+ 5700 0 -2.919468 1.0026929 2.0041254 0.073010391
+ 5750 0 -2.9202844 1.0035994 2.0008607 0.072352512
+ 5800 0 -2.9204309 1.0072764 2.008335 0.072056645
+ 5850 0 -2.9213742 0.99720824 1.9925634 0.071173036
+ 5900 0 -2.9216129 1.0000335 2.001122 0.070609448
+ 5950 0 -2.9223916 1.0003501 2.0032975 0.069559273
+ 6000 0 -2.9227892 1.0043807 2.0050332 0.069077943
+ 6050 0 -2.9233982 1.004802 2.0050324 0.068450588
+ 6100 0 -2.9237721 1.0066363 2.0070477 0.06823504
+ 6150 0 -2.9245074 1.0063392 2.0068761 0.068112243
+ 6200 0 -2.9258589 0.99455185 1.9953413 0.06865518
+ 6250 0 -2.9261201 1.0042987 2.0031819 0.069636648
+ 6300 0 -2.9270045 0.99564956 1.9901358 0.071020033
+ 6350 0 -2.9270282 1.007771 2.0049483 0.072360652
+ 6400 0 -2.9279953 0.99228232 1.9927028 0.074781454
+ 6450 0 -2.9280616 1.0017566 2.0022453 0.076142216
+ 6500 0 -2.9288249 0.99408967 1.9888019 0.078305191
+ 6550 0 -2.9286973 1.0065411 2.0049519 0.079618619
+ 6600 0 -2.9291183 0.99372953 1.9985414 0.080448942
+ 6650 0 -2.9292204 1.0023178 2.0050015 0.081907164
+ 6700 0 -2.9301292 0.99992006 2.0016415 0.085917352
+ 6750 0 -2.9302372 1.00613 2.004525 0.086946884
+ 6800 0 -2.9305702 1.0074557 1.9965127 0.087976601
+ 6850 0 -2.9313326 1.0050252 2.0080944 0.092584504
+ 6900 0 -2.9317498 1.0087999 1.9958456 0.094058095
+ 6950 0 -2.9318279 0.99688134 2.002508 0.094400121
+ 7000 0 -2.9318978 1.0034321 2.0052797 0.095451664
+ 7050 0 -2.9322652 0.99758568 2.0037109 0.097238969
+ 7100 0 -2.9327121 0.99815697 1.9914701 0.098802948
+ 7150 0 -2.9327437 1.0038622 2.0011895 0.10050304
+ 7200 0 -2.9329063 1.004612 2.0032044 0.10185804
+ 7250 0 -2.9335997 0.98168701 1.9864884 0.10300105
+ 7300 0 -2.9336515 0.99279141 1.992742 0.10470943
+ 7350 0 -2.9337138 1.003092 2.000106 0.10653676
+ 7400 0 -2.9340414 1.0023845 1.9946755 0.10808147
+ 7450 0 -2.9342536 0.99920061 1.9983417 0.10966697
+ 7500 0 -2.9344657 0.99656006 2.002306 0.11134193
+ 7550 0 -2.9346812 1.0009774 2.0059445 0.11345836
+ 7600 0 -2.9352073 0.99664019 2.0028997 0.116237
+ 7650 0 -2.9355092 1.0067299 2.0052137 0.11889963
+ 7700 0 -2.9359369 1.000096 2.0038144 0.12089102
+ 7750 0 -2.936237 1.0071591 2.0077241 0.12334687
+ 7800 0 -2.9367687 1.0047286 2.0037322 0.12562793
+ 7850 0 -2.9372513 0.99839299 2.0008738 0.1271966
+ 7900 0 -2.93781 1.0013489 1.9924309 0.12900725
+ 7950 0 -2.9382206 0.99271028 1.9910513 0.12995672
+ 8000 0 -2.9385111 0.99261038 1.9917151 0.13094744
+ 8050 0 -2.9388605 0.99256847 1.9933576 0.13194246
+ 8100 0 -2.9391752 0.99421545 1.9941225 0.13291935
+ 8150 0 -2.9394092 0.9997332 1.9965286 0.13397127
+ 8200 0 -2.939821 0.99876146 1.9939496 0.13501447
+ 8250 0 -2.9403015 0.99313692 1.9903144 0.13588404
+ 8300 0 -2.9406524 0.99504174 1.9916891 0.13709102
+ 8350 0 -2.9411077 0.99272049 1.9917049 0.13823709
+ 8400 0 -2.9414976 0.99650126 1.9935111 0.13948558
+ 8450 0 -2.9419844 0.9928859 1.9921827 0.14058516
+ 8500 0 -2.9424055 0.9957698 1.9928898 0.14199174
+ 8550 0 -2.9428963 0.99297812 1.9922564 0.14329168
+ 8600 0 -2.9431968 0.99693087 1.9947462 0.14458722
+ 8650 0 -2.9435631 0.99940154 1.9944064 0.14582129
+ 8700 0 -2.9441466 0.99396641 1.9935763 0.14733962
+ 8750 0 -2.9449093 0.99592155 1.9932061 0.15025209
+ 8800 0 -2.9461707 0.99237436 1.9925136 0.15595847
+ 8850 0 -2.9462853 1.000815 2.007233 0.15828028
+ 8900 0 -2.9469511 1.0000829 1.9986375 0.16055827
+ 8950 0 -2.9473161 1.0004185 1.9954916 0.16178098
+ 9000 0 -2.9476848 1.0002902 1.9955333 0.16283909
+ 9050 0 -2.9476782 1.0024581 2.0035957 0.16324604
+ 9100 0 -2.9477989 1.0030916 2.0059473 0.16365445
+ 9150 0 -2.9482536 0.99281175 1.9946546 0.16370039
+ 9200 0 -2.9481416 1.00865 2.0073808 0.16435272
+ 9250 0 -2.9486901 0.99494204 1.9953024 0.16410446
+ 9300 0 -2.9486493 0.99953893 2.0056513 0.16419403
+ 9350 0 -2.949079 1.003429 1.997895 0.16444925
+ 9400 0 -2.9491509 1.0064853 2.0082985 0.16432267
+ 9450 0 -2.9494699 1.0048863 2.001313 0.16433478
+ 9500 0 -2.9496103 1.0059455 2.0060809 0.16420418
+ 9550 0 -2.9499432 1.0037986 1.9989587 0.16406824
+ 9600 0 -2.9501927 1.0010447 2.0005638 0.16375939
+ 9650 0 -2.9511285 0.98322543 1.9801177 0.16290463
+ 9700 0 -2.9506509 1.0102419 2.0082163 0.16328052
+ 9750 0 -2.9511779 0.99511265 1.9950262 0.16251764
+ 9800 0 -2.9512164 0.99608392 2.0052439 0.16186521
+ 9850 0 -2.9517206 0.99656506 1.9966162 0.16144425
+ 9900 0 -2.9519451 1.0066635 2.0043954 0.16101155
+ 9950 0 -2.9520952 1.0051178 2.0087197 0.16058558
+ 10000 0 -2.9531155 1.0041379 2.0031534 0.15982682
+ 10050 0 -2.9537418 0.99448829 1.9904993 0.15928106
+ 10100 0 -2.9540875 1.0000256 1.9948928 0.1590648
+ 10150 0 -2.9545724 0.99595476 1.9920689 0.15859113
+ 10200 0 -2.9550866 0.9945366 1.9940695 0.15788443
+ 10250 0 -2.955721 0.99319075 1.9905041 0.15710363
+ 10300 0 -2.9560458 0.99598109 1.9939645 0.15650198
+ 10350 0 -2.9565093 0.99480453 1.9979782 0.15542386
+ 10400 0 -2.9570486 0.99396171 1.9942613 0.15473357
+ 10450 0 -2.9576457 0.99301571 1.9922208 0.1541236
+ 10500 0 -2.9583596 0.9956042 1.992646 0.15365553
+ 10550 0 -2.9591414 0.99318206 1.9923162 0.15326877
+ 10600 0 -2.959942 0.99596727 1.9933176 0.15282597
+ 10650 0 -2.9609186 0.99353471 1.9930306 0.1521666
+ 10700 0 -2.9620307 0.99594782 1.9932886 0.1508232
+ 10750 0 -2.9637166 0.99482397 1.9947588 0.14649906
+ 10800 0 -2.9662462 0.99407822 1.9953083 0.13351206
+ 10850 0 -2.9665593 1.0027673 1.9995492 0.13140588
+ 10900 0 -2.9667709 1.0023406 2.0013835 0.12981724
+ 10950 0 -2.9670159 1.0033354 2.0040861 0.12797651
+ 11000 0 -2.9672441 1.0037572 2.004755 0.12647524
+ 11050 0 -2.967593 0.99874092 1.9995822 0.12495147
+ 11100 0 -2.9681165 0.99125559 1.9863869 0.1236617
+ 11150 0 -2.9679478 1.0024409 2.0014347 0.12298067
+ 11200 0 -2.968096 1.0083556 2.0040025 0.12211851
+ 11250 0 -2.96854 0.99060368 1.9933029 0.12097655
+ 11300 0 -2.968643 0.99899132 2.0034915 0.11986456
+ 11350 0 -2.9687697 1.0018133 2.0075949 0.11899469
+ 11365 0 -2.9688638 1.0116402 2.005578 0.11895715
+Loop time of 2.59322 on 1 procs for 10000 steps with 800 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2.89547702741 -2.96928950062 -2.96886378746
+ Force two-norm initial, final = 3665.97 11.745
+ Force max component initial, final = 2998.7 10.1406
+ Final line search alpha, max atom move = 6.36291e-05 0.00064524
+ Iterations, force evaluations = 10000 10063
+
+Pair time (%) = 1.93249 (74.5208)
+Neigh time (%) = 0.00828385 (0.319442)
+Comm time (%) = 0.0284746 (1.09804)
+Outpt time (%) = 0.00297451 (0.114703)
+Other time (%) = 0.621 (23.947)
+
+Nlocal: 800 ave 800 max 800 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 330 ave 330 max 330 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 7336 ave 7336 max 7336 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 7336
+Ave neighs/atom = 9.17
+Neighbor list builds = 36
+Dangerous builds = 0
diff --git a/examples/min/log.min.box.18Feb13.linux.4 b/examples/min/log.min.box.18Feb13.linux.4
new file mode 100644
index 000000000..7a54d0392
--- /dev/null
+++ b/examples/min/log.min.box.18Feb13.linux.4
@@ -0,0 +1,353 @@
+LAMMPS (18 Feb 2013)
+# 2d Lennard-Jones melt and subsequent energy minimization
+
+units lj
+dimension 2
+atom_style atomic
+
+lattice sq2 0.8442
+Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
+region box block 0 20 0 20 -0.1 0.1
+create_box 1 box
+Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 800 atoms
+mass 1 1.0
+
+velocity all create 5.0 87287 loop geom
+
+pair_style lj/cut 2.5
+pair_coeff 1 1 1.0 1.0 2.5
+pair_modify shift yes
+
+neighbor 0.3 bin
+neigh_modify delay 0 every 1 check yes
+
+fix 1 all nve
+fix 2 all enforce2d
+
+#dump 1 all atom 500 dump.min
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 4
+
+thermo 100
+
+run 1000
+Memory usage per processor = 2.06116 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 5 -2.461717 0 2.532033 5.0190509
+ 100 3.2788864 -0.74311698 0 2.5316708 15.912832
+ 200 3.3041082 -0.77000277 0 2.5299752 15.602653
+ 300 3.3840228 -0.84859211 0 2.5312006 15.188203
+ 400 3.3916063 -0.85694601 0 2.5304208 15.383853
+ 500 3.3136052 -0.77935264 0 2.5301106 15.833296
+ 600 3.3888915 -0.85213742 0 2.532518 15.162759
+ 700 3.2123632 -0.67641807 0 2.5319297 16.310592
+ 800 3.3016497 -0.76571656 0 2.531806 15.639198
+ 900 3.4621454 -0.9260857 0 2.531732 14.772965
+ 1000 3.2803075 -0.74465936 0 2.5315477 15.835597
+Loop time of 0.0670121 on 4 procs for 1000 steps with 800 atoms
+
+Pair time (%) = 0.0326686 (48.7503)
+Neigh time (%) = 0.0121983 (18.2032)
+Comm time (%) = 0.0145113 (21.6547)
+Outpt time (%) = 0.000176668 (0.263636)
+Other time (%) = 0.0074572 (11.1281)
+
+Nlocal: 200 ave 202 max 198 min
+Histogram: 1 0 1 0 0 0 0 1 0 1
+Nghost: 170.25 ave 176 max 167 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+Neighs: 1936.75 ave 1963 max 1896 min
+Histogram: 1 0 0 0 0 1 0 0 1 1
+
+Total # of neighbors = 7747
+Ave neighs/atom = 9.68375
+Neighbor list builds = 203
+Dangerous builds = 0
+
+neigh_modify delay 0 every 1 check yes
+
+velocity all create 0.0 1
+thermo 50
+minimize 1.0e-6 0.001 1000 10000
+Memory usage per processor = 2.75239 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 1000 0 -0.74465936 0 -0.74465936 13.069823
+ 1050 0 -2.8198371 0 -2.8198371 -1.1103791
+ 1100 0 -2.8554989 0 -2.8554989 -1.1086189
+ 1150 0 -2.8646695 0 -2.8646695 -1.0612352
+ 1200 0 -2.8688213 0 -2.8688213 -1.0735655
+ 1250 0 -2.8764988 0 -2.8764988 -1.0709208
+ 1300 0 -2.8776606 0 -2.8776606 -1.0836353
+ 1350 0 -2.8789379 0 -2.8789379 -1.0942716
+ 1365 0 -2.879076 0 -2.879076 -1.096544
+Loop time of 0.102816 on 4 procs for 365 steps with 800 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -0.744659361981 -2.87907436106 -2.8790759758
+ Force two-norm initial, final = 2006.88 0.477401
+ Force max component initial, final = 395.193 0.0879763
+ Final line search alpha, max atom move = 0.00334856 0.000294593
+ Iterations, force evaluations = 365 1437
+
+Pair time (%) = 0.06445 (62.685)
+Neigh time (%) = 0.00459725 (4.47135)
+Comm time (%) = 0.0176167 (17.1343)
+Outpt time (%) = 0.0001086 (0.105626)
+Other time (%) = 0.0160431 (15.6037)
+
+Nlocal: 200 ave 204 max 194 min
+Histogram: 1 0 0 0 0 1 0 0 0 2
+Nghost: 171.75 ave 173 max 170 min
+Histogram: 1 0 0 1 0 0 0 0 0 2
+Neighs: 1762.75 ave 1797 max 1711 min
+Histogram: 1 0 0 0 0 0 1 1 0 1
+
+Total # of neighbors = 7051
+Ave neighs/atom = 8.81375
+Neighbor list builds = 78
+Dangerous builds = 0
+
+fix 3 all box/relax x 1.0 y 2.0 vmax 1.0e-4 nreset 100
+
+thermo_style custom step temp pe pxx pyy pxy
+
+min_modify line quadratic
+minimize 0.0 1.0e-6 10000 100000
+Memory usage per processor = 2.75239 Mbytes
+Step Temp PotEng Pxx Pyy Pxy
+ 1365 0 -2.879076 -1.0493949 -1.1436932 0.037565201
+ 1400 0 -2.8859021 -0.86433583 -0.91383427 0.038857701
+ 1450 0 -2.8929425 -0.58254768 -0.55566103 0.040538566
+ 1500 0 -2.8966088 -0.28118754 -0.15988163 0.042020855
+ 1550 0 -2.8967125 0.036820191 0.27480302 0.04324269
+ 1600 0 -2.8931249 0.36718787 0.74943653 0.044424741
+ 1650 0 -2.8858731 0.69688815 1.2623711 0.044835267
+ 1700 0 -2.8755822 0.98073679 1.7977638 0.043907813
+ 1750 0 -2.8722618 0.99796906 1.9978937 0.040932086
+ 1800 0 -2.8731203 0.9972851 1.9960832 0.039723601
+ 1850 0 -2.8733692 1.0063823 2.0084146 0.038402341
+ 1900 0 -2.8747209 0.98521911 1.9798435 0.03629572
+ 1950 0 -2.874625 1.0055823 2.0075042 0.034193545
+ 2000 0 -2.8752902 0.99350208 1.9911933 0.03326557
+ 2050 0 -2.8752769 1.0018946 2.0024682 0.03231859
+ 2100 0 -2.8758319 0.99169935 1.9887983 0.031437471
+ 2150 0 -2.8761892 0.99301192 1.9906401 0.029831022
+ 2200 0 -2.8765018 0.99825416 1.9982587 0.027754052
+ 2250 0 -2.8768461 0.99326761 1.9910275 0.027115046
+ 2300 0 -2.8767423 1.0035487 2.0046857 0.026126393
+ 2350 0 -2.8770655 0.99795811 1.9973107 0.025614851
+ 2400 0 -2.877445 0.99163396 1.9870033 0.025156704
+ 2450 0 -2.8774865 0.99148327 1.9905808 0.024719242
+ 2500 0 -2.8775546 0.9950178 1.9915017 0.024486868
+ 2550 0 -2.877691 0.9916018 1.9905624 0.02421693
+ 2600 0 -2.8777627 0.99470414 1.9910618 0.023930399
+ 2650 0 -2.8778782 0.99170595 1.9907118 0.023475253
+ 2700 0 -2.877945 0.99480447 1.9913566 0.023271004
+ 2750 0 -2.8780803 0.99164504 1.9902596 0.023000125
+ 2800 0 -2.8781378 0.99501379 1.9915144 0.022773904
+ 2850 0 -2.8782474 0.99219164 1.9915607 0.022481218
+ 2900 0 -2.8783151 0.99550644 1.9921431 0.022359954
+ 2950 0 -2.8784484 0.99224048 1.9913612 0.022193155
+ 3000 0 -2.8785175 0.99532849 1.9920577 0.021941569
+ 3050 0 -2.8786568 0.99222235 1.9910476 0.021737518
+ 3100 0 -2.8787309 0.99525548 1.9920127 0.021688272
+ 3150 0 -2.8788689 0.99228052 1.9913905 0.021446146
+ 3200 0 -2.8789303 0.99616583 1.992901 0.021394358
+ 3250 0 -2.8790946 0.99232091 1.9915574 0.02118161
+ 3300 0 -2.8791847 0.99541221 1.9921056 0.021194771
+ 3350 0 -2.8793341 0.9922686 1.9915267 0.021013055
+ 3400 0 -2.8794452 0.99516725 1.9917199 0.021036976
+ 3450 0 -2.8795969 0.99227386 1.9913259 0.021052828
+ 3500 0 -2.8797075 0.99538375 1.9920724 0.02124209
+ 3550 0 -2.8798796 0.99230271 1.9914458 0.021226686
+ 3600 0 -2.8800015 0.99546439 1.9922124 0.02149345
+ 3650 0 -2.880188 0.99227706 1.9913914 0.021617113
+ 3700 0 -2.880312 0.99546322 1.9922772 0.021954501
+ 3750 0 -2.8805126 0.99224941 1.991302 0.02213367
+ 3800 0 -2.8806831 0.99459806 1.9906732 0.022675671
+ 3850 0 -2.8808636 0.9921438 1.9909899 0.022992462
+ 3900 0 -2.8810051 0.99533223 1.9921709 0.023485422
+ 3950 0 -2.881225 0.99232174 1.9914377 0.023944603
+ 4000 0 -2.8813892 0.99554805 1.992182 0.024545033
+ 4050 0 -2.8816257 0.99218933 1.9910408 0.025105298
+ 4100 0 -2.8817867 0.99546861 1.9923568 0.025863634
+ 4150 0 -2.8820302 0.99242518 1.9914814 0.026365444
+ 4200 0 -2.8822192 0.99526027 1.9919315 0.027062527
+ 4250 0 -2.8824692 0.99223247 1.9913085 0.027610787
+ 4300 0 -2.8826625 0.99537467 1.9921185 0.028217161
+ 4350 0 -2.882922 0.99239179 1.9914342 0.028679998
+ 4400 0 -2.8831241 0.99556357 1.9922663 0.029235596
+ 4450 0 -2.8833989 0.9921938 1.9912448 0.029596184
+ 4500 0 -2.8836067 0.99557381 1.9922188 0.030181
+ 4550 0 -2.8838874 0.99214405 1.9912047 0.030371361
+ 4600 0 -2.8840891 0.99568228 1.9925689 0.030873328
+ 4650 0 -2.8843766 0.99222214 1.991537 0.031107839
+ 4700 0 -2.8846039 0.99540851 1.9920535 0.031397701
+ 4750 0 -2.8849039 0.99221886 1.9907361 0.031483457
+ 4800 0 -2.8851163 0.99551704 1.9923517 0.031579764
+ 4850 0 -2.8854144 0.99225442 1.9913169 0.031526446
+ 4900 0 -2.8856452 0.99550052 1.9922005 0.031417289
+ 4950 0 -2.8859485 0.99210587 1.9910919 0.03118115
+ 5000 0 -2.8861801 0.99535546 1.9921671 0.030985542
+ 5050 0 -2.8864881 0.99209875 1.9911885 0.030438838
+ 5100 0 -2.8867336 0.99520939 1.9919538 0.029911151
+ 5150 0 -2.8870413 0.99225176 1.9913023 0.029087623
+ 5200 0 -2.8873039 0.99488953 1.9914722 0.0283991
+ 5250 0 -2.8876062 0.99228521 1.991158 0.027574033
+ 5300 0 -2.8878541 0.99556088 1.9922986 0.026813081
+ 5350 0 -2.8881769 0.99220208 1.9912481 0.025847812
+ 5400 0 -2.8884304 0.99556208 1.9922152 0.02492658
+ 5450 0 -2.8887574 0.99219343 1.9912168 0.023790678
+ 5500 0 -2.8890085 0.99566139 1.9925529 0.022691755
+ 5550 0 -2.8893435 0.99223125 1.9912108 0.021332027
+ 5600 0 -2.8895985 0.99555806 1.9925205 0.019969308
+ 5650 0 -2.8899325 0.99238332 1.9915515 0.018334611
+ 5700 0 -2.8902024 0.9950743 1.9920344 0.016688965
+ 5750 0 -2.8905116 0.99266165 1.9920244 0.014675128
+ 5800 0 -2.8907908 0.99538343 1.9922424 0.012898355
+ 5850 0 -2.8911238 0.99274659 1.9916141 0.010718854
+ 5900 0 -2.891395 0.99586743 1.992946 0.0084079793
+ 5950 0 -2.8917377 0.99323184 1.9923269 0.0058847015
+ 6000 0 -2.8920318 0.99618703 1.9931886 0.0031743443
+ 6050 0 -2.8924173 0.99312644 1.9919607 0.00036370652
+ 6100 0 -2.8927403 0.99609392 1.9932028 -0.0023282997
+ 6150 0 -2.8931582 0.99334969 1.9924865 -0.0052253296
+ 6200 0 -2.8931737 1.0044374 2.0036405 -0.0073374891
+ 6250 0 -2.8933601 1.0053494 2.0084308 -0.0095543493
+ 6300 0 -2.8937021 1.0040228 2.0072436 -0.011528379
+ 6350 0 -2.8941162 1.0040963 2.0067291 -0.014066056
+ 6400 0 -2.8946376 1.0056964 2.0065238 -0.016998255
+ 6450 0 -2.8952383 1.002655 2.0052962 -0.019179448
+ 6500 0 -2.8957747 1.0053824 2.0058467 -0.020794074
+ 6550 0 -2.8963468 1.0031095 2.0056915 -0.021771701
+ 6600 0 -2.8968938 1.0056478 2.0062435 -0.021988194
+ 6650 0 -2.8976105 1.0027738 2.0056577 -0.022097734
+ 6700 0 -2.8985813 1.0049044 2.0041091 -0.022978826
+ 6750 0 -2.8993763 1.0013212 2.0046643 -0.024685401
+ 6800 0 -2.8999352 0.99348555 1.9941849 -0.024745246
+ 6850 0 -2.9002761 0.99611648 1.9915352 -0.024953484
+ 6900 0 -2.9002655 1.0044443 2.0034446 -0.025004427
+ 6950 0 -2.9006942 1.0038737 2.0062629 -0.024954287
+ 7000 0 -2.9012609 1.0022744 2.0036566 -0.024819334
+ 7050 0 -2.9016604 1.0051803 2.0055167 -0.024458964
+ 7100 0 -2.9021771 1.0033287 2.0059127 -0.024041683
+ 7150 0 -2.9026446 1.0051909 2.0057434 -0.023513487
+ 7200 0 -2.9030997 1.003201 2.0057931 -0.022955905
+ 7250 0 -2.9035001 1.0053534 2.006177 -0.022222879
+ 7300 0 -2.9039398 1.003141 2.0056512 -0.021526869
+ 7350 0 -2.9043194 1.0053552 2.0062897 -0.020600969
+ 7400 0 -2.9047554 1.0029275 2.0053735 -0.019798089
+ 7450 0 -2.9051394 1.0050723 2.0057785 -0.018810517
+ 7500 0 -2.9055639 1.0030839 2.0056435 -0.018085221
+ 7550 0 -2.9059506 1.00542 2.006424 -0.01743443
+ 7600 0 -2.906389 1.0034617 2.0060075 -0.017038562
+ 7650 0 -2.9068088 1.0052048 2.0059319 -0.01659861
+ 7700 0 -2.907256 1.0032841 2.0057462 -0.016390423
+ 7750 0 -2.9076758 1.0050008 2.0056173 -0.01606256
+ 7800 0 -2.9081063 1.0033321 2.0058403 -0.016036071
+ 7850 0 -2.9085325 1.0050458 2.0057159 -0.015738035
+ 7900 0 -2.9089602 1.0033725 2.0057939 -0.015561818
+ 7950 0 -2.9093746 1.00496 2.0055106 -0.015498031
+ 8000 0 -2.9097997 1.0034291 2.0058947 -0.015471401
+ 8050 0 -2.9102208 1.0049791 2.0055274 -0.015258479
+ 8100 0 -2.9106489 1.0035304 2.0060557 -0.015178684
+ 8150 0 -2.9110829 1.0052492 2.0060114 -0.014964657
+ 8200 0 -2.9115393 1.0037164 2.006322 -0.014718896
+ 8250 0 -2.9120088 1.0051472 2.0058765 -0.014430597
+ 8300 0 -2.912515 1.0035172 2.0062174 -0.014197457
+ 8350 0 -2.9130749 1.0054557 2.0059921 -0.013814584
+ 8400 0 -2.9137199 1.0035594 2.0063641 -0.013128137
+ 8450 0 -2.914514 1.0053008 2.0055891 -0.012076819
+ 8500 0 -2.9153923 1.0020887 2.0048249 -0.010873863
+ 8550 0 -2.9161681 1.005124 2.0041437 -0.009983199
+ 8600 0 -2.9166232 1.0035103 2.0031583 -0.0098656588
+ 8650 0 -2.9168935 1.0017735 2.0032739 -0.010137246
+ 8700 0 -2.9176075 0.99350983 1.9942491 -0.010568888
+ 8750 0 -2.9176655 1.0037509 2.0042507 -0.010929755
+ 8800 0 -2.9180335 1.0034837 2.0006008 -0.011388
+ 8850 0 -2.9184726 0.99722599 1.9972524 -0.012308771
+ 8900 0 -2.9185896 1.0070137 2.0062244 -0.012981266
+ 8950 0 -2.9189395 0.99775846 2.0046927 -0.013843916
+ 9000 0 -2.9194348 0.99994718 1.9961545 -0.01430817
+ 9050 0 -2.9199623 0.99913876 1.9945451 -0.015066366
+ 9100 0 -2.9200915 1.0053667 2.0015458 -0.015628169
+ 9150 0 -2.9203602 1.0029844 1.9981877 -0.015943776
+ 9200 0 -2.9204472 1.007234 2.0012475 -0.01621898
+ 9250 0 -2.9207559 1.0000323 1.9994854 -0.01673357
+ 9300 0 -2.9208476 1.0070892 2.004772 -0.016969206
+ 9350 0 -2.9212065 0.9954353 2.002531 -0.017293607
+ 9400 0 -2.9213536 1.011464 1.9987715 -0.016468707
+ 9450 0 -2.9216568 1.0004584 1.992812 -0.016331783
+ 9500 0 -2.9215087 1.0030182 2.006723 -0.016328481
+ 9550 0 -2.9218914 1.0097858 1.9978241 -0.01513886
+ 9600 0 -2.9221223 1.0064187 1.9937476 -0.014411434
+ 9650 0 -2.9224212 1.0060439 1.9885122 -0.013032442
+ 9700 0 -2.9220952 1.00799 2.0115738 -0.012619136
+ 9750 0 -2.9226088 0.99323702 1.9948387 -0.011548183
+ 9800 0 -2.9225553 0.99626951 2.0047326 -0.010162452
+ 9850 0 -2.9227332 1.006235 2.0036748 -0.0075392887
+ 9900 0 -2.9232122 0.98911031 1.9917417 -0.0055326528
+ 9950 0 -2.9231491 0.99681615 1.9994126 -0.0037310254
+ 10000 0 -2.9235123 0.9884299 1.9875481 -0.0021912307
+ 10050 0 -2.9237223 0.9999364 1.9825867 0.00099300384
+ 10100 0 -2.9235973 0.99000996 1.9970993 0.0021504958
+ 10150 0 -2.9233485 1.0077913 2.0121611 0.004525478
+ 10200 0 -2.9236768 1.0032927 2.0035362 0.007071254
+ 10250 0 -2.9238478 1.0002834 2.003131 0.0096263035
+ 10300 0 -2.9240364 0.99131539 2.0026965 0.011952105
+ 10350 0 -2.9242833 0.99641849 1.9947521 0.014575055
+ 10400 0 -2.9244439 0.99508819 1.9965681 0.018000688
+ 10450 0 -2.9243187 1.0124534 2.0090192 0.021804357
+ 10500 0 -2.9246558 0.99263574 2.0030149 0.023531827
+ 10550 0 -2.9250009 0.99916756 1.9950546 0.027624091
+ 10600 0 -2.9248637 1.0079577 2.0069131 0.02964918
+ 10650 0 -2.9253535 1.0010931 1.994458 0.032931815
+ 10700 0 -2.925576 0.99564043 1.9973125 0.03610588
+ 10750 0 -2.9255597 1.0108614 2.0075111 0.0396819
+ 10800 0 -2.9261759 0.9865698 1.9969888 0.0427848
+ 10850 0 -2.9265088 0.99539121 1.9933442 0.046588103
+ 10900 0 -2.9270268 0.9946174 1.9930678 0.052105624
+ 10950 0 -2.9270626 1.0042522 2.0070013 0.055801296
+ 11000 0 -2.9274337 1.0073265 2.0057225 0.059701269
+ 11050 0 -2.927977 0.99674096 1.9951088 0.062406122
+ 11100 0 -2.9280496 1.0088979 2.0105292 0.066470787
+ 11150 0 -2.928782 0.99018003 1.990749 0.068640734
+ 11200 0 -2.9290447 0.99949136 2.0055469 0.073700453
+ 11250 0 -2.9297585 1.0015608 1.9941199 0.078090219
+ 11300 0 -2.929934 1.0057572 2.0034521 0.080757029
+ 11350 0 -2.9305123 0.99951982 1.9941245 0.083214206
+ 11365 0 -2.9302543 1.0058576 2.0105109 0.083648804
+Loop time of 1.04051 on 4 procs for 10000 steps with 800 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2.8790759758 -2.93081588364 -2.93025426371
+ Force two-norm initial, final = 3556.23 12.2587
+ Force max component initial, final = 2979.1 9.18102
+ Final line search alpha, max atom move = 2.99243e-05 0.000274736
+ Iterations, force evaluations = 10000 10062
+
+Pair time (%) = 0.499169 (47.9735)
+Neigh time (%) = 0.00172853 (0.166124)
+Comm time (%) = 0.124863 (12.0002)
+Outpt time (%) = 0.00372344 (0.357848)
+Other time (%) = 0.411025 (39.5023)
+
+Nlocal: 200 ave 205 max 194 min
+Histogram: 1 0 0 0 0 1 1 0 0 1
+Nghost: 178 ave 181 max 173 min
+Histogram: 1 0 0 0 0 1 0 0 0 2
+Neighs: 1857.25 ave 1884 max 1824 min
+Histogram: 1 0 0 1 0 0 0 0 1 1
+
+Total # of neighbors = 7429
+Ave neighs/atom = 9.28625
+Neighbor list builds = 29
+Dangerous builds = 0
diff --git a/examples/min/log.min.box.9Jan12.linux.1 b/examples/min/log.min.box.9Jan12.linux.1
deleted file mode 100644
index 3ada237a5..000000000
--- a/examples/min/log.min.box.9Jan12.linux.1
+++ /dev/null
@@ -1,352 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d Lennard-Jones melt and subsequent energy minimization
-
-units lj
-dimension 2
-atom_style atomic
-
-lattice sq2 0.8442
-Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
-region box block 0 20 0 20 -0.1 0.1
-create_box 1 box
-Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 800 atoms
-mass 1 1.0
-
-velocity all create 5.0 87287 loop geom
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0 2.5
-pair_modify shift yes
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-fix 2 all enforce2d
-
-dump 1 all atom 100 dump.min
-
-thermo 100
-
-run 1000
-Memory usage per processor = 2.06282 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 5 -2.461717 0 2.532033 5.0190509
- 100 3.2788864 -0.74311698 0 2.5316708 15.912832
- 200 3.3041082 -0.77000277 0 2.5299752 15.602653
- 300 3.3840228 -0.84859211 0 2.5312006 15.188203
- 400 3.3916063 -0.85694601 0 2.5304208 15.383853
- 500 3.3136052 -0.77935263 0 2.5301106 15.833296
- 600 3.3888915 -0.85213741 0 2.532518 15.162759
- 700 3.2123662 -0.67642106 0 2.5319297 16.310578
- 800 3.3016847 -0.76574936 0 2.5318082 15.639067
- 900 3.463125 -0.92707601 0 2.5317201 14.770608
- 1000 3.3134849 -0.7783474 0 2.5309957 15.658702
-Loop time of 0.202823 on 1 procs for 1000 steps with 800 atoms
-
-Pair time (%) = 0.12714 (62.6852)
-Neigh time (%) = 0.0455041 (22.4354)
-Comm time (%) = 0.0052371 (2.58211)
-Outpt time (%) = 0.00616384 (3.03902)
-Other time (%) = 0.0187778 (9.25825)
-
-Nlocal: 800 ave 800 max 800 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 316 ave 316 max 316 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 7747 ave 7747 max 7747 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 7747
-Ave neighs/atom = 9.68375
-Neighbor list builds = 203
-Dangerous builds = 0
-
-neigh_modify delay 0 every 1 check yes
-
-
-velocity all create 0.0 1
-dump_modify 1 every 25
-thermo 50
-minimize 1.0e-6 0.001 1000 10000
-Memory usage per processor = 2.74947 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 1000 0 -0.7783474 0 -0.7783474 12.864955
- 1050 0 -2.808351 0 -2.808351 -1.0603061
- 1100 0 -2.8586611 0 -2.8586611 -1.1879061
- 1150 0 -2.8712625 0 -2.8712625 -1.1887742
- 1200 0 -2.8785429 0 -2.8785429 -1.205366
- 1250 0 -2.8832131 0 -2.8832131 -1.1782352
- 1300 0 -2.8882533 0 -2.8882533 -1.1613481
- 1350 0 -2.8953262 0 -2.8953262 -1.19461
- 1365 0 -2.895477 0 -2.895477 -1.1948596
-Loop time of 0.286365 on 1 procs for 365 steps with 800 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -0.778347402608 -2.89547454669 -2.89547702741
- Force two-norm initial, final = 1921.37 0.684479
- Force max component initial, final = 298.456 0.229696
- Final line search alpha, max atom move = 0.00501944 0.00115295
- Iterations, force evaluations = 365 1305
-
-Pair time (%) = 0.231558 (80.861)
-Neigh time (%) = 0.018275 (6.38172)
-Comm time (%) = 0.00431538 (1.50695)
-Outpt time (%) = 0.00861835 (3.00957)
-Other time (%) = 0.0235987 (8.24077)
-
-Nlocal: 800 ave 800 max 800 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 319 ave 319 max 319 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 7040 ave 7040 max 7040 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 7040
-Ave neighs/atom = 8.8
-Neighbor list builds = 83
-Dangerous builds = 0
-
-fix 3 all box/relax x 1.0 y 2.0 vmax 1.0e-4 nreset 100
-
-thermo_style custom step temp pe pxx pyy pxy
-
-min_modify line quadratic
-minimize 0.0 1.0e-6 10000 100000
-Memory usage per processor = 2.74947 Mbytes
-Step Temp PotEng Pxx Pyy Pxy
- 1365 0 -2.895477 -1.2253391 -1.16438 0.0029844696
- 1400 0 -2.9030976 -1.037803 -0.93005749 0.0031404612
- 1450 0 -2.9111551 -0.7499331 -0.56417894 0.0034000612
- 1500 0 -2.9156371 -0.43928981 -0.16010757 0.0035245948
- 1550 0 -2.9163428 -0.10594305 0.28509585 0.0032633165
- 1600 0 -2.9130905 0.24756873 0.77173179 0.0031641803
- 1650 0 -2.9057825 0.61404479 1.3012733 0.0027648207
- 1700 0 -2.89482 0.95908927 1.8613816 0.0019393979
- 1750 0 -2.8933049 0.99529993 1.9941577 0.0021678943
- 1800 0 -2.8939511 1.0012795 2.0015661 0.0031356568
- 1850 0 -2.8950515 0.9885657 1.9848225 0.0042714138
- 1900 0 -2.8955548 1.0043227 2.0056317 0.0057590594
- 1950 0 -2.8962734 1.0022958 2.003091 0.0067349808
- 2000 0 -2.8971275 0.9931408 1.9913265 0.0073647859
- 2050 0 -2.8974953 0.99305637 1.98895 0.0076449594
- 2100 0 -2.897625 0.99141237 1.9951979 0.0076099706
- 2150 0 -2.8978589 0.99614462 1.9926458 0.0077325835
- 2200 0 -2.8981266 0.99176161 1.9904497 0.0077484915
- 2250 0 -2.8982497 0.99558977 1.9926392 0.0077121837
- 2300 0 -2.8985369 0.99066798 1.9882943 0.0076202125
- 2350 0 -2.8986352 0.9942664 1.9906635 0.0072762859
- 2400 0 -2.8988022 0.99146069 1.9908564 0.0070241888
- 2450 0 -2.8989158 0.99516649 1.9915587 0.0068829039
- 2500 0 -2.8990911 0.9915646 1.9907668 0.0066581668
- 2550 0 -2.8991871 0.99532047 1.9918817 0.006382668
- 2600 0 -2.8993486 0.99183872 1.9914592 0.0060681416
- 2650 0 -2.899448 0.99547541 1.9920191 0.0058402105
- 2700 0 -2.8996068 0.99193191 1.9912528 0.0055426972
- 2750 0 -2.8996874 0.99546923 1.9921572 0.0050653671
- 2800 0 -2.8998406 0.99197237 1.9913804 0.0046697215
- 2850 0 -2.8999222 0.99559066 1.992314 0.0042365844
- 2900 0 -2.9000779 0.99222254 1.9916219 0.0038259745
- 2950 0 -2.9001638 0.99571698 1.9924536 0.003472226
- 3000 0 -2.9003157 0.99232832 1.9918649 0.003058491
- 3050 0 -2.9004128 0.99559345 1.9924259 0.0028157008
- 3100 0 -2.9005359 0.99256602 1.9929372 0.0025313906
- 3150 0 -2.900648 0.99621425 1.9929077 0.0022715594
- 3200 0 -2.900821 0.99255795 1.9919287 0.0019588961
- 3250 0 -2.9009336 0.99564849 1.9925536 0.0017431269
- 3300 0 -2.9010948 0.99272999 1.9924543 0.0015162674
- 3350 0 -2.9012292 0.9956649 1.9926704 0.0015289566
- 3400 0 -2.9014175 0.99281944 1.9922749 0.0014151321
- 3450 0 -2.9015604 0.99612848 1.9930717 0.0014874993
- 3500 0 -2.9017768 0.99283735 1.9924579 0.001562883
- 3550 0 -2.9019617 0.99567844 1.9926026 0.0017342061
- 3600 0 -2.902198 0.99282006 1.9921791 0.0019547622
- 3650 0 -2.9023908 0.99608265 1.9931926 0.002215163
- 3700 0 -2.9026678 0.99286877 1.9923654 0.0024753338
- 3750 0 -2.9028992 0.99600861 1.9930144 0.0028529718
- 3800 0 -2.9032155 0.99257097 1.9910651 0.0032303558
- 3850 0 -2.9034183 0.99620478 1.9935804 0.0036325923
- 3900 0 -2.9037443 0.99287324 1.9924736 0.0040585391
- 3950 0 -2.904025 0.9958276 1.9929886 0.0045308105
- 4000 0 -2.9043638 0.99280556 1.9924234 0.0049859237
- 4050 0 -2.9046617 0.99582527 1.9929274 0.0055129234
- 4100 0 -2.9050302 0.9926886 1.9920078 0.0059846996
- 4150 0 -2.9053294 0.9961847 1.9933666 0.0066656521
- 4200 0 -2.9057229 0.99281574 1.9923661 0.0073779251
- 4250 0 -2.9060488 0.99589526 1.9932547 0.0081443757
- 4300 0 -2.9064542 0.99285449 1.9923723 0.0089062547
- 4350 0 -2.9068054 0.9960413 1.9933722 0.010078361
- 4400 0 -2.9072435 0.99291584 1.9923151 0.011483392
- 4450 0 -2.9076347 0.99613857 1.9936336 0.013242664
- 4500 0 -2.9081171 0.99298997 1.9930253 0.01529874
- 4550 0 -2.9085768 0.99623069 1.9935791 0.018049067
- 4600 0 -2.9091216 0.99323445 1.9926588 0.021167236
- 4650 0 -2.9096005 0.99592923 1.9929534 0.024673039
- 4700 0 -2.9100899 0.99317072 1.9926721 0.027966732
- 4750 0 -2.9105316 0.99566334 1.9927923 0.031385416
- 4800 0 -2.9109846 0.9931913 1.9929214 0.034620897
- 4850 0 -2.9114035 0.99565744 1.9930947 0.03790758
- 4900 0 -2.9118616 0.993285 1.9931759 0.041031177
- 4950 0 -2.9123267 0.99606745 1.9935959 0.044729933
- 5000 0 -2.9127996 0.9990062 1.9957078 0.049138935
- 5050 0 -2.9132115 0.99978484 1.9924929 0.052329472
- 5100 0 -2.9133625 1.0024495 2.0024917 0.055574393
- 5150 0 -2.9138916 0.99874483 1.9956823 0.058956101
- 5200 0 -2.9142948 0.99375881 1.9911174 0.061331164
- 5250 0 -2.9148611 0.99363549 1.996526 0.065995974
- 5300 0 -2.9149835 1.0020569 2.0021942 0.067663045
- 5350 0 -2.9156095 0.998859 1.9959547 0.069858837
- 5400 0 -2.9160052 1.005639 2.0021373 0.071715223
- 5450 0 -2.9164495 0.99706096 1.9922081 0.071941888
- 5500 0 -2.9163204 1.0090495 2.0080766 0.072399968
- 5550 0 -2.9168919 0.99651099 1.9996067 0.072534064
- 5600 0 -2.9175462 0.99659763 1.9966921 0.072957779
- 5650 0 -2.9179285 0.99738806 1.998678 0.073220148
- 5700 0 -2.918451 0.99461628 1.995391 0.073118338
- 5750 0 -2.9189092 0.99499165 1.9980806 0.073042328
- 5800 0 -2.9194799 0.99624278 1.9937132 0.07304114
- 5850 0 -2.9198635 0.99577891 1.9980989 0.072620138
- 5900 0 -2.9203934 0.99891965 1.9928659 0.072366
- 5950 0 -2.9209722 0.99340181 1.9923689 0.071641881
- 6000 0 -2.9214463 0.99457938 1.9912102 0.071016324
- 6050 0 -2.9220308 1.0008602 1.9970241 0.070278563
- 6100 0 -2.9226893 0.99792151 1.9932307 0.06943713
- 6150 0 -2.9235098 0.99227063 1.9897419 0.068465698
- 6200 0 -2.9237506 1.0038087 2.0025404 0.068249883
- 6250 0 -2.9244281 1.0005718 2.0021021 0.067990601
- 6300 0 -2.9249697 1.0062933 2.0090234 0.068250892
- 6350 0 -2.9257154 1.0030034 2.0036477 0.068940394
- 6400 0 -2.9262715 1.0050738 2.0055581 0.070006764
- 6450 0 -2.9269133 1.0047577 2.0044087 0.071788673
- 6500 0 -2.9273289 1.0033446 2.0072672 0.073499832
- 6550 0 -2.9283266 1.0076677 2.0030225 0.077667056
- 6600 0 -2.9287195 1.0030896 1.9975323 0.078905039
- 6650 0 -2.9290562 0.99432984 1.9996725 0.080216144
- 6700 0 -2.9290598 1.0104194 2.008212 0.081793986
- 6750 0 -2.9294974 0.99403196 2.00267 0.082537245
- 6800 0 -2.9300151 1.005569 2.0036333 0.085755451
- 6850 0 -2.9306019 0.99370379 1.9890889 0.086730188
- 6900 0 -2.9308139 0.99041002 1.9921336 0.08778407
- 6950 0 -2.9309773 0.99599112 1.9922988 0.08894069
- 7000 0 -2.9311928 0.99338451 1.9951543 0.090125744
- 7050 0 -2.9313893 0.9958889 1.9993482 0.091686979
- 7100 0 -2.9313303 1.00816 2.0100033 0.093067025
- 7150 0 -2.9317699 1.0047236 1.997872 0.09423765
- 7200 0 -2.9321227 0.9975045 1.9946848 0.095521143
- 7250 0 -2.9323823 0.98848428 1.9928746 0.096368983
- 7300 0 -2.9322751 1.0015163 2.004104 0.097830982
- 7350 0 -2.9326179 0.99601059 1.9965114 0.098806079
- 7400 0 -2.9326943 1.0052615 2.0013723 0.10039937
- 7450 0 -2.9329323 1.0012091 2.001249 0.10169285
- 7500 0 -2.933212 1.0036193 1.9987958 0.10340044
- 7550 0 -2.9336561 0.99284287 1.9967039 0.10526363
- 7600 0 -2.9339919 1.0037499 2.0078067 0.10921457
- 7650 0 -2.9348858 0.99864397 1.9937474 0.11311047
- 7700 0 -2.9351291 1.0004878 2.0038588 0.11587001
- 7750 0 -2.9354359 1.0037756 2.0057263 0.1182476
- 7800 0 -2.9357784 1.0044561 2.0038243 0.12009711
- 7850 0 -2.9360208 1.0065102 2.0058248 0.12185984
- 7900 0 -2.9363878 1.0030446 2.0047489 0.12359256
- 7950 0 -2.936912 1.0011868 2.0015998 0.12594296
- 8000 0 -2.9374852 0.99365742 1.9935081 0.12745547
- 8050 0 -2.9378124 0.99341101 1.9923754 0.12864518
- 8100 0 -2.9381419 0.99415804 1.9938563 0.1300876
- 8150 0 -2.938484 0.99660796 1.9931718 0.13139602
- 8200 0 -2.9387718 0.99901598 1.9954096 0.13237231
- 8250 0 -2.9390715 0.99505194 1.996006 0.13307938
- 8300 0 -2.939423 0.99385933 1.9956476 0.13395986
- 8350 0 -2.9397799 0.99480714 1.9917444 0.13496967
- 8400 0 -2.9401728 0.99282971 1.9926565 0.13599307
- 8450 0 -2.9404807 0.99773074 1.9927352 0.13715329
- 8500 0 -2.9408624 0.99302383 1.9923586 0.13797646
- 8550 0 -2.9412431 0.99552116 1.9926935 0.13916828
- 8600 0 -2.9415984 0.99318371 1.99432 0.13996321
- 8650 0 -2.9420325 0.99392787 1.9914978 0.14111571
- 8700 0 -2.9423194 0.99346973 1.9931288 0.14199262
- 8750 0 -2.9426423 0.99354643 1.9934267 0.14292686
- 8800 0 -2.9429109 0.99340612 1.9946868 0.14374725
- 8850 0 -2.943365 0.99056338 1.9888312 0.14479857
- 8900 0 -2.9436688 0.99589617 1.9932265 0.14623597
- 8950 0 -2.9442012 0.99350323 1.9930137 0.14787782
- 9000 0 -2.9448056 0.99605027 1.9935613 0.15036262
- 9050 0 -2.9457 0.9937002 1.9933526 0.15430149
- 9100 0 -2.9461435 0.99743873 1.9955187 0.15685614
- 9150 0 -2.9466789 0.99777376 1.9920466 0.1591211
- 9200 0 -2.9469111 0.99313958 1.9943908 0.16003968
- 9250 0 -2.9469552 1.0056783 2.0016512 0.16137227
- 9300 0 -2.9472939 1.0017975 1.9989921 0.16215333
- 9350 0 -2.9475134 0.99805495 2.0059438 0.16298775
- 9400 0 -2.9477067 1.0051775 2.0062197 0.16391539
- 9450 0 -2.9479111 0.99831145 2.0047546 0.16407774
- 9500 0 -2.9482447 0.99930603 1.9963738 0.16447053
- 9550 0 -2.948327 1.0101585 2.0000122 0.16506399
- 9600 0 -2.9488093 0.99066285 1.9949896 0.1644946
- 9650 0 -2.9495068 1.0060732 1.998603 0.16487638
- 9700 0 -2.9498927 0.99416934 1.993023 0.16431692
- 9750 0 -2.9501915 0.99794357 1.9977593 0.16409568
- 9800 0 -2.9503301 1.0013601 2.0015327 0.16394552
- 9850 0 -2.9509928 0.99540881 1.9906278 0.16340106
- 9900 0 -2.9510973 1.0028842 1.9950601 0.16326575
- 9950 0 -2.9513759 0.98845981 1.996388 0.16215709
- 10000 0 -2.9520177 0.99596367 1.9897363 0.16157811
- 10050 0 -2.9522468 0.99679581 2.0001656 0.16070069
- 10100 0 -2.9524726 1.0022967 2.0041742 0.16051775
- 10150 0 -2.9533965 1.0066965 2.0041661 0.15987033
- 10200 0 -2.95372 1.0064187 2.0080976 0.15944129
- 10250 0 -2.9542481 1.00212 2.003804 0.15894079
- 10300 0 -2.9547387 1.0002364 2.0030264 0.15845404
- 10350 0 -2.9550625 1.0023699 2.0048795 0.15811212
- 10400 0 -2.9555375 1.0057419 2.0057972 0.15758359
- 10450 0 -2.9558283 1.0068905 2.0070409 0.15712094
- 10500 0 -2.9564079 1.0054007 2.006672 0.1561737
- 10550 0 -2.9570593 1.0026508 2.0042346 0.1552457
- 10600 0 -2.9574214 1.0059383 2.0058107 0.15489731
- 10650 0 -2.9577546 1.005882 2.0057875 0.15467861
- 10700 0 -2.9581171 1.0052836 2.0050208 0.15448129
- 10750 0 -2.9584536 1.0060913 2.0077875 0.1542476
- 10800 0 -2.9588969 1.0015916 2.0047995 0.15397106
- 10850 0 -2.9593001 1.0001643 2.0022744 0.15384155
- 10900 0 -2.9596522 1.0060791 2.0077143 0.15364284
- 10950 0 -2.9601255 1.0049537 2.0052504 0.15341378
- 11000 0 -2.9604759 1.0054856 2.0067028 0.15320131
- 11050 0 -2.9610382 1.0052597 2.0063512 0.15273334
- 11100 0 -2.9618788 1.0029076 2.0053227 0.15159317
- 11150 0 -2.9623432 1.0053897 2.0059129 0.1505748
- 11200 0 -2.9628034 1.0059443 2.0077882 0.14932624
- 11250 0 -2.9633145 1.0049694 2.0084286 0.14765038
- 11300 0 -2.9639729 0.99732434 1.9995257 0.145922
- 11350 0 -2.964303 1.0049486 2.000248 0.14460607
- 11365 0 -2.9643087 1.0049729 2.0053533 0.14403899
-Loop time of 2.83502 on 1 procs for 10000 steps with 800 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2.89547702741 -2.96460328213 -2.96430868154
- Force two-norm initial, final = 3665.97 9.17614
- Force max component initial, final = 2998.7 4.66725
- Final line search alpha, max atom move = 3.63787e-05 0.000169788
- Iterations, force evaluations = 10000 10013
-
-Pair time (%) = 1.92875 (68.033)
-Neigh time (%) = 0.00763345 (0.269255)
-Comm time (%) = 0.0281737 (0.993773)
-Outpt time (%) = 0.247626 (8.73452)
-Other time (%) = 0.622838 (21.9694)
-
-Nlocal: 800 ave 800 max 800 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 329 ave 329 max 329 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 7348 ave 7348 max 7348 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 7348
-Ave neighs/atom = 9.185
-Neighbor list builds = 34
-Dangerous builds = 0
diff --git a/examples/min/log.min.box.9Jan12.linux.4 b/examples/min/log.min.box.9Jan12.linux.4
deleted file mode 100644
index 946313552..000000000
--- a/examples/min/log.min.box.9Jan12.linux.4
+++ /dev/null
@@ -1,352 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d Lennard-Jones melt and subsequent energy minimization
-
-units lj
-dimension 2
-atom_style atomic
-
-lattice sq2 0.8442
-Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
-region box block 0 20 0 20 -0.1 0.1
-create_box 1 box
-Created orthogonal box = (0 0 -0.153919) to (30.7838 30.7838 0.153919)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 800 atoms
-mass 1 1.0
-
-velocity all create 5.0 87287 loop geom
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0 2.5
-pair_modify shift yes
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 all nve
-fix 2 all enforce2d
-
-dump 1 all atom 100 dump.min
-
-thermo 100
-
-run 1000
-Memory usage per processor = 2.06114 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 5 -2.461717 0 2.532033 5.0190509
- 100 3.2788864 -0.74311698 0 2.5316708 15.912832
- 200 3.3041082 -0.77000277 0 2.5299752 15.602653
- 300 3.3840228 -0.84859211 0 2.5312006 15.188203
- 400 3.3916063 -0.85694601 0 2.5304208 15.383853
- 500 3.3136052 -0.77935264 0 2.5301106 15.833296
- 600 3.3888915 -0.85213742 0 2.532518 15.162759
- 700 3.2123632 -0.67641807 0 2.5319297 16.310592
- 800 3.3016497 -0.76571656 0 2.531806 15.639198
- 900 3.4621454 -0.9260857 0 2.531732 14.772965
- 1000 3.2803075 -0.74465936 0 2.5315477 15.835597
-Loop time of 0.0715443 on 4 procs for 1000 steps with 800 atoms
-
-Pair time (%) = 0.0323449 (45.2097)
-Neigh time (%) = 0.0118631 (16.5815)
-Comm time (%) = 0.0133407 (18.6468)
-Outpt time (%) = 0.00649107 (9.07279)
-Other time (%) = 0.00750446 (10.4893)
-
-Nlocal: 200 ave 202 max 198 min
-Histogram: 1 0 1 0 0 0 0 1 0 1
-Nghost: 170.25 ave 176 max 167 min
-Histogram: 1 0 2 0 0 0 0 0 0 1
-Neighs: 1936.75 ave 1963 max 1896 min
-Histogram: 1 0 0 0 0 1 0 0 1 1
-
-Total # of neighbors = 7747
-Ave neighs/atom = 9.68375
-Neighbor list builds = 203
-Dangerous builds = 0
-
-neigh_modify delay 0 every 1 check yes
-
-
-velocity all create 0.0 1
-dump_modify 1 every 25
-thermo 50
-minimize 1.0e-6 0.001 1000 10000
-Memory usage per processor = 2.74779 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 1000 0 -0.74465936 0 -0.74465936 13.069823
- 1050 0 -2.8198371 0 -2.8198371 -1.1103791
- 1100 0 -2.8554989 0 -2.8554989 -1.1086189
- 1150 0 -2.8646695 0 -2.8646695 -1.0612352
- 1200 0 -2.8688213 0 -2.8688213 -1.0735655
- 1250 0 -2.8764988 0 -2.8764988 -1.0709208
- 1300 0 -2.8776606 0 -2.8776606 -1.0836353
- 1350 0 -2.8789379 0 -2.8789379 -1.0942716
- 1365 0 -2.879076 0 -2.879076 -1.096544
-Loop time of 0.11008 on 4 procs for 365 steps with 800 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -0.744659361981 -2.87907436106 -2.8790759758
- Force two-norm initial, final = 2006.88 0.477401
- Force max component initial, final = 395.193 0.0879763
- Final line search alpha, max atom move = 0.00334856 0.000294593
- Iterations, force evaluations = 365 1437
-
-Pair time (%) = 0.0649455 (58.9985)
-Neigh time (%) = 0.00446945 (4.06019)
-Comm time (%) = 0.0151595 (13.7714)
-Outpt time (%) = 0.00723684 (6.57416)
-Other time (%) = 0.0182686 (16.5958)
-
-Nlocal: 200 ave 204 max 194 min
-Histogram: 1 0 0 0 0 1 0 0 0 2
-Nghost: 171.75 ave 173 max 170 min
-Histogram: 1 0 0 1 0 0 0 0 0 2
-Neighs: 1762.75 ave 1797 max 1711 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-
-Total # of neighbors = 7051
-Ave neighs/atom = 8.81375
-Neighbor list builds = 78
-Dangerous builds = 0
-
-fix 3 all box/relax x 1.0 y 2.0 vmax 1.0e-4 nreset 100
-
-thermo_style custom step temp pe pxx pyy pxy
-
-min_modify line quadratic
-minimize 0.0 1.0e-6 10000 100000
-Memory usage per processor = 2.74779 Mbytes
-Step Temp PotEng Pxx Pyy Pxy
- 1365 0 -2.879076 -1.0493949 -1.1436932 0.037565201
- 1400 0 -2.8859021 -0.86433583 -0.91383427 0.038857701
- 1450 0 -2.8929425 -0.58254768 -0.55566103 0.040538566
- 1500 0 -2.8965978 -0.28286668 -0.1626189 0.042018049
- 1550 0 -2.8967407 0.032456402 0.26748547 0.043240071
- 1600 0 -2.8932955 0.35812302 0.7335883 0.044447837
- 1650 0 -2.8863237 0.682558 1.2350215 0.044882248
- 1700 0 -2.8764383 0.96551454 1.7560104 0.044121022
- 1750 0 -2.8722126 1.0007211 2.001659 0.040886669
- 1800 0 -2.8731947 0.99598883 1.9944489 0.039649372
- 1850 0 -2.8735769 1.0019679 2.0025324 0.038214836
- 1900 0 -2.8740924 1.0039028 2.0049661 0.0364131
- 1950 0 -2.8744449 1.0036154 2.0046688 0.035279925
- 2000 0 -2.8749546 1.0003317 2.0003019 0.033624392
- 2050 0 -2.8752113 1.0024154 2.003108 0.032529652
- 2100 0 -2.8755863 1.0006463 2.0008216 0.031332915
- 2150 0 -2.8758611 1.002097 2.0027278 0.030028028
- 2200 0 -2.8763456 0.99313594 1.9909038 0.029170399
- 2250 0 -2.8763611 1.001124 2.0014434 0.028055774
- 2300 0 -2.8768055 0.99268167 1.9903215 0.027423255
- 2350 0 -2.876596 1.0044503 2.0063366 0.026630517
- 2400 0 -2.8768156 1.0048052 2.006267 0.025754063
- 2450 0 -2.877 1.0029729 2.0042275 0.025312769
- 2500 0 -2.8771948 1.0009424 2.0018459 0.024849257
- 2550 0 -2.8773052 1.0021762 2.0015675 0.0245549
- 2600 0 -2.877329 1.0032552 2.0053419 0.024285495
- 2650 0 -2.8774169 1.0045103 2.0055678 0.023951101
- 2700 0 -2.8775487 1.0026961 2.0043051 0.023528378
- 2750 0 -2.8776381 1.0038373 2.0043152 0.023284152
- 2800 0 -2.8777438 1.0025852 2.0042121 0.023038202
- 2850 0 -2.8778409 1.0036658 2.0040164 0.022781788
- 2900 0 -2.8779418 1.0024241 2.0040794 0.022526058
- 2950 0 -2.8780469 1.0033018 2.003366 0.022367971
- 3000 0 -2.8781459 1.0021012 2.0037093 0.02218872
- 3050 0 -2.8782281 1.0037187 2.0040777 0.021947328
- 3100 0 -2.8783303 1.0026555 2.0043585 0.021767142
- 3150 0 -2.8784265 1.0040469 2.0045436 0.021689896
- 3200 0 -2.8785393 1.002822 2.0046627 0.02147584
- 3250 0 -2.8786445 1.0039501 2.0045554 0.021385033
- 3300 0 -2.8787673 1.0027297 2.0045142 0.021210518
- 3350 0 -2.8788761 1.0039942 2.0044454 0.021184019
- 3400 0 -2.8789983 1.0027675 2.0046286 0.021031369
- 3450 0 -2.8791331 1.0036619 2.0039691 0.021012703
- 3500 0 -2.8792551 1.0028017 2.004602 0.020966397
- 3550 0 -2.8793894 1.003909 2.0042982 0.021192971
- 3600 0 -2.8795326 1.0027503 2.0044902 0.021201934
- 3650 0 -2.8796806 1.0038568 2.0042569 0.021417386
- 3700 0 -2.8798273 1.0029323 2.0047788 0.021514403
- 3750 0 -2.8799858 1.0038788 2.0042954 0.0218479
- 3800 0 -2.8801358 1.0030669 2.0049202 0.022078412
- 3850 0 -2.88031 1.0038017 2.0042978 0.022506483
- 3900 0 -2.8804829 1.0027534 2.0044844 0.022850647
- 3950 0 -2.8806581 1.0038138 2.0042384 0.023292834
- 4000 0 -2.8808407 1.0028503 2.0046401 0.02376443
- 4050 0 -2.8810335 1.0038535 2.0042663 0.024339409
- 4100 0 -2.8812238 1.002887 2.0047023 0.024860826
- 4150 0 -2.8814293 1.0037623 2.0041634 0.025508754
- 4200 0 -2.8816388 1.0024715 2.0041878 0.02612545
- 4250 0 -2.8818341 1.0040196 2.0045261 0.02670395
- 4300 0 -2.8820541 1.0027644 2.004513 0.027345325
- 4350 0 -2.8822741 1.003823 2.0042576 0.027932695
- 4400 0 -2.8824966 1.0029548 2.0048004 0.028481166
- 4450 0 -2.8827271 1.0038939 2.0043389 0.028965346
- 4500 0 -2.8829624 1.0027782 2.0045337 0.029379154
- 4550 0 -2.8831963 1.003917 2.0043942 0.029883101
- 4600 0 -2.8834415 1.0027006 2.0044529 0.030194687
- 4650 0 -2.8836707 1.004204 2.0047435 0.03058987
- 4700 0 -2.8839385 1.0025337 2.0041677 0.030956131
- 4750 0 -2.8841696 1.0040513 2.0045812 0.031267718
- 4800 0 -2.8844289 1.0028263 2.0046087 0.031459971
- 4850 0 -2.8846789 1.0039962 2.0045076 0.031559649
- 4900 0 -2.8849423 1.0027103 2.0044871 0.031541119
- 4950 0 -2.8851984 1.0038987 2.0043501 0.031504737
- 5000 0 -2.8854623 1.0028106 2.0045239 0.03131034
- 5050 0 -2.8857234 1.0039197 2.004387 0.031135545
- 5100 0 -2.8859937 1.0027585 2.0044828 0.030697605
- 5150 0 -2.8862597 1.0038645 2.0043089 0.030293541
- 5200 0 -2.8865381 1.0027994 2.0045186 0.029623524
- 5250 0 -2.88681 1.0038811 2.0042537 0.028917165
- 5300 0 -2.8870885 1.002855 2.0045603 0.028128479
- 5350 0 -2.8873684 1.0038929 2.0043454 0.027396573
- 5400 0 -2.8876533 1.0028036 2.0045349 0.026515815
- 5450 0 -2.8879295 1.0039241 2.0044708 0.025605993
- 5500 0 -2.8882196 1.0028328 2.0045839 0.024608793
- 5550 0 -2.8884951 1.0042254 2.0048137 0.023592363
- 5600 0 -2.8888019 1.0026824 2.0043615 0.022365696
- 5650 0 -2.8890695 1.0042573 2.004858 0.021119983
- 5700 0 -2.8893683 1.0029897 2.0048243 0.019655885
- 5750 0 -2.8896608 1.0040217 2.004519 0.018148474
- 5800 0 -2.889929 1.003452 2.0055345 0.016414507
- 5850 0 -2.8902232 1.0043388 2.0049496 0.014558996
- 5900 0 -2.8905138 1.003015 2.0051027 0.012718438
- 5950 0 -2.8908027 1.0044593 2.0050273 0.010731375
- 6000 0 -2.8910994 1.0033418 2.0054062 0.0084243617
- 6050 0 -2.8913886 1.0048448 2.005437 0.0061645349
- 6100 0 -2.8917017 1.0032273 2.0053302 0.0035239708
- 6150 0 -2.892013 1.0046181 2.005243 0.0010297208
- 6200 0 -2.8922986 1.0052427 2.0036436 -0.00085451809
- 6250 0 -2.8925105 1.0045386 2.0043105 -0.0025359113
- 6300 0 -2.8927378 1.0048511 2.0054923 -0.0043813223
- 6350 0 -2.8930645 1.0042348 2.0065259 -0.007028015
- 6400 0 -2.8934703 1.0050593 2.0053088 -0.0097510973
- 6450 0 -2.8938803 1.0033855 2.0056149 -0.012358676
- 6500 0 -2.8943093 1.0053618 2.005737 -0.015043321
- 6550 0 -2.8947601 1.003862 2.0061985 -0.017476288
- 6600 0 -2.8952234 1.0054734 2.0061331 -0.01911825
- 6650 0 -2.8957243 1.0031743 2.0056224 -0.020515558
- 6700 0 -2.896183 1.0053521 2.0059515 -0.021398167
- 6750 0 -2.8966895 1.0030525 2.0053788 -0.021802355
- 6800 0 -2.897176 1.0056564 2.0063377 -0.021873988
- 6850 0 -2.8977738 1.0039066 2.0069573 -0.02211484
- 6900 0 -2.8984952 1.0059427 2.0063163 -0.022900331
- 6950 0 -2.8989903 1.0054436 2.0053754 -0.023744754
- 7000 0 -2.8994101 1.0041684 2.0027747 -0.024042754
- 7050 0 -2.8995952 1.003052 2.007007 -0.024317104
- 7100 0 -2.8999857 1.0059315 2.0033946 -0.024390198
- 7150 0 -2.9003558 1.0049199 2.0042743 -0.024516916
- 7200 0 -2.9007205 1.0039168 2.0056056 -0.024415801
- 7250 0 -2.9009886 1.0064434 2.0088317 -0.024333418
- 7300 0 -2.9015123 1.0032604 2.0056309 -0.024156095
- 7350 0 -2.9019505 1.0052277 2.00585 -0.02371615
- 7400 0 -2.9023932 1.0034613 2.0055996 -0.02336249
- 7450 0 -2.9027998 1.0049075 2.0055153 -0.02276292
- 7500 0 -2.9032147 1.0027226 2.0048171 -0.022349666
- 7550 0 -2.9035717 1.0048114 2.0053416 -0.021639322
- 7600 0 -2.9039627 1.0033139 2.0053568 -0.021010643
- 7650 0 -2.9043227 1.0049116 2.0055618 -0.020157464
- 7700 0 -2.9047039 1.0035393 2.0056222 -0.019429487
- 7750 0 -2.9050783 1.0047122 2.0052737 -0.018516554
- 7800 0 -2.9054697 1.0032076 2.0050219 -0.017915121
- 7850 0 -2.9058331 1.0049294 2.0055711 -0.017217886
- 7900 0 -2.9062384 1.0030931 2.0051791 -0.016803466
- 7950 0 -2.9066111 1.004879 2.0054492 -0.016446429
- 8000 0 -2.9070015 1.0037406 2.0059179 -0.016190429
- 8050 0 -2.9073907 1.0051121 2.0058715 -0.015959072
- 8100 0 -2.9078101 1.0027672 2.0048264 -0.015781535
- 8150 0 -2.9082048 1.0040906 2.0043566 -0.015660761
- 8200 0 -2.9085905 1.0027881 2.0047646 -0.015522749
- 8250 0 -2.9089503 1.0048712 2.0054963 -0.015327484
- 8300 0 -2.9093266 1.0039977 2.0061915 -0.015223258
- 8350 0 -2.9097087 1.0052083 2.0060824 -0.015242163
- 8400 0 -2.9101292 1.0032469 2.0052187 -0.015187053
- 8450 0 -2.910503 1.0050404 2.0057517 -0.014991867
- 8500 0 -2.9109187 1.0035111 2.0055974 -0.014904615
- 8550 0 -2.9113211 1.0049816 2.0057457 -0.01460732
- 8600 0 -2.9117378 1.002511 2.0044632 -0.014524792
- 8650 0 -2.9121228 1.0051961 2.0058515 -0.014176362
- 8700 0 -2.9125913 1.0034798 2.0055631 -0.013984156
- 8750 0 -2.913083 1.0050889 2.0054245 -0.013555799
- 8800 0 -2.9136265 1.0036018 2.0059662 -0.013073369
- 8850 0 -2.914259 1.0052194 2.0053716 -0.012320294
- 8900 0 -2.9149375 1.0034679 2.0057923 -0.011296714
- 8950 0 -2.9156352 1.00521 2.0054938 -0.010164259
- 9000 0 -2.9162926 1.0039334 2.0062977 -0.0097560664
- 9050 0 -2.9170336 0.99949421 2.0032139 -0.010037986
- 9100 0 -2.9174081 1.0054956 2.0075396 -0.010458294
- 9150 0 -2.9177587 1.0054855 2.0076688 -0.011020089
- 9200 0 -2.9181874 1.0045191 2.0083857 -0.012042582
- 9250 0 -2.9190522 0.99503626 1.9897169 -0.012752965
- 9300 0 -2.9191691 1.0005501 2.0010133 -0.013720313
- 9350 0 -2.9193578 1.0022621 2.0063209 -0.014421856
- 9400 0 -2.9197682 1.0050286 1.9991984 -0.014436476
- 9450 0 -2.9198328 1.0050846 2.0092974 -0.015229781
- 9500 0 -2.9202672 1.0042767 2.0024193 -0.015659591
- 9550 0 -2.9206876 0.99326798 1.9998234 -0.016390989
- 9600 0 -2.9207514 1.0011542 2.006155 -0.016584682
- 9650 0 -2.9211179 0.99713277 1.9959592 -0.016544806
- 9700 0 -2.921385 0.99349094 1.9916373 -0.016497285
- 9750 0 -2.9213164 1.0068609 2.0014286 -0.016156031
- 9800 0 -2.9219889 0.99723396 1.989454 -0.015264383
- 9850 0 -2.9218239 1.0017119 2.0037569 -0.014952239
- 9900 0 -2.9223294 1.0002507 1.9946351 -0.012804563
- 9950 0 -2.9223583 0.99412043 2.0011985 -0.012053285
- 10000 0 -2.9227193 0.99631795 1.9913372 -0.010017438
- 10050 0 -2.9227183 1.0019551 1.9979539 -0.0083216351
- 10100 0 -2.9228518 0.99803723 1.9958844 -0.0074905453
- 10150 0 -2.9226182 0.99786623 2.0129249 -0.006833704
- 10200 0 -2.9228329 0.99962232 2.0077079 -0.0049436783
- 10250 0 -2.9230958 1.0033134 2.0009986 -0.0023993558
- 10300 0 -2.9230785 1.0080784 2.0070812 -0.00051734835
- 10350 0 -2.9233427 1.0018114 2.0004348 0.0011874278
- 10400 0 -2.9234583 1.0006407 2.0004739 0.0030329504
- 10450 0 -2.9237261 0.99842738 1.9982674 0.006833001
- 10500 0 -2.9235931 1.0037677 2.0087914 0.0084276101
- 10550 0 -2.924115 1.0010028 1.9948024 0.013005956
- 10600 0 -2.9241951 0.99553091 1.9995839 0.015682423
- 10650 0 -2.9244907 0.99285012 1.9946234 0.019162956
- 10700 0 -2.9244299 1.006106 2.0030262 0.022319215
- 10750 0 -2.924846 0.99853313 1.9962008 0.026667777
- 10800 0 -2.9251948 0.99061339 1.9921659 0.030216187
- 10850 0 -2.9256677 0.99267741 1.99072 0.037019074
- 10900 0 -2.925891 0.99070701 1.9947866 0.040699308
- 10950 0 -2.9260822 0.99861686 1.9949331 0.043805098
- 11000 0 -2.9263829 0.9958498 1.9960836 0.047265756
- 11050 0 -2.926857 0.99510422 1.9918631 0.051663736
- 11100 0 -2.9272027 1.0012537 1.9979068 0.056939839
- 11150 0 -2.9275484 0.99693761 1.9999955 0.060601765
- 11200 0 -2.9280849 0.99569292 1.9942811 0.064732592
- 11250 0 -2.9286135 0.99170686 1.9913206 0.068852289
- 11300 0 -2.9288315 0.99652109 1.993871 0.071466174
- 11350 0 -2.9291322 0.99683019 2.0011103 0.075036039
- 11365 0 -2.9293296 0.99866306 1.9934484 0.075716815
-Loop time of 1.26641 on 4 procs for 10000 steps with 800 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2.8790759758 -2.9296800688 -2.92932964187
- Force two-norm initial, final = 3556.23 8.72586
- Force max component initial, final = 2979.1 5.72551
- Final line search alpha, max atom move = 4.8931e-05 0.000280155
- Iterations, force evaluations = 10000 10049
-
-Pair time (%) = 0.498641 (39.3744)
-Neigh time (%) = 0.00170106 (0.134321)
-Comm time (%) = 0.104978 (8.28939)
-Outpt time (%) = 0.206677 (16.3199)
-Other time (%) = 0.454413 (35.882)
-
-Nlocal: 200 ave 205 max 194 min
-Histogram: 1 0 0 0 0 1 1 0 0 1
-Nghost: 178 ave 181 max 173 min
-Histogram: 1 0 0 0 0 1 0 0 0 2
-Neighs: 1857.5 ave 1884 max 1825 min
-Histogram: 1 0 0 1 0 0 0 0 1 1
-
-Total # of neighbors = 7430
-Ave neighs/atom = 9.2875
-Neighbor list builds = 29
-Dangerous builds = 0
diff --git a/examples/msst/log.msst.9Jan12.linux.1 b/examples/msst/log.msst.18Feb13.linux.1
similarity index 87%
rename from examples/msst/log.msst.9Jan12.linux.1
rename to examples/msst/log.msst.18Feb13.linux.1
index 49cf04c95..43040fbdb 100644
--- a/examples/msst/log.msst.9Jan12.linux.1
+++ b/examples/msst/log.msst.18Feb13.linux.1
@@ -1,130 +1,135 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# LJ test of msst shock dynamics
# Energy in eV, time in ps, distance in angstroms.
units metal
boundary p p p
atom_style atomic
timestep 1e-03
lattice fcc 5.3589
Lattice spacing in x,y,z = 5.3589 5.3589 5.3589
## Specify the box as a given number of unit cells.
region box1 block 0 18 0 18 0 18 units lattice
## Instantiate the system.
create_box 1 box1
Created orthogonal box = (0 0 0) to (96.4602 96.4602 96.4602)
1 by 1 by 1 MPI processor grid
create_atoms 1 region box1
Created 23328 atoms
mass 1 40.00
# Initial velocities correspond to around 300K.
velocity all create 600.0 9999
-pair_style lj/cut 10
+pair_style lj/cut 10
pair_coeff 1 1 0.01032 3.405
timestep 2e-3
# Equilibrate the system
fix 2 all nve
thermo 10
run 100
-Memory usage per processor = 17.1392 Mbytes
+Memory usage per processor = 17.232 Mbytes
Step Temp E_pair E_mol TotEng Press
0 600 -1943.9014 0 -134.75058 992.06384
10 586.44651 -1917.3971 0 -149.11346 1306.17
20 539.94305 -1778.786 0 -150.72199 2492.7873
30 449.49509 -1506.4706 0 -151.12989 4667.6248
40 331.86049 -1151.7344 0 -151.09164 7379.764
50 258.27083 -929.8024 0 -151.05092 9103.558
60 256.1869 -923.58742 0 -151.1195 9252.9158
70 281.76061 -1000.7367 0 -151.1576 8739.2518
80 300.28534 -1056.589 0 -151.15321 8324.8812
90 305.83368 -1073.3097 0 -151.14426 8175.2478
100 304.06857 -1067.9843 0 -151.14112 8191.234
-Loop time of 3.42775 on 1 procs for 100 steps with 23328 atoms
+Loop time of 3.41779 on 1 procs for 100 steps with 23328 atoms
-Pair time (%) = 3.28266 (95.7673)
-Neigh time (%) = 0.0646169 (1.88511)
-Comm time (%) = 0.0221677 (0.646713)
-Outpt time (%) = 0.000880957 (0.0257008)
-Other time (%) = 0.05742 (1.67515)
+Pair time (%) = 3.27187 (95.7305)
+Neigh time (%) = 0.0658 (1.92522)
+Comm time (%) = 0.0221024 (0.646685)
+Outpt time (%) = 0.000823975 (0.0241084)
+Other time (%) = 0.0571954 (1.67346)
Nlocal: 23328 ave 23328 max 23328 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 22235 ave 22235 max 22235 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 2.18372e+06 ave 2.18372e+06 max 2.18372e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 2183715
Ave neighs/atom = 93.6092
Neighbor list builds = 1
Dangerous builds = 0
unfix 2
# MSST fix
-fix msst all msst z 28.0 q 200 mu 3e2 tscale 0.01
+fix msst all msst z 28.0 q 200 mu 3e2 tscale 0.01
MSST parameters:
Shock in z direction
Cell mass-like parameter qmass (units of mass^2/length^4) = 2.00000e+02
Shock velocity = 2.80000e+01
Artificial viscosity (units of mass/length/time) = 3.00000e+02
Initial pressure calculated on first step
Initial volume calculated on first step
Initial energy calculated on first step
-# this is needed to make etotal equal the MSST conserved quantity
+# this is needed to make etotal equal the MSST conserved quantity
fix_modify msst energy yes
variable dhug equal f_msst[1]
variable dray equal f_msst[2]
variable lgr_vel equal f_msst[3]
variable lgr_pos equal f_msst[4]
thermo_style custom step temp ke pe lx ly lz pxx pyy pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos f_msst
+#dump id all atom 50 dump.msst
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
run 100
Fix MSST v0 = 8.97521e+05
Fix MSST p0 = 8.10679e+03
Fix MSST e0 = to be -1.51141e+02
Fix MSST initial strain rate of -3.20112e-02 established by reducing temperature by factor of 1.00000e-02
-Memory usage per processor = 17.1456 Mbytes
+Memory usage per processor = 17.2384 Mbytes
Step Temp KinEng PotEng Lx Ly Lz Pxx Pyy Pzz TotEng dhug dray lgr_vel lgr_pos msst
100 301.02788 907.67474 -1058.8159 96.4602 96.4602 96.4602 8242.1214 8202.9779 8095.8693 -151.14112 1.5203428 -10.919311 0 0 9.1684318
110 297.71411 897.68288 -1048.8859 96.4602 96.4602 96.399397 8347.6253 8303.7121 8220.7572 -151.20299 1.439058 28.652258 0.017649501 -0.55980494 5.7336721
120 295.64308 891.43821 -1042.72 96.4602 96.4602 96.340496 8431.6742 8379.2441 8331.5304 -151.28174 1.3655893 56.776734 0.034747125 -1.119263 2.3808018
130 296.02228 892.5816 -1043.9407 96.4602 96.4602 96.283468 8456.2492 8412.6368 8392.5853 -151.35912 1.2945465 37.811981 0.05130089 -1.6783851 -0.87840575
140 298.19024 899.11855 -1050.5482 96.4602 96.4602 96.228236 8430.5151 8415.6802 8414.2537 -151.42965 1.2243399 -18.01985 0.067333442 -2.2371818 -4.0330712
150 300.86421 907.18122 -1058.6966 96.4602 96.4602 96.174681 8399.4697 8396.2236 8420.9004 -151.51534 1.1598278 -86.5197 0.082879112 -2.7956634 -7.0824881
160 303.34119 914.64996 -1066.2388 96.4602 96.4602 96.122673 8388.3438 8360.5024 8428.751 -151.58881 1.0977647 -151.64553 0.097975827 -3.353839 -10.033902
170 304.87769 919.28288 -1070.961 96.4602 96.4602 96.072088 8408.8694 8333.4337 8449.5665 -151.67812 1.044322 -201.80899 0.11265931 -3.9117174 -12.897768
180 304.99 919.62151 -1071.3588 96.4602 96.4602 96.022824 8461.5542 8343.1436 8484.9824 -151.73733 0.99203387 -235.51793 0.12695926 -4.4693063 -15.685622
190 305.1148 919.99782 -1071.7807 96.4602 96.4602 95.9748 8498.7562 8371.4217 8514.4473 -151.78288 0.93937416 -273.43964 0.1408996 -5.0266132 -18.403999
200 306.45829 924.0488 -1075.8787 96.4602 96.4602 95.927931 8488.9509 8385.2408 8529.6443 -151.82991 0.88654815 -324.00777 0.15450451 -5.583645 -21.055149
-Loop time of 4.37407 on 1 procs for 100 steps with 23328 atoms
+Loop time of 4.36974 on 1 procs for 100 steps with 23328 atoms
-Pair time (%) = 3.29205 (75.2628)
-Neigh time (%) = 0.130561 (2.98489)
-Comm time (%) = 0.0217173 (0.496501)
-Outpt time (%) = 0.0132883 (0.303796)
-Other time (%) = 0.916456 (20.952)
+Pair time (%) = 3.28512 (75.1789)
+Neigh time (%) = 0.132638 (3.03538)
+Comm time (%) = 0.0216973 (0.496535)
+Outpt time (%) = 0.0132208 (0.302553)
+Other time (%) = 0.917059 (20.9866)
Nlocal: 23328 ave 23328 max 23328 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 22205 ave 22205 max 22205 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 2.18349e+06 ave 2.18349e+06 max 2.18349e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 2183494
Ave neighs/atom = 93.5997
Neighbor list builds = 2
Dangerous builds = 0
diff --git a/examples/msst/log.msst.9Jan12.linux.4 b/examples/msst/log.msst.18Feb13.linux.4
similarity index 87%
rename from examples/msst/log.msst.9Jan12.linux.4
rename to examples/msst/log.msst.18Feb13.linux.4
index 5cc09f344..0f9be87a9 100644
--- a/examples/msst/log.msst.9Jan12.linux.4
+++ b/examples/msst/log.msst.18Feb13.linux.4
@@ -1,130 +1,135 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# LJ test of msst shock dynamics
# Energy in eV, time in ps, distance in angstroms.
units metal
boundary p p p
atom_style atomic
timestep 1e-03
lattice fcc 5.3589
Lattice spacing in x,y,z = 5.3589 5.3589 5.3589
## Specify the box as a given number of unit cells.
region box1 block 0 18 0 18 0 18 units lattice
## Instantiate the system.
create_box 1 box1
Created orthogonal box = (0 0 0) to (96.4602 96.4602 96.4602)
1 by 2 by 2 MPI processor grid
create_atoms 1 region box1
Created 23328 atoms
mass 1 40.00
# Initial velocities correspond to around 300K.
velocity all create 600.0 9999
-pair_style lj/cut 10
+pair_style lj/cut 10
pair_coeff 1 1 0.01032 3.405
timestep 2e-3
# Equilibrate the system
fix 2 all nve
thermo 10
run 100
-Memory usage per processor = 5.52775 Mbytes
+Memory usage per processor = 5.55383 Mbytes
Step Temp E_pair E_mol TotEng Press
0 600 -1943.9014 0 -134.75058 992.06384
10 586.47212 -1917.4465 0 -149.08565 1305.7368
20 540.13678 -1779.3375 0 -150.68935 2488.8545
30 450.11466 -1508.2891 0 -151.08028 4655.1306
40 332.99843 -1155.1208 0 -151.04685 7357.5162
50 259.2571 -932.72753 0 -151.0022 9086.2087
60 256.22581 -923.67654 0 -151.0913 9257.1571
70 281.12085 -998.79866 0 -151.14863 8759.7887
80 299.37658 -1053.8476 0 -151.1519 8352.9467
90 304.24026 -1068.4941 0 -151.13319 8218.1594
100 301.9683 -1061.6332 0 -151.12284 8244.1277
-Loop time of 0.927677 on 4 procs for 100 steps with 23328 atoms
+Loop time of 0.921801 on 4 procs for 100 steps with 23328 atoms
-Pair time (%) = 0.843839 (90.9625)
-Neigh time (%) = 0.0167245 (1.80284)
-Comm time (%) = 0.0490033 (5.28237)
-Outpt time (%) = 0.000532866 (0.0574408)
-Other time (%) = 0.0175777 (1.89481)
+Pair time (%) = 0.834578 (90.5377)
+Neigh time (%) = 0.0168348 (1.82629)
+Comm time (%) = 0.0523829 (5.68267)
+Outpt time (%) = 0.000578165 (0.0627212)
+Other time (%) = 0.0174276 (1.8906)
Nlocal: 5832 ave 5850 max 5813 min
Histogram: 1 0 0 0 1 1 0 0 0 1
Nghost: 10571 ave 10590 max 10553 min
Histogram: 1 0 0 0 1 1 0 0 0 1
Neighs: 545762 ave 548069 max 543643 min
Histogram: 1 0 0 1 0 1 0 0 0 1
Total # of neighbors = 2183047
Ave neighs/atom = 93.5805
Neighbor list builds = 1
Dangerous builds = 0
unfix 2
# MSST fix
-fix msst all msst z 28.0 q 200 mu 3e2 tscale 0.01
+fix msst all msst z 28.0 q 200 mu 3e2 tscale 0.01
MSST parameters:
Shock in z direction
Cell mass-like parameter qmass (units of mass^2/length^4) = 2.00000e+02
Shock velocity = 2.80000e+01
Artificial viscosity (units of mass/length/time) = 3.00000e+02
Initial pressure calculated on first step
Initial volume calculated on first step
Initial energy calculated on first step
-# this is needed to make etotal equal the MSST conserved quantity
+# this is needed to make etotal equal the MSST conserved quantity
fix_modify msst energy yes
variable dhug equal f_msst[1]
variable dray equal f_msst[2]
variable lgr_vel equal f_msst[3]
variable lgr_pos equal f_msst[4]
thermo_style custom step temp ke pe lx ly lz pxx pyy pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos f_msst
+#dump id all atom 50 dump.msst
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
run 100
Fix MSST v0 = 8.97521e+05
Fix MSST p0 = 8.18624e+03
Fix MSST e0 = to be -1.51123e+02
Fix MSST initial strain rate of -3.19005e-02 established by reducing temperature by factor of 1.00000e-02
-Memory usage per processor = 5.52775 Mbytes
+Memory usage per processor = 5.55383 Mbytes
Step Temp KinEng PotEng Lx Ly Lz Pxx Pyy Pzz TotEng dhug dray lgr_vel lgr_pos msst
100 298.94862 901.40524 -1052.5281 96.4602 96.4602 96.4602 8270.9151 8253.4662 8175.4946 -151.12284 1.5098415 -10.744684 0 0 9.1051034
110 296.49826 894.01679 -1045.224 96.4602 96.4602 96.399609 8338.4937 8340.5504 8294.9909 -151.20723 1.4327442 23.73173 0.017588167 -0.55980562 5.6560557
120 295.97607 892.44225 -1043.7239 96.4602 96.4602 96.340904 8377.6797 8385.921 8378.3042 -151.28169 1.3584606 24.672199 0.034628719 -1.1192655 2.2953307
130 297.34893 896.58179 -1047.945 96.4602 96.4602 96.284029 8379.2516 8394.8806 8416.2669 -151.36322 1.2881444 -17.170168 0.051138087 -1.6783905 -0.96527961
140 299.71946 903.72952 -1055.1787 96.4602 96.4602 96.22888 8357.0358 8388.6743 8424.3188 -151.44922 1.221125 -86.501161 0.067146366 -2.2371908 -4.1195182
150 301.79241 909.97998 -1061.4976 96.4602 96.4602 96.175327 8332.7118 8393.7027 8434.6177 -151.51765 1.1560248 -151.34689 0.082691635 -2.7956762 -7.172084
160 303.18249 914.17141 -1065.7667 96.4602 96.4602 96.123244 8321.1154 8413.1248 8454.5596 -151.59527 1.0977348 -204.4864 0.097810061 -3.3538554 -10.134387
170 304.34089 917.66428 -1069.3198 96.4602 96.4602 96.072522 8327.6227 8431.1177 8467.92 -151.65554 1.0390628 -262.29751 0.11253339 -3.9117366 -13.01442
180 305.86343 922.25514 -1073.9633 96.4602 96.4602 96.023049 8345.1853 8432.5201 8461.3276 -151.70813 0.97863988 -338.30793 0.12689398 -4.4693274 -15.815462
190 307.44054 927.01052 -1078.7892 96.4602 96.4602 95.9747 8368.4081 8427.5109 8450.584 -151.77867 0.92329631 -416.89333 0.1409285 -5.0266346 -18.541801
200 308.43619 930.01265 -1081.8521 96.4602 96.4602 95.927349 8393.2058 8443.1265 8454.6733 -151.83947 0.8723277 -479.24592 0.1546734 -5.5836644 -21.20378
-Loop time of 1.20185 on 4 procs for 100 steps with 23328 atoms
+Loop time of 1.17268 on 4 procs for 100 steps with 23328 atoms
-Pair time (%) = 0.855886 (71.214)
-Neigh time (%) = 0.0341639 (2.84261)
-Comm time (%) = 0.0578396 (4.81254)
-Outpt time (%) = 0.00427949 (0.356076)
-Other time (%) = 0.249681 (20.7747)
+Pair time (%) = 0.841547 (71.7624)
+Neigh time (%) = 0.0342548 (2.92106)
+Comm time (%) = 0.0479164 (4.08604)
+Outpt time (%) = 0.00436926 (0.372586)
+Other time (%) = 0.244597 (20.8579)
Nlocal: 5832 ave 5874 max 5803 min
Histogram: 2 0 0 0 0 1 0 0 0 1
Nghost: 10563.8 ave 10588 max 10526 min
Histogram: 1 0 0 0 1 0 0 0 0 2
Neighs: 545708 ave 550787 max 542668 min
Histogram: 2 0 0 0 1 0 0 0 0 1
Total # of neighbors = 2182834
Ave neighs/atom = 93.5714
Neighbor list builds = 2
Dangerous builds = 0
diff --git a/examples/neb/log.neb.hop1.18Feb13.linux.4 b/examples/neb/log.neb.hop1.18Feb13.linux.4
new file mode 100644
index 000000000..3f957d23e
--- /dev/null
+++ b/examples/neb/log.neb.hop1.18Feb13.linux.4
@@ -0,0 +1,11 @@
+LAMMPS (18 Feb 2013)
+Running on 4 partitions of processors
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+0 4394.415 2794.6751 0.41279209 4.8987813 4588.501 0.43598632 0.42993506 1.8911387 0 -3.053578 0.33333333 -2.6175917 0.66666667 -2.7448543 1 -3.0475267
+100 0.16491797 0.11704265 0.073253678 0.15376032 0.16852504 0.0070973947 0.0022716577 2.2924235 0 -3.0535878 0.32028055 -3.0473424 0.63279844 -3.0464904 1 -3.0487621
+167 0.099489681 0.075645838 0.058144199 0.074832649 0.20958916 0.0070828454 0.0022622141 2.3072232 0 -3.053591 0.31925954 -3.0473496 0.64307831 -3.0465082 1 -3.0487704
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+167 0.20958916 0.18030355 0.058144199 0.074832649 0.20958916 0.0070828454 0.0022622141 2.3072232 0 -3.053591 0.31925954 -3.0473496 0.64307831 -3.0465082 1 -3.0487704
+267 0.15398043 0.13842303 0.053188236 0.064560479 0.15398043 0.0070933391 0.0022732427 2.3091348 0 -3.053592 0.31934334 -3.047352 0.63302643 -3.0464987 1 -3.0487719
+339 0.099312103 0.088450672 0.042522861 0.048330586 0.099312103 0.0071036621 0.002284228 2.3132329 0 -3.0535938 0.31606593 -3.0473883 0.61753222 -3.0464901 1 -3.0487743
diff --git a/examples/neb/log.neb.hop1.9Jan12.linux.4 b/examples/neb/log.neb.hop1.9Jan12.linux.4
deleted file mode 100644
index e758cc244..000000000
--- a/examples/neb/log.neb.hop1.9Jan12.linux.4
+++ /dev/null
@@ -1,11 +0,0 @@
-LAMMPS (10 Jan 2012)
-Running on 4 partitions of processors
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-0 4394.41 2794.68 0.412792 4.89878 4588.5 0.435986 0.429935 1.89114 0 -3.05358 0.333333 -2.61759 0.666667 -2.74485 1 -3.04753
-100 0.164918 0.117043 0.0732537 0.15376 0.168525 0.00709739 0.00227166 2.29242 0 -3.05359 0.320281 -3.04734 0.632798 -3.04649 1 -3.04876
-167 0.0994897 0.0756458 0.0581442 0.0748326 0.209589 0.00708285 0.00226221 2.30722 0 -3.05359 0.31926 -3.04735 0.643078 -3.04651 1 -3.04877
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-167 0.209589 0.180304 0.0581442 0.0748326 0.209589 0.00708285 0.00226221 2.30722 0 -3.05359 0.31926 -3.04735 0.643078 -3.04651 1 -3.04877
-267 0.15398 0.138423 0.0531882 0.0645605 0.15398 0.00709334 0.00227324 2.30913 0 -3.05359 0.319343 -3.04735 0.633026 -3.0465 1 -3.04877
-339 0.0993121 0.0884507 0.0425229 0.0483306 0.0993121 0.00710366 0.00228423 2.31323 0 -3.05359 0.316066 -3.04739 0.617532 -3.04649 1 -3.04877
diff --git a/examples/neb/log.neb.hop2.18Feb13.linux.4 b/examples/neb/log.neb.hop2.18Feb13.linux.4
new file mode 100644
index 000000000..244279baf
--- /dev/null
+++ b/examples/neb/log.neb.hop2.18Feb13.linux.4
@@ -0,0 +1,19 @@
+LAMMPS (18 Feb 2013)
+Running on 4 partitions of processors
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+0 14.470556 10.654221 0.40467815 5.0039317 14.654382 0.0018497549 0.00068389874 0.98392852 0 -3.0514828 0.33333333 -3.0496331 0.66666667 -3.049639 1 -3.050317
+100 0.30693642 0.14214612 0.064540435 0.18992386 0.55839627 0.0015370681 0.0015317937 1.155908 0 -3.0514877 0.28786213 -3.0503592 0.58937589 -3.0499507 1 -3.0514825
+200 0.10867436 0.057454792 0.043842067 0.051490038 0.84846595 0.0014585096 0.001457658 1.1692143 0 -3.051491 0.29660843 -3.050316 0.62299493 -3.0500325 1 -3.0514902
+300 0.11662168 0.030516737 0.030666311 0.034651023 1.0116774 0.0014064671 0.0014060807 1.1700677 0 -3.0514927 0.30984279 -3.05026 0.64188282 -3.0500862 1 -3.0514923
+400 0.057106221 0.016512887 0.020989339 0.023348884 1.1072181 0.0013732957 0.0013731118 1.1704502 0 -3.0514936 0.31945381 -3.0502218 0.65251914 -3.0501203 1 -3.0514934
+500 0.093684293 0.021481358 0.014823818 0.01669741 1.1580507 0.0013547017 0.0013546054 1.1706327 0 -3.051494 0.32491587 -3.0502011 0.65816371 -3.0501393 1 -3.0514939
+600 0.02560367 0.0056944922 0.0095793714 0.010672043 1.1952184 0.0013409641 0.0013409194 1.1708165 0 -3.0514942 0.32892103 -3.0501865 0.6622228 -3.0501532 1 -3.0514941
+700 0.053702771 0.012476635 0.0068206548 0.0077241137 1.2464658 0.0013348463 0.0013348207 1.1708921 0 -3.0514943 0.33065695 -3.0501803 0.66397271 -3.0501594 1 -3.0514942
+720 0.0093868547 0.0029986965 0.0065969518 0.0073833131 1.2468529 0.0013343964 0.0013343722 1.1709106 0 -3.0514943 0.33077105 -3.0501798 0.66408416 -3.0501599 1 -3.0514943
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+720 1.2468529 1.2166503 0.0065969518 0.0073833131 1.2468529 0.0013343964 0.0013343722 1.1709106 0 -3.0514943 0.33077105 -3.0501798 0.66408416 -3.0501599 1 -3.0514943
+820 0.14126642 0.078847007 0.0044950467 0.0051237953 0.14126642 0.0016023457 0.0016023321 1.1716496 0 -3.0514943 0.28575219 -3.0503638 0.50149409 -3.049892 1 -3.0514943
+920 0.043110818 0.038638164 0.003579024 0.0040777949 0.012030411 0.0016020443 0.0016020343 1.1725483 0 -3.0514943 0.26947368 -3.0504461 0.50334153 -3.0498923 1 -3.0514943
+1020 0.030296371 0.011719629 0.0024503979 0.002861026 0.030296371 0.0016019293 0.001601923 1.1739155 0 -3.0514943 0.25797318 -3.0505101 0.50450691 -3.0498924 1 -3.0514943
+1102 0.0092997898 0.0056166831 0.0018951803 0.0022471504 0.0078955098 0.0016018729 0.0016018682 1.1743883 0 -3.0514943 0.25524857 -3.0505268 0.50492227 -3.0498925 1 -3.0514943
diff --git a/examples/neb/log.neb.hop2.9Jan12.linux.4 b/examples/neb/log.neb.hop2.9Jan12.linux.4
deleted file mode 100644
index 4a9786f37..000000000
--- a/examples/neb/log.neb.hop2.9Jan12.linux.4
+++ /dev/null
@@ -1,19 +0,0 @@
-LAMMPS (10 Jan 2012)
-Running on 4 partitions of processors
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-0 14.4706 10.6542 0.404678 5.00393 14.6544 0.00184975 0.000683899 0.983929 0 -3.05148 0.333333 -3.04963 0.666667 -3.04964 1 -3.05032
-100 0.306936 0.142146 0.0645404 0.189924 0.558396 0.00153707 0.00153179 1.15591 0 -3.05149 0.287862 -3.05036 0.589376 -3.04995 1 -3.05148
-200 0.108674 0.0574548 0.0438421 0.05149 0.848466 0.00145851 0.00145766 1.16921 0 -3.05149 0.296608 -3.05032 0.622995 -3.05003 1 -3.05149
-300 0.116622 0.0305167 0.0306663 0.034651 1.01168 0.00140647 0.00140608 1.17007 0 -3.05149 0.309843 -3.05026 0.641883 -3.05009 1 -3.05149
-400 0.0571062 0.0165129 0.0209893 0.0233489 1.10722 0.0013733 0.00137311 1.17045 0 -3.05149 0.319454 -3.05022 0.652519 -3.05012 1 -3.05149
-500 0.0936843 0.0214814 0.0148238 0.0166974 1.15805 0.0013547 0.00135461 1.17063 0 -3.05149 0.324916 -3.0502 0.658164 -3.05014 1 -3.05149
-600 0.0256037 0.00569449 0.00957937 0.010672 1.19522 0.00134096 0.00134092 1.17082 0 -3.05149 0.328921 -3.05019 0.662223 -3.05015 1 -3.05149
-700 0.0537028 0.0124766 0.00682065 0.00772411 1.24647 0.00133485 0.00133482 1.17089 0 -3.05149 0.330657 -3.05018 0.663973 -3.05016 1 -3.05149
-720 0.00938685 0.0029987 0.00659695 0.00738331 1.24685 0.0013344 0.00133437 1.17091 0 -3.05149 0.330771 -3.05018 0.664084 -3.05016 1 -3.05149
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-720 1.24685 1.21665 0.00659695 0.00738331 1.24685 0.0013344 0.00133437 1.17091 0 -3.05149 0.330771 -3.05018 0.664084 -3.05016 1 -3.05149
-820 0.141266 0.078847 0.00449505 0.0051238 0.141266 0.00160235 0.00160233 1.17165 0 -3.05149 0.285752 -3.05036 0.501494 -3.04989 1 -3.05149
-920 0.0431108 0.0386382 0.00357902 0.00407779 0.0120304 0.00160204 0.00160203 1.17255 0 -3.05149 0.269474 -3.05045 0.503342 -3.04989 1 -3.05149
-1020 0.0302964 0.0117196 0.0024504 0.00286103 0.0302964 0.00160193 0.00160192 1.17392 0 -3.05149 0.257973 -3.05051 0.504507 -3.04989 1 -3.05149
-1102 0.00929979 0.00561668 0.00189518 0.00224715 0.00789551 0.00160187 0.00160187 1.17439 0 -3.05149 0.255249 -3.05053 0.504922 -3.04989 1 -3.05149
diff --git a/examples/nemd/log.nemd.9Jan12.linux.1 b/examples/nemd/log.nemd.18Feb13.linux.1
similarity index 92%
rename from examples/nemd/log.nemd.9Jan12.linux.1
rename to examples/nemd/log.nemd.18Feb13.linux.1
index ec85c6990..0bf6bb049 100644
--- a/examples/nemd/log.nemd.9Jan12.linux.1
+++ b/examples/nemd/log.nemd.18Feb13.linux.1
@@ -1,109 +1,112 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d NEMD simulation
units lj
atom_style atomic
dimension 2d
lattice sq2 0.8442
Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
region box prism 0 10 0 8 -0.5 0.5 0 0 0
create_box 2 box
Created triclinic box = (0 0 -0.769595) to (15.3919 12.3135 0.769595) with tilt (0 0 0)
1 by 1 by 1 MPI processor grid
create_atoms 1 box
Created 160 atoms
mass * 1.0
velocity all create 1.44 87287 loop geom
region slice block 4 6 INF INF INF INF
set region slice type 2
40 settings made for type
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 1.0
neighbor 0.3 bin
neigh_modify delay 0 every 1
fix 1 all nvt/sllod temp 1.0 1.0 1.0 tchain 1
fix 2 all deform 1 xy erate 0.01 remap v
-dump 1 all custom 500 dump.nemd id type x y z
+#dump 1 all custom 5000 dump.nemd id type x y z
+
+#dump 1 all image 1000 image.*.jpg type type adiam 1.2
+#dump_modify 1 pad 5
thermo 1000
run 50000
-Memory usage per processor = 2.06269 Mbytes
+Memory usage per processor = 2.0627 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
0 1.44 0 0 1.431 1.2080502 189.52855
1000 1.1132807 0.27905278 0 1.3853755 6.5147704 189.52855
2000 1.0443617 0.2588631 0 1.2966975 5.8123077 189.52855
3000 0.99740048 0.30663122 0 1.2977979 6.7893948 189.52855
4000 1.0452154 0.2549558 0 1.2936386 5.9682721 189.52855
5000 1.0446171 0.24804329 0 1.2861316 6.0510081 189.52855
6000 0.99414736 0.27672942 0 1.2646634 6.1314117 189.52855
7000 0.98222339 0.25264497 0 1.2287295 5.835047 189.52855
8000 1.0949044 0.21576814 0 1.3038294 5.491461 189.52855
9000 1.0926686 0.24221385 0 1.3280532 6.3130763 189.52855
10000 1.076097 0.2855754 0 1.3549468 5.8734258 189.52855
11000 0.99180114 0.32327904 0 1.3088814 6.7664177 189.52855
12000 0.92157563 0.3649801 0 1.2807959 7.1346057 189.52855
13000 1.0357975 0.24757954 0 1.2769033 5.1431799 189.52855
14000 1.0007104 0.23333402 0 1.22779 5.7856096 189.52855
15000 0.99137134 0.24780673 0 1.232982 6.1361025 189.52855
16000 0.94735806 0.285215 0 1.2266521 6.5489235 189.52855
17000 0.92947519 0.35111458 0 1.2747806 6.8906691 189.52855
18000 0.93468492 0.30314528 0 1.2319884 6.7846869 189.52855
19000 0.97664561 0.22133285 0 1.1918744 5.1668518 189.52855
20000 0.92288444 0.24361535 0 1.1607318 5.8575076 189.52855
21000 0.95982212 0.23711835 0 1.1909416 6.1133698 189.52855
22000 0.94710657 0.30873344 0 1.2499206 6.7011709 189.52855
23000 0.95315902 0.25917016 0 1.2063719 6.436954 189.52855
24000 0.92248708 0.25883982 0 1.1755614 6.7367986 189.52855
25000 0.90317019 0.26834925 0 1.1658746 5.8271823 189.52855
26000 0.91432206 0.29952864 0 1.2081362 7.2639988 189.52855
27000 1.0070883 0.25437551 0 1.2551695 5.9319042 189.52855
28000 0.90757676 0.33894646 0 1.2408509 6.5341369 189.52855
29000 0.93635654 0.27447038 0 1.2049747 5.7410459 189.52855
30000 1.0260914 0.26547724 0 1.2851555 6.7175944 189.52855
31000 1.0885528 0.22068838 0 1.3024377 5.9614548 189.52855
32000 0.99983894 0.26432646 0 1.2579164 5.6537115 189.52855
33000 0.98254278 0.25012552 0 1.2265274 6.00352 189.52855
34000 1.0461448 0.239846 0 1.2794524 5.8594944 189.52855
35000 1.0600085 0.32706153 0 1.3804449 7.1757696 189.52855
36000 1.0293724 0.37370741 0 1.3966463 7.1818303 189.52855
37000 0.99724062 0.35645069 0 1.3474586 7.3712517 189.52855
38000 1.1355196 0.23285267 0 1.3612752 5.9101916 189.52855
39000 1.0750755 0.31068535 0 1.3790417 6.7523098 189.52855
40000 1.0269017 0.38361397 0 1.4040975 7.532356 189.52855
41000 0.98265149 0.34340216 0 1.3199121 6.9652101 189.52855
42000 0.95262128 0.36420847 0 1.3108759 7.5380723 189.52855
43000 1.0124646 0.25137287 0 1.2575095 6.6275506 189.52855
44000 0.95142407 0.29804153 0 1.2435192 5.9780096 189.52855
45000 0.99724723 0.19281581 0 1.1838302 5.4332418 189.52855
46000 0.90112949 0.29935892 0 1.1948564 7.0600659 189.52855
47000 0.8786086 0.34312007 0 1.2162374 6.4678979 189.52855
48000 1.0516991 0.17931414 0 1.2244401 5.5158284 189.52855
49000 0.98386816 0.26044721 0 1.2381662 5.8913908 189.52855
50000 1.0316312 0.19654107 0 1.2217246 5.2461518 189.52855
-Loop time of 1.11272 on 1 procs for 50000 steps with 160 atoms
+Loop time of 1.12043 on 1 procs for 50000 steps with 160 atoms
-Pair time (%) = 0.191342 (17.1959)
-Neigh time (%) = 0.138042 (12.4059)
-Comm time (%) = 0.0544281 (4.89147)
-Outpt time (%) = 0.0165617 (1.48841)
-Other time (%) = 0.712341 (64.0183)
+Pair time (%) = 0.199276 (17.7856)
+Neigh time (%) = 0.139233 (12.4267)
+Comm time (%) = 0.0540705 (4.82586)
+Outpt time (%) = 0.000417948 (0.0373023)
+Other time (%) = 0.727435 (64.9245)
Nlocal: 160 ave 160 max 160 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 66 ave 66 max 66 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 351 ave 351 max 351 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 351
Ave neighs/atom = 2.19375
Neighbor list builds = 5281
Dangerous builds = 0
diff --git a/examples/nemd/log.nemd.18Feb13.linux.4 b/examples/nemd/log.nemd.18Feb13.linux.4
new file mode 100644
index 000000000..f7b021a06
--- /dev/null
+++ b/examples/nemd/log.nemd.18Feb13.linux.4
@@ -0,0 +1,112 @@
+LAMMPS (18 Feb 2013)
+# 2d NEMD simulation
+
+units lj
+atom_style atomic
+dimension 2d
+
+lattice sq2 0.8442
+Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
+region box prism 0 10 0 8 -0.5 0.5 0 0 0
+create_box 2 box
+Created triclinic box = (0 0 -0.769595) to (15.3919 12.3135 0.769595) with tilt (0 0 0)
+ 2 by 2 by 1 MPI processor grid
+create_atoms 1 box
+Created 160 atoms
+mass * 1.0
+
+velocity all create 1.44 87287 loop geom
+
+region slice block 4 6 INF INF INF INF
+set region slice type 2
+ 40 settings made for type
+
+pair_style lj/cut 2.5
+pair_coeff * * 1.0 1.0 1.0
+
+neighbor 0.3 bin
+neigh_modify delay 0 every 1
+
+fix 1 all nvt/sllod temp 1.0 1.0 1.0 tchain 1
+fix 2 all deform 1 xy erate 0.01 remap v
+
+#dump 1 all custom 5000 dump.nemd id type x y z
+
+#dump 1 all image 1000 image.*.jpg type type adiam 1.2
+#dump_modify 1 pad 5
+
+thermo 1000
+
+run 50000
+Memory usage per processor = 2.06108 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1.44 0 0 1.431 1.2080502 189.52855
+ 1000 1.124295 0.28924371 0 1.4065119 7.0530596 189.52855
+ 2000 0.95544082 0.41610026 0 1.3655696 8.2906389 189.52855
+ 3000 1.0379332 0.3006166 0 1.3320627 6.6571959 189.52855
+ 4000 1.0384606 0.21868978 0 1.25066 5.5810527 189.52855
+ 5000 0.94117133 0.28986466 0 1.2251537 6.7004134 189.52855
+ 6000 0.8855088 0.29250925 0 1.1724836 6.0234641 189.52855
+ 7000 0.89371735 0.22907448 0 1.1172061 6.0996491 189.52855
+ 8000 0.91424769 0.21379978 0 1.1223334 5.3165508 189.52855
+ 9000 0.90042293 0.21884136 0 1.1136366 5.488714 189.52855
+ 10000 0.85048519 0.25030732 0 1.095477 5.6995459 189.52855
+ 11000 0.84698813 0.26740545 0 1.1090999 6.0227022 189.52855
+ 12000 0.84154976 0.27476871 0 1.1110588 6.1957407 189.52855
+ 13000 0.95858623 0.24922085 0 1.2018159 6.1788034 189.52855
+ 14000 1.0214286 0.21791039 0 1.2329551 5.4418702 189.52855
+ 15000 1.0398737 0.2633112 0 1.2966857 6.4069155 189.52855
+ 16000 1.0064086 0.32204447 0 1.322163 6.9037595 189.52855
+ 17000 0.95972629 0.32803912 0 1.2817671 6.816773 189.52855
+ 18000 0.97474673 0.27514532 0 1.2437999 6.5619061 189.52855
+ 19000 0.98058523 0.29730787 0 1.2717644 6.3947579 189.52855
+ 20000 1.0096005 0.29191846 0 1.2952089 6.5005373 189.52855
+ 21000 1.0340906 0.30603597 0 1.3336635 6.6365016 189.52855
+ 22000 1.0986576 0.25246406 0 1.3442551 6.3254116 189.52855
+ 23000 1.0118481 0.31753984 0 1.3230639 6.0921359 189.52855
+ 24000 1.0766759 0.20245452 0 1.2724012 5.4505434 189.52855
+ 25000 1.1081144 0.1941749 0 1.2953635 5.4769844 189.52855
+ 26000 1.0100198 0.29200311 0 1.2957102 6.4496868 189.52855
+ 27000 1.0780229 0.22518995 0 1.2964752 5.4742933 189.52855
+ 28000 0.95411135 0.30374431 0 1.2518925 6.4759593 189.52855
+ 29000 0.89919125 0.33340443 0 1.2269757 7.2806173 189.52855
+ 30000 1.0252498 0.21740235 0 1.2362443 6.0225096 189.52855
+ 31000 0.94842379 0.29574176 0 1.2382379 6.6857537 189.52855
+ 32000 0.98564692 0.28884608 0 1.2683327 5.8893159 189.52855
+ 33000 1.0203197 0.25128893 0 1.2652316 6.3876672 189.52855
+ 34000 0.92927072 0.35791559 0 1.2813784 6.9518532 189.52855
+ 35000 1.0595999 0.2526221 0 1.3055995 6.3468891 189.52855
+ 36000 1.0080572 0.3373598 0 1.3391167 6.8836622 189.52855
+ 37000 1.0371553 0.39107985 0 1.421753 7.8264775 189.52855
+ 38000 1.1399348 0.32003125 0 1.4528415 6.7472192 189.52855
+ 39000 1.1719539 0.28244065 0 1.4470698 6.1962707 189.52855
+ 40000 1.160549 0.2692168 0 1.4225124 6.4898037 189.52855
+ 41000 1.082068 0.31445471 0 1.3897598 7.1045082 189.52855
+ 42000 1.1200126 0.24056295 0 1.3535754 6.1401582 189.52855
+ 43000 1.1131393 0.25879245 0 1.3649747 5.6653752 189.52855
+ 44000 1.0584865 0.28294496 0 1.3348159 6.7007718 189.52855
+ 45000 1.1250306 0.22801778 0 1.346017 5.5953791 189.52855
+ 46000 1.0799948 0.25829243 0 1.3315373 6.2101875 189.52855
+ 47000 1.0466019 0.30437314 0 1.3444338 6.5602361 189.52855
+ 48000 0.99707221 0.2760815 0 1.266922 6.3946457 189.52855
+ 49000 0.96261953 0.29992833 0 1.2565315 6.7358834 189.52855
+ 50000 0.91044957 0.33413644 0 1.2388957 6.7732395 189.52855
+Loop time of 0.875128 on 4 procs for 50000 steps with 160 atoms
+
+Pair time (%) = 0.0523399 (5.98083)
+Neigh time (%) = 0.0384604 (4.39483)
+Comm time (%) = 0.346787 (39.6271)
+Outpt time (%) = 0.000826657 (0.0944613)
+Other time (%) = 0.436714 (49.9028)
+
+Nlocal: 40 ave 42 max 38 min
+Histogram: 1 0 0 0 0 2 0 0 0 1
+Nghost: 36.25 ave 42 max 34 min
+Histogram: 2 1 0 0 0 0 0 0 0 1
+Neighs: 91 ave 103 max 84 min
+Histogram: 1 1 0 1 0 0 0 0 0 1
+
+Total # of neighbors = 364
+Ave neighs/atom = 2.275
+Neighbor list builds = 5274
+Dangerous builds = 0
diff --git a/examples/nemd/log.nemd.9Jan12.linux.4 b/examples/nemd/log.nemd.9Jan12.linux.4
deleted file mode 100644
index 9f00f2e80..000000000
--- a/examples/nemd/log.nemd.9Jan12.linux.4
+++ /dev/null
@@ -1,109 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d NEMD simulation
-
-units lj
-atom_style atomic
-dimension 2d
-
-lattice sq2 0.8442
-Lattice spacing in x,y,z = 1.53919 1.53919 1.53919
-region box prism 0 10 0 8 -0.5 0.5 0 0 0
-create_box 2 box
-Created triclinic box = (0 0 -0.769595) to (15.3919 12.3135 0.769595) with tilt (0 0 0)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 box
-Created 160 atoms
-mass * 1.0
-
-velocity all create 1.44 87287 loop geom
-
-region slice block 4 6 INF INF INF INF
-set region slice type 2
- 40 settings made for type
-
-pair_style lj/cut 2.5
-pair_coeff * * 1.0 1.0 1.0
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1
-
-fix 1 all nvt/sllod temp 1.0 1.0 1.0 tchain 1
-fix 2 all deform 1 xy erate 0.01 remap v
-
-dump 1 all custom 500 dump.nemd id type x y z
-
-thermo 1000
-
-run 50000
-Memory usage per processor = 2.06107 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1.44 0 0 1.431 1.2080502 189.52855
- 1000 1.124295 0.28924371 0 1.4065119 7.0530596 189.52855
- 2000 0.95544082 0.41610026 0 1.3655696 8.2906389 189.52855
- 3000 1.0379332 0.3006166 0 1.3320627 6.6571959 189.52855
- 4000 1.0384606 0.21868978 0 1.25066 5.5810527 189.52855
- 5000 0.94117133 0.28986466 0 1.2251537 6.7004134 189.52855
- 6000 0.8855088 0.29250925 0 1.1724836 6.0234641 189.52855
- 7000 0.89371735 0.22907448 0 1.1172061 6.0996491 189.52855
- 8000 0.91424769 0.21379978 0 1.1223334 5.3165508 189.52855
- 9000 0.90042293 0.21884136 0 1.1136366 5.488714 189.52855
- 10000 0.85048519 0.25030732 0 1.095477 5.6995459 189.52855
- 11000 0.84698813 0.26740545 0 1.1090999 6.0227022 189.52855
- 12000 0.84154976 0.27476871 0 1.1110588 6.1957407 189.52855
- 13000 0.95858623 0.24922085 0 1.2018159 6.1788034 189.52855
- 14000 1.0157016 0.23244337 0 1.2417968 5.2814755 189.52855
- 15000 0.97926185 0.25586043 0 1.2290019 5.7214261 189.52855
- 16000 0.97227188 0.31314055 0 1.2793357 6.8241506 189.52855
- 17000 0.96852981 0.35100395 0 1.3134804 7.0649028 189.52855
- 18000 1.1085654 0.27395528 0 1.3755921 6.7712736 189.52855
- 19000 0.96398963 0.37791005 0 1.3358747 7.2803968 189.52855
- 20000 1.1052139 0.22151699 0 1.3198233 6.1052352 189.52855
- 21000 1.0247925 0.27137274 0 1.2897603 6.5849207 189.52855
- 22000 0.93938839 0.30314207 0 1.2366593 6.595332 189.52855
- 23000 0.99334679 0.23591222 0 1.2230506 6.1878225 189.52855
- 24000 0.9073739 0.27521816 0 1.176921 5.9267087 189.52855
- 25000 0.94494463 0.22935535 0 1.1683941 5.9152216 189.52855
- 26000 0.86853642 0.29409501 0 1.1572031 5.954043 189.52855
- 27000 0.91743759 0.22878785 0 1.1404915 5.1643423 189.52855
- 28000 0.95477588 0.23984744 0 1.188656 5.7184042 189.52855
- 29000 0.9728079 0.302162 0 1.2688898 6.1654993 189.52855
- 30000 1.0845432 0.25760404 0 1.3353688 6.6720682 189.52855
- 31000 1.0888846 0.30003878 0 1.3821178 6.8362396 189.52855
- 32000 1.2042881 0.23686646 0 1.4336278 6.0455518 189.52855
- 33000 1.0808179 0.39386743 0 1.4679303 7.7909089 189.52855
- 34000 1.1867656 0.28673543 0 1.4660837 6.5948047 189.52855
- 35000 0.97028185 0.41374453 0 1.3779621 7.7807884 189.52855
- 36000 1.0002227 0.27651055 0 1.2704819 7.3760836 189.52855
- 37000 0.94660455 0.24652778 0 1.187216 6.332323 189.52855
- 38000 0.83178765 0.28892942 0 1.1155184 6.4123419 189.52855
- 39000 0.86265113 0.22371815 0 1.0809777 5.2045565 189.52855
- 40000 0.80881572 0.28461642 0 1.088377 6.5566203 189.52855
- 41000 0.94600979 0.1896898 0 1.129787 4.6552838 189.52855
- 42000 0.92929867 0.21915148 0 1.142642 5.2363189 189.52855
- 43000 0.90225107 0.25879289 0 1.1554049 5.4810849 189.52855
- 44000 0.93214308 0.25236925 0 1.1786864 5.90167 189.52855
- 45000 0.94582471 0.25130262 0 1.1912159 5.8566866 189.52855
- 46000 0.981087 0.23592648 0 1.2108817 5.5938166 189.52855
- 47000 0.92897315 0.28026887 0 1.2034359 6.4933631 189.52855
- 48000 0.94342409 0.25722392 0 1.1947516 5.9003272 189.52855
- 49000 0.95473713 0.24804712 0 1.1968171 5.451928 189.52855
- 50000 0.93532095 0.24225736 0 1.1717326 5.9796847 189.52855
-Loop time of 1.00497 on 4 procs for 50000 steps with 160 atoms
-
-Pair time (%) = 0.050068 (4.98203)
-Neigh time (%) = 0.0387559 (3.85642)
-Comm time (%) = 0.420196 (41.8117)
-Outpt time (%) = 0.0153387 (1.52628)
-Other time (%) = 0.480613 (47.8236)
-
-Nlocal: 40 ave 41 max 38 min
-Histogram: 1 0 0 0 0 0 1 0 0 2
-Nghost: 35.75 ave 41 max 33 min
-Histogram: 1 1 1 0 0 0 0 0 0 1
-Neighs: 86.75 ave 90 max 82 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-
-Total # of neighbors = 347
-Ave neighs/atom = 2.16875
-Neighbor list builds = 5286
-Dangerous builds = 0
diff --git a/examples/obstacle/log.obstacle.18Feb13.linux.1 b/examples/obstacle/log.obstacle.18Feb13.linux.1
new file mode 100644
index 000000000..69145337f
--- /dev/null
+++ b/examples/obstacle/log.obstacle.18Feb13.linux.1
@@ -0,0 +1,137 @@
+LAMMPS (18 Feb 2013)
+# 2d LJ obstacle flow
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.7
+Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
+region box block 0 40 0 10 -0.25 0.25
+create_box 3 box
+Created orthogonal box = (0 0 -0.321089) to (51.3743 22.2457 0.321089)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 840 atoms
+
+mass 1 1.0
+mass 2 1.0
+mass 3 1.0
+
+# LJ potentials
+
+pair_style lj/cut 1.12246
+pair_coeff * * 1.0 1.0 1.12246
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+120 atoms in group lower
+region 2 block INF INF 8.75 INF INF INF
+group upper region 2
+120 atoms in group upper
+group boundary union lower upper
+240 atoms in group boundary
+group flow subtract all boundary
+600 atoms in group flow
+
+set group lower type 2
+ 120 settings made for type
+set group upper type 3
+ 120 settings made for type
+
+# initial velocities
+
+compute mobile flow temp
+velocity flow create 1.0 482748 temp mobile
+fix 1 all nve
+fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+fix_modify 2 temp mobile
+
+# Poiselle flow
+
+velocity boundary set 0.0 0.0 0.0
+fix 3 lower setforce 0.0 0.0 0.0
+fix 4 upper setforce 0.0 NULL 0.0
+fix 5 upper aveforce 0.0 -0.5 0.0
+fix 6 flow addforce 1.0 0.0 0.0
+
+# 2 obstacles
+
+region void1 sphere 10 4 0 3
+delete_atoms region void1
+Deleted 36 atoms, new total = 804
+region void2 sphere 20 7 0 3
+delete_atoms region void2
+Deleted 35 atoms, new total = 769
+
+fix 7 flow indent 100 sphere 10 4 0 4
+fix 8 flow indent 100 sphere 20 7 0 4
+fix 9 all enforce2d
+
+# Run
+
+timestep 0.003
+thermo 1000
+thermo_modify temp mobile
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 100 dump.obstacle
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
+run 25000
+Memory usage per processor = 2.07044 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1.0027471 0 0 0.68849216 0.46317653 1143.0857
+ 1000 1 -0.33689286 0 0.34971312 1.2905426 1286.7728
+ 2000 1 -0.36746164 0 0.31914434 1.1668828 1313.44
+ 3000 1 -0.52004751 0 0.16655848 1.4177739 1324.489
+ 4000 1 -0.50683869 0 0.17976729 1.4851498 1370.896
+ 5000 1 -0.49074513 0 0.19586085 1.2870129 1411.5513
+ 6000 1 -0.45051896 0 0.23608702 1.2173953 1441.7581
+ 7000 1 -0.44428914 0 0.24231685 1.2136189 1451.7268
+ 8000 1 -0.41943736 0 0.26716862 1.0476856 1463.0805
+ 9000 1 -0.42143857 0 0.26516741 1.1040812 1449.7584
+ 10000 1 -0.40181705 0 0.28478893 0.97148485 1448.5974
+ 11000 1 -0.4088962 0 0.27770978 1.1761219 1440.3567
+ 12000 1 -0.38630717 0 0.30029881 1.0593811 1444.9934
+ 13000 1 -0.37152911 0 0.31507687 0.98075952 1448.0726
+ 14000 1 -0.37370096 0 0.31290502 1.0046443 1449.4749
+ 15000 1 -0.39915937 0 0.28744662 1.0240313 1452.3583
+ 16000 1 -0.37562636 0 0.31097963 1.0053468 1452.3514
+ 17000 1 -0.35736161 0 0.32924437 1.070682 1452.898
+ 18000 1 -0.38767402 0 0.29893196 1.0418661 1456.1288
+ 19000 1 -0.38489181 0 0.30171417 1.0361798 1446.8804
+ 20000 1 -0.39521864 0 0.29138735 1.0754044 1447.4619
+ 21000 1 -0.37845983 0 0.30814615 1.0072922 1453.8721
+ 22000 1 -0.40926684 0 0.27733914 1.0929362 1452.8181
+ 23000 1 -0.3586683 0 0.32793768 1.006092 1459.6104
+ 24000 1 -0.38908821 0 0.29751777 0.95291948 1464.8522
+ 25000 1 -0.38890426 0 0.29770172 0.95284427 1455.9361
+Loop time of 1.73023 on 1 procs for 25000 steps with 769 atoms
+
+Pair time (%) = 0.509133 (29.4258)
+Neigh time (%) = 0.144696 (8.36287)
+Comm time (%) = 0.02689 (1.55413)
+Outpt time (%) = 0.000263929 (0.015254)
+Other time (%) = 1.04924 (60.6419)
+
+Nlocal: 769 ave 769 max 769 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 48 ave 48 max 48 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 1624 ave 1624 max 1624 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1624
+Ave neighs/atom = 2.11183
+Neighbor list builds = 1642
+Dangerous builds = 0
diff --git a/examples/obstacle/log.obstacle.18Feb13.linux.4 b/examples/obstacle/log.obstacle.18Feb13.linux.4
new file mode 100644
index 000000000..c0ccab2ba
--- /dev/null
+++ b/examples/obstacle/log.obstacle.18Feb13.linux.4
@@ -0,0 +1,137 @@
+LAMMPS (18 Feb 2013)
+# 2d LJ obstacle flow
+
+dimension 2
+boundary p s p
+
+atom_style atomic
+neighbor 0.3 bin
+neigh_modify delay 5
+
+# create geometry
+
+lattice hex 0.7
+Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
+region box block 0 40 0 10 -0.25 0.25
+create_box 3 box
+Created orthogonal box = (0 0 -0.321089) to (51.3743 22.2457 0.321089)
+ 4 by 1 by 1 MPI processor grid
+create_atoms 1 box
+Created 840 atoms
+
+mass 1 1.0
+mass 2 1.0
+mass 3 1.0
+
+# LJ potentials
+
+pair_style lj/cut 1.12246
+pair_coeff * * 1.0 1.0 1.12246
+
+# define groups
+
+region 1 block INF INF INF 1.25 INF INF
+group lower region 1
+120 atoms in group lower
+region 2 block INF INF 8.75 INF INF INF
+group upper region 2
+120 atoms in group upper
+group boundary union lower upper
+240 atoms in group boundary
+group flow subtract all boundary
+600 atoms in group flow
+
+set group lower type 2
+ 120 settings made for type
+set group upper type 3
+ 120 settings made for type
+
+# initial velocities
+
+compute mobile flow temp
+velocity flow create 1.0 482748 temp mobile
+fix 1 all nve
+fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+fix_modify 2 temp mobile
+
+# Poiselle flow
+
+velocity boundary set 0.0 0.0 0.0
+fix 3 lower setforce 0.0 0.0 0.0
+fix 4 upper setforce 0.0 NULL 0.0
+fix 5 upper aveforce 0.0 -0.5 0.0
+fix 6 flow addforce 1.0 0.0 0.0
+
+# 2 obstacles
+
+region void1 sphere 10 4 0 3
+delete_atoms region void1
+Deleted 36 atoms, new total = 804
+region void2 sphere 20 7 0 3
+delete_atoms region void2
+Deleted 35 atoms, new total = 769
+
+fix 7 flow indent 100 sphere 10 4 0 4
+fix 8 flow indent 100 sphere 20 7 0 4
+fix 9 all enforce2d
+
+# Run
+
+timestep 0.003
+thermo 1000
+thermo_modify temp mobile
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+#dump 1 all atom 100 dump.obstacle
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
+run 25000
+Memory usage per processor = 2.06043 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 1.0004177 0 0 0.68689281 0.46210058 1143.0857
+ 1000 1 -0.32494012 0 0.36166587 1.2240503 1282.5239
+ 2000 1 -0.37815616 0 0.30844982 1.0642877 1312.5691
+ 3000 1 -0.49062349 0 0.1959825 1.5239344 1322.2627
+ 4000 1 -0.50104941 0 0.18555657 1.4605776 1367.6505
+ 5000 1 -0.4655479 0 0.22105808 1.3317864 1406.9197
+ 6000 1 -0.50936502 0 0.17724096 1.2130158 1424.3621
+ 7000 1 -0.44959207 0 0.23701391 1.1070391 1443.1
+ 8000 1 -0.42617261 0 0.26043338 1.2005043 1444.8955
+ 9000 1 -0.41192389 0 0.2746821 1.0022569 1450.9691
+ 10000 1 -0.40940409 0 0.27720189 0.98653582 1447.7805
+ 11000 1 -0.4093125 0 0.27729348 1.0625786 1446.6852
+ 12000 1 -0.41948268 0 0.26712331 1.1166793 1449.6135
+ 13000 1 -0.38874722 0 0.29785877 0.99617473 1456.1633
+ 14000 1 -0.40067763 0 0.28592835 0.98191459 1454.6009
+ 15000 1 -0.39026612 0 0.29633987 1.0245506 1452.7783
+ 16000 1 -0.39139643 0 0.29520955 1.0281029 1451.2662
+ 17000 1 -0.37821271 0 0.30839327 1.0108601 1454.1047
+ 18000 1 -0.37382372 0 0.31278227 0.93743647 1457.2083
+ 19000 1 -0.3737367 0 0.31286928 1.0333603 1458.6131
+ 20000 1 -0.37232139 0 0.31428459 1.0471568 1448.6511
+ 21000 1 -0.40114891 0 0.28545707 1.0045402 1455.5644
+ 22000 1 -0.36552339 0 0.32108259 0.99841802 1459.4723
+ 23000 1 -0.35573934 0 0.33086665 0.89283563 1460.8941
+ 24000 1 -0.3608262 0 0.32577978 1.0097641 1453.0004
+ 25000 1 -0.36649381 0 0.32011217 0.98366691 1451.5444
+Loop time of 0.818261 on 4 procs for 25000 steps with 769 atoms
+
+Pair time (%) = 0.130597 (15.9603)
+Neigh time (%) = 0.0388979 (4.75373)
+Comm time (%) = 0.20022 (24.469)
+Outpt time (%) = 0.000515699 (0.0630239)
+Other time (%) = 0.44803 (54.754)
+
+Nlocal: 192.25 ave 242 max 159 min
+Histogram: 2 0 0 0 0 1 0 0 0 1
+Nghost: 43 ave 45 max 39 min
+Histogram: 1 0 0 0 0 0 0 0 2 1
+Neighs: 414 ave 588 max 284 min
+Histogram: 2 0 0 0 0 0 1 0 0 1
+
+Total # of neighbors = 1656
+Ave neighs/atom = 2.15345
+Neighbor list builds = 1641
+Dangerous builds = 1
diff --git a/examples/obstacle/log.obstacle.9Jan12.linux.1 b/examples/obstacle/log.obstacle.9Jan12.linux.1
deleted file mode 100644
index f1c313a03..000000000
--- a/examples/obstacle/log.obstacle.9Jan12.linux.1
+++ /dev/null
@@ -1,135 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d LJ obstacle flow
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.7
-Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
-region box block 0 40 0 10 -0.25 0.25
-create_box 3 box
-Created orthogonal box = (0 0 -0.321089) to (51.3743 22.2457 0.321089)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 840 atoms
-
-mass 1 1.0
-mass 2 1.0
-mass 3 1.0
-
-# LJ potentials
-
-pair_style lj/cut 1.12246
-pair_coeff * * 1.0 1.0 1.12246
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-120 atoms in group lower
-region 2 block INF INF 8.75 INF INF INF
-group upper region 2
-120 atoms in group upper
-group boundary union lower upper
-240 atoms in group boundary
-group flow subtract all boundary
-600 atoms in group flow
-
-set group lower type 2
- 120 settings made for type
-set group upper type 3
- 120 settings made for type
-
-# initial velocities
-
-compute mobile flow temp
-velocity flow create 1.0 482748 temp mobile
-fix 1 all nve
-fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
-fix_modify 2 temp mobile
-
-# Poiselle flow
-
-velocity boundary set 0.0 0.0 0.0
-fix 3 lower setforce 0.0 0.0 0.0
-fix 4 upper setforce 0.0 NULL 0.0
-fix 5 upper aveforce 0.0 -0.5 0.0
-fix 6 flow addforce 1.0 0.0 0.0
-
-# 2 obstacles
-
-region void1 sphere 10 4 0 3
-delete_atoms region void1
-Deleted 36 atoms, new total = 804
-region void2 sphere 20 7 0 3
-delete_atoms region void2
-Deleted 35 atoms, new total = 769
-
-fix 7 flow indent 100 sphere 10 4 0 4
-fix 8 flow indent 100 sphere 20 7 0 4
-fix 9 all enforce2d
-
-# Run
-
-timestep 0.003
-thermo 1000
-thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 100 dump.obstacle
-#dump 1 all custom 100 dump.custom id type x y z vx vy
-
-run 25000
-Memory usage per processor = 2.06342 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1.0027471 0 0 0.68849216 0.463265 1142.8674
- 1000 1 -0.33689286 0 0.34971312 1.2907615 1286.5545
- 2000 1 -0.36746164 0 0.31914434 1.1670767 1313.2217
- 3000 1 -0.52004751 0 0.16655848 1.4180076 1324.2707
- 4000 1 -0.50683859 0 0.17976739 1.4853867 1370.6777
- 5000 1 -0.49212307 0 0.19448291 1.2865932 1411.3324
- 6000 1 -0.45795739 0 0.22864859 1.242781 1441.6839
- 7000 1 -0.443252 0 0.24335398 1.2417302 1445.4704
- 8000 1 -0.37679433 0 0.30981165 1.1957462 1448.9419
- 9000 1 -0.41492237 0 0.27168361 1.0747045 1450.089
- 10000 1 -0.40197739 0 0.28462859 1.0279259 1456.1397
- 11000 1 -0.43056157 0 0.25604441 1.0722172 1449.4829
- 12000 1 -0.41156343 0 0.27504255 1.1499381 1452.9273
- 13000 1 -0.41466957 0 0.27193641 1.0548151 1455.565
- 14000 1 -0.41349951 0 0.27310647 1.0064325 1459.8774
- 15000 1 -0.4058151 0 0.28079088 0.96339054 1459.8033
- 16000 1 -0.37996671 0 0.30663928 1.0352366 1455.9433
- 17000 1 -0.35238448 0 0.3342215 0.94045311 1467.1239
- 18000 1 -0.39054272 0 0.29606326 1.0575731 1462.7124
- 19000 1 -0.36310964 0 0.32349634 0.97451832 1467.3645
- 20000 1 -0.37725444 0 0.30935154 0.98660138 1461.9506
- 21000 1 -0.37974771 0 0.30685827 0.94488958 1460.4569
- 22000 1 -0.35523952 0 0.33136646 1.0169815 1461.2727
- 23000 1 -0.36389429 0 0.32271169 1.0120096 1467.6367
- 24000 1 -0.40916195 0 0.27744403 0.95800623 1463.0811
- 25000 1 -0.39382698 0 0.292779 0.95226646 1460.6167
-Loop time of 1.79053 on 1 procs for 25000 steps with 769 atoms
-
-Pair time (%) = 0.497143 (27.7651)
-Neigh time (%) = 0.13512 (7.54639)
-Comm time (%) = 0.0265169 (1.48095)
-Outpt time (%) = 0.147151 (8.21829)
-Other time (%) = 0.984599 (54.9892)
-
-Nlocal: 769 ave 769 max 769 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 44 ave 44 max 44 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 1647 ave 1647 max 1647 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1647
-Ave neighs/atom = 2.14174
-Neighbor list builds = 1647
-Dangerous builds = 0
diff --git a/examples/obstacle/log.obstacle.9Jan12.linux.4 b/examples/obstacle/log.obstacle.9Jan12.linux.4
deleted file mode 100644
index 5ffddd5b3..000000000
--- a/examples/obstacle/log.obstacle.9Jan12.linux.4
+++ /dev/null
@@ -1,135 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d LJ obstacle flow
-
-dimension 2
-boundary p s p
-
-atom_style atomic
-neighbor 0.3 bin
-neigh_modify delay 5
-
-# create geometry
-
-lattice hex 0.7
-Lattice spacing in x,y,z = 1.28436 2.22457 1.28436
-region box block 0 40 0 10 -0.25 0.25
-create_box 3 box
-Created orthogonal box = (0 0 -0.321089) to (51.3743 22.2457 0.321089)
- 4 by 1 by 1 MPI processor grid
-create_atoms 1 box
-Created 840 atoms
-
-mass 1 1.0
-mass 2 1.0
-mass 3 1.0
-
-# LJ potentials
-
-pair_style lj/cut 1.12246
-pair_coeff * * 1.0 1.0 1.12246
-
-# define groups
-
-region 1 block INF INF INF 1.25 INF INF
-group lower region 1
-120 atoms in group lower
-region 2 block INF INF 8.75 INF INF INF
-group upper region 2
-120 atoms in group upper
-group boundary union lower upper
-240 atoms in group boundary
-group flow subtract all boundary
-600 atoms in group flow
-
-set group lower type 2
- 120 settings made for type
-set group upper type 3
- 120 settings made for type
-
-# initial velocities
-
-compute mobile flow temp
-velocity flow create 1.0 482748 temp mobile
-fix 1 all nve
-fix 2 flow temp/rescale 200 1.0 1.0 0.02 1.0
-fix_modify 2 temp mobile
-
-# Poiselle flow
-
-velocity boundary set 0.0 0.0 0.0
-fix 3 lower setforce 0.0 0.0 0.0
-fix 4 upper setforce 0.0 NULL 0.0
-fix 5 upper aveforce 0.0 -0.5 0.0
-fix 6 flow addforce 1.0 0.0 0.0
-
-# 2 obstacles
-
-region void1 sphere 10 4 0 3
-delete_atoms region void1
-Deleted 36 atoms, new total = 804
-region void2 sphere 20 7 0 3
-delete_atoms region void2
-Deleted 35 atoms, new total = 769
-
-fix 7 flow indent 100 sphere 10 4 0 4
-fix 8 flow indent 100 sphere 20 7 0 4
-fix 9 all enforce2d
-
-# Run
-
-timestep 0.003
-thermo 1000
-thermo_modify temp mobile
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-dump 1 all atom 100 dump.obstacle
-#dump 1 all custom 100 dump.custom id type x y z vx vy
-
-run 25000
-Memory usage per processor = 2.0558 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 1.0004177 0 0 0.68689281 0.46218884 1142.8674
- 1000 1 -0.32494012 0 0.36166587 1.2242587 1282.3056
- 2000 1 -0.37815616 0 0.30844982 1.0644647 1312.3508
- 3000 1 -0.49062349 0 0.1959825 1.524186 1322.0444
- 4000 1 -0.50104961 0 0.18555637 1.4608096 1367.4322
- 5000 1 -0.46523216 0 0.22137383 1.3335657 1406.7051
- 6000 1 -0.47059773 0 0.21600825 1.2548634 1423.0902
- 7000 1 -0.44657953 0 0.24002645 1.106616 1436.7658
- 8000 1 -0.43539162 0 0.25121437 1.0742654 1442.8753
- 9000 1 -0.38186467 0 0.30474131 1.0117035 1447.3876
- 10000 1 -0.39896866 0 0.28763732 1.0524893 1446.5995
- 11000 1 -0.37849424 0 0.30811174 1.0893542 1442.4734
- 12000 1 -0.39472467 0 0.29188132 1.0838529 1443.7807
- 13000 1 -0.37490702 0 0.31169896 1.1173928 1457.8891
- 14000 1 -0.36757971 0 0.31902627 1.027341 1463.8882
- 15000 1 -0.40485222 0 0.28175376 1.0862575 1461.3309
- 16000 1 -0.38136304 0 0.30524295 1.0094705 1460.0656
- 17000 1 -0.37412919 0 0.3124768 0.99444621 1458.5668
- 18000 1 -0.36780296 0 0.31880302 0.99102309 1454.7293
- 19000 1 -0.36676642 0 0.31983956 0.98342341 1456.8015
- 20000 1 -0.39037633 0 0.29622965 1.0065285 1458.0052
- 21000 1 -0.37528404 0 0.31132195 0.93202146 1457.1218
- 22000 1 -0.40600625 0 0.28059973 1.0458453 1457.5121
- 23000 1 -0.37632791 0 0.31027808 0.91482419 1461.225
- 24000 1 -0.37066269 0 0.31594329 0.97118976 1456.6596
- 25000 1 -0.39711429 0 0.28949169 0.99340063 1456.4638
-Loop time of 0.985739 on 4 procs for 25000 steps with 769 atoms
-
-Pair time (%) = 0.12752 (12.9365)
-Neigh time (%) = 0.0371044 (3.76412)
-Comm time (%) = 0.235177 (23.858)
-Outpt time (%) = 0.113567 (11.521)
-Other time (%) = 0.47237 (47.9204)
-
-Nlocal: 192.25 ave 234 max 156 min
-Histogram: 1 1 0 0 0 0 0 1 0 1
-Nghost: 42 ave 50 max 38 min
-Histogram: 2 0 1 0 0 0 0 0 0 1
-Neighs: 405 ave 561 max 281 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-
-Total # of neighbors = 1620
-Ave neighs/atom = 2.10663
-Neighbor list builds = 1629
-Dangerous builds = 1
diff --git a/examples/peptide/log.peptide.18Feb13.linux.1 b/examples/peptide/log.peptide.18Feb13.linux.1
new file mode 100644
index 000000000..5d70e3de4
--- /dev/null
+++ b/examples/peptide/log.peptide.18Feb13.linux.1
@@ -0,0 +1,164 @@
+LAMMPS (18 Feb 2013)
+# Solvated 5-mer peptide
+
+units real
+atom_style full
+
+pair_style lj/charmm/coul/long 8.0 10.0 10.0
+bond_style harmonic
+angle_style charmm
+dihedral_style charmm
+improper_style harmonic
+kspace_style pppm 0.0001
+
+read_data data.peptide
+ 3 = max bonds/atom
+ 6 = max angles/atom
+ 14 = max dihedrals/atom
+ 1 = max impropers/atom
+ orthogonal box = (36.8402 41.0137 29.7681) to (64.2116 68.3851 57.1395)
+ 1 by 1 by 1 MPI processor grid
+ 2004 atoms
+ 2004 velocities
+ 1365 bonds
+ 786 angles
+ 207 dihedrals
+ 12 impropers
+ 4 = max # of 1-2 neighbors
+ 7 = max # of 1-3 neighbors
+ 14 = max # of 1-4 neighbors
+ 18 = max # of special neighbors
+
+neighbor 2.0 bin
+neigh_modify delay 5
+
+timestep 2.0
+
+thermo_style multi
+thermo 50
+
+fix 1 all nvt temp 275.0 275.0 100.0 tchain 1
+fix 2 all shake 0.0001 10 100 b 4 6 8 10 12 14 18 a 31
+ 19 = # of size 2 clusters
+ 6 = # of size 3 clusters
+ 3 = # of size 4 clusters
+ 640 = # of frozen angles
+
+group peptide type <= 12
+84 atoms in group peptide
+
+#dump 1 peptide atom 10 dump.peptide
+
+#dump 1 peptide image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30 bond atom 0.5
+#dump_modify 1 pad 3
+
+#compute bnd all property/local btype batom1 batom2
+#dump 2 peptide local 300 dump.bond index c_bnd[1] c_bnd[2] c_bnd[3]
+
+run 300
+PPPM initialization ...
+ G vector (1/distance) = 0.268725
+ grid = 15 15 15
+ stencil order = 5
+ estimated absolute RMS force accuracy = 0.0228209
+ estimated relative force accuracy = 6.87243e-05
+ using double precision FFTs
+ 3d grid and FFT values/proc = 10648 3375
+SHAKE stats (type/ave/delta) on step 0
+ 4 1.111 1.44264e-05
+ 6 0.996998 7.26967e-06
+ 8 1.08 1.32536e-05
+ 10 1.111 1.22749e-05
+ 12 1.08 1.11767e-05
+ 14 0.96 0
+ 18 0.957206 4.37979e-05
+ 31 104.519 0.00396029
+Memory usage per processor = 22.911 Mbytes
+---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
+TotEng = -5237.4580 KinEng = 1134.9186 Temp = 282.1005
+PotEng = -6372.3766 E_bond = 16.5572 E_angle = 36.3726
+E_dihed = 15.5190 E_impro = 1.9426 E_vdwl = 692.8945
+E_coul = 26772.2646 E_long = -33907.9271 Press = -845.4774
+---------------- Step 50 ----- CPU = 0.9730 (sec) ----------------
+TotEng = -5247.5490 KinEng = 1132.4011 Temp = 281.4748
+PotEng = -6379.9501 E_bond = 12.2118 E_angle = 31.7365
+E_dihed = 18.8145 E_impro = 2.3612 E_vdwl = 658.1771
+E_coul = 26804.4490 E_long = -33907.7002 Press = -1331.7981
+SHAKE stats (type/ave/delta) on step 100
+ 4 1.111 7.80799e-07
+ 6 0.997 1.06209e-06
+ 8 1.08 6.20484e-07
+ 10 1.111 6.23445e-07
+ 12 1.08 2.68063e-07
+ 14 0.96 0
+ 18 0.957201 5.38018e-06
+ 31 104.52 0.000502316
+---------------- Step 100 ----- CPU = 1.9571 (sec) ----------------
+TotEng = -5257.9973 KinEng = 1078.0556 Temp = 267.9664
+PotEng = -6336.0529 E_bond = 14.4828 E_angle = 43.4429
+E_dihed = 15.2569 E_impro = 2.3160 E_vdwl = 708.3266
+E_coul = 26786.6840 E_long = -33906.5620 Press = -648.6639
+---------------- Step 150 ----- CPU = 2.9714 (sec) ----------------
+TotEng = -5287.2844 KinEng = 1098.6036 Temp = 273.0739
+PotEng = -6385.8881 E_bond = 17.4924 E_angle = 32.8593
+E_dihed = 15.1623 E_impro = 1.6522 E_vdwl = 736.9685
+E_coul = 26717.2584 E_long = -33907.2812 Press = -333.1895
+SHAKE stats (type/ave/delta) on step 200
+ 4 1.111 2.18836e-07
+ 6 0.997 1.50856e-07
+ 8 1.08 6.58343e-08
+ 10 1.111 5.55349e-07
+ 12 1.08 1.99243e-07
+ 14 0.96 0
+ 18 0.957201 3.59666e-06
+ 31 104.52 0.000388184
+---------------- Step 200 ----- CPU = 3.9411 (sec) ----------------
+TotEng = -5308.4528 KinEng = 1100.5056 Temp = 273.5467
+PotEng = -6408.9584 E_bond = 18.2714 E_angle = 33.3035
+E_dihed = 16.8150 E_impro = 2.6053 E_vdwl = 686.3261
+E_coul = 26736.1131 E_long = -33902.3928 Press = -1470.3871
+---------------- Step 250 ----- CPU = 4.9633 (sec) ----------------
+TotEng = -5294.1808 KinEng = 1071.1623 Temp = 266.2530
+PotEng = -6365.3431 E_bond = 14.2022 E_angle = 39.1953
+E_dihed = 19.4555 E_impro = 3.1387 E_vdwl = 753.5411
+E_coul = 26713.8466 E_long = -33908.7226 Press = -188.8083
+SHAKE stats (type/ave/delta) on step 300
+ 4 1.111 3.78266e-06
+ 6 0.997001 3.50137e-06
+ 8 1.08 2.09323e-06
+ 10 1.111 5.64331e-06
+ 12 1.08 2.10401e-06
+ 14 0.96 0
+ 18 0.957202 7.67992e-06
+ 31 104.52 0.000806336
+---------------- Step 300 ----- CPU = 5.9858 (sec) ----------------
+TotEng = -5251.4349 KinEng = 1123.6255 Temp = 279.2934
+PotEng = -6375.0604 E_bond = 14.2249 E_angle = 38.4712
+E_dihed = 18.1324 E_impro = 2.3700 E_vdwl = 715.4556
+E_coul = 26745.4104 E_long = -33909.1249 Press = -469.5456
+Loop time of 5.98579 on 1 procs for 300 steps with 2004 atoms
+
+Pair time (%) = 4.5748 (76.4277)
+Bond time (%) = 0.0121517 (0.203009)
+Kspce time (%) = 0.65928 (11.0141)
+Neigh time (%) = 0.635301 (10.6135)
+Comm time (%) = 0.0336189 (0.561646)
+Outpt time (%) = 0.000190973 (0.00319044)
+Other time (%) = 0.0704458 (1.17688)
+
+FFT time (% of Kspce) = 0.0800959 (12.149)
+FFT Gflps 3d (1d only) = 2.05396 3.32443
+
+Nlocal: 2004 ave 2004 max 2004 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 11181 ave 11181 max 11181 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 708028 ave 708028 max 708028 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 708028
+Ave neighs/atom = 353.307
+Ave special neighs/atom = 2.34032
+Neighbor list builds = 26
+Dangerous builds = 0
+
diff --git a/examples/peptide/log.peptide.18Feb13.linux.4 b/examples/peptide/log.peptide.18Feb13.linux.4
new file mode 100644
index 000000000..501d6e60e
--- /dev/null
+++ b/examples/peptide/log.peptide.18Feb13.linux.4
@@ -0,0 +1,164 @@
+LAMMPS (18 Feb 2013)
+# Solvated 5-mer peptide
+
+units real
+atom_style full
+
+pair_style lj/charmm/coul/long 8.0 10.0 10.0
+bond_style harmonic
+angle_style charmm
+dihedral_style charmm
+improper_style harmonic
+kspace_style pppm 0.0001
+
+read_data data.peptide
+ 3 = max bonds/atom
+ 6 = max angles/atom
+ 14 = max dihedrals/atom
+ 1 = max impropers/atom
+ orthogonal box = (36.8402 41.0137 29.7681) to (64.2116 68.3851 57.1395)
+ 1 by 2 by 2 MPI processor grid
+ 2004 atoms
+ 2004 velocities
+ 1365 bonds
+ 786 angles
+ 207 dihedrals
+ 12 impropers
+ 4 = max # of 1-2 neighbors
+ 7 = max # of 1-3 neighbors
+ 14 = max # of 1-4 neighbors
+ 18 = max # of special neighbors
+
+neighbor 2.0 bin
+neigh_modify delay 5
+
+timestep 2.0
+
+thermo_style multi
+thermo 50
+
+fix 1 all nvt temp 275.0 275.0 100.0 tchain 1
+fix 2 all shake 0.0001 10 100 b 4 6 8 10 12 14 18 a 31
+ 19 = # of size 2 clusters
+ 6 = # of size 3 clusters
+ 3 = # of size 4 clusters
+ 640 = # of frozen angles
+
+group peptide type <= 12
+84 atoms in group peptide
+
+#dump 1 peptide atom 10 dump.peptide
+
+#dump 1 peptide image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30 bond atom 0.5
+#dump_modify 1 pad 3
+
+#compute bnd all property/local btype batom1 batom2
+#dump 2 peptide local 300 dump.bond index c_bnd[1] c_bnd[2] c_bnd[3]
+
+run 300
+PPPM initialization ...
+ G vector (1/distance) = 0.268725
+ grid = 15 15 15
+ stencil order = 5
+ estimated absolute RMS force accuracy = 0.0228209
+ estimated relative force accuracy = 6.87243e-05
+ using double precision FFTs
+ 3d grid and FFT values/proc = 4312 960
+SHAKE stats (type/ave/delta) on step 0
+ 4 1.111 1.44264e-05
+ 6 0.996998 7.26967e-06
+ 8 1.08 1.32536e-05
+ 10 1.111 1.22749e-05
+ 12 1.08 1.11767e-05
+ 14 0.96 0
+ 18 0.957206 4.37979e-05
+ 31 104.519 0.00396029
+Memory usage per processor = 10.3307 Mbytes
+---------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
+TotEng = -5237.4580 KinEng = 1134.9186 Temp = 282.1005
+PotEng = -6372.3766 E_bond = 16.5572 E_angle = 36.3726
+E_dihed = 15.5190 E_impro = 1.9426 E_vdwl = 692.8945
+E_coul = 26772.2646 E_long = -33907.9271 Press = -845.4774
+---------------- Step 50 ----- CPU = 0.2826 (sec) ----------------
+TotEng = -5247.5490 KinEng = 1132.4011 Temp = 281.4748
+PotEng = -6379.9501 E_bond = 12.2118 E_angle = 31.7365
+E_dihed = 18.8145 E_impro = 2.3612 E_vdwl = 658.1771
+E_coul = 26804.4490 E_long = -33907.7002 Press = -1331.7981
+SHAKE stats (type/ave/delta) on step 100
+ 4 1.111 7.80799e-07
+ 6 0.997 1.06209e-06
+ 8 1.08 6.20484e-07
+ 10 1.111 6.23445e-07
+ 12 1.08 2.68063e-07
+ 14 0.96 0
+ 18 0.957201 5.38018e-06
+ 31 104.52 0.000502316
+---------------- Step 100 ----- CPU = 0.5630 (sec) ----------------
+TotEng = -5257.9973 KinEng = 1078.0556 Temp = 267.9664
+PotEng = -6336.0529 E_bond = 14.4828 E_angle = 43.4429
+E_dihed = 15.2569 E_impro = 2.3160 E_vdwl = 708.3266
+E_coul = 26786.6840 E_long = -33906.5620 Press = -648.6639
+---------------- Step 150 ----- CPU = 0.8510 (sec) ----------------
+TotEng = -5287.2845 KinEng = 1098.6036 Temp = 273.0739
+PotEng = -6385.8881 E_bond = 17.4924 E_angle = 32.8593
+E_dihed = 15.1623 E_impro = 1.6522 E_vdwl = 736.9685
+E_coul = 26717.2583 E_long = -33907.2812 Press = -333.1895
+SHAKE stats (type/ave/delta) on step 200
+ 4 1.111 2.18836e-07
+ 6 0.997 1.50856e-07
+ 8 1.08 6.58343e-08
+ 10 1.111 5.55349e-07
+ 12 1.08 1.99243e-07
+ 14 0.96 0
+ 18 0.957201 3.59666e-06
+ 31 104.52 0.000388184
+---------------- Step 200 ----- CPU = 1.1296 (sec) ----------------
+TotEng = -5308.4528 KinEng = 1100.5056 Temp = 273.5467
+PotEng = -6408.9584 E_bond = 18.2714 E_angle = 33.3035
+E_dihed = 16.8150 E_impro = 2.6053 E_vdwl = 686.3261
+E_coul = 26736.1131 E_long = -33902.3928 Press = -1470.3869
+---------------- Step 250 ----- CPU = 1.4237 (sec) ----------------
+TotEng = -5294.1808 KinEng = 1071.1623 Temp = 266.2530
+PotEng = -6365.3431 E_bond = 14.2022 E_angle = 39.1953
+E_dihed = 19.4555 E_impro = 3.1387 E_vdwl = 753.5412
+E_coul = 26713.8465 E_long = -33908.7226 Press = -188.8075
+SHAKE stats (type/ave/delta) on step 300
+ 4 1.111 3.78266e-06
+ 6 0.997001 3.50139e-06
+ 8 1.08 2.09322e-06
+ 10 1.111 5.6433e-06
+ 12 1.08 2.10401e-06
+ 14 0.96 0
+ 18 0.957202 7.6799e-06
+ 31 104.52 0.000806335
+---------------- Step 300 ----- CPU = 1.7161 (sec) ----------------
+TotEng = -5251.4350 KinEng = 1123.6255 Temp = 279.2935
+PotEng = -6375.0605 E_bond = 14.2249 E_angle = 38.4712
+E_dihed = 18.1324 E_impro = 2.3700 E_vdwl = 715.4558
+E_coul = 26745.4101 E_long = -33909.1248 Press = -469.5428
+Loop time of 1.71616 on 4 procs for 300 steps with 2004 atoms
+
+Pair time (%) = 1.18558 (69.0834)
+Bond time (%) = 0.00336462 (0.196056)
+Kspce time (%) = 0.247925 (14.4465)
+Neigh time (%) = 0.158655 (9.24477)
+Comm time (%) = 0.0626211 (3.64892)
+Outpt time (%) = 0.000257373 (0.0149971)
+Other time (%) = 0.0577542 (3.36533)
+
+FFT time (% of Kspce) = 0.0315048 (12.7074)
+FFT Gflps 3d (1d only) = 5.22186 11.7303
+
+Nlocal: 501 ave 508 max 490 min
+Histogram: 1 0 0 0 0 0 1 1 0 1
+Nghost: 6586.25 ave 6628 max 6548 min
+Histogram: 1 0 1 0 0 0 1 0 0 1
+Neighs: 177007 ave 180562 max 170212 min
+Histogram: 1 0 0 0 0 0 0 1 1 1
+
+Total # of neighbors = 708028
+Ave neighs/atom = 353.307
+Ave special neighs/atom = 2.34032
+Neighbor list builds = 26
+Dangerous builds = 0
+
diff --git a/examples/peptide/log.peptide.9Jan12.linux.1 b/examples/peptide/log.peptide.9Jan12.linux.1
deleted file mode 100644
index 046b0a8c8..000000000
--- a/examples/peptide/log.peptide.9Jan12.linux.1
+++ /dev/null
@@ -1,159 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Solvated 5-mer peptide
-
-units real
-atom_style full
-
-pair_style lj/charmm/coul/long 8.0 10.0 10.0
-bond_style harmonic
-angle_style charmm
-dihedral_style charmm
-improper_style harmonic
-kspace_style pppm 0.0001
-
-read_data data.peptide
- 3 = max bonds/atom
- 6 = max angles/atom
- 14 = max dihedrals/atom
- 1 = max impropers/atom
- orthogonal box = (36.8402 41.0137 29.7681) to (64.2116 68.3851 57.1395)
- 1 by 1 by 1 MPI processor grid
- 2004 atoms
- 2004 velocities
- 1365 bonds
- 786 angles
- 207 dihedrals
- 12 impropers
- 4 = max # of 1-2 neighbors
- 7 = max # of 1-3 neighbors
- 14 = max # of 1-4 neighbors
- 18 = max # of special neighbors
-
-neighbor 2.0 bin
-neigh_modify delay 5
-
-timestep 2.0
-
-thermo_style multi
-thermo 50
-
-fix 1 all nvt temp 275.0 275.0 100.0 tchain 1
-fix 2 all shake 0.0001 10 100 b 4 6 8 10 12 14 18 a 31
- 19 = # of size 2 clusters
- 6 = # of size 3 clusters
- 3 = # of size 4 clusters
- 640 = # of frozen angles
-
-group peptide type <= 12
-84 atoms in group peptide
-dump 1 peptide atom 10 dump.peptide
-
-compute bnd all property/local btype batom1 batom2
-dump 2 peptide local 300 dump.bond index c_bnd[1] c_bnd[2] c_bnd[3]
-
-run 300
-PPPM initialization ...
- G vector = 0.268721
- grid = 15 15 15
- stencil order = 5
- RMS precision = 4.86052e-05
- using double precision FFTs
- brick FFT buffer size/proc = 10648 3375 5808
-SHAKE stats (type/ave/delta) on step 0
- 4 1.111 1.44264e-05
- 6 0.996998 7.26967e-06
- 8 1.08 1.32536e-05
- 10 1.111 1.22749e-05
- 12 1.08 1.11767e-05
- 14 0.96 0
- 18 0.957206 4.37979e-05
- 31 104.519 0.00396029
-Memory usage per processor = 23.1624 Mbytes
----------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = -5237.4579 KinEng = 1134.9186 Temp = 282.1005
-PotEng = -6372.3765 E_bond = 16.5572 E_angle = 36.3726
-E_dihed = 15.5190 E_impro = 1.9426 E_vdwl = 692.8945
-E_coul = 26771.8055 E_long = -33907.4679 Press = -845.4762
----------------- Step 50 ----- CPU = 0.9789 (sec) ----------------
-TotEng = -5247.5491 KinEng = 1132.4011 Temp = 281.4748
-PotEng = -6379.9502 E_bond = 12.2118 E_angle = 31.7365
-E_dihed = 18.8145 E_impro = 2.3612 E_vdwl = 658.1770
-E_coul = 26803.9897 E_long = -33907.2410 Press = -1331.7985
-SHAKE stats (type/ave/delta) on step 100
- 4 1.111 7.80799e-07
- 6 0.997 1.06209e-06
- 8 1.08 6.20484e-07
- 10 1.111 6.23444e-07
- 12 1.08 2.68063e-07
- 14 0.96 0
- 18 0.957201 5.38017e-06
- 31 104.52 0.000502314
----------------- Step 100 ----- CPU = 1.9692 (sec) ----------------
-TotEng = -5257.9973 KinEng = 1078.0555 Temp = 267.9664
-PotEng = -6336.0528 E_bond = 14.4828 E_angle = 43.4429
-E_dihed = 15.2569 E_impro = 2.3160 E_vdwl = 708.3266
-E_coul = 26786.2248 E_long = -33906.1028 Press = -648.6626
----------------- Step 150 ----- CPU = 2.9897 (sec) ----------------
-TotEng = -5287.2844 KinEng = 1098.6039 Temp = 273.0740
-PotEng = -6385.8883 E_bond = 17.4924 E_angle = 32.8593
-E_dihed = 15.1623 E_impro = 1.6522 E_vdwl = 736.9685
-E_coul = 26716.7991 E_long = -33906.8220 Press = -333.1910
-SHAKE stats (type/ave/delta) on step 200
- 4 1.111 2.18836e-07
- 6 0.997 1.50835e-07
- 8 1.08 6.58286e-08
- 10 1.111 5.55388e-07
- 12 1.08 1.99221e-07
- 14 0.96 0
- 18 0.957201 3.59665e-06
- 31 104.52 0.000388185
----------------- Step 200 ----- CPU = 3.9658 (sec) ----------------
-TotEng = -5308.4533 KinEng = 1100.5081 Temp = 273.5473
-PotEng = -6408.9613 E_bond = 18.2714 E_angle = 33.3035
-E_dihed = 16.8150 E_impro = 2.6054 E_vdwl = 686.3253
-E_coul = 26735.6522 E_long = -33901.9341 Press = -1470.4128
----------------- Step 250 ----- CPU = 4.9940 (sec) ----------------
-TotEng = -5294.1792 KinEng = 1071.1638 Temp = 266.2533
-PotEng = -6365.3431 E_bond = 14.2022 E_angle = 39.1951
-E_dihed = 19.4554 E_impro = 3.1386 E_vdwl = 753.5442
-E_coul = 26713.3850 E_long = -33908.2636 Press = -188.7517
-SHAKE stats (type/ave/delta) on step 300
- 4 1.111 3.78179e-06
- 6 0.997001 3.49518e-06
- 8 1.08 2.09282e-06
- 10 1.111 5.64213e-06
- 12 1.08 2.10337e-06
- 14 0.96 0
- 18 0.957202 7.67601e-06
- 31 104.52 0.000806296
----------------- Step 300 ----- CPU = 6.0238 (sec) ----------------
-TotEng = -5251.4367 KinEng = 1123.6268 Temp = 279.2938
-PotEng = -6375.0634 E_bond = 14.2250 E_angle = 38.4733
-E_dihed = 18.1306 E_impro = 2.3699 E_vdwl = 715.4579
-E_coul = 26744.9481 E_long = -33908.6682 Press = -469.4706
-Loop time of 6.02383 on 1 procs for 300 steps with 2004 atoms
-
-Pair time (%) = 4.59309 (76.2487)
-Bond time (%) = 0.0151336 (0.251229)
-Kspce time (%) = 0.68294 (11.3373)
-Neigh time (%) = 0.624885 (10.3735)
-Comm time (%) = 0.0330999 (0.549482)
-Outpt time (%) = 0.00389695 (0.0646922)
-Other time (%) = 0.0707846 (1.17508)
-
-FFT time (% of Kspce) = 0.0814104 (11.9206)
-FFT Gflps 3d (1d only) = 2.0208 3.32284
-
-Nlocal: 2004 ave 2004 max 2004 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 11181 ave 11181 max 11181 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 708037 ave 708037 max 708037 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 708037
-Ave neighs/atom = 353.312
-Ave special neighs/atom = 2.34032
-Neighbor list builds = 26
-Dangerous builds = 0
-
diff --git a/examples/peptide/log.peptide.9Jan12.linux.4 b/examples/peptide/log.peptide.9Jan12.linux.4
deleted file mode 100644
index 55156c4fe..000000000
--- a/examples/peptide/log.peptide.9Jan12.linux.4
+++ /dev/null
@@ -1,159 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Solvated 5-mer peptide
-
-units real
-atom_style full
-
-pair_style lj/charmm/coul/long 8.0 10.0 10.0
-bond_style harmonic
-angle_style charmm
-dihedral_style charmm
-improper_style harmonic
-kspace_style pppm 0.0001
-
-read_data data.peptide
- 3 = max bonds/atom
- 6 = max angles/atom
- 14 = max dihedrals/atom
- 1 = max impropers/atom
- orthogonal box = (36.8402 41.0137 29.7681) to (64.2116 68.3851 57.1395)
- 1 by 2 by 2 MPI processor grid
- 2004 atoms
- 2004 velocities
- 1365 bonds
- 786 angles
- 207 dihedrals
- 12 impropers
- 4 = max # of 1-2 neighbors
- 7 = max # of 1-3 neighbors
- 14 = max # of 1-4 neighbors
- 18 = max # of special neighbors
-
-neighbor 2.0 bin
-neigh_modify delay 5
-
-timestep 2.0
-
-thermo_style multi
-thermo 50
-
-fix 1 all nvt temp 275.0 275.0 100.0 tchain 1
-fix 2 all shake 0.0001 10 100 b 4 6 8 10 12 14 18 a 31
- 19 = # of size 2 clusters
- 6 = # of size 3 clusters
- 3 = # of size 4 clusters
- 640 = # of frozen angles
-
-group peptide type <= 12
-84 atoms in group peptide
-dump 1 peptide atom 10 dump.peptide
-
-compute bnd all property/local btype batom1 batom2
-dump 2 peptide local 300 dump.bond index c_bnd[1] c_bnd[2] c_bnd[3]
-
-run 300
-PPPM initialization ...
- G vector = 0.268721
- grid = 15 15 15
- stencil order = 5
- RMS precision = 4.86052e-05
- using double precision FFTs
- brick FFT buffer size/proc = 4312 960 3696
-SHAKE stats (type/ave/delta) on step 0
- 4 1.111 1.44264e-05
- 6 0.996998 7.26967e-06
- 8 1.08 1.32536e-05
- 10 1.111 1.22749e-05
- 12 1.08 1.11767e-05
- 14 0.96 0
- 18 0.957206 4.37979e-05
- 31 104.519 0.00396029
-Memory usage per processor = 10.6052 Mbytes
----------------- Step 0 ----- CPU = 0.0000 (sec) ----------------
-TotEng = -5237.4579 KinEng = 1134.9186 Temp = 282.1005
-PotEng = -6372.3765 E_bond = 16.5572 E_angle = 36.3726
-E_dihed = 15.5190 E_impro = 1.9426 E_vdwl = 692.8945
-E_coul = 26771.8055 E_long = -33907.4679 Press = -845.4762
----------------- Step 50 ----- CPU = 0.2787 (sec) ----------------
-TotEng = -5247.5491 KinEng = 1132.4011 Temp = 281.4748
-PotEng = -6379.9502 E_bond = 12.2118 E_angle = 31.7365
-E_dihed = 18.8145 E_impro = 2.3612 E_vdwl = 658.1770
-E_coul = 26803.9897 E_long = -33907.2410 Press = -1331.7985
-SHAKE stats (type/ave/delta) on step 100
- 4 1.111 7.80799e-07
- 6 0.997 1.06209e-06
- 8 1.08 6.20484e-07
- 10 1.111 6.23444e-07
- 12 1.08 2.68063e-07
- 14 0.96 0
- 18 0.957201 5.38017e-06
- 31 104.52 0.000502314
----------------- Step 100 ----- CPU = 0.5594 (sec) ----------------
-TotEng = -5257.9973 KinEng = 1078.0555 Temp = 267.9664
-PotEng = -6336.0528 E_bond = 14.4828 E_angle = 43.4429
-E_dihed = 15.2569 E_impro = 2.3160 E_vdwl = 708.3266
-E_coul = 26786.2248 E_long = -33906.1028 Press = -648.6626
----------------- Step 150 ----- CPU = 0.8540 (sec) ----------------
-TotEng = -5287.2844 KinEng = 1098.6039 Temp = 273.0740
-PotEng = -6385.8883 E_bond = 17.4924 E_angle = 32.8593
-E_dihed = 15.1623 E_impro = 1.6522 E_vdwl = 736.9685
-E_coul = 26716.7991 E_long = -33906.8220 Press = -333.1910
-SHAKE stats (type/ave/delta) on step 200
- 4 1.111 2.18836e-07
- 6 0.997 1.50835e-07
- 8 1.08 6.58286e-08
- 10 1.111 5.55388e-07
- 12 1.08 1.99221e-07
- 14 0.96 0
- 18 0.957201 3.59665e-06
- 31 104.52 0.000388185
----------------- Step 200 ----- CPU = 1.1363 (sec) ----------------
-TotEng = -5308.4533 KinEng = 1100.5081 Temp = 273.5473
-PotEng = -6408.9613 E_bond = 18.2714 E_angle = 33.3035
-E_dihed = 16.8150 E_impro = 2.6054 E_vdwl = 686.3253
-E_coul = 26735.6522 E_long = -33901.9341 Press = -1470.4128
----------------- Step 250 ----- CPU = 1.4334 (sec) ----------------
-TotEng = -5294.1792 KinEng = 1071.1638 Temp = 266.2533
-PotEng = -6365.3431 E_bond = 14.2022 E_angle = 39.1951
-E_dihed = 19.4554 E_impro = 3.1386 E_vdwl = 753.5442
-E_coul = 26713.3850 E_long = -33908.2636 Press = -188.7517
-SHAKE stats (type/ave/delta) on step 300
- 4 1.111 3.78179e-06
- 6 0.997001 3.49518e-06
- 8 1.08 2.09282e-06
- 10 1.111 5.64213e-06
- 12 1.08 2.10337e-06
- 14 0.96 0
- 18 0.957202 7.67601e-06
- 31 104.52 0.000806296
----------------- Step 300 ----- CPU = 1.7303 (sec) ----------------
-TotEng = -5251.4368 KinEng = 1123.6268 Temp = 279.2938
-PotEng = -6375.0636 E_bond = 14.2250 E_angle = 38.4733
-E_dihed = 18.1306 E_impro = 2.3699 E_vdwl = 715.4579
-E_coul = 26744.9480 E_long = -33908.6682 Press = -469.4709
-Loop time of 1.73038 on 4 procs for 300 steps with 2004 atoms
-
-Pair time (%) = 1.19151 (68.8584)
-Bond time (%) = 0.00421888 (0.243812)
-Kspce time (%) = 0.250195 (14.459)
-Neigh time (%) = 0.15806 (9.13441)
-Comm time (%) = 0.0630846 (3.64571)
-Outpt time (%) = 0.00369966 (0.213807)
-Other time (%) = 0.0596095 (3.44488)
-
-FFT time (% of Kspce) = 0.0367641 (14.6942)
-FFT Gflps 3d (1d only) = 4.47485 11.6077
-
-Nlocal: 501 ave 508 max 490 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-Nghost: 6586.25 ave 6628 max 6548 min
-Histogram: 1 0 1 0 0 0 1 0 0 1
-Neighs: 177009 ave 180567 max 170213 min
-Histogram: 1 0 0 0 0 0 0 1 1 1
-
-Total # of neighbors = 708037
-Ave neighs/atom = 353.312
-Ave special neighs/atom = 2.34032
-Neighbor list builds = 26
-Dangerous builds = 0
-
diff --git a/examples/peri/log.peri.9Jan12.linux.1 b/examples/peri/log.peri.18Feb13.linux.1
similarity index 68%
rename from examples/peri/log.peri.9Jan12.linux.1
rename to examples/peri/log.peri.18Feb13.linux.1
index bc36dbfba..6a0119609 100644
--- a/examples/peri/log.peri.9Jan12.linux.1
+++ b/examples/peri/log.peri.18Feb13.linux.1
@@ -1,81 +1,84 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# small Peridynamic cylinder hit by projectile
units si
boundary s s s
atom_style peri
atom_modify map array
neighbor 0.0010 bin
# small target
lattice sc 0.0005
Lattice spacing in x,y,z = 0.0005 0.0005 0.0005
region target cylinder y 0.0 0.0 0.0050 -0.0050 0.0 units box
create_box 1 target
Created orthogonal box = (-0.005 -0.005 -0.005) to (0.005 0 0.005)
1 by 1 by 1 MPI processor grid
create_atoms 1 region target
Created 3487 atoms
pair_style peri/pmb
pair_coeff * * 1.6863e22 0.0015001 0.0005 0.25
set group all density 2200
3487 settings made for density
set group all volume 1.25e-10
3487 settings made for volume
velocity all set 0.0 0.0 0.0 sum no units box
fix 1 all nve
# spherical indenter to shatter target
variable y0 equal 0.00155
variable vy equal -100
variable y equal "v_y0 + step*dt*v_vy"
fix 2 all indent 1e17 sphere 0.0000 v_y 0.0000 0.0015 units box
compute 1 all damage/atom
timestep 1.0e-7
thermo 100
-dump 1 all custom 100 dump.peri id type x y z c_1
+#dump 1 all custom 100 dump.peri id type x y z c_1
+
+#dump 1 all image 50 image.*.jpg type type # axes yes 0.8 0.02 view 80 -30 adiam 0.0006
+#dump_modify 1 pad 4
run 1000
Peridynamic bonds:
total # of bonds = 335966
bonds/atom = 96.3482
-Memory usage per processor = 24.3063 Mbytes
+Memory usage per processor = 24.2471 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0 0 0 0 0 5.41008e-07
- 100 1.7890585e+24 552721.8 0 681881.47 1.5915936e+11 5.41008e-07
- 200 1.3549879e+27 3097027.6 0 1.0091931e+08 1.0978012e+14 5.9404973e-07
- 300 3.3009625e+27 6331254.8 0 2.4464163e+08 1.8437951e+14 8.6166616e-07
- 400 3.815184e+27 6225081.7 0 2.8165928e+08 1.7151711e+14 1.0705801e-06
- 500 4.2580877e+27 20212686 0 3.2762196e+08 1.5382376e+14 1.3323008e-06
- 600 5.5126512e+27 30861342 0 4.2884284e+08 1.6440558e+14 1.6138199e-06
- 700 1.1807414e+28 23119941 0 8.7554687e+08 2.8055357e+14 2.0255833e-06
- 800 1.2424839e+28 2407365.2 0 8.994088e+08 2.269543e+14 2.6348959e-06
- 900 1.2358398e+28 4532420.8 0 8.9673716e+08 1.8249063e+14 3.2593627e-06
- 1000 1.2341036e+28 3219674.5 0 8.9417099e+08 1.5276012e+14 3.8882369e-06
-Loop time of 20.4975 on 1 procs for 1000 steps with 3487 atoms
+ 0 0 0 0 0 0 5.0030006e-07
+ 100 1.7890585e+24 552721.8 0 681881.47 1.7210968e+11 5.0030006e-07
+ 200 1.3549879e+27 3097027.6 0 1.0091931e+08 1.1829272e+14 5.5130066e-07
+ 300 3.3009625e+27 6331254.8 0 2.4464163e+08 1.9647265e+14 8.0862953e-07
+ 400 3.815184e+27 6225081.7 0 2.8165928e+08 1.8189267e+14 1.0095118e-06
+ 500 4.2580877e+27 20212686 0 3.2762196e+08 1.6249923e+14 1.2611723e-06
+ 600 5.5126512e+27 30861342 0 4.2884284e+08 1.7320038e+14 1.531873e-06
+ 700 1.1807414e+28 23119941 0 8.7554687e+08 2.9477434e+14 1.9278632e-06
+ 800 1.2424839e+28 2407365.2 0 8.994088e+08 2.3787786e+14 2.5138992e-06
+ 900 1.2358398e+28 4532421.1 0 8.9673716e+08 1.9097317e+14 3.1145903e-06
+ 1000 1.2341036e+28 3219688.2 0 8.9417102e+08 1.596857e+14 3.7196039e-06
+Loop time of 20.46 on 1 procs for 1000 steps with 3487 atoms
-Pair time (%) = 19.7817 (96.5078)
-Neigh time (%) = 0.544173 (2.65483)
-Comm time (%) = 0.00148797 (0.00725928)
-Outpt time (%) = 0.0562642 (0.274493)
-Other time (%) = 0.113892 (0.55564)
+Pair time (%) = 19.7808 (96.6808)
+Neigh time (%) = 0.563618 (2.75474)
+Comm time (%) = 0.0018146 (0.00886905)
+Outpt time (%) = 0.000224829 (0.00109887)
+Other time (%) = 0.113445 (0.554473)
Nlocal: 3487 ave 3487 max 3487 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 567135 ave 567135 max 567135 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 1.20908e+06 ave 1.20908e+06 max 1.20908e+06 min
+FullNghs: 1.20908e+06 ave 1.20908e+06 max 1.20908e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 1209076
Ave neighs/atom = 346.738
Neighbor list builds = 46
Dangerous builds = 0
diff --git a/examples/peri/log.peri.9Jan12.linux.4 b/examples/peri/log.peri.18Feb13.linux.4
similarity index 64%
rename from examples/peri/log.peri.9Jan12.linux.4
rename to examples/peri/log.peri.18Feb13.linux.4
index 9b1a6938c..384efb394 100644
--- a/examples/peri/log.peri.9Jan12.linux.4
+++ b/examples/peri/log.peri.18Feb13.linux.4
@@ -1,81 +1,84 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# small Peridynamic cylinder hit by projectile
units si
boundary s s s
atom_style peri
atom_modify map array
neighbor 0.0010 bin
# small target
lattice sc 0.0005
Lattice spacing in x,y,z = 0.0005 0.0005 0.0005
region target cylinder y 0.0 0.0 0.0050 -0.0050 0.0 units box
create_box 1 target
Created orthogonal box = (-0.005 -0.005 -0.005) to (0.005 0 0.005)
2 by 1 by 2 MPI processor grid
create_atoms 1 region target
Created 3487 atoms
pair_style peri/pmb
pair_coeff * * 1.6863e22 0.0015001 0.0005 0.25
set group all density 2200
3487 settings made for density
set group all volume 1.25e-10
3487 settings made for volume
velocity all set 0.0 0.0 0.0 sum no units box
fix 1 all nve
# spherical indenter to shatter target
variable y0 equal 0.00155
variable vy equal -100
variable y equal "v_y0 + step*dt*v_vy"
fix 2 all indent 1e17 sphere 0.0000 v_y 0.0000 0.0015 units box
compute 1 all damage/atom
timestep 1.0e-7
thermo 100
-dump 1 all custom 100 dump.peri id type x y z c_1
+#dump 1 all custom 100 dump.peri id type x y z c_1
+
+#dump 1 all image 50 image.*.jpg type type # axes yes 0.8 0.02 view 80 -30 adiam 0.0006
+#dump_modify 1 pad 4
run 1000
Peridynamic bonds:
total # of bonds = 335966
bonds/atom = 96.3482
-Memory usage per processor = 18.8075 Mbytes
+Memory usage per processor = 18.744 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 0 0 0 0 0 5.41008e-07
- 100 1.7890585e+24 552721.8 0 681881.47 1.5915936e+11 5.41008e-07
- 200 1.3549879e+27 3097027.6 0 1.0091931e+08 1.0978012e+14 5.9404973e-07
- 300 3.3009625e+27 6331254.8 0 2.4464163e+08 1.8437951e+14 8.6166616e-07
- 400 3.815184e+27 6225081.7 0 2.8165928e+08 1.7151711e+14 1.0705801e-06
- 500 4.2580877e+27 20212686 0 3.2762196e+08 1.5382376e+14 1.3323008e-06
- 600 5.5126512e+27 30861342 0 4.2884284e+08 1.6440558e+14 1.6138199e-06
- 700 1.1807414e+28 23119941 0 8.7554687e+08 2.8055357e+14 2.0255833e-06
- 800 1.2424839e+28 2407365.3 0 8.994088e+08 2.269543e+14 2.6348959e-06
- 900 1.2358398e+28 4532420.4 0 8.9673716e+08 1.8249063e+14 3.2593627e-06
- 1000 1.2341035e+28 3219665.5 0 8.9417095e+08 1.5276012e+14 3.8882369e-06
-Loop time of 5.88161 on 4 procs for 1000 steps with 3487 atoms
+ 0 0 0 0 0 0 5.0030006e-07
+ 100 1.7890585e+24 552721.8 0 681881.47 1.7210968e+11 5.0030006e-07
+ 200 1.3549879e+27 3097027.6 0 1.0091931e+08 1.1829272e+14 5.5130066e-07
+ 300 3.3009625e+27 6331254.8 0 2.4464163e+08 1.9647265e+14 8.0862953e-07
+ 400 3.815184e+27 6225081.7 0 2.8165928e+08 1.8189267e+14 1.0095118e-06
+ 500 4.2580877e+27 20212686 0 3.2762196e+08 1.6249923e+14 1.2611723e-06
+ 600 5.5126512e+27 30861342 0 4.2884284e+08 1.7320038e+14 1.531873e-06
+ 700 1.1807414e+28 23119941 0 8.7554687e+08 2.9477434e+14 1.9278632e-06
+ 800 1.2424839e+28 2407365.3 0 8.994088e+08 2.3787786e+14 2.5138992e-06
+ 900 1.2358398e+28 4532419.8 0 8.9673716e+08 1.9097317e+14 3.1145903e-06
+ 1000 1.2341036e+28 3219727.8 0 8.9417105e+08 1.596857e+14 3.7196039e-06
+Loop time of 5.76524 on 4 procs for 1000 steps with 3487 atoms
-Pair time (%) = 5.07499 (86.2858)
-Neigh time (%) = 0.140587 (2.39029)
-Comm time (%) = 0.571109 (9.71008)
-Outpt time (%) = 0.0524437 (0.891656)
-Other time (%) = 0.0424765 (0.722191)
+Pair time (%) = 4.99867 (86.7035)
+Neigh time (%) = 0.14311 (2.48229)
+Comm time (%) = 0.577355 (10.0144)
+Outpt time (%) = 0.000337362 (0.00585166)
+Other time (%) = 0.0457699 (0.793894)
-Nlocal: 871.75 ave 907 max 837 min
-Histogram: 1 0 0 0 1 1 0 0 0 1
-Nghost: 1343.25 ave 1378 max 1308 min
+Nlocal: 871.75 ave 910 max 835 min
+Histogram: 1 0 0 0 2 0 0 0 0 1
+Nghost: 1343.25 ave 1380 max 1305 min
Histogram: 1 0 0 0 0 2 0 0 0 1
-Neighs: 141784 ave 169570 max 116650 min
+Neighs: 141784 ave 170146 max 116083 min
Histogram: 1 1 0 0 0 0 0 1 0 1
-FullNghs: 302269 ave 346070 max 260820 min
+FullNghs: 302269 ave 346070 max 260820 min
Histogram: 1 0 0 0 2 0 0 0 0 1
Total # of neighbors = 1209076
Ave neighs/atom = 346.738
Neighbor list builds = 46
Dangerous builds = 0
diff --git a/examples/pour/log.pour.18Feb13.linux.1 b/examples/pour/log.pour.18Feb13.linux.1
new file mode 100644
index 000000000..79f10c20d
--- /dev/null
+++ b/examples/pour/log.pour.18Feb13.linux.1
@@ -0,0 +1,144 @@
+LAMMPS (18 Feb 2013)
+# Pour granular particles into chute container, then induce flow
+
+atom_style sphere
+boundary p p fm
+newton off
+communicate single vel yes
+
+region reg block -10 10 -10 10 -0.5 16 units box
+create_box 1 reg
+Created orthogonal box = (-10 -10 -0.5) to (10 10 16)
+ 1 by 1 by 1 MPI processor grid
+
+neighbor 0.2 bin
+neigh_modify delay 0
+
+# IMPORTANT NOTE: these values of stiffness (2000) and timestep (0.001)
+# are used in this example file to produce a quick simulation and movie.
+# More appropriate values for realistic simulations would be
+# k = 2.0e5 and dt = 0.0001, as in bench/in.chute.
+
+pair_style gran/hooke/history 2000.0 NULL 50.0 NULL 0.5 0
+pair_coeff * *
+
+timestep 0.001
+
+fix 1 all nve/sphere
+fix 2 all gravity 1.0 spherical 0.0 -180.0
+fix zlower all wall/gran 2000.0 NULL 50.0 NULL 0.5 0 zplane 0.0 2000.0
+
+region slab block -9.0 9.0 -9.0 9.0 10.0 15.0 units box
+fix ins all pour 3000 1 300719 vol 0.13 50 region slab
+Particle insertion: 402 every 3162 steps, 3000 by step 22135
+
+compute 1 all erotate/sphere
+thermo_style custom step atoms ke c_1 vol
+thermo 1000
+thermo_modify lost ignore norm no
+compute_modify thermo_temp dynamic yes
+
+#dump id all atom 1000 dump.pour
+
+#dump 1 all image 1000 image.*.jpg type type # axes yes 0.8 0.02 view 80 -30
+#dump_modify 1 pad 5
+
+run 25000
+Memory usage per processor = 9.46169 Mbytes
+Step Atoms KinEng 1 Volume
+ 0 0 -0 0 6600
+ 1000 402 779.98578 0 6600
+ 2000 402 1424.4252 0 6600
+ 3000 402 1425.0863 12.9927 6600
+ 4000 804 1724.8532 47.325647 6600
+ 5000 804 1598.6681 64.779741 6600
+ 6000 804 1364.8231 61.75911 6600
+ 7000 1206 1519.7287 69.028648 6600
+ 8000 1206 1409.6162 62.604936 6600
+ 9000 1206 1243.5299 53.012812 6600
+ 10000 1608 1400.2632 57.300035 6600
+ 11000 1608 1226.4327 53.185401 6600
+ 12000 1608 1190.754 41.207269 6600
+ 13000 2010 1309.6301 51.508727 6600
+ 14000 2010 1182.74 46.857423 6600
+ 15000 2010 985.17177 43.141534 6600
+ 16000 2412 1041.1301 47.314349 6600
+ 17000 2412 1038.3663 39.508439 6600
+ 18000 2412 916.06571 39.312699 6600
+ 19000 2814 1021.9901 42.073133 6600
+ 20000 2814 959.466 41.811414 6600
+ 21000 2814 761.2927 41.364383 6600
+ 22000 2814 521.07124 40.192029 6600
+ 23000 3000 423.49186 37.34074 6600
+ 24000 3000 362.28297 22.586628 6600
+ 25000 3000 223.45694 22.976343 6600
+Loop time of 9.28813 on 1 procs for 25000 steps with 3000 atoms
+
+Pair time (%) = 5.36181 (57.7276)
+Neigh time (%) = 1.04765 (11.2794)
+Comm time (%) = 0.25077 (2.6999)
+Outpt time (%) = 0.000460148 (0.00495415)
+Other time (%) = 2.62743 (28.2881)
+
+Nlocal: 3000 ave 3000 max 3000 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 669 ave 669 max 669 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 13650 ave 13650 max 13650 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13650
+Ave neighs/atom = 4.55
+Neighbor list builds = 1153
+Dangerous builds = 0
+
+unfix ins
+fix 2 all gravity 1.0 chute 26.0
+run 25000
+Memory usage per processor = 10.2619 Mbytes
+Step Atoms KinEng 1 Volume
+ 25000 3000 223.45694 22.976343 6600
+ 26000 3000 113.473 17.666374 6600
+ 27000 3000 102.76936 12.540567 6600
+ 28000 3000 179.07068 11.501122 6600
+ 29000 3000 289.11251 14.028808 6600
+ 30000 3000 461.92265 17.681677 6600
+ 31000 3000 710.67032 23.209353 6600
+ 32000 3000 991.22981 30.179598 6600
+ 33000 3000 1366.0205 36.321028 6600
+ 34000 3000 1817.0366 45.963988 6600
+ 35000 3000 2329.5052 51.957397 6600
+ 36000 3000 2938.7862 59.654677 6600
+ 37000 3000 3662.828 70.399596 6600
+ 38000 3000 4375.2295 78.906063 6600
+ 39000 3000 5250.4031 92.018452 6600
+ 40000 3000 6032.6969 100.23325 6600
+ 41000 3000 7053.8661 115.73204 6600
+ 42000 3000 8063.1636 122.38643 6600
+ 43000 3000 9181.8348 143.39138 6600
+ 44000 3000 10270.31 149.34715 6600
+ 45000 3000 11434.53 161.47217 6600
+ 46000 3000 12731.277 171.19811 6600
+ 47000 3000 13938.907 170.91903 6600
+ 48000 3000 15244.449 192.6018 6600
+ 49000 3000 16627.76 195.3851 6600
+ 50000 3000 17863.962 213.64088 6600
+Loop time of 18.2656 on 1 procs for 25000 steps with 3000 atoms
+
+Pair time (%) = 11.864 (64.9527)
+Neigh time (%) = 1.57208 (8.60681)
+Comm time (%) = 0.539768 (2.95511)
+Outpt time (%) = 0.000703335 (0.0038506)
+Other time (%) = 4.28904 (23.4816)
+
+Nlocal: 3000 ave 3000 max 3000 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 755 ave 755 max 755 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 13875 ave 13875 max 13875 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13875
+Ave neighs/atom = 4.625
+Neighbor list builds = 803
+Dangerous builds = 0
diff --git a/examples/pour/log.pour.18Feb13.linux.4 b/examples/pour/log.pour.18Feb13.linux.4
new file mode 100644
index 000000000..1113dcfc5
--- /dev/null
+++ b/examples/pour/log.pour.18Feb13.linux.4
@@ -0,0 +1,144 @@
+LAMMPS (18 Feb 2013)
+# Pour granular particles into chute container, then induce flow
+
+atom_style sphere
+boundary p p fm
+newton off
+communicate single vel yes
+
+region reg block -10 10 -10 10 -0.5 16 units box
+create_box 1 reg
+Created orthogonal box = (-10 -10 -0.5) to (10 10 16)
+ 2 by 2 by 1 MPI processor grid
+
+neighbor 0.2 bin
+neigh_modify delay 0
+
+# IMPORTANT NOTE: these values of stiffness (2000) and timestep (0.001)
+# are used in this example file to produce a quick simulation and movie.
+# More appropriate values for realistic simulations would be
+# k = 2.0e5 and dt = 0.0001, as in bench/in.chute.
+
+pair_style gran/hooke/history 2000.0 NULL 50.0 NULL 0.5 0
+pair_coeff * *
+
+timestep 0.001
+
+fix 1 all nve/sphere
+fix 2 all gravity 1.0 spherical 0.0 -180.0
+fix zlower all wall/gran 2000.0 NULL 50.0 NULL 0.5 0 zplane 0.0 2000.0
+
+region slab block -9.0 9.0 -9.0 9.0 10.0 15.0 units box
+fix ins all pour 3000 1 300719 vol 0.13 50 region slab
+Particle insertion: 402 every 3162 steps, 3000 by step 22135
+
+compute 1 all erotate/sphere
+thermo_style custom step atoms ke c_1 vol
+thermo 1000
+thermo_modify lost ignore norm no
+compute_modify thermo_temp dynamic yes
+
+#dump id all atom 1000 dump.pour
+
+#dump 1 all image 1000 image.*.jpg type type # axes yes 0.8 0.02 view 80 -30
+#dump_modify 1 pad 5
+
+run 25000
+Memory usage per processor = 9.33682 Mbytes
+Step Atoms KinEng 1 Volume
+ 0 0 -0 0 6600
+ 1000 402 779.98578 0 6600
+ 2000 402 1424.4252 0 6600
+ 3000 402 1425.0863 12.9927 6600
+ 4000 804 1724.8627 47.36161 6600
+ 5000 804 1599.9516 63.808734 6600
+ 6000 804 1359.1774 63.495338 6600
+ 7000 1206 1532.7896 68.602762 6600
+ 8000 1206 1403.0157 62.695772 6600
+ 9000 1206 1247.1412 52.224384 6600
+ 10000 1608 1386.1699 50.718814 6600
+ 11000 1608 1228.7495 56.267861 6600
+ 12000 1608 1189.1544 43.443594 6600
+ 13000 2010 1317.573 51.491142 6600
+ 14000 2010 1185.3306 43.927099 6600
+ 15000 2010 985.99454 42.308206 6600
+ 16000 2412 1044.9221 43.454386 6600
+ 17000 2412 1039.7494 36.063243 6600
+ 18000 2412 911.55352 38.525857 6600
+ 19000 2814 1013.9593 33.512188 6600
+ 20000 2814 959.68861 39.700347 6600
+ 21000 2814 744.30153 45.796008 6600
+ 22000 2814 518.78148 40.865035 6600
+ 23000 3000 418.32473 34.643341 6600
+ 24000 3000 364.52165 21.06497 6600
+ 25000 3000 216.23449 24.600132 6600
+Loop time of 2.82073 on 4 procs for 25000 steps with 3000 atoms
+
+Pair time (%) = 1.36596 (48.4257)
+Neigh time (%) = 0.273009 (9.67867)
+Comm time (%) = 0.360224 (12.7706)
+Outpt time (%) = 0.000543416 (0.0192651)
+Other time (%) = 0.820993 (29.1057)
+
+Nlocal: 750 ave 760 max 738 min
+Histogram: 1 0 0 0 0 1 1 0 0 1
+Nghost: 388 ave 390 max 387 min
+Histogram: 2 0 0 1 0 0 0 0 0 1
+Neighs: 3566.5 ave 3594 max 3538 min
+Histogram: 1 0 1 0 0 0 0 0 1 1
+
+Total # of neighbors = 14266
+Ave neighs/atom = 4.75533
+Neighbor list builds = 1153
+Dangerous builds = 0
+
+unfix ins
+fix 2 all gravity 1.0 chute 26.0
+run 25000
+Memory usage per processor = 10.1159 Mbytes
+Step Atoms KinEng 1 Volume
+ 25000 3000 216.23449 24.600132 6600
+ 26000 3000 108.39805 20.034719 6600
+ 27000 3000 103.08805 11.62627 6600
+ 28000 3000 193.88384 11.945176 6600
+ 29000 3000 320.96581 14.507685 6600
+ 30000 3000 490.74134 19.09055 6600
+ 31000 3000 755.89878 24.20335 6600
+ 32000 3000 1093.7602 32.036876 6600
+ 33000 3000 1447.6165 37.970427 6600
+ 34000 3000 1879.1719 41.830611 6600
+ 35000 3000 2350.6451 54.069915 6600
+ 36000 3000 2943.3616 63.590846 6600
+ 37000 3000 3655.4973 69.25479 6600
+ 38000 3000 4351.899 72.183547 6600
+ 39000 3000 5056.2313 81.96612 6600
+ 40000 3000 5833.5917 101.79198 6600
+ 41000 3000 6698.392 107.53934 6600
+ 42000 3000 7602.7265 119.87878 6600
+ 43000 3000 8669.6298 134.41156 6600
+ 44000 3000 9749.5781 144.67 6600
+ 45000 3000 10835.643 160.22694 6600
+ 46000 3000 11992.67 155.62346 6600
+ 47000 3000 13262.167 178.56213 6600
+ 48000 3000 14489.853 198.13017 6600
+ 49000 3000 15940.443 200.18228 6600
+ 50000 3000 17238.955 209.40216 6600
+Loop time of 5.38506 on 4 procs for 25000 steps with 3000 atoms
+
+Pair time (%) = 3.04231 (56.4954)
+Neigh time (%) = 0.41015 (7.61644)
+Comm time (%) = 0.572889 (10.6385)
+Outpt time (%) = 0.000714064 (0.0132601)
+Other time (%) = 1.359 (25.2364)
+
+Nlocal: 750 ave 755 max 744 min
+Histogram: 1 0 0 1 0 0 0 0 1 1
+Nghost: 405.25 ave 416 max 400 min
+Histogram: 2 0 1 0 0 0 0 0 0 1
+Neighs: 3625.5 ave 3698 max 3577 min
+Histogram: 1 0 1 1 0 0 0 0 0 1
+
+Total # of neighbors = 14502
+Ave neighs/atom = 4.834
+Neighbor list builds = 807
+Dangerous builds = 0
diff --git a/examples/pour/log.pour.2d.9Jan12.linux.1 b/examples/pour/log.pour.2d.18Feb13.linux.1
similarity index 59%
rename from examples/pour/log.pour.2d.9Jan12.linux.1
rename to examples/pour/log.pour.2d.18Feb13.linux.1
index 7cdc6fa3e..b9d3c164f 100644
--- a/examples/pour/log.pour.2d.9Jan12.linux.1
+++ b/examples/pour/log.pour.2d.18Feb13.linux.1
@@ -1,93 +1,97 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Pour 2d granular particles into container
dimension 2
atom_style sphere
boundary f fm p
newton off
communicate single vel yes
region reg block 0 100 0 50 -0.5 0.5 units box
create_box 1 reg
Created orthogonal box = (0 0 -0.5) to (100 50 0.5)
1 by 1 by 1 MPI processor grid
neighbor 0.2 bin
neigh_modify delay 0
# IMPORTANT NOTE: these values of stiffness (4000) and timestep (0.001)
# are used in this example file to produce a quick simulation and movie.
# More appropriate values for realistic simulations would be
# k = 4.0e5 and dt = 0.0001, as in bench/in.chute (if it were Hertzian).
pair_style gran/hertz/history 4000.0 NULL 100.0 NULL 0.5 0
pair_coeff * *
timestep 0.001
fix 1 all nve/sphere
fix 2 all gravity 1.0 spherical 0.0 -180.0
fix xwalls all wall/gran 4000.0 NULL 100.0 NULL 0 1 xplane 0 100
fix ywalls all wall/gran 4000.0 NULL 100.0 NULL 0 1 yplane 0 NULL
-
+
region slab block 1.0 99.0 30 34.5 -0.5 0.5 units box
fix ins all pour 1000 1 4767548 vol 0.4 10 diam 0.5 1.0 region slab
Particle insertion: 224 every 3000 steps, 1000 by step 12001
fix 3 all enforce2d
compute 1 all erotate/sphere
thermo_style custom step atoms ke c_1 vol
thermo 1000
thermo_modify lost ignore norm no
compute_modify thermo_temp dynamic yes
-dump id all atom 250 dump.pour
+#dump id all atom 250 dump.pour
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
run 25000
Memory usage per processor = 9.58 Mbytes
Step Atoms KinEng 1 Volume
0 0 -0 0 5000
1000 224 185.87695 0 5000
2000 224 348.08417 0 5000
3000 224 565.2162 0 5000
4000 448 1042.9716 0 5000
5000 448 1542.0614 0 5000
6000 448 1766.5136 41.192729 5000
7000 672 1846.4596 67.352592 5000
8000 672 1814.3429 92.898167 5000
- 9000 672 1662.3648 111.88805 5000
- 10000 896 1654.7992 91.210682 5000
- 11000 896 1539.2643 72.174442 5000
- 12000 896 1479.3613 60.304466 5000
- 13000 1000 1464.6099 54.360683 5000
- 14000 1000 1357.776 50.981395 5000
- 15000 1000 1129.2816 50.644045 5000
- 16000 1000 795.55925 47.94934 5000
- 17000 1000 448.80612 42.4465 5000
- 18000 1000 320.15236 34.231318 5000
- 19000 1000 150.74762 35.789901 5000
- 20000 1000 49.636313 19.317565 5000
- 21000 1000 24.980341 13.517257 5000
- 22000 1000 17.164368 9.7652983 5000
- 23000 1000 15.131329 7.6229469 5000
- 24000 1000 13.291283 5.8822567 5000
- 25000 1000 12.481182 3.8348041 5000
-Loop time of 2.97817 on 1 procs for 25000 steps with 1000 atoms
-
-Pair time (%) = 1.23279 (41.3941)
-Neigh time (%) = 0.302755 (10.1658)
-Comm time (%) = 0.0113213 (0.380143)
-Outpt time (%) = 0.0628569 (2.11059)
-Other time (%) = 1.36845 (45.9494)
+ 9000 672 1662.3643 111.88767 5000
+ 10000 896 1654.7184 91.390546 5000
+ 11000 896 1532.7703 69.886692 5000
+ 12000 896 1470.9688 66.246593 5000
+ 13000 1000 1471.1825 60.129537 5000
+ 14000 1000 1355.6479 59.801716 5000
+ 15000 1000 1132.1071 52.624027 5000
+ 16000 1000 773.40416 42.626873 5000
+ 17000 1000 461.51805 37.889877 5000
+ 18000 1000 338.7731 28.037959 5000
+ 19000 1000 166.73672 26.940654 5000
+ 20000 1000 45.061374 18.328659 5000
+ 21000 1000 24.350861 10.312694 5000
+ 22000 1000 18.811191 8.8044879 5000
+ 23000 1000 15.483854 5.3046832 5000
+ 24000 1000 11.962946 5.0549062 5000
+ 25000 1000 9.0369801 3.2724609 5000
+Loop time of 2.88655 on 1 procs for 25000 steps with 1000 atoms
+
+Pair time (%) = 1.22176 (42.3259)
+Neigh time (%) = 0.303655 (10.5196)
+Comm time (%) = 0.0110941 (0.384337)
+Outpt time (%) = 0.000306368 (0.0106136)
+Other time (%) = 1.34974 (46.7595)
Nlocal: 1000 ave 1000 max 1000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 2377 ave 2377 max 2377 min
+Neighs: 2330 ave 2330 max 2330 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-Total # of neighbors = 2377
-Ave neighs/atom = 2.377
+Total # of neighbors = 2330
+Ave neighs/atom = 2.33
Neighbor list builds = 2001
Dangerous builds = 0
diff --git a/examples/pour/log.pour.2d.9Jan12.linux.4 b/examples/pour/log.pour.2d.18Feb13.linux.4
similarity index 52%
rename from examples/pour/log.pour.2d.9Jan12.linux.4
rename to examples/pour/log.pour.2d.18Feb13.linux.4
index 582ef16dc..aef18d31d 100644
--- a/examples/pour/log.pour.2d.9Jan12.linux.4
+++ b/examples/pour/log.pour.2d.18Feb13.linux.4
@@ -1,93 +1,97 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Pour 2d granular particles into container
dimension 2
atom_style sphere
boundary f fm p
newton off
communicate single vel yes
region reg block 0 100 0 50 -0.5 0.5 units box
create_box 1 reg
Created orthogonal box = (0 0 -0.5) to (100 50 0.5)
4 by 1 by 1 MPI processor grid
neighbor 0.2 bin
neigh_modify delay 0
# IMPORTANT NOTE: these values of stiffness (4000) and timestep (0.001)
# are used in this example file to produce a quick simulation and movie.
# More appropriate values for realistic simulations would be
# k = 4.0e5 and dt = 0.0001, as in bench/in.chute (if it were Hertzian).
pair_style gran/hertz/history 4000.0 NULL 100.0 NULL 0.5 0
pair_coeff * *
timestep 0.001
fix 1 all nve/sphere
fix 2 all gravity 1.0 spherical 0.0 -180.0
fix xwalls all wall/gran 4000.0 NULL 100.0 NULL 0 1 xplane 0 100
fix ywalls all wall/gran 4000.0 NULL 100.0 NULL 0 1 yplane 0 NULL
-
+
region slab block 1.0 99.0 30 34.5 -0.5 0.5 units box
fix ins all pour 1000 1 4767548 vol 0.4 10 diam 0.5 1.0 region slab
Particle insertion: 224 every 3000 steps, 1000 by step 12001
fix 3 all enforce2d
compute 1 all erotate/sphere
thermo_style custom step atoms ke c_1 vol
thermo 1000
thermo_modify lost ignore norm no
compute_modify thermo_temp dynamic yes
-dump id all atom 250 dump.pour
+#dump id all atom 250 dump.pour
+
+#dump 1 all image 500 image.*.jpg type type # zoom 1.6 adiam 1.5
+#dump_modify 1 pad 5
+
run 25000
-Memory usage per processor = 9.54553 Mbytes
+Memory usage per processor = 9.54554 Mbytes
Step Atoms KinEng 1 Volume
0 0 -0 0 5000
1000 224 185.87695 0 5000
2000 224 348.08417 0 5000
3000 224 565.2162 0 5000
4000 448 1042.9716 0 5000
5000 448 1542.0614 0 5000
6000 448 1766.5136 41.192729 5000
7000 672 1846.4596 67.352592 5000
8000 672 1814.3429 92.898167 5000
- 9000 672 1662.3648 111.88805 5000
- 10000 896 1652.9645 91.148046 5000
- 11000 896 1544.0839 72.455734 5000
- 12000 896 1482.8514 61.292588 5000
- 13000 1000 1475.79 53.415861 5000
- 14000 1000 1352.8641 48.564355 5000
- 15000 1000 1139.726 49.60352 5000
- 16000 1000 764.34421 48.189757 5000
- 17000 1000 455.09361 40.071967 5000
- 18000 1000 327.13469 31.827836 5000
- 19000 1000 148.91195 27.999011 5000
- 20000 1000 38.454385 18.618798 5000
- 21000 1000 22.643678 12.282344 5000
- 22000 1000 15.147799 9.0623019 5000
- 23000 1000 14.799777 6.3928279 5000
- 24000 1000 13.08654 4.3024153 5000
- 25000 1000 9.9394032 2.8165017 5000
-Loop time of 1.00262 on 4 procs for 25000 steps with 1000 atoms
-
-Pair time (%) = 0.317535 (31.6705)
-Neigh time (%) = 0.0773075 (7.71053)
-Comm time (%) = 0.0878609 (8.76312)
-Outpt time (%) = 0.0486338 (4.85067)
-Other time (%) = 0.471284 (47.0052)
-
-Nlocal: 250 ave 256 max 242 min
-Histogram: 1 0 0 0 1 0 0 0 1 1
-Nghost: 17.75 ave 27 max 10 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-Neighs: 593.25 ave 615 max 562 min
-Histogram: 1 0 0 0 0 0 1 1 0 1
-
-Total # of neighbors = 2373
-Ave neighs/atom = 2.373
-Neighbor list builds = 1970
+ 9000 672 1662.3643 111.88767 5000
+ 10000 896 1652.8654 91.325153 5000
+ 11000 896 1541.4417 70.862864 5000
+ 12000 896 1474.3165 61.956769 5000
+ 13000 1000 1463.9007 59.436066 5000
+ 14000 1000 1355.973 51.999639 5000
+ 15000 1000 1130.5891 49.13995 5000
+ 16000 1000 787.89487 46.05549 5000
+ 17000 1000 462.83858 40.678165 5000
+ 18000 1000 325.64118 32.743319 5000
+ 19000 1000 155.22607 30.549487 5000
+ 20000 1000 43.494925 22.262581 5000
+ 21000 1000 23.694914 15.061018 5000
+ 22000 1000 20.580126 10.477019 5000
+ 23000 1000 16.06558 7.3034265 5000
+ 24000 1000 12.026429 6.0665971 5000
+ 25000 1000 11.818403 5.4542268 5000
+Loop time of 0.908638 on 4 procs for 25000 steps with 1000 atoms
+
+Pair time (%) = 0.304472 (33.5086)
+Neigh time (%) = 0.0796848 (8.76969)
+Comm time (%) = 0.0719426 (7.91763)
+Outpt time (%) = 0.000483155 (0.0531735)
+Other time (%) = 0.452056 (49.7509)
+
+Nlocal: 250 ave 252 max 248 min
+Histogram: 1 0 1 0 0 0 0 1 0 1
+Nghost: 18 ave 25 max 12 min
+Histogram: 1 1 0 0 0 0 1 0 0 1
+Neighs: 604.25 ave 614 max 589 min
+Histogram: 1 0 0 0 1 0 0 0 0 2
+
+Total # of neighbors = 2417
+Ave neighs/atom = 2.417
+Neighbor list builds = 2023
Dangerous builds = 0
diff --git a/examples/pour/log.pour.9Jan12.linux.1 b/examples/pour/log.pour.9Jan12.linux.1
deleted file mode 100644
index b41246181..000000000
--- a/examples/pour/log.pour.9Jan12.linux.1
+++ /dev/null
@@ -1,140 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pour granular particles into chute container, then induce flow
-
-atom_style sphere
-boundary p p fm
-newton off
-communicate single vel yes
-
-region reg block -10 10 -10 10 -0.5 16 units box
-create_box 1 reg
-Created orthogonal box = (-10 -10 -0.5) to (10 10 16)
- 1 by 1 by 1 MPI processor grid
-
-neighbor 0.2 bin
-neigh_modify delay 0
-
-# IMPORTANT NOTE: these values of stiffness (2000) and timestep (0.001)
-# are used in this example file to produce a quick simulation and movie.
-# More appropriate values for realistic simulations would be
-# k = 2.0e5 and dt = 0.0001, as in bench/in.chute.
-
-pair_style gran/hooke/history 2000.0 NULL 50.0 NULL 0.5 0
-pair_coeff * *
-
-timestep 0.001
-
-fix 1 all nve/sphere
-fix 2 all gravity 1.0 spherical 0.0 -180.0
-fix zlower all wall/gran 2000.0 NULL 50.0 NULL 0.5 0 zplane 0.0 2000.0
-
-region slab block -9.0 9.0 -9.0 9.0 10.0 15.0 units box
-fix ins all pour 3000 1 300719 vol 0.13 50 region slab
-Particle insertion: 402 every 3162 steps, 3000 by step 22135
-
-compute 1 all erotate/sphere
-thermo_style custom step atoms ke c_1 vol
-thermo 1000
-thermo_modify lost ignore norm no
-compute_modify thermo_temp dynamic yes
-
-dump id all atom 1000 dump.pour
-run 25000
-Memory usage per processor = 9.46169 Mbytes
-Step Atoms KinEng 1 Volume
- 0 0 -0 0 6600
- 1000 402 779.98578 0 6600
- 2000 402 1424.4252 0 6600
- 3000 402 1425.0863 12.9927 6600
- 4000 804 1724.8532 47.325647 6600
- 5000 804 1598.6681 64.779741 6600
- 6000 804 1364.8231 61.75911 6600
- 7000 1206 1519.7287 69.028648 6600
- 8000 1206 1409.6162 62.604938 6600
- 9000 1206 1243.5344 53.025705 6600
- 10000 1608 1400.9581 57.452979 6600
- 11000 1608 1225.6036 52.631505 6600
- 12000 1608 1184.2735 45.623535 6600
- 13000 2010 1298.3639 50.266254 6600
- 14000 2010 1177.6607 41.899866 6600
- 15000 2010 986.18539 45.283438 6600
- 16000 2412 1032.5845 41.218715 6600
- 17000 2412 1024.6469 39.790283 6600
- 18000 2412 913.80876 40.351496 6600
- 19000 2814 1010.144 39.468447 6600
- 20000 2814 953.92496 40.689106 6600
- 21000 2814 762.62053 42.228087 6600
- 22000 2814 517.63012 38.535819 6600
- 23000 3000 424.8833 34.836058 6600
- 24000 3000 363.8636 21.972506 6600
- 25000 3000 210.08035 24.819644 6600
-Loop time of 9.40419 on 1 procs for 25000 steps with 3000 atoms
-
-Pair time (%) = 5.45799 (58.0379)
-Neigh time (%) = 1.0322 (10.9759)
-Comm time (%) = 0.250612 (2.66489)
-Outpt time (%) = 0.0380349 (0.404446)
-Other time (%) = 2.62535 (27.9168)
-
-Nlocal: 3000 ave 3000 max 3000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 670 ave 670 max 670 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 13595 ave 13595 max 13595 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 13595
-Ave neighs/atom = 4.53167
-Neighbor list builds = 1152
-Dangerous builds = 0
-
-unfix ins
-fix 2 all gravity 1.0 chute 26.0
-run 25000
-Memory usage per processor = 10.2619 Mbytes
-Step Atoms KinEng 1 Volume
- 25000 3000 210.08035 24.819644 6600
- 26000 3000 114.38566 17.150932 6600
- 27000 3000 104.67608 12.322911 6600
- 28000 3000 183.35846 11.491313 6600
- 29000 3000 304.77431 13.371079 6600
- 30000 3000 483.13283 15.775148 6600
- 31000 3000 698.65983 22.583167 6600
- 32000 3000 997.91493 29.132887 6600
- 33000 3000 1381.6582 36.071846 6600
- 34000 3000 1807.7933 39.766028 6600
- 35000 3000 2308.8013 49.301118 6600
- 36000 3000 2872.3529 55.638219 6600
- 37000 3000 3528.2521 68.672321 6600
- 38000 3000 4243.7668 78.210271 6600
- 39000 3000 5050.5727 86.453776 6600
- 40000 3000 5777.2063 90.664206 6600
- 41000 3000 6697.0059 105.74557 6600
- 42000 3000 7649.5485 121.09489 6600
- 43000 3000 8695.8277 129.0904 6600
- 44000 3000 9843.446 146.82081 6600
- 45000 3000 10998.776 143.2563 6600
- 46000 3000 12138.363 170.04079 6600
- 47000 3000 13412.445 174.29258 6600
- 48000 3000 14479.945 179.49372 6600
- 49000 3000 15616.206 182.18045 6600
- 50000 3000 16633.42 195.0737 6600
-Loop time of 18.5002 on 1 procs for 25000 steps with 3000 atoms
-
-Pair time (%) = 12.0726 (65.2567)
-Neigh time (%) = 1.54973 (8.37683)
-Comm time (%) = 0.540591 (2.92209)
-Outpt time (%) = 0.0597088 (0.322747)
-Other time (%) = 4.27755 (23.1217)
-
-Nlocal: 3000 ave 3000 max 3000 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 747 ave 747 max 747 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 13861 ave 13861 max 13861 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 13861
-Ave neighs/atom = 4.62033
-Neighbor list builds = 807
-Dangerous builds = 0
diff --git a/examples/pour/log.pour.9Jan12.linux.4 b/examples/pour/log.pour.9Jan12.linux.4
deleted file mode 100644
index a2972c834..000000000
--- a/examples/pour/log.pour.9Jan12.linux.4
+++ /dev/null
@@ -1,140 +0,0 @@
-LAMMPS (10 Jan 2012)
-# Pour granular particles into chute container, then induce flow
-
-atom_style sphere
-boundary p p fm
-newton off
-communicate single vel yes
-
-region reg block -10 10 -10 10 -0.5 16 units box
-create_box 1 reg
-Created orthogonal box = (-10 -10 -0.5) to (10 10 16)
- 2 by 2 by 1 MPI processor grid
-
-neighbor 0.2 bin
-neigh_modify delay 0
-
-# IMPORTANT NOTE: these values of stiffness (2000) and timestep (0.001)
-# are used in this example file to produce a quick simulation and movie.
-# More appropriate values for realistic simulations would be
-# k = 2.0e5 and dt = 0.0001, as in bench/in.chute.
-
-pair_style gran/hooke/history 2000.0 NULL 50.0 NULL 0.5 0
-pair_coeff * *
-
-timestep 0.001
-
-fix 1 all nve/sphere
-fix 2 all gravity 1.0 spherical 0.0 -180.0
-fix zlower all wall/gran 2000.0 NULL 50.0 NULL 0.5 0 zplane 0.0 2000.0
-
-region slab block -9.0 9.0 -9.0 9.0 10.0 15.0 units box
-fix ins all pour 3000 1 300719 vol 0.13 50 region slab
-Particle insertion: 402 every 3162 steps, 3000 by step 22135
-
-compute 1 all erotate/sphere
-thermo_style custom step atoms ke c_1 vol
-thermo 1000
-thermo_modify lost ignore norm no
-compute_modify thermo_temp dynamic yes
-
-dump id all atom 1000 dump.pour
-run 25000
-Memory usage per processor = 9.33681 Mbytes
-Step Atoms KinEng 1 Volume
- 0 0 -0 0 6600
- 1000 402 779.98578 0 6600
- 2000 402 1424.4252 0 6600
- 3000 402 1425.0863 12.9927 6600
- 4000 804 1724.8627 47.36161 6600
- 5000 804 1599.9516 63.808734 6600
- 6000 804 1359.1774 63.495338 6600
- 7000 1206 1532.7896 68.602762 6600
- 8000 1206 1403.0157 62.695773 6600
- 9000 1206 1247.1628 52.19506 6600
- 10000 1608 1387.5362 50.008374 6600
- 11000 1608 1228.9965 56.530496 6600
- 12000 1608 1182.7545 41.38682 6600
- 13000 2010 1319.2313 50.362256 6600
- 14000 2010 1190.8341 41.724733 6600
- 15000 2010 988.00931 42.639716 6600
- 16000 2412 1031.9305 42.375533 6600
- 17000 2412 1023.2524 38.401997 6600
- 18000 2412 888.81798 40.234895 6600
- 19000 2814 1013.2166 37.977584 6600
- 20000 2814 961.0454 42.964962 6600
- 21000 2814 756.00399 43.054932 6600
- 22000 2814 503.12293 39.636291 6600
- 23000 3000 412.84921 37.815016 6600
- 24000 3000 353.49951 20.864487 6600
- 25000 3000 222.50381 24.26074 6600
-Loop time of 2.95472 on 4 procs for 25000 steps with 3000 atoms
-
-Pair time (%) = 1.40256 (47.4686)
-Neigh time (%) = 0.270042 (9.13935)
-Comm time (%) = 0.360771 (12.21)
-Outpt time (%) = 0.0365846 (1.23818)
-Other time (%) = 0.88476 (29.9439)
-
-Nlocal: 750 ave 767 max 734 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
-Nghost: 380.5 ave 388 max 372 min
-Histogram: 1 0 0 0 0 1 1 0 0 1
-Neighs: 3552 ave 3598 max 3519 min
-Histogram: 1 0 1 0 1 0 0 0 0 1
-
-Total # of neighbors = 14208
-Ave neighs/atom = 4.736
-Neighbor list builds = 1152
-Dangerous builds = 0
-
-unfix ins
-fix 2 all gravity 1.0 chute 26.0
-run 25000
-Memory usage per processor = 10.1161 Mbytes
-Step Atoms KinEng 1 Volume
- 25000 3000 222.50381 24.26074 6600
- 26000 3000 103.84389 17.673297 6600
- 27000 3000 117.46883 12.700769 6600
- 28000 3000 202.8228 11.854593 6600
- 29000 3000 338.12554 14.379583 6600
- 30000 3000 530.86986 19.321511 6600
- 31000 3000 824.66397 26.939631 6600
- 32000 3000 1155.8653 30.710187 6600
- 33000 3000 1546.6549 39.339113 6600
- 34000 3000 1977.8218 45.981666 6600
- 35000 3000 2493.4385 56.240346 6600
- 36000 3000 3128.6938 61.747587 6600
- 37000 3000 3751.9442 68.433001 6600
- 38000 3000 4449.2141 80.107271 6600
- 39000 3000 5236.7855 88.674736 6600
- 40000 3000 6065.0048 98.949373 6600
- 41000 3000 6988.557 108.17154 6600
- 42000 3000 7978.2872 122.87119 6600
- 43000 3000 9163.9553 140.17673 6600
- 44000 3000 10400.417 145.57715 6600
- 45000 3000 11691.456 177.59735 6600
- 46000 3000 13208.301 188.38293 6600
- 47000 3000 14621.935 175.09272 6600
- 48000 3000 15911.432 200.24219 6600
- 49000 3000 17240.493 211.19416 6600
- 50000 3000 18716.039 229.23732 6600
-Loop time of 5.63779 on 4 procs for 25000 steps with 3000 atoms
-
-Pair time (%) = 3.14085 (55.7107)
-Neigh time (%) = 0.425642 (7.5498)
-Comm time (%) = 0.570795 (10.1244)
-Outpt time (%) = 0.0593259 (1.05229)
-Other time (%) = 1.44118 (25.5628)
-
-Nlocal: 750 ave 767 max 738 min
-Histogram: 1 0 1 0 1 0 0 0 0 1
-Nghost: 403.75 ave 414 max 396 min
-Histogram: 1 1 0 0 0 0 1 0 0 1
-Neighs: 3687.25 ave 3795 max 3643 min
-Histogram: 2 1 0 0 0 0 0 0 0 1
-
-Total # of neighbors = 14749
-Ave neighs/atom = 4.91633
-Neighbor list builds = 832
-Dangerous builds = 0
diff --git a/examples/prd/log.prd.0.9Jan12.linux.4 b/examples/prd/log.prd.0.18Feb13.linux.4
similarity index 81%
rename from examples/prd/log.prd.0.9Jan12.linux.4
rename to examples/prd/log.prd.0.18Feb13.linux.4
index f2ed43e07..d83bfe8c1 100644
--- a/examples/prd/log.prd.0.9Jan12.linux.4
+++ b/examples/prd/log.prd.0.18Feb13.linux.4
@@ -1,630 +1,631 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
Processor partition = 0
# Parallel replica dynamics model for a single vacancy in bulk Si
# events occur when a neighboring atom diffuses to the vacant site
# run this on multiple partitions as
# mpirun -np 4 lmp_g++ -partition 4x1 -in in.prd
#log none
units metal
atom_style atomic
atom_modify map array
boundary p p p
atom_modify sort 0 0.0
# temperature
variable t equal 1800.0
# coordination number cutoff
variable r equal 2.835
# minimization parameters
variable etol equal 1.0e-5
variable ftol equal 1.0e-5
variable maxiter equal 100
variable maxeval equal 100
variable dmax equal 1.0e-1
# diamond unit cell
variable a equal 5.431
lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
Lattice spacing in x,y,z = 5.431 5.431 5.431
region myreg block 0 4 0 4 0 4
create_box 1 myreg
Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
1 by 1 by 1 MPI processor grid
create_atoms 1 region myreg
Created 512 atoms
mass 1 28.06
group Si type 1
512 atoms in group Si
velocity all create $t 5287287 mom yes rot yes dist gaussian
velocity all create 1800 5287287 mom yes rot yes dist gaussian
# make a vacancy
group del id 300
1 atoms in group del
delete_atoms group del
Deleted 1 atoms, new total = 511
pair_style sw
pair_coeff * * Si.sw Si
thermo 10
fix 1 all nvt temp $t $t 0.1
fix 1 all nvt temp 1800 $t 0.1
fix 1 all nvt temp 1800 1800 0.1
timestep 1.0e-3
neighbor 1.0 bin
neigh_modify every 1 delay 10 check yes
# equilibrate
run 100
-Memory usage per processor = 2.02216 Mbytes
+Memory usage per processor = 2.0318 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1802.5039 -2211.666 0 -2092.8401 12351.692
10 996.01982 -2158.3093 0 -2092.649 14285.475
20 590.09928 -2131.1531 0 -2092.2521 12113.964
30 1033.01 -2159.2522 0 -2091.1534 6860.4116
40 724.76581 -2137.281 0 -2089.5025 5999.4372
50 489.66604 -2120.8082 0 -2088.5281 6403.4234
60 960.70653 -2150.7394 0 -2087.407 5687.324
70 908.41498 -2145.7665 0 -2085.8813 8220.9655
80 796.82286 -2137.1227 0 -2084.5941 11307.153
90 1245.9045 -2164.9841 0 -2082.8507 11282.071
100 1083.0647 -2152.0805 0 -2080.682 12015.018
-Loop time of 0.193194 on 1 procs for 100 steps with 511 atoms
+Loop time of 0.199255 on 1 procs for 100 steps with 511 atoms
-Pair time (%) = 0.189124 (97.8932)
-Neigh time (%) = 0.00134206 (0.694669)
-Comm time (%) = 0.000858307 (0.444272)
-Outpt time (%) = 8.13007e-05 (0.0420825)
-Other time (%) = 0.00178862 (0.925814)
+Pair time (%) = 0.19512 (97.9246)
+Neigh time (%) = 0.00134087 (0.67294)
+Comm time (%) = 0.000883102 (0.443202)
+Outpt time (%) = 7.98702e-05 (0.0400844)
+Other time (%) = 0.00183153 (0.91919)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13996 ave 13996 max 13996 min
+FullNghs: 13996 ave 13996 max 13996 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13996
Ave neighs/atom = 27.3894
Neighbor list builds = 2
Dangerous builds = 0
# only output atoms near vacancy
compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
compute patom all pe/atom
compute pe all reduce sum c_patom
compute satom all stress/atom
compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
thermo_style custom step temp pe c_pe press v_press
compute 1 all event/displace 0.5
prd 2000 100 10 10 100 1 54985 temp $t min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
prd 2000 100 10 10 100 1 54985 temp 1800 min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 100 vel all uniform
-WARNING: Resetting reneighboring criteria during PRD (prd.cpp:199)
-Memory usage per processor = 3.73877 Mbytes
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 vel all uniform
+WARNING: Resetting reneighboring criteria during PRD (prd.cpp:201)
+Memory usage per processor = 3.74842 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1083.0647 -2211.0684 -2211.0684 7372.2593 -7372.2593
119 1083.0647 -2211.6557 -2211.6557 7411.1722 -7411.1722
-Loop time of 0.054163 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.054491 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1453.2509 -2126.4979 -2126.4979 16449.583 -16449.583
120 1640.3958 -2113.5727 -2113.5727 18469.616 -18469.616
130 1765.8167 -2109.1554 -2109.1554 19438.152 -19438.152
140 1727.5983 -2102.4557 -2102.4557 18703.763 -18703.763
150 1873.8652 -2105.5049 -2105.5049 18700.015 -18700.015
160 1740.1521 -2099.9445 -2099.9445 17850.695 -17850.695
170 1854.5372 -2101.9702 -2101.9702 17723.367 -17723.367
180 1788.5252 -2099.7644 -2099.7644 17796.757 -17796.757
190 1782.0313 -2097.2111 -2097.2111 17085.932 -17085.932
200 1761.1774 -2093.3215 -2093.3215 16509.756 -16509.756
-Loop time of 0.218796 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.218751 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1761.1774 -2093.3215 -2093.3215 16509.756 -16509.756
110 1739.6511 -2090.6077 -2090.6077 15948.63 -15948.63
120 1712.9864 -2087.5346 -2087.5346 16028.758 -16028.758
130 1632.023 -2080.8455 -2080.8455 16292.761 -16292.761
140 1733.3057 -2086.0742 -2086.0742 15090.31 -15090.31
150 1739.3938 -2084.9124 -2084.9124 15081.918 -15081.918
160 1656.2093 -2077.9071 -2077.9071 16611.003 -16611.003
170 1734.9792 -2081.5311 -2081.5311 16511.598 -16511.598
180 1867.0258 -2088.5786 -2088.5786 16517.663 -16517.663
190 1859.2979 -2086.5014 -2086.5014 15835.134 -15835.134
200 1868.7353 -2085.7395 -2085.7395 15039.302 -15039.302
-Loop time of 0.225404 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.226467 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
200 1868.7353 -2085.7395 -2085.7395 15039.302 -15039.302
216 1868.7353 -2213.2677 -2213.2677 9444.9178 -9444.9178
-Loop time of 0.0421531 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0422311 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
200 1868.7353 -2083.245 -2083.245 15572.348 -15572.348
210 1881.8867 -2082.857 -2082.857 15333.566 -15333.566
220 1935.757 -2085.3056 -2085.3056 15507.872 -15507.872
230 1912.3683 -2082.841 -2082.841 14338.661 -14338.661
240 1753.2588 -2071.6079 -2071.6079 13605.421 -13605.421
250 1728.2117 -2069.2341 -2069.2341 12820.588 -12820.588
260 1835.1212 -2075.4787 -2075.4787 11970.037 -11970.037
270 1760.8425 -2069.7609 -2069.7609 13431.399 -13431.399
280 1819.1145 -2072.7978 -2072.7978 13843.416 -13843.416
290 1931.6502 -2079.3975 -2079.3975 14257.316 -14257.316
300 1991.315 -2082.6543 -2082.6543 15669.782 -15669.782
-Loop time of 0.229863 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.231256 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
300 1991.315 -2082.6543 -2082.6543 15669.782 -15669.782
318 1991.315 -2213.2946 -2213.2946 10290.671 -10290.671
-Loop time of 0.0474689 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.048367 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1991.315 -2082.6543 -2082.6543 15669.782 -15669.782
310 1912.141 -2083.3513 -2083.3513 14100.457 -14100.457
320 1767.1362 -2080.7508 -2080.7508 13738.15 -13738.15
330 1893.2627 -2086.4709 -2086.4709 13308.437 -13308.437
340 1779.3615 -2084.7222 -2084.7222 11290.367 -11290.367
350 1840.5794 -2087.0052 -2087.0052 12245.306 -12245.306
360 1712.927 -2080.8869 -2080.8869 11630.287 -11630.287
370 1795.1829 -2080.1542 -2080.1542 11903.52 -11903.52
380 1828.9719 -2081.6588 -2081.6588 12611.779 -12611.779
390 1860.397 -2085.2626 -2085.2626 11645.979 -11645.979
400 1720.6814 -2079.6644 -2079.6644 10689.828 -10689.828
-Loop time of 0.227062 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.231485 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1720.6814 -2079.6644 -2079.6644 10689.828 -10689.828
310 1717.6388 -2079.0268 -2079.0268 10581.957 -10581.957
320 1789.9235 -2083.2531 -2083.2531 11258.441 -11258.441
330 1764.9794 -2081.0181 -2081.0181 11462.171 -11462.171
340 1726.7798 -2077.8759 -2077.8759 11685.977 -11685.977
350 1794.5158 -2081.6454 -2081.6454 11583.204 -11583.204
360 1808.19 -2081.8003 -2081.8003 12387.732 -12387.732
370 1858.3457 -2084.3825 -2084.3825 13197.68 -13197.68
380 1906.8872 -2086.92 -2086.92 13054.839 -13054.839
390 1848.16 -2082.5114 -2082.5114 13515.286 -13515.286
400 1820.8925 -2080.2663 -2080.2663 13488.79 -13488.79
-Loop time of 0.227389 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.231938 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
400 1820.8925 -2080.2663 -2080.2663 13488.79 -13488.79
417 1820.8925 -2213.2897 -2213.2897 9117.3067 -9117.3067
-Loop time of 0.042871 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0437009 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
400 1820.8925 -2080.2663 -2080.2663 13488.79 -13488.79
410 1847.8771 -2081.6391 -2081.6391 12838.569 -12838.569
420 1782.8346 -2076.9831 -2076.9831 12294.226 -12294.226
430 1758.055 -2074.9742 -2074.9742 11409.107 -11409.107
440 1849.7159 -2080.6063 -2080.6063 11615.729 -11615.729
450 1869.1231 -2081.506 -2081.506 12455.826 -12455.826
460 1790.313 -2075.9994 -2075.9994 13049.633 -13049.633
470 1815.1995 -2077.3516 -2077.3516 13045.061 -13045.061
480 1880.6611 -2081.396 -2081.396 11970.764 -11970.764
490 1815.7853 -2076.9102 -2076.9102 12251.974 -12251.974
500 1864.8064 -2080.0034 -2080.0034 11181.614 -11181.614
-Loop time of 0.229265 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.233857 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
500 1864.8064 -2080.0034 -2080.0034 11181.614 -11181.614
517 1864.8064 -2213.2124 -2213.2124 9411.2128 -9411.2128
-Loop time of 0.0424261 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0432351 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
500 1864.8064 -2080.0034 -2080.0034 11181.614 -11181.614
510 1834.5308 -2077.9186 -2077.9186 12623.531 -12623.531
520 1821.9414 -2077.0496 -2077.0496 13905.708 -13905.708
530 1926.5524 -2083.9748 -2083.9748 14022.223 -14022.223
540 1900.0475 -2082.3932 -2082.3932 13519.516 -13519.516
550 1844.7474 -2079.0522 -2079.0522 13017.172 -13017.172
560 1851.9925 -2079.9135 -2079.9135 12830.136 -12830.136
570 1817.9413 -2078.1133 -2078.1133 12446.332 -12446.332
580 1765.4615 -2075.1011 -2075.1011 11172.734 -11172.734
590 1841.9645 -2080.5964 -2080.5964 11252.344 -11252.344
600 1832.5281 -2080.4681 -2080.4681 13212.158 -13212.158
-Loop time of 0.227968 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.233282 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
600 1832.5281 -2080.4681 -2080.4681 13212.158 -13212.158
619 1832.5281 -2213.2705 -2213.2705 9195.2704 -9195.2704
-Loop time of 0.0435331 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0451121 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
600 1832.5281 -2080.4681 -2080.4681 13212.158 -13212.158
610 1787.5429 -2078.0256 -2078.0256 13240.463 -13240.463
620 1823.7995 -2080.9486 -2080.9486 12375.051 -12375.051
630 1853.2062 -2083.4589 -2083.4589 12983.625 -12983.625
640 1834.2035 -2082.851 -2082.851 13067.13 -13067.13
650 1789.0195 -2080.5378 -2080.5378 12947.796 -12947.796
660 1805.2876 -2082.2756 -2082.2756 12528.317 -12528.317
670 1839.5253 -2085.2087 -2085.2087 12508.998 -12508.998
680 1819.135 -2084.6004 -2084.6004 12615.631 -12615.631
690 1742.0477 -2080.2199 -2080.2199 12867.541 -12867.541
700 1771.846 -2082.8491 -2082.8491 11627.605 -11627.605
-Loop time of 0.226393 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.232503 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
700 1771.846 -2082.8491 -2082.8491 11627.605 -11627.605
716 1771.846 -2213.2414 -2213.2414 8780.9495 -8780.9495
-Loop time of 0.0363538 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.036931 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
700 1771.846 -2088.3939 -2088.3939 12152.346 -12152.346
710 1762.7562 -2088.4048 -2088.4048 11588.828 -11588.828
720 1677.307 -2083.3065 -2083.3065 10323.038 -10323.038
730 1638.8947 -2081.1322 -2081.1322 10662.708 -10662.708
740 1733.4188 -2087.5736 -2087.5736 11190.078 -11190.078
750 1745.235 -2088.4473 -2088.4473 12275.541 -12275.541
760 1799.948 -2092.108 -2092.108 13287.26 -13287.26
770 1805.9054 -2092.5319 -2092.5319 14221.436 -14221.436
780 1802.4038 -2092.3583 -2092.3583 13453.411 -13453.411
790 1728.5017 -2087.5173 -2087.5173 12749.412 -12749.412
800 1695.7727 -2085.3213 -2085.3213 12245.9 -12245.9
-Loop time of 0.226539 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.230922 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
800 1695.7727 -2085.3213 -2085.3213 12245.9 -12245.9
817 1695.7727 -2213.2643 -2213.2643 8256.0666 -8256.0666
-Loop time of 0.045238 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0461409 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1695.7727 -2085.3213 -2085.3213 12245.9 -12245.9
810 1723.8878 -2077.4775 -2077.4775 14056.576 -14056.576
820 1819.4569 -2078.5591 -2078.5591 14126.224 -14126.224
830 1857.684 -2082.1666 -2082.1666 13988.119 -13988.119
840 1817.2451 -2083.1231 -2083.1231 13507.31 -13507.31
850 1801.7367 -2083.0485 -2083.0485 13398.987 -13398.987
860 1800.2129 -2082.8677 -2082.8677 13538.068 -13538.068
870 1829.4598 -2084.6232 -2084.6232 13353.506 -13353.506
880 1713.8058 -2078.7287 -2078.7287 12668.351 -12668.351
890 1801.1051 -2078.5303 -2078.5303 12620.955 -12620.955
900 1878.837 -2083.4562 -2083.4562 12162.469 -12162.469
-Loop time of 0.227415 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.232426 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1878.837 -2083.4562 -2083.4562 12162.469 -12162.469
810 1875.9494 -2083.067 -2083.067 12404.086 -12404.086
820 1765.2324 -2075.6435 -2075.6435 12708.749 -12708.749
830 1805.1712 -2078.1447 -2078.1447 12187.198 -12187.198
840 1899.9714 -2084.2726 -2084.2726 12555.644 -12555.644
850 1823.6926 -2079.2062 -2079.2062 12933.086 -12933.086
860 1809.2646 -2078.2623 -2078.2623 11742.131 -11742.131
870 1909.7967 -2084.9627 -2084.9627 11229.754 -11229.754
880 1764.4244 -2075.5143 -2075.5143 11457.095 -11457.095
890 1771.6808 -2076.1399 -2076.1399 11453.854 -11453.854
900 1865.5698 -2082.4582 -2082.4582 11659.558 -11659.558
-Loop time of 0.227548 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.234094 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
900 1865.5698 -2082.4582 -2082.4582 11659.558 -11659.558
919 1865.5698 -2213.3124 -2213.3124 9426.4803 -9426.4803
-Loop time of 0.048948 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.049902 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
900 1865.5698 -2081.8053 -2081.8053 13628.128 -13628.128
910 1841.8133 -2080.4515 -2080.4515 13654.3 -13654.3
920 1749.7144 -2074.6188 -2074.6188 12839.204 -12839.204
930 1821.6017 -2079.6013 -2079.6013 12167.782 -12167.782
940 1780.9248 -2077.1578 -2077.1578 12235.554 -12235.554
950 1762.8345 -2076.2012 -2076.2012 11833.919 -11833.919
960 1806.203 -2079.2727 -2079.2727 12022.387 -12022.387
970 1804.2459 -2079.3716 -2079.3716 12365.406 -12365.406
980 1761.8387 -2076.7964 -2076.7964 12458.703 -12458.703
990 1836.2958 -2081.9304 -2081.9304 12598.164 -12598.164
1000 1865.0257 -2084.1008 -2084.1008 13918.459 -13918.459
-Loop time of 0.227442 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.232142 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1000 1865.0257 -2084.1008 -2084.1008 13918.459 -13918.459
1017 1865.0257 -2213.2668 -2213.2668 9416.317 -9416.317
-Loop time of 0.042254 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.044035 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1865.0257 -2084.1008 -2084.1008 13918.459 -13918.459
1010 1761.782 -2083.3408 -2083.3408 12613.089 -12613.089
1020 1770.1696 -2081.6751 -2081.6751 12434.518 -12434.518
1030 1768.5769 -2079.8994 -2079.8994 12854.085 -12854.085
1040 1792.1357 -2079.6761 -2079.6761 12773.174 -12773.174
1050 1806.4749 -2080.3993 -2080.3993 13958.637 -13958.637
1060 1845.1324 -2083.7096 -2083.7096 13427.182 -13427.182
1070 1876.1853 -2089.1565 -2089.1565 12775.944 -12775.944
1080 1765.8044 -2087.3727 -2087.3727 12387.705 -12387.705
1090 1838.2298 -2090.426 -2090.426 12939.571 -12939.571
1100 1704.553 -2084.6714 -2084.6714 12988.172 -12988.172
-Loop time of 0.225438 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.233263 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1704.553 -2084.6714 -2084.6714 12988.172 -12988.172
1010 1772.8609 -2089.6666 -2089.6666 12540.188 -12540.188
1020 1770.1379 -2089.9786 -2089.9786 12184.488 -12184.488
1030 1656.6786 -2082.9255 -2082.9255 12022.316 -12022.316
1040 1702.4827 -2086.2684 -2086.2684 10641.654 -10641.654
1050 1674.8977 -2084.6421 -2084.6421 11257.979 -11257.979
1060 1676.1205 -2084.7766 -2084.7766 12111.764 -12111.764
1070 1778.8497 -2091.4724 -2091.4724 12971.534 -12971.534
1080 1779.3081 -2091.3613 -2091.3613 12566.776 -12566.776
1090 1668.192 -2083.8243 -2083.8243 12813.326 -12813.326
1100 1754.5887 -2089.1711 -2089.1711 13090.818 -13090.818
-Loop time of 0.226201 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.230267 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1100 1754.5887 -2089.1711 -2089.1711 13090.818 -13090.818
1116 1754.5887 -2213.2659 -2213.2659 8660.0106 -8660.0106
-Loop time of 0.0410688 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.041208 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1100 1754.5887 -2089.1711 -2089.1711 13090.818 -13090.818
1110 1848.3952 -2094.8662 -2094.8662 12871.151 -12871.151
1120 1738.0586 -2087.0603 -2087.0603 13998.616 -13998.616
1130 1728.3695 -2085.8036 -2085.8036 14319.362 -14319.362
1140 1841.826 -2092.4967 -2092.4967 13691.837 -13691.837
1150 1797.9782 -2088.7251 -2088.7251 13942.683 -13942.683
1160 1783.6033 -2086.8622 -2086.8622 13738.416 -13738.416
1170 1807.3027 -2087.4147 -2087.4147 13420.976 -13420.976
1180 1815.9792 -2086.9303 -2086.9303 12722.057 -12722.057
1190 1739.4179 -2080.8105 -2080.8105 12854.023 -12854.023
1200 1761.8697 -2081.1857 -2081.1857 12092.665 -12092.665
-Loop time of 0.226756 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.227404 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1200 1761.8697 -2081.1857 -2081.1857 12092.665 -12092.665
1218 1761.8697 -2213.3017 -2213.3017 8713.6317 -8713.6317
-Loop time of 0.047081 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0471811 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1200 1761.8697 -2081.1857 -2081.1857 12092.665 -12092.665
1210 1760.7244 -2079.9528 -2079.9528 12012.593 -12012.593
1220 1752.9287 -2078.2871 -2078.2871 11916.806 -11916.806
1230 1838.3629 -2082.7918 -2082.7918 12841.149 -12841.149
1240 1870.3467 -2083.881 -2083.881 13974.686 -13974.686
1250 1781.4455 -2077.1866 -2077.1866 13743.967 -13743.967
1260 1829.5891 -2079.6638 -2079.6638 12847.61 -12847.61
1270 1859.3421 -2081.0235 -2081.0235 12227.579 -12227.579
1280 1778.2976 -2075.2099 -2075.2099 12092.041 -12092.041
1290 1802.5006 -2076.4007 -2076.4007 12166.805 -12166.805
1300 1858.5552 -2079.7352 -2079.7352 12469.68 -12469.68
-Loop time of 0.228955 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.22974 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1300 1858.5552 -2079.7352 -2079.7352 12469.68 -12469.68
1319 1858.5552 -2213.2905 -2213.2905 9377.5263 -9377.5263
-Loop time of 0.0523891 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0523369 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1300 1858.5552 -2079.7352 -2079.7352 12469.68 -12469.68
1310 1883.892 -2081.1414 -2081.1414 13154.969 -13154.969
1320 1918.1413 -2083.2747 -2083.2747 14133.403 -14133.403
1330 1939.2365 -2084.7147 -2084.7147 14302.027 -14302.027
1340 1866.4525 -2080.1222 -2080.1222 14374.257 -14374.257
1350 1810.4562 -2076.7079 -2076.7079 12997.156 -12997.156
1360 1814.6292 -2077.2746 -2077.2746 11910.098 -11910.098
1370 1755.1167 -2073.6137 -2073.6137 11855.888 -11855.888
1380 1782.5531 -2075.6399 -2075.6399 12156.35 -12156.35
1390 1816.7724 -2078.0849 -2078.0849 12765.305 -12765.305
1400 1837.2515 -2079.6383 -2079.6383 13124.564 -13124.564
-Loop time of 0.226615 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.22733 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1400 1837.2515 -2079.6383 -2079.6383 13124.564 -13124.564
1418 1837.2515 -2213.2909 -2213.2909 9231.4256 -9231.4256
-Loop time of 0.045079 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.045197 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1400 1837.2515 -2083.1407 -2083.1407 12986.943 -12986.943
1410 1822.713 -2082.4248 -2082.4248 14004.789 -14004.789
1420 1832.5229 -2083.3398 -2083.3398 15470.52 -15470.52
1430 1914.5807 -2089.0996 -2089.0996 15354.125 -15354.125
1440 1857.9286 -2085.8454 -2085.8454 13988.104 -13988.104
1450 1754.4226 -2079.5406 -2079.5406 13819.892 -13819.892
1460 1818.444 -2084.2673 -2084.2673 12996.924 -12996.924
1470 1825.4699 -2085.2741 -2085.2741 12289.466 -12289.466
1480 1723.4843 -2079.0743 -2079.0743 12726.17 -12726.17
1490 1818.4232 -2085.8377 -2085.8377 12243.424 -12243.424
1500 1808.3404 -2085.6948 -2085.6948 11928.53 -11928.53
-Loop time of 0.228456 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.229424 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1500 1808.3404 -2085.6948 -2085.6948 11928.53 -11928.53
1519 1808.3404 -2213.302 -2213.302 9037.7704 -9037.7704
-Loop time of 0.051872 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.05199 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1500 1808.3404 -2088.1491 -2088.1491 13315.668 -13315.668
1510 1935.1323 -2097.1896 -2097.1896 13464.858 -13464.858
1520 1678.3356 -2081.0029 -2081.0029 13813.289 -13813.289
1530 1740.6495 -2085.7701 -2085.7701 12852.328 -12852.328
1540 1858.7458 -2094.2425 -2094.2425 11105.92 -11105.92
1550 1599.0288 -2077.7804 -2077.7804 10438.389 -10438.389
1560 1555.965 -2075.3756 -2075.3756 11066.476 -11066.476
1570 1782.1645 -2090.5618 -2090.5618 11513.89 -11513.89
1580 1639.6945 -2081.3242 -2081.3242 13028.031 -13028.031
1590 1706.6709 -2085.7625 -2085.7625 13989.78 -13989.78
1600 2022.0741 -2106.5216 -2106.5216 14373.472 -14373.472
-Loop time of 0.226932 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.228021 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1600 2022.0741 -2106.5216 -2106.5216 14373.472 -14373.472
1617 2022.0741 -2213.2036 -2213.2036 10476.808 -10476.808
-Loop time of 0.0423861 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0426509 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 2022.0741 -2106.5216 -2106.5216 14373.472 -14373.472
1610 1709.9018 -2082.1738 -2082.1738 11779.399 -11779.399
1620 1843.2806 -2085.0227 -2085.0227 12079.368 -12079.368
1630 1781.7944 -2083.8272 -2083.8272 11339.308 -11339.308
1640 1858.9199 -2087.7445 -2087.7445 11680.172 -11680.172
1650 1676.4808 -2079.6354 -2079.6354 10807.862 -10807.862
1660 1784.4381 -2078.5909 -2078.5909 10825.528 -10825.528
1670 1797.7974 -2078.4044 -2078.4044 11402.613 -11402.613
1680 1832.5315 -2080.5079 -2080.5079 12031.263 -12031.263
1690 1859.9425 -2084.4511 -2084.4511 12027.239 -12027.239
1700 1746.6608 -2080.9402 -2080.9402 11194.592 -11194.592
-Loop time of 0.226488 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.227506 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 1746.6608 -2080.9402 -2080.9402 11194.592 -11194.592
1610 1719.0554 -2079.054 -2079.054 11178.847 -11178.847
1620 1785.874 -2083.3136 -2083.3136 11151.584 -11151.584
1630 1709.212 -2078.0262 -2078.0262 11909.487 -11909.487
1640 1724.909 -2078.7337 -2078.7337 12338.207 -12338.207
1650 1851.0445 -2086.6016 -2086.6016 13182.101 -13182.101
1660 1877.9938 -2087.9289 -2087.9289 13545.96 -13545.96
1670 1859.7098 -2086.3587 -2086.3587 13586.735 -13586.735
1680 1856.0077 -2085.8266 -2085.8266 13326.439 -13326.439
1690 1852.5537 -2085.3781 -2085.3781 12829.132 -12829.132
1700 1781.9012 -2080.5479 -2080.5479 11799.182 -11799.182
-Loop time of 0.22924 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.23015 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1700 1781.9012 -2080.5479 -2080.5479 11799.182 -11799.182
1719 1781.9012 -2213.2828 -2213.2828 8850.0906 -8850.0906
-Loop time of 0.04285 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0428729 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1700 1781.9012 -2080.5479 -2080.5479 11799.182 -11799.182
1710 1744.9008 -2077.9268 -2077.9268 11732.091 -11732.091
1720 1752.0816 -2078.1361 -2078.1361 11741.531 -11741.531
1730 1828.2888 -2082.842 -2082.842 11720.773 -11720.773
1740 1786.3351 -2079.7361 -2079.7361 12450.459 -12450.459
1750 1778.8339 -2078.8936 -2078.8936 13103.956 -13103.956
1760 1869.5607 -2084.4952 -2084.4952 13328.105 -13328.105
1770 1901.6696 -2086.2777 -2086.2777 13723.6 -13723.6
1780 1863.4556 -2083.5556 -2083.5556 14468.139 -14468.139
1790 1783.3884 -2078.1381 -2078.1381 14221.764 -14221.764
1800 1808.5452 -2079.6622 -2079.6622 12177.545 -12177.545
-Loop time of 0.227876 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.228004 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1800 1808.5452 -2079.6622 -2079.6622 12177.545 -12177.545
1819 1808.5452 -2213.309 -2213.309 9036.9782 -9036.9782
-Loop time of 0.0527811 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0528128 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1800 1808.5452 -2076.1141 -2076.1141 12641.91 -12641.91
1810 1782.0254 -2074.2029 -2074.2029 11987.656 -11987.656
1820 1834.1279 -2077.4569 -2077.4569 11478.352 -11478.352
1830 1791.6785 -2074.4904 -2074.4904 11268.276 -11268.276
1840 1710.0109 -2068.909 -2068.909 10673.193 -10673.193
1850 1793.8245 -2074.1497 -2074.1497 11497.954 -11497.954
1860 1876.3222 -2079.2504 -2079.2504 12338.777 -12338.777
1870 1854.3831 -2077.5204 -2077.5204 13414.981 -13414.981
1880 1873.4141 -2078.5705 -2078.5705 13586.534 -13586.534
1890 1905.1875 -2080.5343 -2080.5343 13730.745 -13730.745
1900 1928.0686 -2082.0735 -2082.0735 13195.816 -13195.816
-Loop time of 0.228732 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.229921 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1900 1928.0686 -2082.0735 -2082.0735 13195.816 -13195.816
1920 1928.0686 -2213.2849 -2213.2849 9852.9888 -9852.9888
-Loop time of 0.0546579 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0549979 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1928.0686 -2082.0735 -2082.0735 13195.816 -13195.816
1910 1792.83 -2084.9923 -2084.9923 14194.264 -14194.264
1920 1848.1085 -2088.3062 -2088.3062 14021.427 -14021.427
1930 1801.6152 -2088.6097 -2088.6097 12402.211 -12402.211
1940 1728.0714 -2084.0635 -2084.0635 12172.687 -12172.687
1950 1873.5978 -2089.1424 -2089.1424 12450.15 -12450.15
1960 1750.3387 -2086.13 -2086.13 11887.665 -11887.665
1970 1810.8301 -2087.1529 -2087.1529 12874.661 -12874.661
1980 1698.2365 -2080.73 -2080.73 12126.298 -12126.298
1990 1825.6087 -2082.7204 -2082.7204 12862.535 -12862.535
2000 1743.674 -2079.3142 -2079.3142 12724.32 -12724.32
-Loop time of 0.225392 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.226812 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1743.674 -2079.3142 -2079.3142 12724.32 -12724.32
1910 1792.7661 -2082.8528 -2082.8528 12367.878 -12367.878
1920 1800.2311 -2083.6545 -2083.6545 11883.087 -11883.087
1930 1804.2647 -2084.2645 -2084.2645 12020.625 -12020.625
1940 1854.7421 -2088.0162 -2088.0162 12265.553 -12265.553
1950 1748.1756 -2081.4807 -2081.4807 12398.959 -12398.959
1960 1715.3022 -2079.7847 -2079.7847 11986.482 -11986.482
1970 1809.2371 -2086.4247 -2086.4247 11679.461 -11679.461
1980 1800.4344 -2086.3399 -2086.3399 12025.457 -12025.457
1990 1697.0311 -2080.0216 -2080.0216 12687.338 -12687.338
2000 1742.3339 -2083.4435 -2083.4435 11879.588 -11879.588
-Loop time of 0.225257 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.226868 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2000 1742.3339 -2083.4435 -2083.4435 11879.588 -11879.588
2019 1742.3339 -2213.2888 -2213.2888 8577.2768 -8577.2768
-Loop time of 0.05128 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0516479 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2000 1742.3339 -2083.4435 -2083.4435 11879.588 -11879.588
2010 1819.1825 -2088.9481 -2088.9481 10969.804 -10969.804
2020 1688.1794 -2080.7333 -2080.7333 12075.819 -12075.819
2030 1742.9277 -2084.7042 -2084.7042 12353.472 -12353.472
2040 1852.3585 -2092.2678 -2092.2678 12215.689 -12215.689
2050 1752.6535 -2086.0967 -2086.0967 12274.557 -12274.557
2060 1678.177 -2081.5424 -2081.5424 12559.192 -12559.192
2070 1796.9922 -2089.6689 -2089.6689 12144.946 -12144.946
2080 1801.5169 -2090.2547 -2090.2547 12446.852 -12446.852
2090 1759.1092 -2087.7653 -2087.7653 12345.933 -12345.933
2100 1761.5053 -2088.2279 -2088.2279 12750.987 -12750.987
-Loop time of 0.228941 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.34912 Mbytes
+Loop time of 0.230455 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2100 1761.5053 -2088.2279 -2088.2279 12750.987 -12750.987
2117 1761.5053 -2213.3069 -2213.3069 8711.9275 -8711.9275
-Loop time of 0.0467501 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.66248 Mbytes
+Loop time of 0.0469959 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2100 1761.5053 -2081.5748 -2081.5748 11355.026 -11355.026
-Loop time of 7.15226 on 1 procs for 17 steps with 511 atoms
+Loop time of 7.17835 on 1 procs for 17 steps with 511 atoms
PRD stats:
- Dephase time (%) = 1.35059 (18.8834)
- Dynamics time (%) = 4.55177 (63.6411)
- Quench time (%) = 0.919441 (12.8553)
- Other time (%) = 0.0736308 (1.02948)
+ Dephase time (%) = 1.37024 (19.0885)
+ Dynamics time (%) = 4.60404 (64.1379)
+ Quench time (%) = 0.929547 (12.9493)
+ Other time (%) = 0.0735519 (1.02463)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13354 ave 13354 max 13354 min
+FullNghs: 13354 ave 13354 max 13354 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13354
Ave neighs/atom = 26.1331
Neighbor list builds = 96
Dangerous builds = 0
diff --git a/examples/prd/log.prd.1.9Jan12.linux.4 b/examples/prd/log.prd.1.18Feb13.linux.4
similarity index 81%
rename from examples/prd/log.prd.1.9Jan12.linux.4
rename to examples/prd/log.prd.1.18Feb13.linux.4
index f2a39a416..6392bdc90 100644
--- a/examples/prd/log.prd.1.9Jan12.linux.4
+++ b/examples/prd/log.prd.1.18Feb13.linux.4
@@ -1,630 +1,631 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
Processor partition = 1
# Parallel replica dynamics model for a single vacancy in bulk Si
# events occur when a neighboring atom diffuses to the vacant site
# run this on multiple partitions as
# mpirun -np 4 lmp_g++ -partition 4x1 -in in.prd
#log none
units metal
atom_style atomic
atom_modify map array
boundary p p p
atom_modify sort 0 0.0
# temperature
variable t equal 1800.0
# coordination number cutoff
variable r equal 2.835
# minimization parameters
variable etol equal 1.0e-5
variable ftol equal 1.0e-5
variable maxiter equal 100
variable maxeval equal 100
variable dmax equal 1.0e-1
# diamond unit cell
variable a equal 5.431
lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
Lattice spacing in x,y,z = 5.431 5.431 5.431
region myreg block 0 4 0 4 0 4
create_box 1 myreg
Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
1 by 1 by 1 MPI processor grid
create_atoms 1 region myreg
Created 512 atoms
mass 1 28.06
group Si type 1
512 atoms in group Si
velocity all create $t 5287287 mom yes rot yes dist gaussian
velocity all create 1800 5287287 mom yes rot yes dist gaussian
# make a vacancy
group del id 300
1 atoms in group del
delete_atoms group del
Deleted 1 atoms, new total = 511
pair_style sw
pair_coeff * * Si.sw Si
thermo 10
fix 1 all nvt temp $t $t 0.1
fix 1 all nvt temp 1800 $t 0.1
fix 1 all nvt temp 1800 1800 0.1
timestep 1.0e-3
neighbor 1.0 bin
neigh_modify every 1 delay 10 check yes
# equilibrate
run 100
-Memory usage per processor = 2.02216 Mbytes
+Memory usage per processor = 2.0318 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1802.5039 -2211.666 0 -2092.8401 12351.692
10 996.01982 -2158.3093 0 -2092.649 14285.475
20 590.09928 -2131.1531 0 -2092.2521 12113.964
30 1033.01 -2159.2522 0 -2091.1534 6860.4116
40 724.76581 -2137.281 0 -2089.5025 5999.4372
50 489.66604 -2120.8082 0 -2088.5281 6403.4234
60 960.70653 -2150.7394 0 -2087.407 5687.324
70 908.41498 -2145.7665 0 -2085.8813 8220.9655
80 796.82286 -2137.1227 0 -2084.5941 11307.153
90 1245.9045 -2164.9841 0 -2082.8507 11282.071
100 1083.0647 -2152.0805 0 -2080.682 12015.018
-Loop time of 0.199531 on 1 procs for 100 steps with 511 atoms
+Loop time of 0.194795 on 1 procs for 100 steps with 511 atoms
-Pair time (%) = 0.195381 (97.92)
-Neigh time (%) = 0.00138903 (0.696146)
-Comm time (%) = 0.000852823 (0.427414)
-Outpt time (%) = 6.96182e-05 (0.034891)
-Other time (%) = 0.00183868 (0.921504)
+Pair time (%) = 0.190662 (97.8783)
+Neigh time (%) = 0.00133681 (0.686267)
+Comm time (%) = 0.000878572 (0.451024)
+Outpt time (%) = 7.72476e-05 (0.0396559)
+Other time (%) = 0.00184035 (0.944765)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13996 ave 13996 max 13996 min
+FullNghs: 13996 ave 13996 max 13996 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13996
Ave neighs/atom = 27.3894
Neighbor list builds = 2
Dangerous builds = 0
# only output atoms near vacancy
compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
compute patom all pe/atom
compute pe all reduce sum c_patom
compute satom all stress/atom
compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
thermo_style custom step temp pe c_pe press v_press
compute 1 all event/displace 0.5
prd 2000 100 10 10 100 1 54985 temp $t min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
prd 2000 100 10 10 100 1 54985 temp 1800 min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 100 vel all uniform
-WARNING: Resetting reneighboring criteria during PRD (prd.cpp:199)
-Memory usage per processor = 3.73877 Mbytes
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 vel all uniform
+WARNING: Resetting reneighboring criteria during PRD (prd.cpp:201)
+Memory usage per processor = 3.74842 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1083.0647 -2211.0684 -2211.0684 7372.2593 -7372.2593
119 1083.0647 -2211.6557 -2211.6557 7411.1722 -7411.1722
-Loop time of 0.05426 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0537591 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1407.6264 -2123.5255 -2123.5255 16796.664 -16796.664
120 1740.5244 -2117.1258 -2117.1258 18709.166 -18709.166
130 1713.1995 -2109.2989 -2109.2989 18919.818 -18919.818
140 1779.4809 -2106.0183 -2106.0183 18935.633 -18935.633
150 1774.6703 -2102.5814 -2102.5814 18566.259 -18566.259
160 1764.4555 -2098.5966 -2098.5966 18247.113 -18247.113
170 1807.273 -2097.5073 -2097.5073 19262.305 -19262.305
180 1802.9051 -2096.2207 -2096.2207 18967.398 -18967.398
190 1818.8653 -2096.042 -2096.042 18419.673 -18419.673
200 1807.602 -2095.1974 -2095.1974 18165.399 -18165.399
-Loop time of 0.219425 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.21852 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1807.602 -2095.1974 -2095.1974 18165.399 -18165.399
110 1745.3032 -2089.8161 -2089.8161 17154.684 -17154.684
120 1759.657 -2089.5011 -2089.5011 15296.251 -15296.251
130 1716.433 -2085.3645 -2085.3645 14320.132 -14320.132
140 1665.0731 -2080.6773 -2080.6773 13663.224 -13663.224
150 1673.2986 -2079.8264 -2079.8264 13049.78 -13049.78
160 1748.3061 -2083.2698 -2083.2698 13797.007 -13797.007
170 1765.6267 -2082.8476 -2082.8476 15017.251 -15017.251
180 1819.2949 -2084.8604 -2084.8604 15341.074 -15341.074
190 1856.6017 -2085.841 -2085.841 15232.338 -15232.338
200 1837.7362 -2083.245 -2083.245 15359.444 -15359.444
-Loop time of 0.227457 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228085 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
200 1837.7362 -2083.245 -2083.245 15359.444 -15359.444
222 1837.7362 -2213.2958 -2213.2958 9231.1053 -9231.1053
-Loop time of 0.051192 on 1 procs for 22 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0511508 on 1 procs for 22 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
200 1837.7362 -2083.245 -2083.245 15359.444 -15359.444
210 1840.6293 -2082.2033 -2082.2033 14844.948 -14844.948
220 1876.4513 -2083.4211 -2083.4211 14044.573 -14044.573
230 1830.1329 -2079.331 -2079.331 13271.066 -13271.066
240 1796.9539 -2076.207 -2076.207 13181.701 -13181.701
250 1815.7837 -2076.5264 -2076.5264 13920.64 -13920.64
260 1864.2627 -2078.8288 -2078.8288 14446.65 -14446.65
270 1823.3876 -2075.3079 -2075.3079 14537.612 -14537.612
280 1819.1185 -2074.2612 -2074.2612 14161.795 -14161.795
290 1917.7731 -2080.0422 -2080.0422 14106.458 -14106.458
300 1873.3899 -2076.5024 -2076.5024 15178.622 -15178.622
-Loop time of 0.227711 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.22907 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
300 1873.3899 -2076.5024 -2076.5024 15178.622 -15178.622
320 1873.3899 -2213.3069 -2213.3069 9479.7746 -9479.7746
-Loop time of 0.0571289 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0571311 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1873.3899 -2076.5024 -2076.5024 15178.622 -15178.622
310 1774.8865 -2074.3353 -2074.3353 15109.591 -15109.591
320 1909.8713 -2081.0651 -2081.0651 14297.983 -14297.983
330 1831.1736 -2082.648 -2082.648 13911.946 -13911.946
340 1782.9014 -2081.0633 -2081.0633 12948.277 -12948.277
350 1824.5061 -2082.2008 -2082.2008 12862.649 -12862.649
360 1872.7321 -2086.5367 -2086.5367 12420.995 -12420.995
370 1688.5932 -2078.7564 -2078.7564 11683.93 -11683.93
380 1864.9804 -2082.5641 -2082.5641 11669.845 -11669.845
390 1781.3406 -2080.8891 -2080.8891 11392.404 -11392.404
400 1754.9942 -2077.4471 -2077.4471 11538.936 -11538.936
-Loop time of 0.227479 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.228898 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1754.9942 -2077.4471 -2077.4471 11538.936 -11538.936
310 1849.1709 -2083.1493 -2083.1493 11171.322 -11171.322
320 1830.1419 -2081.4047 -2081.4047 11369.031 -11369.031
330 1763.0288 -2076.5299 -2076.5299 12094.669 -12094.669
340 1878.1833 -2083.6662 -2083.6662 13264.506 -13264.506
350 1917.2697 -2085.8435 -2085.8435 13291.842 -13291.842
360 1795.9824 -2077.5749 -2077.5749 13016.539 -13016.539
370 1837.3619 -2080.0809 -2080.0809 11654.708 -11654.708
380 1885.8321 -2083.0993 -2083.0993 10923.765 -10923.765
390 1745.3951 -2073.7224 -2073.7224 11432.075 -11432.075
400 1739.6563 -2073.1992 -2073.1992 10901.087 -10901.087
-Loop time of 0.227269 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228805 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
400 1739.6563 -2073.1992 -2073.1992 10901.087 -10901.087
420 1739.6563 -2213.2706 -2213.2706 8556.9364 -8556.9364
-Loop time of 0.0570951 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.057143 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
400 1739.6563 -2073.1992 -2073.1992 10901.087 -10901.087
410 1865.528 -2081.2965 -2081.2965 11369.72 -11369.72
420 1817.039 -2077.9231 -2077.9231 12284.358 -12284.358
430 1841.0037 -2079.3779 -2079.3779 12199.662 -12199.662
440 1933.3949 -2085.4168 -2085.4168 12571.997 -12571.997
450 1824.2691 -2078.3022 -2078.3022 12475.107 -12475.107
460 1742.7526 -2073.0352 -2073.0352 13123.36 -13123.36
470 1904.6385 -2083.8117 -2083.8117 12367.287 -12367.287
480 1900.8084 -2083.7693 -2083.7693 11586.764 -11586.764
490 1765.8738 -2075.1817 -2075.1817 11148.626 -11148.626
500 1818.1562 -2078.9363 -2078.9363 11026.721 -11026.721
-Loop time of 0.226688 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228196 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
500 1818.1562 -2078.9363 -2078.9363 11026.721 -11026.721
520 1818.1562 -2213.3028 -2213.3028 9100.7638 -9100.7638
-Loop time of 0.0549002 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0550539 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
500 1818.1562 -2078.9363 -2078.9363 11026.721 -11026.721
510 1855.4317 -2081.7363 -2081.7363 10646.37 -10646.37
520 1767.2976 -2076.3 -2076.3 11298.884 -11298.884
530 1800.7868 -2078.8762 -2078.8762 10799.285 -10799.285
540 1817.9627 -2080.3797 -2080.3797 10703.952 -10703.952
550 1790.4703 -2078.9532 -2078.9532 11128.572 -11128.572
560 1808.189 -2080.5096 -2080.5096 10652.116 -10652.116
570 1830.4747 -2082.3843 -2082.3843 10627.271 -10627.271
580 1816.8801 -2081.9375 -2081.9375 10664.365 -10664.365
590 1746.6186 -2077.7546 -2077.7546 11742.416 -11742.416
600 1761.9264 -2079.1576 -2079.1576 12420.9 -12420.9
-Loop time of 0.227686 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229456 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
600 1761.9264 -2079.1576 -2079.1576 12420.9 -12420.9
620 1761.9264 -2213.3164 -2213.3164 8715.1081 -8715.1081
-Loop time of 0.050616 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.050993 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
600 1761.9264 -2079.1576 -2079.1576 12420.9 -12420.9
610 1830.7639 -2084.073 -2084.073 11771.278 -11771.278
620 1769.7037 -2080.4252 -2080.4252 11979.886 -11979.886
630 1822.9172 -2084.3132 -2084.3132 11300.932 -11300.932
640 1824.3493 -2084.8166 -2084.8166 10829.863 -10829.863
650 1733.4412 -2079.2284 -2079.2284 11599.031 -11599.031
660 1789.5315 -2083.281 -2083.281 12317.055 -12317.055
670 1854.9044 -2087.957 -2087.957 12396.242 -12396.242
680 1770.0585 -2082.762 -2082.762 12312.359 -12312.359
690 1791.3498 -2084.5474 -2084.5474 11710.405 -11710.405
700 1879.1336 -2090.7525 -2090.7525 10706.781 -10706.781
-Loop time of 0.227343 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228524 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
700 1879.1336 -2090.7525 -2090.7525 10706.781 -10706.781
718 1879.1336 -2213.3003 -2213.3003 9517.1887 -9517.1887
-Loop time of 0.046087 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.046026 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
700 1879.1336 -2088.3939 -2088.3939 12889.204 -12889.204
710 1814.1237 -2084.5974 -2084.5974 12285.032 -12285.032
720 1755.5486 -2081.2365 -2081.2365 12206.775 -12206.775
730 1775.9721 -2083.0461 -2083.0461 12733.094 -12733.094
740 1774.9985 -2083.4078 -2083.4078 12653.923 -12653.923
750 1775.7013 -2083.8599 -2083.8599 12379.764 -12379.764
760 1776.7454 -2084.2994 -2084.2994 12627.379 -12627.379
770 1819.9834 -2087.5129 -2087.5129 11631.061 -11631.061
780 1809.3834 -2087.2039 -2087.2039 11047.665 -11047.665
790 1714.0167 -2081.2937 -2081.2937 11340.179 -11340.179
800 1712.7589 -2081.4883 -2081.4883 11330.776 -11330.776
-Loop time of 0.227306 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228822 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
800 1712.7589 -2081.4883 -2081.4883 11330.776 -11330.776
818 1712.7589 -2213.2955 -2213.2955 8376.1803 -8376.1803
-Loop time of 0.0474691 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0475512 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1712.7589 -2081.4883 -2081.4883 11330.776 -11330.776
810 1792.7684 -2082.4358 -2082.4358 13429.873 -13429.873
820 1739.1918 -2078.6129 -2078.6129 13178.104 -13178.104
830 1864.638 -2083.0747 -2083.0747 12836.897 -12836.897
840 1765.781 -2081.0309 -2081.0309 13384.756 -13384.756
850 1752.7636 -2078.0967 -2078.0967 14021.396 -14021.396
860 1855.6782 -2081.935 -2081.935 13079.266 -13079.266
870 1819.6679 -2083.4249 -2083.4249 12377.61 -12377.61
880 1847.0607 -2086.7402 -2086.7402 13476.796 -13476.796
890 1788.2771 -2086.2175 -2086.2175 12947.672 -12947.672
900 1765.1941 -2084.1493 -2084.1493 12560.819 -12560.819
-Loop time of 0.225055 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.226878 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1765.1941 -2084.1493 -2084.1493 12560.819 -12560.819
810 1817.715 -2087.8364 -2087.8364 11341.557 -11341.557
820 1719.0788 -2081.5392 -2081.5392 10897.597 -10897.597
830 1676.1893 -2078.8268 -2078.8268 11397.802 -11397.802
840 1780.9587 -2085.7277 -2085.7277 10862.292 -10862.292
850 1819.7436 -2088.2381 -2088.2381 11156.469 -11156.469
860 1718.1718 -2081.4821 -2081.4821 12556.104 -12556.104
870 1759.3307 -2084.0658 -2084.0658 13115.925 -13115.925
880 1878.3559 -2091.7336 -2091.7336 12178.258 -12178.258
890 1807.6117 -2086.9376 -2086.9376 11895.674 -11895.674
900 1746.8208 -2082.8174 -2082.8174 11298.18 -11298.18
-Loop time of 0.226523 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228365 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
900 1746.8208 -2082.8174 -2082.8174 11298.18 -11298.18
920 1746.8208 -2213.2983 -2213.2983 8611.3134 -8611.3134
-Loop time of 0.0547321 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0548692 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
900 1746.8208 -2081.8053 -2081.8053 12812.552 -12812.552
910 1792.6751 -2084.6689 -2084.6689 12725.248 -12725.248
920 1789.7336 -2084.2674 -2084.2674 11813.766 -11813.766
930 1783.4345 -2083.6379 -2083.6379 11831.318 -11831.318
940 1713.795 -2078.7772 -2078.7772 11723.525 -11723.525
950 1711.3789 -2078.256 -2078.256 11640.181 -11640.181
960 1711.9374 -2077.7861 -2077.7861 12079.854 -12079.854
970 1759.9375 -2080.3175 -2080.3175 12605.261 -12605.261
980 1794.9009 -2081.8774 -2081.8774 13293.854 -13293.854
990 1839.5283 -2084.0415 -2084.0415 14232.329 -14232.329
1000 1891.8985 -2086.7244 -2086.7244 13901.493 -13901.493
-Loop time of 0.228535 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230243 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1000 1891.8985 -2086.7244 -2086.7244 13901.493 -13901.493
1018 1891.8985 -2213.3115 -2213.3115 9611.9555 -9611.9555
-Loop time of 0.0493231 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0496509 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1891.8985 -2086.7244 -2086.7244 13901.493 -13901.493
1010 1807.931 -2085.4113 -2085.4113 13673.347 -13673.347
1020 1848.8179 -2087.9387 -2087.9387 12159.14 -12159.14
1030 1783.9124 -2086.2028 -2086.2028 12085.317 -12085.317
1040 1802.125 -2085.6618 -2085.6618 13060.527 -13060.527
1050 1866.9247 -2089.4183 -2089.4183 12550.017 -12550.017
1060 1727.9726 -2084.048 -2084.048 12894.09 -12894.09
1070 1797.1898 -2083.1976 -2083.1976 13473.224 -13473.224
1080 1798.1026 -2082.3986 -2082.3986 13076.343 -13076.343
1090 1902.6166 -2088.501 -2088.501 13792.144 -13792.144
1100 1698.3979 -2081.1883 -2081.1883 12986.81 -12986.81
-Loop time of 0.224829 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.226919 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1698.3979 -2081.1883 -2081.1883 12986.81 -12986.81
1010 1750.2024 -2083.9278 -2083.9278 12435.817 -12435.817
1020 1790.2529 -2085.7919 -2085.7919 12295.779 -12295.779
1030 1770.1234 -2083.6823 -2083.6823 12925.751 -12925.751
1040 1766.3321 -2082.6385 -2082.6385 13147.877 -13147.877
1050 1791.6431 -2083.5004 -2083.5004 13631.61 -13631.61
1060 1829.9027 -2085.2288 -2085.2288 14240.689 -14240.689
1070 1859.399 -2086.4419 -2086.4419 14082.458 -14082.458
1080 1885.6176 -2087.5558 -2087.5558 14640.987 -14640.987
1090 1886.2609 -2087.1345 -2087.1345 15532.317 -15532.317
1100 1790.9433 -2080.5091 -2080.5091 14768.821 -14768.821
-Loop time of 0.226567 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227847 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1100 1790.9433 -2080.5091 -2080.5091 14768.821 -14768.821
1118 1790.9433 -2213.2987 -2213.2987 8913.1864 -8913.1864
-Loop time of 0.047663 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0482619 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1100 1790.9433 -2080.5091 -2080.5091 14768.821 -14768.821
1110 1814.3939 -2081.769 -2081.769 13689.839 -13689.839
1120 1833.7192 -2082.7815 -2082.7815 13519.243 -13519.243
1130 1796.837 -2080.1348 -2080.1348 14072.965 -14072.965
1140 1818.7494 -2081.3921 -2081.3921 13916.101 -13916.101
1150 1818.9994 -2081.2488 -2081.2488 13140.548 -13140.548
1160 1761.0556 -2077.2848 -2077.2848 13308.506 -13308.506
1170 1805.8494 -2080.0847 -2080.0847 13471.127 -13471.127
1180 1865.5836 -2083.8741 -2083.8741 14278.524 -14278.524
1190 1890.5694 -2085.4621 -2085.4621 15255.857 -15255.857
1200 1871.5608 -2084.2639 -2084.2639 15821.347 -15821.347
-Loop time of 0.228073 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.23167 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1200 1871.5608 -2084.2639 -2084.2639 15821.347 -15821.347
1219 1871.5608 -2213.3158 -2213.3158 9468.276 -9468.276
-Loop time of 0.0486791 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0493429 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1200 1871.5608 -2084.2639 -2084.2639 15821.347 -15821.347
1210 1868.7203 -2084.2286 -2084.2286 14757.029 -14757.029
1220 1845.9795 -2082.9747 -2082.9747 13416.768 -13416.768
1230 1721.0072 -2074.9829 -2074.9829 12653.426 -12653.426
1240 1728.2984 -2075.6335 -2075.6335 11904.94 -11904.94
1250 1760.6468 -2077.838 -2077.838 12363.743 -12363.743
1260 1790.6407 -2079.8354 -2079.8354 13772.489 -13772.489
1270 1855.4774 -2084.1181 -2084.1181 14259.348 -14259.348
1280 1909.5179 -2087.7772 -2087.7772 14969.305 -14969.305
1290 1843.272 -2083.6147 -2083.6147 15655.108 -15655.108
1300 1850.0586 -2084.346 -2084.346 15667.554 -15667.554
-Loop time of 0.227671 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.231307 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1300 1850.0586 -2084.346 -2084.346 15667.554 -15667.554
1320 1850.0586 -2213.3195 -2213.3195 9322.6568 -9322.6568
-Loop time of 0.052906 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.052731 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1300 1850.0586 -2084.346 -2084.346 15667.554 -15667.554
1310 1901.2957 -2088.0828 -2088.0828 14348.338 -14348.338
1320 1845.8424 -2084.9061 -2084.9061 13222.237 -13222.237
1330 1703.2439 -2075.9846 -2075.9846 13160.468 -13160.468
1340 1759.3432 -2080.0715 -2080.0715 12678.444 -12678.444
1350 1848.0856 -2086.283 -2086.283 12513.213 -12513.213
1360 1766.9936 -2081.3221 -2081.3221 13413.575 -13413.575
1370 1759.0589 -2081.1569 -2081.1569 14027.4 -14027.4
1380 1854.7078 -2087.8131 -2087.8131 13488.284 -13488.284
1390 1861.4274 -2088.694 -2088.694 13755.794 -13755.794
1400 1786.8881 -2084.3111 -2084.3111 14765.79 -14765.79
-Loop time of 0.227602 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230063 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1400 1786.8881 -2084.3111 -2084.3111 14765.79 -14765.79
1418 1786.8881 -2213.2846 -2213.2846 8886.069 -8886.069
-Loop time of 0.0461481 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0461609 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1400 1786.8881 -2083.1407 -2083.1407 12641.043 -12641.043
1410 1812.2443 -2085.4259 -2085.4259 13130.596 -13130.596
1420 1781.5601 -2084.1148 -2084.1148 13794.095 -13794.095
1430 1816.6843 -2087.3261 -2087.3261 14262.13 -14262.13
1440 1776.0284 -2085.8037 -2085.8037 13506.678 -13506.678
1450 1747.7998 -2085.4471 -2085.4471 13056.821 -13056.821
1460 1778.5134 -2089.39 -2089.39 13266.78 -13266.78
1470 1840.1712 -2095.8688 -2095.8688 13524.008 -13524.008
1480 1746.1558 -2092.2341 -2092.2341 12369.096 -12369.096
1490 1661.5852 -2088.7904 -2088.7904 11360.287 -11360.287
1500 1655.5694 -2089.9177 -2089.9177 10972.565 -10972.565
-Loop time of 0.227244 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230808 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1500 1655.5694 -2089.9177 -2089.9177 10972.565 -10972.565
1519 1655.5694 -2213.2819 -2213.2819 7982.3333 -7982.3333
Loop time of 0.0530219 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1500 1655.5694 -2088.1491 -2088.1491 12266.426 -12266.426
1510 1858.3169 -2102.6683 -2102.6683 11486.74 -11486.74
1520 1589.6231 -2085.7524 -2085.7524 12341.834 -12341.834
1530 1569.3501 -2084.7933 -2084.7933 11907.599 -11907.599
1540 1796.1688 -2099.8918 -2099.8918 10462.273 -10462.273
1550 1603.8116 -2087.2233 -2087.2233 11406.623 -11406.623
1560 1542.9429 -2083.0325 -2083.0325 12076.743 -12076.743
1570 1817.7406 -2100.7606 -2100.7606 11813.995 -11813.995
1580 1646.4361 -2088.9642 -2088.9642 13492.322 -13492.322
1590 1632.6599 -2087.4811 -2087.4811 14603.481 -14603.481
1600 2009.4138 -2111.5732 -2111.5732 13852.416 -13852.416
-Loop time of 0.225425 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229462 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1600 2009.4138 -2111.5732 -2111.5732 13852.416 -13852.416
1619 2009.4138 -2213.2965 -2213.2965 10413.156 -10413.156
-Loop time of 0.0541222 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0547919 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 2009.4138 -2111.5732 -2111.5732 13852.416 -13852.416
1610 1697.1733 -2080.6515 -2080.6515 12137.525 -12137.525
1620 1884.5359 -2085.4978 -2085.4978 12301.761 -12301.761
1630 1799.0114 -2084.7875 -2084.7875 13001.402 -13001.402
1640 1822.4374 -2085.6471 -2085.6471 12188.808 -12188.808
1650 1813.8575 -2085.9718 -2085.9718 11877.305 -11877.305
1660 1784.9861 -2084.4001 -2084.4001 12331.077 -12331.077
1670 1847.3065 -2086.9388 -2086.9388 13451.768 -13451.768
1680 1758.4974 -2083.6409 -2083.6409 12744.573 -12744.573
1690 1865.6773 -2087.3989 -2087.3989 13885.825 -13885.825
1700 1807.1864 -2087.345 -2087.345 12271.996 -12271.996
-Loop time of 0.224672 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.225691 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 1807.1864 -2087.345 -2087.345 12271.996 -12271.996
1610 1781.1589 -2085.0991 -2085.0991 11779.473 -11779.473
1620 1751.0492 -2082.5729 -2082.5729 12098.338 -12098.338
1630 1750.1596 -2081.9145 -2081.9145 11669.766 -11669.766
1640 1799.536 -2084.5103 -2084.5103 12073.924 -12073.924
1650 1788.3038 -2083.0848 -2083.0848 12401.815 -12401.815
1660 1706.9461 -2077.0226 -2077.0226 11867.225 -11867.225
1670 1769.7603 -2080.398 -2080.398 11782.054 -11782.054
1680 1855.9414 -2085.2452 -2085.2452 11953.771 -11953.771
1690 1794.599 -2080.4156 -2080.4156 12986.207 -12986.207
1700 1796.6882 -2079.8178 -2079.8178 13336.358 -13336.358
-Loop time of 0.226852 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227775 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1700 1796.6882 -2079.8178 -2079.8178 13336.358 -13336.358
1717 1796.6882 -2213.286 -2213.286 8952.1586 -8952.1586
-Loop time of 0.041991 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.041846 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1700 1796.6882 -2079.8178 -2079.8178 13336.358 -13336.358
1710 1908.9407 -2086.4998 -2086.4998 13426.557 -13426.557
1720 1895.1818 -2084.9898 -2084.9898 14259.836 -14259.836
1730 1821.3737 -2079.6705 -2079.6705 14430.721 -14430.721
1740 1891.4293 -2083.9221 -2083.9221 12809.819 -12809.819
1750 1839.7569 -2080.2332 -2080.2332 12449.372 -12449.372
1760 1742.4817 -2073.6038 -2073.6038 12438.333 -12438.333
1770 1747.721 -2073.6808 -2073.6808 12684.968 -12684.968
1780 1840.5898 -2079.4792 -2079.4792 12821.365 -12821.365
1790 1835.8529 -2078.8524 -2078.8524 12445.058 -12445.058
1800 1839.1137 -2078.7997 -2078.7997 12888.228 -12888.228
-Loop time of 0.229047 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229002 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1800 1839.1137 -2078.7997 -2078.7997 12888.228 -12888.228
1820 1839.1137 -2213.3043 -2213.3043 9252.8762 -9252.8762
-Loop time of 0.053695 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.05351 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1800 1839.1137 -2076.1141 -2076.1141 12851.856 -12851.856
1810 1847.1948 -2076.4193 -2076.4193 12095.243 -12095.243
1820 1852.6203 -2076.6095 -2076.6095 12588.549 -12588.549
1830 1834.9309 -2075.3368 -2075.3368 12532.297 -12532.297
1840 1781.6431 -2071.7471 -2071.7471 11609.17 -11609.17
1850 1762.9842 -2070.4212 -2070.4212 11879.69 -11879.69
1860 1835.9552 -2075.0851 -2075.0851 12540.983 -12540.983
1870 1921.2641 -2080.5952 -2080.5952 13447.361 -13447.361
1880 1908.7351 -2079.7868 -2079.7868 13484.028 -13484.028
1890 1893.6986 -2078.9917 -2078.9917 13954.252 -13954.252
1900 1883.1217 -2078.6692 -2078.6692 14081.928 -14081.928
-Loop time of 0.229312 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.23346 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1900 1883.1217 -2078.6692 -2078.6692 14081.928 -14081.928
1921 1883.1217 -2213.3197 -2213.3197 9553.4902 -9553.4902
-Loop time of 0.05761 on 1 procs for 21 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.058414 on 1 procs for 21 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1883.1217 -2078.6692 -2078.6692 14081.928 -14081.928
1910 1784.5237 -2084.6905 -2084.6905 13389.919 -13389.919
1920 1731.1905 -2080.6963 -2080.6963 12970.939 -12970.939
1930 1850.3131 -2084.6718 -2084.6718 13719.542 -13719.542
1940 1831.2993 -2087.5516 -2087.5516 13434.958 -13434.958
1950 1743.2339 -2084.7246 -2084.7246 14362.929 -14362.929
1960 1853.8244 -2089.3655 -2089.3655 13929.842 -13929.842
1970 1699.1334 -2083.859 -2083.859 13684.756 -13684.756
1980 1812.1618 -2085.8552 -2085.8552 14478.969 -14478.969
1990 1802.7775 -2087.2555 -2087.2555 14695.415 -14695.415
2000 1839.2685 -2091.105 -2091.105 14707.233 -14707.233
-Loop time of 0.226889 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.231524 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1839.2685 -2091.105 -2091.105 14707.233 -14707.233
1910 1758.6133 -2087.016 -2087.016 13616.046 -13616.046
1920 1700.711 -2084.2588 -2084.2588 12824.655 -12824.655
1930 1751.7857 -2088.5085 -2088.5085 12349.562 -12349.562
1940 1754.9537 -2089.478 -2089.478 12280.371 -12280.371
1950 1685.603 -2085.509 -2085.509 13197.034 -13197.034
1960 1713.2304 -2087.7626 -2087.7626 13267.547 -13267.547
1970 1760.9078 -2091.2137 -2091.2137 13458.047 -13458.047
1980 1752.4605 -2090.8824 -2090.8824 14025.525 -14025.525
1990 1783.2844 -2093.0833 -2093.0833 13878.972 -13878.972
2000 1795.4952 -2094.0299 -2094.0299 13749.599 -13749.599
-Loop time of 0.226081 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230699 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2000 1795.4952 -2094.0299 -2094.0299 13749.599 -13749.599
2017 1795.4952 -2213.2891 -2213.2891 8939.1137 -8939.1137
-Loop time of 0.0416958 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0422771 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2000 1795.4952 -2094.0299 -2094.0299 13749.599 -13749.599
2010 1716.471 -2088.9279 -2088.9279 13720.493 -13720.493
2020 1648.4001 -2084.439 -2084.439 13359.443 -13359.443
2030 1677.6114 -2086.2033 -2086.2033 13113.177 -13113.177
2040 1698.0201 -2087.2241 -2087.2241 13276.862 -13276.862
2050 1732.5808 -2089.0495 -2089.0495 13460.966 -13460.966
2060 1779.8938 -2091.6181 -2091.6181 13393.474 -13393.474
2070 1764.0047 -2089.9669 -2089.9669 14040.691 -14040.691
2080 1777.9135 -2090.2448 -2090.2448 14162.157 -14162.157
2090 1772.5816 -2089.2159 -2089.2159 13499.045 -13499.045
2100 1714.5393 -2084.6691 -2084.6691 13396.984 -13396.984
-Loop time of 0.228604 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.232635 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2100 1714.5393 -2084.6691 -2084.6691 13396.984 -13396.984
2118 1714.5393 -2213.2509 -2213.2509 8384.1471 -8384.1471
-Loop time of 0.0485499 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0486701 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2100 1714.5393 -2081.5748 -2081.5748 11032.46 -11032.46
-Loop time of 7.15227 on 1 procs for 18 steps with 511 atoms
+Loop time of 7.1784 on 1 procs for 18 steps with 511 atoms
PRD stats:
- Dephase time (%) = 1.34835 (18.852)
- Dynamics time (%) = 4.549 (63.6021)
- Quench time (%) = 1.01463 (14.1861)
- Other time (%) = 0.0759022 (1.06123)
+ Dephase time (%) = 1.35843 (18.9238)
+ Dynamics time (%) = 4.59429 (64.0016)
+ Quench time (%) = 1.0186 (14.1897)
+ Other time (%) = 0.0765398 (1.06625)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13354 ave 13354 max 13354 min
+FullNghs: 13354 ave 13354 max 13354 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13354
Ave neighs/atom = 26.1331
Neighbor list builds = 95
Dangerous builds = 0
diff --git a/examples/prd/log.prd.18Feb13.linux.4 b/examples/prd/log.prd.18Feb13.linux.4
new file mode 100644
index 000000000..2000de2d6
--- /dev/null
+++ b/examples/prd/log.prd.18Feb13.linux.4
@@ -0,0 +1,12 @@
+LAMMPS (18 Feb 2013)
+Running on 4 partitions of processors
+Step CPU Clock Event Correlated Coincident Replica
+100 0.000 0 0 0 0 0
+200 0.505 400 1 0 4 1
+700 2.194 2100 2 0 2 3
+900 3.005 2600 3 0 1 3
+1400 4.683 4300 4 0 1 2
+1500 4.974 4400 5 1 1 2
+1800 6.067 5300 6 0 2 3
+2100 7.175 6200 7 0 1 3
+Loop time of 7.17835 on 4 procs for 2000 steps with 511 atoms
diff --git a/examples/prd/log.prd.2.9Jan12.linux.4 b/examples/prd/log.prd.2.18Feb13.linux.4
similarity index 81%
rename from examples/prd/log.prd.2.9Jan12.linux.4
rename to examples/prd/log.prd.2.18Feb13.linux.4
index a0e03ffa5..00d176f13 100644
--- a/examples/prd/log.prd.2.9Jan12.linux.4
+++ b/examples/prd/log.prd.2.18Feb13.linux.4
@@ -1,630 +1,631 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
Processor partition = 2
# Parallel replica dynamics model for a single vacancy in bulk Si
# events occur when a neighboring atom diffuses to the vacant site
# run this on multiple partitions as
# mpirun -np 4 lmp_g++ -partition 4x1 -in in.prd
#log none
units metal
atom_style atomic
atom_modify map array
boundary p p p
atom_modify sort 0 0.0
# temperature
variable t equal 1800.0
# coordination number cutoff
variable r equal 2.835
# minimization parameters
variable etol equal 1.0e-5
variable ftol equal 1.0e-5
variable maxiter equal 100
variable maxeval equal 100
variable dmax equal 1.0e-1
# diamond unit cell
variable a equal 5.431
lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
Lattice spacing in x,y,z = 5.431 5.431 5.431
region myreg block 0 4 0 4 0 4
create_box 1 myreg
Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
1 by 1 by 1 MPI processor grid
create_atoms 1 region myreg
Created 512 atoms
mass 1 28.06
group Si type 1
512 atoms in group Si
velocity all create $t 5287287 mom yes rot yes dist gaussian
velocity all create 1800 5287287 mom yes rot yes dist gaussian
# make a vacancy
group del id 300
1 atoms in group del
delete_atoms group del
Deleted 1 atoms, new total = 511
pair_style sw
pair_coeff * * Si.sw Si
thermo 10
fix 1 all nvt temp $t $t 0.1
fix 1 all nvt temp 1800 $t 0.1
fix 1 all nvt temp 1800 1800 0.1
timestep 1.0e-3
neighbor 1.0 bin
neigh_modify every 1 delay 10 check yes
# equilibrate
run 100
-Memory usage per processor = 2.02216 Mbytes
+Memory usage per processor = 2.0318 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1802.5039 -2211.666 0 -2092.8401 12351.692
10 996.01982 -2158.3093 0 -2092.649 14285.475
20 590.09928 -2131.1531 0 -2092.2521 12113.964
30 1033.01 -2159.2522 0 -2091.1534 6860.4116
40 724.76581 -2137.281 0 -2089.5025 5999.4372
50 489.66604 -2120.8082 0 -2088.5281 6403.4234
60 960.70653 -2150.7394 0 -2087.407 5687.324
70 908.41498 -2145.7665 0 -2085.8813 8220.9655
80 796.82286 -2137.1227 0 -2084.5941 11307.153
90 1245.9045 -2164.9841 0 -2082.8507 11282.071
100 1083.0647 -2152.0805 0 -2080.682 12015.018
-Loop time of 0.194531 on 1 procs for 100 steps with 511 atoms
+Loop time of 0.200207 on 1 procs for 100 steps with 511 atoms
-Pair time (%) = 0.190471 (97.9129)
-Neigh time (%) = 0.00134182 (0.689772)
-Comm time (%) = 0.000848055 (0.435949)
-Outpt time (%) = 7.72476e-05 (0.0397097)
-Other time (%) = 0.00179291 (0.921657)
+Pair time (%) = 0.196045 (97.9214)
+Neigh time (%) = 0.00137591 (0.687246)
+Comm time (%) = 0.000874281 (0.436689)
+Outpt time (%) = 6.96182e-05 (0.0347731)
+Other time (%) = 0.00184178 (0.91994)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13996 ave 13996 max 13996 min
+FullNghs: 13996 ave 13996 max 13996 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13996
Ave neighs/atom = 27.3894
Neighbor list builds = 2
Dangerous builds = 0
# only output atoms near vacancy
compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
compute patom all pe/atom
compute pe all reduce sum c_patom
compute satom all stress/atom
compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
thermo_style custom step temp pe c_pe press v_press
compute 1 all event/displace 0.5
prd 2000 100 10 10 100 1 54985 temp $t min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
prd 2000 100 10 10 100 1 54985 temp 1800 min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 100 vel all uniform
-WARNING: Resetting reneighboring criteria during PRD (prd.cpp:199)
-Memory usage per processor = 3.73877 Mbytes
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 vel all uniform
+WARNING: Resetting reneighboring criteria during PRD (prd.cpp:201)
+Memory usage per processor = 3.74842 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1083.0647 -2211.0684 -2211.0684 7372.2593 -7372.2593
119 1083.0647 -2211.6557 -2211.6557 7411.1722 -7411.1722
-Loop time of 0.0546598 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0556271 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1453.0014 -2126.4815 -2126.4815 17039.938 -17039.938
120 1712.5747 -2118.2811 -2118.2811 19245.699 -19245.699
130 1816.1055 -2117.2078 -2117.2078 19172.109 -19172.109
140 1741.5479 -2111.5113 -2111.5113 18643.317 -18643.317
150 1779.1262 -2108.4242 -2108.4242 18055.809 -18055.809
160 1708.5416 -2100.8014 -2100.8014 18706.608 -18706.608
170 1810.3199 -2099.9306 -2099.9306 18691.592 -18691.592
180 1805.675 -2098.8187 -2098.8187 17517.611 -17517.611
190 1827.5401 -2099.2194 -2099.2194 17130.547 -17130.547
200 1726.2196 -2093.025 -2093.025 16774.098 -16774.098
-Loop time of 0.218632 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.218774 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1726.2196 -2093.025 -2093.025 16774.098 -16774.098
110 1740.3774 -2092.6139 -2092.6139 15523.606 -15523.606
120 1781.5972 -2093.9535 -2093.9535 14428.677 -14428.677
130 1684.5193 -2086.1781 -2086.1781 14825.487 -14825.487
140 1613.5723 -2080.1384 -2080.1384 14868.993 -14868.993
150 1755.5164 -2087.9807 -2087.9807 13748.119 -13748.119
160 1738.7712 -2085.2666 -2085.2666 14802.112 -14802.112
170 1674.8255 -2079.507 -2079.507 15674.35 -15674.35
180 1760.9622 -2083.599 -2083.599 15769.066 -15769.066
190 1899.9806 -2091.1229 -2091.1229 16231.019 -16231.019
200 1814.7529 -2083.9976 -2083.9976 17122.298 -17122.298
-Loop time of 0.22704 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228664 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
200 1814.7529 -2083.9976 -2083.9976 17122.298 -17122.298
217 1814.7529 -2213.2613 -2213.2613 9069.1206 -9069.1206
-Loop time of 0.037106 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0372241 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
200 1814.7529 -2083.245 -2083.245 15201.593 -15201.593
210 1801.6419 -2081.0472 -2081.0472 15342.659 -15342.659
220 1881.8236 -2085.0669 -2085.0669 14755.087 -14755.087
230 1866.0873 -2082.8539 -2082.8539 13894.752 -13894.752
240 1792.3297 -2076.96 -2076.96 13354.538 -13354.538
250 1787.3004 -2075.652 -2075.652 13316.541 -13316.541
260 1830.871 -2077.5427 -2077.5427 12617.353 -12617.353
270 1791.7089 -2074.006 -2074.006 13195.786 -13195.786
280 1849.0237 -2076.8667 -2076.8667 13418.75 -13418.75
290 1929.6949 -2081.3067 -2081.3067 14728.325 -14728.325
300 1879.9418 -2077.2916 -2077.2916 16541.913 -16541.913
-Loop time of 0.226948 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.22818 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
300 1879.9418 -2077.2916 -2077.2916 16541.913 -16541.913
317 1879.9418 -2213.2283 -2213.2283 9516.969 -9516.969
-Loop time of 0.044131 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.044373 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1879.9418 -2077.2916 -2077.2916 16541.913 -16541.913
310 1838.8029 -2078.0409 -2078.0409 14753.009 -14753.009
320 1789.8725 -2076.7713 -2076.7713 15560.98 -15560.98
330 1950.1614 -2086.0999 -2086.0999 13361.512 -13361.512
340 1759.3354 -2082.9137 -2082.9137 12750.26 -12750.26
350 1857.8525 -2086.2264 -2086.2264 13541.869 -13541.869
360 1873.6249 -2090.6161 -2090.6161 12790.402 -12790.402
370 1704.2028 -2083.8532 -2083.8532 12022.063 -12022.063
380 1824.0288 -2084.9296 -2084.9296 13078.149 -13078.149
390 1823.8695 -2086.0185 -2086.0185 12394.039 -12394.039
400 1826.7938 -2087.3212 -2087.3212 11456.443 -11456.443
-Loop time of 0.226467 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.228451 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1826.7938 -2087.3212 -2087.3212 11456.443 -11456.443
310 1790.3054 -2084.4713 -2084.4713 11190.448 -11190.448
320 1732.854 -2080.2375 -2080.2375 11020.269 -11020.269
330 1679.9775 -2076.2292 -2076.2292 10476.6 -10476.6
340 1706.236 -2077.3108 -2077.3108 10973.286 -10973.286
350 1798.7321 -2082.6213 -2082.6213 12099.734 -12099.734
360 1827.8354 -2083.7164 -2083.7164 12269.553 -12269.553
370 1803.5781 -2081.3205 -2081.3205 11882.622 -11882.622
380 1831.5584 -2082.4022 -2082.4022 11868.591 -11868.591
390 1865.1115 -2083.8776 -2083.8776 12451.163 -12451.163
400 1885.8707 -2084.5972 -2084.5972 12777.133 -12777.133
-Loop time of 0.226438 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.22865 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
400 1885.8707 -2084.5972 -2084.5972 12777.133 -12777.133
421 1885.8707 -2213.3072 -2213.3072 9565.3643 -9565.3643
-Loop time of 0.0584321 on 1 procs for 21 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.058778 on 1 procs for 21 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
400 1885.8707 -2084.5972 -2084.5972 12777.133 -12777.133
410 1840.8997 -2081.0851 -2081.0851 13049.359 -13049.359
420 1860.5306 -2081.9195 -2081.9195 12866.668 -12866.668
430 1842.0725 -2080.3072 -2080.3072 11967.296 -11967.296
440 1778.5284 -2075.7716 -2075.7716 11672.911 -11672.911
450 1792.767 -2076.3662 -2076.3662 11362.562 -11362.562
460 1812.368 -2077.2861 -2077.2861 11982.449 -11982.449
470 1805.4534 -2076.4744 -2076.4744 11355.668 -11355.668
480 1771.7109 -2073.8789 -2073.8789 11574.724 -11574.724
490 1895.5684 -2081.6811 -2081.6811 10875.512 -10875.512
500 1863.4356 -2079.2626 -2079.2626 12022.062 -12022.062
-Loop time of 0.226524 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228616 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
500 1863.4356 -2079.2626 -2079.2626 12022.062 -12022.062
519 1863.4356 -2213.2964 -2213.2964 9413.3063 -9413.3063
-Loop time of 0.0513601 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.051645 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
500 1863.4356 -2079.2626 -2079.2626 12022.062 -12022.062
510 1811.0452 -2075.5953 -2075.5953 12654.915 -12654.915
520 1939.3016 -2083.9091 -2083.9091 12699.136 -12699.136
530 1865.6263 -2079.0274 -2079.0274 13205.704 -13205.704
540 1840.8195 -2077.4842 -2077.4842 13607.888 -13607.888
550 1910.185 -2082.2276 -2082.2276 13164.337 -13164.337
560 1897.5018 -2081.7046 -2081.7046 12541.871 -12541.871
570 1805.2364 -2076.0408 -2076.0408 12518.288 -12518.288
580 1820.8895 -2077.5197 -2077.5197 12510.55 -12510.55
590 1880.7209 -2081.9748 -2081.9748 11279.988 -11279.988
600 1774.2632 -2075.5235 -2075.5235 10905.347 -10905.347
-Loop time of 0.227256 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229592 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
600 1774.2632 -2075.5235 -2075.5235 10905.347 -10905.347
621 1774.2632 -2213.3211 -2213.3211 8802.4378 -8802.4378
-Loop time of 0.058917 on 1 procs for 21 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0593848 on 1 procs for 21 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
600 1774.2632 -2075.5235 -2075.5235 10905.347 -10905.347
610 1776.4519 -2076.2072 -2076.2072 11432.057 -11432.057
620 1866.4889 -2082.7151 -2082.7151 11939.587 -11939.587
630 1757.9348 -2076.135 -2076.135 12794.432 -12794.432
640 1821.0434 -2080.8738 -2080.8738 12398.818 -12398.818
650 1878.4228 -2085.2725 -2085.2725 13017.551 -13017.551
660 1874.4782 -2085.7432 -2085.7432 13297.304 -13297.304
670 1796.8744 -2081.4171 -2081.4171 12112.746 -12112.746
680 1789.2824 -2081.7003 -2081.7003 11627.391 -11627.391
690 1769.7646 -2081.1645 -2081.1645 12468.2 -12468.2
700 1781.4831 -2082.6368 -2082.6368 12878.838 -12878.838
-Loop time of 0.22626 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227894 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
700 1781.4831 -2082.6368 -2082.6368 12878.838 -12878.838
720 1781.4831 -2213.249 -2213.249 8849.8358 -8849.8358
-Loop time of 0.0443921 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0444601 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
700 1781.4831 -2088.3939 -2088.3939 12218.534 -12218.534
710 1724.4898 -2085.2684 -2085.2684 11903.569 -11903.569
720 1764.7152 -2088.4829 -2088.4829 11526.3 -11526.3
730 1724.9813 -2086.3524 -2086.3524 12129.067 -12129.067
740 1711.2186 -2085.8354 -2085.8354 12875.329 -12875.329
750 1774.7765 -2090.326 -2090.326 12385.579 -12385.579
760 1787.964 -2091.4692 -2091.4692 11889.535 -11889.535
770 1711.6992 -2086.6713 -2086.6713 12283.555 -12283.555
780 1717.7443 -2087.2139 -2087.2139 11537.044 -11537.044
790 1683.3367 -2084.9743 -2084.9743 10800.126 -10800.126
800 1631.6415 -2081.4408 -2081.4408 10616.296 -10616.296
-Loop time of 0.226974 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228734 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
800 1631.6415 -2081.4408 -2081.4408 10616.296 -10616.296
819 1631.6415 -2213.3087 -2213.3087 7818.8075 -7818.8075
-Loop time of 0.0485699 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.048811 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1631.6415 -2081.4408 -2081.4408 10616.296 -10616.296
810 1790.007 -2081.8313 -2081.8313 13202.119 -13202.119
820 1849.219 -2084.8387 -2084.8387 12576.218 -12576.218
830 1792.8687 -2084.1604 -2084.1604 11392.768 -11392.768
840 1731.9467 -2079.4445 -2079.4445 12892.679 -12892.679
850 1785.6213 -2078.2286 -2078.2286 13776.917 -13776.917
860 1831.1149 -2080.0094 -2080.0094 12904.24 -12904.24
870 1819.41 -2081.0253 -2081.0253 12547.946 -12547.946
880 1758.8325 -2078.0286 -2078.0286 12618.106 -12618.106
890 1763.5444 -2075.2871 -2075.2871 13398.793 -13398.793
900 1808.5838 -2075.4917 -2075.4917 13281.327 -13281.327
-Loop time of 0.226231 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.228458 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1808.5838 -2075.4917 -2075.4917 13281.327 -13281.327
810 1851.8312 -2077.9782 -2077.9782 12015.32 -12015.32
820 1808.4808 -2074.7871 -2074.7871 11857.883 -11857.883
830 1828.2295 -2075.7871 -2075.7871 11715.86 -11715.86
840 1836.1989 -2076.03 -2076.03 12095.951 -12095.951
850 1806.7992 -2073.8356 -2073.8356 12485.462 -12485.462
860 1889.8731 -2079.0926 -2079.0926 12485.696 -12485.696
870 1879.6457 -2078.2828 -2078.2828 13039.623 -13039.623
880 1832.0939 -2075.1105 -2075.1105 12938.4 -12938.4
890 1875.4331 -2078.0004 -2078.0004 12216.702 -12216.702
900 1914.4276 -2080.7098 -2080.7098 12144.748 -12144.748
-Loop time of 0.228267 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230588 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
900 1914.4276 -2080.7098 -2080.7098 12144.748 -12144.748
919 1914.4276 -2213.3188 -2213.3188 9764.087 -9764.087
-Loop time of 0.049171 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0494659 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
900 1914.4276 -2081.8053 -2081.8053 13963.686 -13963.686
910 1810.633 -2075.2099 -2075.2099 14043.827 -14043.827
920 1839.0572 -2077.3907 -2077.3907 13195.428 -13195.428
930 1875.3856 -2080.1678 -2080.1678 12550.917 -12550.917
940 1774.6978 -2073.9954 -2073.9954 12878.164 -12878.164
950 1739.4586 -2072.1025 -2072.1025 12381.741 -12381.741
960 1860.7393 -2080.5553 -2080.5553 11340.855 -11340.855
970 1675.5209 -2068.7733 -2068.7733 12264.795 -12264.795
980 1794.0159 -2076.9546 -2076.9546 12079.272 -12079.272
990 1965.1199 -2088.653 -2088.653 12866.959 -12866.959
1000 1860.4796 -2082.3648 -2082.3648 14940.447 -14940.447
-Loop time of 0.228576 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230387 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1000 1860.4796 -2082.3648 -2082.3648 14940.447 -14940.447
1016 1860.4796 -2213.2478 -2213.2478 9385.9786 -9385.9786
-Loop time of 0.04145 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.04182 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1860.4796 -2082.3648 -2082.3648 14940.447 -14940.447
1010 1725.5676 -2081.2141 -2081.2141 12659.195 -12659.195
1020 1776.6517 -2080.2782 -2080.2782 14283.292 -14283.292
1030 1892.8575 -2087.068 -2087.068 14207.132 -14207.132
1040 1779.8487 -2086.4423 -2086.4423 13177.279 -13177.279
1050 1827.1799 -2088.9648 -2088.9648 12860.512 -12860.512
1060 1788.3529 -2088.9653 -2088.9653 12121.719 -12121.719
1070 1710.9667 -2083.8206 -2083.8206 12445.746 -12445.746
1080 1828.553 -2086.433 -2086.433 12715.209 -12715.209
1090 1823.9802 -2088.7607 -2088.7607 12059.344 -12059.344
1100 1792.7229 -2089.0486 -2089.0486 11500.622 -11500.622
-Loop time of 0.223155 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.225763 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1792.7229 -2089.0486 -2089.0486 11500.622 -11500.622
1010 1699.0134 -2083.5757 -2083.5757 11300.601 -11300.601
1020 1628.0232 -2079.447 -2079.447 11165.976 -11165.976
1030 1649.3552 -2081.1852 -2081.1852 11327.923 -11327.923
1040 1780.5559 -2090.032 -2090.032 11432.453 -11432.453
1050 1757.6796 -2088.6549 -2088.6549 11052.281 -11052.281
1060 1707.3484 -2085.4178 -2085.4178 11557.124 -11557.124
1070 1740.6914 -2087.5927 -2087.5927 12294.274 -12294.274
1080 1770.6598 -2089.4669 -2089.4669 12907.34 -12907.34
1090 1742.39 -2087.4355 -2087.4355 13144.749 -13144.749
1100 1806.4889 -2091.4432 -2091.4432 12589.891 -12589.891
-Loop time of 0.22732 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229148 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1100 1806.4889 -2091.4432 -2091.4432 12589.891 -12589.891
1116 1806.4889 -2213.2741 -2213.2741 9022.1362 -9022.1362
-Loop time of 0.0412889 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.042588 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1100 1806.4889 -2091.4432 -2091.4432 12589.891 -12589.891
1110 1759.3742 -2088.0631 -2088.0631 12373.16 -12373.16
1120 1741.0508 -2086.5288 -2086.5288 11902.565 -11902.565
1130 1752.2435 -2086.8177 -2086.8177 11844.496 -11844.496
1140 1786.7182 -2088.5202 -2088.5202 11401.503 -11401.503
1150 1760.1379 -2086.0667 -2086.0667 11634.293 -11634.293
1160 1737.621 -2083.7432 -2083.7432 12261.472 -12261.472
1170 1706.1721 -2080.6152 -2080.6152 11900.384 -11900.384
1180 1692.9524 -2078.4392 -2078.4392 11857.894 -11857.894
1190 1845.4734 -2086.9009 -2086.9009 12368.868 -12368.868
1200 1931.9798 -2090.8563 -2090.8563 13231.297 -13231.297
-Loop time of 0.226668 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227931 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1200 1931.9798 -2090.8563 -2090.8563 13231.297 -13231.297
1217 1931.9798 -2213.2743 -2213.2743 9876.9115 -9876.9115
-Loop time of 0.0441182 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0442169 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1200 1931.9798 -2090.8563 -2090.8563 13231.297 -13231.297
1210 1844.6662 -2083.5459 -2083.5459 13676.012 -13676.012
1220 1823.5246 -2080.8506 -2080.8506 13754.811 -13754.811
1230 1855.1817 -2081.8069 -2081.8069 13072.56 -13072.56
1240 1817.3161 -2078.3873 -2078.3873 13440.344 -13440.344
1250 1846.7917 -2079.601 -2079.601 13176.331 -13176.331
1260 1879.5517 -2081.1956 -2081.1956 12521.935 -12521.935
1270 1856.8093 -2079.3203 -2079.3203 12606.391 -12606.391
1280 1802.8957 -2075.5089 -2075.5089 13433.639 -13433.639
1290 1858.5815 -2079.0007 -2079.0007 11938.06 -11938.06
1300 1855.8203 -2078.7061 -2078.7061 11790.601 -11790.601
-Loop time of 0.229218 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230682 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1300 1855.8203 -2078.7061 -2078.7061 11790.601 -11790.601
1320 1855.8203 -2213.31 -2213.31 9361.0005 -9361.0005
Loop time of 0.0519319 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1300 1855.8203 -2078.7061 -2078.7061 11790.601 -11790.601
1310 1874.9965 -2079.9692 -2079.9692 11644.669 -11644.669
1320 1769.8025 -2073.0867 -2073.0867 11913.24 -11913.24
1330 1767.7322 -2072.9816 -2072.9816 11519.778 -11519.778
1340 1877.3892 -2080.2309 -2080.2309 11401.149 -11401.149
1350 1832.5468 -2077.3496 -2077.3496 11388.096 -11388.096
1360 1824.2863 -2076.9333 -2076.9333 13175.108 -13175.108
1370 1878.976 -2080.7152 -2080.7152 13742.012 -13742.012
1380 1853.0704 -2079.2587 -2079.2587 13419.479 -13419.479
1390 1879.4579 -2081.3358 -2081.3358 13342.696 -13342.696
1400 1900.1245 -2083.1407 -2083.1407 13418.759 -13418.759
-Loop time of 0.227635 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228864 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1400 1900.1245 -2083.1407 -2083.1407 13418.759 -13418.759
1418 1900.1245 -2213.3012 -2213.3012 9665.7068 -9665.7068
-Loop time of 0.044939 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0449259 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1400 1900.1245 -2083.1407 -2083.1407 13418.759 -13418.759
1410 1901.6666 -2083.8299 -2083.8299 13518.235 -13518.235
1420 1818.6697 -2079.0462 -2079.0462 13733.805 -13733.805
1430 1760.3629 -2075.8907 -2075.8907 13140.244 -13140.244
1440 1797.4632 -2078.982 -2078.982 11102.802 -11102.802
1450 1787.354 -2078.9476 -2078.9476 11338.448 -11338.448
1460 1762.8326 -2077.925 -2077.925 11770.958 -11770.958
1470 1798.49 -2080.8371 -2080.8371 11559.353 -11559.353
1480 1811.1557 -2082.2118 -2082.2118 13113.303 -13113.303
1490 1874.659 -2086.985 -2086.985 13079.855 -13079.855
1500 1882.075 -2088.1491 -2088.1491 13822.082 -13822.082
-Loop time of 0.228696 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230282 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1500 1882.075 -2088.1491 -2088.1491 13822.082 -13822.082
1519 1882.075 -2213.3023 -2213.3023 9541.1899 -9541.1899
-Loop time of 0.0427539 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0428538 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1500 1882.075 -2088.1491 -2088.1491 13822.082 -13822.082
1510 1847.5745 -2086.6473 -2086.6473 13865.395 -13865.395
1520 1776.4045 -2082.7466 -2082.7466 12604.819 -12604.819
1530 1744.8455 -2081.3864 -2081.3864 11823.185 -11823.185
1540 1769.32 -2083.6389 -2083.6389 10753.254 -10753.254
1550 1767.1256 -2084.0617 -2084.0617 10187.637 -10187.637
1560 1736.4738 -2082.5362 -2082.5362 11049.891 -11049.891
1570 1700.4926 -2080.5399 -2080.5399 12042.247 -12042.247
1580 1696.0678 -2080.4908 -2080.4908 11552.055 -11552.055
1590 1720.0071 -2082.1654 -2082.1654 11110.307 -11110.307
1600 1810.361 -2088.1464 -2088.1464 11402.751 -11402.751
-Loop time of 0.228001 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229181 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1600 1810.361 -2088.1464 -2088.1464 11402.751 -11402.751
1617 1810.361 -2213.2909 -2213.2909 9047.1326 -9047.1326
-Loop time of 0.0451331 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0454371 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 1810.361 -2088.1464 -2088.1464 11402.751 -11402.751
1610 1738.2296 -2084.0656 -2084.0656 11367.025 -11367.025
1620 1732.2548 -2079.551 -2079.551 11352.482 -11352.482
1630 1823.6067 -2081.0447 -2081.0447 11759.019 -11759.019
1640 1747.0418 -2077.4773 -2077.4773 11967.929 -11967.929
1650 1811.7099 -2078.1627 -2078.1627 11353.138 -11353.138
1660 1706.9977 -2071.9188 -2071.9188 10638.169 -10638.169
1670 1829.7223 -2073.7338 -2073.7338 11869.478 -11869.478
1680 1811.4357 -2074.3495 -2074.3495 12307.737 -12307.737
1690 1714.1408 -2068.5122 -2068.5122 13422.716 -13422.716
1700 1889.8094 -2074.2435 -2074.2435 13671.805 -13671.805
-Loop time of 0.225181 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.226494 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 1889.8094 -2074.2435 -2074.2435 13671.805 -13671.805
1610 1960.8575 -2078.866 -2078.866 12934.864 -12934.864
1620 1923.6166 -2076.54 -2076.54 14112.707 -14112.707
1630 1944.7555 -2078.2457 -2078.2457 13865.325 -13865.325
1640 1902.2989 -2075.9002 -2075.9002 13297.512 -13297.512
1650 1849.5907 -2072.9273 -2072.9273 13933.385 -13933.385
1660 1926.326 -2078.5135 -2078.5135 13981.854 -13981.854
1670 1920.9614 -2078.7358 -2078.7358 13767.146 -13767.146
1680 1850.6527 -2074.6766 -2074.6766 13812.372 -13812.372
1690 1863.9535 -2076.0517 -2076.0517 12782.004 -12782.004
1700 1893.9231 -2078.4898 -2078.4898 12720.592 -12720.592
-Loop time of 0.227535 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228946 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1700 1893.9231 -2078.4898 -2078.4898 12720.592 -12720.592
1716 1893.9231 -2213.2837 -2213.2837 9620.0072 -9620.0072
-Loop time of 0.038758 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0387161 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1700 1893.9231 -2078.4898 -2078.4898 12720.592 -12720.592
1710 1875.7299 -2077.7377 -2077.7377 13345.116 -13345.116
1720 1898.0515 -2079.6613 -2079.6613 14132.452 -14132.452
1730 1882.8777 -2079.146 -2079.146 13699.059 -13699.059
1740 1816.9287 -2075.2717 -2075.2717 13073.965 -13073.965
1750 1862.4091 -2078.7296 -2078.7296 12789.163 -12789.163
1760 1893.0397 -2081.2522 -2081.2522 13312.699 -13312.699
1770 1834.7444 -2077.9575 -2077.9575 14033.233 -14033.233
1780 1864.6391 -2080.5104 -2080.5104 13228.094 -13228.094
1790 1854.6185 -2080.4852 -2080.4852 12156.34 -12156.34
1800 1783.2906 -2076.4283 -2076.4283 12334.453 -12334.453
-Loop time of 0.228311 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228757 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1800 1783.2906 -2076.4283 -2076.4283 12334.453 -12334.453
1817 1783.2906 -2213.2924 -2213.2924 8858.239 -8858.239
-Loop time of 0.042892 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0428009 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1800 1783.2906 -2076.1141 -2076.1141 12468.46 -12468.46
1810 1845.4581 -2080.8627 -2080.8627 12506.58 -12506.58
1820 1801.3296 -2078.6098 -2078.6098 13055.572 -13055.572
1830 1777.9523 -2077.7188 -2077.7188 12729.867 -12729.867
1840 1758.541 -2077.0154 -2077.0154 12518.443 -12518.443
1850 1828.6136 -2082.1861 -2082.1861 11837.329 -11837.329
1860 1826.6839 -2082.6205 -2082.6205 12848.747 -12848.747
1870 1848.9771 -2084.6985 -2084.6985 14273.245 -14273.245
1880 1859.0854 -2086.037 -2086.037 13956.23 -13956.23
1890 1826.3509 -2084.6002 -2084.6002 13737.356 -13737.356
1900 1856.0966 -2087.3351 -2087.3351 13759.117 -13759.117
-Loop time of 0.226686 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228033 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1900 1856.0966 -2087.3351 -2087.3351 13759.117 -13759.117
1921 1856.0966 -2213.3256 -2213.3256 9364.6843 -9364.6843
-Loop time of 0.0561171 on 1 procs for 21 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0563731 on 1 procs for 21 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1856.0966 -2087.3351 -2087.3351 13759.117 -13759.117
1910 1732.1651 -2081.2025 -2081.2025 13648.771 -13648.771
1920 1791.3554 -2081.3056 -2081.3056 13652.014 -13652.014
1930 1824.4855 -2083.5698 -2083.5698 13761.469 -13761.469
1940 1789.0389 -2083.4838 -2083.4838 12938.14 -12938.14
1950 1754.5722 -2081.062 -2081.062 13678.133 -13678.133
1960 1790.0373 -2080.9357 -2080.9357 13972.404 -13972.404
1970 1815.9084 -2082.4892 -2082.4892 13423.516 -13423.516
1980 1741.0456 -2079.056 -2079.056 13024.446 -13024.446
1990 1845.2042 -2082.4853 -2082.4853 12369.149 -12369.149
2000 1726.2212 -2078.0219 -2078.0219 12670.669 -12670.669
-Loop time of 0.226301 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.228263 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1726.2212 -2078.0219 -2078.0219 12670.669 -12670.669
1910 1859.235 -2087.1634 -2087.1634 12382.624 -12382.624
1920 1859.3456 -2087.6091 -2087.6091 12482.545 -12482.545
1930 1748.0548 -2080.7392 -2080.7392 13217.457 -13217.457
1940 1876.5822 -2089.6972 -2089.6972 12827.369 -12827.369
1950 1858.9549 -2089.1237 -2089.1237 12267.563 -12267.563
1960 1661.6597 -2076.6976 -2076.6976 13069.247 -13069.247
1970 1739.6756 -2082.3166 -2082.3166 13000.655 -13000.655
1980 1831.8527 -2088.8393 -2088.8393 11823.386 -11823.386
1990 1661.818 -2078.0492 -2078.0492 12159.308 -12159.308
2000 1700.7919 -2080.912 -2080.912 11889.457 -11889.457
-Loop time of 0.228493 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.230409 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2000 1700.7919 -2080.912 -2080.912 11889.457 -11889.457
2019 1700.7919 -2213.3012 -2213.3012 8294.8879 -8294.8879
-Loop time of 0.0509 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0511601 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2000 1700.7919 -2080.912 -2080.912 11889.457 -11889.457
2010 1861.3608 -2091.7401 -2091.7401 11627.567 -11627.567
2020 1723.5921 -2082.9109 -2082.9109 11679.426 -11679.426
2030 1715.155 -2082.5582 -2082.5582 12295.003 -12295.003
2040 1850.4844 -2091.6449 -2091.6449 12563.959 -12563.959
2050 1761.29 -2085.9529 -2085.9529 13011.92 -13011.92
2060 1706.9101 -2082.541 -2082.541 13421.673 -13421.673
2070 1819.5707 -2090.0959 -2090.0959 12744.935 -12744.935
2080 1798.901 -2088.8739 -2088.8739 12477.746 -12477.746
2090 1722.8968 -2084.0198 -2084.0198 12266.395 -12266.395
2100 1780.5329 -2087.9446 -2087.9446 12351.983 -12351.983
-Loop time of 0.226199 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228013 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2100 1780.5329 -2087.9446 -2087.9446 12351.983 -12351.983
2118 1780.5329 -2213.3048 -2213.3048 8843.7542 -8843.7542
-Loop time of 0.048214 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0483091 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2100 1780.5329 -2081.5748 -2081.5748 11485.708 -11485.708
-Loop time of 7.15228 on 1 procs for 18 steps with 511 atoms
+Loop time of 7.17718 on 1 procs for 18 steps with 511 atoms
PRD stats:
- Dephase time (%) = 1.34597 (18.8187)
- Dynamics time (%) = 4.54905 (63.6027)
- Quench time (%) = 0.940575 (13.1507)
- Other time (%) = 0.0726786 (1.01616)
+ Dephase time (%) = 1.3562 (18.896)
+ Dynamics time (%) = 4.58155 (63.835)
+ Quench time (%) = 0.945275 (13.1706)
+ Other time (%) = 0.0760477 (1.05958)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13354 ave 13354 max 13354 min
+FullNghs: 13354 ave 13354 max 13354 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13354
Ave neighs/atom = 26.1331
Neighbor list builds = 98
Dangerous builds = 0
diff --git a/examples/prd/log.prd.3.9Jan12.linux.4 b/examples/prd/log.prd.3.18Feb13.linux.4
similarity index 81%
rename from examples/prd/log.prd.3.9Jan12.linux.4
rename to examples/prd/log.prd.3.18Feb13.linux.4
index 2046fac43..dde75792f 100644
--- a/examples/prd/log.prd.3.9Jan12.linux.4
+++ b/examples/prd/log.prd.3.18Feb13.linux.4
@@ -1,630 +1,631 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
Processor partition = 3
# Parallel replica dynamics model for a single vacancy in bulk Si
# events occur when a neighboring atom diffuses to the vacant site
# run this on multiple partitions as
# mpirun -np 4 lmp_g++ -partition 4x1 -in in.prd
#log none
units metal
atom_style atomic
atom_modify map array
boundary p p p
atom_modify sort 0 0.0
# temperature
variable t equal 1800.0
# coordination number cutoff
variable r equal 2.835
# minimization parameters
variable etol equal 1.0e-5
variable ftol equal 1.0e-5
variable maxiter equal 100
variable maxeval equal 100
variable dmax equal 1.0e-1
# diamond unit cell
variable a equal 5.431
lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
Lattice spacing in x,y,z = 5.431 5.431 5.431
region myreg block 0 4 0 4 0 4
create_box 1 myreg
Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
1 by 1 by 1 MPI processor grid
create_atoms 1 region myreg
Created 512 atoms
mass 1 28.06
group Si type 1
512 atoms in group Si
velocity all create $t 5287287 mom yes rot yes dist gaussian
velocity all create 1800 5287287 mom yes rot yes dist gaussian
# make a vacancy
group del id 300
1 atoms in group del
delete_atoms group del
Deleted 1 atoms, new total = 511
pair_style sw
pair_coeff * * Si.sw Si
thermo 10
fix 1 all nvt temp $t $t 0.1
fix 1 all nvt temp 1800 $t 0.1
fix 1 all nvt temp 1800 1800 0.1
timestep 1.0e-3
neighbor 1.0 bin
neigh_modify every 1 delay 10 check yes
# equilibrate
run 100
-Memory usage per processor = 2.02216 Mbytes
+Memory usage per processor = 2.0318 Mbytes
Step Temp E_pair E_mol TotEng Press
0 1802.5039 -2211.666 0 -2092.8401 12351.692
10 996.01982 -2158.3093 0 -2092.649 14285.475
20 590.09928 -2131.1531 0 -2092.2521 12113.964
30 1033.01 -2159.2522 0 -2091.1534 6860.4116
40 724.76581 -2137.281 0 -2089.5025 5999.4372
50 489.66604 -2120.8082 0 -2088.5281 6403.4234
60 960.70653 -2150.7394 0 -2087.407 5687.324
70 908.41498 -2145.7665 0 -2085.8813 8220.9655
80 796.82286 -2137.1227 0 -2084.5941 11307.153
90 1245.9045 -2164.9841 0 -2082.8507 11282.071
100 1083.0647 -2152.0805 0 -2080.682 12015.018
-Loop time of 0.200245 on 1 procs for 100 steps with 511 atoms
+Loop time of 0.199962 on 1 procs for 100 steps with 511 atoms
-Pair time (%) = 0.196106 (97.9332)
-Neigh time (%) = 0.00138807 (0.693188)
-Comm time (%) = 0.000854492 (0.426724)
-Outpt time (%) = 7.39098e-05 (0.0369097)
-Other time (%) = 0.00182223 (0.910002)
+Pair time (%) = 0.195804 (97.9207)
+Neigh time (%) = 0.00138426 (0.692261)
+Comm time (%) = 0.000849485 (0.424824)
+Outpt time (%) = 6.74725e-05 (0.0337427)
+Other time (%) = 0.00185657 (0.92846)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13996 ave 13996 max 13996 min
+FullNghs: 13996 ave 13996 max 13996 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13996
Ave neighs/atom = 27.3894
Neighbor list builds = 2
Dangerous builds = 0
# only output atoms near vacancy
compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
compute patom all pe/atom
compute pe all reduce sum c_patom
compute satom all stress/atom
compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
thermo_style custom step temp pe c_pe press v_press
compute 1 all event/displace 0.5
prd 2000 100 10 10 100 1 54985 temp $t min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
prd 2000 100 10 10 100 1 54985 temp 1800 min ${etol} ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 ${maxiter} ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 ${maxeval} vel all uniform
-prd 2000 100 10 10 100 1 54985 temp 1800 min 1e-05 1e-05 100 100 vel all uniform
-WARNING: Resetting reneighboring criteria during PRD (prd.cpp:199)
-Memory usage per processor = 3.73877 Mbytes
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} vel all uniform
+prd 2000 100 10 10 100 1 54985 temp 1800 min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 vel all uniform
+WARNING: Resetting reneighboring criteria during PRD (prd.cpp:201)
+Memory usage per processor = 3.74842 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1083.0647 -2211.0684 -2211.0684 7372.2593 -7372.2593
119 1083.0647 -2211.6557 -2211.6557 7411.1722 -7411.1722
-Loop time of 0.0545528 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0556021 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1083.0647 -2152.0805 -2152.0805 12015.018 -12015.018
110 1495.0763 -2129.2427 -2129.2427 17292.034 -17292.034
120 1695.6936 -2119.9568 -2119.9568 19395.276 -19395.276
130 1720.2165 -2112.5918 -2112.5918 19379.647 -19379.647
140 1792.9012 -2110.2027 -2110.2027 20162.681 -20162.681
150 1826.4633 -2110.1906 -2110.1906 19821.473 -19821.473
160 1707.1346 -2102.4592 -2102.4592 19283.638 -19283.638
170 1889.7308 -2106.7875 -2106.7875 19121.04 -19121.04
180 1726.1399 -2100.5051 -2100.5051 17912.961 -17912.961
190 1725.2909 -2094.183 -2094.183 17836.706 -17836.706
200 1797.4072 -2092.6159 -2092.6159 17749.283 -17749.283
-Loop time of 0.220981 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.219582 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
100 1797.4072 -2092.6159 -2092.6159 17749.283 -17749.283
110 1749.1865 -2088.09 -2088.09 17886.987 -17886.987
120 1730.091 -2085.5138 -2085.5138 16298.238 -16298.238
130 1725.5695 -2083.8602 -2083.8602 14810.515 -14810.515
140 1742.8337 -2083.604 -2083.604 14304.4 -14304.4
150 1755.1691 -2082.9974 -2082.9974 14289.749 -14289.749
160 1730.1652 -2079.9294 -2079.9294 14796.483 -14796.483
170 1746.47 -2079.5667 -2079.5667 14891.286 -14891.286
180 1867.6791 -2086.0994 -2086.0994 15143.089 -15143.089
190 1826.3577 -2081.9693 -2081.9693 14842.324 -14842.324
200 1890.4086 -2084.9324 -2084.9324 15298.464 -15298.464
-Loop time of 0.227842 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228683 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
200 1890.4086 -2084.9324 -2084.9324 15298.464 -15298.464
218 1890.4086 -2213.3051 -2213.3051 9595.2117 -9595.2117
-Loop time of 0.0460188 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0460262 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
200 1890.4086 -2083.245 -2083.245 15721.201 -15721.201
210 1895.0321 -2082.3794 -2082.3794 16182.652 -16182.652
220 1967.6529 -2086.173 -2086.173 15532.872 -15532.872
230 1820.3126 -2075.6591 -2075.6591 15093.435 -15093.435
240 1713.4056 -2067.9324 -2067.9324 14623.702 -14623.702
250 1806.5325 -2073.3192 -2073.3192 13241.861 -13241.861
260 1838.2185 -2074.62 -2074.62 12793.039 -12793.039
270 1796.1907 -2071.1002 -2071.1002 13382.202 -13382.202
280 1855.3253 -2074.2821 -2074.2821 14014.125 -14014.125
290 1915.1832 -2077.5543 -2077.5543 15817.805 -15817.805
300 1943.8007 -2078.9069 -2078.9069 17664.976 -17664.976
-Loop time of 0.231957 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.233072 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
300 1943.8007 -2078.9069 -2078.9069 17664.976 -17664.976
320 1943.8007 -2213.3262 -2213.3262 9968.2615 -9968.2615
-Loop time of 0.054142 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0541098 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1943.8007 -2078.9069 -2078.9069 17664.976 -17664.976
310 1830.358 -2077.8168 -2077.8168 14980.856 -14980.856
320 1816.8748 -2078.525 -2078.525 14548.875 -14548.875
330 1812.5384 -2078.949 -2078.949 13614.012 -13614.012
340 1854.3003 -2082.1223 -2082.1223 13185.902 -13185.902
350 1853.1764 -2085.2567 -2085.2567 12110.408 -12110.408
360 1853.1119 -2088.4344 -2088.4344 12224.055 -12224.055
370 1837.6042 -2090.6376 -2090.6376 11312.576 -11312.576
380 1790.0042 -2089.7364 -2089.7364 11726.39 -11726.39
390 1704.071 -2083.1405 -2083.1405 11697.254 -11697.254
400 1828.0893 -2084.6844 -2084.6844 12331.728 -12331.728
-Loop time of 0.225539 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.226976 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
300 1828.0893 -2084.6844 -2084.6844 12331.728 -12331.728
310 1818.7058 -2083.7777 -2083.7777 13364.201 -13364.201
320 1784.6932 -2081.2738 -2081.2738 13319.356 -13319.356
330 1781.3136 -2080.7661 -2080.7661 12726.586 -12726.586
340 1850.504 -2085.0411 -2085.0411 12804.72 -12804.72
350 1806.9896 -2081.9086 -2081.9086 12799.418 -12799.418
360 1797.0754 -2081.008 -2081.008 12932.182 -12932.182
370 1939.3485 -2090.1815 -2090.1815 12022.081 -12022.081
380 1833.459 -2083.0989 -2083.0989 12722.114 -12722.114
390 1767.2468 -2078.7079 -2078.7079 12994.83 -12994.83
400 1840.9497 -2083.5253 -2083.5253 12470.362 -12470.362
-Loop time of 0.226355 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227942 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
400 1840.9497 -2083.5253 -2083.5253 12470.362 -12470.362
418 1840.9497 -2213.3059 -2213.3059 9257.8757 -9257.8757
-Loop time of 0.0465908 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.046737 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
400 1840.9497 -2083.5253 -2083.5253 12470.362 -12470.362
410 1825.8375 -2082.5217 -2082.5217 12012.844 -12012.844
420 1723.3215 -2075.7602 -2075.7602 11394.557 -11394.557
430 1764.1446 -2078.4055 -2078.4055 9429.6621 -9429.6621
440 1722.8256 -2075.5423 -2075.5423 10622.932 -10622.932
450 1746.9424 -2076.92 -2076.92 11529.679 -11529.679
460 1837.7686 -2082.6258 -2082.6258 12192.008 -12192.008
470 1853.9148 -2083.4249 -2083.4249 13244.632 -13244.632
480 1853.6885 -2083.2159 -2083.2159 14116.299 -14116.299
490 1915.2224 -2087.1642 -2087.1642 14632.565 -14632.565
500 1936.7625 -2088.6317 -2088.6317 14188.134 -14188.134
-Loop time of 0.224752 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.226231 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
500 1936.7625 -2088.6317 -2088.6317 14188.134 -14188.134
519 1936.7625 -2213.3032 -2213.3032 9913.4596 -9913.4596
-Loop time of 0.0457649 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0458939 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
500 1936.7625 -2088.6317 -2088.6317 14188.134 -14188.134
510 1834.5516 -2082.0916 -2082.0916 13945.662 -13945.662
520 1805.8538 -2080.48 -2080.48 11915.304 -11915.304
530 1719.5829 -2075.0416 -2075.0416 10641.83 -10641.83
540 1700.9425 -2073.9843 -2073.9843 10638.084 -10638.084
550 1721.0296 -2075.3479 -2075.3479 10855.732 -10855.732
560 1792.256 -2080.0028 -2080.0028 10718.277 -10718.277
570 1816.469 -2081.5215 -2081.5215 12281.721 -12281.721
580 1898.1645 -2086.8779 -2086.8779 13891.519 -13891.519
590 1909.9896 -2087.7381 -2087.7381 15407.945 -15407.945
600 1905.9376 -2087.7136 -2087.7136 15536.218 -15536.218
-Loop time of 0.227344 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228947 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
600 1905.9376 -2087.7136 -2087.7136 15536.218 -15536.218
620 1905.9376 -2213.3226 -2213.3226 9705.2581 -9705.2581
-Loop time of 0.0512102 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0514681 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
600 1905.9376 -2087.7136 -2087.7136 15536.218 -15536.218
610 1898.495 -2087.6161 -2087.6161 13863.644 -13863.644
620 1873.699 -2086.5202 -2086.5202 11778.817 -11778.817
630 1744.3676 -2078.5837 -2078.5837 11019.865 -11019.865
640 1681.2181 -2074.9263 -2074.9263 9815.9404 -9815.9404
650 1707.9678 -2077.065 -2077.065 10236.708 -10236.708
660 1719.4888 -2078.0855 -2078.0855 10716.295 -10716.295
670 1694.7476 -2076.6002 -2076.6002 10237.649 -10237.649
680 1773.8128 -2081.8591 -2081.8591 12034.22 -12034.22
690 1832.6905 -2085.7381 -2085.7381 12268.403 -12268.403
700 1872.2418 -2088.3939 -2088.3939 12841.871 -12841.871
-Loop time of 0.22911 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227463 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
700 1872.2418 -2088.3939 -2088.3939 12841.871 -12841.871
718 1872.2418 -2213.2732 -2213.2732 9469.3455 -9469.3455
-Loop time of 0.047549 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0468318 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
700 1872.2418 -2088.3939 -2088.3939 12841.871 -12841.871
710 1856.1726 -2087.4734 -2087.4734 12587.6 -12587.6
720 1809.0844 -2084.5719 -2084.5719 11962.825 -11962.825
730 1813.7498 -2085.1228 -2085.1228 12275.918 -12275.918
740 1778.4404 -2083.0339 -2083.0339 12609.945 -12609.945
750 1793.7621 -2084.2846 -2084.2846 12022.021 -12022.021
760 1756.218 -2082.0146 -2082.0146 11970.105 -11970.105
770 1788.1399 -2084.3038 -2084.3038 11486.204 -11486.204
780 1752.5386 -2082.1061 -2082.1061 11773.768 -11773.768
790 1737.5719 -2081.2139 -2081.2139 12812.397 -12812.397
800 1760.5292 -2082.7503 -2082.7503 13832.216 -13832.216
-Loop time of 0.227638 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229003 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
800 1760.5292 -2082.7503 -2082.7503 13832.216 -13832.216
817 1760.5292 -2213.2818 -2213.2818 8701.2542 -8701.2542
-Loop time of 0.0444729 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0445819 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1760.5292 -2082.7503 -2082.7503 13832.216 -13832.216
810 1824.7855 -2084.3929 -2084.3929 13668.719 -13668.719
820 1712.4425 -2078.6074 -2078.6074 12847.66 -12847.66
830 1875.2236 -2083.5586 -2083.5586 12721.192 -12721.192
840 1802.2145 -2083.7392 -2083.7392 11989.282 -11989.282
850 1820.2177 -2085.1324 -2085.1324 11057.193 -11057.193
860 1730.3595 -2080.5914 -2080.5914 11507.405 -11507.405
870 1809.9784 -2081.2823 -2081.2823 12298.894 -12298.894
880 1803.9222 -2081.5723 -2081.5723 11947.359 -11947.359
890 1757.0085 -2078.7491 -2078.7491 12561.76 -12561.76
900 1809.447 -2079.3762 -2079.3762 12554.534 -12554.534
-Loop time of 0.227705 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.229334 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
800 1809.447 -2079.3762 -2079.3762 12554.534 -12554.534
810 1806.5101 -2079.1895 -2079.1895 11903.119 -11903.119
820 1785.2438 -2077.8038 -2077.8038 11702.485 -11702.485
830 1781.1685 -2077.5303 -2077.5303 12703.961 -12703.961
840 1863.47 -2082.9537 -2082.9537 13361.794 -13361.794
850 1879.7765 -2084.0849 -2084.0849 14480.503 -14480.503
860 1906.2551 -2086.0185 -2086.0185 14752.263 -14752.263
870 1882.1344 -2084.7545 -2084.7545 15091.996 -15091.996
880 1868.6595 -2084.3355 -2084.3355 14227.917 -14227.917
890 1806.8883 -2080.8098 -2080.8098 13418.625 -13418.625
900 1813.034 -2081.8053 -2081.8053 13267.308 -13267.308
-Loop time of 0.226983 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228557 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
900 1813.034 -2081.8053 -2081.8053 13267.308 -13267.308
917 1813.034 -2213.2328 -2213.2328 9058.7627 -9058.7627
-Loop time of 0.043222 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0433311 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
900 1813.034 -2081.8053 -2081.8053 13267.308 -13267.308
910 1790.47 -2080.925 -2080.925 13187.347 -13187.347
920 1773.8688 -2080.4392 -2080.4392 12634.894 -12634.894
930 1785.9855 -2081.8252 -2081.8252 12561.505 -12561.505
940 1801.3588 -2083.4277 -2083.4277 12028.691 -12028.691
950 1778.6138 -2082.521 -2082.521 12646.355 -12646.355
960 1764.4699 -2082.1518 -2082.1518 11945.626 -11945.626
970 1778.2914 -2083.5962 -2083.5962 11676.59 -11676.59
980 1763.0077 -2083.0977 -2083.0977 12675.07 -12675.07
990 1724.8156 -2081.0275 -2081.0275 12706.385 -12706.385
1000 1789.1021 -2085.6571 -2085.6571 12733.814 -12733.814
-Loop time of 0.227145 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228717 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1000 1789.1021 -2085.6571 -2085.6571 12733.814 -12733.814
1019 1789.1021 -2213.3142 -2213.3142 8903.9364 -8903.9364
-Loop time of 0.0538819 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0541492 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1789.1021 -2085.6571 -2085.6571 12733.814 -12733.814
1010 1803.5662 -2086.2788 -2086.2788 12296.832 -12296.832
1020 1721.4631 -2081.4632 -2081.4632 12617.022 -12617.022
1030 1901.5059 -2088.5616 -2088.5616 13322.949 -13322.949
1040 1790.4919 -2088.3943 -2088.3943 11842.661 -11842.661
1050 1728.9375 -2084.1491 -2084.1491 11186.843 -11186.843
1060 1822.9805 -2086.1115 -2086.1115 11654.623 -11654.623
1070 1793.5987 -2086.1655 -2086.1655 11565.879 -11565.879
1080 1774.9684 -2085.0099 -2085.0099 11788.082 -11788.082
1090 1875.45 -2090.5357 -2090.5357 12023.082 -12023.082
1100 1770.2149 -2089.1678 -2089.1678 11314.012 -11314.012
-Loop time of 0.226134 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.228125 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1000 1770.2149 -2089.1678 -2089.1678 11314.012 -11314.012
1010 1751.5551 -2088.5144 -2088.5144 11418.611 -11418.611
1020 1783.4529 -2091.1906 -2091.1906 11869.563 -11869.563
1030 1724.468 -2087.853 -2087.853 11660.095 -11660.095
1040 1700.0952 -2086.721 -2086.721 10696.55 -10696.55
1050 1760.1423 -2091.0982 -2091.0982 9178.1354 -9178.1354
1060 1644.0734 -2083.7826 -2083.7826 9093.1125 -9093.1125
1070 1613.8056 -2081.9631 -2081.9631 9591.8493 -9591.8493
1080 1709.8502 -2088.2878 -2088.2878 9538.5577 -9538.5577
1090 1676.8021 -2085.9346 -2085.9346 10766.925 -10766.925
1100 1718.403 -2088.3484 -2088.3484 10949.517 -10949.517
-Loop time of 0.227753 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.227946 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1100 1718.403 -2088.3484 -2088.3484 10949.517 -10949.517
1117 1718.403 -2213.2587 -2213.2587 8409.3544 -8409.3544
-Loop time of 0.044637 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.045167 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1100 1718.403 -2088.3484 -2088.3484 10949.517 -10949.517
1110 1765.1951 -2090.924 -2090.924 10989.261 -10989.261
1120 1739.4922 -2088.58 -2088.58 11689.558 -11689.558
1130 1727.0447 -2086.942 -2086.942 12283.035 -12283.035
1140 1785.7915 -2089.784 -2089.784 11818.431 -11818.431
1150 1809.8869 -2090.1546 -2090.1546 10879.76 -10879.76
1160 1744.4121 -2084.5197 -2084.5197 11286.034 -11286.034
1170 1757.7394 -2084.0004 -2084.0004 11548.282 -11548.282
1180 1821.8601 -2086.7401 -2086.7401 11282.746 -11282.746
1190 1801.9718 -2084.0004 -2084.0004 11879.914 -11879.914
1200 1778.413 -2081.1797 -2081.1797 11763.504 -11763.504
-Loop time of 0.231579 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228988 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1200 1778.413 -2081.1797 -2081.1797 11763.504 -11763.504
1220 1778.413 -2213.2935 -2213.2935 8826.8778 -8826.8778
-Loop time of 0.0571249 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.056355 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1200 1778.413 -2081.1797 -2081.1797 11763.504 -11763.504
1210 1779.9735 -2080.1523 -2080.1523 11767.914 -11767.914
1220 1761.523 -2077.9508 -2077.9508 12102.479 -12102.479
1230 1799.751 -2079.6111 -2079.6111 11976.738 -11976.738
1240 1852.8341 -2082.3812 -2082.3812 12122.449 -12122.449
1250 1835.3624 -2080.6598 -2080.6598 12594.439 -12594.439
1260 1822.3142 -2079.3754 -2079.3754 12980.571 -12980.571
1270 1824.7898 -2079.2048 -2079.2048 13133.515 -13133.515
1280 1835.3097 -2079.6291 -2079.6291 13141.016 -13141.016
1290 1918.3152 -2084.9315 -2084.9315 12831.552 -12831.552
1300 1872.0268 -2081.8383 -2081.8383 12855.872 -12855.872
-Loop time of 0.231616 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229217 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1300 1872.0268 -2081.8383 -2081.8383 12855.872 -12855.872
1320 1872.0268 -2213.3016 -2213.3016 9471.4837 -9471.4837
-Loop time of 0.0559161 on 1 procs for 20 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0549281 on 1 procs for 20 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1300 1872.0268 -2081.8383 -2081.8383 12855.872 -12855.872
1310 1842.2091 -2079.9447 -2079.9447 11930.547 -11930.547
1320 1839.1324 -2079.8702 -2079.8702 11520.211 -11520.211
1330 1781.5944 -2076.2294 -2076.2294 12517.772 -12517.772
1340 1808.2791 -2078.1377 -2078.1377 12331.797 -12331.797
1350 1825.5011 -2079.4214 -2079.4214 12959.817 -12959.817
1360 1805.1617 -2078.2612 -2078.2612 12283.097 -12283.097
1370 1794.2198 -2077.7174 -2077.7174 11854.379 -11854.379
1380 1856.0315 -2081.9959 -2081.9959 12222.656 -12222.656
1390 1830.6929 -2080.5837 -2080.5837 12676.219 -12676.219
1400 1787.3453 -2078.0218 -2078.0218 12795.723 -12795.723
-Loop time of 0.231967 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229278 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1400 1787.3453 -2078.0218 -2078.0218 12795.723 -12795.723
1419 1787.3453 -2213.3099 -2213.3099 8888.2838 -8888.2838
-Loop time of 0.0533779 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0524161 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1400 1787.3453 -2083.1407 -2083.1407 12644.184 -12644.184
1410 1858.6264 -2088.1699 -2088.1699 13665.536 -13665.536
1420 1836.7078 -2087.1342 -2087.1342 13718.627 -13718.627
1430 1761.5946 -2082.6238 -2082.6238 13729.715 -13729.715
1440 1825.9335 -2087.3258 -2087.3258 13009.414 -13009.414
1450 1817.7629 -2087.2906 -2087.2906 12876.965 -12876.965
1460 1773.2189 -2084.9022 -2084.9022 12124.77 -12124.77
1470 1742.8153 -2083.4385 -2083.4385 11686.602 -11686.602
1480 1741.4145 -2083.843 -2083.843 11494.225 -11494.225
1490 1765.3668 -2085.8995 -2085.8995 11215.781 -11215.781
1500 1760.2197 -2086.0116 -2086.0116 11232.652 -11232.652
-Loop time of 0.227673 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228275 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1500 1760.2197 -2086.0116 -2086.0116 11232.652 -11232.652
1517 1760.2197 -2213.245 -2213.245 8696.1847 -8696.1847
-Loop time of 0.0443079 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0442488 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1500 1760.2197 -2088.1491 -2088.1491 12985.172 -12985.172
1510 1927.1878 -2099.7308 -2099.7308 12023.236 -12023.236
1520 1616.4053 -2079.8776 -2079.8776 12507.037 -12507.037
1530 1598.2599 -2079.1598 -2079.1598 11597.301 -11597.301
1540 1792.8199 -2092.3519 -2092.3519 10302.629 -10302.629
1550 1633.2272 -2082.1258 -2082.1258 11028.733 -11028.733
1560 1596.4787 -2079.8411 -2079.8411 11401.206 -11401.206
1570 1803.3749 -2093.4571 -2093.4571 11211.847 -11211.847
1580 1632.0154 -2081.9939 -2081.9939 13381.635 -13381.635
1590 1718.3971 -2087.372 -2087.372 14772.258 -14772.258
1600 2048.734 -2108.6472 -2108.6472 14338.8 -14338.8
-Loop time of 0.227694 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229118 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1600 2048.734 -2108.6472 -2108.6472 14338.8 -14338.8
1618 2048.734 -2213.2799 -2213.2799 10685.447 -10685.447
-Loop time of 0.038959 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.03898 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 2048.734 -2108.6472 -2108.6472 14338.8 -14338.8
1610 1699.675 -2080.9037 -2080.9037 11840.386 -11840.386
1620 1817.4828 -2081.4111 -2081.4111 13490.885 -13490.885
1630 1813.0686 -2081.5266 -2081.5266 13881.909 -13881.909
1640 1779.9893 -2079.3276 -2079.3276 13857.386 -13857.386
1650 1937.4396 -2087.3853 -2087.3853 13788.514 -13788.514
1660 1762.8309 -2083.9296 -2083.9296 12151.903 -12151.903
1670 1791.277 -2082.2407 -2082.2407 12210.144 -12210.144
1680 1803.435 -2081.2765 -2081.2765 12398.317 -12398.317
1690 1802.7286 -2080.2585 -2080.2585 12311.1 -12311.1
1700 1825.8738 -2080.7812 -2080.7812 12487.488 -12487.488
-Loop time of 0.228129 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.229152 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1600 1825.8738 -2080.7812 -2080.7812 12487.488 -12487.488
1610 1818.7567 -2079.2051 -2079.2051 12961.247 -12961.247
1620 1853.2617 -2080.4774 -2080.4774 13334.998 -13334.998
1630 1845.6923 -2079.1003 -2079.1003 14024.126 -14024.126
1640 1842.4692 -2078.142 -2078.142 13972.69 -13972.69
1650 1932.9485 -2083.4976 -2083.4976 13927.397 -13927.397
1660 1891.8513 -2080.3519 -2080.3519 14382.688 -14382.688
1670 1871.3356 -2078.7396 -2078.7396 15250.018 -15250.018
1680 1889.0458 -2079.7669 -2079.7669 14923.552 -14923.552
1690 1896.2267 -2080.2296 -2080.2296 13037.903 -13037.903
1700 1836.5539 -2076.3875 -2076.3875 12688.151 -12688.151
-Loop time of 0.228841 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.22974 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1700 1836.5539 -2076.3875 -2076.3875 12688.151 -12688.151
1716 1836.5539 -2213.2588 -2213.2588 9221.7377 -9221.7377
-Loop time of 0.0428541 on 1 procs for 16 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.042166 on 1 procs for 16 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1700 1836.5539 -2076.3875 -2076.3875 12688.151 -12688.151
1710 1859.5138 -2078.0746 -2078.0746 12410.243 -12410.243
1720 1819.1932 -2075.6335 -2075.6335 12724.601 -12724.601
1730 1813.3698 -2075.501 -2075.501 12702.894 -12702.894
1740 1840.4368 -2077.5556 -2077.5556 13145.533 -13145.533
1750 1872.195 -2079.983 -2079.983 13220.848 -13220.848
1760 1847.9633 -2078.804 -2078.804 13870.064 -13870.064
1770 1887.8505 -2081.9384 -2081.9384 15041.963 -15041.963
1780 1967.1648 -2087.8474 -2087.8474 14594.014 -14594.014
1790 1866.7002 -2082.0986 -2082.0986 13615.248 -13615.248
1800 1761.77 -2076.1141 -2076.1141 12320.655 -12320.655
-Loop time of 0.232462 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.229012 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1800 1761.77 -2076.1141 -2076.1141 12320.655 -12320.655
1819 1761.77 -2213.2705 -2213.2705 8712.9668 -8712.9668
-Loop time of 0.043287 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.042516 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1800 1761.77 -2076.1141 -2076.1141 12320.655 -12320.655
1810 1703.4947 -2073.1063 -2073.1063 12008.391 -12008.391
1820 1780.1034 -2078.8985 -2078.8985 11424.159 -11424.159
1830 1792.3191 -2080.4109 -2080.4109 11527.375 -11527.375
1840 1740.7982 -2077.6542 -2077.6542 13041.565 -13041.565
1850 1860.8658 -2086.1706 -2086.1706 14356.817 -14356.817
1860 1942.1014 -2092.2204 -2092.2204 14527.618 -14527.618
1870 1830.8975 -2085.683 -2085.683 15024.292 -15024.292
1880 1809.0262 -2085.0269 -2085.0269 14356.631 -14356.631
1890 1832.6706 -2087.3315 -2087.3315 13353.932 -13353.932
1900 1791.352 -2085.3156 -2085.3156 12909.588 -12909.588
-Loop time of 0.227046 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228083 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
1900 1791.352 -2085.3156 -2085.3156 12909.588 -12909.588
1917 1791.352 -2213.2561 -2213.2561 8912.2973 -8912.2973
-Loop time of 0.0440671 on 1 procs for 17 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.044138 on 1 procs for 17 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1791.352 -2085.3156 -2085.3156 12909.588 -12909.588
1910 1839.8996 -2088.5949 -2088.5949 13946.912 -13946.912
1920 1728.8047 -2084.4404 -2084.4404 13398.47 -13398.47
1930 1844.6379 -2087.8523 -2087.8523 12606.037 -12606.037
1940 1750.4698 -2084.9552 -2084.9552 12830.245 -12830.245
1950 1777.4189 -2083.7326 -2083.7326 12890.868 -12890.868
1960 1757.0139 -2081.0743 -2081.0743 12928.49 -12928.49
1970 1815.4975 -2082.2189 -2082.2189 12590.606 -12590.606
1980 1820.5692 -2083.6914 -2083.6914 11259.175 -11259.175
1990 1760.8482 -2081.178 -2081.178 12204.966 -12204.966
2000 1888.8176 -2087.1036 -2087.1036 12717.455 -12717.455
-Loop time of 0.225181 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.226744 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
1900 1888.8176 -2087.1036 -2087.1036 12717.455 -12717.455
1910 1835.8382 -2083.7475 -2083.7475 13543.202 -13543.202
1920 1838.6207 -2084.1142 -2084.1142 13995.434 -13995.434
1930 1844.8228 -2084.7395 -2084.7395 14254.28 -14254.28
1940 1809.1821 -2082.6216 -2082.6216 14113.256 -14113.256
1950 1866.6498 -2086.6639 -2086.6639 13152.916 -13152.916
1960 1854.176 -2086.1617 -2086.1617 11993.967 -11993.967
1970 1710.438 -2077.0061 -2077.0061 12356.799 -12356.799
1980 1713.8796 -2077.4442 -2077.4442 12066.558 -12066.558
1990 1830.1984 -2085.2536 -2085.2536 11224.423 -11224.423
2000 1745.1241 -2079.7516 -2079.7516 12000.282 -12000.282
-Loop time of 0.227497 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.228773 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2000 1745.1241 -2079.7516 -2079.7516 12000.282 -12000.282
2018 1745.1241 -2213.2723 -2213.2723 8595.2359 -8595.2359
-Loop time of 0.0472109 on 1 procs for 18 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.047271 on 1 procs for 18 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2000 1745.1241 -2079.7516 -2079.7516 12000.282 -12000.282
2010 1764.5303 -2081.1092 -2081.1092 12533.707 -12533.707
2020 1803.9081 -2083.7299 -2083.7299 12751.448 -12751.448
2030 1839.3617 -2086.0949 -2086.0949 12814.216 -12814.216
2040 1868.2548 -2088.0926 -2088.0926 13020.533 -13020.533
2050 1793.5586 -2083.3252 -2083.3252 13251.553 -13251.553
2060 1775.5342 -2082.3028 -2082.3028 12783.678 -12783.678
2070 1851.6766 -2087.482 -2087.482 12508.389 -12508.389
2080 1855.9094 -2087.9994 -2087.9994 12382.735 -12382.735
2090 1728.9486 -2079.9079 -2079.9079 12119.774 -12119.774
2100 1750.5079 -2081.5748 -2081.5748 11279.495 -11279.495
-Loop time of 0.224497 on 1 procs for 100 steps with 511 atoms
-Memory usage per processor = 4.27283 Mbytes
+Loop time of 0.225841 on 1 procs for 100 steps with 511 atoms
+Memory usage per processor = 4.28247 Mbytes
Step Temp PotEng pe Press press
2100 1750.5079 -2081.5748 -2081.5748 11279.495 -11279.495
2119 1750.5079 -2213.2837 -2213.2837 8634.903 -8634.903
-Loop time of 0.0529981 on 1 procs for 19 steps with 511 atoms
-Memory usage per processor = 3.58618 Mbytes
+Loop time of 0.0530138 on 1 procs for 19 steps with 511 atoms
+Memory usage per processor = 3.59583 Mbytes
Step Temp PotEng pe Press press
2100 1750.5079 -2081.5748 -2081.5748 11279.495 -11279.495
-Loop time of 7.15221 on 1 procs for 19 steps with 511 atoms
+Loop time of 7.17719 on 1 procs for 19 steps with 511 atoms
PRD stats:
- Dephase time (%) = 1.35367 (18.9266)
- Dynamics time (%) = 4.56775 (63.8649)
- Quench time (%) = 0.957592 (13.3888)
- Other time (%) = 0.0734553 (1.02703)
+ Dephase time (%) = 1.35991 (18.9477)
+ Dynamics time (%) = 4.57289 (63.7142)
+ Quench time (%) = 0.954329 (13.2967)
+ Other time (%) = 0.0748234 (1.04252)
Nlocal: 511 ave 511 max 511 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1017 ave 1017 max 1017 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13354 ave 13354 max 13354 min
+FullNghs: 13354 ave 13354 max 13354 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 13354
Ave neighs/atom = 26.1331
Neighbor list builds = 98
Dangerous builds = 0
diff --git a/examples/prd/log.prd.9Jan12.linux.4 b/examples/prd/log.prd.9Jan12.linux.4
deleted file mode 100644
index 77d0fb331..000000000
--- a/examples/prd/log.prd.9Jan12.linux.4
+++ /dev/null
@@ -1,12 +0,0 @@
-LAMMPS (10 Jan 2012)
-Running on 4 partitions of processors
-Step CPU Clock Event Correlated Coincident Replica
-100 0.000 0 0 0 0 0
-200 0.507 400 1 0 4 1
-700 2.190 2100 2 0 2 3
-900 2.991 2600 3 0 1 3
-1400 4.674 4300 4 0 1 2
-1500 4.963 4400 5 1 1 2
-1800 6.052 5300 6 0 2 3
-2100 7.149 6200 7 0 1 3
-Loop time of 7.15226 on 4 procs for 2000 steps with 511 atoms
diff --git a/examples/reax/in.reaxc.tatb b/examples/reax/in.reaxc.tatb
index 46c9741d5..9fbfdc4a4 100644
--- a/examples/reax/in.reaxc.tatb
+++ b/examples/reax/in.reaxc.tatb
@@ -1,51 +1,51 @@
# ReaxFF potential for TATB system
# this run is equivalent to reax/in.reax.tatb,
units real
atom_style charge
read_data data.tatb
pair_style reax/c control.reax_c.tatb
pair_coeff * * ffield.reax 1 2 3 4
compute reax all pair reax/c
variable eb equal c_reax[1]
variable ea equal c_reax[2]
variable elp equal c_reax[3]
variable emol equal c_reax[4]
variable ev equal c_reax[5]
variable epen equal c_reax[6]
variable ecoa equal c_reax[7]
variable ehb equal c_reax[8]
variable et equal c_reax[9]
variable eco equal c_reax[10]
variable ew equal c_reax[11]
variable ep equal c_reax[12]
variable efi equal c_reax[13]
variable eqeq equal c_reax[14]
neighbor 2.5 bin
neigh_modify delay 0 every 5 check no
fix 1 all nve
fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
+#fix 3 all reax/c/bonds 1 3 5 bonds.reaxc
thermo 5
thermo_style custom step temp epair etotal press &
v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa &
v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
timestep 0.0625
#dump 1 all custom 100 dump.reaxc.tatb id type q x y z
#dump 1 all image 5 image.*.jpg type type &
# axes yes 0.8 0.02 view 60 -30
#dump_modify 1 pad 3
-fix 3 all reax/c/bonds 1 1 25 bonds.reaxc.tatb
+fix 3 all species 1 5 5 species.tatb
run 25
-
diff --git a/examples/reax/log.reax.rdx.18Feb13.linux.1 b/examples/reax/log.reax.rdx.18Feb13.linux.1
new file mode 100644
index 000000000..7714eb9c9
--- /dev/null
+++ b/examples/reax/log.reax.rdx.18Feb13.linux.1
@@ -0,0 +1,81 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for RDX system
+
+units real
+
+atom_style charge
+read_data data.rdx
+ orthogonal box = (35 35 35) to (48 48 48)
+ 1 by 1 by 1 MPI processor grid
+ 21 atoms
+
+# reax args: hbcut hbnewflag tripflag precision
+
+pair_style reax 6.0 1 1 1.0e-6
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify every 10 delay 0 check no
+
+fix 1 all nve
+
+thermo 10
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 1.0
+
+#dump 1 all custom 10 dump.reax.rdx id type q xs ys zs
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+run 100
+Memory usage per processor = 2.21677 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -1885.1268 -1885.1268 27233.074 -2958.4712 79.527715 0.31082031 0 97.771125 25.846176 -0.18034154 0 16.709078 -9.1620736 938.43732 -244.79972 0 168.8843
+ 10 1281.7558 -1989.1322 -1912.7188 -19609.913 -2733.8828 -15.775275 0.20055725 0 55.020231 3.1070523 -77.710916 0 14.963568 -5.8082204 843.41939 -180.17724 0 107.5115
+ 20 516.83079 -1941.677 -1910.8655 -12525.411 -2801.8626 7.4107972 0.073134187 0 81.986983 0.2281551 -57.494871 0 30.656735 -10.102557 877.78696 -158.93385 0 88.574159
+ 30 467.2641 -1940.978 -1913.1215 -35957.488 -2755.021 -6.9179958 0.049322445 0 78.853174 0.13604392 -51.653635 0 19.862871 -9.7098575 853.79334 -151.232 0 80.861769
+ 40 647.45542 -1951.1994 -1912.6006 -5883.714 -2798.3556 17.33481 0.15102863 0 63.235118 0.18070929 -54.59896 0 17.325008 -12.052278 883.01668 -164.21335 0 96.777423
+ 50 716.38085 -1949.4707 -1906.7628 5473.2048 -2800.931 9.2056931 0.1541327 0 85.37148 3.2986104 -78.253597 0 34.86177 -8.5531232 882.01439 -193.8522 0 117.21316
+ 60 1175.2706 -1975.961 -1905.8958 -1939.4802 -2726.5818 -11.651983 0.24296785 0 48.320653 7.1799711 -75.363637 0 16.520124 -4.8869434 844.75415 -194.23296 0 119.73842
+ 70 1156.7 -1975.3463 -1906.3882 24628.243 -2880.5226 25.652536 0.26894314 0 83.724875 7.1049199 -68.70095 0 24.750741 -8.6338272 911.20093 -183.41949 0 113.22771
+ 80 840.23792 -1955.4773 -1905.3855 -17731.433 -2755.7299 -8.0168345 0.13867988 0 86.147409 2.2387302 -76.945849 0 23.595809 -7.2609612 853.63488 -167.88294 0 94.603642
+ 90 365.79009 -1926.4058 -1904.5988 898.4147 -2842.1833 47.368255 0.23109012 0 92.288131 0.38031335 -61.361504 0 18.476365 -12.255471 900.24235 -186.48053 0 116.88854
+ 100 801.32068 -1953.4184 -1905.6467 -2417.7238 -2802.725 4.6677502 0.18046561 0 76.730118 5.4177141 -77.102576 0 24.997222 -7.7554226 898.67346 -196.89124 0 120.38907
+Loop time of 0.419315 on 1 procs for 100 steps with 21 atoms
+
+Pair time (%) = 0.417611 (99.5936)
+Neigh time (%) = 0.000760555 (0.18138)
+Comm time (%) = 0.000501871 (0.119688)
+Outpt time (%) = 0.000254154 (0.0606118)
+Other time (%) = 0.000187635 (0.0447481)
+
+Nlocal: 21 ave 21 max 21 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 546 ave 546 max 546 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 1106 ave 1106 max 1106 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1106
+Ave neighs/atom = 52.6667
+Neighbor list builds = 10
+Dangerous builds = 0
diff --git a/examples/reax/log.reax.rdx.18Feb13.linux.4 b/examples/reax/log.reax.rdx.18Feb13.linux.4
new file mode 100644
index 000000000..3f2c016b3
--- /dev/null
+++ b/examples/reax/log.reax.rdx.18Feb13.linux.4
@@ -0,0 +1,81 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for RDX system
+
+units real
+
+atom_style charge
+read_data data.rdx
+ orthogonal box = (35 35 35) to (48 48 48)
+ 1 by 2 by 2 MPI processor grid
+ 21 atoms
+
+# reax args: hbcut hbnewflag tripflag precision
+
+pair_style reax 6.0 1 1 1.0e-6
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify every 10 delay 0 check no
+
+fix 1 all nve
+
+thermo 10
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 1.0
+
+#dump 1 all custom 10 dump.reax.rdx id type q xs ys zs
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+run 100
+Memory usage per processor = 2.43839 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -1885.1268 -1885.1268 27233.074 -2958.4712 79.527715 0.31082031 0 97.771125 25.846176 -0.18034154 0 16.709078 -9.1620736 938.43732 -244.79972 0 168.88429
+ 10 1281.7558 -1989.1322 -1912.7188 -19609.913 -2733.8828 -15.775275 0.20055725 0 55.020231 3.1070523 -77.710916 0 14.963568 -5.8082203 843.41939 -180.17724 0 107.51149
+ 20 516.8308 -1941.677 -1910.8655 -12525.411 -2801.8626 7.4107974 0.073134189 0 81.986982 0.2281551 -57.494871 0 30.656735 -10.102557 877.78696 -158.93385 0 88.574158
+ 30 467.26409 -1940.978 -1913.1215 -35957.487 -2755.021 -6.9179961 0.049322431 0 78.853175 0.13604389 -51.653632 0 19.862872 -9.7098575 853.79334 -151.232 0 80.861771
+ 40 647.45569 -1951.1994 -1912.6005 -5883.7069 -2798.3557 17.334815 0.15102853 0 63.235128 0.18070898 -54.598942 0 17.325005 -12.052278 883.01681 -164.21333 0 96.77741
+ 50 716.38166 -1949.473 -1906.765 5473.1746 -2800.931 9.205706 0.15413271 0 85.371465 3.2986143 -78.253598 0 34.861779 -8.5531229 882.0144 -193.85134 0 117.21005
+ 60 1175.2704 -1975.9608 -1905.8956 -1939.4947 -2726.5814 -11.65205 0.24296778 0 48.320632 7.1799754 -75.363634 0 16.520121 -4.8869383 844.75394 -194.2328 0 119.73838
+ 70 1156.7034 -1975.3496 -1906.3913 24628.204 -2880.5226 25.652517 0.26894307 0 83.724905 7.1048781 -68.700983 0 24.750747 -8.6338357 911.20075 -183.40571 0 113.21084
+ 80 840.23678 -1955.4782 -1905.3864 -17731.413 -2755.7299 -8.0168177 0.13867967 0 86.147442 2.2387235 -76.945834 0 23.595799 -7.2609676 853.63482 -167.88302 0 94.602852
+ 90 365.78801 -1926.4068 -1904.5999 898.3745 -2842.1832 47.368114 0.23109 0 92.288102 0.38031195 -61.361481 0 18.476353 -12.25546 900.24227 -186.48059 0 116.88762
+ 100 801.3241 -1953.4184 -1905.6465 -2417.969 -2802.7245 4.667552 0.18046595 0 76.729919 5.4177255 -77.102568 0 24.997105 -7.7553985 898.67327 -196.8912 0 120.38931
+Loop time of 2.72973 on 4 procs for 100 steps with 21 atoms
+
+Pair time (%) = 1.78805 (65.5027)
+Neigh time (%) = 0.000213504 (0.00782141)
+Comm time (%) = 0.940931 (34.4697)
+Outpt time (%) = 0.000394046 (0.0144353)
+Other time (%) = 0.000147998 (0.00542171)
+
+Nlocal: 5.25 ave 15 max 0 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+Nghost: 355.5 ave 432 max 282 min
+Histogram: 1 0 0 0 1 1 0 0 0 1
+Neighs: 301.25 ave 827 max 0 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+
+Total # of neighbors = 1205
+Ave neighs/atom = 57.381
+Neighbor list builds = 10
+Dangerous builds = 0
diff --git a/examples/reax/log.reax.rdx.9Jan12.linux.1 b/examples/reax/log.reax.rdx.9Jan12.linux.1
deleted file mode 100644
index 1aa67dda6..000000000
--- a/examples/reax/log.reax.rdx.9Jan12.linux.1
+++ /dev/null
@@ -1,170 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for RDX system
-# this run is equivalent to GRASP testreax
-
-units real
-
-atom_style charge
-read_data data.rdx
- orthogonal box = (35 35 35) to (48 48 48)
- 1 by 1 by 1 MPI processor grid
- 21 atoms
-
-# reax args: hbcut hbnewflag tripflag precision
-
-pair_style reax 10.0 0 1 1.0e-6
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify every 10 delay 0 check no
-
-fix 1 all nve
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 1.0
-
-#dump 1 all atom 10 dump.reax.rdx
-dump 1 all custom 1 dump.reax.rdx id type q xs ys zs
-
-run 100
-Memory usage per processor = 2.21676 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -2047.6193 -2047.6193 1411.6115 -3290.6584 -45.555509 38.801279 0 64.431331 0 -49.368043 0 -12.014532 -10.833851 1332.1957 -252.57917 0 177.96195
- 1 0.17729257 -2047.6351 -2047.6245 1302.8598 -3290.4955 -45.636967 38.789181 0 64.424892 0 -49.375516 0 -12.04864 -10.816863 1332.1526 -252.58938 0 177.96112
- 2 0.61943411 -2047.6752 -2047.6383 1021.8468 -3290.0429 -45.863414 38.754281 0 64.405628 0 -49.396435 0 -12.141947 -10.769089 1332.0375 -252.68399 0 178.02512
- 3 1.1359535 -2047.7292 -2047.6615 668.22012 -3289.3948 -46.188349 38.700785 0 64.374192 0 -49.426931 0 -12.271547 -10.698951 1331.8843 -252.79663 0 178.08872
- 4 1.5763627 -2047.7893 -2047.6954 329.5292 -3288.6685 -46.553602 38.635308 0 64.332347 0 -49.462048 0 -12.409557 -10.617427 1331.7273 -252.93214 0 178.15899
- 5 1.8972502 -2047.7352 -2047.6221 52.254945 -3287.9703 -46.905822 38.565966 0 64.283217 0 -49.496945 0 -12.531215 -10.535327 1331.5878 -253.02457 0 178.29196
- 6 2.1428043 -2047.7867 -2047.6589 -150.27778 -3287.3774 -47.205572 38.501034 0 64.230854 0 -49.527561 0 -12.618827 -10.461575 1331.4716 -253.12871 0 178.32949
- 7 2.3931301 -2047.8411 -2047.6984 -279.56888 -3286.9394 -47.428766 38.447638 0 64.179608 0 -49.550828 0 -12.662327 -10.402552 1331.3774 -253.19307 0 178.33125
- 8 2.7163824 -2047.7765 -2047.6145 -341.77191 -3286.6841 -47.564114 38.410694 0 64.133562 0 -49.564645 0 -12.658017 -10.362104 1331.3036 -253.15871 0 178.36736
- 9 3.1373572 -2047.8482 -2047.6612 -345.75021 -3286.6236 -47.609801 38.392337 0 64.096348 0 -49.567835 0 -12.607134 -10.341756 1331.2528 -253.21491 0 178.37536
- 10 3.6258172 -2047.9367 -2047.7206 -299.3677 -3286.7584 -47.5708 38.391799 0 64.070905 0 -49.560094 0 -12.51448 -10.341008 1331.2332 -253.20696 0 178.3191
- 11 4.0774819 -2047.9388 -2047.6957 -152.67834 -3287.0738 -47.45798 38.405762 0 64.061833 0 -49.542022 0 -12.387756 -10.444213 1331.253 -252.96545 0 178.2118
- 12 4.4059883 -2048.0651 -2047.8025 -19.83339 -3287.3785 -47.299275 38.429479 0 64.069944 0 -49.51478 0 -12.231965 -10.541991 1331.1623 -252.9065 0 178.14616
- 13 4.5696709 -2048.1163 -2047.8438 89.031131 -3287.5907 -47.120628 38.456875 0 64.093723 0 -49.48086 0 -12.061365 -10.590477 1330.9268 -252.7704 0 178.02071
- 14 4.5292629 -2048.1509 -2047.8809 184.99361 -3287.7342 -46.945908 38.481855 0 64.133676 0 -49.443844 0 -11.894586 -10.630355 1330.6213 -252.58485 0 177.84597
- 15 4.3080728 -2048.0187 -2047.7618 259.08141 -3287.8584 -46.79998 38.499221 0 64.190345 0 -49.408019 0 -11.75291 -10.654408 1330.3442 -252.24881 0 177.67006
- 16 4.0054984 -2047.9866 -2047.7478 295.1452 -3288.0045 -46.706741 38.505347 0 64.264076 0 -49.377843 0 -11.656714 -10.645964 1330.1788 -252.10538 0 177.56229
- 17 3.7365454 -2048.023 -2047.8002 308.28727 -3288.1892 -46.685034 38.498597 0 64.355208 0 -49.357284 0 -11.619855 -10.67973 1330.1723 -251.94333 0 177.42537
- 18 3.5553598 -2048.0383 -2047.8263 262.77689 -3288.3259 -46.749698 38.479152 0 64.463687 0 -49.349 0 -11.649122 -10.663445 1330.2579 -251.80554 0 177.30362
- 19 3.4492979 -2048.0654 -2047.8598 175.19312 -3288.3269 -46.902897 38.448826 0 64.589134 0 -49.353904 0 -11.74029 -10.637384 1330.3505 -251.75396 0 177.26146
- 20 3.4854377 -2048.066 -2047.8582 475.16845 -3288.1127 -47.135109 38.410455 0 64.729982 0 -49.370838 0 -11.882918 -10.574723 1330.3482 -251.72077 0 177.24238
- 21 3.6644743 -2048.0339 -2047.8154 322.43945 -3287.4815 -47.439791 38.338957 0 64.842336 0 -49.391187 0 -12.037419 -10.466406 1330.0588 -251.68721 0 177.22946
- 22 3.7684691 -2047.9822 -2047.7575 -6.4225926 -3286.5042 -47.785354 38.23892 0 64.931012 0 -49.412517 0 -12.18909 -10.349541 1329.517 -251.64384 0 177.21539
- 23 3.6581662 -2047.8835 -2047.6654 -366.17001 -3285.4261 -48.131073 38.126581 0 65.022116 0 -49.434818 0 -12.338703 -10.204547 1328.9001 -251.59067 0 177.19368
- 24 3.3424229 -2047.8405 -2047.6413 -634.89161 -3284.5564 -48.439646 38.02081 0 65.137469 0 -49.458852 0 -12.489944 -10.132405 1328.4467 -251.53413 0 177.16585
- 25 2.9320147 -2047.7876 -2047.6128 -806.23487 -3284.0314 -48.692929 37.939159 0 65.294101 0 -49.484737 0 -12.641981 -10.06839 1328.2377 -251.45345 0 177.11436
- 26 2.5498383 -2047.7333 -2047.5813 -856.30568 -3283.8979 -48.882631 37.893307 0 65.497388 0 -49.511409 0 -12.78991 -10.016311 1328.2835 -251.45234 0 177.14302
- 27 2.2896564 -2047.6894 -2047.5529 -792.15035 -3284.1089 -49.006436 37.886438 0 65.73897 0 -49.536216 0 -12.923848 -9.9792782 1328.5226 -251.52391 0 177.24116
- 28 2.1953279 -2047.7602 -2047.6293 -649.34235 -3284.5477 -49.064843 37.913247 0 65.998645 0 -49.55526 0 -13.030316 -9.9596855 1328.8432 -251.58997 0 177.23246
- 29 2.2746812 -2047.7191 -2047.5835 -480.5386 -3285.0694 -49.059624 37.962277 0 66.248359 0 -49.564229 0 -13.094927 -9.9590662 1329.1204 -251.59207 0 177.28922
- 30 2.5137626 -2047.6832 -2047.5333 -338.78448 -3285.5463 -48.993796 38.019695 0 66.458461 0 -49.559587 0 -13.105556 -9.9777667 1329.255 -251.57907 0 177.34571
- 31 2.8705252 -2047.7918 -2047.6207 -261.4326 -3285.905 -48.87173 38.073096 0 66.605317 0 -49.539679 0 -13.055347 -10.014584 1329.2051 -251.52496 0 177.23603
- 32 3.2635131 -2047.7823 -2047.5877 -239.85838 -3286.144 -48.698989 38.114232 0 66.67803 0 -49.505443 0 -12.944463 -10.100635 1328.9976 -251.29263 0 177.11402
- 33 3.5790915 -2047.919 -2047.7057 -272.81371 -3286.2675 -48.486653 38.140456 0 66.681928 0 -49.460524 0 -12.779189 -10.214915 1328.661 -250.91112 0 176.71745
- 34 3.7157859 -2047.8509 -2047.6294 -366.24634 -3286.3002 -48.249737 38.154448 0 66.636284 0 -49.41103 0 -12.572509 -10.300515 1328.2382 -250.45877 0 176.41292
- 35 3.6401724 -2047.9476 -2047.7306 -462.29763 -3286.3612 -48.000983 38.162509 0 66.567443 0 -49.364907 0 -12.344936 -10.377699 1327.8584 -250.05056 0 175.96424
- 36 3.4154586 -2047.8414 -2047.6378 -506.67101 -3286.5886 -47.754199 38.172106 0 66.502916 0 -49.330405 0 -12.121629 -10.440348 1327.6678 -249.70257 0 175.75356
- 37 3.1648925 -2047.9481 -2047.7594 -462.33322 -3287.0652 -47.526179 38.189107 0 66.463757 0 -49.314208 0 -11.926014 -10.513399 1327.7612 -249.57666 0 175.55953
- 38 2.999693 -2047.8782 -2047.6993 -339.366 -3287.7646 -47.336728 38.215402 0 66.459891 0 -49.319815 0 -11.777148 -10.552379 1328.134 -249.54474 0 175.60793
- 39 2.9638638 -2047.9555 -2047.7788 -159.8588 -3288.5819 -47.203458 38.247999 0 66.488681 0 -49.346668 0 -11.685525 -10.572352 1328.711 -249.73922 0 175.72588
- 40 3.0282685 -2047.891 -2047.7104 30.336594 -3289.3528 -47.139173 38.279831 0 66.53636 0 -49.390316 0 -11.653427 -10.563935 1329.3595 -250.00754 0 176.0405
- 41 3.1316157 -2047.966 -2047.7793 185.76175 -3289.9063 -47.148769 38.302051 0 66.582153 0 -49.443584 0 -11.675677 -10.5402 1329.9335 -250.49665 0 176.42744
- 42 3.2200391 -2047.8987 -2047.7067 267.78306 -3290.1078 -47.228237 38.306942 0 66.604604 0 -49.498297 0 -11.742793 -10.506057 1330.3082 -250.80732 0 176.77199
- 43 3.2603167 -2047.9772 -2047.7828 248.89514 -3289.8951 -47.364766 38.29047 0 66.588416 0 -49.546987 0 -11.844256 -10.467422 1330.412 -251.24021 0 177.09073
- 44 3.2199017 -2047.8506 -2047.6587 110.3257 -3289.2994 -47.537875 38.253998 0 66.529827 0 -49.584198 0 -11.971713 -10.380021 1330.2453 -251.43013 0 177.32356
- 45 3.0619734 -2047.8547 -2047.6722 -136.38229 -3288.4791 -47.719419 38.204799 0 66.439217 0 -49.607162 0 -12.117604 -10.288427 1329.917 -251.59234 0 177.38832
- 46 2.8063562 -2047.7324 -2047.5651 -401.33261 -3287.7047 -47.875914 38.1548 0 66.335706 0 -49.615969 0 -12.280201 -10.218262 1329.6327 -251.61481 0 177.45426
- 47 2.5140356 -2047.7803 -2047.6305 -614.67224 -3287.1803 -47.981301 38.118597 0 66.237922 0 -49.612786 0 -12.453199 -10.213521 1329.5324 -251.60413 0 177.37592
- 48 2.2367481 -2047.7358 -2047.6025 -757.57038 -3286.955 -48.021555 38.110214 0 66.16373 0 -49.600718 0 -12.623438 -10.225255 1329.6121 -251.56506 0 177.36915
- 49 2.041479 -2047.6985 -2047.5768 -793.66653 -3287.0103 -47.986996 38.139067 0 66.122819 0 -49.58293 0 -12.77354 -10.254916 1329.811 -251.40199 0 177.23938
- 50 1.9909741 -2047.6767 -2047.558 -711.0059 -3287.2859 -47.870332 38.206887 0 66.114307 0 -49.561739 0 -12.88419 -10.302905 1330.0428 -251.40886 0 177.27323
- 51 2.0753438 -2047.6523 -2047.5286 -519.0659 -3287.7104 -47.667065 38.306663 0 66.127013 0 -49.538213 0 -12.937431 -10.368198 1330.2339 -251.52519 0 177.42666
- 52 2.1888895 -2047.7509 -2047.6204 -244.326 -3288.2254 -47.379502 38.424005 0 66.141153 0 -49.512409 0 -12.920435 -10.447817 1330.3529 -251.75808 0 177.57475
- 53 2.1985535 -2047.7359 -2047.6048 82.46493 -3288.7964 -47.022454 38.540573 0 66.132021 0 -49.484195 0 -12.829283 -10.536326 1330.4209 -251.87569 0 177.71493
- 54 2.0482615 -2047.7193 -2047.5972 431.56152 -3289.4009 -46.627524 38.63823 0 66.075701 0 -49.454205 0 -12.67156 -10.625721 1330.4921 -252.02296 0 177.87758
- 55 1.8981294 -2047.7216 -2047.6084 264.22498 -3290.0167 -46.241953 38.70287 0 65.95608 0 -49.424474 0 -12.467678 -10.705843 1330.6221 -252.13237 0 177.98632
- 56 1.8184602 -2047.7486 -2047.6402 647.6024 -3290.793 -45.897967 38.76022 0 65.818825 0 -49.406506 0 -12.280617 -10.768739 1330.9975 -252.33899 0 178.16065
- 57 1.8375171 -2047.8239 -2047.7143 974.19507 -3291.5734 -45.654424 38.8027 0 65.661285 0 -49.403355 0 -12.140626 -10.80466 1331.5525 -252.71345 0 178.44959
- 58 2.0619167 -2047.7443 -2047.6214 1141.4638 -3292.155 -45.559075 38.823968 0 65.479062 0 -49.415742 0 -12.067764 -10.807349 1332.1523 -252.87824 0 178.68343
- 59 2.491011 -2047.8459 -2047.6974 1100.4717 -3292.3483 -45.632858 38.819861 0 65.267782 0 -49.441542 0 -12.065671 -10.776125 1332.6386 -253.19647 0 178.88883
- 60 3.0218387 -2047.8023 -2047.6221 885.14837 -3292.0396 -45.863086 38.789338 0 65.025617 0 -49.476197 0 -12.121867 -10.716178 1332.8811 -253.48777 0 179.20626
- 61 3.5161409 -2047.9077 -2047.6981 569.87371 -3291.2191 -46.209889 38.735187 0 64.755495 0 -49.513989 0 -12.21484 -10.636903 1332.8127 -253.79563 0 179.37923
- 62 3.8551967 -2047.8533 -2047.6234 221.83559 -3289.9812 -46.6204 38.664151 0 64.4663 0 -49.549588 0 -12.323532 -10.549157 1332.4468 -254.04704 0 179.6404
- 63 3.969202 -2047.9294 -2047.6928 -114.65266 -3288.4988 -47.042415 38.586152 0 64.172045 0 -49.579068 0 -12.433308 -10.462933 1331.8713 -254.29573 0 179.75335
- 64 3.8725443 -2047.8511 -2047.6202 -407.91586 -3286.9903 -47.432296 38.512738 0 63.889333 0 -49.60021 0 -12.536943 -10.386089 1331.2258 -254.36295 0 179.82988
- 65 3.6778717 -2047.9141 -2047.6948 -633.55766 -3285.6754 -47.757612 38.455001 0 63.633986 0 -49.612211 0 -12.631728 -10.32412 1330.6616 -254.56434 0 179.90077
- 66 3.5381635 -2047.8363 -2047.6254 -769.36047 -3284.7314 -47.996593 38.421432 0 63.418348 0 -49.615167 0 -12.715509 -10.280419 1330.3022 -254.62752 0 179.9883
- 67 3.5435881 -2047.9253 -2047.714 -806.13068 -3284.2528 -48.137126 38.416068 0 63.249463 0 -49.609505 0 -12.7834 -10.256664 1330.209 -254.68782 0 179.92752
- 68 3.6196623 -2047.9443 -2047.7285 -677.92385 -3284.2362 -48.17559 38.437561 0 63.132312 0 -49.595623 0 -12.826804 -10.356944 1330.3687 -254.53024 0 179.83857
- 69 3.6930058 -2048.0947 -2047.8746 -541.29535 -3284.4018 -48.129689 38.479947 0 63.060994 0 -49.573374 0 -12.827407 -10.432156 1330.518 -254.54815 0 179.75888
- 70 3.7978262 -2048.011 -2047.7846 -398.03835 -3284.608 -48.012566 38.532982 0 63.022244 0 -49.543287 0 -12.778329 -10.464772 1330.5391 -254.32484 0 179.62647
- 71 3.9049821 -2048.0816 -2047.8488 -255.77523 -3284.8125 -47.838119 38.584921 0 63.003598 0 -49.506582 0 -12.675929 -10.509738 1330.4258 -254.17081 0 179.41775
- 72 3.9503233 -2048.0102 -2047.7747 -132.79647 -3285.028 -47.624717 38.624864 0 62.99425 0 -49.465536 0 -12.525709 -10.551349 1330.2378 -253.90761 0 179.23577
- 73 3.8982748 -2048.0032 -2047.7708 -44.325756 -3285.31 -47.394039 38.644829 0 62.988146 0 -49.423629 0 -12.341526 -10.553364 1330.0799 -253.67153 0 178.97796
- 74 3.7933986 -2048.0378 -2047.8117 31.904217 -3285.7498 -47.167665 38.641193 0 62.986417 0 -49.385397 0 -12.141849 -10.579722 1330.0858 -253.33758 0 178.61084
- 75 3.7314315 -2047.9104 -2047.688 98.594 -3286.3824 -46.968769 38.614932 0 62.996306 0 -49.355843 0 -11.951856 -10.592807 1330.3254 -252.96171 0 178.36638
- 76 3.7377793 -2048.0027 -2047.7799 188.23802 -3287.1675 -46.819484 38.57132 0 63.030317 0 -49.339493 0 -11.793827 -10.641562 1330.7882 -252.72211 0 178.09146
- 77 3.7586551 -2047.9569 -2047.7328 241.61191 -3287.9092 -46.743553 38.518687 0 63.102985 0 -49.339044 0 -11.682774 -10.64531 1331.3039 -252.41247 0 177.84998
- 78 3.7787566 -2047.9821 -2047.7568 258.25252 -3288.4589 -46.752001 38.465602 0 63.223888 0 -49.354844 0 -11.628931 -10.602746 1331.7318 -252.40341 0 177.79737
- 79 3.7949437 -2048.0074 -2047.7811 266.35348 -3288.7502 -46.841249 38.418669 0 63.394683 0 -49.384407 0 -11.635872 -10.562349 1331.9993 -252.39336 0 177.74739
- 80 3.7467427 -2047.9462 -2047.7229 225.47962 -3288.7606 -46.997709 38.381051 0 63.608793 0 -49.422504 0 -11.700043 -10.431202 1332.0713 -252.49254 0 177.79726
- 81 3.5749391 -2047.9376 -2047.7245 397.10221 -3288.6473 -47.191948 38.351879 0 63.849007 0 -49.462597 0 -11.815328 -10.358351 1332.0874 -252.64052 0 177.89019
- 82 3.3005858 -2047.8072 -2047.6104 371.82332 -3288.4052 -47.404754 38.316556 0 64.072501 0 -49.495217 0 -11.958963 -10.303741 1332.0402 -252.75561 0 178.08699
- 83 3.00685 -2047.7858 -2047.6065 554.36777 -3288.0688 -47.614613 38.274048 0 64.258389 0 -49.515085 0 -12.116246 -10.255566 1331.9409 -252.64573 0 177.95693
- 84 2.7814293 -2047.7659 -2047.6001 377.10491 -3287.5649 -47.809819 38.209321 0 64.370995 0 -49.515964 0 -12.257814 -10.21733 1331.7083 -252.33868 0 177.64992
- 85 2.6237727 -2047.744 -2047.5875 205.8225 -3286.952 -47.973334 38.131931 0 64.419988 0 -49.499068 0 -12.373924 -10.192152 1331.3595 -251.8514 0 177.18647
- 86 2.5162531 -2047.7232 -2047.5732 -97.79976 -3286.2825 -48.093853 38.051473 0 64.423119 0 -49.467754 0 -12.453925 -10.181067 1330.9043 -251.25564 0 176.63261
- 87 2.438659 -2047.6925 -2047.5472 -377.43146 -3285.6731 -48.161976 37.986938 0 64.416287 0 -49.429178 0 -12.496499 -10.18388 1330.4084 -250.61954 0 176.06005
- 88 2.4253045 -2047.7594 -2047.6148 -560.63873 -3285.2537 -48.172484 37.955847 0 64.433812 0 -49.391358 0 -12.503053 -10.199111 1329.957 -250.13311 0 175.54677
- 89 2.5131483 -2047.7368 -2047.587 -594.36125 -3285.1387 -48.123167 37.968582 0 64.49941 0 -49.361182 0 -12.476024 -10.224336 1329.639 -249.75309 0 175.23267
- 90 2.6678279 -2047.73 -2047.571 -443.01207 -3285.3945 -48.014399 38.024282 0 64.621004 0 -49.342673 0 -12.417475 -10.291001 1329.5228 -249.44266 0 175.00454
- 91 2.7829303 -2047.8153 -2047.6494 -185.84175 -3285.9582 -47.855269 38.110388 0 64.787888 0 -49.336089 0 -12.327323 -10.326664 1329.5818 -249.45431 0 174.96246
- 92 2.7474533 -2047.7576 -2047.5938 125.24779 -3286.765 -47.658197 38.205824 0 64.972581 0 -49.338799 0 -12.207685 -10.344488 1329.8127 -249.46001 0 175.02546
- 93 2.5760387 -2047.7183 -2047.5647 360.75263 -3287.7263 -47.44309 38.287039 0 65.135759 0 -49.346624 0 -12.063299 -10.392454 1330.2017 -249.62368 0 175.25258
- 94 2.3495578 -2047.8453 -2047.7052 643.22508 -3288.6903 -47.238388 38.340263 0 65.249195 0 -49.356564 0 -11.905609 -10.470861 1330.6654 -249.71872 0 175.28031
- 95 2.1549105 -2047.8079 -2047.6794 768.40446 -3289.386 -47.080039 38.353077 0 65.286179 0 -49.365418 0 -11.742286 -10.490704 1331.0014 -249.68309 0 175.29902
- 96 2.0852557 -2047.7863 -2047.6619 758.26302 -3289.6912 -46.989293 38.322588 0 65.241408 0 -49.372205 0 -11.588329 -10.519428 1331.1237 -249.62256 0 175.30908
- 97 2.1514528 -2047.8847 -2047.7564 599.9129 -3289.537 -46.977191 38.256185 0 65.13318 0 -49.378038 0 -11.461659 -10.528962 1330.9686 -249.52307 0 175.16331
- 98 2.3137715 -2047.8632 -2047.7252 339.3287 -3288.9826 -47.040482 38.1696 0 64.998693 0 -49.385742 0 -11.383585 -10.51446 1330.5698 -249.44332 0 175.14886
- 99 2.5238613 -2047.9039 -2047.7534 45.38466 -3288.1876 -47.166007 38.083372 0 64.882885 0 -49.398728 0 -11.373776 -10.473963 1330.0404 -249.3169 0 175.00647
- 100 2.767748 -2047.8632 -2047.6981 -203.1842 -3287.3672 -47.334883 38.017687 0 64.825454 0 -49.419582 0 -11.445973 -10.427316 1329.5397 -249.29485 0 175.0438
-Loop time of 0.398233 on 1 procs for 100 steps with 21 atoms
-
-Pair time (%) = 0.391123 (98.2146)
-Neigh time (%) = 0.000715971 (0.179787)
-Comm time (%) = 0.000524521 (0.131712)
-Outpt time (%) = 0.00567675 (1.42548)
-Other time (%) = 0.000192881 (0.0484341)
-
-Nlocal: 21 ave 21 max 21 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 546 ave 546 max 546 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 1110 ave 1110 max 1110 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1110
-Ave neighs/atom = 52.8571
-Neighbor list builds = 10
-Dangerous builds = 0
diff --git a/examples/reax/log.reax.rdx.9Jan12.linux.4 b/examples/reax/log.reax.rdx.9Jan12.linux.4
deleted file mode 100644
index a2ad9f9ad..000000000
--- a/examples/reax/log.reax.rdx.9Jan12.linux.4
+++ /dev/null
@@ -1,170 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for RDX system
-# this run is equivalent to GRASP testreax
-
-units real
-
-atom_style charge
-read_data data.rdx
- orthogonal box = (35 35 35) to (48 48 48)
- 1 by 2 by 2 MPI processor grid
- 21 atoms
-
-# reax args: hbcut hbnewflag tripflag precision
-
-pair_style reax 10.0 0 1 1.0e-6
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify every 10 delay 0 check no
-
-fix 1 all nve
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 1.0
-
-#dump 1 all atom 10 dump.reax.rdx
-dump 1 all custom 1 dump.reax.rdx id type q xs ys zs
-
-run 100
-Memory usage per processor = 2.43838 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -2047.6191 -2047.6191 1411.6115 -3290.6584 -45.555509 38.801279 0 64.431331 0 -49.368043 0 -12.014532 -10.833851 1332.1957 -252.57915 0 177.9621
- 1 0.17729259 -2047.6352 -2047.6246 1302.8596 -3290.4955 -45.636967 38.789181 0 64.424892 0 -49.375516 0 -12.04864 -10.816863 1332.1526 -252.5894 0 177.96103
- 2 0.61943409 -2047.6752 -2047.6383 1021.8468 -3290.0429 -45.863414 38.754281 0 64.405628 0 -49.396435 0 -12.141947 -10.769089 1332.0375 -252.68399 0 178.02512
- 3 1.1359535 -2047.7292 -2047.6615 668.22019 -3289.3948 -46.188349 38.700785 0 64.374192 0 -49.426931 0 -12.271547 -10.698951 1331.8843 -252.79663 0 178.08872
- 4 1.5763627 -2047.7893 -2047.6954 329.52932 -3288.6685 -46.553602 38.635308 0 64.332347 0 -49.462048 0 -12.409557 -10.617427 1331.7273 -252.93214 0 178.15898
- 5 1.8972502 -2047.7352 -2047.6221 52.255014 -3287.9703 -46.905822 38.565966 0 64.283217 0 -49.496945 0 -12.531215 -10.535327 1331.5878 -253.02457 0 178.29196
- 6 2.1428044 -2047.7867 -2047.6589 -150.27775 -3287.3774 -47.205572 38.501034 0 64.230854 0 -49.527561 0 -12.618827 -10.461575 1331.4716 -253.12871 0 178.32949
- 7 2.3931301 -2047.8411 -2047.6984 -279.56892 -3286.9394 -47.428766 38.447638 0 64.179608 0 -49.550828 0 -12.662327 -10.402552 1331.3774 -253.19307 0 178.33125
- 8 2.7163825 -2047.7765 -2047.6145 -341.77195 -3286.6841 -47.564114 38.410694 0 64.133562 0 -49.564645 0 -12.658017 -10.362104 1331.3036 -253.15871 0 178.36735
- 9 3.1373573 -2047.8482 -2047.6612 -345.7503 -3286.6236 -47.609801 38.392337 0 64.096348 0 -49.567835 0 -12.607134 -10.341756 1331.2528 -253.21491 0 178.37536
- 10 3.6258172 -2047.9367 -2047.7206 -299.36779 -3286.7584 -47.5708 38.391799 0 64.070905 0 -49.560094 0 -12.51448 -10.341008 1331.2332 -253.20696 0 178.3191
- 11 4.0774819 -2047.9388 -2047.6957 -152.6784 -3287.0738 -47.45798 38.405762 0 64.061833 0 -49.542022 0 -12.387756 -10.444213 1331.253 -252.96545 0 178.2118
- 12 4.4059882 -2048.0651 -2047.8025 -19.833359 -3287.3785 -47.299275 38.429479 0 64.069944 0 -49.51478 0 -12.231965 -10.541991 1331.1623 -252.9065 0 178.14616
- 13 4.5696707 -2048.1163 -2047.8438 89.031246 -3287.5907 -47.120628 38.456875 0 64.093723 0 -49.48086 0 -12.061365 -10.590477 1330.9268 -252.7704 0 178.02071
- 14 4.5292628 -2048.1509 -2047.8809 184.99379 -3287.7342 -46.945908 38.481855 0 64.133676 0 -49.443844 0 -11.894586 -10.630355 1330.6213 -252.58485 0 177.84597
- 15 4.3080728 -2048.0187 -2047.7618 259.08159 -3287.8584 -46.79998 38.499221 0 64.190345 0 -49.408019 0 -11.75291 -10.654408 1330.3442 -252.24881 0 177.67006
- 16 4.0054984 -2047.9866 -2047.7478 295.14534 -3288.0045 -46.706741 38.505347 0 64.264076 0 -49.377843 0 -11.656714 -10.645964 1330.1788 -252.10538 0 177.56229
- 17 3.7365454 -2048.023 -2047.8002 308.28732 -3288.1892 -46.685034 38.498596 0 64.355208 0 -49.357284 0 -11.619855 -10.67973 1330.1723 -251.94333 0 177.42537
- 18 3.5553597 -2048.0383 -2047.8263 262.77683 -3288.3259 -46.749698 38.479152 0 64.463687 0 -49.349 0 -11.649121 -10.663445 1330.2579 -251.80554 0 177.30362
- 19 3.4492979 -2048.0654 -2047.8598 175.19297 -3288.3269 -46.902897 38.448826 0 64.589134 0 -49.353904 0 -11.74029 -10.637384 1330.3505 -251.75396 0 177.26146
- 20 3.4854376 -2048.066 -2047.8582 475.16825 -3288.1127 -47.135109 38.410455 0 64.729981 0 -49.370838 0 -11.882918 -10.574723 1330.3482 -251.72077 0 177.24238
- 21 3.6644742 -2048.0339 -2047.8154 322.43925 -3287.4815 -47.439791 38.338957 0 64.842336 0 -49.391187 0 -12.037419 -10.466406 1330.0588 -251.68721 0 177.22946
- 22 3.7684689 -2047.9822 -2047.7575 -6.4227685 -3286.5042 -47.785354 38.23892 0 64.931012 0 -49.412517 0 -12.18909 -10.349541 1329.517 -251.64384 0 177.21539
- 23 3.6581659 -2047.8835 -2047.6654 -366.17008 -3285.4261 -48.131073 38.126581 0 65.022116 0 -49.434818 0 -12.338703 -10.204547 1328.9001 -251.59067 0 177.19368
- 24 3.3424227 -2047.8405 -2047.6413 -634.89159 -3284.5564 -48.439646 38.02081 0 65.137469 0 -49.458852 0 -12.489944 -10.132405 1328.4467 -251.53413 0 177.16585
- 25 2.9320147 -2047.7876 -2047.6128 -806.23479 -3284.0314 -48.692929 37.939159 0 65.294101 0 -49.484737 0 -12.641981 -10.06839 1328.2377 -251.45345 0 177.11436
- 26 2.5498382 -2047.7333 -2047.5813 -856.30557 -3283.8979 -48.882631 37.893307 0 65.497388 0 -49.511409 0 -12.78991 -10.016311 1328.2835 -251.45234 0 177.14302
- 27 2.2896564 -2047.6894 -2047.5529 -792.15027 -3284.1089 -49.006436 37.886438 0 65.73897 0 -49.536216 0 -12.923848 -9.9792782 1328.5226 -251.5239 0 177.24116
- 28 2.1953279 -2047.7602 -2047.6293 -649.34232 -3284.5477 -49.064843 37.913247 0 65.998645 0 -49.55526 0 -13.030316 -9.9596855 1328.8432 -251.58997 0 177.23246
- 29 2.2746812 -2047.7191 -2047.5835 -480.53863 -3285.0694 -49.059624 37.962277 0 66.248359 0 -49.564229 0 -13.094927 -9.9590662 1329.1204 -251.59207 0 177.28922
- 30 2.5137626 -2047.6832 -2047.5333 -338.78457 -3285.5463 -48.993796 38.019695 0 66.458461 0 -49.559587 0 -13.105556 -9.9777667 1329.255 -251.57907 0 177.34571
- 31 2.8705252 -2047.7918 -2047.6207 -261.43271 -3285.905 -48.87173 38.073096 0 66.605317 0 -49.539679 0 -13.055347 -10.014584 1329.2051 -251.52496 0 177.23603
- 32 3.263513 -2047.7823 -2047.5877 -239.85847 -3286.144 -48.698989 38.114232 0 66.67803 0 -49.505443 0 -12.944463 -10.100635 1328.9976 -251.29263 0 177.11402
- 33 3.5790914 -2047.919 -2047.7057 -272.81375 -3286.2675 -48.486653 38.140456 0 66.681928 0 -49.460524 0 -12.779188 -10.214915 1328.661 -250.91112 0 176.71745
- 34 3.7157858 -2047.8509 -2047.6294 -366.24629 -3286.3002 -48.249737 38.154448 0 66.636284 0 -49.41103 0 -12.572509 -10.300515 1328.2382 -250.45877 0 176.41292
- 35 3.6401723 -2047.9476 -2047.7306 -462.2975 -3286.3612 -48.000982 38.162509 0 66.567443 0 -49.364907 0 -12.344936 -10.377699 1327.8584 -250.05056 0 175.96424
- 36 3.4154586 -2047.8414 -2047.6378 -506.67084 -3286.5886 -47.754199 38.172106 0 66.502916 0 -49.330405 0 -12.121629 -10.440348 1327.6678 -249.70257 0 175.75356
- 37 3.1648925 -2047.9481 -2047.7594 -462.33305 -3287.0652 -47.526179 38.189107 0 66.463757 0 -49.314208 0 -11.926014 -10.513399 1327.7612 -249.57666 0 175.55953
- 38 2.999693 -2047.8782 -2047.6993 -339.36587 -3287.7646 -47.336728 38.215402 0 66.459891 0 -49.319815 0 -11.777148 -10.552379 1328.134 -249.54474 0 175.60793
- 39 2.9638638 -2047.9555 -2047.7788 -159.85872 -3288.5819 -47.203458 38.247999 0 66.488682 0 -49.346668 0 -11.685525 -10.572352 1328.711 -249.73922 0 175.72588
- 40 3.0282684 -2047.891 -2047.7104 30.336596 -3289.3528 -47.139173 38.279831 0 66.53636 0 -49.390316 0 -11.653427 -10.563935 1329.3595 -250.00754 0 176.0405
- 41 3.1316156 -2047.966 -2047.7793 185.76169 -3289.9063 -47.148769 38.302051 0 66.582153 0 -49.443584 0 -11.675677 -10.5402 1329.9335 -250.49665 0 176.42744
- 42 3.220039 -2047.8987 -2047.7067 267.78296 -3290.1078 -47.228237 38.306942 0 66.604604 0 -49.498297 0 -11.742793 -10.506057 1330.3082 -250.80732 0 176.77199
- 43 3.2603167 -2047.9772 -2047.7828 248.89503 -3289.8951 -47.364766 38.29047 0 66.588416 0 -49.546987 0 -11.844256 -10.467422 1330.412 -251.24021 0 177.09073
- 44 3.2199017 -2047.8506 -2047.6587 110.32559 -3289.2994 -47.537875 38.253998 0 66.529827 0 -49.584198 0 -11.971713 -10.380021 1330.2453 -251.43013 0 177.32356
- 45 3.0619735 -2047.8547 -2047.6722 -136.38215 -3288.4791 -47.719419 38.204799 0 66.439217 0 -49.607162 0 -12.117605 -10.288427 1329.917 -251.59234 0 177.38832
- 46 2.8063563 -2047.7324 -2047.5651 -401.33272 -3287.7047 -47.875914 38.1548 0 66.335706 0 -49.615969 0 -12.280201 -10.218262 1329.6327 -251.61481 0 177.45425
- 47 2.5140356 -2047.7803 -2047.6305 -614.67234 -3287.1803 -47.981301 38.118597 0 66.237922 0 -49.612786 0 -12.453199 -10.213521 1329.5324 -251.60413 0 177.37591
- 48 2.2367481 -2047.7358 -2047.6025 -757.57047 -3286.955 -48.021555 38.110214 0 66.16373 0 -49.600718 0 -12.623438 -10.225255 1329.6121 -251.56506 0 177.36915
- 49 2.041479 -2047.6985 -2047.5768 -793.6666 -3287.0103 -47.986997 38.139067 0 66.122819 0 -49.58293 0 -12.77354 -10.254916 1329.811 -251.40199 0 177.23938
- 50 1.9909741 -2047.6767 -2047.558 -711.00594 -3287.2859 -47.870332 38.206887 0 66.114307 0 -49.561739 0 -12.88419 -10.302905 1330.0428 -251.40886 0 177.27323
- 51 2.0753437 -2047.6523 -2047.5286 -519.06591 -3287.7104 -47.667065 38.306663 0 66.127013 0 -49.538213 0 -12.937431 -10.368198 1330.2339 -251.52519 0 177.42666
- 52 2.1888893 -2047.7509 -2047.6204 -244.32599 -3288.2254 -47.379502 38.424005 0 66.141153 0 -49.512409 0 -12.920435 -10.447817 1330.3529 -251.75808 0 177.57475
- 53 2.1985534 -2047.7359 -2047.6048 82.464963 -3288.7964 -47.022454 38.540573 0 66.132021 0 -49.484195 0 -12.829283 -10.536326 1330.4209 -251.87569 0 177.71493
- 54 2.0482615 -2047.7193 -2047.5972 431.56158 -3289.4009 -46.627524 38.63823 0 66.0757 0 -49.454205 0 -12.67156 -10.625721 1330.4921 -252.02296 0 177.87758
- 55 1.8981294 -2047.7216 -2047.6084 264.22506 -3290.0167 -46.241953 38.70287 0 65.95608 0 -49.424474 0 -12.467678 -10.705843 1330.6221 -252.13237 0 177.98632
- 56 1.8184602 -2047.7486 -2047.6402 647.6025 -3290.793 -45.897966 38.76022 0 65.818824 0 -49.406506 0 -12.280617 -10.768739 1330.9975 -252.33899 0 178.16065
- 57 1.837517 -2047.8239 -2047.7143 974.19518 -3291.5734 -45.654424 38.8027 0 65.661285 0 -49.403355 0 -12.140626 -10.80466 1331.5525 -252.71345 0 178.44959
- 58 2.0619166 -2047.7443 -2047.6214 1141.4639 -3292.155 -45.559075 38.823968 0 65.479061 0 -49.415742 0 -12.067763 -10.807349 1332.1523 -252.87824 0 178.68344
- 59 2.491011 -2047.8459 -2047.6974 1100.4717 -3292.3483 -45.632858 38.819861 0 65.267782 0 -49.441542 0 -12.06567 -10.776125 1332.6386 -253.19647 0 178.88883
- 60 3.0218388 -2047.8023 -2047.6221 885.1484 -3292.0396 -45.863086 38.789338 0 65.025617 0 -49.476197 0 -12.121867 -10.716178 1332.8811 -253.48777 0 179.20626
- 61 3.516141 -2047.9077 -2047.6981 569.87375 -3291.2191 -46.209889 38.735187 0 64.755495 0 -49.513989 0 -12.21484 -10.636903 1332.8127 -253.79563 0 179.37924
- 62 3.8551967 -2047.8533 -2047.6234 221.83563 -3289.9812 -46.6204 38.664151 0 64.4663 0 -49.549588 0 -12.323532 -10.549157 1332.4468 -254.04704 0 179.6404
- 63 3.969202 -2047.9294 -2047.6928 -114.65261 -3288.4988 -47.042415 38.586152 0 64.172045 0 -49.579068 0 -12.433308 -10.462933 1331.8713 -254.29573 0 179.75335
- 64 3.8725443 -2047.8511 -2047.6202 -407.91583 -3286.9903 -47.432296 38.512738 0 63.889332 0 -49.60021 0 -12.536943 -10.386089 1331.2258 -254.36295 0 179.82988
- 65 3.6778718 -2047.9141 -2047.6948 -633.55767 -3285.6754 -47.757613 38.455001 0 63.633986 0 -49.612211 0 -12.631728 -10.32412 1330.6616 -254.56434 0 179.90077
- 66 3.5381634 -2047.8363 -2047.6254 -769.36054 -3284.7314 -47.996593 38.421432 0 63.418348 0 -49.615167 0 -12.715509 -10.280419 1330.3022 -254.62752 0 179.9883
- 67 3.5435879 -2047.9253 -2047.714 -806.1308 -3284.2528 -48.137126 38.416068 0 63.249463 0 -49.609505 0 -12.7834 -10.256664 1330.209 -254.68782 0 179.92752
- 68 3.6196621 -2047.9443 -2047.7285 -677.92402 -3284.2362 -48.17559 38.437561 0 63.132312 0 -49.595623 0 -12.826804 -10.356944 1330.3687 -254.53024 0 179.83857
- 69 3.6930057 -2048.0947 -2047.8746 -541.29551 -3284.4018 -48.129689 38.479947 0 63.060994 0 -49.573374 0 -12.827407 -10.432156 1330.518 -254.54815 0 179.75888
- 70 3.7978261 -2048.011 -2047.7846 -398.03848 -3284.608 -48.012566 38.532982 0 63.022244 0 -49.543287 0 -12.778329 -10.464772 1330.5391 -254.32484 0 179.62647
- 71 3.9049819 -2048.0816 -2047.8488 -255.77531 -3284.8125 -47.838119 38.584921 0 63.003598 0 -49.506582 0 -12.675928 -10.509738 1330.4258 -254.17081 0 179.41775
- 72 3.9503231 -2048.0102 -2047.7747 -132.79648 -3285.028 -47.624717 38.624864 0 62.99425 0 -49.465536 0 -12.525709 -10.551349 1330.2378 -253.90761 0 179.23577
- 73 3.8982747 -2048.0032 -2047.7708 -44.32569 -3285.31 -47.394039 38.644829 0 62.988146 0 -49.423629 0 -12.341525 -10.553364 1330.0799 -253.67153 0 178.97796
- 74 3.7933987 -2048.0378 -2047.8117 31.904332 -3285.7498 -47.167665 38.641193 0 62.986417 0 -49.385397 0 -12.141849 -10.579722 1330.0858 -253.33758 0 178.61084
- 75 3.7314316 -2047.9104 -2047.688 98.59413 -3286.3824 -46.968769 38.614932 0 62.996306 0 -49.355843 0 -11.951856 -10.592807 1330.3254 -252.96171 0 178.36638
- 76 3.7377794 -2048.0027 -2047.7799 188.23812 -3287.1675 -46.819484 38.57132 0 63.030317 0 -49.339493 0 -11.793827 -10.641562 1330.7882 -252.72211 0 178.09146
- 77 3.7586551 -2047.9569 -2047.7328 241.61195 -3287.9092 -46.743553 38.518687 0 63.102985 0 -49.339044 0 -11.682774 -10.64531 1331.3039 -252.41247 0 177.84998
- 78 3.7787567 -2047.9821 -2047.7568 258.25244 -3288.4589 -46.752001 38.465602 0 63.223888 0 -49.354844 0 -11.628931 -10.602746 1331.7318 -252.40341 0 177.79737
- 79 3.7949438 -2048.0074 -2047.7811 266.35329 -3288.7502 -46.841249 38.418669 0 63.394683 0 -49.384407 0 -11.635871 -10.562349 1331.9993 -252.39336 0 177.74739
- 80 3.7467427 -2047.9462 -2047.7229 225.47946 -3288.7606 -46.997709 38.381051 0 63.608793 0 -49.422504 0 -11.700043 -10.431202 1332.0713 -252.49254 0 177.79726
- 81 3.574939 -2047.9376 -2047.7245 397.10207 -3288.6473 -47.191948 38.351879 0 63.849007 0 -49.462597 0 -11.815328 -10.358351 1332.0874 -252.64052 0 177.89019
- 82 3.3005856 -2047.8072 -2047.6104 371.82326 -3288.4052 -47.404754 38.316556 0 64.072502 0 -49.495217 0 -11.958963 -10.303741 1332.0402 -252.75561 0 178.08699
- 83 3.0068499 -2047.7858 -2047.6065 554.36779 -3288.0688 -47.614613 38.274048 0 64.258389 0 -49.515085 0 -12.116247 -10.255566 1331.9409 -252.64573 0 177.95693
- 84 2.7814292 -2047.7659 -2047.6001 377.10503 -3287.5649 -47.809819 38.209321 0 64.370995 0 -49.515964 0 -12.257814 -10.21733 1331.7083 -252.33868 0 177.64992
- 85 2.6237725 -2047.744 -2047.5875 205.82268 -3286.952 -47.973334 38.131931 0 64.419989 0 -49.499067 0 -12.373924 -10.192152 1331.3595 -251.85139 0 177.18647
- 86 2.5162529 -2047.7232 -2047.5732 -97.799561 -3286.2825 -48.093852 38.051473 0 64.423119 0 -49.467754 0 -12.453925 -10.181067 1330.9043 -251.25564 0 176.63261
- 87 2.4386589 -2047.6925 -2047.5472 -377.43129 -3285.6731 -48.161976 37.986938 0 64.416287 0 -49.429178 0 -12.496499 -10.18388 1330.4084 -250.61954 0 176.06005
- 88 2.4253044 -2047.7594 -2047.6148 -560.63864 -3285.2537 -48.172484 37.955847 0 64.433812 0 -49.391358 0 -12.503053 -10.199111 1329.957 -250.13311 0 175.54677
- 89 2.5131483 -2047.7368 -2047.587 -594.36124 -3285.1387 -48.123167 37.968582 0 64.49941 0 -49.361182 0 -12.476024 -10.224337 1329.639 -249.75309 0 175.23267
- 90 2.6678279 -2047.73 -2047.571 -443.01215 -3285.3945 -48.014399 38.024282 0 64.621004 0 -49.342673 0 -12.417475 -10.291001 1329.5228 -249.44266 0 175.00454
- 91 2.7829303 -2047.8153 -2047.6494 -185.84186 -3285.9582 -47.855268 38.110388 0 64.787888 0 -49.336089 0 -12.327323 -10.326664 1329.5818 -249.45431 0 174.96246
- 92 2.7474533 -2047.7576 -2047.5938 125.24771 -3286.765 -47.658196 38.205824 0 64.97258 0 -49.338799 0 -12.207685 -10.344488 1329.8127 -249.46001 0 175.02546
- 93 2.5760389 -2047.7183 -2047.5647 360.75259 -3287.7263 -47.44309 38.287039 0 65.135759 0 -49.346624 0 -12.063299 -10.392454 1330.2017 -249.62368 0 175.25258
- 94 2.349558 -2047.8453 -2047.7052 643.22514 -3288.6903 -47.238388 38.340263 0 65.249195 0 -49.356564 0 -11.905609 -10.470861 1330.6654 -249.71872 0 175.28031
- 95 2.1549106 -2047.8079 -2047.6794 768.40457 -3289.386 -47.080039 38.353077 0 65.286178 0 -49.365418 0 -11.742286 -10.490704 1331.0014 -249.68309 0 175.29902
- 96 2.0852558 -2047.7863 -2047.6619 758.26315 -3289.6912 -46.989293 38.322588 0 65.241408 0 -49.372205 0 -11.588329 -10.519428 1331.1237 -249.62256 0 175.30908
- 97 2.1514528 -2047.8847 -2047.7564 599.91301 -3289.537 -46.977191 38.256185 0 65.13318 0 -49.378038 0 -11.461659 -10.528962 1330.9686 -249.52308 0 175.16331
- 98 2.3137715 -2047.8632 -2047.7252 339.32873 -3288.9826 -47.040482 38.1696 0 64.998693 0 -49.385742 0 -11.383585 -10.51446 1330.5698 -249.44332 0 175.14886
- 99 2.5238614 -2047.9038 -2047.7534 45.384585 -3288.1876 -47.166008 38.083372 0 64.882885 0 -49.398728 0 -11.373776 -10.473963 1330.0404 -249.31689 0 175.0065
- 100 2.7677482 -2047.8632 -2047.6981 -203.18437 -3287.3672 -47.334883 38.017687 0 64.825454 0 -49.419582 0 -11.445973 -10.427316 1329.5397 -249.29485 0 175.0438
-Loop time of 0.307552 on 4 procs for 100 steps with 21 atoms
-
-Pair time (%) = 0.180175 (58.5835)
-Neigh time (%) = 0.000226915 (0.073781)
-Comm time (%) = 0.118801 (38.6279)
-Outpt time (%) = 0.00818455 (2.66119)
-Other time (%) = 0.000164986 (0.0536448)
-
-Nlocal: 5.25 ave 14 max 0 min
-Histogram: 1 0 2 0 0 0 0 0 0 1
-Nghost: 355.5 ave 433 max 282 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
-Neighs: 305 ave 784 max 0 min
-Histogram: 1 0 1 1 0 0 0 0 0 1
-
-Total # of neighbors = 1220
-Ave neighs/atom = 58.0952
-Neighbor list builds = 10
-Dangerous builds = 0
diff --git a/examples/reax/log.reax.tatb.18Feb13.linux.1 b/examples/reax/log.reax.tatb.18Feb13.linux.1
new file mode 100644
index 000000000..ec1a90106
--- /dev/null
+++ b/examples/reax/log.reax.tatb.18Feb13.linux.1
@@ -0,0 +1,77 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for TATB system
+
+units real
+
+atom_style charge
+read_data data.tatb
+ triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
+ 1 by 1 by 1 MPI processor grid
+ 384 atoms
+
+# reax args: hbcut hbnewflag tripflag precision
+pair_style reax 6.0 1 1 1.0e-6
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify delay 0 every 5 check no
+
+fix 1 all nve
+
+thermo 5
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 0.0625
+
+#dump 1 all custom 100 dump.reax.tatb id type q x y z
+
+#dump 1 all image 5 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+fix 2 all reax/bonds 25 bonds.reax.tatb
+
+run 25
+Memory usage per processor = 6.71069 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -44767.08 -44767.08 7294.6353 -61120.591 486.4378 4.7236377 0 1568.024 20.788929 -279.51642 -1556.4696 252.57147 -655.84699 18862.412 -8740.6378 0 6391.0231
+ 5 0.63682726 -44767.817 -44767.09 8391.1654 -61118.763 486.82916 4.723415 0 1567.835 20.768662 -278.20804 -1557.6962 252.64683 -655.74117 18859.328 -8738.3993 0 6388.8594
+ 10 2.4306905 -44769.41 -44766.635 11717.27 -61113.142 487.89094 4.7227063 0 1567.2936 20.705084 -274.3751 -1560.8546 252.87219 -655.43578 18850.19 -8731.0893 0 6381.8126
+ 15 5.0590385 -44772.631 -44766.856 17125.213 -61103.34 489.2801 4.7214008 0 1566.4744 20.590604 -268.28964 -1566.5961 252.97781 -654.93836 18835.335 -8719.2621 0 6370.4157
+ 20 8.0678464 -44775.934 -44766.723 24620.53 -61088.791 490.4235 4.7193467 0 1565.5541 20.415031 -260.38514 -1574.1001 253.39804 -654.26838 18815.312 -8703.4032 0 6355.1922
+ 25 10.975525 -44777.233 -44764.703 34381.132 -61068.889 490.53155 4.7164093 0 1566.5715 20.169755 -251.23112 -1582.8552 253.88696 -653.46042 18790.855 -8683.8775 0 6336.3489
+Loop time of 5.81471 on 1 procs for 25 steps with 384 atoms
+
+Pair time (%) = 5.76028 (99.0638)
+Neigh time (%) = 0.050385 (0.866509)
+Comm time (%) = 0.0024991 (0.042979)
+Outpt time (%) = 0.00028801 (0.00495312)
+Other time (%) = 0.00126314 (0.0217232)
+
+Nlocal: 384 ave 384 max 384 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 7559 ave 7559 max 7559 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 286828 ave 286828 max 286828 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 286828
+Ave neighs/atom = 746.948
+Neighbor list builds = 5
+Dangerous builds = 0
diff --git a/examples/reax/log.reax.tatb.18Feb13.linux.4 b/examples/reax/log.reax.tatb.18Feb13.linux.4
new file mode 100644
index 000000000..d0079bd03
--- /dev/null
+++ b/examples/reax/log.reax.tatb.18Feb13.linux.4
@@ -0,0 +1,77 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for TATB system
+
+units real
+
+atom_style charge
+read_data data.tatb
+ triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
+ 1 by 2 by 2 MPI processor grid
+ 384 atoms
+
+# reax args: hbcut hbnewflag tripflag precision
+pair_style reax 6.0 1 1 1.0e-6
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify delay 0 every 5 check no
+
+fix 1 all nve
+
+thermo 5
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 0.0625
+
+#dump 1 all custom 100 dump.reax.tatb id type q x y z
+
+#dump 1 all image 5 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+fix 2 all reax/bonds 25 bonds.reax.tatb
+
+run 25
+Memory usage per processor = 3.32017 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -44767.08 -44767.08 7294.6353 -61120.591 486.4378 4.7236377 0 1568.024 20.788929 -279.51642 -1556.4696 252.57147 -655.84699 18862.412 -8740.6378 0 6391.023
+ 5 0.63682726 -44767.816 -44767.089 8391.165 -61118.763 486.82916 4.723415 0 1567.835 20.768662 -278.20804 -1557.6962 252.64683 -655.74117 18859.328 -8738.3995 0 6388.8607
+ 10 2.4306932 -44769.412 -44766.637 11717.214 -61113.142 487.89094 4.7227063 0 1567.2936 20.705084 -274.3751 -1560.8546 252.87219 -655.43578 18850.19 -8731.1085 0 6381.8302
+ 15 5.0590454 -44772.631 -44766.856 17124.962 -61103.34 489.28008 4.7214008 0 1566.4744 20.590604 -268.28963 -1566.5961 252.97781 -654.93836 18835.335 -8719.3321 0 6370.4856
+ 20 8.0678552 -44775.923 -44766.712 24620.829 -61088.791 490.42348 4.7193467 0 1565.5541 20.415031 -260.38513 -1574.1001 253.39805 -654.26837 18815.312 -8703.3072 0 6355.1072
+ 25 10.975535 -44777.231 -44764.7 34381.277 -61068.889 490.53152 4.7164093 0 1566.5715 20.169755 -251.2311 -1582.8552 253.88697 -653.46042 18790.855 -8683.8355 0 6336.3093
+Loop time of 2.52987 on 4 procs for 25 steps with 384 atoms
+
+Pair time (%) = 2.46087 (97.2726)
+Neigh time (%) = 0.0108202 (0.427696)
+Comm time (%) = 0.0567853 (2.2446)
+Outpt time (%) = 0.000581682 (0.0229926)
+Other time (%) = 0.000812888 (0.0321317)
+
+Nlocal: 96 ave 96 max 96 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 5118 ave 5118 max 5118 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 79754 ave 79754 max 79754 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 319016
+Ave neighs/atom = 830.771
+Neighbor list builds = 5
+Dangerous builds = 0
diff --git a/examples/reax/log.reax.tatb.9Jan12.linux.1 b/examples/reax/log.reax.tatb.9Jan12.linux.1
deleted file mode 100644
index 3c30c6340..000000000
--- a/examples/reax/log.reax.tatb.9Jan12.linux.1
+++ /dev/null
@@ -1,97 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for TATB system
-# this run is equivalent to GRASP testtatb
-
-units real
-
-atom_style charge
-read_data data.tatb
- triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
- 1 by 1 by 1 MPI processor grid
- 384 atoms
-
-# N.B. to match reax/c, set hbnewflag = 1
-# reax args: hbcut hbnewflag tripflag precision
-#pair_style reax 10.0 1 1 1.0e-6
-pair_style reax 10.0 0 1 1.0e-6
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify delay 0 every 5 check no
-
-fix 1 all nve
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 0.0625
-
-dump 1 all custom 100 dump.reax.tatb id type q x y z
-
-fix 2 all reax/bonds 25 bonds.reax.tatb
-
-run 25
-Memory usage per processor = 6.71068 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -44977.462 -44977.462 350844.92 -65892.012 9.4831588 606.70862 0 2045.5187 5.3787493 -424.41614 -3566.6607 -444.25112 -517.90927 25281.328 -6401.2462 0 4320.6163
- 1 1.5362501 -44979.21 -44977.456 351524.29 -65893.77 10.413172 606.81524 0 2045.169 5.3782621 -424.33557 -3567.2748 -444.23842 -517.93353 25281.228 -6401.4158 0 4320.7547
- 2 6.1403173 -44984.431 -44977.421 353564.02 -65899.051 13.208842 607.13469 0 2044.1214 5.3768107 -424.09328 -3569.1161 -444.20034 -518.00645 25280.931 -6402.1947 0 4321.4587
- 3 13.798172 -44993.225 -44977.472 356972.83 -65907.867 17.887012 607.66575 0 2042.3809 5.3744256 -423.68764 -3572.1806 -444.13698 -518.12843 25280.439 -6403.6029 0 4322.6319
- 4 24.486471 -45005.439 -44977.484 361762.22 -65920.24 24.475564 608.40641 0 2039.9553 5.3711579 -423.11592 -3576.4623 -444.04851 -518.30012 25279.759 -6405.6457 0 4324.4065
- 5 38.17262 -45021.065 -44977.486 367944.3 -65936.199 33.013132 609.35384 0 2036.8556 5.3670795 -422.37437 -3581.9521 -443.93515 -518.52248 25278.899 -6408.1748 0 4326.6035
- 6 54.814793 -45040.073 -44977.494 375525.26 -65955.782 43.548646 610.50446 0 2033.0959 5.3622834 -421.45833 -3588.6378 -443.79722 -518.79674 25277.871 -6411.253 0 4329.27
- 7 74.361854 -45062.562 -44977.667 384488.13 -65979.036 56.14069 611.85396 0 2028.6932 5.3568834 -420.36227 -3596.6686 -443.63511 -519.12443 25276.688 -6414.8934 0 4332.4254
- 8 96.753115 -45088.135 -44977.676 394820.42 -66006.012 70.856555 613.39723 0 2023.6676 5.3510125 -419.07997 -3605.6963 -443.44928 -519.50737 25275.366 -6419.1771 0 4336.1499
- 9 121.91206 -45116.368 -44977.187 406680.23 -66036.769 87.771046 615.12844 0 2018.7397 5.3448206 -417.60463 -3616.0503 -443.24033 -519.94764 25273.922 -6423.9836 0 4340.3202
- 10 149.75446 -45148.169 -44977.202 419448.39 -66071.364 106.96367 617.0409 0 2012.5569 5.3384682 -415.92921 -3627.326 -443.00894 -520.44754 25272.379 -6429.3963 0 4345.0239
- 11 180.18901 -45182.93 -44977.217 433126.49 -66109.859 128.51816 619.12702 0 2005.8371 5.3321158 -414.04636 -3639.6783 -442.75323 -521.00943 25270.759 -6435.3914 0 4350.234
- 12 213.10176 -45220.694 -44977.407 447323.77 -66152.305 152.51815 621.3781 0 1998.6206 5.3259063 -411.94884 -3653.2385 -442.47944 -521.6355 25269.085 -6442.0018 0 4355.9869
- 13 248.35364 -45260.832 -44977.299 461500.69 -66198.742 179.04268 623.78402 0 1990.9591 5.319936 -409.62972 -3667.4942 -442.18305 -522.32744 25267.385 -6449.2213 0 4362.2744
- 14 285.77131 -45303.58 -44977.329 474776.64 -66249.179 208.15938 626.33277 0 1982.9202 5.3142108 -407.08274 -3682.8223 -441.87093 -523.08579 25265.687 -6457.0627 0 4369.1104
- 15 325.13312 -45348.553 -44977.364 485994.64 -66303.581 239.9165 629.00982 0 1974.5949 5.308582 -404.30252 -3699.0373 -441.54152 -523.9091 25264.018 -6465.5361 0 4376.5068
- 16 366.14805 -45395.423 -44977.41 493592.79 -66361.841 274.33138 631.79729 0 1966.107 5.3026576 -401.28492 -3716.0758 -441.19624 -524.7927 25262.409 -6474.6458 0 4384.4666
- 17 408.43184 -45443.752 -44977.466 495609.06 -66423.751 311.37652 634.67308 0 1957.6248 5.2956906 -398.02733 -3733.8675 -440.83661 -525.72714 25260.887 -6484.3971 0 4392.9975
- 18 451.48082 -45492.968 -44977.535 489764.64 -66488.965 350.96361 637.60998 0 1949.3723 5.2864539 -394.52899 -3752.336 -440.46434 -526.69643 25259.48 -6494.7901 0 4402.1008
- 19 494.65084 -45542.334 -44977.616 473698.87 -66556.967 392.9281 640.57527 0 1941.6376 5.2731328 -390.79122 -3771.3986 -440.08124 -527.67642 25258.211 -6505.7958 0 4411.7515
- 20 537.15237 -45590.95 -44977.71 445393.52 -66627.054 437.01837 643.53106 0 1934.773 5.253285 -386.81774 -3790.967 -439.68929 -528.63394 25257.103 -6517.4601 0 4421.9934
- 21 578.07545 -45637.77 -44977.81 403759.03 -66698.343 482.89589 646.43599 0 1929.1799 5.2239444 -382.61485 -3810.9481 -439.2906 -529.52762 25256.17 -6529.7387 0 4432.7876
- 22 616.45505 -45681.684 -44977.908 349235.78 -66769.835 530.15196 649.24824 0 1925.2752 5.1819278 -378.19171 -3831.2452 -438.88741 -530.31106 25255.425 -6542.6417 0 4444.1461
- 23 651.3754 -45721.632 -44977.989 284158.42 -66840.508 578.34298 651.92981 0 1923.441 5.1243532 -373.56051 -3851.7589 -438.48202 -530.9385 25254.87 -6556.0745 0 4455.9825
- 24 682.06338 -45756.047 -44977.37 211816.16 -66909.459 627.03832 654.45076 0 1923.9682 5.0492645 -368.73671 -3872.421 -437.32012 -531.38912 25254.506 -6569.9969 0 4468.2626
- 25 708.05182 -45785.744 -44977.397 138937.28 -66976.018 675.86583 656.79217 0 1927.0098 4.9561644 -363.73915 -3893.0659 -436.84675 -531.60529 25254.329 -6584.4458 0 4481.0237
-Loop time of 5.25044 on 1 procs for 25 steps with 384 atoms
-
-Pair time (%) = 5.19548 (98.9532)
-Neigh time (%) = 0.049526 (0.943273)
-Comm time (%) = 0.00251365 (0.047875)
-Outpt time (%) = 0.00154328 (0.0293934)
-Other time (%) = 0.00137615 (0.0262102)
-
-Nlocal: 384 ave 384 max 384 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 7559 ave 7559 max 7559 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 286819 ave 286819 max 286819 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 286819
-Ave neighs/atom = 746.924
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/reax/log.reax.tatb.9Jan12.linux.4 b/examples/reax/log.reax.tatb.9Jan12.linux.4
deleted file mode 100644
index 7ac4dea26..000000000
--- a/examples/reax/log.reax.tatb.9Jan12.linux.4
+++ /dev/null
@@ -1,97 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for TATB system
-# this run is equivalent to GRASP testtatb
-
-units real
-
-atom_style charge
-read_data data.tatb
- triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
- 1 by 2 by 2 MPI processor grid
- 384 atoms
-
-# N.B. to match reax/c, set hbnewflag = 1
-# reax args: hbcut hbnewflag tripflag precision
-#pair_style reax 10.0 1 1 1.0e-6
-pair_style reax 10.0 0 1 1.0e-6
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify delay 0 every 5 check no
-
-fix 1 all nve
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 0.0625
-
-dump 1 all custom 100 dump.reax.tatb id type q x y z
-
-fix 2 all reax/bonds 25 bonds.reax.tatb
-
-run 25
-Memory usage per processor = 3.32015 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -44977.462 -44977.462 350844.92 -65892.012 9.4831588 606.70862 0 2045.5187 5.3787493 -424.41614 -3566.6607 -444.25112 -517.90927 25281.328 -6401.2462 0 4320.6162
- 1 1.5362501 -44979.21 -44977.456 351524.29 -65893.77 10.413172 606.81524 0 2045.169 5.3782621 -424.33557 -3567.2748 -444.23842 -517.93353 25281.228 -6401.4158 0 4320.7547
- 2 6.1403173 -44984.431 -44977.421 353564.02 -65899.051 13.208842 607.13469 0 2044.1214 5.3768107 -424.09328 -3569.1161 -444.20034 -518.00645 25280.931 -6402.1946 0 4321.4586
- 3 13.798172 -44993.227 -44977.474 356972.84 -65907.867 17.887012 607.66575 0 2042.3809 5.3744256 -423.68764 -3572.1806 -444.13698 -518.12843 25280.439 -6403.6023 0 4322.6293
- 4 24.486471 -45005.435 -44977.48 361762.21 -65920.24 24.475564 608.40641 0 2039.9553 5.3711579 -423.11592 -3576.4623 -444.04851 -518.30012 25279.759 -6405.6475 0 4324.4118
- 5 38.17262 -45021.065 -44977.485 367944.3 -65936.199 33.013132 609.35384 0 2036.8556 5.3670795 -422.37437 -3581.9521 -443.93515 -518.52248 25278.899 -6408.1767 0 4326.6058
- 6 54.814793 -45040.073 -44977.494 375525.32 -65955.782 43.548646 610.50446 0 2033.0959 5.3622834 -421.45833 -3588.6378 -443.79722 -518.79674 25277.871 -6411.2257 0 4329.2423
- 7 74.361854 -45062.564 -44977.668 384488.09 -65979.036 56.140691 611.85396 0 2028.6932 5.3568834 -420.36227 -3596.6686 -443.63511 -519.12443 25276.688 -6414.9073 0 4332.4375
- 8 96.753115 -45088.134 -44977.676 394820.42 -66006.012 70.856556 613.39723 0 2023.6676 5.3510125 -419.07997 -3605.6963 -443.44928 -519.50737 25275.366 -6419.1799 0 4336.1531
- 9 121.91206 -45116.369 -44977.188 406680.24 -66036.769 87.771047 615.12844 0 2018.7397 5.3448206 -417.60463 -3616.0503 -443.24033 -519.94764 25273.922 -6423.9806 0 4340.3169
- 10 149.75446 -45148.169 -44977.202 419448.39 -66071.364 106.96367 617.0409 0 2012.5569 5.3384682 -415.92921 -3627.326 -443.00894 -520.44754 25272.379 -6429.3956 0 4345.0232
- 11 180.18901 -45182.93 -44977.217 433126.48 -66109.859 128.51816 619.12702 0 2005.8371 5.3321158 -414.04636 -3639.6783 -442.75323 -521.00943 25270.759 -6435.3945 0 4350.2375
- 12 213.10176 -45220.695 -44977.407 447323.77 -66152.305 152.51815 621.3781 0 1998.6206 5.3259063 -411.94884 -3653.2385 -442.47944 -521.6355 25269.085 -6441.9986 0 4355.9832
- 13 248.35364 -45260.832 -44977.299 461500.69 -66198.742 179.04268 623.78402 0 1990.9591 5.319936 -409.62972 -3667.4942 -442.18305 -522.32744 25267.385 -6449.2215 0 4362.2749
- 14 285.77131 -45303.579 -44977.329 474776.65 -66249.179 208.15938 626.33277 0 1982.9202 5.3142108 -407.08274 -3682.8223 -441.87093 -523.08579 25265.687 -6457.0635 0 4369.1116
- 15 325.13312 -45348.553 -44977.365 485994.64 -66303.581 239.9165 629.00982 0 1974.5949 5.308582 -404.30252 -3699.0373 -441.54152 -523.9091 25264.018 -6465.536 0 4376.5062
- 16 366.14805 -45395.422 -44977.409 493592.8 -66361.841 274.33139 631.79729 0 1966.107 5.3026576 -401.28492 -3716.0758 -441.19624 -524.7927 25262.409 -6474.6448 0 4384.4661
- 17 408.43184 -45443.752 -44977.466 495609.06 -66423.751 311.37652 634.67308 0 1957.6248 5.2956906 -398.02733 -3733.8675 -440.83661 -525.72714 25260.887 -6484.3969 0 4392.9974
- 18 451.48082 -45492.968 -44977.535 489764.65 -66488.965 350.96362 637.60998 0 1949.3723 5.2864539 -394.52899 -3752.336 -440.46434 -526.69643 25259.479 -6494.7885 0 4402.0997
- 19 494.65084 -45542.336 -44977.618 473698.76 -66556.967 392.9281 640.57527 0 1941.6376 5.2731328 -390.79122 -3771.3986 -440.08124 -527.67642 25258.211 -6505.8243 0 4411.7778
- 20 537.15237 -45590.952 -44977.712 445393.41 -66627.054 437.01837 643.53106 0 1934.773 5.253285 -386.81774 -3790.967 -439.68929 -528.63394 25257.103 -6517.4882 0 4422.0193
- 21 578.07544 -45637.772 -44977.812 403758.92 -66698.343 482.89589 646.43599 0 1929.1799 5.2239444 -382.61485 -3810.9481 -439.2906 -529.52762 25256.17 -6529.7678 0 4432.8145
- 22 616.45505 -45681.684 -44977.908 349235.78 -66769.835 530.15195 649.24824 0 1925.2752 5.1819278 -378.19171 -3831.2452 -438.88741 -530.31106 25255.425 -6542.6395 0 4444.1437
- 23 651.3754 -45721.632 -44977.989 284158.41 -66840.508 578.34297 651.92981 0 1923.441 5.1243533 -373.56052 -3851.7589 -438.48202 -530.9385 25254.87 -6556.0746 0 4455.9826
- 24 682.06338 -45756.047 -44977.37 211816.14 -66909.459 627.03831 654.45076 0 1923.9682 5.0492645 -368.73671 -3872.421 -437.32012 -531.38912 25254.506 -6569.9982 0 4468.2638
- 25 708.05182 -45785.744 -44977.396 138937.27 -66976.018 675.86581 656.79217 0 1927.0098 4.9561644 -363.73915 -3893.0659 -436.84675 -531.60529 25254.329 -6584.4438 0 4481.0217
-Loop time of 2.44196 on 4 procs for 25 steps with 384 atoms
-
-Pair time (%) = 2.37349 (97.1962)
-Neigh time (%) = 0.0108814 (0.445599)
-Comm time (%) = 0.0543768 (2.22677)
-Outpt time (%) = 0.00227308 (0.0930843)
-Other time (%) = 0.000935674 (0.0383165)
-
-Nlocal: 96 ave 96 max 96 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 5118 ave 5118 max 5118 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 79731 ave 79731 max 79731 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 318924
-Ave neighs/atom = 830.531
-Neighbor list builds = 5
-Dangerous builds = 0
diff --git a/examples/reax/log.reaxc.rdx.18Feb13.linux.1 b/examples/reax/log.reaxc.rdx.18Feb13.linux.1
new file mode 100644
index 000000000..1a2b773cd
--- /dev/null
+++ b/examples/reax/log.reaxc.rdx.18Feb13.linux.1
@@ -0,0 +1,81 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for RDX system
+# this run is equivalent to reax/in.reax.rdx
+
+units real
+
+atom_style charge
+read_data data.rdx
+ orthogonal box = (35 35 35) to (48 48 48)
+ 1 by 1 by 1 MPI processor grid
+ 21 atoms
+
+pair_style reax/c control.reax_c.rdx
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax/c
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify every 10 delay 0 check no
+
+fix 1 all nve
+fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
+
+thermo 10
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 1.0
+
+#dump 1 all atom 10 dump.reaxc.rdx
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+run 100
+Memory usage per processor = 3.52479 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -1884.3081 -1884.3081 27186.179 -2958.4712 79.527715 0.31082031 0 98.589783 25.846176 -0.18034154 0 16.709078 -9.1620736 938.43732 -244.79962 0 168.88427
+ 10 1288.6115 -1989.6644 -1912.8422 -19456.351 -2734.6769 -15.607219 0.20177961 0 54.629555 3.1252294 -77.7067 0 14.933901 -5.8108541 843.92074 -180.43321 0 107.75935
+ 20 538.95844 -1942.7037 -1910.5731 -10725.667 -2803.7395 7.907833 0.077926684 0 81.610046 0.22951933 -57.557103 0 30.331203 -10.178049 878.99015 -159.69268 0 89.316919
+ 30 463.09509 -1933.5765 -1905.9685 -33255.505 -2749.8591 -8.0154611 0.027628698 0 81.627409 0.11972389 -50.262271 0 20.820317 -9.6327034 851.88721 -149.49498 0 79.20571
+ 40 885.49513 -1958.9125 -1906.1227 -4814.654 -2795.644 9.1506168 0.13747487 0 70.948047 0.24360542 -57.862691 0 19.076512 -11.141212 873.73895 -159.99391 0 92.434069
+ 50 861.16162 -1954.4602 -1903.121 -1896.7715 -2784.845 3.8269557 0.15793308 0 79.851627 3.349211 -78.066131 0 32.628923 -7.9565308 872.81849 -190.98571 0 114.76
+ 60 1167.7833 -1971.8435 -1902.2247 -3482.8295 -2705.864 -17.121533 0.22749088 0 44.507695 7.8560068 -74.789008 0 16.256504 -4.6046686 835.83079 -188.33691 0 114.19415
+ 70 1439.9922 -1989.3026 -1903.4557 23845.829 -2890.7894 31.958655 0.26671714 0 85.758299 3.1804114 -71.002957 0 24.357196 -10.311281 905.86803 -175.38497 0 106.7967
+ 80 502.39806 -1930.7551 -1900.804 -20356.294 -2703.8118 -18.66249 0.11286116 0 99.803602 2.0329432 -76.171314 0 19.236971 -6.2786743 826.47466 -166.0314 0 92.539547
+ 90 749.08048 -1946.9839 -1902.3266 17798.53 -2863.7581 42.068713 0.24338045 0 96.181555 0.96183463 -69.955449 0 24.615403 -11.582762 903.68851 -190.13823 0 120.69122
+ 100 1109.6933 -1968.5879 -1902.4322 -4490.3588 -2755.8988 -7.1225497 0.21757669 0 61.806016 7.0826283 -75.645461 0 20.115364 -6.2372642 863.56468 -198.56954 0 122.09943
+Loop time of 0.264553 on 1 procs for 100 steps with 21 atoms
+
+Pair time (%) = 0.245092 (92.6439)
+Neigh time (%) = 0.00887609 (3.35512)
+Comm time (%) = 0.00054431 (0.205747)
+Outpt time (%) = 0.000228405 (0.0863362)
+Other time (%) = 0.00981188 (3.70885)
+
+Nlocal: 21 ave 21 max 21 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 546 ave 546 max 546 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 1096 ave 1096 max 1096 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 1096
+Ave neighs/atom = 52.1905
+Neighbor list builds = 10
+Dangerous builds = 0
diff --git a/examples/reax/log.reaxc.rdx.18Feb13.linux.4 b/examples/reax/log.reaxc.rdx.18Feb13.linux.4
new file mode 100644
index 000000000..81eec4eba
--- /dev/null
+++ b/examples/reax/log.reaxc.rdx.18Feb13.linux.4
@@ -0,0 +1,81 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for RDX system
+# this run is equivalent to reax/in.reax.rdx
+
+units real
+
+atom_style charge
+read_data data.rdx
+ orthogonal box = (35 35 35) to (48 48 48)
+ 1 by 2 by 2 MPI processor grid
+ 21 atoms
+
+pair_style reax/c control.reax_c.rdx
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax/c
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify every 10 delay 0 check no
+
+fix 1 all nve
+fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
+
+thermo 10
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 1.0
+
+#dump 1 all atom 10 dump.reaxc.rdx
+
+#dump 1 all image 25 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+run 100
+Memory usage per processor = 3.59594 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -1884.3081 -1884.3081 27186.18 -2958.4712 79.527715 0.31082031 0 98.589783 25.846176 -0.18034154 0 16.709078 -9.1620736 938.43732 -244.79953 0 168.88418
+ 10 1288.6116 -1989.6644 -1912.8422 -19456.353 -2734.6769 -15.60722 0.2017796 0 54.629557 3.125229 -77.7067 0 14.933901 -5.8108542 843.92073 -180.43321 0 107.75934
+ 20 538.95822 -1942.7037 -1910.5731 -10725.635 -2803.7394 7.9078291 0.077926697 0 81.610051 0.22951943 -57.557107 0 30.331207 -10.178049 878.9901 -159.68963 0 89.313877
+ 30 463.09523 -1933.5765 -1905.9685 -33255.535 -2749.859 -8.0154756 0.027628846 0 81.627404 0.11972406 -50.262287 0 20.820307 -9.6327017 851.88715 -149.49499 0 79.205722
+ 40 885.49345 -1958.9125 -1906.1228 -4814.6579 -2795.6439 9.1506373 0.1374749 0 70.948017 0.24360495 -57.862671 0 19.076505 -11.141215 873.73891 -159.99392 0 92.434084
+ 50 861.16061 -1954.4602 -1903.1211 -1896.7508 -2784.8451 3.8270211 0.15793303 0 79.851614 3.3492088 -78.06613 0 32.628946 -7.9565395 872.81855 -190.98572 0 114.76
+ 60 1167.7828 -1971.8434 -1902.2247 -3482.8488 -2705.8638 -17.121551 0.227491 0 44.507677 7.8559987 -74.789014 0 16.256493 -4.6046659 835.83066 -188.33693 0 114.19417
+ 70 1439.9917 -1989.3026 -1903.4558 23846.315 -2890.7893 31.958613 0.26671709 0 85.75826 3.1804345 -71.002976 0 24.357232 -10.311269 905.86798 -175.385 0 106.79673
+ 80 502.39502 -1930.755 -1900.8041 -20356.14 -2703.813 -18.662112 0.11286018 0 99.803696 2.0329323 -76.171277 0 19.237208 -6.2787216 826.47527 -166.03126 0 92.539416
+ 90 749.07195 -1946.9842 -1902.3273 17798.308 -2863.7576 42.068592 0.24338053 0 96.18133 0.9618479 -69.955394 0 24.615347 -11.58276 903.68813 -190.13817 0 120.69115
+ 100 1109.687 -1968.5881 -1902.4328 -4490.0888 -2755.9001 -7.1221876 0.21757676 0 61.805736 7.082699 -75.645404 0 20.115587 -6.2372974 863.56536 -198.56966 0 122.09956
+Loop time of 0.236897 on 4 procs for 100 steps with 21 atoms
+
+Pair time (%) = 0.172669 (72.8878)
+Neigh time (%) = 0.00515354 (2.17543)
+Comm time (%) = 0.00553721 (2.33739)
+Outpt time (%) = 0.000409842 (0.173004)
+Other time (%) = 0.0531276 (22.4264)
+
+Nlocal: 5.25 ave 15 max 0 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+Nghost: 355.5 ave 432 max 282 min
+Histogram: 1 0 0 0 1 1 0 0 0 1
+Neighs: 298.75 ave 822 max 0 min
+Histogram: 1 0 2 0 0 0 0 0 0 1
+
+Total # of neighbors = 1195
+Ave neighs/atom = 56.9048
+Neighbor list builds = 10
+Dangerous builds = 0
diff --git a/examples/reax/log.reaxc.rdx.9Jan12.linux.1 b/examples/reax/log.reaxc.rdx.9Jan12.linux.1
deleted file mode 100644
index 1f5f3c502..000000000
--- a/examples/reax/log.reaxc.rdx.9Jan12.linux.1
+++ /dev/null
@@ -1,78 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for RDX system
-# this run is equivalent to reax/in.reax.rdx
-
-units real
-
-atom_style charge
-read_data data.rdx
- orthogonal box = (35 35 35) to (48 48 48)
- 1 by 1 by 1 MPI processor grid
- 21 atoms
-
-pair_style reax/c NULL
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax/c
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify every 10 delay 0 check no
-
-fix 1 all nve
-fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
-
-thermo 10
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 1.0
-
-dump 1 all atom 10 dump.reax.rdx
-
-run 100
-Memory usage per processor = 3.36981 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -2047.6192 -2047.6192 1411.6059 -3290.6584 -45.555509 38.801279 0 64.431326 0 -49.368043 0 -12.014532 -10.833851 1332.1957 -252.57895 0 177.96181
- 10 3.6250746 -2047.8374 -2047.6213 -299.29788 -3286.7577 -47.570889 38.391844 0 64.071067 0 -49.560103 0 -12.514519 -10.341012 1331.2323 -253.18347 0 178.39505
- 20 3.4851966 -2047.9794 -2047.7716 475.20344 -3288.1123 -47.134454 38.410334 0 64.72975 0 -49.370822 0 -11.882226 -10.574851 1330.3468 -251.63641 0 177.24484
- 30 2.5132745 -2047.7704 -2047.6205 -340.63099 -3285.5229 -48.991864 38.019618 0 66.457332 0 -49.559786 0 -13.10045 -9.9781232 1329.2274 -251.73644 0 177.41485
- 40 3.0232311 -2047.9594 -2047.7792 21.700614 -3289.2578 -47.147547 38.279866 0 66.537178 0 -49.390314 0 -11.652525 -10.56356 1329.2708 -250.11063 0 176.07519
- 50 1.990721 -2047.738 -2047.6193 -714.43544 -3287.2234 -47.871139 38.207269 0 66.115851 0 -49.561576 0 -12.880091 -10.303605 1329.9753 -251.47217 0 177.27559
- 60 3.0207655 -2047.8057 -2047.6256 877.22909 -3291.9702 -45.868842 38.789238 0 65.02199 0 -49.476448 0 -12.119935 -10.715769 1332.8197 -253.50299 0 179.21763
- 70 3.7979867 -2048.0143 -2047.7878 -407.76315 -3284.4652 -48.020673 38.534105 0 63.022006 0 -49.542841 0 -12.774251 -10.465485 1330.3969 -254.29695 0 179.59816
- 80 3.7164824 -2047.8611 -2047.6396 220.95831 -3288.6586 -46.999324 38.381564 0 63.615152 0 -49.422698 0 -11.696876 -10.432264 1331.9644 -252.44099 0 177.82845
- 90 2.6654591 -2047.8079 -2047.649 -449.08758 -3285.2642 -48.012804 38.024045 0 64.608148 0 -49.343129 0 -12.394068 -10.291747 1329.3842 -249.5516 0 175.03318
- 100 2.7731308 -2047.8848 -2047.7195 -235.73754 -3287.2634 -47.364088 38.017482 0 64.838745 0 -49.418546 0 -11.472543 -10.400448 1329.4671 -249.31631 0 175.02711
-Loop time of 0.270813 on 1 procs for 100 steps with 21 atoms
-
-Pair time (%) = 0.262195 (96.8178)
-Neigh time (%) = 0.000696182 (0.257071)
-Comm time (%) = 0.000518322 (0.191395)
-Outpt time (%) = 0.000496149 (0.183207)
-Other time (%) = 0.00690722 (2.55055)
-
-Nlocal: 21 ave 21 max 21 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 546 ave 546 max 546 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 1110 ave 1110 max 1110 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 1110
-Ave neighs/atom = 52.8571
-Neighbor list builds = 10
-Dangerous builds = 0
diff --git a/examples/reax/log.reaxc.rdx.9Jan12.linux.4 b/examples/reax/log.reaxc.rdx.9Jan12.linux.4
deleted file mode 100644
index 8f0c32555..000000000
--- a/examples/reax/log.reaxc.rdx.9Jan12.linux.4
+++ /dev/null
@@ -1,78 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for RDX system
-# this run is equivalent to reax/in.reax.rdx
-
-units real
-
-atom_style charge
-read_data data.rdx
- orthogonal box = (35 35 35) to (48 48 48)
- 1 by 2 by 2 MPI processor grid
- 21 atoms
-
-pair_style reax/c NULL
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax/c
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify every 10 delay 0 check no
-
-fix 1 all nve
-fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
-
-thermo 10
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 1.0
-
-dump 1 all atom 10 dump.reax.rdx
-
-run 100
-Memory usage per processor = 3.59354 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -2047.6192 -2047.6192 1411.6051 -3290.6584 -45.555509 38.801279 0 64.431326 0 -49.368043 0 -12.014532 -10.833851 1332.1957 -252.57908 0 177.96194
- 10 3.6250762 -2047.8374 -2047.6213 -299.29972 -3286.7577 -47.57089 38.391844 0 64.071067 0 -49.560102 0 -12.51452 -10.341012 1331.2323 -253.18355 0 178.39513
- 20 3.4851578 -2047.9794 -2047.7716 475.17542 -3288.1123 -47.134473 38.41033 0 64.729741 0 -49.370823 0 -11.882237 -10.574847 1330.3468 -251.63847 0 177.24689
- 30 2.5132467 -2047.7703 -2047.6205 -340.63046 -3285.5228 -48.991897 38.019619 0 66.457326 0 -49.559777 0 -13.10048 -9.9781237 1329.2273 -251.73031 0 177.40874
- 40 3.0231761 -2047.9594 -2047.7792 21.718473 -3289.258 -47.147503 38.279849 0 66.537175 0 -49.390313 0 -11.652462 -10.563562 1329.2708 -250.10599 0 176.07056
- 50 1.9907242 -2047.738 -2047.6193 -714.56947 -3287.2233 -47.871115 38.207252 0 66.115812 0 -49.561573 0 -12.880072 -10.303609 1329.9752 -251.48697 0 177.29036
- 60 3.0206213 -2047.8057 -2047.6256 877.19514 -3291.9699 -45.868872 38.78924 0 65.021919 0 -49.476435 0 -12.119954 -10.715774 1332.8194 -253.49604 0 179.21072
- 70 3.798014 -2048.0143 -2047.7879 -407.80527 -3284.4655 -48.020645 38.534105 0 63.022071 0 -49.542845 0 -12.774261 -10.465486 1330.3971 -254.30899 0 179.61016
- 80 3.7164646 -2047.8611 -2047.6396 221.02437 -3288.6587 -46.999336 38.381581 0 63.615247 0 -49.422692 0 -11.696912 -10.432265 1331.9645 -252.43638 0 177.82386
- 90 2.6655168 -2047.8079 -2047.649 -449.21506 -3285.2638 -48.012928 38.024019 0 64.608125 0 -49.343135 0 -12.394116 -10.29172 1329.3841 -249.56135 0 175.04292
- 100 2.7731053 -2047.8848 -2047.7195 -235.88371 -3287.2633 -47.364007 38.017457 0 64.83867 0 -49.418529 0 -11.472482 -10.400466 1329.467 -249.32842 0 175.0392
-Loop time of 0.210253 on 4 procs for 100 steps with 21 atoms
-
-Pair time (%) = 0.136896 (65.1102)
-Neigh time (%) = 0.000205219 (0.0976055)
-Comm time (%) = 0.0463336 (22.037)
-Outpt time (%) = 0.000781 (0.371457)
-Other time (%) = 0.0260371 (12.3837)
-
-Nlocal: 5.25 ave 14 max 0 min
-Histogram: 1 0 2 0 0 0 0 0 0 1
-Nghost: 355.5 ave 433 max 282 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
-Neighs: 305 ave 784 max 0 min
-Histogram: 1 0 1 1 0 0 0 0 0 1
-
-Total # of neighbors = 1220
-Ave neighs/atom = 58.0952
-Neighbor list builds = 10
-Dangerous builds = 0
diff --git a/examples/reax/log.reaxc.tatb.18Feb13.linux.1 b/examples/reax/log.reaxc.tatb.18Feb13.linux.1
new file mode 100644
index 000000000..5268b531f
--- /dev/null
+++ b/examples/reax/log.reaxc.tatb.18Feb13.linux.1
@@ -0,0 +1,79 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for TATB system
+# this run is equivalent to reax/in.reax.tatb,
+
+units real
+
+atom_style charge
+read_data data.tatb
+ triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
+ 1 by 1 by 1 MPI processor grid
+ 384 atoms
+
+pair_style reax/c control.reax_c.tatb
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax/c
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify delay 0 every 5 check no
+
+fix 1 all nve
+fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
+
+thermo 5
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 0.0625
+
+#dump 1 all custom 100 dump.reaxc.tatb id type q x y z
+
+#dump 1 all image 5 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+fix 3 all reax/c/bonds 1 1 25 bonds.reaxc.tatb
+
+run 25
+Memory usage per processor = 23.0386 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -44760.998 -44760.998 7827.7865 -61120.591 486.4378 4.7236377 0 1574.1033 20.788929 -279.51642 -1556.4696 252.57147 -655.84699 18862.412 -8740.6398 0 6391.0278
+ 5 0.61603967 -44761.698 -44760.994 8934.6346 -61118.769 486.81263 4.7234094 0 1573.9241 20.768834 -278.24084 -1557.6713 252.64377 -655.74435 18859.379 -8738.1911 0 6388.6671
+ 10 2.3525552 -44763.227 -44760.541 12288.583 -61113.174 487.82738 4.7226863 0 1573.411 20.705939 -274.50357 -1560.7569 252.85309 -655.44063 18850.391 -8730.9762 0 6381.7139
+ 15 4.9013321 -44766.36 -44760.764 17716.956 -61103.434 489.14722 4.7213644 0 1572.6349 20.593139 -268.56847 -1566.3829 252.95174 -654.96611 18835.777 -8719.2549 0 6370.4211
+ 20 7.829462 -44769.686 -44760.747 25205.546 -61089.006 490.21314 4.719302 0 1571.7022 20.420943 -260.85565 -1573.7378 253.3539 -654.31623 18816.07 -8703.5195 0 6355.2708
+ 25 10.697905 -44772.904 -44760.691 34232.775 -61069.308 490.25888 4.7163736 0 1570.7397 20.181346 -251.91377 -1582.3261 253.82253 -653.53184 18791.975 -8684.3691 0 6336.8499
+Loop time of 3.50117 on 1 procs for 25 steps with 384 atoms
+
+Pair time (%) = 2.71245 (77.4727)
+Neigh time (%) = 0.40859 (11.6701)
+Comm time (%) = 0.00248218 (0.0708956)
+Outpt time (%) = 0.000218868 (0.00625129)
+Other time (%) = 0.377427 (10.78)
+
+Nlocal: 384 ave 384 max 384 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 7559 ave 7559 max 7559 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 286828 ave 286828 max 286828 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 286828
+Ave neighs/atom = 746.948
+Neighbor list builds = 5
+Dangerous builds = 0
+
diff --git a/examples/reax/log.reaxc.tatb.18Feb13.linux.4 b/examples/reax/log.reaxc.tatb.18Feb13.linux.4
new file mode 100644
index 000000000..23ffa8bda
--- /dev/null
+++ b/examples/reax/log.reaxc.tatb.18Feb13.linux.4
@@ -0,0 +1,79 @@
+LAMMPS (18 Feb 2013)
+# ReaxFF potential for TATB system
+# this run is equivalent to reax/in.reax.tatb,
+
+units real
+
+atom_style charge
+read_data data.tatb
+ triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
+ 1 by 2 by 2 MPI processor grid
+ 384 atoms
+
+pair_style reax/c control.reax_c.tatb
+pair_coeff * * ffield.reax 1 2 3 4
+
+compute reax all pair reax/c
+
+variable eb equal c_reax[1]
+variable ea equal c_reax[2]
+variable elp equal c_reax[3]
+variable emol equal c_reax[4]
+variable ev equal c_reax[5]
+variable epen equal c_reax[6]
+variable ecoa equal c_reax[7]
+variable ehb equal c_reax[8]
+variable et equal c_reax[9]
+variable eco equal c_reax[10]
+variable ew equal c_reax[11]
+variable ep equal c_reax[12]
+variable efi equal c_reax[13]
+variable eqeq equal c_reax[14]
+
+neighbor 2.5 bin
+neigh_modify delay 0 every 5 check no
+
+fix 1 all nve
+fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
+
+thermo 5
+thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
+
+timestep 0.0625
+
+#dump 1 all custom 100 dump.reaxc.tatb id type q x y z
+
+#dump 1 all image 5 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 3
+
+fix 3 all reax/c/bonds 1 1 25 bonds.reaxc.tatb
+
+run 25
+Memory usage per processor = 15.9354 Mbytes
+Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
+ 0 0 -44760.998 -44760.998 7827.7868 -61120.591 486.4378 4.7236377 0 1574.1033 20.788929 -279.51642 -1556.4696 252.57147 -655.84699 18862.412 -8740.6397 0 6391.0277
+ 5 0.61603967 -44761.698 -44760.994 8934.6345 -61118.769 486.81263 4.7234094 0 1573.9241 20.768834 -278.24084 -1557.6713 252.64377 -655.74435 18859.379 -8738.1911 0 6388.6671
+ 10 2.352555 -44763.227 -44760.541 12288.585 -61113.174 487.82738 4.7226863 0 1573.411 20.705939 -274.50357 -1560.7569 252.85309 -655.44063 18850.391 -8730.9755 0 6381.7133
+ 15 4.9013276 -44766.36 -44760.764 17717.042 -61103.434 489.14722 4.7213644 0 1572.6349 20.593139 -268.56847 -1566.3829 252.95174 -654.96611 18835.777 -8719.2303 0 6370.3965
+ 20 7.8294571 -44769.686 -44760.747 25205.564 -61089.006 490.21314 4.719302 0 1571.7022 20.420943 -260.85565 -1573.7378 253.3539 -654.31623 18816.07 -8703.5115 0 6355.2627
+ 25 10.697903 -44772.904 -44760.691 34232.722 -61069.308 490.25887 4.7163736 0 1570.7397 20.181347 -251.91378 -1582.3261 253.82253 -653.53184 18791.975 -8684.3809 0 6336.8616
+Loop time of 2.19565 on 4 procs for 25 steps with 384 atoms
+
+Pair time (%) = 1.78154 (81.1395)
+Neigh time (%) = 0.23525 (10.7144)
+Comm time (%) = 0.00612241 (0.278842)
+Outpt time (%) = 0.000768185 (0.0349866)
+Other time (%) = 0.171971 (7.83236)
+
+Nlocal: 96 ave 96 max 96 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Nghost: 5118 ave 5118 max 5118 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 79754 ave 79754 max 79754 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 319016
+Ave neighs/atom = 830.771
+Neighbor list builds = 5
+Dangerous builds = 0
+
diff --git a/examples/reax/log.reaxc.tatb.9Jan12.linux.1 b/examples/reax/log.reaxc.tatb.9Jan12.linux.1
deleted file mode 100644
index e537ed7e3..000000000
--- a/examples/reax/log.reaxc.tatb.9Jan12.linux.1
+++ /dev/null
@@ -1,95 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for TATB system
-# this run is equivalent to reax/in.reax.tatb,
-# if hbnewflag = 1 in in.reax.tatb
-
-units real
-
-atom_style charge
-read_data data.tatb
- triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
- 1 by 1 by 1 MPI processor grid
- 384 atoms
-
-pair_style reax/c control.reax_c.tatb
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax/c
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify delay 0 every 5 check no
-
-fix 1 all nve
-fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 0.0625
-
-dump 1 all custom 100 dump.reax.tatb id type q x y z
-
-run 25
-Memory usage per processor = 8.50974 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -47407.4 -47407.4 249533.35 -65892.012 9.483159 606.70862 0 2045.5184 5.3787493 -424.41614 -5996.6006 -444.25112 -517.90927 25281.328 -6401.2431 0 4320.6153
- 1 2.4332294 -47410.179 -47407.401 250303.62 -65894.23 11.188327 606.77952 0 2045.2545 5.3782483 -424.20811 -5998.425 -444.22639 -517.92742 25280.913 -6401.5055 0 4320.8291
- 2 9.719183 -47418.501 -47407.405 252619.32 -65900.894 16.319614 606.99197 0 2044.4649 5.3767549 -423.58231 -6003.8944 -444.15229 -517.98203 25279.673 -6402.2928 0 4321.4704
- 3 21.816439 -47432.319 -47407.412 256494.31 -65912.035 24.924111 607.34524 0 2043.1547 5.3742985 -422.53369 -6012.9969 -444.02917 -518.07354 25277.617 -6403.6081 0 4322.5423
- 4 38.655246 -47451.552 -47407.422 261949.4 -65927.703 37.079442 607.83813 0 2041.3331 5.3709282 -421.05398 -6025.7115 -443.85758 -518.20275 25274.761 -6405.4367 0 4324.0303
- 5 60.136545 -47476.29 -47407.635 268995.54 -65947.966 52.892364 608.46906 0 2039.0123 5.3667131 -419.13195 -6042.208 -443.63837 -518.37073 25271.128 -6407.8009 0 4325.9567
- 6 86.130606 -47505.982 -47407.651 277678.33 -65972.908 72.496623 609.23614 0 2036.2075 5.3617422 -416.75373 -6062.0407 -443.37265 -518.57893 25266.749 -6410.7149 0 4328.3358
- 7 116.47568 -47540.882 -47407.907 287978.35 -66002.626 96.049867 610.13724 0 2032.9371 5.3561245 -413.90333 -6085.5888 -443.0619 -518.82915 25261.658 -6414.1742 0 4331.1631
- 8 150.96906 -47579.59 -47407.236 300164.71 -66037.227 123.72947 611.17009 0 2029.9242 5.3499872 -410.56323 -6112.3014 -442.70796 -519.12351 25255.9 -6418.2017 0 4334.4616
- 9 189.37675 -47623.461 -47407.259 313657.42 -66076.819 155.7255 612.33235 0 2025.8058 5.3434729 -406.71536 -6142.3156 -442.31046 -519.46452 25249.523 -6422.808 0 4338.2423
- 10 231.43585 -47671.519 -47407.301 328587.18 -66121.512 192.23538 613.62172 0 2021.2961 5.3367337 -402.34181 -6175.5187 -441.8774 -519.85491 25242.583 -6427.9982 0 4342.5105
- 11 276.83946 -47723.386 -47407.332 344707.79 -66171.401 233.45314 615.03589 0 2016.4265 5.3299208 -397.42613 -6211.7372 -441.40653 -520.29759 25235.142 -6433.7718 0 4347.2661
- 12 325.24124 -47778.682 -47407.37 361650.64 -66226.56 279.55812 616.57246 0 2011.2344 5.3231669 -391.95462 -6250.8019 -440.9072 -520.79541 25227.269 -6440.1511 0 4352.532
- 13 376.251 -47836.96 -47407.413 378838.11 -66287.031 330.7004 618.22869 0 2005.7662 5.3165582 -385.91779 -6292.4987 -440.38084 -521.35077 25219.034 -6447.1716 0 4358.344
- 14 429.43118 -47897.722 -47407.462 395422.86 -66352.796 386.98376 620.00107 0 2000.0824 5.310092 -379.312 -6336.5797 -439.83211 -521.96502 25210.516 -6454.8598 0 4364.7296
- 15 484.29023 -47960.407 -47407.517 410219.6 -66423.764 448.4463 621.88466 0 1994.2638 5.3036142 -372.14102 -6382.7634 -439.26609 -522.63766 25201.793 -6463.2125 0 4371.6866
- 16 540.27239 -48024.381 -47407.579 421649.2 -66499.738 515.03894 623.87223 0 1988.4216 5.2967339 -364.4175 -6430.7367 -438.68817 -523.36508 25192.949 -6472.2394 0 4379.226
- 17 596.74424 -48088.964 -47407.691 427724.02 -66580.383 586.60295 625.9532 0 1982.7078 5.2887159 -356.16421 -6480.1998 -438.10393 -524.13903 25184.064 -6481.9624 0 4387.3713
- 18 652.97945 -48153.246 -47407.772 426140.07 -66665.188 662.8485 628.11261 0 1977.327 5.2783594 -347.41486 -6530.7092 -437.51898 -524.94491 25175.22 -6492.3572 0 4396.1002
- 19 708.14772 -48216.32 -47407.863 414483.76 -66753.439 743.33761 630.33041 0 1972.545 5.2638935 -338.21443 -6581.929 -436.93886 -525.76007 25166.493 -6503.4912 0 4405.4828
- 20 761.31745 -48277.121 -47407.962 390656.7 -66844.203 827.47653 632.5816 0 1968.689 5.2429366 -328.6187 -6633.4776 -436.36881 -526.55296 25157.953 -6515.3569 0 4415.5146
- 21 811.48466 -48334.789 -47408.357 353426.81 -66936.342 914.52388 634.8376 0 1966.1348 5.2125915 -318.69323 -6685.2728 -435.81367 -527.28375 25149.662 -6527.9293 0 4426.1746
- 22 857.60827 -48386.919 -47407.83 302318.37 -67028.575 1003.62 637.06904 0 1965.2746 5.1697369 -308.51151 -6736.3658 -434.60389 -527.92872 25141.674 -6541.1739 0 4437.4328
- 23 898.73555 -48433.1 -47407.059 240278.84 -67119.589 1093.8368 639.2496 0 1966.4695 5.1115298 -298.15265 -6786.38 -433.44406 -528.43404 25134.029 -6555.126 0 4449.3299
- 24 934.08592 -48471.379 -47404.979 169550.89 -67208.178 1184.2453 641.36027 0 1969.9934 5.0360099 -287.6986 -6835.3943 -430.80657 -528.78009 25126.757 -6569.608 0 4461.6943
- 25 963.21976 -48503.674 -47404.014 97838.888 -67293.361 1273.9734 643.39191 0 1976.3578 4.9426402 -277.2317 -6883.3292 -429.31805 -528.89112 25119.879 -6584.7276 0 4474.6396
-Loop time of 4.3855 on 1 procs for 25 steps with 384 atoms
-
-Pair time (%) = 3.96553 (90.4236)
-Neigh time (%) = 0.0494721 (1.12808)
-Comm time (%) = 0.00237727 (0.0542075)
-Outpt time (%) = 0.00166726 (0.0380176)
-Other time (%) = 0.366458 (8.35613)
-
-Nlocal: 384 ave 384 max 384 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 7559 ave 7559 max 7559 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 286932 ave 286932 max 286932 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 286932
-Ave neighs/atom = 747.219
-Neighbor list builds = 5
-Dangerous builds = 0
-
diff --git a/examples/reax/log.reaxc.tatb.9Jan12.linux.4 b/examples/reax/log.reaxc.tatb.9Jan12.linux.4
deleted file mode 100644
index a53bcc247..000000000
--- a/examples/reax/log.reaxc.tatb.9Jan12.linux.4
+++ /dev/null
@@ -1,95 +0,0 @@
-LAMMPS (10 Jan 2012)
-# REAX potential for TATB system
-# this run is equivalent to reax/in.reax.tatb,
-# if hbnewflag = 1 in in.reax.tatb
-
-units real
-
-atom_style charge
-read_data data.tatb
- triclinic box = (0 0 0) to (13.624 17.1149 15.1826) with tilt (-5.75316 -6.32547 7.42573)
- 1 by 2 by 2 MPI processor grid
- 384 atoms
-
-pair_style reax/c control.reax_c.tatb
-pair_coeff * * ffield.reax 1 2 3 4
-
-compute reax all pair reax/c
-
-variable eb equal c_reax[1]
-variable ea equal c_reax[2]
-variable elp equal c_reax[3]
-variable emol equal c_reax[4]
-variable ev equal c_reax[5]
-variable epen equal c_reax[6]
-variable ecoa equal c_reax[7]
-variable ehb equal c_reax[8]
-variable et equal c_reax[9]
-variable eco equal c_reax[10]
-variable ew equal c_reax[11]
-variable ep equal c_reax[12]
-variable efi equal c_reax[13]
-variable eqeq equal c_reax[14]
-
-neighbor 2.5 bin
-neigh_modify delay 0 every 5 check no
-
-fix 1 all nve
-fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
-
-thermo 1
-thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq
-
-timestep 0.0625
-
-dump 1 all custom 100 dump.reax.tatb id type q x y z
-
-run 25
-Memory usage per processor = 4.61908 Mbytes
-Step Temp E_pair TotEng Press eb ea elp emol ev epen ecoa ehb et eco ew ep efi eqeq
- 0 0 -47407.4 -47407.4 249533.35 -65892.012 9.483159 606.70862 0 2045.5184 5.3787493 -424.41614 -5996.6006 -444.25112 -517.90927 25281.328 -6401.2431 0 4320.6153
- 1 2.4332294 -47410.179 -47407.401 250303.62 -65894.23 11.188327 606.77952 0 2045.2545 5.3782483 -424.20811 -5998.425 -444.22639 -517.92742 25280.913 -6401.5055 0 4320.8291
- 2 9.719183 -47418.501 -47407.405 252619.32 -65900.894 16.319614 606.99197 0 2044.4649 5.3767549 -423.58231 -6003.8944 -444.15229 -517.98203 25279.673 -6402.2928 0 4321.4704
- 3 21.816439 -47432.319 -47407.412 256494.31 -65912.035 24.924111 607.34524 0 2043.1547 5.3742985 -422.53369 -6012.9969 -444.02917 -518.07354 25277.617 -6403.6081 0 4322.5423
- 4 38.655246 -47451.552 -47407.422 261949.4 -65927.703 37.079442 607.83813 0 2041.3331 5.3709282 -421.05398 -6025.7115 -443.85758 -518.20275 25274.761 -6405.4367 0 4324.0303
- 5 60.136545 -47476.29 -47407.635 268995.54 -65947.966 52.892364 608.46906 0 2039.0123 5.3667131 -419.13195 -6042.208 -443.63837 -518.37073 25271.128 -6407.8009 0 4325.9567
- 6 86.130606 -47505.982 -47407.651 277678.33 -65972.908 72.496623 609.23614 0 2036.2075 5.3617422 -416.75373 -6062.0407 -443.37265 -518.57893 25266.749 -6410.715 0 4328.3359
- 7 116.47568 -47540.882 -47407.907 287978.35 -66002.626 96.049867 610.13724 0 2032.9371 5.3561245 -413.90333 -6085.5888 -443.0619 -518.82915 25261.658 -6414.1742 0 4331.1631
- 8 150.96906 -47579.59 -47407.236 300164.71 -66037.227 123.72947 611.17009 0 2029.9242 5.3499872 -410.56323 -6112.3014 -442.70796 -519.12351 25255.9 -6418.2017 0 4334.4616
- 9 189.37675 -47623.461 -47407.259 313657.42 -66076.819 155.7255 612.33235 0 2025.8058 5.3434729 -406.71536 -6142.3156 -442.31046 -519.46452 25249.523 -6422.808 0 4338.2423
- 10 231.43585 -47671.519 -47407.301 328587.18 -66121.512 192.23538 613.62172 0 2021.2961 5.3367337 -402.34181 -6175.5187 -441.8774 -519.85491 25242.583 -6427.9982 0 4342.5106
- 11 276.83946 -47723.386 -47407.332 344707.79 -66171.401 233.45314 615.03589 0 2016.4265 5.3299208 -397.42613 -6211.7372 -441.40653 -520.29759 25235.142 -6433.7718 0 4347.2662
- 12 325.24124 -47778.682 -47407.37 361650.64 -66226.56 279.55812 616.57246 0 2011.2344 5.3231669 -391.95462 -6250.8019 -440.9072 -520.79541 25227.269 -6440.1511 0 4352.532
- 13 376.251 -47836.96 -47407.413 378838.11 -66287.031 330.7004 618.22869 0 2005.7662 5.3165582 -385.91779 -6292.4987 -440.38084 -521.35077 25219.034 -6447.1716 0 4358.344
- 14 429.43118 -47897.722 -47407.462 395422.86 -66352.796 386.98376 620.00107 0 2000.0824 5.310092 -379.312 -6336.5797 -439.83211 -521.96502 25210.516 -6454.8598 0 4364.7296
- 15 484.29023 -47960.407 -47407.517 410219.6 -66423.764 448.4463 621.88466 0 1994.2638 5.3036142 -372.14102 -6382.7634 -439.26609 -522.63766 25201.793 -6463.2125 0 4371.6866
- 16 540.27239 -48024.381 -47407.579 421649.2 -66499.738 515.03894 623.87223 0 1988.4216 5.2967339 -364.4175 -6430.7367 -438.68817 -523.36508 25192.949 -6472.2395 0 4379.226
- 17 596.74424 -48088.964 -47407.691 427724.02 -66580.383 586.60295 625.9532 0 1982.7078 5.2887159 -356.16421 -6480.1998 -438.10393 -524.13903 25184.064 -6481.9625 0 4387.3713
- 18 652.97945 -48153.246 -47407.772 426140.07 -66665.188 662.8485 628.11261 0 1977.327 5.2783594 -347.41486 -6530.7092 -437.51898 -524.94491 25175.22 -6492.3573 0 4396.1003
- 19 708.14772 -48216.32 -47407.863 414483.76 -66753.439 743.33761 630.33041 0 1972.545 5.2638935 -338.21443 -6581.929 -436.93886 -525.76007 25166.493 -6503.4912 0 4405.4827
- 20 761.31745 -48277.121 -47407.962 390656.71 -66844.203 827.47653 632.5816 0 1968.689 5.2429366 -328.6187 -6633.4776 -436.36881 -526.55296 25157.953 -6515.353 0 4415.5107
- 21 811.48466 -48334.789 -47408.357 353426.83 -66936.342 914.52388 634.8376 0 1966.1348 5.2125915 -318.69323 -6685.2728 -435.81367 -527.28375 25149.662 -6527.9205 0 4426.1658
- 22 857.60827 -48386.919 -47407.831 302318.32 -67028.575 1003.62 637.06904 0 1965.2746 5.1697369 -308.51151 -6736.3658 -434.60389 -527.92872 25141.674 -6541.191 0 4437.4499
- 23 898.73556 -48433.1 -47407.059 240278.95 -67119.589 1093.8368 639.2496 0 1966.4695 5.1115298 -298.15265 -6786.38 -433.44406 -528.43404 25134.029 -6555.088 0 4449.2919
- 24 934.08594 -48471.379 -47404.979 169550.81 -67208.178 1184.2453 641.36027 0 1969.9934 5.0360099 -287.6986 -6835.3943 -430.80657 -528.78009 25126.757 -6569.631 0 4461.7172
- 25 963.21978 -48503.674 -47404.014 97838.961 -67293.361 1273.9734 643.39191 0 1976.3578 4.9426402 -277.2317 -6883.3292 -429.31805 -528.89112 25119.879 -6584.7034 0 4474.6155
-Loop time of 2.19885 on 4 procs for 25 steps with 384 atoms
-
-Pair time (%) = 1.95163 (88.7569)
-Neigh time (%) = 0.0107548 (0.489108)
-Comm time (%) = 0.0822858 (3.74222)
-Outpt time (%) = 0.00185025 (0.0841461)
-Other time (%) = 0.152328 (6.92764)
-
-Nlocal: 96 ave 96 max 96 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Nghost: 5118 ave 5118 max 5118 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-Neighs: 79756 ave 79756 max 79756 min
-Histogram: 4 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 319024
-Ave neighs/atom = 830.792
-Neighbor list builds = 5
-Dangerous builds = 0
-
diff --git a/examples/rigid/log.rigid.9Jan12.linux.1 b/examples/rigid/log.rigid.18Feb13.linux.1
similarity index 97%
rename from examples/rigid/log.rigid.9Jan12.linux.1
rename to examples/rigid/log.rigid.18Feb13.linux.1
index 98976c100..6baf90873 100644
--- a/examples/rigid/log.rigid.9Jan12.linux.1
+++ b/examples/rigid/log.rigid.18Feb13.linux.1
@@ -1,306 +1,310 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 1 by 1 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 10 18
9 atoms in group clump2
group clump3 id <> 19 27
9 atoms in group clump3
group clump4 id <> 28 36
9 atoms in group clump4
group clump5 id <> 37 45
9 atoms in group clump5
group clump6 id <> 46 54
9 atoms in group clump6
group clump7 id <> 55 63
9 atoms in group clump7
group clump8 id <> 64 72
9 atoms in group clump8
group clump9 id <> 73 81
9 atoms in group clump9
fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 clump6 clump7 clump8 clump9
9 rigid bodies with 81 atoms
# 1 chain of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 36 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 2 chains of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 37 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4
#fix 2 all poems group clump5 clump6 clump7 clump8 clump9
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-Memory usage per processor = 1.86288 Mbytes
+Memory usage per processor = 1.86701 Mbytes
Step Temp E_pair E_mol TotEng Press
0 115.29439 5235.9179 0 5272.2142 -2.7403788
50 14910.685 571.71558 0 5265.82 32.006171
100 16298.442 136.66184 0 5267.653 16.444229
150 16682.606 17.490511 0 5269.4219 14.900344
200 16733.929 1.372872 0 5269.4617 14.569267
250 16738.853 -0.15252816 0 5269.4864 14.496404
300 16738.588 -0.055171335 0 5269.5002 14.496025
350 16738.492 -0.017444677 0 5269.5077 14.496446
400 16738.464 -0.0060102023 0 5269.5104 14.496618
450 16738.455 -0.0012713351 0 5269.5124 14.496701
500 16738.455 -0.00081068621 0 5269.5128 14.496709
550 16738.455 -0.00083203497 0 5269.5129 14.496707
600 16738.455 -0.00058355356 0 5269.5131 14.496709
650 16738.455 -0.00047226704 0 5269.5131 14.496708
700 16738.455 0 0 5269.5136 14.496713
750 16738.455 0 0 5269.5136 14.49671
800 16738.455 0 0 5269.5137 14.496709
850 16738.455 0 0 5269.5137 14.49671
900 16738.456 0 0 5269.5138 14.496713
950 16738.462 -0.0035323872 0 5269.5122 14.496671
1000 16738.586 -0.051135144 0 5269.5036 14.496229
1050 16737.358 0.32995057 0 5269.4981 14.525763
1100 16737.892 0.16210246 0 5269.4984 14.531983
1150 16738.703 -0.089235095 0 5269.5025 14.509899
1200 16738.466 -0.0075446243 0 5269.5096 14.510615
1250 16738.456 0 0 5269.514 14.510704
1300 16738.457 0 0 5269.5141 14.510701
1350 16738.457 0 0 5269.5141 14.510699
1400 16738.457 -0.00044736511 0 5269.5138 14.510693
1450 16738.458 -0.0010971179 0 5269.5134 14.510687
1500 16738.458 -0.00057885428 0 5269.5139 14.510698
1550 16738.457 0 0 5269.5143 14.51071
1600 16738.457 0 0 5269.5144 14.510712
1650 16738.457 0 0 5269.5144 14.510712
1700 16738.458 0 0 5269.5144 14.51071
1750 16738.458 0 0 5269.5145 14.510708
1800 16738.458 0 0 5269.5145 14.510706
1850 16738.458 0 0 5269.5146 14.510705
1900 16738.458 0 0 5269.5146 14.510706
1950 16738.465 -0.0031733615 0 5269.5134 14.510659
2000 16738.491 -0.013255268 0 5269.5117 14.510532
2050 16738.556 -0.0365811 0 5269.5087 14.51029
2100 16738.633 -0.063209659 0 5269.5065 14.510219
2150 16738.607 -0.05601761 0 5269.5055 14.510231
2200 16738.557 -0.038423032 0 5269.5072 14.510404
2250 16738.515 -0.023709918 0 5269.5088 14.510539
2300 16738.489 -0.013249035 0 5269.5111 14.510621
2350 16738.468 -0.0045563719 0 5269.5131 14.510714
2400 16738.46 -0.00052194273 0 5269.5146 14.510771
2450 16738.464 -0.0023259756 0 5269.514 14.510746
2500 16738.468 -0.0051929186 0 5269.5127 14.510731
2550 16738.581 -0.044940117 0 5269.5085 14.510315
2600 16738.427 -7.9722832e-05 0 5269.5046 14.510657
2650 16733.017 1.705148 0 5269.5067 14.596295
2700 16738.761 -0.10614946 0 5269.5038 14.499584
2750 16733.973 1.4038179 0 5269.5064 14.598107
2800 16738.585 -0.046813448 0 5269.5076 14.511073
2850 16738.487 -0.012558719 0 5269.5111 14.510111
2900 16738.465 -0.0026252725 0 5269.514 14.510277
2950 16738.476 -0.0082220764 0 5269.512 14.510223
3000 16738.66 -0.071284779 0 5269.507 14.509758
3050 16715.332 7.2419351 0 5269.476 14.870305
3100 16653.226 26.818761 0 5269.5009 14.496764
3150 16739.351 -0.30690375 0 5269.4886 13.643904
3200 16733.238 1.6025328 0 5269.4737 12.016934
3250 16734.374 1.2554428 0 5269.4841 11.963561
3300 16732.156 1.9585967 0 5269.4893 12.234024
3350 16738.655 -0.079693236 0 5269.497 12.092757
3400 16738.543 -0.042215005 0 5269.4991 12.092809
3450 16738.591 -0.059327511 0 5269.4972 12.092536
3500 16738.759 -0.11761245 0 5269.4918 12.09203
3550 16713.405 7.846062 0 5269.4737 12.389816
3600 16734.939 1.0821936 0 5269.4891 12.173591
3650 16738.808 -0.13663195 0 5269.4882 12.027009
3700 16738.602 -0.070934367 0 5269.4889 12.025288
3750 16737.731 0.20706557 0 5269.4927 12.061948
3800 16738.578 -0.05582043 0 5269.4965 12.035665
3850 16738.471 -0.016307928 0 5269.5024 12.035302
3900 16738.449 -0.0058182199 0 5269.5059 12.035401
3950 16738.439 -0.0012027325 0 5269.5074 12.035461
4000 16738.436 -0.00020698452 0 5269.5075 12.035469
4050 16738.437 0 0 5269.5078 12.035454
4100 16738.437 0 0 5269.508 12.035435
4150 16738.438 0 0 5269.5081 12.035426
4200 16738.438 0 0 5269.5083 12.035432
4250 16738.439 0 0 5269.5085 12.035447
4300 16738.439 0 0 5269.5086 12.035463
4350 16738.44 0 0 5269.5087 12.035474
4400 16738.44 0 0 5269.5088 12.035478
4450 16738.44 0 0 5269.5089 12.035474
4500 16738.44 0 0 5269.509 12.035462
4550 16738.441 0 0 5269.5092 12.035449
4600 16738.441 0 0 5269.5093 12.035445
4650 16738.442 0 0 5269.5095 12.035451
4700 16738.442 0 0 5269.5096 12.03546
4750 16738.443 0 0 5269.5097 12.035465
4800 16738.443 0 0 5269.5098 12.035466
4850 16738.443 0 0 5269.51 12.035463
4900 16738.444 0 0 5269.5101 12.035456
4950 16738.444 0 0 5269.5102 12.035447
5000 16738.445 0 0 5269.5104 12.03544
5050 16738.445 0 0 5269.5105 12.035442
5100 16738.446 0 0 5269.5107 12.035455
5150 16738.446 0 0 5269.5108 12.03547
5200 16738.446 0 0 5269.5109 12.035479
5250 16738.447 0 0 5269.511 12.035479
5300 16738.447 0 0 5269.5111 12.03547
5350 16738.447 0 0 5269.5112 12.035454
5400 16738.448 0 0 5269.5113 12.035434
5450 16738.448 0 0 5269.5115 12.03542
5500 16738.449 0 0 5269.5117 12.035422
5550 16738.457 -0.0030919234 0 5269.5111 12.035383
5600 16738.51 -0.021618357 0 5269.5092 12.035106
5650 16738.622 -0.059214788 0 5269.507 12.035694
5700 16395.28 108.06942 0 5269.5463 24.369038
5750 16738.544 -0.033973429 0 5269.5077 12.011261
5800 16738.456 -0.0037013529 0 5269.5102 12.011675
5850 16738.451 0 0 5269.5123 12.011709
5900 16738.451 -0.00022115871 0 5269.5122 12.011687
5950 16738.452 -0.00024253349 0 5269.5124 12.011678
6000 16738.452 0 0 5269.5128 12.011688
6050 16738.453 0 0 5269.513 12.011702
6100 16738.453 0 0 5269.5131 12.011716
6150 16738.454 0 0 5269.5132 12.011725
6200 16738.454 0 0 5269.5133 12.011728
6250 16738.454 0 0 5269.5134 12.011723
6300 16738.455 0 0 5269.5135 12.011712
6350 16738.455 0 0 5269.5137 12.0117
6400 16738.456 0 0 5269.5138 12.011697
6450 16738.456 0 0 5269.514 12.011704
6500 16738.456 0 0 5269.5141 12.011714
6550 16738.457 0 0 5269.5142 12.011719
6600 16738.457 0 0 5269.5143 12.011718
6650 16738.458 0 0 5269.5144 12.011713
6700 16738.458 0 0 5269.5146 12.011705
6750 16738.459 0 0 5269.5147 12.011696
6800 16738.459 0 0 5269.5149 12.01169
6850 16738.46 0 0 5269.515 12.011695
6900 16738.46 0 0 5269.5152 12.01171
6950 16738.46 0 0 5269.5153 12.011726
7000 16738.461 0 0 5269.5154 12.011736
7050 16738.461 0 0 5269.5155 12.011737
7100 16738.461 0 0 5269.5155 12.011728
7150 16738.461 0 0 5269.5156 12.011712
7200 16738.462 0 0 5269.5158 12.011691
7250 16738.463 0 0 5269.516 12.011676
7300 16738.463 0 0 5269.5162 12.011677
7350 16738.464 0 0 5269.5164 12.011693
7400 16738.464 0 0 5269.5165 12.011713
7450 16738.465 0 0 5269.5166 12.011729
7500 16738.465 0 0 5269.5167 12.011736
7550 16738.465 0 0 5269.5168 12.011734
7600 16738.465 0 0 5269.5168 12.011722
7650 16738.466 0 0 5269.517 12.011704
7700 16738.466 0 0 5269.5171 12.011687
7750 16738.467 0 0 5269.5173 12.011681
7800 16738.467 0 0 5269.5175 12.011687
7850 16738.468 0 0 5269.5176 12.0117
7900 16738.468 0 0 5269.5178 12.011712
7950 16738.469 0 0 5269.5179 12.011721
8000 16738.469 0 0 5269.518 12.011724
8050 16738.469 0 0 5269.5181 12.01172
8100 16738.47 0 0 5269.5182 12.011709
8150 16738.47 0 0 5269.5183 12.0117
8200 16738.47 0 0 5269.5185 12.0117
8250 16738.471 0 0 5269.5186 12.011709
8300 16738.471 0 0 5269.5187 12.011719
8350 16738.472 0 0 5269.5189 12.011723
8400 16738.472 0 0 5269.519 12.01172
8450 16738.473 -0.00039690661 0 5269.5189 12.011706
8500 16738.481 -0.0034646802 0 5269.5182 12.011643
8550 16738.483 -0.0045307409 0 5269.5178 12.01162
8600 16738.474 -0.00076532814 0 5269.5189 12.011681
8650 16738.474 0 0 5269.5197 12.011699
8700 16738.475 0 0 5269.5199 12.011715
8750 16738.475 0 0 5269.52 12.011732
8800 16738.475 0 0 5269.52 12.011743
8850 16738.476 0 0 5269.5201 12.011744
8900 16738.476 0 0 5269.5202 12.011735
8950 16738.476 0 0 5269.5203 12.011719
9000 16738.477 0 0 5269.5205 12.011698
9050 16738.477 0 0 5269.5206 12.011683
9100 16738.478 0 0 5269.5208 12.011684
9150 16738.479 0 0 5269.521 12.011701
9200 16738.479 0 0 5269.5212 12.011722
9250 16738.479 0 0 5269.5213 12.011738
9300 16738.48 0 0 5269.5214 12.011746
9350 16738.48 0 0 5269.5214 12.011744
9400 16738.48 0 0 5269.5215 12.011732
9450 16738.48 0 0 5269.5216 12.011715
9500 16738.481 -0.0003765244 0 5269.5216 12.011692
9550 16738.493 -0.0053156165 0 5269.5203 12.011611
9600 16738.549 -0.026814372 0 5269.5163 12.011415
9650 16738.765 -0.10191524 0 5269.5092 12.011013
9700 16735.041 1.0589899 0 5269.4979 12.062708
9750 16738.013 0.13550096 0 5269.5101 11.407246
9800 16738.512 -0.011620327 0 5269.5201 11.394974
9850 16738.489 -0.00067270505 0 5269.5237 11.395098
9900 16738.489 -0.00024984559 0 5269.5242 11.395085
9950 16738.49 0 0 5269.5245 11.395077
10000 16738.49 0 0 5269.5246 11.395075
-Loop time of 0.137668 on 1 procs for 10000 steps with 81 atoms
+Loop time of 0.128324 on 1 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.00791883 (5.75212)
-Neigh time (%) = 0.0309033 (22.4477)
-Comm time (%) = 0.0089097 (6.47187)
-Outpt time (%) = 0.015656 (11.3723)
-Other time (%) = 0.0742803 (53.956)
+Pair time (%) = 0.00828362 (6.45523)
+Neigh time (%) = 0.0322568 (25.137)
+Comm time (%) = 0.00929689 (7.24486)
+Outpt time (%) = 0.00157404 (1.22661)
+Other time (%) = 0.0769126 (59.9363)
Nlocal: 81 ave 81 max 81 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 84 ave 84 max 84 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 998
Dangerous builds = 997
diff --git a/examples/rigid/log.rigid.9Jan12.linux.4 b/examples/rigid/log.rigid.18Feb13.linux.4
similarity index 97%
rename from examples/rigid/log.rigid.9Jan12.linux.4
rename to examples/rigid/log.rigid.18Feb13.linux.4
index 678c2f5eb..359f4eb07 100644
--- a/examples/rigid/log.rigid.9Jan12.linux.4
+++ b/examples/rigid/log.rigid.18Feb13.linux.4
@@ -1,306 +1,310 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 2 by 2 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 10 18
9 atoms in group clump2
group clump3 id <> 19 27
9 atoms in group clump3
group clump4 id <> 28 36
9 atoms in group clump4
group clump5 id <> 37 45
9 atoms in group clump5
group clump6 id <> 46 54
9 atoms in group clump6
group clump7 id <> 55 63
9 atoms in group clump7
group clump8 id <> 64 72
9 atoms in group clump8
group clump9 id <> 73 81
9 atoms in group clump9
fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 clump6 clump7 clump8 clump9
9 rigid bodies with 81 atoms
# 1 chain of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 36 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 2 chains of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 37 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4
#fix 2 all poems group clump5 clump6 clump7 clump8 clump9
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-Memory usage per processor = 1.82479 Mbytes
+Memory usage per processor = 1.82862 Mbytes
Step Temp E_pair E_mol TotEng Press
0 115.29439 5235.9179 0 5272.2142 -2.7403788
50 14910.685 571.71558 0 5265.82 32.006171
100 16298.442 136.66184 0 5267.653 16.444229
150 16682.606 17.490511 0 5269.4219 14.900344
200 16733.929 1.372872 0 5269.4617 14.569267
250 16738.853 -0.15252816 0 5269.4864 14.496404
300 16738.588 -0.055171335 0 5269.5002 14.496025
350 16738.492 -0.017444677 0 5269.5077 14.496446
400 16738.464 -0.0060102023 0 5269.5104 14.496618
450 16738.455 -0.0012713351 0 5269.5124 14.496701
500 16738.455 -0.00081068621 0 5269.5128 14.496709
550 16738.455 -0.00083203497 0 5269.5129 14.496707
600 16738.455 -0.00058355356 0 5269.5131 14.496709
650 16738.455 -0.00047226704 0 5269.5131 14.496708
700 16738.455 0 0 5269.5136 14.496713
750 16738.455 0 0 5269.5136 14.49671
800 16738.455 0 0 5269.5137 14.496709
850 16738.455 0 0 5269.5137 14.49671
900 16738.456 0 0 5269.5138 14.496713
950 16738.462 -0.0035323872 0 5269.5122 14.496671
1000 16738.586 -0.051135144 0 5269.5036 14.496229
1050 16737.358 0.32995057 0 5269.4981 14.525763
1100 16737.892 0.16210246 0 5269.4984 14.531983
1150 16738.703 -0.089235095 0 5269.5025 14.509899
1200 16738.466 -0.0075446243 0 5269.5096 14.510615
1250 16738.456 0 0 5269.514 14.510704
1300 16738.457 0 0 5269.5141 14.510701
1350 16738.457 0 0 5269.5141 14.510699
1400 16738.457 -0.00044736511 0 5269.5138 14.510693
1450 16738.458 -0.0010971179 0 5269.5134 14.510687
1500 16738.458 -0.00057885428 0 5269.5139 14.510698
1550 16738.457 0 0 5269.5143 14.51071
1600 16738.457 0 0 5269.5144 14.510712
1650 16738.457 0 0 5269.5144 14.510712
1700 16738.458 0 0 5269.5144 14.51071
1750 16738.458 0 0 5269.5145 14.510708
1800 16738.458 0 0 5269.5145 14.510706
1850 16738.458 0 0 5269.5146 14.510705
1900 16738.458 0 0 5269.5146 14.510706
1950 16738.465 -0.0031733615 0 5269.5134 14.510659
2000 16738.491 -0.013255268 0 5269.5117 14.510532
2050 16738.556 -0.0365811 0 5269.5087 14.51029
2100 16738.633 -0.063209659 0 5269.5065 14.510219
2150 16738.607 -0.05601761 0 5269.5055 14.510231
2200 16738.557 -0.038423032 0 5269.5072 14.510404
2250 16738.515 -0.023709918 0 5269.5088 14.510539
2300 16738.489 -0.013249035 0 5269.5111 14.510621
2350 16738.468 -0.0045563719 0 5269.5131 14.510714
2400 16738.46 -0.00052194273 0 5269.5146 14.510771
2450 16738.464 -0.0023259756 0 5269.514 14.510746
2500 16738.468 -0.0051929186 0 5269.5127 14.510731
2550 16738.581 -0.044940117 0 5269.5085 14.510315
2600 16738.427 -7.9722853e-05 0 5269.5046 14.510657
2650 16733.017 1.705148 0 5269.5067 14.596295
2700 16738.761 -0.10614946 0 5269.5038 14.499584
2750 16733.973 1.4038179 0 5269.5064 14.598107
2800 16738.585 -0.046813448 0 5269.5076 14.511073
2850 16738.487 -0.012558719 0 5269.5111 14.510111
2900 16738.465 -0.0026252725 0 5269.514 14.510277
2950 16738.476 -0.0082220764 0 5269.512 14.510223
3000 16738.66 -0.071284779 0 5269.507 14.509758
3050 16715.332 7.2419351 0 5269.476 14.870305
3100 16653.226 26.818761 0 5269.5009 14.496764
3150 16739.351 -0.30690375 0 5269.4886 13.643904
3200 16733.238 1.6025328 0 5269.4737 12.016934
3250 16734.374 1.2554428 0 5269.4841 11.963561
3300 16732.156 1.9585967 0 5269.4893 12.234024
3350 16738.655 -0.079693236 0 5269.497 12.092757
3400 16738.543 -0.042215005 0 5269.4991 12.092809
3450 16738.591 -0.059327511 0 5269.4972 12.092536
3500 16738.759 -0.11761245 0 5269.4918 12.09203
3550 16713.405 7.846062 0 5269.4737 12.389816
3600 16734.939 1.0821936 0 5269.4891 12.173591
3650 16738.808 -0.13663194 0 5269.4882 12.027009
3700 16738.602 -0.070934367 0 5269.4889 12.025288
3750 16737.731 0.20706557 0 5269.4927 12.061948
3800 16738.578 -0.05582043 0 5269.4965 12.035665
3850 16738.471 -0.016307928 0 5269.5024 12.035302
3900 16738.449 -0.0058182199 0 5269.5059 12.035401
3950 16738.439 -0.0012027325 0 5269.5074 12.035461
4000 16738.436 -0.00020698452 0 5269.5075 12.035469
4050 16738.437 0 0 5269.5078 12.035454
4100 16738.437 0 0 5269.508 12.035435
4150 16738.438 0 0 5269.5081 12.035426
4200 16738.438 0 0 5269.5083 12.035432
4250 16738.439 0 0 5269.5085 12.035447
4300 16738.439 0 0 5269.5086 12.035463
4350 16738.44 0 0 5269.5087 12.035474
4400 16738.44 0 0 5269.5088 12.035478
4450 16738.44 0 0 5269.5089 12.035474
4500 16738.44 0 0 5269.509 12.035462
4550 16738.441 0 0 5269.5092 12.035449
4600 16738.441 0 0 5269.5093 12.035445
4650 16738.442 0 0 5269.5095 12.035451
4700 16738.442 0 0 5269.5096 12.03546
4750 16738.443 0 0 5269.5097 12.035465
4800 16738.443 0 0 5269.5098 12.035466
4850 16738.443 0 0 5269.51 12.035463
4900 16738.444 0 0 5269.5101 12.035456
4950 16738.444 0 0 5269.5102 12.035447
5000 16738.445 0 0 5269.5104 12.03544
5050 16738.445 0 0 5269.5105 12.035442
5100 16738.446 0 0 5269.5107 12.035455
5150 16738.446 0 0 5269.5108 12.03547
5200 16738.446 0 0 5269.5109 12.035479
5250 16738.447 0 0 5269.511 12.035479
5300 16738.447 0 0 5269.5111 12.03547
5350 16738.447 0 0 5269.5112 12.035454
5400 16738.448 0 0 5269.5113 12.035434
5450 16738.448 0 0 5269.5115 12.03542
5500 16738.449 0 0 5269.5117 12.035422
5550 16738.457 -0.0030919234 0 5269.5111 12.035383
5600 16738.51 -0.021618357 0 5269.5092 12.035106
5650 16738.622 -0.059214788 0 5269.507 12.035694
5700 16395.28 108.06942 0 5269.5463 24.369038
5750 16738.544 -0.033973429 0 5269.5077 12.011261
5800 16738.456 -0.0037013529 0 5269.5102 12.011675
5850 16738.451 0 0 5269.5123 12.011709
5900 16738.451 -0.00022115871 0 5269.5122 12.011687
5950 16738.452 -0.00024253349 0 5269.5124 12.011678
6000 16738.452 0 0 5269.5128 12.011688
6050 16738.453 0 0 5269.513 12.011702
6100 16738.453 0 0 5269.5131 12.011716
6150 16738.454 0 0 5269.5132 12.011725
6200 16738.454 0 0 5269.5133 12.011728
6250 16738.454 0 0 5269.5134 12.011723
6300 16738.455 0 0 5269.5135 12.011712
6350 16738.455 0 0 5269.5137 12.0117
6400 16738.456 0 0 5269.5138 12.011697
6450 16738.456 0 0 5269.514 12.011704
6500 16738.456 0 0 5269.5141 12.011714
6550 16738.457 0 0 5269.5142 12.011719
6600 16738.457 0 0 5269.5143 12.011718
6650 16738.458 0 0 5269.5144 12.011713
6700 16738.458 0 0 5269.5146 12.011705
6750 16738.459 0 0 5269.5147 12.011696
6800 16738.459 0 0 5269.5149 12.01169
6850 16738.46 0 0 5269.515 12.011695
6900 16738.46 0 0 5269.5152 12.01171
6950 16738.46 0 0 5269.5153 12.011726
7000 16738.461 0 0 5269.5154 12.011736
7050 16738.461 0 0 5269.5155 12.011737
7100 16738.461 0 0 5269.5155 12.011728
7150 16738.461 0 0 5269.5156 12.011712
7200 16738.462 0 0 5269.5158 12.011691
7250 16738.463 0 0 5269.516 12.011676
7300 16738.463 0 0 5269.5162 12.011677
7350 16738.464 0 0 5269.5164 12.011693
7400 16738.464 0 0 5269.5165 12.011713
7450 16738.465 0 0 5269.5166 12.011729
7500 16738.465 0 0 5269.5167 12.011736
7550 16738.465 0 0 5269.5168 12.011734
7600 16738.465 0 0 5269.5168 12.011722
7650 16738.466 0 0 5269.517 12.011704
7700 16738.466 0 0 5269.5171 12.011687
7750 16738.467 0 0 5269.5173 12.011681
7800 16738.467 0 0 5269.5175 12.011687
7850 16738.468 0 0 5269.5176 12.0117
7900 16738.468 0 0 5269.5178 12.011712
7950 16738.469 0 0 5269.5179 12.011721
8000 16738.469 0 0 5269.518 12.011724
8050 16738.469 0 0 5269.5181 12.01172
8100 16738.47 0 0 5269.5182 12.011709
8150 16738.47 0 0 5269.5183 12.0117
8200 16738.47 0 0 5269.5185 12.0117
8250 16738.471 0 0 5269.5186 12.011709
8300 16738.471 0 0 5269.5187 12.011719
8350 16738.472 0 0 5269.5189 12.011723
8400 16738.472 0 0 5269.519 12.01172
8450 16738.473 -0.00039690662 0 5269.5189 12.011706
8500 16738.481 -0.0034646802 0 5269.5182 12.011643
8550 16738.483 -0.0045307409 0 5269.5178 12.011621
8600 16738.474 -0.00076532813 0 5269.5189 12.011681
8650 16738.474 0 0 5269.5197 12.011699
8700 16738.475 0 0 5269.5199 12.011715
8750 16738.475 0 0 5269.52 12.011732
8800 16738.475 0 0 5269.52 12.011743
8850 16738.476 0 0 5269.5201 12.011744
8900 16738.476 0 0 5269.5202 12.011735
8950 16738.476 0 0 5269.5203 12.011719
9000 16738.477 0 0 5269.5205 12.011698
9050 16738.477 0 0 5269.5206 12.011683
9100 16738.478 0 0 5269.5208 12.011684
9150 16738.479 0 0 5269.521 12.011701
9200 16738.479 0 0 5269.5212 12.011722
9250 16738.479 0 0 5269.5213 12.011738
9300 16738.48 0 0 5269.5214 12.011746
9350 16738.48 0 0 5269.5214 12.011744
9400 16738.48 0 0 5269.5215 12.011732
9450 16738.48 0 0 5269.5216 12.011715
9500 16738.481 -0.00037652439 0 5269.5216 12.011692
9550 16738.493 -0.0053156161 0 5269.5203 12.011611
9600 16738.549 -0.026814371 0 5269.5163 12.011415
9650 16738.765 -0.10191523 0 5269.5092 12.011013
9700 16735.041 1.0589894 0 5269.4979 12.062708
9750 16738.013 0.13550084 0 5269.5101 11.407245
9800 16738.512 -0.011620328 0 5269.5201 11.394973
9850 16738.489 -0.00067270545 0 5269.5237 11.395098
9900 16738.489 -0.00024984574 0 5269.5242 11.395084
9950 16738.49 0 0 5269.5245 11.395076
10000 16738.49 0 0 5269.5246 11.395075
-Loop time of 0.196736 on 4 procs for 10000 steps with 81 atoms
+Loop time of 0.169414 on 4 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.0025723 (1.30749)
-Neigh time (%) = 0.010328 (5.24968)
-Comm time (%) = 0.0892789 (45.3801)
-Outpt time (%) = 0.0199543 (10.1427)
-Other time (%) = 0.0746023 (37.92)
+Pair time (%) = 0.00268364 (1.58408)
+Neigh time (%) = 0.0107116 (6.32272)
+Comm time (%) = 0.0728465 (42.9992)
+Outpt time (%) = 0.00383919 (2.26617)
+Other time (%) = 0.0793326 (46.8278)
Nlocal: 20.25 ave 38 max 3 min
Histogram: 1 0 1 0 0 0 1 0 0 1
Nghost: 27.25 ave 48 max 13 min
Histogram: 1 0 1 1 0 0 0 0 0 1
Neighs: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 998
Dangerous builds = 997
diff --git a/examples/rigid/log.rigid.poems.9Jan12.linux.1 b/examples/rigid/log.rigid.poems.18Feb13.linux.1
similarity index 97%
rename from examples/rigid/log.rigid.poems.9Jan12.linux.1
rename to examples/rigid/log.rigid.poems.18Feb13.linux.1
index 1bae6ad51..8f68b8918 100644
--- a/examples/rigid/log.rigid.poems.9Jan12.linux.1
+++ b/examples/rigid/log.rigid.poems.18Feb13.linux.1
@@ -1,306 +1,310 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 1 by 1 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
#group clump1 id <> 1 9
#group clump2 id <> 10 18
#group clump3 id <> 19 27
#group clump4 id <> 28 36
#group clump5 id <> 37 45
#group clump6 id <> 46 54
#group clump7 id <> 55 63
#group clump8 id <> 64 72
#group clump9 id <> 73 81
#fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 1 chain of connected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 9 18
10 atoms in group clump2
group clump3 id <> 18 27
10 atoms in group clump3
group clump4 id <> 27 36
10 atoms in group clump4
group clump5 id <> 36 45
10 atoms in group clump5
group clump6 id <> 45 54
10 atoms in group clump6
group clump7 id <> 54 63
10 atoms in group clump7
group clump8 id <> 63 72
10 atoms in group clump8
group clump9 id <> 72 81
10 atoms in group clump9
fix 1 all poems group clump1 clump2 clump3 clump4 clump5 clump6 clump7 clump8 clump9
1 clusters, 9 bodies, 8 joints, 81 atoms
# 2 chains of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 37 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4
#fix 2 all poems group clump5 clump6 clump7 clump8 clump9
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid.poems
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-Memory usage per processor = 1.9398 Mbytes
+Memory usage per processor = 1.94392 Mbytes
Step Temp E_pair E_mol TotEng Press
0 217.7783 3430.3907 0 3466.6871 -2.7403788
50 13679.637 1404.2468 0 3684.1863 12.446066
100 16777.225 888.87665 0 3685.0808 -31.828677
150 19595.365 418.45042 0 3684.3446 40.709078
200 18524.188 596.47273 0 3683.8375 -0.8159371
250 21015.789 180.96521 0 3683.5967 -10.042469
300 20785.513 219.25314 0 3683.5053 2.6452719
350 21072.46 171.2554 0 3683.3321 7.0609024
400 19956.414 356.36381 0 3682.4328 19.320259
450 20724.42 227.73284 0 3681.8028 8.1259249
500 20152.578 322.71466 0 3681.4777 5.4929878
550 20017.022 345.29701 0 3681.4673 5.4661666
600 17897.743 698.72196 0 3681.6791 3.2854742
650 17297.758 796.60256 0 3679.5623 15.191113
700 18581.934 584.29715 0 3681.2861 5.1588289
750 21774.158 52.821062 0 3681.8474 -10.775664
800 21604.055 81.188546 0 3681.8644 -3.2045743
850 17821.483 711.53827 0 3681.7854 7.4384278
900 21033.292 175.98127 0 3681.5299 -16.345167
950 20968.166 186.59847 0 3681.2929 -2.330456
1000 20490.66 266.19375 0 3681.3037 11.787983
1050 20222.396 310.94072 0 3681.34 -8.3459539
1100 21321.687 127.61533 0 3681.2299 -1.2184717
1150 20849.582 206.01695 0 3680.9472 -0.86699139
1200 21815.003 45.317413 0 3681.1512 1.5988314
1250 18655.437 572.41453 0 3681.654 10.064079
1300 20780.781 217.36508 0 3680.8286 6.0538613
1350 20558.971 254.36484 0 3680.8601 -3.6773928
1400 21485.029 99.812897 0 3680.6511 -16.185475
1450 21771.107 52.159622 0 3680.6775 -2.4756668
1500 21520.948 93.50391 0 3680.3286 2.1023576
1550 21351.418 121.68135 0 3680.2511 5.5159926
1600 20778.805 216.92181 0 3680.0559 15.089192
1650 21477.637 100.21848 0 3679.8247 -1.1045589
1700 18501.336 596.47967 0 3680.0357 -15.679718
1750 18563.641 587.34804 0 3681.2882 33.532242
1800 19110.182 494.82394 0 3679.8543 18.024056
1850 21364.187 119.23612 0 3679.9339 2.5290785
1900 20146.615 322.15055 0 3679.9197 5.7314455
1950 20692.672 231.25319 0 3680.0319 4.2977815
2000 20943.904 189.11228 0 3679.7629 -22.6447
2050 19667.984 401.84213 0 3679.8394 3.6248494
2100 20280.339 299.77895 0 3679.8354 7.480669
2150 19181.64 483.55835 0 3680.4983 22.624694
2200 21300.479 130.65196 0 3680.7318 4.7093384
2250 20486.287 266.74857 0 3681.1297 -8.6495123
2300 18651.575 572.50504 0 3681.1009 -5.261082
2350 21514.238 95.495372 0 3681.2017 -9.3698609
2400 21465.082 103.76223 0 3681.2758 -29.530492
2450 20102.547 331.8625 0 3682.2869 35.630207
2500 20766.689 221.28369 0 3682.3986 -12.4229
2550 20456.257 272.87511 0 3682.2513 -22.515235
2600 21464.354 104.88637 0 3682.2788 -10.110008
2650 20885.777 201.39511 0 3682.358 5.0268371
2700 18576.387 586.63809 0 3682.7026 22.269183
2750 21023.584 178.26789 0 3682.1985 -8.8172166
2800 21363.884 121.51908 0 3682.1664 -6.913586
2850 17264.155 805.16849 0 3682.5276 29.921611
2900 19751.146 390.19286 0 3682.0506 8.8575471
2950 21171.167 153.48579 0 3682.0136 1.9171651
3000 18698.646 565.2524 0 3681.6934 -16.611709
3050 19756.096 389.49951 0 3682.1822 0.79771573
3100 20716.934 229.53125 0 3682.3536 18.675629
3150 21107.033 164.26375 0 3682.1026 6.292817
3200 21194.557 149.62327 0 3682.0495 0.40762301
3250 19019.061 511.83944 0 3681.683 -1.0191767
3300 19904.232 364.91979 0 3682.2917 1.580824
3350 19383.048 452.00672 0 3682.5146 8.9939778
3400 18629.871 577.12591 0 3682.1044 19.393397
3450 20366.419 287.55662 0 3681.9598 6.7676479
3500 20957.937 189.21014 0 3682.1996 9.17515
3550 21807.252 47.635006 0 3682.1771 2.2490841
3600 21690.617 67.029898 0 3682.1327 -1.4725416
3650 21600.202 82.085085 0 3682.1188 -3.9470263
3700 19902.074 365.09934 0 3682.1117 3.5789954
3750 20669.825 237.14074 0 3682.1116 -7.992071
3800 20226.287 311.40404 0 3682.4519 -11.829103
3850 20713.814 230.18758 0 3682.4899 -11.37713
3900 19621.738 411.85323 0 3682.1428 -0.86016858
3950 20828.921 210.87742 0 3682.3643 -1.7978283
4000 21734.525 60.230547 0 3682.6513 3.0013342
4050 19859.621 371.8688 0 3681.8056 19.53421
4100 20748.845 224.82927 0 3682.9701 -0.67873587
4150 19578.269 420.02964 0 3683.0745 4.448634
4200 19142.314 492.92862 0 3683.3143 7.5300212
4250 20189.963 318.02141 0 3683.0152 2.2489634
4300 20569.793 254.7842 0 3683.0831 2.014004
4350 21505.248 99.029749 0 3683.2377 -1.8448103
4400 21795.012 50.799563 0 3683.3016 -3.3446933
4450 21630.638 78.27653 0 3683.3829 0.97935456
4500 20485.622 268.77758 0 3683.0479 9.0931688
4550 21328.202 128.77982 0 3683.4802 6.9392514
4600 20425.456 279.4671 0 3683.7097 14.657178
4650 21734.316 61.575892 0 3683.9619 -6.1228621
4700 20377.517 287.77871 0 3684.0315 -10.350636
4750 21765.762 56.481378 0 3684.1084 -13.686961
4800 21064.967 173.07588 0 3683.9038 -3.5246286
4850 21496.739 100.96272 0 3683.7525 3.4134893
4900 21387.734 118.85944 0 3683.4818 2.7545377
4950 21606.598 82.305575 0 3683.4052 2.7661083
5000 20813.389 211.50552 0 3680.4037 -1.99709
5050 21258.837 140.0257 0 3683.1652 -4.6011608
5100 18840.1 543.32464 0 3683.3413 31.178048
5150 22005.655 16.168882 0 3683.778 -4.3729594
5200 20808.086 215.87951 0 3683.8939 7.4410336
5250 18679.669 570.83153 0 3684.1098 14.191478
5300 19753.173 391.94671 0 3684.1422 -8.5241508
5350 21608.313 82.705694 0 3684.0912 -3.6094817
5400 21488.174 102.68409 0 3684.0464 4.2600964
5450 17518.356 764.26875 0 3683.9947 -0.12243804
5500 21696.071 68.069788 0 3684.0816 -1.5476526
5550 18502.148 599.7684 0 3683.4597 37.379976
5600 18128.267 662.17376 0 3683.5516 16.554047
5650 18537.13 594.3189 0 3683.8406 12.05774
5700 20851.723 208.91824 0 3684.2053 -4.3830301
5750 20941.372 194.08984 0 3684.3185 -0.1943864
5800 20194.472 318.72727 0 3684.4726 5.154744
5850 20856.188 208.56814 0 3684.5994 3.2314482
5900 21125.245 164.07233 0 3684.9465 -0.33002911
5950 20138.458 328.54345 0 3684.9532 10.557313
6000 20981.486 188.51066 0 3685.4249 -9.0163197
6050 20822.112 215.14903 0 3685.5011 -18.139995
6100 20076.859 339.70008 0 3685.8432 -3.0307257
6150 19953.615 360.46342 0 3686.066 8.3344429
6200 20903.384 202.40101 0 3686.2984 -0.39424049
6250 21134.826 163.89116 0 3686.3621 -4.1668704
6300 21258.213 143.90658 0 3686.9422 -7.391516
6350 20373.797 291.10416 0 3686.7369 -14.895748
6400 19051.752 510.8571 0 3686.1491 -0.078518196
6450 19649.32 412.61991 0 3687.5065 -1.5921483
6500 20142.923 330.66911 0 3687.8229 6.8022912
6550 19574.327 424.60137 0 3686.9891 11.82743
6600 16105.355 1002.7817 0 3687.0076 17.558797
6650 21537.744 97.953562 0 3687.5775 2.735191
6700 16808.381 887.46461 0 3688.8614 -9.3638392
6750 16391.199 958.16942 0 3690.0359 24.040757
6800 19891.18 371.95843 0 3687.1551 -25.326616
6850 19344.505 464.12314 0 3688.2073 -16.88882
6900 21489.989 106.09106 0 3687.7559 -2.7741331
6950 19023.694 517.19865 0 3687.8143 12.795625
7000 21072.663 175.47912 0 3687.5897 -4.6260178
7050 19697.946 404.85665 0 3687.8476 0.96426982
7100 20684.854 240.16243 0 3687.638 -6.9283531
7150 20888.947 205.87412 0 3687.3653 2.4592293
7200 20709.233 235.52341 0 3687.0622 1.8850608
7250 20644.676 246.05983 0 3686.8391 -1.9432958
7300 19940.501 363.58269 0 3686.9996 8.7916219
7350 20904.854 202.70884 0 3686.8511 1.1932912
7400 19794.615 388.44762 0 3687.5502 4.2494869
7450 20398.713 287.96541 0 3687.7509 1.9565661
7500 14969.907 1195.4664 0 3690.451 61.49775
7550 20048.243 346.41733 0 3687.7911 8.8637262
7600 13724.843 1400.6649 0 3688.1386 -28.102927
7650 17323.581 800.37606 0 3687.6396 17.015401
7700 20781.624 224.2726 0 3687.8767 2.5260419
7750 19629.33 416.31516 0 3687.8702 18.39744
7800 20804.173 220.99571 0 3688.3579 11.409891
7850 20756.856 228.60421 0 3688.0803 -33.84006
7900 21716.444 68.965593 0 3688.3729 -12.291272
7950 19610.154 419.14133 0 3687.5002 1.7759679
8000 18622.409 585.42868 0 3689.1635 26.686729
8050 19777.369 392.63726 0 3688.8654 -22.209128
8100 16497.521 939.24542 0 3688.8322 -42.367659
8150 19446.13 444.3108 0 3685.3324 32.613169
8200 20411.209 286.5915 0 3688.4597 -5.2887315
8250 14328.544 1302.6847 0 3690.7753 15.143982
8300 21405.234 121.47682 0 3689.0157 -4.6378296
8350 15481.055 1109.2428 0 3689.4186 57.85088
8400 14139.682 1332.356 0 3688.9697 -0.1974486
8450 15623.736 1084.5594 0 3688.5155 37.668188
8500 18872.571 543.29677 0 3688.7253 -11.622477
8550 18568.346 594.15647 0 3688.8809 -0.53198127
8600 18857.924 546.26599 0 3689.2533 6.9976522
8650 20422.926 285.18311 0 3689.0041 -2.1124395
8700 15904.428 1038.6394 0 3689.3774 11.108432
8750 17585.096 758.32272 0 3689.172 -13.175342
8800 19561.883 429.1997 0 3689.5135 31.379344
8850 21083.378 174.46783 0 3688.3642 -1.405537
8900 21922.179 35.258703 0 3688.9551 0.92994553
8950 15270.836 1145.5748 0 3690.714 59.72214
9000 21236.73 149.52929 0 3688.9843 3.6894217
9050 20391.028 289.54828 0 3688.053 -12.318301
9100 19963.6 361.58733 0 3688.854 -1.6201635
9150 20852.5 213.26173 0 3688.6783 3.4781812
9200 17559.276 763.58389 0 3690.13 23.653055
9250 20719.763 235.38861 0 3688.6825 -7.2385902
9300 20210.461 320.16875 0 3688.5789 0.71513298
9350 20589.665 256.39159 0 3688.0025 11.766742
9400 21888.845 39.743204 0 3687.884 0.2325157
9450 19995.034 355.22797 0 3687.7336 -30.801824
9500 20562.534 260.81379 0 3687.9028 7.6818244
9550 20724.259 233.42976 0 3687.4729 2.5906906
9600 21156.272 161.92778 0 3687.9731 -3.6794578
9650 15407.774 1117.1504 0 3685.1127 10.296536
9700 20086.616 339.94203 0 3687.7114 6.85039
9750 21017.639 184.92766 0 3687.8675 -4.924906
9800 17788.545 723.17057 0 3687.928 19.866063
9850 21918.073 35.503859 0 3688.516 -1.9119993
9900 17765.237 727.83046 0 3688.7033 19.055502
9950 21306.635 137.72864 0 3688.8345 -5.5977574
10000 21575.787 92.853786 0 3688.8182 -4.0094168
-Loop time of 3.45277 on 1 procs for 10000 steps with 81 atoms
+Loop time of 3.46636 on 1 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.153845 (4.4557)
-Neigh time (%) = 0.0926647 (2.68378)
-Comm time (%) = 0.0103235 (0.298993)
-Outpt time (%) = 0.0163345 (0.473085)
-Other time (%) = 3.1796 (92.0884)
+Pair time (%) = 0.153362 (4.42429)
+Neigh time (%) = 0.0939829 (2.71129)
+Comm time (%) = 0.0105836 (0.305325)
+Outpt time (%) = 0.00204635 (0.0590345)
+Other time (%) = 3.20638 (92.5001)
Nlocal: 81 ave 81 max 81 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 56 ave 56 max 56 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 750 ave 750 max 750 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 750
Ave neighs/atom = 9.25926
Neighbor list builds = 990
Dangerous builds = 927
diff --git a/examples/rigid/log.rigid.poems.9Jan12.linux.4 b/examples/rigid/log.rigid.poems.18Feb13.linux.4
similarity index 97%
rename from examples/rigid/log.rigid.poems.9Jan12.linux.4
rename to examples/rigid/log.rigid.poems.18Feb13.linux.4
index fe2bfc73a..8ac9f3a31 100644
--- a/examples/rigid/log.rigid.poems.9Jan12.linux.4
+++ b/examples/rigid/log.rigid.poems.18Feb13.linux.4
@@ -1,306 +1,310 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 2 by 2 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
#group clump1 id <> 1 9
#group clump2 id <> 10 18
#group clump3 id <> 19 27
#group clump4 id <> 28 36
#group clump5 id <> 37 45
#group clump6 id <> 46 54
#group clump7 id <> 55 63
#group clump8 id <> 64 72
#group clump9 id <> 73 81
#fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 1 chain of connected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 9 18
10 atoms in group clump2
group clump3 id <> 18 27
10 atoms in group clump3
group clump4 id <> 27 36
10 atoms in group clump4
group clump5 id <> 36 45
10 atoms in group clump5
group clump6 id <> 45 54
10 atoms in group clump6
group clump7 id <> 54 63
10 atoms in group clump7
group clump8 id <> 63 72
10 atoms in group clump8
group clump9 id <> 72 81
10 atoms in group clump9
fix 1 all poems group clump1 clump2 clump3 clump4 clump5 clump6 clump7 clump8 clump9
1 clusters, 9 bodies, 8 joints, 81 atoms
# 2 chains of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 37 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4
#fix 2 all poems group clump5 clump6 clump7 clump8 clump9
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid.poems
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-Memory usage per processor = 1.90125 Mbytes
+Memory usage per processor = 1.90508 Mbytes
Step Temp E_pair E_mol TotEng Press
0 217.7783 3430.3907 0 3466.6871 -2.7403788
50 13679.637 1404.2468 0 3684.1863 12.446066
100 16777.225 888.87665 0 3685.0808 -31.828677
150 19595.365 418.45042 0 3684.3446 40.709078
200 18524.188 596.47273 0 3683.8375 -0.8159371
250 21015.789 180.96521 0 3683.5967 -10.042469
300 20785.513 219.25314 0 3683.5053 2.6452719
350 21072.46 171.2554 0 3683.3321 7.0609024
400 19956.414 356.36381 0 3682.4328 19.320259
450 20724.42 227.73284 0 3681.8028 8.1259249
500 20152.578 322.71466 0 3681.4777 5.4929878
550 20017.022 345.29701 0 3681.4673 5.4661666
600 17897.743 698.72196 0 3681.6791 3.2854742
650 17297.758 796.60256 0 3679.5623 15.191113
700 18581.934 584.29715 0 3681.2861 5.1588289
750 21774.158 52.821062 0 3681.8474 -10.775664
800 21604.055 81.188546 0 3681.8644 -3.2045743
850 17821.483 711.53827 0 3681.7854 7.4384277
900 21033.292 175.98127 0 3681.5299 -16.345167
950 20968.166 186.59847 0 3681.2929 -2.330456
1000 20490.66 266.19375 0 3681.3037 11.787983
1050 20222.396 310.94072 0 3681.34 -8.3459539
1100 21321.687 127.61533 0 3681.2299 -1.2184717
1150 20849.582 206.01695 0 3680.9472 -0.86699149
1200 21815.003 45.317415 0 3681.1512 1.5988314
1250 18655.437 572.41453 0 3681.654 10.064078
1300 20780.781 217.36506 0 3680.8286 6.0538616
1350 20558.971 254.36482 0 3680.8601 -3.6773956
1400 21485.029 99.812922 0 3680.6511 -16.185473
1450 21771.107 52.159608 0 3680.6775 -2.4756674
1500 21520.948 93.503928 0 3680.3286 2.1023577
1550 21351.418 121.68138 0 3680.2511 5.515995
1600 20778.805 216.92177 0 3680.0559 15.089187
1650 21477.638 100.21835 0 3679.8247 -1.1045756
1700 18501.339 596.47913 0 3680.0357 -15.679677
1750 18563.642 587.34787 0 3681.2882 33.532207
1800 19110.186 494.82333 0 3679.8543 18.024046
1850 21364.191 119.23538 0 3679.9339 2.5291119
1900 20146.628 322.14841 0 3679.9197 5.7313081
1950 20692.671 231.25336 0 3680.0319 4.2977737
2000 20943.904 189.11227 0 3679.7629 -22.645146
2050 19668.063 401.82894 0 3679.8394 3.6252006
2100 20280.448 299.76054 0 3679.8353 7.4807993
2150 19181.869 483.52061 0 3680.4987 22.620257
2200 21300.14 130.70883 0 3680.7322 4.710318
2250 20486.992 266.63125 0 3681.1299 -8.6453582
2300 18653.249 572.22692 0 3681.1018 -5.2639533
2350 21513.474 95.623043 0 3681.2021 -9.3615923
2400 21466.352 103.55115 0 3681.2765 -29.563489
2450 20099.92 332.30226 0 3682.2888 35.75288
2500 20764.233 221.69469 0 3682.4003 -12.472324
2550 20434.265 276.55013 0 3682.261 -22.406554
2600 21466.593 104.51528 0 3682.2808 -10.076416
2650 20808.645 214.25423 0 3682.3618 5.1518496
2700 18565.645 588.3715 0 3682.6457 22.26312
2750 20753.062 223.37556 0 3682.2193 -7.8155982
2800 20986.776 184.39985 0 3682.1958 -7.0608776
2850 16721.211 895.59298 0 3682.4615 33.619161
2900 19294.24 466.43871 0 3682.1454 8.0033435
2950 20471.71 270.09532 0 3682.047 2.5545202
3000 20609.248 247.27073 0 3682.1453 -1.8817723
3050 18576.568 586.31423 0 3682.4089 -1.7806882
3100 19790.767 383.54865 0 3682.0099 -6.0384293
3150 20941.678 191.88039 0 3682.16 4.7195299
3200 20187.734 317.22178 0 3681.8441 7.1381064
3250 19982.327 351.80543 0 3682.1932 -10.356822
3300 19720.165 395.60482 0 3682.299 12.415019
3350 20008.047 347.27468 0 3681.9491 5.0458582
3400 20411.522 280.16521 0 3682.0855 -7.1769483
3450 20046.145 341.27051 0 3682.2947 0.22584972
3500 17937.429 692.9726 0 3682.544 16.131523
3550 18771.683 553.86993 0 3682.4837 -1.5944448
3600 19901.288 364.81878 0 3681.7001 -24.39551
3650 20746.323 224.83374 0 3682.5543 -7.6981313
3700 21681.686 68.935986 0 3682.5503 -5.7316854
3750 21130.966 160.34639 0 3682.174 2.5404231
3800 19573.729 419.87434 0 3682.1625 10.483835
3850 19672.797 403.73028 0 3682.5297 7.9092657
3900 19429.209 444.39996 0 3682.6014 4.6871663
3950 18794.538 550.12554 0 3682.5485 -3.4850598
4000 18356.499 622.71257 0 3682.1291 21.961288
4050 18499.159 599.5728 0 3682.7659 9.7197804
4100 18893.082 533.58148 0 3682.4285 7.1537738
4150 18555.438 590.46012 0 3683.0331 -5.9854705
4200 20095.772 332.86056 0 3682.1558 6.0048046
4250 21395.629 117.09714 0 3683.0352 -12.849296
4300 20642.157 242.80387 0 3683.1634 -7.1285142
4350 16782.008 886.90013 0 3683.9014 59.279202
4400 21722.722 63.477041 0 3683.9307 -6.7708918
4450 21483.705 103.77396 0 3684.3914 -14.801558
4500 18637.223 577.90593 0 3684.1097 -5.399645
4550 21501.072 101.01026 0 3684.5223 -0.2687012
4600 21419.25 114.67746 0 3684.5525 -5.1248351
4650 19532.212 428.88221 0 3684.251 -13.937733
4700 19108.648 500.22789 0 3685.0025 0.72814013
4750 21304.939 134.30984 0 3685.133 -10.419682
4800 21011.564 183.12003 0 3685.0474 -0.21596054
4850 21288.378 137.28914 0 3685.3522 -3.783224
4900 20238.761 312.44314 0 3685.57 -0.89650269
4950 20973.64 190.4195 0 3686.0262 2.3977528
5000 20982.662 188.75492 0 3685.8652 -10.898981
5050 20287.196 304.79028 0 3685.9895 7.9988821
5100 20161.046 325.98224 0 3686.1566 11.304549
5150 20768.1 224.94586 0 3686.2959 -11.679983
5200 20550.091 261.40569 0 3686.4209 -3.8503144
5250 20274.307 307.08369 0 3686.1349 3.2350203
5300 21107.734 168.31547 0 3686.2711 -2.7299125
5350 21575.088 90.511714 0 3686.3597 -23.416041
5400 19335.208 463.98466 0 3686.5193 1.1686111
5450 20334.202 297.13584 0 3686.1696 7.9612042
5500 18596.894 586.39323 0 3685.8756 19.42362
5550 16402.199 953.72484 0 3687.4247 -7.6804149
5600 19716.462 400.17421 0 3686.2512 0.73274328
5650 19794.552 387.60203 0 3686.694 7.4829917
5700 21404.995 119.38491 0 3686.884 1.1256427
5750 21737.498 64.038982 0 3686.9553 0.66497166
5800 21196.338 153.70183 0 3686.4248 -4.0562788
5850 18817.877 550.28735 0 3686.6001 15.517346
5900 20855.92 210.47881 0 3686.4654 -6.7252193
5950 18187.477 655.72108 0 3686.9673 -5.840425
6000 21574.226 91.415225 0 3687.1196 -4.1947877
6050 20647.597 245.36705 0 3686.6333 -4.2710188
6100 20195.663 320.68953 0 3686.6333 1.9183471
6150 19569.943 425.30544 0 3686.9627 -2.0191803
6200 21009.348 185.15969 0 3686.7176 -1.5383241
6250 21311.107 135.08699 0 3686.9382 -8.4198399
6300 18617.034 583.66046 0 3686.4994 11.716969
6350 19818.978 382.62883 0 3685.7919 4.9679172
6400 21403.509 119.46416 0 3686.7156 -1.3369474
6450 16394.437 955.35248 0 3687.7587 22.900909
6500 15570.429 1095.0835 0 3690.155 -24.50813
6550 20905.847 202.70205 0 3687.0099 -5.4533991
6600 20419.664 282.65592 0 3685.9333 -1.0348411
6650 16008.949 1023.4924 0 3691.6506 48.451181
6700 18929.104 531.79459 0 3686.6452 8.487112
6750 20317.67 301.1228 0 3687.4011 -9.6972866
6800 21238.238 147.54216 0 3687.2486 -4.457873
6850 19469.334 441.11845 0 3686.0075 29.322933
6900 20880.087 207.70983 0 3687.7244 -4.1197403
6950 20864.561 210.00891 0 3687.4358 -9.4014401
7000 21701.899 70.744638 0 3687.7278 2.6762921
7050 18936.455 531.70563 0 3687.7815 29.134314
7100 21418.983 118.08942 0 3687.9199 0.64845095
7150 21271.75 142.65664 0 3687.9482 -6.1860835
7200 21584.017 90.531714 0 3687.8679 -15.915843
7250 20478.212 274.65055 0 3687.6858 3.5293379
7300 20787.975 223.07914 0 3687.7416 8.3746157
7350 21169.849 159.84727 0 3688.1554 4.806229
7400 18050.739 679.46766 0 3687.9242 0.1356599
7450 21759.344 61.894907 0 3688.4523 -6.0686382
7500 20115.323 334.36139 0 3686.9153 -3.9834726
7550 21513.687 103.04204 0 3688.6565 -3.6546291
7600 20396.612 289.44922 0 3688.8845 8.3149013
7650 19954.93 363.06299 0 3688.8846 6.7857536
7700 20579.453 259.44475 0 3689.3535 -13.300779
7750 21435.784 117.44734 0 3690.078 -3.5454036
7800 19676.963 410.82634 0 3690.3202 16.17995
7850 22001.763 23.427845 0 3690.3883 -3.2253193
7900 21367.244 128.97238 0 3690.1797 -10.139451
7950 21835.619 51.102569 0 3690.3723 -6.9113133
8000 21081.866 176.87472 0 3690.519 -3.400648
8050 17587.847 759.00567 0 3690.3134 42.149831
8100 20622.874 253.16935 0 3690.3149 -1.0529121
8150 18826.468 552.8081 0 3690.5528 -26.78369
8200 19639.531 417.23576 0 3690.491 11.18475
8250 18736.82 568.57113 0 3691.3744 6.4120512
8300 21628.735 86.117146 0 3690.9062 -15.136564
8350 21300.133 140.75663 0 3690.7788 -1.3028295
8400 20100.75 340.28553 0 3690.4105 2.3621868
8450 20330.628 301.64835 0 3690.0863 -6.9035421
8500 21379.743 126.87873 0 3690.1693 -0.67103323
8550 21693.455 74.592469 0 3690.1683 -6.6175553
8600 20824.252 219.41263 0 3690.1212 1.7682173
8650 20289.679 308.59538 0 3690.2085 11.354028
8700 21803.688 56.071063 0 3690.0191 -2.6145414
8750 21111.316 171.22439 0 3689.777 6.7898851
8800 20775.535 227.17109 0 3689.7603 9.4162984
8850 19043.442 515.72721 0 3689.6343 5.3736614
8900 21157.163 163.34868 0 3689.5426 1.4354174
8950 20978.891 192.95509 0 3689.437 0.96560879
9000 21292.787 140.85118 0 3689.6489 -8.9387525
9050 20239.076 316.1505 0 3689.3299 8.0442974
9100 19869.892 377.60414 0 3689.2529 -7.7929877
9150 21454.531 113.72022 0 3689.4753 -13.322839
9200 17967.414 695.13611 0 3689.705 5.5120587
9250 20511.881 271.10991 0 3689.7567 7.4880289
9300 19920.611 369.49427 0 3689.5961 20.373053
9350 20461.102 279.43877 0 3689.6224 10.339057
9400 20099.827 339.51057 0 3689.4817 6.7892922
9450 19918.317 369.41224 0 3689.1318 10.326641
9500 21020.607 186.56179 0 3689.9963 7.3622937
9550 21179.796 160.20422 0 3690.1702 -1.0782427
9600 21518.982 104.08914 0 3690.5861 -5.3790399
9650 21206.19 156.4724 0 3690.8374 1.6109043
9700 21452.317 115.4785 0 3690.8646 -6.2719599
9750 19577.709 427.73595 0 3690.6875 -5.943044
9800 15600.07 1090.9222 0 3690.9338 12.384319
9850 18256.931 647.85044 0 3690.6723 3.3325276
9900 20351.693 298.44268 0 3690.3914 1.2947227
9950 21085.505 176.1557 0 3690.4065 -6.3748251
10000 18801.541 557.05356 0 3690.6438 -8.7522263
-Loop time of 3.73749 on 4 procs for 10000 steps with 81 atoms
+Loop time of 3.61445 on 4 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.0412061 (1.10251)
-Neigh time (%) = 0.0274655 (0.734866)
-Comm time (%) = 0.341529 (9.13793)
-Outpt time (%) = 0.0218447 (0.584475)
-Other time (%) = 3.30544 (88.4402)
+Pair time (%) = 0.0403561 (1.11652)
+Neigh time (%) = 0.0269939 (0.746835)
+Comm time (%) = 0.19838 (5.48855)
+Outpt time (%) = 0.00494462 (0.136802)
+Other time (%) = 3.34377 (92.5113)
Nlocal: 20.25 ave 79 max 0 min
Histogram: 3 0 0 0 0 0 0 0 0 1
Nghost: 46.25 ave 68 max 12 min
Histogram: 1 0 0 0 0 1 0 0 0 2
Neighs: 181.5 ave 722 max 0 min
Histogram: 3 0 0 0 0 0 0 0 0 1
Total # of neighbors = 726
Ave neighs/atom = 8.96296
Neighbor list builds = 990
Dangerous builds = 920
diff --git a/examples/rigid/log.rigid.poems2.9Jan12.linux.1 b/examples/rigid/log.rigid.poems2.18Feb13.linux.1
similarity index 96%
rename from examples/rigid/log.rigid.poems2.9Jan12.linux.1
rename to examples/rigid/log.rigid.poems2.18Feb13.linux.1
index ee8b9b50f..fa3342eed 100644
--- a/examples/rigid/log.rigid.poems2.9Jan12.linux.1
+++ b/examples/rigid/log.rigid.poems2.18Feb13.linux.1
@@ -1,310 +1,314 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 1 by 1 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
#group clump1 id <> 1 9
#group clump2 id <> 10 18
#group clump3 id <> 19 27
#group clump4 id <> 28 36
#group clump5 id <> 37 45
#group clump6 id <> 46 54
#group clump7 id <> 55 63
#group clump8 id <> 64 72
#group clump9 id <> 73 81
#fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 1 chain of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 36 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 2 chains of connected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 9 18
10 atoms in group clump2
group clump3 id <> 18 27
10 atoms in group clump3
group clump4 id <> 27 36
10 atoms in group clump4
group clump5 id <> 37 45
9 atoms in group clump5
group clump6 id <> 45 54
10 atoms in group clump6
group clump7 id <> 54 63
10 atoms in group clump7
group clump8 id <> 63 72
10 atoms in group clump8
group clump9 id <> 72 81
10 atoms in group clump9
fix 1 all poems group clump1 clump2 clump3 clump4
1 clusters, 4 bodies, 3 joints, 36 atoms
fix 2 all poems group clump5 clump6 clump7 clump8 clump9
1 clusters, 5 bodies, 4 joints, 45 atoms
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid.poems2
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-WARNING: More than one fix poems (fix_poems.cpp:331)
-WARNING: More than one fix poems (fix_poems.cpp:331)
-WARNING: One or more atoms are time integrated more than once (modify.cpp:240)
-Memory usage per processor = 2.2859 Mbytes
+WARNING: More than one fix poems (fix_poems.cpp:332)
+WARNING: More than one fix poems (fix_poems.cpp:332)
+WARNING: One or more atoms are time integrated more than once (modify.cpp:220)
+Memory usage per processor = 2.29003 Mbytes
Step Temp E_pair E_mol TotEng Press
0 196.00047 3632.2347 0 3668.5311 -2.7403788
50 12167.633 1505.5478 0 3758.8133 35.125973
100 17556.978 512.66277 0 3763.9549 11.137534
150 19579.586 138.04942 0 3763.8987 -29.953971
200 19757.51 105.30542 0 3764.1036 -0.030645317
250 18218.374 390.10747 0 3763.8804 13.711001
300 19383.039 174.40688 0 3763.8586 5.7240693
350 20125.986 36.972611 0 3764.0071 1.9559205
400 18888.816 266.10975 0 3764.0386 9.6362168
450 19307.656 188.2511 0 3763.743 1.9326206
500 16331.197 738.56392 0 3762.8597 9.1715579
550 19318.722 186.16172 0 3763.7027 3.0115336
600 19455.268 161.20621 0 3764.0336 0.55208034
650 18487.011 340.03216 0 3763.5528 -8.0359122
700 17321.201 556.32471 0 3763.9545 -13.631751
750 18979.187 249.04389 0 3763.7082 -2.6072455
800 19342.456 181.85552 0 3763.7918 8.1918726
850 19070.641 232.19342 0 3763.7936 7.3148472
900 19478.873 156.65987 0 3763.8586 2.4284987
950 19912.415 76.437437 0 3763.9216 -1.4667227
1000 16003.749 802.39753 0 3766.0548 46.642188
1050 19859.583 86.64176 0 3764.3424 -2.1961943
1100 19229.575 203.61488 0 3764.6473 -10.632365
1150 18821.6 279.15861 0 3764.64 -0.89495035
1200 19392.695 173.59744 0 3764.8373 1.8508753
1250 16459.624 717.32104 0 3765.3995 33.478127
1300 19343.863 182.59043 0 3764.7874 0.75890736
1350 20019.643 57.503573 0 3764.8448 0.31444672
1400 18549.582 329.31436 0 3764.4221 10.738303
1450 15163.926 957.47584 0 3765.6103 -17.923459
1500 19223.688 204.15169 0 3764.0939 -1.613454
1550 18147.996 404.12676 0 3764.8668 8.4194769
1600 18615.043 317.42464 0 3764.6548 -2.328898
1650 20120.654 38.887941 0 3764.935 -8.7620212
1700 19450.906 162.98296 0 3765.0025 2.3254683
1750 19374.633 177.37942 0 3765.2744 8.9328782
1800 19424.403 167.93976 0 3765.0514 0.081237835
1850 17936.373 442.81943 0 3764.3699 6.6007243
1900 19982.597 64.405942 0 3764.8868 -2.953039
1950 16216.047 761.87633 0 3764.848 13.993767
2000 18584.36 322.1319 0 3763.68 7.1655723
2050 20107.967 41.025515 0 3764.723 -0.31095875
2100 20002.359 60.588285 0 3764.7288 -6.7919218
2150 16949.463 626.65155 0 3765.4411 3.5099746
2200 20010.951 58.808709 0 3764.5403 -10.862337
2250 18982.724 247.0099 0 3762.3292 -0.53785372
2300 18401.404 354.86011 0 3762.5276 1.0917872
2350 19390.477 172.95029 0 3763.7793 -3.3527625
2400 16082.495 786.07427 0 3764.3141 -16.195237
2450 18871.033 268.63511 0 3763.2709 11.187102
2500 19687.13 117.79738 0 3763.5622 4.3929264
2550 18873.431 268.30382 0 3763.3836 -5.6531376
2600 17014.989 612.51599 0 3763.44 6.3265978
2650 18779.234 286.24534 0 3763.8812 2.3814839
2700 19733.494 108.84054 0 3763.1912 -0.28455721
2750 19487.299 154.68388 0 3763.4429 -1.5938513
2800 18419.252 351.12627 0 3762.0988 20.847774
2850 18788.886 283.58089 0 3763.0043 3.0280372
2900 20110.801 39.005938 0 3763.2284 0.0030136934
2950 15582.268 877.76573 0 3763.3708 16.827059
3000 17927.524 442.93443 0 3762.8463 4.0702273
3050 19054.272 234.78929 0 3763.3582 7.6784952
3100 19318.656 185.86832 0 3763.3972 3.4909968
3150 19336.244 182.13325 0 3762.9192 -19.24283
3200 18983.457 247.36835 0 3762.8233 -5.7526831
3250 19674.232 119.66794 0 3763.0442 1.9423166
3300 16157.209 769.95841 0 3762.0342 2.80189
3350 19030.029 239.07461 0 3763.1541 7.0444034
3400 15352.517 920.23705 0 3763.2957 26.469475
3450 19113.998 223.38478 0 3763.0139 5.4622379
3500 15355.047 921.10005 0 3764.6272 12.744088
3550 18453.302 345.84221 0 3763.1203 4.3303151
3600 15805.132 835.73363 0 3762.6098 -19.192108
3650 19366.655 176.75046 0 3763.168 3.6029674
3700 17926.815 443.58998 0 3763.3705 6.3106911
3750 18145.089 402.96409 0 3763.1657 -1.4495144
3800 17128.054 590.66146 0 3762.5233 1.3740587
3850 19650.661 123.98432 0 3762.9956 -3.6403709
3900 13651.635 1236.4269 0 3764.5075 1.8197344
3950 19607.542 131.80571 0 3762.8321 -5.2300693
4000 15976.222 803.9711 0 3762.5308 5.8844711
4050 17251.262 568.38221 0 3763.0604 -27.565001
4100 18718.869 296.1222 0 3762.5795 0.24957933
4150 18981.941 247.56533 0 3762.7396 8.9334676
4200 18058.249 418.65815 0 3762.7784 -9.7406053
4250 17840.27 458.9852 0 3762.7389 -1.2566229
4300 16801.487 651.25038 0 3762.6368 20.311604
4350 19284.648 191.5548 0 3762.786 3.8849247
4400 18089.637 412.4593 0 3762.392 -0.16156227
4450 18109.553 409.19646 0 3762.8174 -6.6744782
4500 18559.157 325.84529 0 3762.7262 -3.7834397
4550 19417.817 167.1903 0 3763.0824 -1.9438809
4600 19940.102 70.544215 0 3763.1558 -6.5714777
4650 17531.219 516.03395 0 3762.5561 16.825376
4700 18330.28 368.15762 0 3762.6539 -5.8154827
4750 18059.26 418.88115 0 3763.1886 6.9154907
4800 18230.172 387.09769 0 3763.0554 -5.8764301
4850 15352.316 920.35111 0 3763.3726 -14.150721
4900 17901.178 447.18401 0 3762.217 12.995669
4950 17096.795 596.75363 0 3762.8268 6.9584988
5000 18233.348 386.97511 0 3763.521 -8.6953829
5050 19238.643 200.76564 0 3763.4773 -0.95923788
5100 18851.592 272.21836 0 3763.2539 6.6015785
5150 17618.203 500.9924 0 3763.6226 6.4089848
5200 19510.809 150.29265 0 3763.4053 -1.138488
5250 17991.038 431.73878 0 3763.4124 0.9206177
5300 16496.992 709.42568 0 3764.4241 8.328767
5350 16683.15 674.66196 0 3764.1342 -12.119189
5400 19197.624 208.27759 0 3763.3932 1.8895925
5450 16776.936 656.25236 0 3763.0923 8.3324322
5500 18314.437 372.39317 0 3763.9556 0.87158511
5550 18678.675 304.31808 0 3763.3319 8.1494425
5600 18772.959 286.93218 0 3763.406 -1.3023432
5650 15494.947 894.36223 0 3763.7968 -10.336527
5700 18507.481 336.45923 0 3763.7704 -3.8746687
5750 17082.667 600.40729 0 3763.8641 42.148906
5800 19845.873 88.449333 0 3763.611 1.7380604
5850 17992.679 431.95872 0 3763.9363 -12.928704
5900 19680.707 119.00911 0 3763.5844 -0.79613571
5950 19914.393 75.816066 0 3763.6667 5.5342994
6000 19142.271 218.80112 0 3763.6661 7.4018805
6050 17025.724 611.14107 0 3764.053 -6.1043602
6100 18966.612 250.76138 0 3763.0969 1.1322144
6150 17451.81 531.32734 0 3763.144 -6.5894955
6200 16334.478 739.3296 0 3764.233 -27.518822
6250 18790.228 283.56338 0 3763.2353 -7.8911412
6300 18163.654 399.45237 0 3763.092 -0.20584174
6350 18674.03 305.36153 0 3763.5151 -10.44952
6400 19677.482 119.8165 0 3763.7947 4.767842
6450 19606.353 133.20697 0 3764.0132 3.1402747
6500 18685.174 303.25291 0 3763.4703 1.219211
6550 18842.997 274.29542 0 3763.7394 -3.0675196
6600 18984.844 247.94633 0 3763.6582 3.2871433
6650 19270.874 194.75275 0 3763.4332 2.0520948
6700 16730.98 665.42234 0 3763.752 24.63305
6750 18240.959 385.54575 0 3763.5012 9.3542656
6800 19212.072 205.42671 0 3763.2178 -4.7707967
6850 19428.264 165.41827 0 3763.2449 -5.9896144
6900 16510.385 705.90782 0 3763.3866 -4.5120114
6950 18469.724 342.72852 0 3763.0477 1.5930349
7000 19023.531 240.06714 0 3762.9432 0.97630625
7050 19981.38 63.051871 0 3763.3075 1.1975773
7100 18884.497 266.0407 0 3763.1698 5.014732
7150 20007.363 58.305336 0 3763.3725 -3.8475432
7200 19060.008 233.74726 0 3763.3784 -7.355987
7250 19587.118 136.14609 0 3763.3902 -0.071525055
7300 18255.08 382.9175 0 3763.4878 8.3070642
7350 19840.127 89.391828 0 3763.4894 3.0925365
7400 19081.218 229.96717 0 3763.5261 -0.088491483
7450 19495.919 153.12566 0 3763.481 7.3486168
7500 18103.878 410.89471 0 3763.4647 8.253657
7550 18818.034 278.46924 0 3763.2904 -6.6529064
7600 16900.909 634.03412 0 3763.8321 24.447016
7650 19309.193 187.4356 0 3763.2121 5.0831969
7700 17040.81 608.00812 0 3763.7136 -4.5789647
7750 19420.333 167.12363 0 3763.4815 4.3678178
7800 19164.248 214.10676 0 3763.0416 0.12405627
7850 19137.03 219.31269 0 3763.2071 -6.7131335
7900 19606.78 132.67382 0 3763.5591 -4.5096484
7950 18593.444 319.64585 0 3762.8763 -4.9001288
8000 19288.423 191.51728 0 3763.4475 3.8370068
8050 19132.57 220.46289 0 3763.5314 -1.3284232
8100 17510.857 520.52922 0 3763.2806 -4.6183989
8150 18356.887 364.17504 0 3763.5986 4.3938444
8200 19553.346 142.51623 0 3763.5063 0.93248057
8250 17919.922 444.70362 0 3763.2076 7.3984984
8300 17268.822 564.38824 0 3762.3182 24.155843
8350 19389.272 172.63516 0 3763.241 5.9225389
8400 17896.652 449.19012 0 3763.3849 0.63394353
8450 18315.977 371.4271 0 3763.2746 -33.234548
8500 16047.998 796.54623 0 3768.3978 51.901492
8550 19188.248 210.03454 0 3763.4138 -1.5401941
8600 17951.392 433.85317 0 3758.185 26.657038
8650 18678.909 304.65925 0 3763.7164 -0.5735548
8700 18473.965 342.61835 0 3763.7231 -0.39588258
8750 17278.537 562.78121 0 3762.5102 16.884408
8800 19997.623 60.585822 0 3763.8494 -2.7220886
8850 17720.683 482.98842 0 3764.5963 13.298184
8900 19450.503 162.05753 0 3764.0025 -5.0266355
8950 20065.748 48.178324 0 3764.0575 -3.298456
9000 18411.075 354.70332 0 3764.1617 2.5439463
9050 19835.128 90.878715 0 3764.0505 -2.4322016
9100 19486.363 155.54042 0 3764.1261 -5.332552
9150 19203.984 207.95102 0 3764.2443 3.1640673
9200 18048.222 421.26909 0 3763.5324 23.881772
9250 19682.985 119.25528 0 3764.2524 1.533906
9300 19857.159 86.947891 0 3764.1996 -4.5024234
9350 20060.359 49.452616 0 3764.3338 -1.493574
9400 19561.395 141.85818 0 3764.3387 -3.1573118
9450 19134.008 221.07861 0 3764.4133 -0.60832086
9500 18369.624 362.74228 0 3764.5244 -0.37049085
9550 18146.354 404.01981 0 3764.4558 10.150467
9600 15002.89 991.64237 0 3769.9553 51.550272
9650 18607.005 318.66284 0 3764.4045 3.3985276
9700 18489.496 340.51647 0 3764.4972 2.941698
9750 19635.157 128.29122 0 3764.4315 -14.101437
9800 18284.554 378.61 0 3764.6385 -7.2125841
9850 17756.297 476.00442 0 3764.2076 -4.4238573
9900 18996.512 246.68301 0 3764.5557 -5.0986512
9950 19432.438 165.78467 0 3764.3843 -3.7163888
10000 19336.629 183.60921 0 3764.4664 -0.93973872
-Loop time of 3.69311 on 1 procs for 10000 steps with 81 atoms
+Loop time of 3.66627 on 1 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.113802 (3.08147)
-Neigh time (%) = 0.0713954 (1.93321)
-Comm time (%) = 0.0130091 (0.352253)
-Outpt time (%) = 0.0163274 (0.442104)
-Other time (%) = 3.47857 (94.191)
+Pair time (%) = 0.114009 (3.10966)
+Neigh time (%) = 0.0713215 (1.94534)
+Comm time (%) = 0.0131958 (0.359923)
+Outpt time (%) = 0.00205278 (0.055991)
+Other time (%) = 3.4657 (94.5291)
Nlocal: 81 ave 81 max 81 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 69 ave 69 max 69 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 636 ave 636 max 636 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 636
Ave neighs/atom = 7.85185
Neighbor list builds = 991
Dangerous builds = 933
diff --git a/examples/rigid/log.rigid.poems2.9Jan12.linux.4 b/examples/rigid/log.rigid.poems2.18Feb13.linux.4
similarity index 96%
rename from examples/rigid/log.rigid.poems2.9Jan12.linux.4
rename to examples/rigid/log.rigid.poems2.18Feb13.linux.4
index 0b405b67f..9968b7360 100644
--- a/examples/rigid/log.rigid.poems2.9Jan12.linux.4
+++ b/examples/rigid/log.rigid.poems2.18Feb13.linux.4
@@ -1,310 +1,314 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# Simple rigid body system
units lj
atom_style atomic
pair_style lj/cut 2.5
read_data data.rigid
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 2 by 2 MPI processor grid
81 atoms
velocity all create 100.0 4928459
# unconnected bodies
#group clump1 id <> 1 9
#group clump2 id <> 10 18
#group clump3 id <> 19 27
#group clump4 id <> 28 36
#group clump5 id <> 37 45
#group clump6 id <> 46 54
#group clump7 id <> 55 63
#group clump8 id <> 64 72
#group clump9 id <> 73 81
#fix 1 all rigid group 9 clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 1 chain of connected bodies
#group clump1 id <> 1 9
#group clump2 id <> 9 18
#group clump3 id <> 18 27
#group clump4 id <> 27 36
#group clump5 id <> 36 45
#group clump6 id <> 45 54
#group clump7 id <> 54 63
#group clump8 id <> 63 72
#group clump9 id <> 72 81
#fix 1 all poems group clump1 clump2 clump3 clump4 clump5 # clump6 clump7 clump8 clump9
# 2 chains of connected bodies
group clump1 id <> 1 9
9 atoms in group clump1
group clump2 id <> 9 18
10 atoms in group clump2
group clump3 id <> 18 27
10 atoms in group clump3
group clump4 id <> 27 36
10 atoms in group clump4
group clump5 id <> 37 45
9 atoms in group clump5
group clump6 id <> 45 54
10 atoms in group clump6
group clump7 id <> 54 63
10 atoms in group clump7
group clump8 id <> 63 72
10 atoms in group clump8
group clump9 id <> 72 81
10 atoms in group clump9
fix 1 all poems group clump1 clump2 clump3 clump4
1 clusters, 4 bodies, 3 joints, 36 atoms
fix 2 all poems group clump5 clump6 clump7 clump8 clump9
1 clusters, 5 bodies, 4 joints, 45 atoms
neigh_modify exclude group clump1 clump1
neigh_modify exclude group clump2 clump2
neigh_modify exclude group clump3 clump3
neigh_modify exclude group clump4 clump4
neigh_modify exclude group clump5 clump5
neigh_modify exclude group clump6 clump6
neigh_modify exclude group clump7 clump7
neigh_modify exclude group clump8 clump8
neigh_modify exclude group clump9 clump9
thermo 100
-dump 1 all atom 50 dump.rigid
+
+#dump 1 all atom 50 dump.rigid.poems2
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 60 -30
+#dump_modify 1 pad 5
timestep 0.0001
thermo 50
run 10000
-WARNING: More than one fix poems (fix_poems.cpp:331)
-WARNING: More than one fix poems (fix_poems.cpp:331)
-WARNING: One or more atoms are time integrated more than once (modify.cpp:240)
-Memory usage per processor = 2.24533 Mbytes
+WARNING: More than one fix poems (fix_poems.cpp:332)
+WARNING: More than one fix poems (fix_poems.cpp:332)
+WARNING: One or more atoms are time integrated more than once (modify.cpp:220)
+Memory usage per processor = 2.24916 Mbytes
Step Temp E_pair E_mol TotEng Press
0 196.00047 3632.2347 0 3668.5311 -2.7403788
50 12167.633 1505.5478 0 3758.8133 35.125973
100 17556.978 512.66277 0 3763.9549 11.137534
150 19579.586 138.04942 0 3763.8987 -29.953971
200 19757.51 105.30542 0 3764.1036 -0.030645317
250 18218.374 390.10747 0 3763.8804 13.711001
300 19383.039 174.40688 0 3763.8586 5.7240693
350 20125.986 36.972611 0 3764.0071 1.9559205
400 18888.816 266.10975 0 3764.0386 9.6362168
450 19307.656 188.2511 0 3763.743 1.9326206
500 16331.197 738.56392 0 3762.8597 9.1715579
550 19318.722 186.16172 0 3763.7027 3.0115336
600 19455.268 161.20621 0 3764.0336 0.55208034
650 18487.011 340.03216 0 3763.5528 -8.0359122
700 17321.201 556.32471 0 3763.9545 -13.631751
750 18979.187 249.04389 0 3763.7082 -2.6072455
800 19342.456 181.85552 0 3763.7918 8.1918726
850 19070.641 232.19342 0 3763.7936 7.3148472
900 19478.873 156.65987 0 3763.8586 2.4284987
950 19912.415 76.437437 0 3763.9216 -1.4667227
1000 16003.749 802.39753 0 3766.0548 46.642188
1050 19859.583 86.64176 0 3764.3424 -2.1961943
1100 19229.575 203.61488 0 3764.6473 -10.632365
1150 18821.6 279.15861 0 3764.64 -0.89495035
1200 19392.695 173.59744 0 3764.8373 1.8508753
1250 16459.624 717.32104 0 3765.3995 33.478127
1300 19343.863 182.59043 0 3764.7874 0.75890736
1350 20019.643 57.503573 0 3764.8448 0.31444671
1400 18549.582 329.31436 0 3764.4221 10.738303
1450 15163.926 957.47586 0 3765.6103 -17.92346
1500 19223.687 204.15182 0 3764.0939 -1.613452
1550 18147.996 404.12678 0 3764.8668 8.4194792
1600 18615.043 317.42471 0 3764.6548 -2.3288881
1650 20120.654 38.887882 0 3764.935 -8.7620352
1700 19450.908 162.98242 0 3765.0025 2.3254787
1750 19374.63 177.37994 0 3765.2744 8.9328764
1800 19424.404 167.93955 0 3765.0514 0.081221207
1850 17936.104 442.8692 0 3764.3699 6.6014634
1900 19982.594 64.406495 0 3764.8868 -2.9529141
1950 16215.626 761.95548 0 3764.8491 13.995806
2000 18584.494 322.10724 0 3763.6801 7.1652003
2050 20107.964 41.026031 0 3764.723 -0.31084595
2100 20002.303 60.598606 0 3764.7288 -6.7920431
2150 16950.12 626.52975 0 3765.4408 3.5077027
2200 20010.956 58.807784 0 3764.5404 -10.861982
2250 18982.743 247.00649 0 3762.3293 -0.53838506
2300 18401.159 354.90522 0 3762.5273 1.0923853
2350 19390.592 172.92882 0 3763.7792 -3.3521232
2400 16078.693 786.77936 0 3764.3151 -16.207246
2450 18869.645 268.89132 0 3763.27 11.210758
2500 19689.703 117.31993 0 3763.5612 4.3700595
2550 18867.605 269.38371 0 3763.3847 -5.673697
2600 17024.852 610.68855 0 3763.4389 6.2927269
2650 18723.802 296.52976 0 3763.9005 2.4475504
2700 19752.355 105.40597 0 3763.2494 -0.38635488
2750 19524.414 147.78984 0 3763.4221 -1.5733395
2800 17840.968 459.3254 0 3763.2085 29.661669
2850 18887.52 265.43414 0 3763.1231 3.7534553
2900 20160.325 29.79531 0 3763.1888 2.8076367
2950 17931.673 442.25832 0 3762.9386 4.1038365
3000 19003.992 243.57426 0 3762.832 3.5213285
3050 18907.933 261.70341 0 3763.1725 6.1845639
3100 19086.668 229.05632 0 3763.6245 -1.7059047
3150 19524.328 148.10446 0 3763.7208 -13.257029
3200 19888.015 80.720451 0 3763.6863 -5.9850932
3250 18329.653 367.80596 0 3762.1862 2.5356842
3300 17774.857 472.07926 0 3763.7194 26.05786
3350 18586.91 322.11111 0 3764.1316 5.7227572
3400 18142.722 404.27409 0 3764.0373 22.972948
3450 19641.028 126.721 0 3763.9484 4.4124099
3500 19716.345 112.83226 0 3764.0073 3.0970704
3550 19750.966 106.4596 0 3764.0458 -1.2020093
3600 19385.115 174.22116 0 3764.0572 -0.30312978
3650 19806.188 96.296016 0 3764.1086 1.3884533
3700 19632.503 128.4744 0 3764.1231 5.4783086
3750 19984.029 63.34637 0 3764.0924 -7.6169503
3800 19391.726 173.11834 0 3764.1788 -5.5199774
3850 19701.864 115.6328 0 3764.1262 -4.613059
3900 19071.277 232.53842 0 3764.2563 0.60414949
3950 19543.806 144.70463 0 3763.9279 3.9673805
4000 17072.153 601.63639 0 3763.1462 14.038181
4050 19472.634 157.9704 0 3764.0138 0.075484598
4100 19458.162 160.55562 0 3763.919 1.7856979
4150 19028.89 239.83121 0 3763.6997 11.420854
4200 20109.582 39.912078 0 3763.9088 -2.4825779
4250 19501.856 151.85318 0 3763.308 4.4374703
4300 19953.632 68.83941 0 3763.9565 -1.9144758
4350 19109.358 225.03756 0 3763.8075 0.43487388
4400 19762.511 104.29295 0 3764.0171 2.7984598
4450 19722.718 111.70804 0 3764.0632 2.2845927
4500 19915.846 75.911584 0 3764.0312 4.1625614
4550 19884.847 81.607953 0 3763.987 2.0252211
4600 18612.632 317.21746 0 3764.0011 5.1726513
4650 19078.336 230.90268 0 3763.9279 5.205472
4700 19715.75 112.95427 0 3764.019 4.3237781
4750 19742.684 107.93515 0 3763.9878 2.1485577
4800 19197.053 208.91261 0 3763.9225 -2.943785
4850 19760.387 104.71117 0 3764.0421 -4.0934577
4900 17998.47 431.02848 0 3764.0784 13.811824
4950 19604.398 133.53703 0 3763.9811 -5.5636088
5000 19232.029 202.51843 0 3764.0053 -1.8269075
5050 19715.235 112.97181 0 3763.9412 1.7390053
5100 19398.744 171.53062 0 3763.8906 3.3491974
5150 19314.84 187.15985 0 3763.982 2.8628327
5200 19694.326 116.88381 0 3763.9813 0.87055141
5250 19863.902 85.505146 0 3764.0056 -0.59127781
5300 18854.279 272.69199 0 3764.2251 0.97585642
5350 20102.125 41.375281 0 3763.9911 3.4442258
5400 18613.294 317.12781 0 3764.0342 9.5393349
5450 19559.083 141.5345 0 3763.5869 3.6962703
5500 17569.068 510.18672 0 3763.7179 13.24936
5550 19270.914 194.90196 0 3763.5898 3.8986118
5600 19498.122 153.15583 0 3763.9191 -3.4776966
5650 19777.463 101.36242 0 3763.8555 -11.848632
5700 19084.468 229.69625 0 3763.8569 1.2585904
5750 18724.734 296.2904 0 3763.8337 2.6582121
5800 19386.427 173.81408 0 3763.8932 4.2211994
5850 19803.648 96.837994 0 3764.1802 1.3140639
5900 19673.781 120.82275 0 3764.1155 -2.5154465
5950 19736.953 109.09143 0 3764.0827 -2.2181212
6000 19790.274 99.158109 0 3764.0237 -3.68098
6050 19545.34 144.53706 0 3764.0444 0.39182955
6100 17986.935 433.2002 0 3764.114 10.030916
6150 19723.117 111.58597 0 3764.015 2.7481914
6200 19196.262 209.2757 0 3764.139 -4.1838898
6250 19595.664 135.40327 0 3764.2299 -4.9572417
6300 20066.143 48.26479 0 3764.2173 -2.0440702
6350 19658.915 123.66551 0 3764.2054 6.3983302
6400 16099.375 783.30808 0 3764.6738 10.626182
6450 18777.763 287.09552 0 3764.4591 -4.455207
6500 16707.737 670.37041 0 3764.3958 13.941367
6550 19762.607 104.62762 0 3764.3696 0.16306805
6600 19257.046 198.21098 0 3764.3305 -5.4407238
6650 19832.195 91.712241 0 3764.3409 -1.9458256
6700 19850.998 88.250674 0 3764.3614 5.8183659
6750 19413.067 169.26039 0 3764.2728 6.1295075
6800 19765.494 103.96165 0 3764.2383 -3.7688435
6850 16858.457 642.54223 0 3764.4787 4.5079169
6900 19982.921 63.847652 0 3764.3885 -9.1345046
6950 19913.352 76.606013 0 3764.2639 -2.5724183
7000 19224.043 204.40946 0 3764.4174 8.8267535
7050 19611.945 132.75353 0 3764.5952 -1.2121033
7100 18439.385 350.13652 0 3764.8375 -10.124288
7150 19682.442 120.04202 0 3764.9386 -3.6256683
7200 19422.224 168.10408 0 3764.8122 0.82487728
7250 18329.588 370.25204 0 3764.6202 11.648525
7300 19708.59 114.99145 0 3764.7304 0.046523759
7350 19816.323 95.213196 0 3764.9026 -0.47763944
7400 17665.439 493.59617 0 3764.9737 -0.91038002
7450 19566.729 141.55672 0 3765.0251 -5.4595222
7500 19814.753 95.678399 0 3765.077 2.7766353
7550 18372.821 362.40112 0 3764.7753 14.250033
7600 19501.443 153.75428 0 3765.1326 7.1710143
7650 19668.707 122.7639 0 3765.117 -7.9237216
7700 19679.165 120.74844 0 3765.0382 -2.2087708
7750 19318.592 187.36213 0 3764.8791 5.2470406
7800 18421.715 352.99021 0 3764.419 9.1913905
7850 18895.708 265.3653 0 3764.5705 5.549395
7900 19577.99 139.06024 0 3764.614 -9.4076317
7950 19740.609 109.09893 0 3764.7672 -9.8961255
8000 18940.832 256.98999 0 3764.5514 3.9687427
8050 18969.072 252.07733 0 3764.8685 -4.0865115
8100 18105.878 411.85769 0 3764.798 6.9985575
8150 17720.026 483.41227 0 3764.8985 -9.9691828
8200 19228.141 204.22365 0 3764.9906 4.5129102
8250 18208.089 392.95005 0 3764.8183 -1.1095191
8300 17975.092 435.94429 0 3764.665 17.753982
8350 18763.356 290.24792 0 3764.9434 2.4934075
8400 20081.591 46.079041 0 3764.8922 -1.2146918
8450 19112.458 225.50295 0 3764.847 -4.35039
8500 19307.507 189.3956 0 3764.86 5.0874862
8550 19181.088 212.75782 0 3764.8111 0.25341129
8600 18801.701 282.9206 0 3764.7171 -11.907333
8650 18881.312 268.25685 0 3764.7961 7.0176888
8700 15686.277 860.48983 0 3765.356 21.424289
8750 18618.866 316.47733 0 3764.4154 -4.6552691
8800 18339.56 368.23406 0 3764.4489 2.6401219
8850 19445.679 163.71793 0 3764.7697 -2.4895575
8900 19121.794 223.5113 0 3764.5842 -5.0630299
8950 14402.118 1099.2335 0 3766.2923 -7.4933486
9000 19175.071 213.69795 0 3764.637 -5.6657242
9050 19412.386 169.60603 0 3764.4924 -12.723782
9100 18455.972 346.68851 0 3764.4611 9.1721288
9150 19954.848 69.041959 0 3764.3841 -0.91356236
9200 19613.768 132.03036 0 3764.2097 4.9013519
9250 15254.687 939.82439 0 3764.7665 11.510878
9300 19048.696 236.62627 0 3764.1625 0.67464829
9350 18952.271 254.3769 0 3764.0568 8.2625973
9400 17082.985 600.49483 0 3764.0105 -9.9046787
9450 16757.345 660.90075 0 3764.1128 21.116304
9500 19841.884 89.284407 0 3763.7073 -0.64193305
9550 19304.212 189.00596 0 3763.86 -12.873723
9600 16227.696 759.23524 0 3764.3641 11.721944
9650 17820.924 463.01451 0 3763.1857 3.9496789
9700 19354.393 179.78068 0 3763.9275 -2.6872013
9750 13935.985 1183.7739 0 3764.5119 10.647433
9800 19587.907 136.31855 0 3763.7087 5.5549859
9850 19080.946 230.80379 0 3764.3124 -4.0577518
9900 19455.883 161.42232 0 3764.3637 -1.6117009
9950 18749.317 292.29982 0 3764.3955 3.9849608
10000 18721.798 297.49023 0 3764.4899 1.6710415
-Loop time of 3.89194 on 4 procs for 10000 steps with 81 atoms
+Loop time of 3.82663 on 4 procs for 10000 steps with 81 atoms
-Pair time (%) = 0.0295593 (0.7595)
-Neigh time (%) = 0.0209811 (0.539092)
-Comm time (%) = 0.258437 (6.6403)
-Outpt time (%) = 0.0221968 (0.570326)
-Other time (%) = 3.56077 (91.4908)
+Pair time (%) = 0.0296764 (0.775524)
+Neigh time (%) = 0.0208988 (0.546142)
+Comm time (%) = 0.175437 (4.58463)
+Outpt time (%) = 0.00546265 (0.142754)
+Other time (%) = 3.59515 (93.9509)
Nlocal: 20.25 ave 36 max 0 min
Histogram: 1 0 1 0 0 0 0 0 0 2
Nghost: 16 ave 33 max 2 min
Histogram: 2 0 0 0 0 0 0 1 0 1
Neighs: 162.75 ave 371 max 0 min
Histogram: 2 0 0 0 0 0 0 1 0 1
Total # of neighbors = 651
Ave neighs/atom = 8.03704
Neighbor list builds = 993
Dangerous builds = 949
diff --git a/examples/rigid/log.rigid.tnr.9Jan12.linux.1 b/examples/rigid/log.rigid.tnr.9Jan12.linux.1
deleted file mode 100644
index 602958c9a..000000000
--- a/examples/rigid/log.rigid.tnr.9Jan12.linux.1
+++ /dev/null
@@ -1,54 +0,0 @@
-LAMMPS (21 Aug 2012)
-# Tethered nanorods
-
-atom_style molecular
-
-read_data data.rigid.tnr
- 1 = max bonds/atom
- orthogonal box = (-31.122 -31.122 -31.122) to (31.122 31.122 31.122)
- 1 by 1 by 1 MPI processor grid
- 5600 atoms
- 1600 bonds
- 2 = max # of 1-2 neighbors
- 1 = max # of 1-3 neighbors
- 1 = max # of 1-4 neighbors
- 2 = max # of special neighbors
-
-# Specify bond parameters
-
-bond_style fene
-bond_coeff 1 30.0 1.5 1.0 1.0
-
-special_bonds fene
- 2 = max # of 1-2 neighbors
- 2 = max # of special neighbors
-
-# Specify initial velocities
-
-velocity all create 1.4 109345
-
-# Specify rigid components
-
-group rods type 2
-4000 atoms in group rods
-group tethers subtract all rods
-1600 atoms in group tethers
-
-neigh_modify exclude molecule rods delay 0 every 1
-
-# Specify the pair potentials
-
-pair_style lj/cut 2.5
-pair_modify shift yes
-pair_coeff * * 1.0 1.0 1.122
-pair_coeff 2 2 1.0 1.0 2.5
-
-# Specify output
-
-thermo 100
-thermo_style custom step temp pe etotal press enthalpy lx ly lz pxx pyy pzz
-thermo_modify flush yes lost warn
-
-timestep 0.005
-
-log log.tnr
diff --git a/examples/rigid/log.rigid.tnr.9Jan12.linux.4 b/examples/rigid/log.rigid.tnr.9Jan12.linux.4
deleted file mode 100644
index 73820340f..000000000
--- a/examples/rigid/log.rigid.tnr.9Jan12.linux.4
+++ /dev/null
@@ -1,54 +0,0 @@
-LAMMPS (21 Aug 2012)
-# Tethered nanorods
-
-atom_style molecular
-
-read_data data.rigid.tnr
- 1 = max bonds/atom
- orthogonal box = (-31.122 -31.122 -31.122) to (31.122 31.122 31.122)
- 1 by 2 by 2 MPI processor grid
- 5600 atoms
- 1600 bonds
- 2 = max # of 1-2 neighbors
- 1 = max # of 1-3 neighbors
- 1 = max # of 1-4 neighbors
- 2 = max # of special neighbors
-
-# Specify bond parameters
-
-bond_style fene
-bond_coeff 1 30.0 1.5 1.0 1.0
-
-special_bonds fene
- 2 = max # of 1-2 neighbors
- 2 = max # of special neighbors
-
-# Specify initial velocities
-
-velocity all create 1.4 109345
-
-# Specify rigid components
-
-group rods type 2
-4000 atoms in group rods
-group tethers subtract all rods
-1600 atoms in group tethers
-
-neigh_modify exclude molecule rods delay 0 every 1
-
-# Specify the pair potentials
-
-pair_style lj/cut 2.5
-pair_modify shift yes
-pair_coeff * * 1.0 1.0 1.122
-pair_coeff 2 2 1.0 1.0 2.5
-
-# Specify output
-
-thermo 100
-thermo_style custom step temp pe etotal press enthalpy lx ly lz pxx pyy pzz
-thermo_modify flush yes lost warn
-
-timestep 0.005
-
-log log.tnr
diff --git a/examples/shear/log.shear.9Jan12.linux.1 b/examples/shear/log.shear.18Feb13.linux.1
similarity index 72%
rename from examples/shear/log.shear.9Jan12.linux.1
rename to examples/shear/log.shear.18Feb13.linux.1
index 853b91304..fbf2631b8 100644
--- a/examples/shear/log.shear.9Jan12.linux.1
+++ b/examples/shear/log.shear.18Feb13.linux.1
@@ -1,161 +1,165 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d metal shear simulation
units metal
boundary s s p
atom_style atomic
lattice fcc 3.52
Lattice spacing in x,y,z = 3.52 3.52 3.52
region box block 0 16.0 0 10.0 0 2.828427
create_box 3 box
Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
1 by 1 by 1 MPI processor grid
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
Lattice spacing in x,y,z = 3.52 4.97803 4.97803
create_atoms 1 box
Created 1912 atoms
pair_style eam
pair_coeff * * Ni_u3.eam
neighbor 0.3 bin
neigh_modify delay 5
region lower block INF INF INF 0.9 INF INF
region upper block INF INF 6.1 INF INF INF
group lower region lower
264 atoms in group lower
group upper region upper
264 atoms in group upper
group boundary union lower upper
528 atoms in group boundary
group mobile subtract all boundary
1384 atoms in group mobile
set group lower type 2
264 settings made for type
set group upper type 3
264 settings made for type
# void
#region void cylinder z 8 5 2.5 INF INF
#delete_atoms region void
# temp controllers
compute new3d mobile temp
compute new2d mobile temp/partial 0 1 1
# equilibrate
velocity mobile create 300.0 5812775 temp new3d
fix 1 all nve
fix 2 boundary setforce 0.0 0.0 0.0
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new3d
thermo 25
thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
timestep 0.001
run 100
-Memory usage per processor = 2.37454 Mbytes
+Memory usage per processor = 2.38565 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -8317.4367 0 -8263.8067 -7103.5557 19539.346
- 25 220.34459 -8272.5701 0 -8233.1798 5170.6956 19539.346
- 50 300 -8237.7876 0 -8184.1576 13746.642 19678.792
- 75 292.67269 -8229.8093 0 -8177.4891 14324.984 19737.233
- 100 300 -8245.8191 0 -8192.189 9038.4055 19770.872
-Loop time of 0.243427 on 1 procs for 100 steps with 1912 atoms
-
-Pair time (%) = 0.228408 (93.8302)
-Neigh time (%) = 0.00815201 (3.34885)
-Comm time (%) = 0.0018518 (0.76072)
-Outpt time (%) = 6.10352e-05 (0.0250733)
-Other time (%) = 0.0049541 (2.03515)
+ 0 300 -8317.4367 0 -8263.8067 -7100.7667 19547.02
+ 25 220.34459 -8272.5701 0 -8233.1798 5168.6655 19547.02
+ 50 300 -8237.7876 0 -8184.1576 13741.264 19686.493
+ 75 292.67269 -8229.8093 0 -8177.4891 14319.387 19744.946
+ 100 300 -8245.8191 0 -8192.189 9034.8776 19778.592
+Loop time of 0.242026 on 1 procs for 100 steps with 1912 atoms
+
+Pair time (%) = 0.226816 (93.7157)
+Neigh time (%) = 0.00833321 (3.4431)
+Comm time (%) = 0.00187564 (0.774974)
+Outpt time (%) = 5.81741e-05 (0.0240363)
+Other time (%) = 0.00494266 (2.0422)
Nlocal: 1912 ave 1912 max 1912 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 2122 ave 2122 max 2122 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 45975 ave 45975 max 45975 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 45975
Ave neighs/atom = 24.0455
Neighbor list builds = 4
Dangerous builds = 0
# shear
velocity upper set 1.0 0 0
velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
unfix 3
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new2d
-dump 1 all atom 100 dump.shear
+#dump 1 all atom 100 dump.shear
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
thermo 100
thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
reset_timestep 0
run 3000
-Memory usage per processor = 2.37645 Mbytes
+Memory usage per processor = 2.38756 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 298.53339 -8245.8191 0 -8210.2533 8059.4154 19778.399
- 100 300 -8260.7953 0 -8225.0549 3177.3605 19809.773
- 200 298.50746 -8257.8441 0 -8222.2815 1696.64 19926.446
- 300 296.80999 -8250.2343 0 -8214.8739 -338.92466 20051.103
- 400 306.47135 -8245.2265 0 -8208.7151 9.7606112 20134.594
- 500 298.68843 -8240.244 0 -8204.6599 722.49284 20161.098
- 600 302.37622 -8230.4652 0 -8194.4417 4007.3859 20279.478
- 700 300 -8222.0223 0 -8186.2819 6769.4135 20405.698
- 800 303.21952 -8210.998 0 -8174.874 8152.7988 20510.204
- 900 297.74338 -8197.2403 0 -8161.7687 10764.828 20634.767
- 1000 300 -8180.7508 0 -8145.0104 14227.468 20760.551
- 1100 305.89822 -8166.6544 0 -8130.2113 18078.278 20875.344
- 1200 295.27459 -8152.0699 0 -8116.8924 21328.094 21001.128
- 1300 300 -8141.732 0 -8105.9916 22799.705 21115.921
- 1400 300 -8130.0647 0 -8094.3243 23526.574 21246.59
- 1500 300 -8125.4387 0 -8089.6983 22002.546 21356.499
- 1600 300 -8128.9533 0 -8093.2128 18328.671 21485.946
- 1700 300 -8151.4563 0 -8115.7159 11511.304 21600.74
- 1800 300 -8160.1502 0 -8124.4098 7547.562 21724.081
- 1900 309.29943 -8153.7122 0 -8116.8639 8409.7432 21858.414
- 2000 307.15092 -8160.675 0 -8124.0826 5894.1343 21976.871
- 2100 308.54207 -8156.5601 0 -8119.802 4916.8536 22095.327
- 2200 300 -8157.4804 0 -8121.74 2411.8958 22217.448
- 2300 300 -8162.7297 0 -8126.9893 -128.11671 22334.684
- 2400 300 -8166.1396 0 -8130.3991 -1504.9194 22459.246
- 2500 300 -8169.094 0 -8133.3536 -119.96486 22578.925
- 2600 304.76063 -8162.5898 0 -8126.2822 2246.5398 22714.478
- 2700 308.04872 -8167.1208 0 -8130.4215 77.151948 22834.156
- 2800 300 -8167.1381 0 -8131.3977 -2885.907 22951.392
- 2900 308.65071 -8164.1796 0 -8127.4086 -7537.8706 23075.955
- 3000 302.42612 -8159.1684 0 -8123.139 -9974.9028 23189.527
-Loop time of 7.54227 on 1 procs for 3000 steps with 1912 atoms
-
-Pair time (%) = 6.83641 (90.6412)
-Neigh time (%) = 0.450643 (5.9749)
-Comm time (%) = 0.0600526 (0.796214)
-Outpt time (%) = 0.0466561 (0.618595)
-Other time (%) = 0.148517 (1.96913)
+ 0 298.53339 -8245.8191 0 -8210.2533 8056.2702 19786.12
+ 100 300 -8260.7953 0 -8225.0549 3176.1215 19817.501
+ 200 298.50746 -8257.8441 0 -8222.2815 1695.9804 19934.196
+ 300 296.80999 -8250.2343 0 -8214.8739 -338.79329 20058.878
+ 400 306.47135 -8245.2265 0 -8208.7151 9.7568356 20142.386
+ 500 298.68843 -8240.244 0 -8204.6599 722.21355 20168.894
+ 600 302.37622 -8230.4652 0 -8194.4417 4005.8413 20287.297
+ 700 300 -8222.0223 0 -8186.2819 6766.8121 20413.543
+ 800 303.21952 -8210.998 0 -8174.874 8149.6736 20518.069
+ 900 297.74338 -8197.2403 0 -8161.7687 10760.713 20642.656
+ 1000 300 -8180.7508 0 -8145.0104 14222.046 20768.465
+ 1100 305.89822 -8166.6544 0 -8130.2113 18071.408 20883.281
+ 1200 295.27459 -8152.0699 0 -8116.8924 21320.011 21009.09
+ 1300 300 -8141.732 0 -8105.9916 22791.087 21123.905
+ 1400 300 -8130.0647 0 -8094.3243 23517.708 21254.6
+ 1500 300 -8125.4387 0 -8089.6983 21994.275 21364.53
+ 1600 300 -8128.9533 0 -8093.2128 18321.801 21494.003
+ 1700 300 -8151.4563 0 -8115.7159 11507 21608.819
+ 1800 300 -8160.1502 0 -8124.4098 7544.7477 21732.185
+ 1900 309.29943 -8153.7122 0 -8116.8639 8406.6165 21866.544
+ 2000 307.15092 -8160.675 0 -8124.0826 5891.9485 21985.024
+ 2100 308.54207 -8156.5601 0 -8119.802 4915.0348 22103.504
+ 2200 300 -8157.4804 0 -8121.74 2411.006 22225.648
+ 2300 300 -8162.7297 0 -8126.9893 -128.06955 22342.907
+ 2400 300 -8166.1396 0 -8130.3991 -1504.3669 22467.494
+ 2500 300 -8169.094 0 -8133.3536 -119.92093 22587.196
+ 2600 304.76063 -8162.5898 0 -8126.2822 2245.7194 22722.776
+ 2700 308.04872 -8167.1208 0 -8130.4215 77.123843 22842.478
+ 2800 300 -8167.1381 0 -8131.3977 -2884.8582 22959.736
+ 2900 308.65071 -8164.1796 0 -8127.4086 -7535.1379 23084.324
+ 3000 302.42612 -8159.1684 0 -8123.139 -9971.2947 23197.918
+Loop time of 7.48144 on 1 procs for 3000 steps with 1912 atoms
+
+Pair time (%) = 6.8089 (91.0106)
+Neigh time (%) = 0.462794 (6.1859)
+Comm time (%) = 0.0602837 (0.805777)
+Outpt time (%) = 0.000479221 (0.00640547)
+Other time (%) = 0.148982 (1.99135)
Nlocal: 1912 ave 1912 max 1912 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 2104 ave 2104 max 2104 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 44986 ave 44986 max 44986 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 44986
Ave neighs/atom = 23.5282
Neighbor list builds = 221
Dangerous builds = 0
diff --git a/examples/shear/log.shear.18Feb13.linux.4 b/examples/shear/log.shear.18Feb13.linux.4
new file mode 100644
index 000000000..9267acffe
--- /dev/null
+++ b/examples/shear/log.shear.18Feb13.linux.4
@@ -0,0 +1,165 @@
+LAMMPS (18 Feb 2013)
+# 3d metal shear simulation
+
+units metal
+boundary s s p
+
+atom_style atomic
+lattice fcc 3.52
+Lattice spacing in x,y,z = 3.52 3.52 3.52
+region box block 0 16.0 0 10.0 0 2.828427
+create_box 3 box
+Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
+ 2 by 2 by 1 MPI processor grid
+
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+Lattice spacing in x,y,z = 3.52 4.97803 4.97803
+create_atoms 1 box
+Created 1912 atoms
+
+pair_style eam
+pair_coeff * * Ni_u3.eam
+
+neighbor 0.3 bin
+neigh_modify delay 5
+
+region lower block INF INF INF 0.9 INF INF
+region upper block INF INF 6.1 INF INF INF
+group lower region lower
+264 atoms in group lower
+group upper region upper
+264 atoms in group upper
+group boundary union lower upper
+528 atoms in group boundary
+group mobile subtract all boundary
+1384 atoms in group mobile
+
+set group lower type 2
+ 264 settings made for type
+set group upper type 3
+ 264 settings made for type
+
+# void
+
+#region void cylinder z 8 5 2.5 INF INF
+#delete_atoms region void
+
+# temp controllers
+
+compute new3d mobile temp
+compute new2d mobile temp/partial 0 1 1
+
+# equilibrate
+
+velocity mobile create 300.0 5812775 temp new3d
+fix 1 all nve
+fix 2 boundary setforce 0.0 0.0 0.0
+
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new3d
+
+thermo 25
+thermo_modify temp new3d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+timestep 0.001
+run 100
+Memory usage per processor = 2.28043 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 300 -8317.4367 0 -8263.8067 -7100.7667 19547.02
+ 25 219.81848 -8272.1577 0 -8232.8615 5206.8057 19547.02
+ 50 300 -8238.3413 0 -8184.7112 13308.809 19688.933
+ 75 294.78636 -8232.2217 0 -8179.5237 13192.782 19748.176
+ 100 300 -8248.1223 0 -8194.4923 7352.0246 19816.321
+Loop time of 0.0686595 on 4 procs for 100 steps with 1912 atoms
+
+Pair time (%) = 0.0607531 (88.4846)
+Neigh time (%) = 0.00222272 (3.2373)
+Comm time (%) = 0.00375742 (5.47253)
+Outpt time (%) = 9.59039e-05 (0.13968)
+Other time (%) = 0.0018304 (2.66591)
+
+Nlocal: 478 ave 490 max 466 min
+Histogram: 1 0 1 0 0 0 0 1 0 1
+Nghost: 1036.25 ave 1046 max 1027 min
+Histogram: 1 1 0 0 0 0 0 1 0 1
+Neighs: 11488 ave 11948 max 11157 min
+Histogram: 1 0 1 0 1 0 0 0 0 1
+
+Total # of neighbors = 45952
+Ave neighs/atom = 24.0335
+Neighbor list builds = 4
+Dangerous builds = 0
+
+# shear
+
+velocity upper set 1.0 0 0
+velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
+
+unfix 3
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new2d
+
+#dump 1 all atom 100 dump.shear
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
+thermo 100
+thermo_modify temp new2d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+reset_timestep 0
+run 3000
+Memory usage per processor = 2.28043 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 302.4034 -8248.1223 0 -8212.0956 6393.6774 19845.81
+ 100 291.62219 -8259.5645 0 -8224.8222 -1305.829 19874.353
+ 200 293.37436 -8257.0158 0 -8222.0647 -803.21007 19965.105
+ 300 305.94964 -8252.9337 0 -8216.4845 -1338.206 20062.042
+ 400 309.97419 -8247.5911 0 -8210.6624 -1064.8166 20094.42
+ 500 301.9509 -8239.3761 0 -8203.4033 794.43498 20172.617
+ 600 302.22577 -8230.7201 0 -8194.7145 3984.6172 20265.23
+ 700 296.33661 -8221.2208 0 -8185.9168 5407.761 20394.703
+ 800 291.23709 -8207.8855 0 -8173.1891 10664.616 20510.74
+ 900 297.90023 -8196.1342 0 -8160.6439 13966.21 20646.32
+ 1000 301.54908 -8182.0178 0 -8146.0928 17938.624 20752.586
+ 1100 309.01306 -8164.9485 0 -8128.1343 22821.748 20889.388
+ 1200 301.9299 -8153.5108 0 -8117.5405 25613.387 21000.539
+ 1300 300 -8143.4144 0 -8107.674 26662.495 21122.684
+ 1400 300 -8136.3101 0 -8100.5697 26322.787 21254.6
+ 1500 300 -8132.5702 0 -8096.8297 23577.661 21379.187
+ 1600 300 -8129.9485 0 -8094.2081 20683.092 21497.667
+ 1700 300 -8131.6622 0 -8095.9218 15384.841 21617.369
+ 1800 300 -8149.3274 0 -8113.587 9702.6228 21738.292
+ 1900 300 -8156.1594 0 -8120.419 9896.6056 21861.658
+ 2000 300 -8162.0579 0 -8126.3174 8370.0255 21987.467
+ 2100 300 -8164.32 0 -8128.5796 5207.4966 22105.947
+ 2200 309.50383 -8171.5055 0 -8134.6328 263.16699 22234.198
+ 2300 300 -8173.946 0 -8138.2056 -2861.1575 22346.571
+ 2400 300 -8184.1165 0 -8148.3761 -6684.5831 22471.159
+ 2500 308.09598 -8186.7631 0 -8150.0582 -8719.8136 22598.189
+ 2600 293.95252 -8179.2012 0 -8144.1813 -8299.1668 22720.333
+ 2700 300 -8173.1769 0 -8137.4365 -8570.4623 22831.485
+ 2800 307.83907 -8172.8218 0 -8136.1475 -10364.571 22959.736
+ 2900 299.48361 -8169.4289 0 -8133.75 -8567.3623 23079.438
+ 3000 300 -8167.764 0 -8132.0236 -11479.844 23206.468
+Loop time of 2.15885 on 4 procs for 3000 steps with 1912 atoms
+
+Pair time (%) = 1.82294 (84.4405)
+Neigh time (%) = 0.120942 (5.60215)
+Comm time (%) = 0.160872 (7.45178)
+Outpt time (%) = 0.000615835 (0.0285261)
+Other time (%) = 0.0534766 (2.47709)
+
+Nlocal: 478 ave 510 max 443 min
+Histogram: 1 1 0 0 0 0 0 0 0 2
+Nghost: 1018.25 ave 1064 max 972 min
+Histogram: 2 0 0 0 0 0 0 0 0 2
+Neighs: 11225.8 ave 12344 max 10134 min
+Histogram: 1 0 1 0 0 0 1 0 0 1
+
+Total # of neighbors = 44903
+Ave neighs/atom = 23.4848
+Neighbor list builds = 226
+Dangerous builds = 0
diff --git a/examples/shear/log.shear.9Jan12.linux.4 b/examples/shear/log.shear.9Jan12.linux.4
deleted file mode 100644
index 5dde52d69..000000000
--- a/examples/shear/log.shear.9Jan12.linux.4
+++ /dev/null
@@ -1,161 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 3d metal shear simulation
-
-units metal
-boundary s s p
-
-atom_style atomic
-lattice fcc 3.52
-Lattice spacing in x,y,z = 3.52 3.52 3.52
-region box block 0 16.0 0 10.0 0 2.828427
-create_box 3 box
-Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
- 2 by 2 by 1 MPI processor grid
-
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
-Lattice spacing in x,y,z = 3.52 4.97803 4.97803
-create_atoms 1 box
-Created 1912 atoms
-
-pair_style eam
-pair_coeff * * Ni_u3.eam
-
-neighbor 0.3 bin
-neigh_modify delay 5
-
-region lower block INF INF INF 0.9 INF INF
-region upper block INF INF 6.1 INF INF INF
-group lower region lower
-264 atoms in group lower
-group upper region upper
-264 atoms in group upper
-group boundary union lower upper
-528 atoms in group boundary
-group mobile subtract all boundary
-1384 atoms in group mobile
-
-set group lower type 2
- 264 settings made for type
-set group upper type 3
- 264 settings made for type
-
-# void
-
-#region void cylinder z 8 5 2.5 INF INF
-#delete_atoms region void
-
-# temp controllers
-
-compute new3d mobile temp
-compute new2d mobile temp/partial 0 1 1
-
-# equilibrate
-
-velocity mobile create 300.0 5812775 temp new3d
-fix 1 all nve
-fix 2 boundary setforce 0.0 0.0 0.0
-
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new3d
-
-thermo 25
-thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-timestep 0.001
-run 100
-Memory usage per processor = 2.27477 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -8317.4367 0 -8263.8067 -7103.5557 19539.346
- 25 220.91849 -8272.7063 0 -8233.2134 5171.0015 19539.346
- 50 300 -8239.0761 0 -8185.446 13404.703 19669.87
- 75 295.11708 -8231.4059 0 -8178.6488 13741.993 19743.549
- 100 300 -8250.5856 0 -8196.9555 6735.754 19818.526
-Loop time of 0.0705068 on 4 procs for 100 steps with 1912 atoms
-
-Pair time (%) = 0.0616967 (87.5046)
-Neigh time (%) = 0.00212312 (3.01122)
-Comm time (%) = 0.00468183 (6.64025)
-Outpt time (%) = 0.000109732 (0.155633)
-Other time (%) = 0.00189543 (2.68829)
-
-Nlocal: 478 ave 490 max 468 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-Nghost: 1033.75 ave 1043 max 1021 min
-Histogram: 1 0 0 0 0 1 0 1 0 1
-Neighs: 11508.8 ave 12218 max 10874 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
-
-Total # of neighbors = 46035
-Ave neighs/atom = 24.0769
-Neighbor list builds = 4
-Dangerous builds = 0
-
-# shear
-
-velocity upper set 1.0 0 0
-velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
-
-unfix 3
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new2d
-
-dump 1 all atom 100 dump.shear
-thermo 100
-thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-reset_timestep 0
-run 3000
-Memory usage per processor = 2.27477 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 292.46783 -8250.5856 0 -8215.7425 5714.7972 19847.781
- 100 298.90147 -8254.2464 0 -8218.6368 1673.5647 19875.172
- 200 292.67105 -8257.6816 0 -8222.8143 597.02209 19851.638
- 300 304.83817 -8252.3996 0 -8216.0828 -1766.9124 19972.145
- 400 304.67912 -8245.8917 0 -8209.5938 984.88656 20123.442
- 500 304.19559 -8240.3464 0 -8204.1061 858.95575 20228.779
- 600 300 -8228.866 0 -8193.1256 3277.69 20298.36
- 700 301.21369 -8221.8851 0 -8186.0001 5982.9806 20420.849
- 800 292.95939 -8207.7529 0 -8172.8512 9954.3357 20536.518
- 900 301.91087 -8196.792 0 -8160.8239 12198.791 20621.333
- 1000 304.47104 -8183.7675 0 -8147.4944 16413.662 20759.329
- 1100 309.51789 -8171.7638 0 -8134.8895 19823.617 20871.68
- 1200 300 -8162.1479 0 -8126.4075 21358.891 21002.349
- 1300 306.82902 -8154.9346 0 -8118.3806 19922.78 21112.258
- 1400 302.84766 -8146.0057 0 -8109.926 20387.683 21245.369
- 1500 300 -8136.5305 0 -8100.7901 19767.587 21371.153
- 1600 300 -8133.8687 0 -8098.1282 16820.721 21487.167
- 1700 300 -8138.1712 0 -8102.4307 13421.303 21603.182
- 1800 300 -8156.4639 0 -8120.7235 8511.6435 21732.63
- 1900 300 -8171.1239 0 -8135.3835 5041.7586 21849.865
- 2000 300 -8163.4848 0 -8127.7444 3694.8641 21970.765
- 2100 308.72044 -8171.8831 0 -8135.1038 970.54577 22092.885
- 2200 302.52995 -8169.1085 0 -8133.0666 52.192359 22216.227
- 2300 300 -8170.9512 0 -8135.2107 -1542.8185 22335.905
- 2400 300 -8172.0501 0 -8136.3097 -2043.706 22458.025
- 2500 308.89262 -8175.1797 0 -8138.3798 -3806.7013 22581.367
- 2600 308.78531 -8173.0575 0 -8136.2705 -3040.4487 22705.93
- 2700 309.91867 -8169.3099 0 -8132.3878 -3733.9914 22819.502
- 2800 300 -8170.4846 0 -8134.7442 -3811.1294 22953.834
- 2900 298.97302 -8165.3476 0 -8129.7295 -4051.2587 23075.955
- 3000 299.96914 -8161.4805 0 -8125.7437 -2883.9458 23201.739
-Loop time of 2.15711 on 4 procs for 3000 steps with 1912 atoms
-
-Pair time (%) = 1.80975 (83.8969)
-Neigh time (%) = 0.116127 (5.38344)
-Comm time (%) = 0.13217 (6.12716)
-Outpt time (%) = 0.0456018 (2.11403)
-Other time (%) = 0.0534638 (2.47849)
-
-Nlocal: 478 ave 512 max 446 min
-Histogram: 2 0 0 0 0 0 0 0 1 1
-Nghost: 1006 ave 1055 max 967 min
-Histogram: 2 0 0 0 0 0 0 1 0 1
-Neighs: 11265.2 ave 12221 max 10346 min
-Histogram: 1 0 1 0 0 0 0 1 0 1
-
-Total # of neighbors = 45061
-Ave neighs/atom = 23.5675
-Neighbor list builds = 223
-Dangerous builds = 0
diff --git a/examples/shear/log.shear.void.9Jan12.linux.1 b/examples/shear/log.shear.void.18Feb13.linux.1
similarity index 69%
rename from examples/shear/log.shear.void.9Jan12.linux.1
rename to examples/shear/log.shear.void.18Feb13.linux.1
index edf201f90..fd914b841 100644
--- a/examples/shear/log.shear.void.9Jan12.linux.1
+++ b/examples/shear/log.shear.void.18Feb13.linux.1
@@ -1,162 +1,166 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 3d metal shear simulation
units metal
boundary s s p
atom_style atomic
lattice fcc 3.52
Lattice spacing in x,y,z = 3.52 3.52 3.52
region box block 0 16.0 0 10.0 0 2.828427
create_box 3 box
Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
1 by 1 by 1 MPI processor grid
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
Lattice spacing in x,y,z = 3.52 4.97803 4.97803
create_atoms 1 box
Created 1912 atoms
pair_style eam
pair_coeff * * Ni_u3.eam
neighbor 0.3 bin
neigh_modify delay 5
region lower block INF INF INF 0.9 INF INF
region upper block INF INF 6.1 INF INF INF
group lower region lower
264 atoms in group lower
group upper region upper
264 atoms in group upper
group boundary union lower upper
528 atoms in group boundary
group mobile subtract all boundary
1384 atoms in group mobile
set group lower type 2
264 settings made for type
set group upper type 3
264 settings made for type
# void
region void cylinder z 8 3.535534 2.5 INF INF
delete_atoms region void
Deleted 204 atoms, new total = 1708
# temp controllers
compute new3d mobile temp
compute new2d mobile temp/partial 0 1 1
# equilibrate
velocity mobile create 300.0 5812775 temp new3d
fix 1 all nve
fix 2 boundary setforce 0.0 0.0 0.0
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new3d
thermo 25
thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
timestep 0.001
run 100
-Memory usage per processor = 2.35723 Mbytes
+Memory usage per processor = 2.36757 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -7358.6159 0 -7312.8966 -9604.6063 19539.346
- 25 222.66197 -7321.4403 0 -7287.5071 562.50939 19539.346
- 50 300 -7292.2273 0 -7246.508 7558.4629 19680.84
- 75 292.67603 -7286.2016 0 -7241.5984 6828.0763 19738.503
- 100 300 -7297.4174 0 -7251.698 1627.881 19767.928
-Loop time of 0.208741 on 1 procs for 100 steps with 1708 atoms
-
-Pair time (%) = 0.195505 (93.659)
-Neigh time (%) = 0.00704098 (3.37307)
-Comm time (%) = 0.00166225 (0.796324)
-Outpt time (%) = 5.8651e-05 (0.0280975)
-Other time (%) = 0.0044744 (2.14352)
+ 0 300 -7358.6159 0 -7312.8966 -9600.8353 19547.02
+ 25 222.66197 -7321.4403 0 -7287.5071 562.28854 19547.02
+ 50 300 -7292.2273 0 -7246.508 7555.5059 19688.542
+ 75 292.67603 -7286.2016 0 -7241.5984 6825.409 19746.217
+ 100 300 -7297.4174 0 -7251.698 1627.2455 19775.648
+Loop time of 0.208299 on 1 procs for 100 steps with 1708 atoms
+
+Pair time (%) = 0.19491 (93.5723)
+Neigh time (%) = 0.00720429 (3.45863)
+Comm time (%) = 0.00168347 (0.808201)
+Outpt time (%) = 5.74589e-05 (0.0275848)
+Other time (%) = 0.00444365 (2.1333)
Nlocal: 1708 ave 1708 max 1708 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1898 ave 1898 max 1898 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 39444 ave 39444 max 39444 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 39444
Ave neighs/atom = 23.0937
Neighbor list builds = 4
Dangerous builds = 0
# shear
velocity upper set 1.0 0 0
velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
unfix 3
fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
fix_modify 3 temp new2d
-dump 1 all atom 100 dump.shear
+#dump 1 all atom 100 dump.shear.void
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
thermo 100
thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
reset_timestep 0
run 3000
-Memory usage per processor = 2.35723 Mbytes
+Memory usage per processor = 2.36757 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
- 0 296.81549 -7297.4174 0 -7267.2741 786.10955 19771.704
- 100 290.32156 -7309.73 0 -7280.2463 -5963.004 19831.09
- 200 290.76236 -7306.4805 0 -7276.952 -7421.6375 19919.327
- 300 293.25821 -7304.1086 0 -7274.3267 -11013.42 20035.976
- 400 293.84766 -7299.0985 0 -7269.2567 -7886.1633 20097.992
- 500 291.74499 -7299.9751 0 -7270.3468 -5636.1333 20137.736
- 600 303.46664 -7291.5162 0 -7260.6975 -1010.2257 20269.626
- 700 300 -7287.9569 0 -7257.4903 -2205.2748 20391.564
- 800 300 -7280.4222 0 -7249.9555 -2876.2467 20512.915
- 900 292.92463 -7272.7361 0 -7242.9881 -1776.974 20633.545
- 1000 307.93499 -7265.1866 0 -7233.9141 -1238.6225 20750.781
- 1100 300.17079 -7260.1229 0 -7229.6389 -1843.002 20881.45
- 1200 302.06128 -7255.9277 0 -7225.2517 -1889.3058 21004.792
- 1300 300 -7259.2664 0 -7228.7998 -3186.0907 21111.036
- 1400 300 -7265.444 0 -7234.9774 -6109.5646 21244.148
- 1500 308.79162 -7271.0073 0 -7239.6478 -6107.0978 21361.383
- 1600 300 -7275.2324 0 -7244.7658 -8519.8045 21492.052
- 1700 309.22602 -7278.5756 0 -7247.172 -13752.852 21610.509
- 1800 300 -7284.3068 0 -7253.8402 -14337.648 21720.418
- 1900 299.75827 -7283.413 0 -7252.9709 -14463.157 21846.202
- 2000 297.70312 -7274.9007 0 -7244.6674 -20480.857 21978.092
- 2100 304.09482 -7269.8328 0 -7238.9503 -19791.258 22092.885
- 2200 299.66443 -7269.2566 0 -7238.8241 -16602.972 22216.227
- 2300 299.27231 -7268.2781 0 -7237.8853 -15847.311 22337.126
- 2400 300.69324 -7259.5316 0 -7228.9946 -14598.831 22462.91
- 2500 297.44581 -7258.0006 0 -7227.7934 -17846.994 22581.367
- 2600 300 -7253.3731 0 -7222.9065 -18557.919 22710.815
- 2700 305.12651 -7253.1648 0 -7222.1775 -20331.834 22824.387
- 2800 294.14063 -7249.1464 0 -7219.2748 -17541.566 22952.613
- 2900 307.30441 -7249.4895 0 -7218.281 -17450.515 23071.07
- 3000 304.44871 -7244.9559 0 -7214.0374 -15842.46 23199.297
-Loop time of 6.44215 on 1 procs for 3000 steps with 1708 atoms
-
-Pair time (%) = 5.84485 (90.7281)
-Neigh time (%) = 0.366316 (5.68623)
-Comm time (%) = 0.0535274 (0.830892)
-Outpt time (%) = 0.04369 (0.678189)
-Other time (%) = 0.133776 (2.07657)
+ 0 296.81549 -7297.4174 0 -7267.2741 785.80272 19779.424
+ 100 290.32156 -7309.73 0 -7280.2463 -5960.68 19838.822
+ 200 290.76236 -7306.4805 0 -7276.952 -7418.7514 19927.076
+ 300 293.25821 -7304.1086 0 -7274.3267 -11009.15 20043.748
+ 400 293.84766 -7299.0985 0 -7269.2567 -7883.11 20105.777
+ 500 291.74499 -7299.9751 0 -7270.3468 -5633.9534 20145.528
+ 600 303.46664 -7291.5162 0 -7260.6975 -1009.8362 20277.444
+ 700 300 -7287.9569 0 -7257.4903 -2204.427 20399.405
+ 800 300 -7280.4222 0 -7249.9555 -2875.1442 20520.781
+ 900 292.92463 -7272.7361 0 -7242.9881 -1776.2948 20641.435
+ 1000 307.93499 -7265.1866 0 -7233.9141 -1238.1504 20758.693
+ 1100 300.17079 -7260.1229 0 -7229.6389 -1842.3017 20889.388
+ 1200 302.06128 -7255.9277 0 -7225.2517 -1888.5899 21012.754
+ 1300 300 -7259.2664 0 -7228.7998 -3184.8863 21119.02
+ 1400 300 -7265.444 0 -7234.9774 -6107.2621 21252.157
+ 1500 308.79162 -7271.0073 0 -7239.6478 -6104.8023 21369.416
+ 1600 300 -7275.2324 0 -7244.7658 -8516.6115 21500.11
+ 1700 309.22602 -7278.5756 0 -7247.172 -13747.711 21618.59
+ 1800 300 -7284.3068 0 -7253.8402 -14332.302 21728.52
+ 1900 299.75827 -7283.413 0 -7252.9709 -14457.778 21854.329
+ 2000 297.70312 -7274.9007 0 -7244.6674 -20473.262 21986.245
+ 2100 304.09482 -7269.8328 0 -7238.9503 -19783.936 22101.061
+ 2200 299.66443 -7269.2566 0 -7238.8241 -16596.846 22224.427
+ 2300 299.27231 -7268.2781 0 -7237.8853 -15841.479 22345.35
+ 2400 300.69324 -7259.5316 0 -7228.9946 -14593.472 22471.159
+ 2500 297.44581 -7258.0006 0 -7227.7934 -17840.459 22589.639
+ 2600 300 -7253.3731 0 -7222.9065 -18551.141 22719.112
+ 2700 305.12651 -7253.1648 0 -7222.1775 -20324.426 22832.706
+ 2800 294.14063 -7249.1464 0 -7219.2748 -17535.191 22960.958
+ 2900 307.30441 -7249.4895 0 -7218.281 -17444.188 23079.438
+ 3000 304.44871 -7244.9559 0 -7214.0374 -15836.731 23207.69
+Loop time of 6.37076 on 1 procs for 3000 steps with 1708 atoms
+
+Pair time (%) = 5.80726 (91.1548)
+Neigh time (%) = 0.376336 (5.90724)
+Comm time (%) = 0.053175 (0.834672)
+Outpt time (%) = 0.000449181 (0.00705065)
+Other time (%) = 0.133544 (2.0962)
Nlocal: 1708 ave 1708 max 1708 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 1879 ave 1879 max 1879 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 38632 ave 38632 max 38632 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 38632
Ave neighs/atom = 22.6183
Neighbor list builds = 209
Dangerous builds = 0
diff --git a/examples/shear/log.shear.void.18Feb13.linux.4 b/examples/shear/log.shear.void.18Feb13.linux.4
new file mode 100644
index 000000000..2b18d44f3
--- /dev/null
+++ b/examples/shear/log.shear.void.18Feb13.linux.4
@@ -0,0 +1,166 @@
+LAMMPS (18 Feb 2013)
+# 3d metal shear simulation
+
+units metal
+boundary s s p
+
+atom_style atomic
+lattice fcc 3.52
+Lattice spacing in x,y,z = 3.52 3.52 3.52
+region box block 0 16.0 0 10.0 0 2.828427
+create_box 3 box
+Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
+ 2 by 2 by 1 MPI processor grid
+
+lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
+Lattice spacing in x,y,z = 3.52 4.97803 4.97803
+create_atoms 1 box
+Created 1912 atoms
+
+pair_style eam
+pair_coeff * * Ni_u3.eam
+
+neighbor 0.3 bin
+neigh_modify delay 5
+
+region lower block INF INF INF 0.9 INF INF
+region upper block INF INF 6.1 INF INF INF
+group lower region lower
+264 atoms in group lower
+group upper region upper
+264 atoms in group upper
+group boundary union lower upper
+528 atoms in group boundary
+group mobile subtract all boundary
+1384 atoms in group mobile
+
+set group lower type 2
+ 264 settings made for type
+set group upper type 3
+ 264 settings made for type
+
+# void
+
+region void cylinder z 8 3.535534 2.5 INF INF
+delete_atoms region void
+Deleted 204 atoms, new total = 1708
+
+# temp controllers
+
+compute new3d mobile temp
+compute new2d mobile temp/partial 0 1 1
+
+# equilibrate
+
+velocity mobile create 300.0 5812775 temp new3d
+fix 1 all nve
+fix 2 boundary setforce 0.0 0.0 0.0
+
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new3d
+
+thermo 25
+thermo_modify temp new3d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+timestep 0.001
+run 100
+Memory usage per processor = 2.26802 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 300 -7358.6159 0 -7312.8966 -9600.8353 19547.02
+ 25 220.57465 -7320.4003 0 -7286.7852 832.69858 19547.02
+ 50 300 -7292.1121 0 -7246.3928 7101.9213 19686.075
+ 75 295.2793 -7286.9013 0 -7241.9014 5282.1114 19746.39
+ 100 300 -7301.0026 0 -7255.2833 -1939.7714 19790.975
+Loop time of 0.0602936 on 4 procs for 100 steps with 1708 atoms
+
+Pair time (%) = 0.0524865 (87.0516)
+Neigh time (%) = 0.0019173 (3.17995)
+Comm time (%) = 0.00397933 (6.59992)
+Outpt time (%) = 0.000101984 (0.169145)
+Other time (%) = 0.00180846 (2.99943)
+
+Nlocal: 427 ave 437 max 419 min
+Histogram: 1 1 0 0 0 0 1 0 0 1
+Nghost: 780 ave 788 max 774 min
+Histogram: 1 1 0 0 0 1 0 0 0 1
+Neighs: 9859.75 ave 10248 max 9544 min
+Histogram: 1 0 1 0 0 1 0 0 0 1
+
+Total # of neighbors = 39439
+Ave neighs/atom = 23.0907
+Neighbor list builds = 4
+Dangerous builds = 0
+
+# shear
+
+velocity upper set 1.0 0 0
+velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
+
+unfix 3
+fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
+fix_modify 3 temp new2d
+
+#dump 1 all atom 100 dump.shear.void
+
+#dump 1 all image 100 image.*.jpg type type # axes yes 0.8 0.02 view 0 0 zoom 1.5 up 0 1 0 adiam 2.0
+#dump_modify 1 pad 4
+
+thermo 100
+thermo_modify temp new2d
+WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:436)
+
+reset_timestep 0
+run 3000
+Memory usage per processor = 2.26802 Mbytes
+Step Temp E_pair E_mol TotEng Press Volume
+ 0 299.05825 -7301.0026 0 -7270.6316 -2766.8643 19799.958
+ 100 301.19116 -7308.1272 0 -7277.5397 -8905.8025 19851.046
+ 200 296.34396 -7306.2167 0 -7276.1214 -9976.4707 19977.676
+ 300 301.10727 -7303.6912 0 -7273.1122 -9863.5572 20024.08
+ 400 303.06413 -7299.743 0 -7268.9652 -7947.839 20095.051
+ 500 298.67442 -7297.287 0 -7266.955 -5764.8779 20168.374
+ 600 296.13094 -7292.6877 0 -7262.614 -1786.0615 20265.23
+ 700 305.86337 -7287.378 0 -7256.3159 -1049.7285 20413.77
+ 800 297.25967 -7280.2104 0 -7250.0221 -1484.4549 20516.847
+ 900 305.16151 -7272.5608 0 -7241.57 -808.36942 20629.22
+ 1000 303.28807 -7264.3771 0 -7233.5765 -2139.5907 20763.579
+ 1100 297.67659 -7258.2851 0 -7228.0544 -770.05741 20890.609
+ 1200 309.60751 -7254.7626 0 -7223.3203 819.60099 20995.654
+ 1300 300 -7251.8704 0 -7221.4038 -1919.6357 21121.462
+ 1400 300 -7258.7732 0 -7228.3066 -5164.6854 21253.378
+ 1500 304.51839 -7269.5164 0 -7238.5909 -8462.6306 21376.744
+ 1600 302.30135 -7270.4656 0 -7239.7653 -10283.715 21489.117
+ 1700 300 -7273.6082 0 -7243.1416 -11338.311 21616.147
+ 1800 306.59272 -7269.4364 0 -7238.3003 -14218.514 21740.735
+ 1900 306.24897 -7271.6064 0 -7240.5052 -19238.112 21854.329
+ 2000 302.17783 -7267.1183 0 -7236.4305 -20204.467 21975.252
+ 2100 308.30693 -7268.4528 0 -7237.1425 -25338.75 22097.397
+ 2200 306.39487 -7266.6795 0 -7235.5635 -27066.965 22230.534
+ 2300 300 -7262.1576 0 -7231.691 -24009.895 22351.457
+ 2400 300 -7261.5352 0 -7231.0686 -20454.104 22478.487
+ 2500 300.08812 -7260.6902 0 -7230.2146 -15315.132 22587.196
+ 2600 296.32147 -7257.4049 0 -7227.3118 -13410.947 22722.776
+ 2700 300 -7256.5862 0 -7226.1196 -15961.676 22830.263
+ 2800 298.83111 -7256.171 0 -7225.8231 -20667.094 22960.958
+ 2900 291.53879 -7248.9903 0 -7219.3829 -23968.563 23081.881
+ 3000 293.96302 -7243.6435 0 -7213.79 -25021.209 23200.361
+Loop time of 1.80804 on 4 procs for 3000 steps with 1708 atoms
+
+Pair time (%) = 1.54183 (85.2759)
+Neigh time (%) = 0.0990489 (5.47823)
+Comm time (%) = 0.115368 (6.38083)
+Outpt time (%) = 0.000803173 (0.0444222)
+Other time (%) = 0.0509982 (2.82062)
+
+Nlocal: 427 ave 450 max 403 min
+Histogram: 1 1 0 0 0 0 0 0 1 1
+Nghost: 785 ave 843 max 722 min
+Histogram: 1 0 1 0 0 0 0 0 1 1
+Neighs: 9576.75 ave 10183 max 9094 min
+Histogram: 2 0 0 0 0 0 0 1 0 1
+
+Total # of neighbors = 38307
+Ave neighs/atom = 22.428
+Neighbor list builds = 215
+Dangerous builds = 0
diff --git a/examples/shear/log.shear.void.9Jan12.linux.4 b/examples/shear/log.shear.void.9Jan12.linux.4
deleted file mode 100644
index 6d09e3212..000000000
--- a/examples/shear/log.shear.void.9Jan12.linux.4
+++ /dev/null
@@ -1,162 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 3d metal shear simulation
-
-units metal
-boundary s s p
-
-atom_style atomic
-lattice fcc 3.52
-Lattice spacing in x,y,z = 3.52 3.52 3.52
-region box block 0 16.0 0 10.0 0 2.828427
-create_box 3 box
-Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
- 2 by 2 by 1 MPI processor grid
-
-lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 origin 0.5 0 0
-Lattice spacing in x,y,z = 3.52 4.97803 4.97803
-create_atoms 1 box
-Created 1912 atoms
-
-pair_style eam
-pair_coeff * * Ni_u3.eam
-
-neighbor 0.3 bin
-neigh_modify delay 5
-
-region lower block INF INF INF 0.9 INF INF
-region upper block INF INF 6.1 INF INF INF
-group lower region lower
-264 atoms in group lower
-group upper region upper
-264 atoms in group upper
-group boundary union lower upper
-528 atoms in group boundary
-group mobile subtract all boundary
-1384 atoms in group mobile
-
-set group lower type 2
- 264 settings made for type
-set group upper type 3
- 264 settings made for type
-
-# void
-
-region void cylinder z 8 3.535534 2.5 INF INF
-delete_atoms region void
-Deleted 204 atoms, new total = 1708
-
-# temp controllers
-
-compute new3d mobile temp
-compute new2d mobile temp/partial 0 1 1
-
-# equilibrate
-
-velocity mobile create 300.0 5812775 temp new3d
-fix 1 all nve
-fix 2 boundary setforce 0.0 0.0 0.0
-
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new3d
-
-thermo 25
-thermo_modify temp new3d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-timestep 0.001
-run 100
-Memory usage per processor = 2.26254 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 300 -7358.6159 0 -7312.8966 -9604.6063 19539.346
- 25 221.73981 -7320.8381 0 -7287.0455 1130.0476 19599.582
- 50 300 -7293.1759 0 -7247.4566 8052.1835 19662.062
- 75 293.25753 -7287.1687 0 -7242.4769 7429.1313 19732.777
- 100 300 -7300.0537 0 -7254.3344 1198.4581 19807.395
-Loop time of 0.0606166 on 4 procs for 100 steps with 1708 atoms
-
-Pair time (%) = 0.0526265 (86.8186)
-Neigh time (%) = 0.00232816 (3.84079)
-Comm time (%) = 0.00390279 (6.43849)
-Outpt time (%) = 0.000118196 (0.194989)
-Other time (%) = 0.00164098 (2.70714)
-
-Nlocal: 427 ave 435 max 419 min
-Histogram: 1 0 1 0 0 0 0 1 0 1
-Nghost: 780.25 ave 792 max 769 min
-Histogram: 1 0 0 1 0 1 0 0 0 1
-Neighs: 9878.75 ave 10203 max 9534 min
-Histogram: 1 0 0 0 1 0 1 0 0 1
-
-Total # of neighbors = 39515
-Ave neighs/atom = 23.1352
-Neighbor list builds = 5
-Dangerous builds = 0
-
-# shear
-
-velocity upper set 1.0 0 0
-velocity mobile ramp vx 0.0 1.0 y 1.4 8.6 sum yes
-
-unfix 3
-fix 3 mobile temp/rescale 10 300.0 300.0 10.0 1.0
-fix_modify 3 temp new2d
-
-dump 1 all atom 100 dump.shear
-thermo 100
-thermo_modify temp new2d
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-
-reset_timestep 0
-run 3000
-Memory usage per processor = 2.26254 Mbytes
-Step Temp E_pair E_mol TotEng Press Volume
- 0 303.68338 -7300.0537 0 -7269.213 396.12256 19807.521
- 100 309.43345 -7305.7349 0 -7274.3103 -4898.9067 19876.383
- 200 292.09158 -7308.3924 0 -7278.7289 -9672.4555 19871.139
- 300 297.20209 -7303.4054 0 -7273.2229 -10458.509 20026.545
- 400 301.76624 -7298.9615 0 -7268.3155 -8311.9182 20057.341
- 500 296.6739 -7299.7346 0 -7269.6058 -6648.1941 20142.621
- 600 301.5451 -7294.6131 0 -7263.9896 -4525.1055 20268.839
- 700 297.72688 -7285.6963 0 -7255.4605 -1774.5536 20391.147
- 800 309.01491 -7279.9489 0 -7248.5668 -394.2912 20501.655
- 900 307.05599 -7273.2334 0 -7242.0502 8.1721666 20633.545
- 1000 299.45693 -7266.8728 0 -7236.4613 -2338.8876 20759.329
- 1100 300 -7259.9532 0 -7229.4865 -3092.0664 20875.344
- 1200 300 -7258.5089 0 -7228.0423 -5092.1152 20997.464
- 1300 300 -7261.2914 0 -7230.8248 -5743.4972 21124.47
- 1400 300 -7266.0446 0 -7235.578 -7828.4242 21233.157
- 1500 307.13101 -7271.165 0 -7239.9741 -11309.87 21360.162
- 1600 300 -7273.2378 0 -7242.7712 -13366.956 21484.725
- 1700 301.7588 -7270.2824 0 -7239.6372 -14195.725 21609.288
- 1800 300 -7271.2595 0 -7240.7929 -11929.424 21736.293
- 1900 307.50197 -7274.3144 0 -7243.0859 -14024.738 21852.308
- 2000 300 -7267.9904 0 -7237.5238 -19598.421 21965.88
- 2100 300.69536 -7264.7536 0 -7234.2163 -20295.562 22090.443
- 2200 301.08099 -7267.9694 0 -7237.393 -22833.972 22223.554
- 2300 291.66065 -7261.6554 0 -7232.0357 -23125.705 22343.232
- 2400 298.88457 -7257.9563 0 -7227.603 -25049.249 22470.237
- 2500 304.37073 -7253.7601 0 -7222.8496 -25545.14 22589.915
- 2600 300 -7246.4222 0 -7215.9556 -25051.428 22710.815
- 2700 300 -7243.8917 0 -7213.4251 -28923.111 22826.829
- 2800 300 -7239.3939 0 -7208.9273 -28323.168 22958.719
- 2900 304.87485 -7235.3221 0 -7204.3604 -26726.42 23072.291
- 3000 300 -7233.1367 0 -7202.6701 -27373.287 23200.518
-Loop time of 1.84879 on 4 procs for 3000 steps with 1708 atoms
-
-Pair time (%) = 1.5564 (84.1845)
-Neigh time (%) = 0.0949981 (5.13839)
-Comm time (%) = 0.107428 (5.81072)
-Outpt time (%) = 0.0408981 (2.21215)
-Other time (%) = 0.0490716 (2.65425)
-
-Nlocal: 427 ave 441 max 411 min
-Histogram: 1 1 0 0 0 0 0 0 0 2
-Nghost: 777.25 ave 826 max 727 min
-Histogram: 2 0 0 0 0 0 0 0 0 2
-Neighs: 9559.25 ave 10062 max 9128 min
-Histogram: 1 0 0 0 2 0 0 0 0 1
-
-Total # of neighbors = 38237
-Ave neighs/atom = 22.387
-Neighbor list builds = 210
-Dangerous builds = 0
diff --git a/examples/srd/in.srd.pure b/examples/srd/in.srd.pure
index 684e06c08..b89cb5438 100644
--- a/examples/srd/in.srd.pure
+++ b/examples/srd/in.srd.pure
@@ -1,50 +1,50 @@
# 2d SRD only test
units lj
atom_style atomic
atom_modify first empty
dimension 2
# create box with big lattice
lattice sq 0.4
region box block 0 10 0 10 -0.5 0.5
create_box 1 box
# add SRD particles as hi density lattice
lattice sq 0.4
region plane block 0 10 0 10 -0.001 0.001
lattice sq 85.0
create_atoms 1 region plane
group empty type 2
mass 1 0.01
velocity all create 1.0 593849 loop geom
# settings - need dummy empty group to enable no communication
neighbor 0.3 bin
neigh_modify delay 1 every 1 check no
communicate single group empty
# timestep is big and SRD frequency is 1
timestep 0.02
fix 1 all srd 1 NULL 1.0 0.25 49894 collision slip
fix 2 all enforce2d
# diagnostics
thermo_style custom step temp f_1[7] etotal press f_1[3] f_1[4] f_1[6]
thermo 100
#dump 1 all atom 250 dump.srd.pure
#dump 1 all image 250 image.*.jpg type type zoom 1.6 adiam 0.2
#dump_modify 1 pad 4
-run 50000
+run 5000
diff --git a/examples/srd/log.srd.pure.9Jan12.linux.1 b/examples/srd/log.srd.mixture.18Feb13.linux.1
similarity index 94%
rename from examples/srd/log.srd.pure.9Jan12.linux.1
rename to examples/srd/log.srd.mixture.18Feb13.linux.1
index 54fbccf12..81165963d 100644
--- a/examples/srd/log.srd.pure.9Jan12.linux.1
+++ b/examples/srd/log.srd.mixture.18Feb13.linux.1
@@ -1,138 +1,142 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d SRD only test
units lj
atom_style atomic
atom_modify first empty
dimension 2
# create box with big lattice
lattice sq 0.4
Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
region box block 0 10 0 10 -0.5 0.5
create_box 1 box
Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
1 by 1 by 1 MPI processor grid
# add SRD particles as hi density lattice
lattice sq 0.4
Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
region plane block 0 10 0 10 -0.001 0.001
lattice sq 85.0
Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
create_atoms 1 region plane
Created 21316 atoms
group empty type 2
0 atoms in group empty
mass 1 0.01
velocity all create 1.0 593849 loop geom
# settings - need dummy empty group to enable no communication
neighbor 0.3 bin
neigh_modify delay 1 every 1 check no
communicate single group empty
# timestep is big and SRD frequency is 1
timestep 0.02
fix 1 all srd 1 NULL 1.0 0.25 49894 collision slip
fix 2 all enforce2d
# diagnostics
thermo_style custom step temp f_1[7] etotal press f_1[3] f_1[4] f_1[6]
thermo 100
-dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all image 250 image.*.jpg type type zoom 1.6 adiam 0.2
+#dump_modify 1 pad 4
run 5000
SRD info:
SRD/big particles = 21316 0
big particle diameter max/min = 0 1e+20
SRD temperature & lamda = 1 0.2
SRD max distance & max velocity = 0.8 40
SRD grid counts: 63 63 1
SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
SRD per actual grid cell = 5.37062
SRD viscosity = 0.439647
big/SRD mass density ratio = 0
# of rescaled SRD velocities = 0
ave/max all velocity = 13.2735 24.2873
-Memory usage per processor = 4.08603 Mbytes
+Memory usage per processor = 4.08604 Mbytes
Step Temp 1[7] TotEng Press 1[3] 1[4] 1[6]
0 1 0 0.99995309 85.26 0 0 0
100 0.97820615 3969 0.97816026 83.401857 0 0 0
200 0.9609326 3969 0.96088752 81.929113 0 0 0
300 0.94460302 3969 0.9445587 80.536853 0 0 0
400 0.93098293 3969 0.93093925 79.375605 0 0 0
500 0.91803208 3969 0.91798901 78.271415 0 0 0
600 0.90779378 3969 0.90775119 77.398497 0 0 0
700 0.89695247 3969 0.89691039 76.474168 0 0 0
800 0.88637078 3969 0.88632919 75.571972 0 0 0
900 0.87833669 3969 0.87829548 74.886986 0 0 0
1000 0.87030089 3969 0.87026006 74.201854 0 0 0
1100 0.86318709 3969 0.86314659 73.595331 0 0 0
1200 0.85736665 3969 0.85732643 73.099081 0 0 0
1300 0.85147901 3969 0.85143906 72.5971 0 0 0
1400 0.84496088 3969 0.84492124 72.041365 0 0 0
1500 0.83857476 3969 0.83853542 71.496884 0 0 0
1600 0.8336916 3969 0.83365249 71.080546 0 0 0
1700 0.82954371 3969 0.8295048 70.726897 0 0 0
1800 0.82570979 3969 0.82567105 70.400016 0 0 0
1900 0.82189413 3969 0.82185557 70.074693 0 0 0
2000 0.81818525 3969 0.81814687 69.758475 0 0 0
2100 0.81436257 3969 0.81432436 69.432552 0 0 0
2200 0.80997949 3969 0.80994149 69.058851 0 0 0
2300 0.80685831 3969 0.80682045 68.792739 0 0 0
2400 0.80374622 3969 0.80370851 68.527402 0 0 0
2500 0.80103773 3969 0.80100015 68.296477 0 0 0
2600 0.79858358 3969 0.79854611 68.087236 0 0 0
2700 0.79617295 3969 0.7961356 67.881706 0 0 0
2800 0.79312496 3969 0.79308775 67.621834 0 0 0
2900 0.79126456 3969 0.79122744 67.463216 0 0 0
3000 0.78897033 3969 0.78893331 67.26761 0 0 0
3100 0.78632296 3969 0.78628607 67.041895 0 0 0
3200 0.78442284 3969 0.78438604 66.879892 0 0 0
3300 0.78168316 3969 0.78164649 66.646306 0 0 0
3400 0.7788658 3969 0.77882926 66.406098 0 0 0
3500 0.77703408 3969 0.77699762 66.249925 0 0 0
3600 0.77441139 3969 0.77437506 66.026315 0 0 0
3700 0.7723528 3969 0.77231656 65.850799 0 0 0
3800 0.77019626 3969 0.77016013 65.666933 0 0 0
3900 0.76835687 3969 0.76832082 65.510107 0 0 0
4000 0.76701071 3969 0.76697473 65.395333 0 0 0
4100 0.76552115 3969 0.76548523 65.268333 0 0 0
4200 0.76360426 3969 0.76356843 65.104899 0 0 0
4300 0.76173186 3969 0.76169613 64.945259 0 0 0
4400 0.75933463 3969 0.759299 64.74087 0 0 0
4500 0.75806391 3969 0.75802835 64.632529 0 0 0
4600 0.75692832 3969 0.75689281 64.535709 0 0 0
4700 0.75569109 3969 0.75565564 64.430222 0 0 0
4800 0.75446697 3969 0.75443157 64.325854 0 0 0
4900 0.75276753 3969 0.75273221 64.180959 0 0 0
5000 0.75113693 3969 0.75110169 64.041935 0 0 0
-Loop time of 8.027 on 1 procs for 5000 steps with 21316 atoms
+Loop time of 7.80222 on 1 procs for 5000 steps with 21316 atoms
Pair time (%) = 0 (0)
-Neigh time (%) = 5.17779 (64.5047)
-Comm time (%) = 0.631268 (7.8643)
-Outpt time (%) = 0.325017 (4.04905)
-Other time (%) = 1.89293 (23.582)
+Neigh time (%) = 5.28019 (67.6755)
+Comm time (%) = 0.629435 (8.06738)
+Outpt time (%) = 0.00304389 (0.0390131)
+Other time (%) = 1.88955 (24.2181)
Nlocal: 21316 ave 21316 max 21316 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 5000
Dangerous builds = 0
diff --git a/examples/srd/log.srd.pure.9Jan12.linux.4 b/examples/srd/log.srd.mixture.18Feb13.linux.4
similarity index 94%
rename from examples/srd/log.srd.pure.9Jan12.linux.4
rename to examples/srd/log.srd.mixture.18Feb13.linux.4
index 341737de1..84c751a6b 100644
--- a/examples/srd/log.srd.pure.9Jan12.linux.4
+++ b/examples/srd/log.srd.mixture.18Feb13.linux.4
@@ -1,138 +1,142 @@
-LAMMPS (10 Jan 2012)
+LAMMPS (18 Feb 2013)
# 2d SRD only test
units lj
atom_style atomic
atom_modify first empty
dimension 2
# create box with big lattice
lattice sq 0.4
Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
region box block 0 10 0 10 -0.5 0.5
create_box 1 box
Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
2 by 2 by 1 MPI processor grid
# add SRD particles as hi density lattice
lattice sq 0.4
Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
region plane block 0 10 0 10 -0.001 0.001
lattice sq 85.0
Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
create_atoms 1 region plane
Created 21316 atoms
group empty type 2
0 atoms in group empty
mass 1 0.01
velocity all create 1.0 593849 loop geom
# settings - need dummy empty group to enable no communication
neighbor 0.3 bin
neigh_modify delay 1 every 1 check no
communicate single group empty
# timestep is big and SRD frequency is 1
timestep 0.02
fix 1 all srd 1 NULL 1.0 0.25 49894 collision slip
fix 2 all enforce2d
# diagnostics
thermo_style custom step temp f_1[7] etotal press f_1[3] f_1[4] f_1[6]
thermo 100
-dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all image 250 image.*.jpg type type zoom 1.6 adiam 0.2
+#dump_modify 1 pad 4
run 5000
SRD info:
SRD/big particles = 21316 0
big particle diameter max/min = 0 1e+20
SRD temperature & lamda = 1 0.2
SRD max distance & max velocity = 0.8 40
SRD grid counts: 63 63 1
SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
SRD per actual grid cell = 5.37062
SRD viscosity = 0.439647
big/SRD mass density ratio = 0
# of rescaled SRD velocities = 0
ave/max all velocity = 13.2735 24.2873
-Memory usage per processor = 1.34973 Mbytes
+Memory usage per processor = 1.34975 Mbytes
Step Temp 1[7] TotEng Press 1[3] 1[4] 1[6]
0 1 0 0.99995309 85.26 0 0 0
100 0.97718565 3969 0.97713981 83.314849 0 0 0
200 0.95953504 3969 0.95949002 81.809957 0 0 0
300 0.94384163 3969 0.94379735 80.471937 0 0 0
400 0.93018267 3969 0.93013903 79.307374 0 0 0
500 0.9189656 3969 0.91892248 78.351007 0 0 0
600 0.90794939 3969 0.9079068 77.411765 0 0 0
700 0.899123 3969 0.89908081 76.659227 0 0 0
800 0.89045828 3969 0.89041651 75.920473 0 0 0
900 0.88189664 3969 0.88185527 75.190507 0 0 0
1000 0.87511065 3969 0.87506959 74.611934 0 0 0
1100 0.86844868 3969 0.86840794 74.043934 0 0 0
1200 0.86236759 3969 0.86232713 73.52546 0 0 0
1300 0.85644064 3969 0.85640047 73.020129 0 0 0
1400 0.85088468 3969 0.85084476 72.546428 0 0 0
1500 0.84573938 3969 0.8456997 72.107739 0 0 0
1600 0.84169541 3969 0.84165592 71.76295 0 0 0
1700 0.83686816 3969 0.8368289 71.351379 0 0 0
1800 0.83199161 3969 0.83195258 70.935605 0 0 0
1900 0.82774228 3969 0.82770345 70.573307 0 0 0
2000 0.82446049 3969 0.82442181 70.293501 0 0 0
2100 0.82065145 3969 0.82061295 69.968743 0 0 0
2200 0.81761922 3969 0.81758087 69.710215 0 0 0
2300 0.81355286 3969 0.8135147 69.363517 0 0 0
2400 0.81040375 3969 0.81036573 69.095024 0 0 0
2500 0.80651947 3969 0.80648164 68.76385 0 0 0
2600 0.80304949 3969 0.80301181 68.467999 0 0 0
2700 0.80027966 3969 0.80024211 68.231843 0 0 0
2800 0.79726989 3969 0.79723248 67.97523 0 0 0
2900 0.79526953 3969 0.79523222 67.80468 0 0 0
3000 0.79213985 3969 0.79210268 67.537843 0 0 0
3100 0.79008514 3969 0.79004808 67.362659 0 0 0
3200 0.78760949 3969 0.78757254 67.151585 0 0 0
3300 0.78482758 3969 0.78479077 66.9144 0 0 0
3400 0.78225219 3969 0.7822155 66.694822 0 0 0
3500 0.78019518 3969 0.78015858 66.519441 0 0 0
3600 0.7782201 3969 0.77818359 66.351045 0 0 0
3700 0.77626555 3969 0.77622913 66.184401 0 0 0
3800 0.77429464 3969 0.77425832 66.016361 0 0 0
3900 0.7728635 3969 0.77282724 65.894342 0 0 0
4000 0.7712408 3969 0.77120462 65.75599 0 0 0
4100 0.76928811 3969 0.76925202 65.589504 0 0 0
4200 0.76768117 3969 0.76764516 65.452497 0 0 0
4300 0.76576395 3969 0.76572802 65.289034 0 0 0
4400 0.76375476 3969 0.76371893 65.117731 0 0 0
4500 0.76222055 3969 0.76218479 64.986924 0 0 0
4600 0.76007803 3969 0.76004237 64.804252 0 0 0
4700 0.75921155 3969 0.75917594 64.730377 0 0 0
4800 0.75699084 3969 0.75695533 64.541039 0 0 0
4900 0.75590428 3969 0.75586882 64.448399 0 0 0
5000 0.75435525 3969 0.75431986 64.316328 0 0 0
-Loop time of 2.18424 on 4 procs for 5000 steps with 21316 atoms
+Loop time of 1.81957 on 4 procs for 5000 steps with 21316 atoms
Pair time (%) = 0 (0)
-Neigh time (%) = 0.913574 (41.8257)
-Comm time (%) = 0.444886 (20.368)
-Outpt time (%) = 0.273467 (12.52)
-Other time (%) = 0.552312 (25.2862)
+Neigh time (%) = 0.941133 (51.7228)
+Comm time (%) = 0.315472 (17.3377)
+Outpt time (%) = 0.00200444 (0.11016)
+Other time (%) = 0.560961 (30.8293)
Nlocal: 5329 ave 5410 max 5266 min
Histogram: 1 0 0 2 0 0 0 0 0 1
Nghost: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Neighs: 0 ave 0 max 0 min
Histogram: 4 0 0 0 0 0 0 0 0 0
Total # of neighbors = 0
Ave neighs/atom = 0
Neighbor list builds = 5000
Dangerous builds = 0
diff --git a/examples/srd/log.srd.mixture.9Jan12.linux.1 b/examples/srd/log.srd.mixture.9Jan12.linux.1
deleted file mode 100644
index 657a4b1ea..000000000
--- a/examples/srd/log.srd.mixture.9Jan12.linux.1
+++ /dev/null
@@ -1,223 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d SRD test: big + small particles
-
-units lj
-atom_style sphere
-atom_modify first big
-dimension 2
-
-# create big particles with sigma 1.0
-
-lattice sq 0.4
-Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
-region box block 0 10 0 10 -0.5 0.5
-create_box 2 box
-Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 region box
-Created 100 atoms
-set type 1 mass 1.0
- 100 settings made for mass
-set type 1 diameter 1.0
- 100 settings made for diameter
-
-group big type 1
-100 atoms in group big
-velocity big create 1.44 87287 loop geom
-
-# equilibrate big particles
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.0
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 big nve
-fix 2 all enforce2d
-
-run 1000
-Memory usage per processor = 2.74779 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 1.44 -0.54272 0 0.88288 -0.041088
- 1000 1.8791467 -0.97185784 0 0.8884974 0.61487656
-Loop time of 0.0159652 on 1 procs for 1000 steps with 100 atoms
-
-Pair time (%) = 0.00843024 (52.8038)
-Neigh time (%) = 0.0026598 (16.6599)
-Comm time (%) = 0.0019424 (12.1664)
-Outpt time (%) = 1.00136e-05 (0.0627212)
-Other time (%) = 0.00292277 (18.3071)
-
-Nlocal: 100 ave 100 max 100 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 88 ave 88 max 88 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 459 ave 459 max 459 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 459
-Ave neighs/atom = 4.59
-Neighbor list builds = 129
-Dangerous builds = 0
-
-unfix 1
-unfix 2
-
-# add small particles as hi density lattice
-
-lattice sq 0.4
-Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
-region plane block 0 10 0 10 -0.001 0.001
-lattice sq 85.0
-Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
-create_atoms 2 region plane
-Created 21316 atoms
-set type 2 mass 0.01
- 21316 settings made for mass
-set type 2 diameter 0.0
- 21316 settings made for diameter
-
-group small type 2
-21316 atoms in group small
-
-velocity small create 1.0 593849 loop geom
-
-# delete overlaps
-# must set 1-2 cutoff to non-zero value
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.5
-
-delete_atoms overlap 0.5 small big
-Deleted 6700 atoms, new total = 14716
-
-# SRD run
-
-reset_timestep 0
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-communicate multi group big vel yes
-neigh_modify include big
-
-# no pairwise interactions with small particles
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.0
-
-# use fix SRD to push small particles out from inside big ones
-
-timestep 0.001
-
-fix 1 big nve
-fix 2 small srd 20 big 1.0 0.25 49894 radius 0.88 search 0.2 collision slip
-fix 3 all enforce2d
-
-# diagnostics
-
-compute tbig big temp
-variable pebig equal pe*atoms/count(big)
-variable ebig equal etotal*atoms/count(big)
-thermo_style custom step temp f_2[7] etotal v_pebig v_ebig press f_2[1] f_2[2] f_2[3] f_2[4] f_2[5] f_2[6] f_2[8] f_2[9] f_2[10]
-
-thermo_modify temp tbig
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-thermo 100
-dump 1 all atom 250 dump.srd.mixture
-
-run 5000
-SRD info:
- SRD/big particles = 14616 100
- big particle diameter max/min = 0.88 0.88
- SRD temperature & lamda = 1 0.2
- SRD max distance & max velocity = 0.8 40
- SRD grid counts: 63 63 1
- SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
- SRD per actual grid cell = 4.86648
- SRD viscosity = 0.463448
- big/SRD mass density ratio = 2.12808
-WARNING: Fix srd grid size > 1/4 of big particle diameter (fix_srd.cpp:2718)
- # of rescaled SRD velocities = 0
- ave/max small velocity = 13.2944 24.262
- ave/max big velocity = 1.69284 5.10989
-Memory usage per processor = 12.0447 Mbytes
-Step Temp 2[7] TotEng pebig ebig Press 2[1] 2[2] 2[3] 2[4] 2[5] 2[6] 2[8] 2[9] 2[10]
- 0 1.8791467 0 0.0060376284 -0.97185784 0.8884974 0.61487656 0 0 0 0 0 0 0 0 0
- 100 1.1596877 3969 0.00179671 -0.88368702 0.26440384 0.85824544 7578 83 83 0 0 12996 3311 0.90986343 0
- 200 1.2193121 3969 0.001834514 -0.93715195 0.26996708 0.70474789 7511 90 90 0 0 12996 3299 0.93333115 0
- 300 0.99964232 3969 -0.00024687038 -1.0259753 -0.036329445 0.17545201 7647 91 91 0 0 12996 3304 0.92248322 0
- 400 1.0499322 3969 0.00055095426 -0.95835442 0.081078429 0.36186511 7386 108 108 0 0 12996 3287 0.93178952 0
- 500 1.0774128 3969 0.00085873911 -0.94026661 0.12637205 0.44079381 7472 85 85 0 1 12996 3294 0.92990791 0
- 600 1.0713454 3969 0.00045284139 -0.99399184 0.066640139 0.10369128 7656 83 83 0 0 12996 3283 0.9442218 0
- 700 0.98148416 3969 0.00027332701 -0.93144651 0.040222802 0.40064794 7616 68 68 0 1 12996 3291 0.92556298 0
- 800 1.038835 3969 0.00026382768 -0.98962177 0.038824881 0.26546656 7518 100 100 0 1 12996 3313 0.92639077 0
- 900 1.0976069 3969 0.0005211042 -1.0099451 0.076685694 0.28307539 7658 91 91 0 0 12996 3300 0.95182154 0
- 1000 1.0541417 3969 0.00060061674 -0.95521356 0.088386759 0.61226289 7577 78 78 0 1 12996 3279 0.93137952 0
- 1100 1.0332458 3969 0.00050159758 -0.94909829 0.073815099 0.6685224 7581 79 79 0 0 12996 3295 0.94032764 0
- 1200 0.89438281 3969 -0.00096584613 -1.0275729 -0.14213392 0.37403554 7576 96 96 0 0 12996 3281 0.93102063 0
- 1300 1.0211539 3969 2.286332e-05 -1.0075778 0.0033645662 0.56342549 7660 94 94 0 0 12996 3302 0.92477424 0
- 1400 0.99883891 3969 0.00024046091 -0.9534643 0.035386228 0.5689857 7634 82 82 0 0 12996 3288 0.94186158 0
- 1500 0.93938218 3969 -0.00014395945 -0.95117343 -0.021185072 0.53463026 7632 87 87 0 0 12996 3293 0.95231047 0
- 1600 1.2197277 3969 0.0011523527 -1.0379502 0.16958023 0.3478121 7659 82 82 0 0 12996 3301 0.9451025 0
- 1700 0.96932134 3969 -0.00064508306 -1.0545586 -0.094930423 0.29578009 7332 92 92 0 0 12996 3284 0.94431043 0
- 1800 1.0534784 3969 -4.2619236e-05 -1.0492155 -0.0062718467 0.42534773 7647 94 94 0 0 12996 3309 0.93884698 0
- 1900 1.1715618 3969 0.00031188504 -1.1139492 0.045897003 0.23182966 7624 78 78 0 0 12996 3271 0.93820406 0
- 2000 0.9840555 3969 -0.00078568321 -1.0898361 -0.11562114 0.24175316 7571 77 77 0 0 12996 3313 0.92926386 0
- 2100 0.91303589 3969 -0.001459571 -1.118696 -0.21479047 0.27799152 7668 84 84 0 0 12996 3313 0.93483511 0
- 2200 0.97316562 3969 -0.00087469617 -1.0921543 -0.12872029 0.40701899 7422 96 96 0 0 12996 3297 0.93837781 0
- 2300 1.1071289 3969 0.00055485995 -1.0144044 0.08165319 0.70028696 7242 86 86 0 0 12996 3293 0.93155673 0
- 2400 0.95313231 3969 -0.00066790967 -1.0418906 -0.098289587 0.56977108 7370 88 88 0 0 12996 3302 0.93579748 0
- 2500 1.0789299 3969 -0.00067288654 -1.1671626 -0.099021984 0.1320041 7485 84 84 0 0 12996 3275 0.94791836 0
- 2600 1.0013882 3969 -0.00086378434 -1.1184888 -0.1271145 0.31303314 7412 82 82 0 0 12996 3277 0.9269671 0
- 2700 0.99821888 3969 -0.00016681979 -1.0127859 -0.024549201 0.71198483 7543 93 93 0 0 12996 3308 0.93084261 0
- 2800 1.032743 3969 -0.00066018247 -1.119568 -0.097152452 0.34329585 7442 106 106 0 0 12996 3295 0.92448695 0
- 2900 1.158581 3969 0.00061952386 -1.055826 0.091169131 0.55199976 7462 85 85 0 0 12996 3291 0.92795242 0
- 3000 1.0890666 3969 -5.0289217e-05 -1.0855765 -0.0074005612 0.35916031 7412 77 77 0 0 12996 3274 0.94994596 0
- 3100 0.98273391 3969 -0.00062906795 -1.0654802 -0.09257364 0.32240559 7489 71 71 0 0 12996 3284 0.95127784 0
- 3200 1.0182699 3969 -0.00092197839 -1.1437655 -0.13567834 0.060449966 7464 94 94 0 1 12996 3278 0.93022375 0
- 3300 0.92962276 3969 -0.0012252227 -1.1006303 -0.18030378 0.2692969 7449 98 98 0 0 12996 3293 0.92546839 0
- 3400 1.0270974 3969 -0.00078991522 -1.1330703 -0.11624392 0.28393475 7555 74 74 0 0 12996 3304 0.92199839 0
- 3500 0.91276883 3969 -0.0012028955 -1.0806592 -0.1770181 0.48380351 7422 100 100 0 0 12996 3281 0.94501126 0
- 3600 1.1604674 3969 0.00041287296 -1.0881043 0.060758384 0.4937285 7451 78 78 0 0 12996 3321 0.92302575 0
- 3700 0.92829756 3969 -0.0012843951 -1.1080262 -0.18901158 0.28403593 7502 80 80 0 0 12996 3297 0.92606333 0
- 3800 0.99862294 3969 -0.00028587151 -1.0307056 -0.042068851 0.57880501 7353 84 84 0 0 12996 3285 0.93847635 0
- 3900 1.0748889 3969 -0.00039644261 -1.1224805 -0.058340495 0.3117021 7199 95 95 0 0 12996 3290 0.92380848 0
- 4000 1.1443251 3969 0.00073233367 -1.0251116 0.10777022 0.72975938 7478 90 90 0 0 12996 3300 0.92374817 0
- 4100 1.0573661 3969 -8.8349019e-05 -1.0597939 -0.013001442 0.62403315 7528 77 77 0 0 12996 3292 0.92800097 0
- 4200 0.93387975 3969 -0.0012090318 -1.1024621 -0.17792112 0.50858912 7397 80 80 0 0 12996 3303 0.9315765 0
- 4300 0.99747825 3969 -0.00050121316 -1.061262 -0.073758528 0.63526459 7355 90 90 0 0 12996 3293 0.93486767 0
- 4400 0.91351004 3969 -0.0013423585 -1.1019164 -0.19754147 0.44962963 7448 94 94 0 0 12996 3283 0.9351589 0
- 4500 1.112129 3969 -9.3639925e-05 -1.1147878 -0.013780051 0.5084257 7570 77 77 0 0 12996 3287 0.93096727 0
- 4600 1.0070341 3969 -0.00044065884 -1.0618111 -0.064847355 0.50331376 7503 74 74 0 0 12996 3256 0.93088036 0
- 4700 1.1678442 3969 0.00045268406 -1.0895488 0.066616986 0.46676039 7514 81 81 0 1 12996 3282 0.91797333 0
- 4800 1.1647145 3969 0.00063121154 -1.0601783 0.092889091 0.52493522 7437 89 89 0 0 12996 3304 0.93239615 0
- 4900 1.1545752 3969 -0.00015064108 -1.1651978 -0.022168341 0.098732178 7561 85 85 0 1 12996 3298 0.91920589 0
- 5000 1.2758575 3969 0.0016719011 -1.017062 0.24603697 0.63374434 7283 77 77 0 0 12996 3281 0.92343378 0
-Loop time of 3.1676 on 1 procs for 5000 steps with 14716 atoms
-
-Pair time (%) = 0.0429308 (1.35531)
-Neigh time (%) = 0.201053 (6.34717)
-Comm time (%) = 0.0404043 (1.27555)
-Outpt time (%) = 0.223962 (7.07041)
-Other time (%) = 2.65925 (83.9516)
-
-Nlocal: 14716 ave 14716 max 14716 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 80 ave 80 max 80 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 490 ave 490 max 490 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 490
-Ave neighs/atom = 0.0332971
-Neighbor list builds = 250
-Dangerous builds = 0
-
diff --git a/examples/srd/log.srd.mixture.9Jan12.linux.4 b/examples/srd/log.srd.mixture.9Jan12.linux.4
deleted file mode 100644
index b58f65c19..000000000
--- a/examples/srd/log.srd.mixture.9Jan12.linux.4
+++ /dev/null
@@ -1,223 +0,0 @@
-LAMMPS (10 Jan 2012)
-# 2d SRD test: big + small particles
-
-units lj
-atom_style sphere
-atom_modify first big
-dimension 2
-
-# create big particles with sigma 1.0
-
-lattice sq 0.4
-Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
-region box block 0 10 0 10 -0.5 0.5
-create_box 2 box
-Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
- 2 by 2 by 1 MPI processor grid
-create_atoms 1 region box
-Created 100 atoms
-set type 1 mass 1.0
- 100 settings made for mass
-set type 1 diameter 1.0
- 100 settings made for diameter
-
-group big type 1
-100 atoms in group big
-velocity big create 1.44 87287 loop geom
-
-# equilibrate big particles
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.0
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-fix 1 big nve
-fix 2 all enforce2d
-
-run 1000
-Memory usage per processor = 2.74723 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 1.44 -0.54272 0 0.88288 -0.041088
- 1000 1.8791467 -0.97185784 0 0.8884974 0.61487657
-Loop time of 0.0149925 on 4 procs for 1000 steps with 100 atoms
-
-Pair time (%) = 0.00214541 (14.3099)
-Neigh time (%) = 0.000690401 (4.60498)
-Comm time (%) = 0.00878567 (58.6005)
-Outpt time (%) = 1.81794e-05 (0.121257)
-Other time (%) = 0.00335282 (22.3634)
-
-Nlocal: 25 ave 26 max 23 min
-Histogram: 1 0 0 0 0 0 1 0 0 2
-Nghost: 47 ave 48 max 46 min
-Histogram: 1 0 0 0 0 2 0 0 0 1
-Neighs: 114.75 ave 124 max 100 min
-Histogram: 1 0 0 0 0 1 0 0 0 2
-
-Total # of neighbors = 459
-Ave neighs/atom = 4.59
-Neighbor list builds = 129
-Dangerous builds = 0
-
-unfix 1
-unfix 2
-
-# add small particles as hi density lattice
-
-lattice sq 0.4
-Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
-region plane block 0 10 0 10 -0.001 0.001
-lattice sq 85.0
-Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
-create_atoms 2 region plane
-Created 21316 atoms
-set type 2 mass 0.01
- 21316 settings made for mass
-set type 2 diameter 0.0
- 21316 settings made for diameter
-
-group small type 2
-21316 atoms in group small
-
-velocity small create 1.0 593849 loop geom
-
-# delete overlaps
-# must set 1-2 cutoff to non-zero value
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.5
-
-delete_atoms overlap 0.5 small big
-Deleted 6700 atoms, new total = 14716
-
-# SRD run
-
-reset_timestep 0
-
-neighbor 0.3 bin
-neigh_modify delay 0 every 1 check yes
-
-communicate multi group big vel yes
-neigh_modify include big
-
-# no pairwise interactions with small particles
-
-pair_style lj/cut 2.5
-pair_coeff 1 1 1.0 1.0
-pair_coeff 2 2 0.0 1.0 0.0
-pair_coeff 1 2 0.0 1.0 0.0
-
-# use fix SRD to push small particles out from inside big ones
-
-timestep 0.001
-
-fix 1 big nve
-fix 2 small srd 20 big 1.0 0.25 49894 radius 0.88 search 0.2 collision slip
-fix 3 all enforce2d
-
-# diagnostics
-
-compute tbig big temp
-variable pebig equal pe*atoms/count(big)
-variable ebig equal etotal*atoms/count(big)
-thermo_style custom step temp f_2[7] etotal v_pebig v_ebig press f_2[1] f_2[2] f_2[3] f_2[4] f_2[5] f_2[6] f_2[8] f_2[9] f_2[10]
-
-thermo_modify temp tbig
-WARNING: Temperature for thermo pressure is not for group all (thermo.cpp:442)
-thermo 100
-dump 1 all atom 250 dump.srd.mixture
-
-run 5000
-SRD info:
- SRD/big particles = 14616 100
- big particle diameter max/min = 0.88 0.88
- SRD temperature & lamda = 1 0.2
- SRD max distance & max velocity = 0.8 40
- SRD grid counts: 63 63 1
- SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
- SRD per actual grid cell = 4.86648
- SRD viscosity = 0.463448
- big/SRD mass density ratio = 2.12808
-WARNING: Fix srd grid size > 1/4 of big particle diameter (fix_srd.cpp:2718)
- # of rescaled SRD velocities = 0
- ave/max small velocity = 13.2944 24.262
- ave/max big velocity = 1.69284 5.10989
-Memory usage per processor = 6.32655 Mbytes
-Step Temp 2[7] TotEng pebig ebig Press 2[1] 2[2] 2[3] 2[4] 2[5] 2[6] 2[8] 2[9] 2[10]
- 0 1.8791467 0 0.0060376284 -0.97185784 0.8884974 0.61487657 0 0 0 0 0 0 0 0 0
- 100 1.4044369 3969 0.0030633087 -0.93959598 0.45079651 0.78900114 7464 99 99 0 0 22500 3312 0.93283021 0
- 200 1.1569395 3969 0.0010544039 -0.99020406 0.15516608 0.50132859 7393 82 82 0 0 22500 3291 0.92342254 0
- 300 1.0082066 3969 1.5754289e-06 -0.99789266 0.00023184012 0.36859357 7443 90 90 0 0 22500 3298 0.93222633 0
- 400 1.1459472 3969 0.0010570023 -0.97893929 0.15554845 0.47616067 7327 81 81 0 0 22500 3297 0.91766446 0
- 500 1.0836955 3969 0.00072569678 -0.966065 0.10679354 0.49205907 7447 89 89 0 0 22500 3258 0.93553253 0
- 600 0.95868561 3969 -0.00031108604 -0.99487817 -0.045779421 0.3676888 7488 90 90 0 0 22500 3280 0.91061957 0
- 700 0.98121671 3969 -0.00022225428 -1.0041115 -0.03270694 0.3605398 7393 80 80 0 0 22500 3299 0.90992183 0
- 800 1.0870893 3969 0.00028589178 -1.0341466 0.042071834 0.3576364 7506 96 96 0 0 22500 3290 0.92887007 0
- 900 1.087553 3969 8.795578e-05 -1.0637339 0.012943573 0.28026879 7405 82 82 0 0 22500 3301 0.91599453 0
- 1000 1.0160539 3969 7.5618714e-05 -0.99476531 0.01112805 0.60009776 7334 88 88 0 0 22500 3296 0.92803837 0
- 1100 0.94619807 3969 -0.00084794884 -1.0615202 -0.12478415 0.36153566 7565 89 89 0 0 22500 3300 0.93685597 0
- 1200 1.2187057 3969 0.00079088888 -1.0901314 0.11638721 0.34195358 7558 94 94 0 0 22500 3281 0.92133419 0
- 1300 1.0297116 3969 -6.2029069e-05 -1.0285427 -0.0091281978 0.44490154 7365 76 76 0 0 22500 3273 0.92349253 0
- 1400 1.0723726 3969 3.8902675e-05 -1.055924 0.0057249176 0.40617642 7524 90 90 0 0 22500 3280 0.92787441 0
- 1500 1.0661279 3969 -0.00010841884 -1.0714216 -0.015954917 0.49701435 7285 69 69 0 0 22500 3295 0.92862687 0
- 1600 1.2175256 3969 0.00087968156 -1.0758964 0.12945394 0.64512981 7286 89 89 0 1 22500 3294 0.92600699 0
- 1700 1.1985014 3969 0.0014648642 -0.970947 0.21556942 1.0479949 7228 85 85 0 0 22500 3268 0.92256981 0
- 1800 1.2075839 3969 0.00072247447 -1.0891887 0.10631934 0.57872746 7449 87 87 0 0 22500 3288 0.92069976 0
- 1900 1.2255534 3969 0.00088656095 -1.0828315 0.13046631 0.65685308 7385 76 76 0 0 22500 3291 0.9048111 0
- 2000 1.291624 3969 0.0012489132 -1.0949177 0.18379006 0.54486534 7460 88 88 0 0 22500 3269 0.92086677 0
- 2100 1.1111637 3969 8.680692e-05 -1.0872776 0.012774506 0.54623825 7399 79 79 0 0 22500 3283 0.89787043 0
- 2200 1.1101509 3969 -0.00019790624 -1.1281733 -0.029123882 0.36938914 7394 80 80 0 0 22500 3289 0.92391832 0
- 2300 0.99008142 3969 -0.0010221939 -1.1306067 -0.15042605 0.49715741 7403 77 77 0 0 22500 3298 0.9032635 0
- 2400 1.1298599 3969 -0.00028442155 -1.1604168 -0.041855476 0.62622034 7213 99 99 0 0 22500 3279 0.92291152 0
- 2500 0.96755195 3969 -0.0013882655 -1.1621736 -0.20429715 0.53854953 7302 91 91 0 0 22500 3282 0.9169308 0
- 2600 0.92289325 3969 -0.0018295583 -1.1829021 -0.2692378 0.48117908 7387 114 114 0 0 22500 3292 0.90278484 0
- 2700 1.0556828 3969 -0.0010119543 -1.1940452 -0.14891919 0.38438637 7379 77 77 0 0 22500 3290 0.90840462 0
- 2800 0.96725457 3969 -0.0014988251 -1.1781491 -0.2205671 0.45335869 7311 77 77 0 0 22500 3273 0.91859555 0
- 2900 1.0133684 3969 -0.0012783239 -1.1913529 -0.18811815 0.47922787 7445 91 91 0 0 22500 3282 0.93217047 0
- 3000 0.97710883 3969 -0.0011590153 -1.1378984 -0.17056069 0.64470243 7454 90 90 0 0 22500 3294 0.90446012 0
- 3100 0.85234697 3969 -0.002077265 -1.1495138 -0.30569031 0.55071072 7386 95 95 0 0 22500 3276 0.90586471 0
- 3200 1.052911 3969 -0.00084248304 -1.1663617 -0.1239798 0.49920749 7410 84 84 0 0 22500 3298 0.94126987 0
- 3300 1.1427076 3969 0.00052348324 -1.0542447 0.077035793 0.97657677 7268 70 70 0 0 22500 3281 0.93981555 0
- 3400 1.1749571 3969 -0.00049301879 -1.2357602 -0.072552645 0.2551001 7443 77 77 0 0 22500 3296 0.92174553 0
- 3500 0.99448585 3969 -0.0015705474 -1.2156628 -0.23112176 0.31069295 7502 97 97 0 0 22500 3271 0.94669984 0
- 3600 1.0615674 3969 -0.00088670873 -1.1814398 -0.13048806 0.42774035 7386 70 70 0 0 22500 3298 0.91457914 0
- 3700 0.92549328 3969 -0.0018599812 -1.1899532 -0.27371483 0.36471531 7459 81 81 0 0 22500 3305 0.93382818 0
- 3800 0.85987993 3969 -0.0018189231 -1.1189538 -0.26767272 0.42802928 7232 75 75 0 0 22500 3304 0.91492738 0
- 3900 0.92111833 3969 -0.0011824977 -1.0859235 -0.17401636 0.73992354 7351 80 80 0 0 22500 3298 0.94205739 0
- 4000 0.91817371 3969 -0.0014469814 -1.1219298 -0.21293778 0.64725317 7478 86 86 0 0 22500 3309 0.92689567 0
- 4100 1.0607641 3969 -0.00061451533 -1.1405885 -0.090432076 0.54575249 7474 87 87 0 0 22500 3306 0.94825937 0
- 4200 1.1112883 3969 0.00012926229 -1.0811532 0.019022238 0.71771029 7527 67 67 0 1 22500 3285 0.93577595 0
- 4300 1.3096702 3969 0.00060322354 -1.2078031 0.088770376 0.31006723 7617 88 88 0 0 22500 3291 0.95276158 0
- 4400 1.2076765 3969 0.001009301 -1.047071 0.14852873 0.83105522 7355 97 97 0 0 22500 3293 0.94207048 0
- 4500 0.94049473 3969 -0.0011505342 -1.1004024 -0.16931262 0.46258624 7403 78 78 0 0 22500 3275 0.95198657 0
- 4600 0.8241741 3969 -0.0025714658 -1.1943493 -0.37841691 0.010193689 7604 99 99 0 1 22500 3287 0.94875859 0
- 4700 0.98678642 3969 -0.0011664864 -1.1485787 -0.17166013 0.16963181 7691 94 94 0 0 22500 3289 0.92141605 0
- 4800 0.97602307 3969 -0.0010910984 -1.1268289 -0.16056604 0.24433738 7547 85 85 0 0 22500 3287 0.92130755 0
- 4900 1.0427787 3969 -0.00050976935 -1.1073686 -0.075017657 0.30774039 7563 85 85 0 0 22500 3300 0.92864167 0
- 5000 1.3048873 3969 0.0015736036 -1.0602669 0.23157151 0.49881308 7529 104 104 0 0 22500 3293 0.91471093 0
-Loop time of 1.185 on 4 procs for 5000 steps with 14716 atoms
-
-Pair time (%) = 0.0118163 (0.997157)
-Neigh time (%) = 0.0523425 (4.41711)
-Comm time (%) = 0.077751 (6.56129)
-Outpt time (%) = 0.191228 (16.1375)
-Other time (%) = 0.851857 (71.887)
-
-Nlocal: 3679 ave 4052 max 3370 min
-Histogram: 1 0 0 1 1 0 0 0 0 1
-Nghost: 49 ave 53 max 42 min
-Histogram: 1 0 0 0 0 0 0 1 1 1
-Neighs: 120.5 ave 162 max 85 min
-Histogram: 1 0 0 1 0 1 0 0 0 1
-
-Total # of neighbors = 482
-Ave neighs/atom = 0.0327535
-Neighbor list builds = 250
-Dangerous builds = 0
-
diff --git a/examples/srd/log.srd.pure.18Feb13.linux.1 b/examples/srd/log.srd.pure.18Feb13.linux.1
new file mode 100644
index 000000000..549a286a7
--- /dev/null
+++ b/examples/srd/log.srd.pure.18Feb13.linux.1
@@ -0,0 +1,592 @@
+LAMMPS (18 Feb 2013)
+# 2d SRD only test
+
+units lj
+atom_style atomic
+atom_modify first empty
+dimension 2
+
+# create box with big lattice
+
+lattice sq 0.4
+Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
+region box block 0 10 0 10 -0.5 0.5
+create_box 1 box
+Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
+ 1 by 1 by 1 MPI processor grid
+
+# add SRD particles as hi density lattice
+
+lattice sq 0.4
+Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
+region plane block 0 10 0 10 -0.001 0.001
+lattice sq 85.0
+Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
+create_atoms 1 region plane
+Created 21316 atoms
+
+group empty type 2
+0 atoms in group empty
+
+mass 1 0.01
+velocity all create 1.0 593849 loop geom
+
+# settings - need dummy empty group to enable no communication
+
+neighbor 0.3 bin
+neigh_modify delay 1 every 1 check no
+
+communicate single group empty
+
+# timestep is big and SRD frequency is 1
+
+timestep 0.02
+
+fix 1 all srd 1 NULL 1.0 0.25 49894 collision slip
+fix 2 all enforce2d
+
+# diagnostics
+
+thermo_style custom step temp f_1[7] etotal press f_1[3] f_1[4] f_1[6]
+thermo 100
+
+#dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all image 250 image.*.jpg type type zoom 1.6 adiam 0.2
+#dump_modify 1 pad 4
+
+run 50000
+SRD info:
+ SRD/big particles = 21316 0
+ big particle diameter max/min = 0 1e+20
+ SRD temperature & lamda = 1 0.2
+ SRD max distance & max velocity = 0.8 40
+ SRD grid counts: 63 63 1
+ SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
+ SRD per actual grid cell = 5.37062
+ SRD viscosity = 0.439647
+ big/SRD mass density ratio = 0
+ # of rescaled SRD velocities = 0
+ ave/max all velocity = 13.2735 24.2873
+Memory usage per processor = 4.08604 Mbytes
+Step Temp 1[7] TotEng Press 1[3] 1[4] 1[6]
+ 0 1 0 0.99995309 85.26 0 0 0
+ 100 0.97820615 3969 0.97816026 83.401857 0 0 0
+ 200 0.9609326 3969 0.96088752 81.929113 0 0 0
+ 300 0.94460302 3969 0.9445587 80.536853 0 0 0
+ 400 0.93098293 3969 0.93093925 79.375605 0 0 0
+ 500 0.91803208 3969 0.91798901 78.271415 0 0 0
+ 600 0.90779378 3969 0.90775119 77.398497 0 0 0
+ 700 0.89695247 3969 0.89691039 76.474168 0 0 0
+ 800 0.88637078 3969 0.88632919 75.571972 0 0 0
+ 900 0.87833669 3969 0.87829548 74.886986 0 0 0
+ 1000 0.87030089 3969 0.87026006 74.201854 0 0 0
+ 1100 0.86318709 3969 0.86314659 73.595331 0 0 0
+ 1200 0.85736665 3969 0.85732643 73.099081 0 0 0
+ 1300 0.85147901 3969 0.85143906 72.5971 0 0 0
+ 1400 0.84496088 3969 0.84492124 72.041365 0 0 0
+ 1500 0.83857476 3969 0.83853542 71.496884 0 0 0
+ 1600 0.8336916 3969 0.83365249 71.080546 0 0 0
+ 1700 0.82954371 3969 0.8295048 70.726897 0 0 0
+ 1800 0.82570979 3969 0.82567105 70.400016 0 0 0
+ 1900 0.82189413 3969 0.82185557 70.074693 0 0 0
+ 2000 0.81818525 3969 0.81814687 69.758475 0 0 0
+ 2100 0.81436257 3969 0.81432436 69.432552 0 0 0
+ 2200 0.80997949 3969 0.80994149 69.058851 0 0 0
+ 2300 0.80685831 3969 0.80682045 68.792739 0 0 0
+ 2400 0.80374622 3969 0.80370851 68.527402 0 0 0
+ 2500 0.80103773 3969 0.80100015 68.296477 0 0 0
+ 2600 0.79858358 3969 0.79854611 68.087236 0 0 0
+ 2700 0.79617295 3969 0.7961356 67.881706 0 0 0
+ 2800 0.79312496 3969 0.79308775 67.621834 0 0 0
+ 2900 0.79126456 3969 0.79122744 67.463216 0 0 0
+ 3000 0.78897033 3969 0.78893331 67.26761 0 0 0
+ 3100 0.78632296 3969 0.78628607 67.041895 0 0 0
+ 3200 0.78442284 3969 0.78438604 66.879892 0 0 0
+ 3300 0.78168316 3969 0.78164649 66.646306 0 0 0
+ 3400 0.7788658 3969 0.77882926 66.406098 0 0 0
+ 3500 0.77703408 3969 0.77699762 66.249925 0 0 0
+ 3600 0.77441139 3969 0.77437506 66.026315 0 0 0
+ 3700 0.7723528 3969 0.77231656 65.850799 0 0 0
+ 3800 0.77019626 3969 0.77016013 65.666933 0 0 0
+ 3900 0.76835687 3969 0.76832082 65.510107 0 0 0
+ 4000 0.76701071 3969 0.76697473 65.395333 0 0 0
+ 4100 0.76552115 3969 0.76548523 65.268333 0 0 0
+ 4200 0.76360426 3969 0.76356843 65.104899 0 0 0
+ 4300 0.76173186 3969 0.76169613 64.945259 0 0 0
+ 4400 0.75933463 3969 0.759299 64.74087 0 0 0
+ 4500 0.75806391 3969 0.75802835 64.632529 0 0 0
+ 4600 0.75692832 3969 0.75689281 64.535709 0 0 0
+ 4700 0.75569109 3969 0.75565564 64.430222 0 0 0
+ 4800 0.75446697 3969 0.75443157 64.325854 0 0 0
+ 4900 0.75276753 3969 0.75273221 64.180959 0 0 0
+ 5000 0.75113693 3969 0.75110169 64.041935 0 0 0
+ 5100 0.7497442 3969 0.74970903 63.923191 0 0 0
+ 5200 0.74815887 3969 0.74812377 63.788025 0 0 0
+ 5300 0.74642965 3969 0.74639463 63.640592 0 0 0
+ 5400 0.74512535 3969 0.7450904 63.529388 0 0 0
+ 5500 0.7437435 3969 0.74370861 63.411571 0 0 0
+ 5600 0.74216587 3969 0.74213105 63.277062 0 0 0
+ 5700 0.74088874 3969 0.74085398 63.168174 0 0 0
+ 5800 0.7394337 3969 0.73939901 63.044117 0 0 0
+ 5900 0.73824318 3969 0.73820855 62.942614 0 0 0
+ 6000 0.73729577 3969 0.73726119 62.861838 0 0 0
+ 6100 0.73543186 3969 0.73539736 62.70292 0 0 0
+ 6200 0.7347481 3969 0.73471363 62.644623 0 0 0
+ 6300 0.73361934 3969 0.73358492 62.548385 0 0 0
+ 6400 0.73212318 3969 0.73208883 62.420822 0 0 0
+ 6500 0.73066306 3969 0.73062878 62.296333 0 0 0
+ 6600 0.7297738 3969 0.72973956 62.220514 0 0 0
+ 6700 0.72838969 3969 0.72835552 62.102505 0 0 0
+ 6800 0.72757373 3969 0.7275396 62.032936 0 0 0
+ 6900 0.72697128 3969 0.72693717 61.981571 0 0 0
+ 7000 0.72637816 3969 0.72634409 61.931002 0 0 0
+ 7100 0.72544036 3969 0.72540633 61.851045 0 0 0
+ 7200 0.72465844 3969 0.72462445 61.784379 0 0 0
+ 7300 0.72354782 3969 0.72351387 61.689687 0 0 0
+ 7400 0.7222512 3969 0.72221731 61.579137 0 0 0
+ 7500 0.72173852 3969 0.72170466 61.535426 0 0 0
+ 7600 0.720872 3969 0.72083819 61.461547 0 0 0
+ 7700 0.72025809 3969 0.7202243 61.409205 0 0 0
+ 7800 0.71947091 3969 0.71943716 61.34209 0 0 0
+ 7900 0.71863977 3969 0.71860605 61.271226 0 0 0
+ 8000 0.7180958 3969 0.71806211 61.224848 0 0 0
+ 8100 0.71699296 3969 0.71695933 61.13082 0 0 0
+ 8200 0.71660569 3969 0.71657207 61.097801 0 0 0
+ 8300 0.71587853 3969 0.71584494 61.035803 0 0 0
+ 8400 0.71479908 3969 0.71476555 60.94377 0 0 0
+ 8500 0.7137533 3969 0.71371982 60.854607 0 0 0
+ 8600 0.71298377 3969 0.71295033 60.788997 0 0 0
+ 8700 0.71231114 3969 0.71227772 60.731648 0 0 0
+ 8800 0.71167371 3969 0.71164032 60.6773 0 0 0
+ 8900 0.71079203 3969 0.71075869 60.602129 0 0 0
+ 9000 0.70985492 3969 0.70982162 60.522231 0 0 0
+ 9100 0.70929371 3969 0.70926044 60.474382 0 0 0
+ 9200 0.70856755 3969 0.70853431 60.412469 0 0 0
+ 9300 0.70805723 3969 0.70802401 60.368959 0 0 0
+ 9400 0.70689906 3969 0.7068659 60.270214 0 0 0
+ 9500 0.70607554 3969 0.70604241 60.2 0 0 0
+ 9600 0.70547186 3969 0.70543877 60.148531 0 0 0
+ 9700 0.70459496 3969 0.70456191 60.073766 0 0 0
+ 9800 0.70438566 3969 0.70435261 60.055921 0 0 0
+ 9900 0.70395236 3969 0.70391933 60.018978 0 0 0
+ 10000 0.70347983 3969 0.70344682 59.97869 0 0 0
+ 10100 0.70288231 3969 0.70284933 59.927746 0 0 0
+ 10200 0.70223059 3969 0.70219765 59.87218 0 0 0
+ 10300 0.70166192 3969 0.70162901 59.823696 0 0 0
+ 10400 0.70096993 3969 0.70093704 59.764696 0 0 0
+ 10500 0.70058745 3969 0.70055459 59.732086 0 0 0
+ 10600 0.70034477 3969 0.70031192 59.711395 0 0 0
+ 10700 0.70002124 3969 0.6999884 59.683811 0 0 0
+ 10800 0.69928047 3969 0.69924766 59.620653 0 0 0
+ 10900 0.69849841 3969 0.69846564 59.553975 0 0 0
+ 11000 0.69818761 3969 0.69815486 59.527476 0 0 0
+ 11100 0.69776961 3969 0.69773688 59.491837 0 0 0
+ 11200 0.69706977 3969 0.69703707 59.432169 0 0 0
+ 11300 0.69640937 3969 0.6963767 59.375863 0 0 0
+ 11400 0.69540133 3969 0.6953687 59.289917 0 0 0
+ 11500 0.69496187 3969 0.69492927 59.252449 0 0 0
+ 11600 0.69421502 3969 0.69418245 59.188772 0 0 0
+ 11700 0.69360755 3969 0.69357501 59.13698 0 0 0
+ 11800 0.69313202 3969 0.6930995 59.096436 0 0 0
+ 11900 0.69278078 3969 0.69274828 59.066489 0 0 0
+ 12000 0.69226191 3969 0.69222943 59.02225 0 0 0
+ 12100 0.69192084 3969 0.69188838 58.993171 0 0 0
+ 12200 0.69152759 3969 0.69149515 58.959642 0 0 0
+ 12300 0.69086698 3969 0.69083457 58.903319 0 0 0
+ 12400 0.69046881 3969 0.69043641 58.86937 0 0 0
+ 12500 0.69006981 3969 0.69003744 58.835352 0 0 0
+ 12600 0.68967162 3969 0.68963927 58.801403 0 0 0
+ 12700 0.68871591 3969 0.68868361 58.719919 0 0 0
+ 12800 0.68808129 3969 0.68804901 58.665811 0 0 0
+ 12900 0.68674847 3969 0.68671625 58.552175 0 0 0
+ 13000 0.6864425 3969 0.6864103 58.526087 0 0 0
+ 13100 0.68580957 3969 0.6857774 58.472124 0 0 0
+ 13200 0.68539339 3969 0.68536123 58.43664 0 0 0
+ 13300 0.68474297 3969 0.68471085 58.381186 0 0 0
+ 13400 0.68443652 3969 0.68440441 58.355057 0 0 0
+ 13500 0.68399287 3969 0.68396078 58.317232 0 0 0
+ 13600 0.68325188 3969 0.68321983 58.254055 0 0 0
+ 13700 0.6828934 3969 0.68286136 58.223491 0 0 0
+ 13800 0.68257673 3969 0.68254471 58.196492 0 0 0
+ 13900 0.68195937 3969 0.68192737 58.143856 0 0 0
+ 14000 0.68177073 3969 0.68173875 58.127773 0 0 0
+ 14100 0.68104611 3969 0.68101416 58.065992 0 0 0
+ 14200 0.68082872 3969 0.68079678 58.047457 0 0 0
+ 14300 0.68050981 3969 0.68047788 58.020266 0 0 0
+ 14400 0.68003478 3969 0.68000287 57.979765 0 0 0
+ 14500 0.67949959 3969 0.67946771 57.934135 0 0 0
+ 14600 0.67930509 3969 0.67927323 57.917552 0 0 0
+ 14700 0.67876903 3969 0.67873719 57.871848 0 0 0
+ 14800 0.67839616 3969 0.67836433 57.840056 0 0 0
+ 14900 0.67791791 3969 0.67788611 57.799281 0 0 0
+ 15000 0.6776288 3969 0.67759701 57.774632 0 0 0
+ 15100 0.6773037 3969 0.67727193 57.746914 0 0 0
+ 15200 0.6769389 3969 0.67690714 57.71581 0 0 0
+ 15300 0.67689446 3969 0.67686271 57.712022 0 0 0
+ 15400 0.67605706 3969 0.67602534 57.640625 0 0 0
+ 15500 0.67557469 3969 0.67554299 57.599498 0 0 0
+ 15600 0.67551871 3969 0.67548702 57.594725 0 0 0
+ 15700 0.67529695 3969 0.67526527 57.575818 0 0 0
+ 15800 0.67495026 3969 0.6749186 57.546259 0 0 0
+ 15900 0.67475417 3969 0.67472251 57.52954 0 0 0
+ 16000 0.67428225 3969 0.67425062 57.489305 0 0 0
+ 16100 0.67385374 3969 0.67382213 57.45277 0 0 0
+ 16200 0.67363028 3969 0.67359867 57.433717 0 0 0
+ 16300 0.67333219 3969 0.67330061 57.408303 0 0 0
+ 16400 0.67295582 3969 0.67292425 57.376214 0 0 0
+ 16500 0.67242809 3969 0.67239654 57.331219 0 0 0
+ 16600 0.671985 3969 0.67195347 57.293441 0 0 0
+ 16700 0.67157949 3969 0.67154799 57.258867 0 0 0
+ 16800 0.67110281 3969 0.67107132 57.218225 0 0 0
+ 16900 0.67090465 3969 0.67087317 57.20133 0 0 0
+ 17000 0.67046305 3969 0.6704316 57.16368 0 0 0
+ 17100 0.67033872 3969 0.67030727 57.153079 0 0 0
+ 17200 0.67008335 3969 0.67005192 57.131307 0 0 0
+ 17300 0.66971543 3969 0.66968401 57.099938 0 0 0
+ 17400 0.66903556 3969 0.66900418 57.041972 0 0 0
+ 17500 0.66853125 3969 0.66849989 56.998974 0 0 0
+ 17600 0.66817758 3969 0.66814624 56.968821 0 0 0
+ 17700 0.66795572 3969 0.66792439 56.949905 0 0 0
+ 17800 0.66748964 3969 0.66745832 56.910166 0 0 0
+ 17900 0.66720383 3969 0.66717253 56.885799 0 0 0
+ 18000 0.6670301 3969 0.66699881 56.870986 0 0 0
+ 18100 0.66674329 3969 0.66671201 56.846533 0 0 0
+ 18200 0.66649527 3969 0.666464 56.825386 0 0 0
+ 18300 0.66627902 3969 0.66624777 56.80695 0 0 0
+ 18400 0.66605502 3969 0.66602377 56.787851 0 0 0
+ 18500 0.66574695 3969 0.66571572 56.761585 0 0 0
+ 18600 0.66531026 3969 0.66527905 56.724353 0 0 0
+ 18700 0.66506654 3969 0.66503534 56.703573 0 0 0
+ 18800 0.66478792 3969 0.66475673 56.679818 0 0 0
+ 18900 0.66419323 3969 0.66416207 56.629115 0 0 0
+ 19000 0.66395087 3969 0.66391972 56.608451 0 0 0
+ 19100 0.66356282 3969 0.66353169 56.575366 0 0 0
+ 19200 0.66335418 3969 0.66332306 56.557577 0 0 0
+ 19300 0.66303194 3969 0.66300084 56.530103 0 0 0
+ 19400 0.66288184 3969 0.66285074 56.517306 0 0 0
+ 19500 0.66257178 3969 0.6625407 56.49087 0 0 0
+ 19600 0.66210091 3969 0.66206985 56.450724 0 0 0
+ 19700 0.66162824 3969 0.6615972 56.410423 0 0 0
+ 19800 0.66117464 3969 0.66114362 56.371749 0 0 0
+ 19900 0.66098282 3969 0.66095181 56.355396 0 0 0
+ 20000 0.66068948 3969 0.66065849 56.330385 0 0 0
+ 20100 0.66066575 3969 0.66063475 56.328361 0 0 0
+ 20200 0.6601635 3969 0.66013253 56.28554 0 0 0
+ 20300 0.65976987 3969 0.65973892 56.251979 0 0 0
+ 20400 0.65955036 3969 0.65951942 56.233264 0 0 0
+ 20500 0.65900396 3969 0.65897304 56.186677 0 0 0
+ 20600 0.6588784 3969 0.65884749 56.175973 0 0 0
+ 20700 0.65878186 3969 0.65875096 56.167741 0 0 0
+ 20800 0.65852026 3969 0.65848936 56.145437 0 0 0
+ 20900 0.65844019 3969 0.6584093 56.138611 0 0 0
+ 21000 0.65821551 3969 0.65818463 56.119455 0 0 0
+ 21100 0.65789869 3969 0.65786783 56.092443 0 0 0
+ 21200 0.65773774 3969 0.65770689 56.07872 0 0 0
+ 21300 0.6576123 3969 0.65758145 56.068024 0 0 0
+ 21400 0.65721373 3969 0.6571829 56.034043 0 0 0
+ 21500 0.65699655 3969 0.65696573 56.015526 0 0 0
+ 21600 0.6568399 3969 0.65680909 56.00217 0 0 0
+ 21700 0.65642886 3969 0.65639806 55.967124 0 0 0
+ 21800 0.6557138 3969 0.65568304 55.906158 0 0 0
+ 21900 0.65519958 3969 0.65516884 55.862316 0 0 0
+ 22000 0.6550118 3969 0.65498107 55.846306 0 0 0
+ 22100 0.65464204 3969 0.65461133 55.814781 0 0 0
+ 22200 0.65456599 3969 0.65453528 55.808297 0 0 0
+ 22300 0.65443142 3969 0.65440072 55.796823 0 0 0
+ 22400 0.6543742 3969 0.6543435 55.791944 0 0 0
+ 22500 0.65406111 3969 0.65403043 55.76525 0 0 0
+ 22600 0.65368186 3969 0.6536512 55.732916 0 0 0
+ 22700 0.65342934 3969 0.65339869 55.711386 0 0 0
+ 22800 0.65340054 3969 0.65336988 55.70893 0 0 0
+ 22900 0.65311467 3969 0.65308403 55.684557 0 0 0
+ 23000 0.65291171 3969 0.65288108 55.667253 0 0 0
+ 23100 0.65262173 3969 0.65259111 55.642528 0 0 0
+ 23200 0.6521982 3969 0.6521676 55.606419 0 0 0
+ 23300 0.6520765 3969 0.65204591 55.596042 0 0 0
+ 23400 0.65168453 3969 0.65165396 55.562623 0 0 0
+ 23500 0.65141306 3969 0.6513825 55.539478 0 0 0
+ 23600 0.65128588 3969 0.65125533 55.528634 0 0 0
+ 23700 0.65099923 3969 0.65096869 55.504195 0 0 0
+ 23800 0.65084376 3969 0.65081322 55.490939 0 0 0
+ 23900 0.6505904 3969 0.65055988 55.469338 0 0 0
+ 24000 0.65042016 3969 0.65038965 55.454823 0 0 0
+ 24100 0.65029163 3969 0.65026113 55.443865 0 0 0
+ 24200 0.64987819 3969 0.6498477 55.408615 0 0 0
+ 24300 0.64968123 3969 0.64965076 55.391822 0 0 0
+ 24400 0.6492299 3969 0.64919944 55.353341 0 0 0
+ 24500 0.64890126 3969 0.64887082 55.325322 0 0 0
+ 24600 0.64844759 3969 0.64841717 55.286642 0 0 0
+ 24700 0.64833787 3969 0.64830745 55.277287 0 0 0
+ 24800 0.64821277 3969 0.64818236 55.266621 0 0 0
+ 24900 0.64782124 3969 0.64779085 55.233239 0 0 0
+ 25000 0.64765861 3969 0.64762823 55.219373 0 0 0
+ 25100 0.64754442 3969 0.64751405 55.209638 0 0 0
+ 25200 0.6473512 3969 0.64732083 55.193163 0 0 0
+ 25300 0.64722691 3969 0.64719655 55.182566 0 0 0
+ 25400 0.64699247 3969 0.64696212 55.162578 0 0 0
+ 25500 0.64673413 3969 0.64670379 55.140552 0 0 0
+ 25600 0.64648434 3969 0.64645401 55.119255 0 0 0
+ 25700 0.64626768 3969 0.64623736 55.100783 0 0 0
+ 25800 0.64597397 3969 0.64594367 55.075741 0 0 0
+ 25900 0.64585258 3969 0.64582228 55.065391 0 0 0
+ 26000 0.64566123 3969 0.64563094 55.049076 0 0 0
+ 26100 0.64557465 3969 0.64554436 55.041695 0 0 0
+ 26200 0.64524818 3969 0.64521791 55.01386 0 0 0
+ 26300 0.64486055 3969 0.6448303 54.980811 0 0 0
+ 26400 0.64476081 3969 0.64473056 54.972307 0 0 0
+ 26500 0.64467458 3969 0.64464434 54.964955 0 0 0
+ 26600 0.64439373 3969 0.6443635 54.941009 0 0 0
+ 26700 0.64414406 3969 0.64411385 54.919723 0 0 0
+ 26800 0.64403976 3969 0.64400955 54.91083 0 0 0
+ 26900 0.64377718 3969 0.64374698 54.888442 0 0 0
+ 27000 0.64349632 3969 0.64346613 54.864496 0 0 0
+ 27100 0.64329218 3969 0.64326201 54.847092 0 0 0
+ 27200 0.64310948 3969 0.64307931 54.831515 0 0 0
+ 27300 0.64277861 3969 0.64274846 54.803304 0 0 0
+ 27400 0.64258673 3969 0.64255658 54.786944 0 0 0
+ 27500 0.64252628 3969 0.64249613 54.78179 0 0 0
+ 27600 0.64235896 3969 0.64232882 54.767525 0 0 0
+ 27700 0.64208372 3969 0.6420536 54.744058 0 0 0
+ 27800 0.64182094 3969 0.64179083 54.721653 0 0 0
+ 27900 0.64148669 3969 0.64145659 54.693155 0 0 0
+ 28000 0.64125326 3969 0.64122318 54.673253 0 0 0
+ 28100 0.64103292 3969 0.64100285 54.654467 0 0 0
+ 28200 0.64082254 3969 0.64079248 54.63653 0 0 0
+ 28300 0.6405284 3969 0.64049835 54.611451 0 0 0
+ 28400 0.64021318 3969 0.64018315 54.584576 0 0 0
+ 28500 0.64015068 3969 0.64012065 54.579247 0 0 0
+ 28600 0.63998809 3969 0.63995807 54.565385 0 0 0
+ 28700 0.63978855 3969 0.63975854 54.548372 0 0 0
+ 28800 0.63947367 3969 0.63944367 54.521525 0 0 0
+ 28900 0.63929881 3969 0.63926881 54.506616 0 0 0
+ 29000 0.63920796 3969 0.63917798 54.498871 0 0 0
+ 29100 0.63913063 3969 0.63910065 54.492278 0 0 0
+ 29200 0.63890814 3969 0.63887816 54.473308 0 0 0
+ 29300 0.63873067 3969 0.6387007 54.458177 0 0 0
+ 29400 0.63840257 3969 0.63837262 54.430203 0 0 0
+ 29500 0.63807922 3969 0.63804929 54.402634 0 0 0
+ 29600 0.63770182 3969 0.6376719 54.370457 0 0 0
+ 29700 0.63751938 3969 0.63748947 54.354902 0 0 0
+ 29800 0.63718975 3969 0.63715986 54.326798 0 0 0
+ 29900 0.63701724 3969 0.63698736 54.31209 0 0 0
+ 30000 0.63695501 3969 0.63692513 54.306784 0 0 0
+ 30100 0.63688632 3969 0.63685644 54.300927 0 0 0
+ 30200 0.63656586 3969 0.636536 54.273606 0 0 0
+ 30300 0.63631399 3969 0.63628413 54.25213 0 0 0
+ 30400 0.63628167 3969 0.63625182 54.249376 0 0 0
+ 30500 0.63606824 3969 0.6360384 54.231178 0 0 0
+ 30600 0.63605195 3969 0.63602211 54.22979 0 0 0
+ 30700 0.63596734 3969 0.6359375 54.222575 0 0 0
+ 30800 0.63561953 3969 0.63558971 54.192921 0 0 0
+ 30900 0.63544334 3969 0.63541353 54.177899 0 0 0
+ 31000 0.63522544 3969 0.63519564 54.159321 0 0 0
+ 31100 0.6351288 3969 0.63509901 54.151082 0 0 0
+ 31200 0.63499354 3969 0.63496375 54.139549 0 0 0
+ 31300 0.63474243 3969 0.63471266 54.11814 0 0 0
+ 31400 0.63462563 3969 0.63459586 54.108182 0 0 0
+ 31500 0.63442227 3969 0.63439251 54.090843 0 0 0
+ 31600 0.63427435 3969 0.63424459 54.078231 0 0 0
+ 31700 0.63417117 3969 0.63414142 54.069434 0 0 0
+ 31800 0.63409159 3969 0.63406184 54.062649 0 0 0
+ 31900 0.63396679 3969 0.63393705 54.052009 0 0 0
+ 32000 0.63379876 3969 0.63376903 54.037683 0 0 0
+ 32100 0.63366817 3969 0.63363844 54.026548 0 0 0
+ 32200 0.63353241 3969 0.63350269 54.014973 0 0 0
+ 32300 0.63342578 3969 0.63339606 54.005882 0 0 0
+ 32400 0.63337394 3969 0.63334423 54.001462 0 0 0
+ 32500 0.63324144 3969 0.63321173 53.990165 0 0 0
+ 32600 0.63310113 3969 0.63307143 53.978202 0 0 0
+ 32700 0.63294149 3969 0.6329118 53.964592 0 0 0
+ 32800 0.63259693 3969 0.63256726 53.935214 0 0 0
+ 32900 0.63245668 3969 0.63242701 53.923256 0 0 0
+ 33000 0.6324026 3969 0.63237293 53.918646 0 0 0
+ 33100 0.63222205 3969 0.63219239 53.903252 0 0 0
+ 33200 0.63205376 3969 0.63202411 53.888904 0 0 0
+ 33300 0.63174347 3969 0.63171383 53.862448 0 0 0
+ 33400 0.63171305 3969 0.63168342 53.859855 0 0 0
+ 33500 0.63131769 3969 0.63128807 53.826146 0 0 0
+ 33600 0.63109597 3969 0.63106636 53.807242 0 0 0
+ 33700 0.63093364 3969 0.63090404 53.793402 0 0 0
+ 33800 0.63087973 3969 0.63085014 53.788806 0 0 0
+ 33900 0.63072852 3969 0.63069893 53.775914 0 0 0
+ 34000 0.63059693 3969 0.63056735 53.764694 0 0 0
+ 34100 0.63049206 3969 0.63046249 53.755753 0 0 0
+ 34200 0.63034719 3969 0.63031762 53.743401 0 0 0
+ 34300 0.63026617 3969 0.63023661 53.736494 0 0 0
+ 34400 0.63018731 3969 0.63015775 53.72977 0 0 0
+ 34500 0.6300594 3969 0.63002984 53.718865 0 0 0
+ 34600 0.62995431 3969 0.62992475 53.709904 0 0 0
+ 34700 0.62984886 3969 0.62981931 53.700914 0 0 0
+ 34800 0.62972614 3969 0.62969659 53.69045 0 0 0
+ 34900 0.62962855 3969 0.62959901 53.68213 0 0 0
+ 35000 0.62960524 3969 0.6295757 53.680143 0 0 0
+ 35100 0.62950268 3969 0.62947315 53.671398 0 0 0
+ 35200 0.6294079 3969 0.62937837 53.663317 0 0 0
+ 35300 0.6292272 3969 0.62919768 53.647911 0 0 0
+ 35400 0.62909492 3969 0.62906541 53.636633 0 0 0
+ 35500 0.62872709 3969 0.6286976 53.605272 0 0 0
+ 35600 0.62861162 3969 0.62858213 53.595427 0 0 0
+ 35700 0.6283015 3969 0.62827202 53.568986 0 0 0
+ 35800 0.62828877 3969 0.62825929 53.5679 0 0 0
+ 35900 0.62806319 3969 0.62803372 53.548667 0 0 0
+ 36000 0.62796618 3969 0.62793672 53.540397 0 0 0
+ 36100 0.62783101 3969 0.62780155 53.528872 0 0 0
+ 36200 0.62773248 3969 0.62770303 53.520472 0 0 0
+ 36300 0.62742807 3969 0.62739864 53.494518 0 0 0
+ 36400 0.62700323 3969 0.62697382 53.458295 0 0 0
+ 36500 0.62686509 3969 0.62683568 53.446518 0 0 0
+ 36600 0.62666666 3969 0.62663726 53.429599 0 0 0
+ 36700 0.62643423 3969 0.62640484 53.409782 0 0 0
+ 36800 0.62625042 3969 0.62622104 53.394111 0 0 0
+ 36900 0.62600472 3969 0.62597535 53.373163 0 0 0
+ 37000 0.62592898 3969 0.62589961 53.366705 0 0 0
+ 37100 0.62570824 3969 0.62567889 53.347885 0 0 0
+ 37200 0.62563637 3969 0.62560702 53.341757 0 0 0
+ 37300 0.62544303 3969 0.62541369 53.325272 0 0 0
+ 37400 0.62520832 3969 0.62517899 53.305261 0 0 0
+ 37500 0.62490703 3969 0.62487771 53.279573 0 0 0
+ 37600 0.6247067 3969 0.6246774 53.262493 0 0 0
+ 37700 0.62455953 3969 0.62453023 53.249945 0 0 0
+ 37800 0.62452233 3969 0.62449303 53.246774 0 0 0
+ 37900 0.624417 3969 0.62438771 53.237794 0 0 0
+ 38000 0.62427231 3969 0.62424302 53.225457 0 0 0
+ 38100 0.62418507 3969 0.62415579 53.218019 0 0 0
+ 38200 0.62404376 3969 0.62401448 53.205971 0 0 0
+ 38300 0.62387501 3969 0.62384574 53.191583 0 0 0
+ 38400 0.62360533 3969 0.62357607 53.16859 0 0 0
+ 38500 0.62354562 3969 0.62351637 53.1635 0 0 0
+ 38600 0.62337088 3969 0.62334164 53.148602 0 0 0
+ 38700 0.62326079 3969 0.62323155 53.139215 0 0 0
+ 38800 0.62318056 3969 0.62315132 53.132374 0 0 0
+ 38900 0.6230786 3969 0.62304937 53.123682 0 0 0
+ 39000 0.62296011 3969 0.62293088 53.113579 0 0 0
+ 39100 0.62287001 3969 0.62284078 53.105897 0 0 0
+ 39200 0.62263897 3969 0.62260976 53.086198 0 0 0
+ 39300 0.62252359 3969 0.62249439 53.076362 0 0 0
+ 39400 0.62241437 3969 0.62238517 53.067049 0 0 0
+ 39500 0.6223609 3969 0.6223317 53.06249 0 0 0
+ 39600 0.62212688 3969 0.62209769 53.042537 0 0 0
+ 39700 0.62201961 3969 0.62199043 53.033392 0 0 0
+ 39800 0.62198795 3969 0.62195877 53.030692 0 0 0
+ 39900 0.62196834 3969 0.62193916 53.029021 0 0 0
+ 40000 0.6218094 3969 0.62178023 53.015469 0 0 0
+ 40100 0.6215866 3969 0.62155744 52.996473 0 0 0
+ 40200 0.62146558 3969 0.62143643 52.986156 0 0 0
+ 40300 0.62137764 3969 0.62134849 52.978658 0 0 0
+ 40400 0.62133186 3969 0.62130271 52.974754 0 0 0
+ 40500 0.62111418 3969 0.62108504 52.956195 0 0 0
+ 40600 0.62101535 3969 0.62098622 52.947769 0 0 0
+ 40700 0.62081247 3969 0.62078335 52.930471 0 0 0
+ 40800 0.62047613 3969 0.62044702 52.901795 0 0 0
+ 40900 0.62037069 3969 0.62034159 52.892805 0 0 0
+ 41000 0.62012613 3969 0.62009703 52.871953 0 0 0
+ 41100 0.61995566 3969 0.61992657 52.857419 0 0 0
+ 41200 0.61971714 3969 0.61968807 52.837083 0 0 0
+ 41300 0.61966879 3969 0.61963972 52.832961 0 0 0
+ 41400 0.61961767 3969 0.6195886 52.828602 0 0 0
+ 41500 0.61949527 3969 0.6194662 52.818166 0 0 0
+ 41600 0.61944917 3969 0.61942011 52.814237 0 0 0
+ 41700 0.61918171 3969 0.61915267 52.791433 0 0 0
+ 41800 0.61906162 3969 0.61903257 52.781193 0 0 0
+ 41900 0.6189932 3969 0.61896416 52.77536 0 0 0
+ 42000 0.61877139 3969 0.61874237 52.756449 0 0 0
+ 42100 0.61869222 3969 0.6186632 52.749699 0 0 0
+ 42200 0.61867075 3969 0.61864173 52.747868 0 0 0
+ 42300 0.61856182 3969 0.6185328 52.738581 0 0 0
+ 42400 0.61832648 3969 0.61829747 52.718515 0 0 0
+ 42500 0.61815582 3969 0.61812682 52.703966 0 0 0
+ 42600 0.61801373 3969 0.61798474 52.691851 0 0 0
+ 42700 0.61787582 3969 0.61784684 52.680093 0 0 0
+ 42800 0.61769691 3969 0.61766793 52.664838 0 0 0
+ 42900 0.61755081 3969 0.61752184 52.652382 0 0 0
+ 43000 0.61742325 3969 0.61739429 52.641506 0 0 0
+ 43100 0.61737105 3969 0.61734208 52.637055 0 0 0
+ 43200 0.61728809 3969 0.61725914 52.629983 0 0 0
+ 43300 0.61717888 3969 0.61714992 52.620671 0 0 0
+ 43400 0.61714621 3969 0.61711726 52.617886 0 0 0
+ 43500 0.617032 3969 0.61700306 52.608149 0 0 0
+ 43600 0.61695069 3969 0.61692175 52.601216 0 0 0
+ 43700 0.61680974 3969 0.6167808 52.589198 0 0 0
+ 43800 0.6165914 3969 0.61656247 52.570583 0 0 0
+ 43900 0.61644498 3969 0.61641606 52.558099 0 0 0
+ 44000 0.61624605 3969 0.61621714 52.541138 0 0 0
+ 44100 0.61605498 3969 0.61602608 52.524848 0 0 0
+ 44200 0.61603649 3969 0.61600759 52.523271 0 0 0
+ 44300 0.61588387 3969 0.61585498 52.510259 0 0 0
+ 44400 0.61570808 3969 0.61567919 52.495271 0 0 0
+ 44500 0.61556942 3969 0.61554054 52.483449 0 0 0
+ 44600 0.61532261 3969 0.61529375 52.462406 0 0 0
+ 44700 0.61510005 3969 0.6150712 52.443431 0 0 0
+ 44800 0.6149233 3969 0.61489445 52.428361 0 0 0
+ 44900 0.61491162 3969 0.61488277 52.427365 0 0 0
+ 45000 0.61483931 3969 0.61481046 52.421199 0 0 0
+ 45100 0.61468886 3969 0.61466002 52.408372 0 0 0
+ 45200 0.61442491 3969 0.61439609 52.385868 0 0 0
+ 45300 0.61428911 3969 0.6142603 52.37429 0 0 0
+ 45400 0.61399317 3969 0.61396436 52.349057 0 0 0
+ 45500 0.61395633 3969 0.61392752 52.345916 0 0 0
+ 45600 0.61377471 3969 0.61374592 52.330432 0 0 0
+ 45700 0.61364293 3969 0.61361414 52.319196 0 0 0
+ 45800 0.61344512 3969 0.61341634 52.302331 0 0 0
+ 45900 0.61341863 3969 0.61338985 52.300073 0 0 0
+ 46000 0.61330177 3969 0.61327299 52.290109 0 0 0
+ 46100 0.61327106 3969 0.61324229 52.287491 0 0 0
+ 46200 0.61317097 3969 0.61314221 52.278957 0 0 0
+ 46300 0.61317049 3969 0.61314172 52.278916 0 0 0
+ 46400 0.6130128 3969 0.61298404 52.265471 0 0 0
+ 46500 0.6129265 3969 0.61289774 52.258113 0 0 0
+ 46600 0.61287795 3969 0.61284919 52.253974 0 0 0
+ 46700 0.61282126 3969 0.61279251 52.249141 0 0 0
+ 46800 0.61278258 3969 0.61275383 52.245843 0 0 0
+ 46900 0.61274877 3969 0.61272002 52.24296 0 0 0
+ 47000 0.61274728 3969 0.61271853 52.242833 0 0 0
+ 47100 0.61245886 3969 0.61243013 52.218243 0 0 0
+ 47200 0.61239156 3969 0.61236284 52.212505 0 0 0
+ 47300 0.61229827 3969 0.61226954 52.20455 0 0 0
+ 47400 0.61207937 3969 0.61205066 52.185887 0 0 0
+ 47500 0.61194794 3969 0.61191923 52.174681 0 0 0
+ 47600 0.61180987 3969 0.61178117 52.162909 0 0 0
+ 47700 0.61176976 3969 0.61174106 52.159489 0 0 0
+ 47800 0.61165104 3969 0.61162235 52.149368 0 0 0
+ 47900 0.61141988 3969 0.6113912 52.129659 0 0 0
+ 48000 0.61137748 3969 0.6113488 52.126044 0 0 0
+ 48100 0.61121252 3969 0.61118384 52.111979 0 0 0
+ 48200 0.61117455 3969 0.61114588 52.108742 0 0 0
+ 48300 0.61111136 3969 0.61108269 52.103355 0 0 0
+ 48400 0.61093646 3969 0.6109078 52.088443 0 0 0
+ 48500 0.61067331 3969 0.61064466 52.066006 0 0 0
+ 48600 0.61043694 3969 0.6104083 52.045854 0 0 0
+ 48700 0.61026778 3969 0.61023915 52.031431 0 0 0
+ 48800 0.61016372 3969 0.6101351 52.022559 0 0 0
+ 48900 0.61011765 3969 0.61008903 52.018631 0 0 0
+ 49000 0.60997107 3969 0.60994245 52.006133 0 0 0
+ 49100 0.60993922 3969 0.60991061 52.003418 0 0 0
+ 49200 0.60975505 3969 0.60972645 51.987716 0 0 0
+ 49300 0.60974829 3969 0.60971969 51.98714 0 0 0
+ 49400 0.60957382 3969 0.60954522 51.972264 0 0 0
+ 49500 0.60955235 3969 0.60952375 51.970433 0 0 0
+ 49600 0.60943752 3969 0.60940893 51.960643 0 0 0
+ 49700 0.60933561 3969 0.60930703 51.951954 0 0 0
+ 49800 0.60927605 3969 0.60924747 51.946876 0 0 0
+ 49900 0.60916151 3969 0.60913293 51.93711 0 0 0
+ 50000 0.60916151 3969 0.60913293 51.93711 0 0 0
+Loop time of 78.2941 on 1 procs for 50000 steps with 21316 atoms
+
+Pair time (%) = 0 (0)
+Neigh time (%) = 53.0985 (67.8193)
+Comm time (%) = 6.29667 (8.04233)
+Outpt time (%) = 0.0304518 (0.0388941)
+Other time (%) = 18.8685 (24.0995)
+
+Nlocal: 21316 ave 21316 max 21316 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 0
+Ave neighs/atom = 0
+Neighbor list builds = 50000
+Dangerous builds = 0
diff --git a/examples/srd/log.srd.pure.18Feb13.linux.4 b/examples/srd/log.srd.pure.18Feb13.linux.4
new file mode 100644
index 000000000..4bfcf21ee
--- /dev/null
+++ b/examples/srd/log.srd.pure.18Feb13.linux.4
@@ -0,0 +1,592 @@
+LAMMPS (18 Feb 2013)
+# 2d SRD only test
+
+units lj
+atom_style atomic
+atom_modify first empty
+dimension 2
+
+# create box with big lattice
+
+lattice sq 0.4
+Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
+region box block 0 10 0 10 -0.5 0.5
+create_box 1 box
+Created orthogonal box = (0 0 -0.790569) to (15.8114 15.8114 0.790569)
+ 2 by 2 by 1 MPI processor grid
+
+# add SRD particles as hi density lattice
+
+lattice sq 0.4
+Lattice spacing in x,y,z = 1.58114 1.58114 1.58114
+region plane block 0 10 0 10 -0.001 0.001
+lattice sq 85.0
+Lattice spacing in x,y,z = 0.108465 0.108465 0.108465
+create_atoms 1 region plane
+Created 21316 atoms
+
+group empty type 2
+0 atoms in group empty
+
+mass 1 0.01
+velocity all create 1.0 593849 loop geom
+
+# settings - need dummy empty group to enable no communication
+
+neighbor 0.3 bin
+neigh_modify delay 1 every 1 check no
+
+communicate single group empty
+
+# timestep is big and SRD frequency is 1
+
+timestep 0.02
+
+fix 1 all srd 1 NULL 1.0 0.25 49894 collision slip
+fix 2 all enforce2d
+
+# diagnostics
+
+thermo_style custom step temp f_1[7] etotal press f_1[3] f_1[4] f_1[6]
+thermo 100
+
+#dump 1 all atom 250 dump.srd.pure
+
+#dump 1 all image 250 image.*.jpg type type zoom 1.6 adiam 0.2
+#dump_modify 1 pad 4
+
+run 50000
+SRD info:
+ SRD/big particles = 21316 0
+ big particle diameter max/min = 0 1e+20
+ SRD temperature & lamda = 1 0.2
+ SRD max distance & max velocity = 0.8 40
+ SRD grid counts: 63 63 1
+ SRD grid size: request, actual (xyz) = 0.25, 0.250974 0.250974 1.58114
+ SRD per actual grid cell = 5.37062
+ SRD viscosity = 0.439647
+ big/SRD mass density ratio = 0
+ # of rescaled SRD velocities = 0
+ ave/max all velocity = 13.2735 24.2873
+Memory usage per processor = 1.34975 Mbytes
+Step Temp 1[7] TotEng Press 1[3] 1[4] 1[6]
+ 0 1 0 0.99995309 85.26 0 0 0
+ 100 0.97718565 3969 0.97713981 83.314849 0 0 0
+ 200 0.95953504 3969 0.95949002 81.809957 0 0 0
+ 300 0.94384163 3969 0.94379735 80.471937 0 0 0
+ 400 0.93018267 3969 0.93013903 79.307374 0 0 0
+ 500 0.9189656 3969 0.91892248 78.351007 0 0 0
+ 600 0.90794939 3969 0.9079068 77.411765 0 0 0
+ 700 0.899123 3969 0.89908081 76.659227 0 0 0
+ 800 0.89045828 3969 0.89041651 75.920473 0 0 0
+ 900 0.88189664 3969 0.88185527 75.190507 0 0 0
+ 1000 0.87511065 3969 0.87506959 74.611934 0 0 0
+ 1100 0.86844868 3969 0.86840794 74.043934 0 0 0
+ 1200 0.86236759 3969 0.86232713 73.52546 0 0 0
+ 1300 0.85644064 3969 0.85640047 73.020129 0 0 0
+ 1400 0.85088468 3969 0.85084476 72.546428 0 0 0
+ 1500 0.84573938 3969 0.8456997 72.107739 0 0 0
+ 1600 0.84169541 3969 0.84165592 71.76295 0 0 0
+ 1700 0.83686816 3969 0.8368289 71.351379 0 0 0
+ 1800 0.83199161 3969 0.83195258 70.935605 0 0 0
+ 1900 0.82774228 3969 0.82770345 70.573307 0 0 0
+ 2000 0.82446049 3969 0.82442181 70.293501 0 0 0
+ 2100 0.82065145 3969 0.82061295 69.968743 0 0 0
+ 2200 0.81761922 3969 0.81758087 69.710215 0 0 0
+ 2300 0.81355286 3969 0.8135147 69.363517 0 0 0
+ 2400 0.81040375 3969 0.81036573 69.095024 0 0 0
+ 2500 0.80651947 3969 0.80648164 68.76385 0 0 0
+ 2600 0.80304949 3969 0.80301181 68.467999 0 0 0
+ 2700 0.80027966 3969 0.80024211 68.231843 0 0 0
+ 2800 0.79726989 3969 0.79723248 67.97523 0 0 0
+ 2900 0.79526953 3969 0.79523222 67.80468 0 0 0
+ 3000 0.79213985 3969 0.79210268 67.537843 0 0 0
+ 3100 0.79008514 3969 0.79004808 67.362659 0 0 0
+ 3200 0.78760949 3969 0.78757254 67.151585 0 0 0
+ 3300 0.78482758 3969 0.78479077 66.9144 0 0 0
+ 3400 0.78225219 3969 0.7822155 66.694822 0 0 0
+ 3500 0.78019518 3969 0.78015858 66.519441 0 0 0
+ 3600 0.7782201 3969 0.77818359 66.351045 0 0 0
+ 3700 0.77626555 3969 0.77622913 66.184401 0 0 0
+ 3800 0.77429464 3969 0.77425832 66.016361 0 0 0
+ 3900 0.7728635 3969 0.77282724 65.894342 0 0 0
+ 4000 0.7712408 3969 0.77120462 65.75599 0 0 0
+ 4100 0.76928811 3969 0.76925202 65.589504 0 0 0
+ 4200 0.76768117 3969 0.76764516 65.452497 0 0 0
+ 4300 0.76576395 3969 0.76572802 65.289034 0 0 0
+ 4400 0.76375476 3969 0.76371893 65.117731 0 0 0
+ 4500 0.76222055 3969 0.76218479 64.986924 0 0 0
+ 4600 0.76007803 3969 0.76004237 64.804252 0 0 0
+ 4700 0.75921155 3969 0.75917594 64.730377 0 0 0
+ 4800 0.75699084 3969 0.75695533 64.541039 0 0 0
+ 4900 0.75590428 3969 0.75586882 64.448399 0 0 0
+ 5000 0.75435525 3969 0.75431986 64.316328 0 0 0
+ 5100 0.75321236 3969 0.75317702 64.218885 0 0 0
+ 5200 0.75149329 3969 0.75145803 64.072318 0 0 0
+ 5300 0.75021518 3969 0.75017998 63.963346 0 0 0
+ 5400 0.74896944 3969 0.74893431 63.857135 0 0 0
+ 5500 0.74803999 3969 0.7480049 63.77789 0 0 0
+ 5600 0.74682425 3969 0.74678921 63.674235 0 0 0
+ 5700 0.74538141 3969 0.74534644 63.551219 0 0 0
+ 5800 0.74422962 3969 0.7441947 63.453017 0 0 0
+ 5900 0.74302505 3969 0.74299019 63.350315 0 0 0
+ 6000 0.74217352 3969 0.7421387 63.277714 0 0 0
+ 6100 0.74078678 3969 0.74075203 63.159481 0 0 0
+ 6200 0.739958 3969 0.73992329 63.088819 0 0 0
+ 6300 0.73890324 3969 0.73886857 62.99889 0 0 0
+ 6400 0.73797632 3969 0.7379417 62.919861 0 0 0
+ 6500 0.73673324 3969 0.73669868 62.813876 0 0 0
+ 6600 0.73524807 3969 0.73521357 62.68725 0 0 0
+ 6700 0.7346391 3969 0.73460463 62.635329 0 0 0
+ 6800 0.7340287 3969 0.73399426 62.583287 0 0 0
+ 6900 0.73290368 3969 0.73286929 62.487368 0 0 0
+ 7000 0.73151896 3969 0.73148464 62.369306 0 0 0
+ 7100 0.73046934 3969 0.73043508 62.279816 0 0 0
+ 7200 0.72978249 3969 0.72974825 62.221255 0 0 0
+ 7300 0.72904672 3969 0.72901252 62.158524 0 0 0
+ 7400 0.72750419 3969 0.72747006 62.027007 0 0 0
+ 7500 0.72653468 3969 0.7265006 61.944347 0 0 0
+ 7600 0.72550494 3969 0.7254709 61.856551 0 0 0
+ 7700 0.72471922 3969 0.72468522 61.78956 0 0 0
+ 7800 0.72383974 3969 0.72380578 61.714576 0 0 0
+ 7900 0.72339042 3969 0.72335648 61.676267 0 0 0
+ 8000 0.72234373 3969 0.72230984 61.587026 0 0 0
+ 8100 0.72129682 3969 0.72126298 61.497767 0 0 0
+ 8200 0.72035897 3969 0.72032517 61.417806 0 0 0
+ 8300 0.71979135 3969 0.71975759 61.369411 0 0 0
+ 8400 0.71879249 3969 0.71875877 61.284248 0 0 0
+ 8500 0.71785366 3969 0.71781999 61.204203 0 0 0
+ 8600 0.71701667 3969 0.71698304 61.132842 0 0 0
+ 8700 0.7163799 3969 0.7163463 61.078551 0 0 0
+ 8800 0.71540296 3969 0.7153694 60.995257 0 0 0
+ 8900 0.71489712 3969 0.71486358 60.952128 0 0 0
+ 9000 0.71448035 3969 0.71444683 60.916594 0 0 0
+ 9100 0.71381957 3969 0.71378609 60.860257 0 0 0
+ 9200 0.71296295 3969 0.71292951 60.787221 0 0 0
+ 9300 0.71189217 3969 0.71185878 60.695927 0 0 0
+ 9400 0.71155448 3969 0.7115211 60.667135 0 0 0
+ 9500 0.7110724 3969 0.71103904 60.626033 0 0 0
+ 9600 0.71043529 3969 0.71040196 60.571713 0 0 0
+ 9700 0.70974212 3969 0.70970882 60.512613 0 0 0
+ 9800 0.70935748 3969 0.7093242 60.479818 0 0 0
+ 9900 0.7084486 3969 0.70841537 60.402328 0 0 0
+ 10000 0.70745341 3969 0.70742022 60.317478 0 0 0
+ 10100 0.70643293 3969 0.70639979 60.230472 0 0 0
+ 10200 0.70559254 3969 0.70555944 60.15882 0 0 0
+ 10300 0.7049339 3969 0.70490083 60.102664 0 0 0
+ 10400 0.70431385 3969 0.70428081 60.049799 0 0 0
+ 10500 0.70294878 3969 0.7029158 59.933413 0 0 0
+ 10600 0.70243835 3969 0.7024054 59.889894 0 0 0
+ 10700 0.70193087 3969 0.70189794 59.846626 0 0 0
+ 10800 0.70161389 3969 0.70158097 59.8196 0 0 0
+ 10900 0.70080406 3969 0.70077119 59.750554 0 0 0
+ 11000 0.69974669 3969 0.69971386 59.660402 0 0 0
+ 11100 0.69878826 3969 0.69875548 59.578687 0 0 0
+ 11200 0.69826344 3969 0.69823069 59.533941 0 0 0
+ 11300 0.69764402 3969 0.69761129 59.481129 0 0 0
+ 11400 0.69716662 3969 0.69713391 59.440426 0 0 0
+ 11500 0.6966999 3969 0.69666721 59.400633 0 0 0
+ 11600 0.69612901 3969 0.69609635 59.351959 0 0 0
+ 11700 0.69564575 3969 0.69561312 59.310757 0 0 0
+ 11800 0.69530101 3969 0.69526839 59.281364 0 0 0
+ 11900 0.69455575 3969 0.69452317 59.217823 0 0 0
+ 12000 0.6940431 3969 0.69401054 59.174114 0 0 0
+ 12100 0.69326229 3969 0.69322977 59.107543 0 0 0
+ 12200 0.69280124 3969 0.69276874 59.068234 0 0 0
+ 12300 0.69224695 3969 0.69221447 59.020975 0 0 0
+ 12400 0.69170613 3969 0.69167368 58.974865 0 0 0
+ 12500 0.69116688 3969 0.69113446 58.928888 0 0 0
+ 12600 0.69050123 3969 0.69046884 58.872135 0 0 0
+ 12700 0.68990938 3969 0.68987701 58.821674 0 0 0
+ 12800 0.68922214 3969 0.68918981 58.76308 0 0 0
+ 12900 0.68876403 3969 0.68873172 58.724021 0 0 0
+ 13000 0.68856457 3969 0.68853227 58.707015 0 0 0
+ 13100 0.68808228 3969 0.68805 58.665895 0 0 0
+ 13200 0.68725847 3969 0.68722623 58.595657 0 0 0
+ 13300 0.68682638 3969 0.68679416 58.558817 0 0 0
+ 13400 0.68628971 3969 0.68625752 58.513061 0 0 0
+ 13500 0.68588722 3969 0.68585504 58.478744 0 0 0
+ 13600 0.68536377 3969 0.68533161 58.434115 0 0 0
+ 13700 0.68497579 3969 0.68494366 58.401036 0 0 0
+ 13800 0.68445738 3969 0.68442527 58.356836 0 0 0
+ 13900 0.68399491 3969 0.68396282 58.317406 0 0 0
+ 14000 0.68368652 3969 0.68365445 58.291113 0 0 0
+ 14100 0.68306655 3969 0.68303451 58.238254 0 0 0
+ 14200 0.68245662 3969 0.6824246 58.186251 0 0 0
+ 14300 0.68220076 3969 0.68216876 58.164437 0 0 0
+ 14400 0.68187574 3969 0.68184375 58.136726 0 0 0
+ 14500 0.68148965 3969 0.68145768 58.103808 0 0 0
+ 14600 0.68076263 3969 0.6807307 58.041822 0 0 0
+ 14700 0.6804408 3969 0.68040888 58.014383 0 0 0
+ 14800 0.68027392 3969 0.68024201 58.000154 0 0 0
+ 14900 0.67981514 3969 0.67978325 57.961039 0 0 0
+ 15000 0.67936658 3969 0.67933471 57.922795 0 0 0
+ 15100 0.67886282 3969 0.67883098 57.879844 0 0 0
+ 15200 0.67842256 3969 0.67839073 57.842308 0 0 0
+ 15300 0.67807501 3969 0.6780432 57.812676 0 0 0
+ 15400 0.67772413 3969 0.67769234 57.782759 0 0 0
+ 15500 0.67700815 3969 0.67697639 57.721715 0 0 0
+ 15600 0.67660781 3969 0.67657606 57.687582 0 0 0
+ 15700 0.67631589 3969 0.67628416 57.662693 0 0 0
+ 15800 0.67591938 3969 0.67588767 57.628886 0 0 0
+ 15900 0.67539775 3969 0.67536606 57.584412 0 0 0
+ 16000 0.67507632 3969 0.67504465 57.557007 0 0 0
+ 16100 0.67471659 3969 0.67468494 57.526337 0 0 0
+ 16200 0.67450634 3969 0.67447469 57.50841 0 0 0
+ 16300 0.67411121 3969 0.67407959 57.474722 0 0 0
+ 16400 0.67358212 3969 0.67355052 57.429612 0 0 0
+ 16500 0.67311432 3969 0.67308275 57.389727 0 0 0
+ 16600 0.6726528 3969 0.67262124 57.350378 0 0 0
+ 16700 0.67214784 3969 0.67211631 57.307325 0 0 0
+ 16800 0.67170006 3969 0.67166855 57.269147 0 0 0
+ 16900 0.67124668 3969 0.67121519 57.230492 0 0 0
+ 17000 0.67100059 3969 0.67096912 57.209511 0 0 0
+ 17100 0.67067266 3969 0.67064119 57.181551 0 0 0
+ 17200 0.67002739 3969 0.66999596 57.126536 0 0 0
+ 17300 0.66988013 3969 0.6698487 57.11398 0 0 0
+ 17400 0.66950375 3969 0.66947234 57.081889 0 0 0
+ 17500 0.66935849 3969 0.66932709 57.069505 0 0 0
+ 17600 0.6691196 3969 0.66908821 57.049137 0 0 0
+ 17700 0.66881645 3969 0.66878507 57.02329 0 0 0
+ 17800 0.66831779 3969 0.66828644 56.980775 0 0 0
+ 17900 0.66805332 3969 0.66802198 56.958226 0 0 0
+ 18000 0.66777228 3969 0.66774095 56.934264 0 0 0
+ 18100 0.66762561 3969 0.66759429 56.92176 0 0 0
+ 18200 0.66721912 3969 0.66718782 56.887103 0 0 0
+ 18300 0.66704131 3969 0.66701002 56.871943 0 0 0
+ 18400 0.66656528 3969 0.666534 56.831355 0 0 0
+ 18500 0.66604016 3969 0.66600892 56.786584 0 0 0
+ 18600 0.6656537 3969 0.66562248 56.753635 0 0 0
+ 18700 0.66523745 3969 0.66520624 56.718145 0 0 0
+ 18800 0.66483802 3969 0.66480684 56.68409 0 0 0
+ 18900 0.66443462 3969 0.66440345 56.649696 0 0 0
+ 19000 0.66381249 3969 0.66378135 56.596653 0 0 0
+ 19100 0.66321195 3969 0.66318084 56.545451 0 0 0
+ 19200 0.66274794 3969 0.66271685 56.50589 0 0 0
+ 19300 0.66249536 3969 0.66246428 56.484354 0 0 0
+ 19400 0.66218382 3969 0.66215275 56.457792 0 0 0
+ 19500 0.66170226 3969 0.66167121 56.416734 0 0 0
+ 19600 0.661281 3969 0.66124998 56.380818 0 0 0
+ 19700 0.66099001 3969 0.660959 56.356008 0 0 0
+ 19800 0.66052942 3969 0.66049843 56.316738 0 0 0
+ 19900 0.65994518 3969 0.65991422 56.266926 0 0 0
+ 20000 0.65941187 3969 0.65938094 56.221456 0 0 0
+ 20100 0.65891248 3969 0.65888157 56.178878 0 0 0
+ 20200 0.65839087 3969 0.65835998 56.134406 0 0 0
+ 20300 0.65814905 3969 0.65811817 56.113788 0 0 0
+ 20400 0.65766246 3969 0.6576316 56.072301 0 0 0
+ 20500 0.65737725 3969 0.65734641 56.047984 0 0 0
+ 20600 0.6571444 3969 0.65711357 56.028132 0 0 0
+ 20700 0.65662503 3969 0.65659422 55.98385 0 0 0
+ 20800 0.65649894 3969 0.65646814 55.9731 0 0 0
+ 20900 0.6563538 3969 0.65632301 55.960725 0 0 0
+ 21000 0.65609868 3969 0.6560679 55.938973 0 0 0
+ 21100 0.65590002 3969 0.65586925 55.922036 0 0 0
+ 21200 0.65571012 3969 0.65567936 55.905845 0 0 0
+ 21300 0.65516582 3969 0.65513509 55.859438 0 0 0
+ 21400 0.65496014 3969 0.65492941 55.841902 0 0 0
+ 21500 0.65486813 3969 0.65483741 55.834057 0 0 0
+ 21600 0.65455895 3969 0.65452825 55.807696 0 0 0
+ 21700 0.65421097 3969 0.65418028 55.778027 0 0 0
+ 21800 0.65373562 3969 0.65370495 55.737499 0 0 0
+ 21900 0.65369339 3969 0.65366273 55.733899 0 0 0
+ 22000 0.65355243 3969 0.65352177 55.72188 0 0 0
+ 22100 0.6533673 3969 0.65333665 55.706096 0 0 0
+ 22200 0.6529835 3969 0.65295286 55.673373 0 0 0
+ 22300 0.65267135 3969 0.65264073 55.646759 0 0 0
+ 22400 0.65256148 3969 0.65253087 55.637392 0 0 0
+ 22500 0.65219392 3969 0.65216332 55.606054 0 0 0
+ 22600 0.6518961 3969 0.65186552 55.580662 0 0 0
+ 22700 0.65147139 3969 0.65144083 55.544451 0 0 0
+ 22800 0.65127067 3969 0.65124012 55.527338 0 0 0
+ 22900 0.65117597 3969 0.65114542 55.519263 0 0 0
+ 23000 0.65093038 3969 0.65089984 55.498324 0 0 0
+ 23100 0.6507892 3969 0.65075867 55.486287 0 0 0
+ 23200 0.65062582 3969 0.65059529 55.472357 0 0 0
+ 23300 0.65041318 3969 0.65038267 55.454228 0 0 0
+ 23400 0.6502303 3969 0.65019979 55.438635 0 0 0
+ 23500 0.65004878 3969 0.65001829 55.423159 0 0 0
+ 23600 0.64978986 3969 0.64975938 55.401084 0 0 0
+ 23700 0.64954395 3969 0.64951348 55.380117 0 0 0
+ 23800 0.64916896 3969 0.64913851 55.348146 0 0 0
+ 23900 0.64898685 3969 0.64895641 55.332619 0 0 0
+ 24000 0.64864895 3969 0.64861852 55.30381 0 0 0
+ 24100 0.64840069 3969 0.64837028 55.282643 0 0 0
+ 24200 0.64815591 3969 0.6481255 55.261773 0 0 0
+ 24300 0.6476313 3969 0.64760092 55.217045 0 0 0
+ 24400 0.64739749 3969 0.64736712 55.19711 0 0 0
+ 24500 0.64725777 3969 0.6472274 55.185197 0 0 0
+ 24600 0.64690762 3969 0.64687727 55.155343 0 0 0
+ 24700 0.64684747 3969 0.64681712 55.150215 0 0 0
+ 24800 0.64656529 3969 0.64653496 55.126157 0 0 0
+ 24900 0.64646387 3969 0.64643355 55.11751 0 0 0
+ 25000 0.64615323 3969 0.64612291 55.091024 0 0 0
+ 25100 0.6458069 3969 0.6457766 55.061496 0 0 0
+ 25200 0.64562862 3969 0.64559834 55.046297 0 0 0
+ 25300 0.64527906 3969 0.64524879 55.016492 0 0 0
+ 25400 0.64504242 3969 0.64501216 54.996317 0 0 0
+ 25500 0.64493304 3969 0.64490279 54.986991 0 0 0
+ 25600 0.64481841 3969 0.64478816 54.977218 0 0 0
+ 25700 0.64469181 3969 0.64466156 54.966423 0 0 0
+ 25800 0.64446888 3969 0.64443865 54.947417 0 0 0
+ 25900 0.64435706 3969 0.64432683 54.937883 0 0 0
+ 26000 0.64410382 3969 0.6440736 54.916292 0 0 0
+ 26100 0.64394077 3969 0.64391056 54.90239 0 0 0
+ 26200 0.64357493 3969 0.64354473 54.871198 0 0 0
+ 26300 0.64351687 3969 0.64348668 54.866248 0 0 0
+ 26400 0.64328791 3969 0.64325773 54.846727 0 0 0
+ 26500 0.6430081 3969 0.64297794 54.822871 0 0 0
+ 26600 0.64279607 3969 0.64276591 54.804793 0 0 0
+ 26700 0.6426733 3969 0.64264315 54.794325 0 0 0
+ 26800 0.64238261 3969 0.64235248 54.769542 0 0 0
+ 26900 0.64229687 3969 0.64226673 54.762231 0 0 0
+ 27000 0.64199016 3969 0.64196004 54.736081 0 0 0
+ 27100 0.6419606 3969 0.64193049 54.733561 0 0 0
+ 27200 0.64179296 3969 0.64176285 54.719267 0 0 0
+ 27300 0.64141533 3969 0.64138524 54.687071 0 0 0
+ 27400 0.64133441 3969 0.64130433 54.680172 0 0 0
+ 27500 0.64126524 3969 0.64123515 54.674274 0 0 0
+ 27600 0.64112872 3969 0.64109865 54.662635 0 0 0
+ 27700 0.64067634 3969 0.64064629 54.624065 0 0 0
+ 27800 0.64054549 3969 0.64051544 54.612909 0 0 0
+ 27900 0.64034616 3969 0.64031612 54.595914 0 0 0
+ 28000 0.64018281 3969 0.64015278 54.581987 0 0 0
+ 28100 0.63979526 3969 0.63976525 54.548944 0 0 0
+ 28200 0.63964098 3969 0.63961097 54.53579 0 0 0
+ 28300 0.63942568 3969 0.63939568 54.517433 0 0 0
+ 28400 0.63932861 3969 0.63929862 54.509157 0 0 0
+ 28500 0.63907164 3969 0.63904166 54.487248 0 0 0
+ 28600 0.63879613 3969 0.63876617 54.463758 0 0 0
+ 28700 0.63869406 3969 0.6386641 54.455055 0 0 0
+ 28800 0.63839346 3969 0.63836352 54.429427 0 0 0
+ 28900 0.63819747 3969 0.63816753 54.412716 0 0 0
+ 29000 0.63794787 3969 0.63791794 54.391435 0 0 0
+ 29100 0.63792404 3969 0.63789412 54.389404 0 0 0
+ 29200 0.63772718 3969 0.63769726 54.372619 0 0 0
+ 29300 0.63759313 3969 0.63756322 54.36119 0 0 0
+ 29400 0.63724766 3969 0.63721777 54.331736 0 0 0
+ 29500 0.63719152 3969 0.63716162 54.326949 0 0 0
+ 29600 0.63683407 3969 0.63680419 54.296473 0 0 0
+ 29700 0.63661398 3969 0.63658411 54.277708 0 0 0
+ 29800 0.63650065 3969 0.63647079 54.268045 0 0 0
+ 29900 0.63643228 3969 0.63640242 54.262216 0 0 0
+ 30000 0.63630952 3969 0.63627967 54.25175 0 0 0
+ 30100 0.63602119 3969 0.63599136 54.227167 0 0 0
+ 30200 0.63582866 3969 0.63579883 54.210752 0 0 0
+ 30300 0.63541677 3969 0.63538696 54.175634 0 0 0
+ 30400 0.63532549 3969 0.63529568 54.167851 0 0 0
+ 30500 0.63524622 3969 0.63521642 54.161092 0 0 0
+ 30600 0.63484878 3969 0.634819 54.127207 0 0 0
+ 30700 0.63454792 3969 0.63451815 54.101556 0 0 0
+ 30800 0.63433976 3969 0.63431 54.083808 0 0 0
+ 30900 0.63411027 3969 0.63408052 54.064242 0 0 0
+ 31000 0.63393362 3969 0.63390388 54.04918 0 0 0
+ 31100 0.63387309 3969 0.63384335 54.04402 0 0 0
+ 31200 0.63375226 3969 0.63372253 54.033718 0 0 0
+ 31300 0.63361312 3969 0.63358339 54.021854 0 0 0
+ 31400 0.63341764 3969 0.63338792 54.005188 0 0 0
+ 31500 0.63318751 3969 0.63315781 53.985567 0 0 0
+ 31600 0.63307343 3969 0.63304373 53.975841 0 0 0
+ 31700 0.63302683 3969 0.63299713 53.971868 0 0 0
+ 31800 0.63292187 3969 0.63289218 53.962919 0 0 0
+ 31900 0.63275407 3969 0.63272439 53.948612 0 0 0
+ 32000 0.63256276 3969 0.63253308 53.932301 0 0 0
+ 32100 0.63247971 3969 0.63245004 53.92522 0 0 0
+ 32200 0.63214509 3969 0.63211544 53.896691 0 0 0
+ 32300 0.63198384 3969 0.63195419 53.882942 0 0 0
+ 32400 0.63181764 3969 0.631788 53.868772 0 0 0
+ 32500 0.63161691 3969 0.63158728 53.851658 0 0 0
+ 32600 0.63137513 3969 0.63134551 53.831043 0 0 0
+ 32700 0.63098619 3969 0.63095659 53.797882 0 0 0
+ 32800 0.63086517 3969 0.63083557 53.787564 0 0 0
+ 32900 0.6307391 3969 0.63070951 53.776816 0 0 0
+ 33000 0.63047309 3969 0.63044351 53.754136 0 0 0
+ 33100 0.6303599 3969 0.63033033 53.744485 0 0 0
+ 33200 0.63029797 3969 0.6302684 53.739205 0 0 0
+ 33300 0.6300122 3969 0.62998264 53.71484 0 0 0
+ 33400 0.62967885 3969 0.62964931 53.686419 0 0 0
+ 33500 0.62941933 3969 0.6293898 53.664292 0 0 0
+ 33600 0.62921968 3969 0.62919016 53.64727 0 0 0
+ 33700 0.62911311 3969 0.6290836 53.638184 0 0 0
+ 33800 0.62901477 3969 0.62898526 53.629799 0 0 0
+ 33900 0.62887056 3969 0.62884106 53.617504 0 0 0
+ 34000 0.62864697 3969 0.62861748 53.59844 0 0 0
+ 34100 0.62837031 3969 0.62834083 53.574853 0 0 0
+ 34200 0.62820347 3969 0.628174 53.560628 0 0 0
+ 34300 0.62795578 3969 0.62792632 53.539509 0 0 0
+ 34400 0.6277976 3969 0.62776815 53.526024 0 0 0
+ 34500 0.62768601 3969 0.62765656 53.516509 0 0 0
+ 34600 0.62757449 3969 0.62754505 53.507001 0 0 0
+ 34700 0.62724194 3969 0.62721251 53.478648 0 0 0
+ 34800 0.62722131 3969 0.62719188 53.476889 0 0 0
+ 34900 0.62693409 3969 0.62690468 53.452401 0 0 0
+ 35000 0.62688549 3969 0.62685608 53.448257 0 0 0
+ 35100 0.62671249 3969 0.62668309 53.433507 0 0 0
+ 35200 0.62655205 3969 0.62652266 53.419828 0 0 0
+ 35300 0.6264189 3969 0.62638951 53.408476 0 0 0
+ 35400 0.62622151 3969 0.62619213 53.391646 0 0 0
+ 35500 0.62610494 3969 0.62607557 53.381707 0 0 0
+ 35600 0.62588821 3969 0.62585884 53.363229 0 0 0
+ 35700 0.62580144 3969 0.62577208 53.355831 0 0 0
+ 35800 0.62575901 3969 0.62572965 53.352213 0 0 0
+ 35900 0.62557251 3969 0.62554316 53.336312 0 0 0
+ 36000 0.62549308 3969 0.62546374 53.32954 0 0 0
+ 36100 0.62536683 3969 0.62533749 53.318776 0 0 0
+ 36200 0.62528628 3969 0.62525695 53.311909 0 0 0
+ 36300 0.6251794 3969 0.62515007 53.302796 0 0 0
+ 36400 0.6251418 3969 0.62511247 53.29959 0 0 0
+ 36500 0.62493037 3969 0.62490105 53.281563 0 0 0
+ 36600 0.624863 3969 0.62483368 53.275819 0 0 0
+ 36700 0.62467393 3969 0.62464463 53.259699 0 0 0
+ 36800 0.62457034 3969 0.62454104 53.250867 0 0 0
+ 36900 0.62447 3969 0.62444071 53.242312 0 0 0
+ 37000 0.62425818 3969 0.62422889 53.224252 0 0 0
+ 37100 0.62412161 3969 0.62409233 53.212608 0 0 0
+ 37200 0.6239237 3969 0.62389443 53.195735 0 0 0
+ 37300 0.62381856 3969 0.62378929 53.18677 0 0 0
+ 37400 0.62364649 3969 0.62361723 53.1721 0 0 0
+ 37500 0.62350328 3969 0.62347403 53.159889 0 0 0
+ 37600 0.62329823 3969 0.62326899 53.142407 0 0 0
+ 37700 0.62319599 3969 0.62316675 53.13369 0 0 0
+ 37800 0.62300969 3969 0.62298046 53.117806 0 0 0
+ 37900 0.62298745 3969 0.62295822 53.11591 0 0 0
+ 38000 0.62288071 3969 0.62285149 53.106809 0 0 0
+ 38100 0.62277781 3969 0.6227486 53.098036 0 0 0
+ 38200 0.62262306 3969 0.62259385 53.084842 0 0 0
+ 38300 0.62258631 3969 0.6225571 53.081709 0 0 0
+ 38400 0.62241258 3969 0.62238338 53.066896 0 0 0
+ 38500 0.62232901 3969 0.62229981 53.059771 0 0 0
+ 38600 0.62209414 3969 0.62206495 53.039746 0 0 0
+ 38700 0.62198583 3969 0.62195665 53.030512 0 0 0
+ 38800 0.62193929 3969 0.62191011 53.026544 0 0 0
+ 38900 0.6219005 3969 0.62187133 53.023237 0 0 0
+ 39000 0.62186582 3969 0.62183665 53.02028 0 0 0
+ 39100 0.62148863 3969 0.62145947 52.988121 0 0 0
+ 39200 0.6214157 3969 0.62138654 52.981902 0 0 0
+ 39300 0.62112648 3969 0.62109734 52.957243 0 0 0
+ 39400 0.62102762 3969 0.62099849 52.948815 0 0 0
+ 39500 0.62099384 3969 0.62096471 52.945935 0 0 0
+ 39600 0.62099124 3969 0.62096211 52.945714 0 0 0
+ 39700 0.62087277 3969 0.62084364 52.935613 0 0 0
+ 39800 0.62082069 3969 0.62079157 52.931172 0 0 0
+ 39900 0.62066734 3969 0.62063822 52.918098 0 0 0
+ 40000 0.62059041 3969 0.6205613 52.911539 0 0 0
+ 40100 0.62037539 3969 0.62034629 52.893206 0 0 0
+ 40200 0.62028652 3969 0.62025742 52.885628 0 0 0
+ 40300 0.61993787 3969 0.61990879 52.855903 0 0 0
+ 40400 0.6199048 3969 0.61987572 52.853083 0 0 0
+ 40500 0.61963826 3969 0.61960919 52.830358 0 0 0
+ 40600 0.61939545 3969 0.61936639 52.809656 0 0 0
+ 40700 0.61924453 3969 0.61921548 52.796789 0 0 0
+ 40800 0.61895756 3969 0.61892852 52.772321 0 0 0
+ 40900 0.61893158 3969 0.61890255 52.770107 0 0 0
+ 41000 0.61881644 3969 0.61878741 52.76029 0 0 0
+ 41100 0.61853292 3969 0.6185039 52.736117 0 0 0
+ 41200 0.61843248 3969 0.61840347 52.727553 0 0 0
+ 41300 0.61829248 3969 0.61826347 52.715617 0 0 0
+ 41400 0.61819581 3969 0.61816681 52.707375 0 0 0
+ 41500 0.61795739 3969 0.6179284 52.687047 0 0 0
+ 41600 0.61790176 3969 0.61787277 52.682304 0 0 0
+ 41700 0.61765083 3969 0.61762185 52.660909 0 0 0
+ 41800 0.61765083 3969 0.61762185 52.660909 0 0 0
+ 41900 0.61754413 3969 0.61751515 52.651812 0 0 0
+ 42000 0.61735158 3969 0.61732262 52.635396 0 0 0
+ 42100 0.61720977 3969 0.61718082 52.623305 0 0 0
+ 42200 0.61710086 3969 0.61707191 52.614019 0 0 0
+ 42300 0.61694273 3969 0.61691379 52.600537 0 0 0
+ 42400 0.61688295 3969 0.61685401 52.59544 0 0 0
+ 42500 0.61674721 3969 0.61671827 52.583867 0 0 0
+ 42600 0.61670138 3969 0.61667244 52.579959 0 0 0
+ 42700 0.61654641 3969 0.61651749 52.566747 0 0 0
+ 42800 0.61643352 3969 0.6164046 52.557122 0 0 0
+ 42900 0.61629046 3969 0.61626154 52.544924 0 0 0
+ 43000 0.61625351 3969 0.6162246 52.541774 0 0 0
+ 43100 0.61609644 3969 0.61606754 52.528383 0 0 0
+ 43200 0.61603624 3969 0.61600734 52.523249 0 0 0
+ 43300 0.61585122 3969 0.61582233 52.507475 0 0 0
+ 43400 0.61577858 3969 0.61574969 52.501282 0 0 0
+ 43500 0.61574234 3969 0.61571345 52.498192 0 0 0
+ 43600 0.61552042 3969 0.61549154 52.479271 0 0 0
+ 43700 0.61543731 3969 0.61540844 52.472185 0 0 0
+ 43800 0.61532233 3969 0.61529347 52.462382 0 0 0
+ 43900 0.61521094 3969 0.61518207 52.452884 0 0 0
+ 44000 0.61503202 3969 0.61500317 52.43763 0 0 0
+ 44100 0.61487041 3969 0.61484156 52.423851 0 0 0
+ 44200 0.6146746 3969 0.61464576 52.407156 0 0 0
+ 44300 0.61459691 3969 0.61456808 52.400533 0 0 0
+ 44400 0.61455251 3969 0.61452368 52.396747 0 0 0
+ 44500 0.61434932 3969 0.6143205 52.379423 0 0 0
+ 44600 0.61427578 3969 0.61424697 52.373153 0 0 0
+ 44700 0.61418014 3969 0.61415133 52.364999 0 0 0
+ 44800 0.61406667 3969 0.61403786 52.355324 0 0 0
+ 44900 0.61389019 3969 0.61386139 52.340278 0 0 0
+ 45000 0.61379434 3969 0.61376555 52.332106 0 0 0
+ 45100 0.61374502 3969 0.61371623 52.327901 0 0 0
+ 45200 0.61363579 3969 0.613607 52.318587 0 0 0
+ 45300 0.61356913 3969 0.61354035 52.312904 0 0 0
+ 45400 0.61352424 3969 0.61349546 52.309077 0 0 0
+ 45500 0.61345189 3969 0.61342312 52.302909 0 0 0
+ 45600 0.61328959 3969 0.61326082 52.289071 0 0 0
+ 45700 0.61321458 3969 0.61318581 52.282675 0 0 0
+ 45800 0.61320199 3969 0.61317322 52.281602 0 0 0
+ 45900 0.61307389 3969 0.61304513 52.27068 0 0 0
+ 46000 0.61292408 3969 0.61289533 52.257907 0 0 0
+ 46100 0.61270512 3969 0.61267638 52.239239 0 0 0
+ 46200 0.61262588 3969 0.61259714 52.232483 0 0 0
+ 46300 0.61258965 3969 0.61256091 52.229394 0 0 0
+ 46400 0.61245143 3969 0.6124227 52.217609 0 0 0
+ 46500 0.61225679 3969 0.61222807 52.201014 0 0 0
+ 46600 0.61219444 3969 0.61216572 52.195698 0 0 0
+ 46700 0.61217292 3969 0.6121442 52.193863 0 0 0
+ 46800 0.61216705 3969 0.61213833 52.193363 0 0 0
+ 46900 0.61197172 3969 0.61194301 52.176709 0 0 0
+ 47000 0.61179648 3969 0.61176778 52.161768 0 0 0
+ 47100 0.61149395 3969 0.61146527 52.135974 0 0 0
+ 47200 0.61147166 3969 0.61144298 52.134074 0 0 0
+ 47300 0.61139658 3969 0.61136789 52.127672 0 0 0
+ 47400 0.61130735 3969 0.61127867 52.120065 0 0 0
+ 47500 0.61117334 3969 0.61114466 52.108639 0 0 0
+ 47600 0.61112564 3969 0.61109697 52.104572 0 0 0
+ 47700 0.61111135 3969 0.61108268 52.103354 0 0 0
+ 47800 0.61101632 3969 0.61098766 52.095252 0 0 0
+ 47900 0.61092315 3969 0.61089449 52.087308 0 0 0
+ 48000 0.61092315 3969 0.61089449 52.087308 0 0 0
+ 48100 0.61089893 3969 0.61087027 52.085243 0 0 0
+ 48200 0.61079017 3969 0.61076152 52.07597 0 0 0
+ 48300 0.61075614 3969 0.61072749 52.073069 0 0 0
+ 48400 0.61061279 3969 0.61058415 52.060847 0 0 0
+ 48500 0.61045186 3969 0.61042322 52.047126 0 0 0
+ 48600 0.61025919 3969 0.61023056 52.030698 0 0 0
+ 48700 0.61017084 3969 0.61014222 52.023166 0 0 0
+ 48800 0.61001344 3969 0.60998482 52.009746 0 0 0
+ 48900 0.60981881 3969 0.6097902 51.993152 0 0 0
+ 49000 0.60978081 3969 0.60975221 51.989912 0 0 0
+ 49100 0.60975591 3969 0.6097273 51.987789 0 0 0
+ 49200 0.60975591 3969 0.6097273 51.987789 0 0 0
+ 49300 0.60942643 3969 0.60939784 51.959697 0 0 0
+ 49400 0.60936454 3969 0.60933595 51.95442 0 0 0
+ 49500 0.60931505 3969 0.60928647 51.950201 0 0 0
+ 49600 0.6092883 3969 0.60925971 51.94792 0 0 0
+ 49700 0.60917557 3969 0.60914699 51.938309 0 0 0
+ 49800 0.60911418 3969 0.6090856 51.933075 0 0 0
+ 49900 0.60909169 3969 0.60906312 51.931158 0 0 0
+ 50000 0.60904068 3969 0.60901211 51.926809 0 0 0
+Loop time of 18.3009 on 4 procs for 50000 steps with 21316 atoms
+
+Pair time (%) = 0 (0)
+Neigh time (%) = 9.70292 (53.0188)
+Comm time (%) = 3.10283 (16.9545)
+Outpt time (%) = 0.021754 (0.118868)
+Other time (%) = 5.4734 (29.9078)
+
+Nlocal: 5329 ave 5398 max 5269 min
+Histogram: 2 0 0 0 0 0 0 1 0 1
+Nghost: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 4 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 0
+Ave neighs/atom = 0
+Neighbor list builds = 50000
+Dangerous builds = 0
diff --git a/examples/tad/log.tad.0.18Feb13.linux.3 b/examples/tad/log.tad.0.18Feb13.linux.3
new file mode 100644
index 000000000..97d93ed2e
--- /dev/null
+++ b/examples/tad/log.tad.0.18Feb13.linux.3
@@ -0,0 +1,12877 @@
+LAMMPS (18 Feb 2013)
+Processor partition = 0
+# temperature accelerated dynamics model for a single vacancy in bulk Si
+# events occur when a neighboring atom diffuses to the vacant site
+# run this on multiple partitions as
+# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
+
+units metal
+
+atom_style atomic
+atom_modify map array
+boundary p p p
+atom_modify sort 0 0.0
+
+# temperatures
+variable tlo equal 1800.0
+variable thi equal 2400.0
+
+# coordination number cutoff
+
+variable r equal 2.835
+
+# minimization parameters
+
+variable etol equal 1.0e-5
+variable ftol equal 1.0e-5
+variable maxiter equal 100
+variable maxeval equal 100
+variable dmax equal 1.0e-1
+
+# diamond unit cell
+
+variable a equal 5.431
+lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+Lattice spacing in x,y,z = 5.431 5.431 5.431
+
+region myreg block 0 4 0 4 0 4
+create_box 1 myreg
+Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 region myreg
+Created 512 atoms
+
+mass 1 28.06
+
+group Si type 1
+512 atoms in group Si
+
+velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
+velocity all create 2400 5287286 mom yes rot yes dist gaussian
+
+# make a vacancy
+
+group del id 300
+1 atoms in group del
+delete_atoms group del
+Deleted 1 atoms, new total = 511
+
+pair_style sw
+pair_coeff * * Si.sw Si
+
+thermo 10
+
+fix 1 all nve
+fix 2 all langevin ${thi} ${thi} 0.1 48278
+fix 2 all langevin 2400 ${thi} 0.1 48278
+fix 2 all langevin 2400 2400 0.1 48278
+
+timestep 1.0e-3
+neighbor 1.0 bin
+neigh_modify every 1 delay 10 check yes
+
+# equilibrate
+
+run 1000
+Memory usage per processor = 2.0318 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 2397.3877 -2211.666 0 -2053.6238 16437.395
+ 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
+ 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
+ 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
+ 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
+ 50 1355.5121 -2075.899 0 -1986.54 15232.765
+ 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
+ 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
+ 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
+ 90 1856.846 -2074.3867 0 -1951.9784 14679.213
+ 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
+ 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
+ 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
+ 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
+ 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
+ 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
+ 160 2250.38 -2061.9776 0 -1913.6265 14775.208
+ 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
+ 180 2133.2342 -2054.0585 0 -1913.43 14703.698
+ 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
+ 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
+ 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
+ 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
+ 230 2236.7528 -2050.463 0 -1903.0103 15555.164
+ 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
+ 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
+ 260 2315.568 -2051.1362 0 -1898.4877 16359.564
+ 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
+ 280 2309.251 -2049.7917 0 -1897.5597 14754.994
+ 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
+ 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
+ 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
+ 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
+ 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
+ 340 2310.4682 -2042.508 0 -1890.1957 16597.877
+ 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
+ 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
+ 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
+ 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
+ 390 2241.238 -2035.6191 0 -1887.8707 16413.388
+ 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
+ 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
+ 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
+ 430 2419.621 -2039.4524 0 -1879.9446 17277.841
+ 440 2400.3962 -2036.392 0 -1878.1515 17353.749
+ 450 2400.084 -2034.8541 0 -1876.6341 17301.395
+ 460 2443.232 -2038.2591 0 -1877.1947 15880.125
+ 470 2399.563 -2032.3026 0 -1874.117 14524.504
+ 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
+ 490 2257.134 -2030.7105 0 -1881.9142 13267.538
+ 500 2303.4365 -2033.254 0 -1881.4053 13303.626
+ 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
+ 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
+ 530 2244.3528 -2036.563 0 -1888.6093 13611.835
+ 540 2289.2186 -2033.577 0 -1882.6656 14593.524
+ 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
+ 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
+ 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
+ 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
+ 590 2483.692 -2034.8435 0 -1871.1118 16533.816
+ 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
+ 610 2369.1226 -2030.2599 0 -1874.081 15171.807
+ 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
+ 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
+ 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
+ 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
+ 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
+ 670 2379.955 -2030.0505 0 -1873.1575 15633.06
+ 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
+ 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
+ 700 2475.846 -2034.693 0 -1871.4786 18851.309
+ 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
+ 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
+ 730 2435.1585 -2037.6942 0 -1877.162 16882.364
+ 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
+ 750 2326.452 -2029.9922 0 -1876.6263 16117.229
+ 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
+ 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
+ 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
+ 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
+ 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
+ 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
+ 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
+ 830 2323.0047 -2033.1056 0 -1879.967 17703.971
+ 840 2498.7372 -2040.984 0 -1876.2606 17876.907
+ 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
+ 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
+ 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
+ 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
+ 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
+ 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
+ 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
+ 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
+ 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
+ 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
+ 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
+ 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
+ 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
+ 980 2477.0203 -2028.29 0 -1864.9982 14789.439
+ 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
+ 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
+Loop time of 2.30186 on 1 procs for 1000 steps with 511 atoms
+
+Pair time (%) = 2.21442 (96.2013)
+Neigh time (%) = 0.0377054 (1.63804)
+Comm time (%) = 0.00941491 (0.409013)
+Outpt time (%) = 0.00348258 (0.151294)
+Other time (%) = 0.0368371 (1.60032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1021 ave 1021 max 1021 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 13046 ave 13046 max 13046 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13046
+Ave neighs/atom = 25.5303
+Neighbor list builds = 56
+Dangerous builds = 0
+
+# Eliminate COM motion
+velocity all zero linear
+
+# only output atoms near vacancy
+
+compute coord all coord/atom $r
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
+
+compute patom all pe/atom
+compute pe all reduce sum c_patom
+compute satom all stress/atom
+compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
+variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
+
+thermo_style custom step temp pe c_pe press v_press
+
+compute event all event/displace 1.0
+
+unfix 1
+unfix 2
+fix 1 all nvt temp ${thi} ${thi} 0.1
+fix 1 all nvt temp 2400 ${thi} 0.1
+fix 1 all nvt temp 2400 2400 0.1
+
+# tad nsteps nevent tlo thi delta_conf tmax compute
+# [min etol ftol niter neval]
+# [neb etol_neb ftol_neb n1steps n2steps nevery]
+# [min_style min_style]
+# [neb_style min_style]
+# [neb_log logfile]
+
+tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+WARNING: Resetting reneighboring criteria during TAD (tad.cpp:186)
+Memory usage per processor = 4.43506 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+ 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
+ 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
+ 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
+Loop time of 0.0564821 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.94753371 -2213.26863148 -2213.28029768
+ Force two-norm initial, final = 70.3784 0.377272
+ Force max component initial, final = 5.75308 0.037084
+ Final line search alpha, max atom move = 0.0625 0.00231775
+ Iterations, force evaluations = 22 50
+
+Pair time (%) = 2.26831 (4015.98)
+Neigh time (%) = 0.0390122 (69.07)
+Comm time (%) = 0.00986862 (17.4721)
+Outpt time (%) = 0.00362158 (6.41191)
+Other time (%) = -2.26433 (-4008.94)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+ 1010 2430.8524 -2024.8049 -2024.8049 15955.259 -15955.259
+ 1020 2538.6303 -2031.991 -2031.991 14995.221 -14995.221
+ 1030 2462.1503 -2027.1591 -2027.1591 15332.692 -15332.692
+ 1040 2392.0666 -2022.8547 -2022.8547 14546.483 -14546.483
+ 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
+Loop time of 0.122974 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
+ 1060 2391.548 -2211.3265 -2211.3265 12874.718 -12874.718
+ 1070 2391.548 -2213.2873 -2213.2873 13039.481 -13039.481
+ 1071 2391.548 -2213.3077 -2213.3077 13039.313 -13039.313
+Loop time of 0.0535572 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2023.13753129 -2213.28726611 -2213.30768807
+ Force two-norm initial, final = 69.8993 0.393595
+ Force max component initial, final = 5.77386 0.0351926
+ Final line search alpha, max atom move = 0.0625 0.00219954
+ Iterations, force evaluations = 21 47
+
+Pair time (%) = 0.170968 (319.226)
+Neigh time (%) = 0.00265288 (4.95337)
+Comm time (%) = 0.000877857 (1.6391)
+Outpt time (%) = 0.000461102 (0.860952)
+Other time (%) = -0.121403 (-226.679)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
+ 1060 2433.3397 -2026.2331 -2026.2331 11989.04 -11989.04
+ 1070 2394.7085 -2024.0644 -2024.0644 12890.98 -12890.98
+ 1080 2447.1852 -2027.9573 -2027.9573 15042.869 -15042.869
+ 1090 2479.7814 -2030.6386 -2030.6386 15965.016 -15965.016
+ 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
+Loop time of 0.123963 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
+ 1122 2468.7135 -2213.2998 -2213.2998 13547.274 -13547.274
+Loop time of 0.0451009 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2030.6053966 -2213.28959352 -2213.29983791
+ Force two-norm initial, final = 69.6046 0.748699
+ Force max component initial, final = 5.74698 0.0726766
+ Final line search alpha, max atom move = 0.027558 0.00200282
+ Iterations, force evaluations = 22 38
+
+Pair time (%) = 0.33393 (740.405)
+Neigh time (%) = 0.00598216 (13.2639)
+Comm time (%) = 0.00172853 (3.83259)
+Outpt time (%) = 0.000813007 (1.80264)
+Other time (%) = -0.297352 (-659.304)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
+ 1110 2451.6884 -2030.3548 -2030.3548 14779.279 -14779.279
+ 1120 2404.8236 -2028.2901 -2028.2901 15236.935 -15236.935
+ 1130 2391.6671 -2028.5628 -2028.5628 15738.052 -15738.052
+ 1140 2416.3849 -2031.4775 -2031.4775 14899.381 -14899.381
+ 1150 2319.5029 -2026.4849 -2026.4849 13449.986 -13449.986
+Loop time of 0.123371 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1150 2319.5029 -2026.4849 -2026.4849 13449.986 -13449.986
+ 1171 2319.5029 -2210.3277 -2210.3277 13036.336 -13036.336
+Loop time of 0.0430419 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.4849309 -2210.31026004 -2210.32771293
+ Force two-norm initial, final = 68.6653 0.761559
+ Force max component initial, final = 6.34931 0.141109
+ Final line search alpha, max atom move = 0.0882148 0.0124479
+ Iterations, force evaluations = 21 34
+
+Pair time (%) = 0.494397 (1148.64)
+Neigh time (%) = 0.00930929 (21.6284)
+Comm time (%) = 0.00254154 (5.9048)
+Outpt time (%) = 0.00114393 (2.65772)
+Other time (%) = -0.46435 (-1078.83)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14230 ave 14230 max 14230 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14230
+Ave neighs/atom = 27.8474
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1150 0 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1160 1.2293634e-10 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1170 1.3480228e-09 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1180 6.585273e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
+ 1190 3.5468287e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
+ 1200 1.409348e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
+ 1210 6.9611141e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
+ 1220 3.0223741e-06 -2213.2818 -2213.2818 -3389.6266 3389.6266
+ 1230 1.3453789e-05 -2213.2869 -2213.2869 -3388.9638 3388.9638
+ 1240 2.8194033e-05 -2213.2989 -2213.2989 -3387.6772 3387.6772
+ 1250 4.3107605e-05 -2213.3234 -2213.3234 -3384.6685 3384.6685
+ 1260 6.9266877e-07 -2213.335 -2213.335 -3382.8786 3382.8786
+ 1270 2.4536711e-06 -2213.3371 -2213.3371 -3383.5094 3383.5094
+ 1280 1.7243137e-06 -2213.3372 -2213.3372 -3383.2265 3383.2265
+ 1290 2.0058262e-06 -2213.3372 -2213.3372 -3383.4945 3383.4945
+ 1300 5.8724439e-07 -2213.3363 -2213.3363 -3383.667 3383.667
+ 1310 2.8194367e-08 -2213.3369 -2213.3369 -3383.6336 3383.6336
+ 1320 1.0958384e-07 -2213.3371 -2213.3371 -3383.1536 3383.1536
+ 1330 9.9923794e-10 -2213.3374 -2213.3374 -3383.343 3383.343
+ 1340 9.207078e-10 -2213.3374 -2213.3374 -3383.3976 3383.3976
+ 1350 3.8821105e-09 -2213.3374 -2213.3374 -3383.3994 3383.3994
+Loop time of 0.203286 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.28029768 -2213.33738596 -2213.33738618
+ Force two-norm initial, final = 0.377272 0.00293675
+ Force max component initial, final = 0.037084 0.000222795
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176566 (86.8559)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00156927 (0.771953)
+Outpt time (%) = 0.00135732 (0.667689)
+Other time (%) = 0.0237935 (11.7044)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1350 0 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 1360 7.4490628e-15 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 1370 8.1671752e-14 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 1380 3.9871056e-13 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 1390 2.1411226e-12 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 1400 8.3861109e-12 -2213.3374 -2213.3374 -3383.3993 3383.3993
+ 1410 3.9136343e-11 -2213.3374 -2213.3374 -3383.3989 3383.3989
+ 1420 1.3058282e-10 -2213.3374 -2213.3374 -3383.3979 3383.3979
+ 1430 3.9376017e-10 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 1440 1.2013545e-09 -2213.3374 -2213.3374 -3383.3952 3383.3952
+ 1450 4.3961137e-09 -2213.3374 -2213.3374 -3383.3967 3383.3967
+ 1460 2.7985252e-12 -2213.3374 -2213.3374 -3383.3964 3383.3964
+ 1470 3.6999961e-11 -2213.3374 -2213.3374 -3383.3936 3383.3936
+ 1480 1.0231377e-10 -2213.3374 -2213.3374 -3383.3959 3383.3959
+ 1490 5.9452011e-14 -2213.3374 -2213.3374 -3383.3948 3383.3948
+ 1500 8.929621e-12 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 1510 5.1041064e-11 -2213.3374 -2213.3374 -3383.3948 3383.3948
+Loop time of 0.160341 on 1 procs for 160 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738618 -2213.33738907 -2213.33738907
+ Force two-norm initial, final = 0.00293675 0.000224324
+ Force max component initial, final = 0.000222795 1.76742e-05
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 160 160
+
+Pair time (%) = 0.141849 (88.4672)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00127602 (0.795814)
+Outpt time (%) = 0.00100684 (0.627938)
+Other time (%) = 0.0162089 (10.109)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1150 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
+ 1160 2450.0338 -2030.964 -2030.964 15707.188 -15707.188
+ 1170 2402.5655 -2029.5783 -2029.5783 14515.153 -14515.153
+ 1180 2336.3203 -2026.9385 -2026.9385 12243.853 -12243.853
+ 1190 2360.3644 -2030.1854 -2030.1854 11312.246 -11312.246
+ 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
+Loop time of 0.122952 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
+ 1220 2316.7172 -2213.2984 -2213.2984 12524.214 -12524.214
+Loop time of 0.0496249 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.82067407 -2213.28714333 -2213.29839385
+ Force two-norm initial, final = 68.8953 0.36274
+ Force max component initial, final = 5.69006 0.0348831
+ Final line search alpha, max atom move = 0.0625 0.00218019
+ Iterations, force evaluations = 20 44
+
+Pair time (%) = 0.309031 (622.734)
+Neigh time (%) = 0.00265789 (5.35596)
+Comm time (%) = 0.00214529 (4.32301)
+Outpt time (%) = 0.0013392 (2.69864)
+Other time (%) = -0.265549 (-535.112)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
+ 1210 2316.583 -2030.1085 -2030.1085 13835.71 -13835.71
+ 1220 2378.8484 -2035.3052 -2035.3052 14727.641 -14727.641
+ 1230 2451.3662 -2041.0839 -2041.0839 14467.169 -14467.169
+ 1240 2350.9008 -2035.3342 -2035.3342 15412.774 -15412.774
+ 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
+Loop time of 0.122337 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
+ 1270 2313.8867 -2213.2988 -2213.2988 12509.022 -12509.022
+Loop time of 0.049777 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2033.58917598 -2213.27814112 -2213.29880222
+ Force two-norm initial, final = 69.1923 0.521018
+ Force max component initial, final = 5.56363 0.0501049
+ Final line search alpha, max atom move = 0.0625 0.00313156
+ Iterations, force evaluations = 20 44
+
+Pair time (%) = 0.476404 (957.077)
+Neigh time (%) = 0.00467396 (9.38979)
+Comm time (%) = 0.00298643 (5.99962)
+Outpt time (%) = 0.00167131 (3.3576)
+Other time (%) = -0.435959 (-875.824)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14106 ave 14106 max 14106 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14106
+Ave neighs/atom = 27.6047
+Neighbor list builds = 1
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
+ 1260 2345.5415 -2036.1713 -2036.1713 14374.94 -14374.94
+ 1270 2401.1805 -2040.2143 -2040.2143 14399.3 -14399.3
+ 1280 2366.7647 -2038.2481 -2038.2481 14885.572 -14885.572
+ 1290 2318.5977 -2035.2931 -2035.2931 14569.854 -14569.854
+ 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
+Loop time of 0.122401 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
+ 1322 2239.5607 -2213.3188 -2213.3188 11997.117 -11997.117
+Loop time of 0.0573132 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2030.15623526 -2213.30669537 -2213.31877301
+ Force two-norm initial, final = 69.3585 0.302025
+ Force max component initial, final = 5.63808 0.0350198
+ Final line search alpha, max atom move = 0.0532945 0.00186636
+ Iterations, force evaluations = 22 52
+
+Pair time (%) = 0.649866 (1133.89)
+Neigh time (%) = 0.00799894 (13.9565)
+Comm time (%) = 0.00393867 (6.87219)
+Outpt time (%) = 0.00200438 (3.49725)
+Other time (%) = -0.606495 (-1058.21)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
+ 1310 2242.8166 -2030.2642 -2030.2642 12487.993 -12487.993
+ 1320 2307.2634 -2034.2444 -2034.2444 13320.571 -13320.571
+ 1330 2321.1775 -2034.7961 -2034.7961 14955.824 -14955.824
+ 1340 2307.6849 -2033.4757 -2033.4757 16176.297 -16176.297
+ 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
+Loop time of 0.12345 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
+ 1373 2337.9317 -2213.3089 -2213.3089 12672.3 -12672.3
+Loop time of 0.0557199 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2034.97795686 -2213.30100263 -2213.3089301
+ Force two-norm initial, final = 68.9357 0.273115
+ Force max component initial, final = 6.15529 0.0256468
+ Final line search alpha, max atom move = 0.0581532 0.00149145
+ Iterations, force evaluations = 23 50
+
+Pair time (%) = 0.822787 (1476.65)
+Neigh time (%) = 0.011353 (20.3752)
+Comm time (%) = 0.00485826 (8.71907)
+Outpt time (%) = 0.0023365 (4.1933)
+Other time (%) = -0.785615 (-1409.94)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
+ 1360 2379.7013 -2037.2005 -2037.2005 15576.415 -15576.415
+ 1370 2328.7096 -2033.2987 -2033.2987 16212.536 -16212.536
+ 1380 2372.7819 -2035.6476 -2035.6476 16211 -16211
+ 1390 2384.0756 -2035.8152 -2035.8152 14631.898 -14631.898
+ 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
+Loop time of 0.122259 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
+ 1421 2335.1993 -2213.2409 -2213.2409 12643.486 -12643.486
+Loop time of 0.0437291 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2032.02526822 -2213.21964825 -2213.24088219
+ Force two-norm initial, final = 70.6909 0.497654
+ Force max component initial, final = 6.9718 0.0742048
+ Final line search alpha, max atom move = 0.0465974 0.00345775
+ Iterations, force evaluations = 21 36
+
+Pair time (%) = 0.982791 (2247.46)
+Neigh time (%) = 0.0146751 (33.5592)
+Comm time (%) = 0.00567532 (12.9784)
+Outpt time (%) = 0.0026803 (6.12934)
+Other time (%) = -0.962093 (-2200.12)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
+ 1410 2354.9257 -2032.7295 -2032.7295 14319.623 -14319.623
+ 1420 2378.0922 -2033.6267 -2033.6267 15413.843 -15413.843
+ 1430 2351.2257 -2031.2228 -2031.2228 15906.851 -15906.851
+ 1440 2313.74 -2028.0917 -2028.0917 15302.028 -15302.028
+ 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
+Loop time of 0.123269 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
+ 1476 2325.0789 -2213.3205 -2213.3205 12583.713 -12583.713
+Loop time of 0.0616388 on 1 procs for 26 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.12374332 -2213.30314048 -2213.32054972
+ Force two-norm initial, final = 68.546 0.355936
+ Force max component initial, final = 5.95446 0.0457529
+ Final line search alpha, max atom move = 0.0806527 0.0036901
+ Iterations, force evaluations = 26 54
+
+Pair time (%) = 1.16071 (1883.08)
+Neigh time (%) = 0.0186419 (30.2438)
+Comm time (%) = 0.00666094 (10.8064)
+Outpt time (%) = 0.00301719 (4.89495)
+Other time (%) = -1.12739 (-1829.02)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
+ 1460 2284.4662 -2024.6435 -2024.6435 15892.614 -15892.614
+ 1470 2391.1728 -2030.8171 -2030.8171 15498.479 -15498.479
+ 1480 2428.9773 -2032.413 -2032.413 14397.915 -14397.915
+ 1490 2424.1657 -2031.2942 -2031.2942 14902.55 -14902.55
+ 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
+Loop time of 0.12392 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
+ 1521 2447.1067 -2213.2962 -2213.2962 13420.954 -13420.954
+Loop time of 0.0542688 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2032.09294403 -2213.28651282 -2213.29624754
+ Force two-norm initial, final = 71.5021 0.394527
+ Force max component initial, final = 6.93406 0.0395161
+ Final line search alpha, max atom move = 0.0625 0.00246975
+ Iterations, force evaluations = 21 49
+
+Pair time (%) = 1.33341 (2457.04)
+Neigh time (%) = 0.0213177 (39.2817)
+Comm time (%) = 0.00754619 (13.9052)
+Outpt time (%) = 0.00335193 (6.17652)
+Other time (%) = -1.31136 (-2416.41)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14212 ave 14212 max 14212 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14212
+Ave neighs/atom = 27.8121
+Neighbor list builds = 1
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
+ 1510 2443.6577 -2031.2286 -2031.2286 15628.885 -15628.885
+ 1520 2488.9026 -2033.6953 -2033.6953 15808.791 -15808.791
+ 1530 2459.4391 -2031.3676 -2031.3676 17378.949 -17378.949
+ 1540 2338.2349 -2023.0841 -2023.0841 17953.364 -17953.364
+ 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
+Loop time of 0.123458 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
+ 1570 2332.3338 -2213.2368 -2213.2368 12622.371 -12622.371
+Loop time of 0.0410709 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.37445008 -2213.21878408 -2213.23675492
+ Force two-norm initial, final = 71.9734 0.469509
+ Force max component initial, final = 5.93253 0.0569166
+ Final line search alpha, max atom move = 0.0415942 0.0023674
+ Iterations, force evaluations = 20 33
+
+Pair time (%) = 1.492 (3632.74)
+Neigh time (%) = 0.0246596 (60.0416)
+Comm time (%) = 0.00833511 (20.2944)
+Outpt time (%) = 0.00368404 (8.96995)
+Other time (%) = -1.48761 (-3622.05)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1550 0 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1560 1.2293578e-10 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1570 1.3479355e-09 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1580 6.582157e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
+ 1590 3.5391063e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
+ 1600 1.3938164e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
+ 1610 6.6622249e-07 -2213.2807 -2213.2807 -3389.7345 3389.7345
+ 1620 2.4733767e-06 -2213.2818 -2213.2818 -3389.635 3389.635
+ 1630 1.1129842e-05 -2213.2862 -2213.2862 -3389.0598 3389.0598
+ 1640 2.8870809e-05 -2213.2981 -2213.2981 -3387.764 3387.764
+ 1650 5.8599236e-05 -2213.3257 -2213.3257 -3384.4536 3384.4536
+ 1660 4.6871987e-07 -2213.337 -2213.337 -3383.3554 3383.3554
+ 1670 1.0264859e-07 -2213.3372 -2213.3372 -3383.4631 3383.4631
+ 1680 2.3227749e-07 -2213.3373 -2213.3373 -3383.3703 3383.3703
+ 1690 1.9610675e-08 -2213.3373 -2213.3373 -3383.2015 3383.2015
+ 1700 9.0128602e-09 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 1710 2.2988367e-08 -2213.3374 -2213.3374 -3383.4201 3383.4201
+ 1716 3.9907528e-09 -2213.3374 -2213.3374 -3383.3906 3383.3906
+Loop time of 0.166738 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28029768 -2213.33738185 -2213.33738254
+ Force two-norm initial, final = 0.377272 0.00622571
+ Force max component initial, final = 0.037084 0.000542578
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.147628 (88.5386)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00133038 (0.797884)
+Outpt time (%) = 0.00107861 (0.646886)
+Other time (%) = 0.0167015 (10.0166)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1716 0 -2213.3374 -2213.3374 -3383.3906 3383.3906
+ 1717 2.7145901e-16 -2213.3374 -2213.3374 -3383.3906 3383.3906
+Loop time of 0.00216007 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738254 -2213.33738254 -2213.33738254
+ Force two-norm initial, final = 0.00622571 0.00622571
+ Force max component initial, final = 0.000542578 0.000542578
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (86.2031)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.728477)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000282288 (13.0684)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1550 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
+ 1560 2437.8965 -2031.1344 -2031.1344 15018.495 -15018.495
+ 1570 2450.0556 -2031.657 -2031.657 14645.896 -14645.896
+ 1580 2419.2295 -2029.4355 -2029.4355 15853.042 -15853.042
+ 1590 2318.7301 -2022.6226 -2022.6226 16296.975 -16296.975
+ 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
+Loop time of 0.123997 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
+ 1623 2364.4581 -2213.28 -2213.28 12846.272 -12846.272
+Loop time of 0.0467551 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.41313107 -2213.25949829 -2213.27996825
+ Force two-norm initial, final = 69.0138 0.527909
+ Force max component initial, final = 5.99602 0.0845644
+ Final line search alpha, max atom move = 0.0593485 0.00501877
+ Iterations, force evaluations = 23 37
+
+Pair time (%) = 0.165908 (354.844)
+Neigh time (%) = 0.0039947 (8.54389)
+Comm time (%) = 0.000879526 (1.88114)
+Outpt time (%) = 0.000331879 (0.709824)
+Other time (%) = -0.124359 (-265.979)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
+ 1610 2354.0414 -2024.4305 -2024.4305 15736.559 -15736.559
+ 1620 2396.4917 -2026.9072 -2026.9072 16342.979 -16342.979
+ 1630 2430.595 -2028.8291 -2028.8291 15892.469 -15892.469
+ 1640 2410.6411 -2027.2313 -2027.2313 14717.705 -14717.705
+ 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
+Loop time of 0.123582 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
+ 1673 2392.4298 -2213.2735 -2213.2735 13051.208 -13051.208
+Loop time of 0.0474951 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.77299308 -2213.25586756 -2213.27350161
+ Force two-norm initial, final = 71.6522 0.710386
+ Force max component initial, final = 7.10749 0.0913007
+ Final line search alpha, max atom move = 0.0970738 0.00886291
+ Iterations, force evaluations = 23 39
+
+Pair time (%) = 0.33025 (695.334)
+Neigh time (%) = 0.0079968 (16.8371)
+Comm time (%) = 0.00172782 (3.63789)
+Outpt time (%) = 0.000659227 (1.38799)
+Other time (%) = -0.293138 (-617.197)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
+ 1660 2451.4112 -2029.4204 -2029.4204 15101.457 -15101.457
+ 1670 2443.5878 -2028.7181 -2028.7181 16758.594 -16758.594
+ 1680 2398.0057 -2025.5787 -2025.5787 16811.812 -16811.812
+ 1690 2453.358 -2029.1268 -2029.1268 16019.103 -16019.103
+ 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
+Loop time of 0.123054 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
+ 1726 2414.2831 -2213.3246 -2213.3246 13197.287 -13197.287
+Loop time of 0.0707591 on 1 procs for 26 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.49205529 -2213.30279569 -2213.32463058
+ Force two-norm initial, final = 70.0227 0.42376
+ Force max component initial, final = 6.29725 0.0581802
+ Final line search alpha, max atom move = 0.028783 0.0016746
+ Iterations, force evaluations = 26 65
+
+Pair time (%) = 0.51761 (731.51)
+Neigh time (%) = 0.0113139 (15.9894)
+Comm time (%) = 0.00275254 (3.89002)
+Outpt time (%) = 0.000997305 (1.40944)
+Other time (%) = -0.461915 (-652.799)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
+ 1710 2385.47 -2024.5596 -2024.5596 16974.622 -16974.622
+ 1720 2406.5986 -2025.9141 -2025.9141 15614.91 -15614.91
+ 1730 2400.3226 -2025.4617 -2025.4617 13759.796 -13759.796
+ 1740 2338.2894 -2021.3223 -2021.3223 12772.041 -12772.041
+ 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
+Loop time of 0.124376 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
+ 1770 2316.9935 -2213.3014 -2213.3014 12528.09 -12528.09
+Loop time of 0.0475581 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2019.79140152 -2213.28686383 -2213.3013638
+ Force two-norm initial, final = 70.8548 0.428751
+ Force max component initial, final = 5.71038 0.0410237
+ Final line search alpha, max atom move = 0.0625 0.00256398
+ Iterations, force evaluations = 20 41
+
+Pair time (%) = 0.683465 (1437.12)
+Neigh time (%) = 0.0146556 (30.8162)
+Comm time (%) = 0.00360584 (7.58198)
+Outpt time (%) = 0.00134301 (2.82394)
+Other time (%) = -0.655511 (-1378.34)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
+ 1760 2405.7059 -2025.418 -2025.418 15137.764 -15137.764
+ 1770 2438.1695 -2027.2755 -2027.2755 15841.015 -15841.015
+ 1780 2502.8132 -2031.2851 -2031.2851 14500.989 -14500.989
+ 1790 2443.863 -2027.1985 -2027.1985 14965.597 -14965.597
+ 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
+Loop time of 0.123399 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
+ 1821 2405.2674 -2213.2836 -2213.2836 13129.174 -13129.174
+Loop time of 0.0528369 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2024.48213691 -2213.26771601 -2213.28363816
+ Force two-norm initial, final = 70.4444 0.430263
+ Force max component initial, final = 5.80469 0.0500395
+ Final line search alpha, max atom move = 0.0625 0.00312747
+ Iterations, force evaluations = 21 46
+
+Pair time (%) = 0.853526 (1615.4)
+Neigh time (%) = 0.0179822 (34.0335)
+Comm time (%) = 0.00452518 (8.56444)
+Outpt time (%) = 0.00167394 (3.16812)
+Other time (%) = -0.824871 (-1561.16)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
+ 1810 2435.4157 -2026.2456 -2026.2456 16188.616 -16188.616
+ 1820 2550.7144 -2033.613 -2033.613 15129.687 -15129.687
+ 1830 2471.3377 -2028.2167 -2028.2167 14861.502 -14861.502
+ 1840 2372.2352 -2021.6062 -2021.6062 14417.267 -14417.267
+ 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
+Loop time of 0.123943 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
+ 1873 2376.2285 -2213.2666 -2213.2666 12928.482 -12928.482
+Loop time of 0.0595529 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2021.74913752 -2213.25478708 -2213.26656047
+ Force two-norm initial, final = 69.7667 0.525739
+ Force max component initial, final = 5.72779 0.0674755
+ Final line search alpha, max atom move = 0.0504634 0.00340504
+ Iterations, force evaluations = 23 54
+
+Pair time (%) = 1.03137 (1731.86)
+Neigh time (%) = 0.0206554 (34.6841)
+Comm time (%) = 0.00547576 (9.19478)
+Outpt time (%) = 0.00201964 (3.39134)
+Other time (%) = -0.999971 (-1679.13)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14254 ave 14254 max 14254 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14254
+Ave neighs/atom = 27.8943
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
+ 1860 2407.6109 -2023.6441 -2023.6441 11287.058 -11287.058
+ 1870 2355.5987 -2019.9978 -2019.9978 11705.03 -11705.03
+ 1880 2412.2234 -2023.4647 -2023.4647 14028.114 -14028.114
+ 1890 2469.2398 -2026.9293 -2026.9293 15514.265 -15514.265
+ 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
+Loop time of 0.123883 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
+ 1922 2451.8514 -2213.2983 -2213.2983 13457.682 -13457.682
+Loop time of 0.0457449 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.54874146 -2213.27793659 -2213.29830868
+ Force two-norm initial, final = 70.348 0.511197
+ Force max component initial, final = 6.72633 0.0814856
+ Final line search alpha, max atom move = 0.067995 0.00554061
+ Iterations, force evaluations = 22 38
+
+Pair time (%) = 1.19502 (2612.35)
+Neigh time (%) = 0.0239522 (52.3605)
+Comm time (%) = 0.00631666 (13.8085)
+Outpt time (%) = 0.00235081 (5.13895)
+Other time (%) = -1.18189 (-2583.66)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
+ 1910 2474.6487 -2026.8909 -2026.8909 15097.404 -15097.404
+ 1920 2486.8776 -2027.6232 -2027.6232 15112.4 -15112.4
+ 1930 2462.5329 -2026.053 -2026.053 16265.725 -16265.725
+ 1940 2468.7884 -2026.5977 -2026.5977 16342.063 -16342.063
+ 1950 2454.4705 -2025.8914 -2025.8914 14932.386 -14932.386
+Loop time of 0.123903 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2454.4705 -2025.8914 -2025.8914 14932.386 -14932.386
+ 1975 2454.4705 -2210.3201 -2210.3201 13872.834 -13872.834
+Loop time of 0.0564349 on 1 procs for 25 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.89138161 -2210.30231607 -2210.32008705
+ Force two-norm initial, final = 68.0079 0.420868
+ Force max component initial, final = 5.77343 0.164469
+ Final line search alpha, max atom move = 0.0625 0.0102793
+ Iterations, force evaluations = 25 47
+
+Pair time (%) = 1.3684 (2424.73)
+Neigh time (%) = 0.0279608 (49.5452)
+Comm time (%) = 0.00724936 (12.8455)
+Outpt time (%) = 0.00270772 (4.79796)
+Other time (%) = -1.34988 (-2391.92)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14226 ave 14226 max 14226 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14226
+Ave neighs/atom = 27.8395
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1960 1.2293623e-10 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1970 1.3480065e-09 -2213.2803 -2213.2803 -3389.767 3389.767
+ 1980 6.5846896e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
+ 1990 3.5453828e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
+ 2000 1.4064381e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
+ 2010 6.905199e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
+ 2020 2.9268801e-06 -2213.2818 -2213.2818 -3389.628 3389.628
+ 2030 1.4218111e-05 -2213.2869 -2213.2869 -3388.9638 3388.9638
+ 2040 3.1566773e-05 -2213.2998 -2213.2998 -3387.5782 3387.5782
+ 2050 7.1239418e-08 -2213.3199 -2213.3199 -3384.9933 3384.9933
+ 2060 7.3024408e-06 -2213.3242 -2213.3242 -3384.8796 3384.8796
+ 2070 2.0615153e-06 -2213.3273 -2213.3273 -3384.4838 3384.4838
+ 2080 7.117834e-06 -2213.332 -2213.332 -3384.0174 3384.0174
+ 2090 1.4015265e-06 -2213.3328 -2213.3328 -3383.8306 3383.8306
+ 2100 5.935809e-09 -2213.3351 -2213.3351 -3383.6756 3383.6756
+ 2110 3.4097887e-08 -2213.3352 -2213.3352 -3383.6311 3383.6311
+ 2120 4.189493e-07 -2213.3354 -2213.3354 -3383.6086 3383.6086
+ 2130 1.7180476e-06 -2213.3364 -2213.3364 -3383.497 3383.497
+ 2140 7.999364e-08 -2213.3369 -2213.3369 -3383.4439 3383.4439
+ 2150 9.7971513e-10 -2213.3372 -2213.3372 -3383.418 3383.418
+Loop time of 0.203041 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.28029768 -2213.33716526 -2213.33716526
+ Force two-norm initial, final = 0.377272 0.0163296
+ Force max component initial, final = 0.037084 0.001296
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177054 (87.2009)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160122 (0.788618)
+Outpt time (%) = 0.00136328 (0.671429)
+Other time (%) = 0.0230229 (11.339)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2160 2.3031486e-13 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2170 2.525488e-12 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2180 1.2337709e-11 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2190 6.6471187e-11 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2200 2.6424992e-10 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2210 1.3136501e-09 -2213.3372 -2213.3372 -3383.418 3383.418
+ 2220 5.9413545e-09 -2213.3372 -2213.3372 -3383.4182 3383.4182
+ 2230 4.5559834e-08 -2213.3372 -2213.3372 -3383.4177 3383.4177
+ 2240 7.8102543e-08 -2213.3372 -2213.3372 -3383.4116 3383.4116
+ 2250 1.5359732e-07 -2213.3373 -2213.3373 -3383.4037 3383.4037
+ 2260 6.0889911e-10 -2213.3373 -2213.3373 -3383.4001 3383.4001
+ 2263 2.0369847e-09 -2213.3373 -2213.3373 -3383.4 3383.4
+Loop time of 0.116555 on 1 procs for 113 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33716526 -2213.33733501 -2213.33733534
+ Force two-norm initial, final = 0.0163296 0.00794995
+ Force max component initial, final = 0.001296 0.000626361
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 113 113
+
+Pair time (%) = 0.101136 (86.7715)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000917435 (0.787126)
+Outpt time (%) = 0.000751972 (0.645165)
+Other time (%) = 0.0137491 (11.7963)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
+ 1960 2467.9578 -2026.9423 -2026.9423 15503.375 -15503.375
+ 1970 2409.9267 -2023.5373 -2023.5373 14002.928 -14002.928
+ 1980 2352.0523 -2020.1461 -2020.1461 11666.254 -11666.254
+ 1990 2402.4539 -2023.8795 -2023.8795 11235.638 -11235.638
+ 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
+Loop time of 0.124669 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
+ 2023 2369.8064 -2213.266 -2213.266 12884.387 -12884.387
+Loop time of 0.059484 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.12839512 -2213.25510432 -2213.26601158
+ Force two-norm initial, final = 69.6885 0.558999
+ Force max component initial, final = 5.71921 0.0652361
+ Final line search alpha, max atom move = 0.0460811 0.00300615
+ Iterations, force evaluations = 23 54
+
+Pair time (%) = 0.279678 (470.173)
+Neigh time (%) = 0.00266719 (4.48388)
+Comm time (%) = 0.00185657 (3.12112)
+Outpt time (%) = 0.00108695 (1.8273)
+Other time (%) = -0.225804 (-379.605)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14254 ave 14254 max 14254 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14254
+Ave neighs/atom = 27.8943
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
+ 2010 2364.3999 -2022.148 -2022.148 14334.066 -14334.066
+ 2020 2461.4242 -2028.9055 -2028.9055 14772.344 -14772.344
+ 2030 2538.5128 -2034.478 -2034.478 15027.408 -15027.408
+ 2040 2421.285 -2027.3772 -2027.3772 16053.901 -16053.901
+ 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
+Loop time of 0.123645 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
+ 2070 2388.0324 -2213.2931 -2213.2931 13017.511 -13017.511
+Loop time of 0.049824 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.87495581 -2213.27597165 -2213.29307589
+ Force two-norm initial, final = 70.2281 0.458784
+ Force max component initial, final = 5.77591 0.0435487
+ Final line search alpha, max atom move = 0.0625 0.00272179
+ Iterations, force evaluations = 20 43
+
+Pair time (%) = 0.447772 (898.708)
+Neigh time (%) = 0.00531411 (10.6658)
+Comm time (%) = 0.00271821 (5.45562)
+Outpt time (%) = 0.00141811 (2.84625)
+Other time (%) = -0.407399 (-817.676)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
+ 2060 2423.7499 -2028.928 -2028.928 14797.484 -14797.484
+ 2070 2477.6452 -2033.2573 -2033.2573 14299.635 -14299.635
+ 2080 2408.6175 -2029.5638 -2029.5638 15555.207 -15555.207
+ 2090 2372.4039 -2028.0661 -2028.0661 14836.674 -14836.674
+ 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
+Loop time of 0.123437 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
+ 2120 2282.807 -2213.2156 -2213.2156 12282.723 -12282.723
+Loop time of 0.0512791 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.97276185 -2213.19711006 -2213.21557385
+ Force two-norm initial, final = 70.3768 0.533567
+ Force max component initial, final = 5.70703 0.043842
+ Final line search alpha, max atom move = 0.0625 0.00274013
+ Iterations, force evaluations = 20 45
+
+Pair time (%) = 0.61635 (1201.95)
+Neigh time (%) = 0.0086472 (16.863)
+Comm time (%) = 0.00361896 (7.05737)
+Outpt time (%) = 0.00175905 (3.43035)
+Other time (%) = -0.579096 (-1129.3)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
+ 2110 2303.0425 -2024.9919 -2024.9919 12464.857 -12464.857
+ 2120 2360.9763 -2029.4016 -2029.4016 13469.132 -13469.132
+ 2130 2363.428 -2030.1043 -2030.1043 15280.156 -15280.156
+ 2140 2342.1302 -2029.1946 -2029.1946 16537.826 -16537.826
+ 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
+Loop time of 0.123413 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
+ 2172 2370.913 -2213.2741 -2213.2741 12894.857 -12894.857
+Loop time of 0.0551929 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2031.53348965 -2213.25302514 -2213.27406396
+ Force two-norm initial, final = 69.2835 0.495764
+ Force max component initial, final = 6.18767 0.0542698
+ Final line search alpha, max atom move = 0.0913083 0.00495528
+ Iterations, force evaluations = 22 48
+
+Pair time (%) = 0.789444 (1430.33)
+Neigh time (%) = 0.0113192 (20.5083)
+Comm time (%) = 0.00449848 (8.15046)
+Outpt time (%) = 0.00209904 (3.80309)
+Other time (%) = -0.752167 (-1362.8)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
+ 2160 2400.3409 -2033.8995 -2033.8995 15589.868 -15589.868
+ 2170 2348.0106 -2030.8573 -2030.8573 16356.67 -16356.67
+ 2180 2399.9374 -2034.6691 -2034.6691 16392.913 -16392.913
+ 2190 2392.6986 -2034.5821 -2034.5821 14814.071 -14814.071
+ 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
+Loop time of 0.122897 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
+ 2223 2336.5644 -2213.3242 -2213.3242 12661.654 -12661.654
+Loop time of 0.0523388 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2031.26024694 -2213.31614498 -2213.32423269
+ Force two-norm initial, final = 70.9283 0.258479
+ Force max component initial, final = 7.02882 0.0290686
+ Final line search alpha, max atom move = 0.0625 0.00181679
+ Iterations, force evaluations = 23 46
+
+Pair time (%) = 0.958479 (1831.3)
+Neigh time (%) = 0.014636 (27.964)
+Comm time (%) = 0.00542045 (10.3565)
+Outpt time (%) = 0.00244665 (4.67464)
+Other time (%) = -0.928643 (-1774.29)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
+ 2210 2363.9784 -2033.4005 -2033.4005 14304.095 -14304.095
+ 2220 2380.8813 -2034.8176 -2034.8176 15468.497 -15468.497
+ 2230 2334.4264 -2032.0386 -2032.0386 15695.223 -15695.223
+ 2240 2300.4389 -2030.0067 -2030.0067 14961.51 -14961.51
+ 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
+Loop time of 0.123225 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
+ 2274 2320.446 -2213.3097 -2213.3097 12553.201 -12553.201
+Loop time of 0.0591071 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2031.44077479 -2213.29969082 -2213.30965358
+ Force two-norm initial, final = 68.1189 0.544409
+ Force max component initial, final = 6.02231 0.0685961
+ Final line search alpha, max atom move = 0.0411842 0.00282508
+ Iterations, force evaluations = 24 53
+
+Pair time (%) = 1.1345 (1919.4)
+Neigh time (%) = 0.0179794 (30.4183)
+Comm time (%) = 0.00637579 (10.7868)
+Outpt time (%) = 0.00277662 (4.69762)
+Other time (%) = -1.10253 (-1865.31)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
+ 2260 2281.9259 -2028.8832 -2028.8832 15752.238 -15752.238
+ 2270 2394.7093 -2036.2025 -2036.2025 15297.619 -15297.619
+ 2280 2419.656 -2037.661 -2037.661 14545.965 -14545.965
+ 2290 2383.4904 -2035.0994 -2035.0994 15599.399 -15599.399
+ 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
+Loop time of 0.124343 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
+ 2319 2408.8886 -2213.2667 -2213.2667 13151.43 -13151.43
+Loop time of 0.0462101 on 1 procs for 19 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2036.57712767 -2213.24687627 -2213.26670703
+ Force two-norm initial, final = 70.4509 0.398542
+ Force max component initial, final = 6.75559 0.0464079
+ Final line search alpha, max atom move = 0.0481053 0.00223247
+ Iterations, force evaluations = 19 41
+
+Pair time (%) = 1.29966 (2812.51)
+Neigh time (%) = 0.0206616 (44.7123)
+Comm time (%) = 0.00721025 (15.6032)
+Outpt time (%) = 0.00311589 (6.74289)
+Other time (%) = -1.28444 (-2779.57)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14228 ave 14228 max 14228 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14228
+Ave neighs/atom = 27.8434
+Neighbor list builds = 1
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
+ 2310 2405.8437 -2036.1356 -2036.1356 15011.491 -15011.491
+ 2320 2425.8321 -2037.2129 -2037.2129 15359.878 -15359.878
+ 2330 2368.616 -2033.1838 -2033.1838 16679.877 -16679.877
+ 2340 2275.7419 -2026.7338 -2026.7338 16705.722 -16705.722
+ 2350 2286.6615 -2026.9425 -2026.9425 15695.986 -15695.986
+Loop time of 0.123221 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2286.6615 -2026.9425 -2026.9425 15695.986 -15695.986
+ 2374 2286.6615 -2213.3234 -2213.3234 12320.682 -12320.682
+Loop time of 0.05565 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.94246229 -2213.30179501 -2213.32344573
+ Force two-norm initial, final = 70.9346 0.528634
+ Force max component initial, final = 5.77336 0.0645651
+ Final line search alpha, max atom move = 0.08361 0.00539828
+ Iterations, force evaluations = 24 49
+
+Pair time (%) = 1.47303 (2646.96)
+Neigh time (%) = 0.0233097 (41.8863)
+Comm time (%) = 0.00810218 (14.5592)
+Outpt time (%) = 0.0034461 (6.19246)
+Other time (%) = -1.45224 (-2609.59)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2360 1.2293581e-10 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2370 1.3479408e-09 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2380 6.5823455e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
+ 2390 3.539574e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
+ 2400 1.3947615e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
+ 2410 6.6808683e-07 -2213.2807 -2213.2807 -3389.7345 3389.7345
+ 2420 2.5125301e-06 -2213.2818 -2213.2818 -3389.6344 3389.6344
+ 2430 1.2399436e-05 -2213.2864 -2213.2864 -3389.0397 3389.0397
+ 2440 2.9841643e-05 -2213.2986 -2213.2986 -3387.701 3387.701
+ 2450 4.94033e-05 -2213.3251 -2213.3251 -3384.4832 3384.4832
+ 2460 1.4808742e-06 -2213.3363 -2213.3363 -3383.6796 3383.6796
+ 2470 3.9709003e-07 -2213.3365 -2213.3365 -3383.496 3383.496
+ 2480 5.6174555e-07 -2213.3367 -2213.3367 -3383.5027 3383.5027
+ 2490 1.4981041e-07 -2213.3368 -2213.3368 -3383.4383 3383.4383
+ 2500 3.2618808e-08 -2213.3368 -2213.3368 -3383.4443 3383.4443
+ 2510 2.4926532e-07 -2213.337 -2213.337 -3383.4333 3383.4333
+ 2520 6.1449721e-07 -2213.3373 -2213.3373 -3383.3874 3383.3874
+ 2527 1.4229395e-08 -2213.3374 -2213.3374 -3383.3825 3383.3825
+Loop time of 0.178358 on 1 procs for 177 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28029768 -2213.33737305 -2213.33737367
+ Force two-norm initial, final = 0.377272 0.00613089
+ Force max component initial, final = 0.037084 0.000516781
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 177 177
+
+Pair time (%) = 0.15786 (88.5071)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143552 (0.804852)
+Outpt time (%) = 0.00114226 (0.640433)
+Other time (%) = 0.0179207 (10.0476)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2527 0 -2213.3374 -2213.3374 -3383.3825 3383.3825
+ 2530 2.3692739e-15 -2213.3374 -2213.3374 -3383.3825 3383.3825
+ 2540 7.1113803e-14 -2213.3374 -2213.3374 -3383.3825 3383.3825
+ 2550 6.1063882e-13 -2213.3374 -2213.3374 -3383.3825 3383.3825
+ 2560 2.8200725e-12 -2213.3374 -2213.3374 -3383.3825 3383.3825
+ 2570 1.4626876e-11 -2213.3374 -2213.3374 -3383.3826 3383.3826
+ 2580 5.6811715e-11 -2213.3374 -2213.3374 -3383.3828 3383.3828
+ 2584 1.057777e-10 -2213.3374 -2213.3374 -3383.3831 3383.3831
+Loop time of 0.0581388 on 1 procs for 57 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737367 -2213.33737372 -2213.33737373
+ Force two-norm initial, final = 0.00613089 0.00594805
+ Force max component initial, final = 0.000516781 0.000498818
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 57 57
+
+Pair time (%) = 0.0513735 (88.3634)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000460148 (0.791464)
+Outpt time (%) = 0.000411987 (0.708627)
+Other time (%) = 0.00589323 (10.1365)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
+ 2360 2395.299 -2034.9629 -2034.9629 15699.573 -15699.573
+ 2370 2438.5648 -2037.0078 -2037.0078 14760.627 -14760.627
+ 2380 2420.7931 -2034.9764 -2034.9764 15614.282 -15614.282
+ 2390 2314.4768 -2027.0279 -2027.0279 16125.624 -16125.624
+ 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
+Loop time of 0.1238 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
+ 2420 2359.3582 -2213.2214 -2213.2214 12805.721 -12805.721
+Loop time of 0.0455441 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.91231881 -2213.20523845 -2213.22137127
+ Force two-norm initial, final = 68.5631 0.564851
+ Force max component initial, final = 6.06292 0.0471012
+ Final line search alpha, max atom move = 0.0625 0.00294383
+ Iterations, force evaluations = 20 37
+
+Pair time (%) = 0.214686 (471.38)
+Neigh time (%) = 0.0033505 (7.35659)
+Comm time (%) = 0.00129128 (2.83522)
+Outpt time (%) = 0.000741005 (1.627)
+Other time (%) = -0.174525 (-383.199)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
+ 2410 2342.2827 -2026.5166 -2026.5166 15404.262 -15404.262
+ 2420 2382.5378 -2027.7681 -2027.7681 16163.446 -16163.446
+ 2430 2438.3767 -2029.9317 -2029.9317 15993.87 -15993.87
+ 2440 2426.9856 -2027.6728 -2027.6728 14792.91 -14792.91
+ 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
+Loop time of 0.123728 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
+ 2473 2401.5475 -2213.3003 -2213.3003 13119.015 -13119.015
+Loop time of 0.0517559 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2024.55457908 -2213.28937295 -2213.30033868
+ Force two-norm initial, final = 71.9936 0.541834
+ Force max component initial, final = 7.17566 0.0693126
+ Final line search alpha, max atom move = 0.0625 0.00433204
+ Iterations, force evaluations = 23 45
+
+Pair time (%) = 0.384 (741.944)
+Neigh time (%) = 0.0066936 (12.933)
+Comm time (%) = 0.00218463 (4.22102)
+Outpt time (%) = 0.00108004 (2.08679)
+Other time (%) = -0.342202 (-661.185)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14248 ave 14248 max 14248 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14248
+Ave neighs/atom = 27.8826
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
+ 2460 2468.118 -2027.564 -2027.564 15393.761 -15393.761
+ 2470 2479.5826 -2027.0538 -2027.0538 17035.138 -17035.138
+ 2480 2424.6189 -2022.344 -2022.344 17053.507 -17053.507
+ 2490 2478.0671 -2024.9216 -2024.9216 16079.338 -16079.338
+ 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
+Loop time of 0.123138 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
+ 2524 2448.6081 -2213.2752 -2213.2752 13426.238 -13426.238
+Loop time of 0.0537319 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.16465785 -2213.25972636 -2213.2751594
+ Force two-norm initial, final = 70.4487 0.521154
+ Force max component initial, final = 6.32576 0.0610667
+ Final line search alpha, max atom move = 0.0535503 0.00327014
+ Iterations, force evaluations = 24 46
+
+Pair time (%) = 0.554688 (1032.33)
+Neigh time (%) = 0.0100482 (18.7005)
+Comm time (%) = 0.00308013 (5.7324)
+Outpt time (%) = 0.00141811 (2.63924)
+Other time (%) = -0.515503 (-959.398)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
+ 2510 2419.6839 -2019.5788 -2019.5788 17134.22 -17134.22
+ 2520 2441.3292 -2020.4113 -2020.4113 15868.184 -15868.184
+ 2530 2427.7202 -2018.9948 -2018.9948 13904.575 -13904.575
+ 2540 2393.5055 -2016.2936 -2016.2936 12539.454 -12539.454
+ 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
+Loop time of 0.123727 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
+ 2573 2351.6029 -2213.2797 -2213.2797 12761.366 -12761.366
+Loop time of 0.060132 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2013.09543797 -2213.26625594 -2213.27974746
+ Force two-norm initial, final = 71.6772 0.508499
+ Force max component initial, final = 5.7552 0.0429461
+ Final line search alpha, max atom move = 0.125 0.00536827
+ Iterations, force evaluations = 23 54
+
+Pair time (%) = 0.732995 (1218.98)
+Neigh time (%) = 0.0127063 (21.1306)
+Comm time (%) = 0.00401187 (6.67177)
+Outpt time (%) = 0.00175214 (2.91382)
+Other time (%) = -0.691334 (-1149.69)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
+ 2560 2446.7302 -2018.9319 -2018.9319 15342.039 -15342.039
+ 2570 2449.4004 -2018.6912 -2018.6912 16626.516 -16626.516
+ 2580 2547.468 -2024.8695 -2024.8695 14714.628 -14714.628
+ 2590 2509.6683 -2022.2435 -2022.2435 15376.083 -15376.083
+ 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
+Loop time of 0.123685 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
+ 2623 2463.9026 -2213.3012 -2213.3012 13537.908 -13537.908
+Loop time of 0.0592761 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2019.26001831 -2213.2825459 -2213.30120329
+ Force two-norm initial, final = 71.1964 0.621621
+ Force max component initial, final = 6.1429 0.0583863
+ Final line search alpha, max atom move = 0.108326 0.00632478
+ Iterations, force evaluations = 23 54
+
+Pair time (%) = 0.909705 (1534.69)
+Neigh time (%) = 0.0160382 (27.0567)
+Comm time (%) = 0.00495315 (8.35606)
+Outpt time (%) = 0.00208139 (3.51135)
+Other time (%) = -0.873501 (-1473.61)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
+ 2610 2480.416 -2020.469 -2020.469 17078.938 -17078.938
+ 2620 2613.8435 -2029.5461 -2029.5461 15724.611 -15724.611
+ 2630 2542.9404 -2025.4049 -2025.4049 15040.348 -15040.348
+ 2640 2387.9624 -2015.8865 -2015.8865 14733.46 -14733.46
+ 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
+Loop time of 0.124119 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
+ 2673 2373.4167 -2213.3171 -2213.3171 12915.21 -12915.21
+Loop time of 0.054354 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2015.61862595 -2213.30411304 -2213.31710832
+ Force two-norm initial, final = 71.1767 0.405312
+ Force max component initial, final = 5.79656 0.055302
+ Final line search alpha, max atom move = 0.0625 0.00345638
+ Iterations, force evaluations = 23 47
+
+Pair time (%) = 1.08134 (1989.44)
+Neigh time (%) = 0.0200155 (36.8243)
+Comm time (%) = 0.00589275 (10.8414)
+Outpt time (%) = 0.00241542 (4.44387)
+Other time (%) = -1.05531 (-1941.55)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
+ 2660 2450.5119 -2021.4083 -2021.4083 12045.631 -12045.631
+ 2670 2402.5212 -2019.0102 -2019.0102 11713.128 -11713.128
+ 2680 2409.6609 -2020.2761 -2020.2761 13747.184 -13747.184
+ 2690 2470.8905 -2025.1855 -2025.1855 14895.557 -14895.557
+ 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
+Loop time of 0.124206 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
+ 2723 2419.8424 -2213.2557 -2213.2557 13230.277 -13230.277
+Loop time of 0.053272 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.79560195 -2213.23469415 -2213.25574206
+ Force two-norm initial, final = 69.9402 0.489319
+ Force max component initial, final = 7.23275 0.0613992
+ Final line search alpha, max atom move = 0.11057 0.00678891
+ Iterations, force evaluations = 23 47
+
+Pair time (%) = 1.25336 (2352.76)
+Neigh time (%) = 0.0226917 (42.596)
+Comm time (%) = 0.0067606 (12.6907)
+Outpt time (%) = 0.0027473 (5.15711)
+Other time (%) = -1.23229 (-2313.2)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
+ 2710 2424.9859 -2024.1904 -2024.1904 13957.655 -13957.655
+ 2720 2452.9126 -2027.1851 -2027.1851 14298.784 -14298.784
+ 2730 2443.6315 -2027.852 -2027.852 15320.632 -15320.632
+ 2740 2418.4716 -2027.5687 -2027.5687 15521.918 -15521.918
+ 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+Loop time of 0.123042 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2774 2412.7887 -2213.2921 -2213.2921 13184.173 -13184.173
+Loop time of 0.047287 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.63923407 -2213.27737535 -2213.29205334
+ Force two-norm initial, final = 67.8626 0.537818
+ Force max component initial, final = 5.9159 0.0716169
+ Final line search alpha, max atom move = 0.0625 0.00447606
+ Iterations, force evaluations = 24 39
+
+Pair time (%) = 1.41695 (2996.5)
+Neigh time (%) = 0.0266728 (56.4063)
+Comm time (%) = 0.00762677 (16.1287)
+Outpt time (%) = 0.00308418 (6.52227)
+Other time (%) = -1.40705 (-2975.56)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2760 2340.4685 -2025.3124 -2025.3124 12959.615 -12959.615
+ 2770 2272.766 -2022.1638 -2022.1638 11704.18 -11704.18
+ 2780 2205.7774 -2018.82 -2018.82 12587.813 -12587.813
+ 2790 2272.1053 -2023.994 -2023.994 13850.448 -13850.448
+ 2800 2367.6808 -2030.9447 -2030.9447 14161.403 -14161.403
+Loop time of 0.123369 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2367.6808 -2030.9447 -2030.9447 14161.403 -14161.403
+ 2820 2367.6808 -2210.2791 -2210.2791 13363.522 -13363.522
+Loop time of 0.04913 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2030.94467388 -2210.26025244 -2210.27913224
+ Force two-norm initial, final = 66.6779 0.825083
+ Force max component initial, final = 5.8678 0.110945
+ Final line search alpha, max atom move = 0.0431632 0.00478874
+ Iterations, force evaluations = 20 39
+
+Pair time (%) = 1.58413 (3224.38)
+Neigh time (%) = 0.029346 (59.7313)
+Comm time (%) = 0.00845456 (17.2086)
+Outpt time (%) = 0.00341392 (6.94874)
+Other time (%) = -1.57622 (-3208.26)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14226 ave 14226 max 14226 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14226
+Ave neighs/atom = 27.8395
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2810 1.2293633e-10 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2820 1.3480216e-09 -2213.2803 -2213.2803 -3389.767 3389.767
+ 2830 6.5852325e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
+ 2840 3.5467304e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
+ 2850 1.4091684e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
+ 2860 6.9594762e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
+ 2870 3.0412185e-06 -2213.2818 -2213.2818 -3389.6264 3389.6264
+ 2880 1.4596618e-05 -2213.287 -2213.287 -3388.9453 3388.9453
+ 2890 3.1163323e-05 -2213.2999 -2213.2999 -3387.5726 3387.5726
+ 2900 3.6041997e-05 -2213.3227 -2213.3227 -3384.7058 3384.7058
+ 2910 1.8568935e-07 -2213.3239 -2213.3239 -3384.7468 3384.7468
+ 2920 3.6920855e-06 -2213.3261 -2213.3261 -3384.5942 3384.5942
+ 2930 9.4360846e-06 -2213.332 -2213.332 -3384.0101 3384.0101
+ 2940 1.1710672e-08 -2213.3346 -2213.3346 -3383.7041 3383.7041
+ 2950 6.0726996e-07 -2213.3349 -2213.3349 -3383.6743 3383.6743
+ 2960 1.1429597e-07 -2213.3354 -2213.3354 -3383.6101 3383.6101
+ 2970 4.5634608e-08 -2213.3355 -2213.3355 -3383.6009 3383.6009
+ 2980 5.3141648e-07 -2213.3358 -2213.3358 -3383.5678 3383.5678
+ 2990 1.5459803e-06 -2213.3366 -2213.3366 -3383.4724 3383.4724
+ 3000 1.8362091e-10 -2213.3372 -2213.3372 -3383.4083 3383.4083
+Loop time of 0.201281 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.28029768 -2213.33724928 -2213.33724928
+ Force two-norm initial, final = 0.377272 0.0128535
+ Force max component initial, final = 0.037084 0.000961095
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176391 (87.6344)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0016129 (0.801318)
+Outpt time (%) = 0.0013361 (0.663797)
+Other time (%) = 0.0219407 (10.9005)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3010 1.4269833e-13 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3020 1.5647392e-12 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3030 7.6441398e-12 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3040 4.1183032e-11 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3050 1.6369583e-10 -2213.3372 -2213.3372 -3383.4083 3383.4083
+ 3060 8.1324471e-10 -2213.3372 -2213.3372 -3383.4082 3383.4082
+ 3070 3.6429029e-09 -2213.3373 -2213.3373 -3383.4081 3383.4081
+ 3080 2.3513179e-08 -2213.3373 -2213.3373 -3383.4074 3383.4074
+ 3090 5.0934773e-08 -2213.3373 -2213.3373 -3383.4054 3383.4054
+ 3100 1.1373396e-07 -2213.3373 -2213.3373 -3383.399 3383.399
+ 3105 3.5240217e-09 -2213.3373 -2213.3373 -3383.3988 3383.3988
+Loop time of 0.106132 on 1 procs for 105 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33724928 -2213.33734856 -2213.33734922
+ Force two-norm initial, final = 0.0128535 0.00683845
+ Force max component initial, final = 0.000961095 0.000532183
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 105 105
+
+Pair time (%) = 0.0934894 (88.0878)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00085187 (0.802651)
+Outpt time (%) = 0.000666618 (0.628103)
+Other time (%) = 0.0111241 (10.4814)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
+ 1560 2432.8567 -2029.5459 -2029.5459 15515.221 -15515.221
+ 1570 2445.7821 -2030.9457 -2030.9457 15217.446 -15217.446
+ 1580 2351.6223 -2025.2149 -2025.2149 15697.092 -15697.092
+ 1590 2464.4216 -2033.0777 -2033.0777 15198.406 -15198.406
+ 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
+Loop time of 0.124684 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
+ 1621 2386.2043 -2213.3006 -2213.3006 13000.257 -13000.257
+Loop time of 0.049021 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.30721956 -2213.27949176 -2213.30055148
+ Force two-norm initial, final = 70.1572 0.56712
+ Force max component initial, final = 5.87302 0.0597908
+ Final line search alpha, max atom move = 0.0713105 0.00426371
+ Iterations, force evaluations = 21 42
+
+Pair time (%) = 0.261075 (532.577)
+Neigh time (%) = 0.00332689 (6.78667)
+Comm time (%) = 0.0017333 (3.53584)
+Outpt time (%) = 0.000997305 (2.03444)
+Other time (%) = -0.218111 (-444.934)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1600 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1610 1.903962e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1620 2.0876144e-09 -2213.2368 -2213.2368 -3396.254 3396.254
+ 1630 1.0194107e-08 -2213.2368 -2213.2368 -3396.251 3396.251
+ 1640 5.4814382e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
+ 1650 2.158592e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
+ 1660 1.0323469e-06 -2213.2374 -2213.2374 -3395.8743 3395.8743
+ 1670 3.80974e-06 -2213.2391 -2213.2391 -3394.881 3394.881
+ 1680 1.6457149e-05 -2213.2463 -2213.2463 -3391.3417 3391.3417
+ 1690 5.1426729e-05 -2213.2664 -2213.2664 -3390.7619 3390.7619
+ 1700 0.00011186626 -2213.3179 -2213.3179 -3385.9329 3385.9329
+ 1710 1.5692813e-06 -2213.3361 -2213.3361 -3385.8059 3385.8059
+ 1720 3.620037e-07 -2213.3366 -2213.3366 -3383.7626 3383.7626
+ 1730 8.9550746e-07 -2213.337 -2213.337 -3383.1443 3383.1443
+ 1740 1.6933592e-07 -2213.3373 -2213.3373 -3383.5474 3383.5474
+ 1750 2.109086e-08 -2213.3373 -2213.3373 -3383.4057 3383.4057
+ 1760 9.955035e-08 -2213.3373 -2213.3373 -3383.3181 3383.3181
+ 1770 8.0436033e-09 -2213.3374 -2213.3374 -3383.2071 3383.2071
+ 1772 2.4465942e-08 -2213.3374 -2213.3374 -3383.3258 3383.3258
+Loop time of 0.16973 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23675492 -2213.33737864 -2213.33738192
+ Force two-norm initial, final = 0.469509 0.00765401
+ Force max component initial, final = 0.0569166 0.000591365
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.153308 (90.3249)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136995 (0.807137)
+Outpt time (%) = 0.00115275 (0.679169)
+Other time (%) = 0.0138988 (8.1888)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1772 0 -2213.3374 -2213.3374 -3383.3258 3383.3258
+ 1780 2.8333757e-14 -2213.3374 -2213.3374 -3383.3258 3383.3258
+ 1790 3.5758824e-13 -2213.3374 -2213.3374 -3383.3258 3383.3258
+ 1800 1.9858165e-12 -2213.3374 -2213.3374 -3383.3258 3383.3258
+ 1810 1.0242626e-11 -2213.3374 -2213.3374 -3383.326 3383.326
+ 1820 4.2987756e-11 -2213.3374 -2213.3374 -3383.3267 3383.3267
+ 1830 1.8887766e-10 -2213.3374 -2213.3374 -3383.33 3383.33
+ 1840 6.4068014e-10 -2213.3374 -2213.3374 -3383.3421 3383.3421
+ 1850 1.3996876e-09 -2213.3374 -2213.3374 -3383.3833 3383.3833
+ 1860 2.5640256e-09 -2213.3374 -2213.3374 -3383.4044 3383.4044
+ 1870 5.6679589e-09 -2213.3374 -2213.3374 -3383.4181 3383.4181
+ 1880 7.8768986e-10 -2213.3374 -2213.3374 -3383.4161 3383.4161
+ 1890 1.0600335e-10 -2213.3374 -2213.3374 -3383.3914 3383.3914
+ 1900 9.8260169e-11 -2213.3374 -2213.3374 -3383.399 3383.399
+ 1910 2.098434e-10 -2213.3374 -2213.3374 -3383.405 3383.405
+ 1920 6.104512e-13 -2213.3374 -2213.3374 -3383.3935 3383.3935
+ 1930 7.5910207e-12 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 1940 1.6410872e-11 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 1950 4.5082819e-14 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 1960 1.5540537e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1970 6.3115738e-15 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1972 1.4476866e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.196571 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738192 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00765401 1.17543e-05
+ Force max component initial, final = 0.000591365 9.52569e-07
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177917 (90.51)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158095 (0.804265)
+Outpt time (%) = 0.00142789 (0.726398)
+Other time (%) = 0.0156457 (7.95933)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1610 2395.4954 -2027.8284 -2027.8284 15318.247 -15318.247
+ 1620 2410.4867 -2029.0822 -2029.0822 14916.579 -14916.579
+ 1630 2410.4073 -2029.2896 -2029.2896 13799.243 -13799.243
+ 1640 2373.75 -2027.0391 -2027.0391 13445.864 -13445.864
+ 1650 2367.6754 -2026.7338 -2026.7338 14253.354 -14253.354
+Loop time of 0.123196 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2367.6754 -2026.7338 -2026.7338 14253.354 -14253.354
+ 1674 2367.6754 -2213.3239 -2213.3239 12875.176 -12875.176
+Loop time of 0.0563829 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.73378441 -2213.31685124 -2213.32390268
+ Force two-norm initial, final = 69.2699 0.312392
+ Force max component initial, final = 7.14375 0.0388695
+ Final line search alpha, max atom move = 0.0625 0.00242934
+ Iterations, force evaluations = 24 51
+
+Pair time (%) = 0.351251 (622.975)
+Neigh time (%) = 0.00333476 (5.91449)
+Comm time (%) = 0.00252199 (4.47297)
+Outpt time (%) = 0.00175905 (3.11983)
+Other time (%) = -0.302484 (-536.482)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1660 1.9039636e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1670 2.0876397e-09 -2213.2368 -2213.2368 -3396.254 3396.254
+ 1680 1.019501e-08 -2213.2368 -2213.2368 -3396.251 3396.251
+ 1690 5.4836787e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
+ 1700 2.1631012e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
+ 1710 1.0410765e-06 -2213.2374 -2213.2374 -3395.8734 3395.8734
+ 1720 3.9776375e-06 -2213.2391 -2213.2391 -3394.8661 3394.8661
+ 1730 1.9726636e-05 -2213.2468 -2213.2468 -3391.1907 3391.1907
+ 1740 4.9424717e-05 -2213.2674 -2213.2674 -3390.6625 3390.6625
+ 1750 0.00010131083 -2213.3169 -2213.3169 -3385.5927 3385.5927
+ 1760 5.8765903e-07 -2213.3359 -2213.3359 -3382.4903 3382.4903
+ 1770 3.0721118e-07 -2213.3363 -2213.3363 -3383.8568 3383.8568
+ 1780 1.1126337e-06 -2213.3369 -2213.3369 -3383.8586 3383.8586
+ 1790 5.0779858e-08 -2213.3372 -2213.3372 -3383.1953 3383.1953
+ 1800 1.8539281e-08 -2213.3373 -2213.3373 -3383.473 3383.473
+ 1810 9.4598749e-08 -2213.3373 -2213.3373 -3383.5575 3383.5575
+ 1820 8.1320268e-09 -2213.3374 -2213.3374 -3383.3351 3383.3351
+ 1821 1.0474048e-08 -2213.3374 -2213.3374 -3383.3871 3383.3871
+Loop time of 0.169754 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23675492 -2213.33735318 -2213.33735427
+ Force two-norm initial, final = 0.469509 0.00837425
+ Force max component initial, final = 0.0569166 0.00207917
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.152383 (89.7669)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136542 (0.804354)
+Outpt time (%) = 0.00114703 (0.675702)
+Other time (%) = 0.0148587 (8.75309)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1821 0 -2213.3374 -2213.3374 -3383.3871 3383.3871
+ 1822 4.9115389e-16 -2213.3374 -2213.3374 -3383.3871 3383.3871
+Loop time of 0.00215411 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735427 -2213.33735427 -2213.33735427
+ Force two-norm initial, final = 0.00837425 0.00837425
+ Force max component initial, final = 0.00207917 0.00207917
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186801 (86.7183)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.752629)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00026989 (12.5291)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1660 2399.0215 -2027.7867 -2027.7867 15349.838 -15349.838
+ 1670 2414.985 -2028.8963 -2028.8963 14973.949 -14973.949
+ 1680 2415.598 -2028.9999 -2028.9999 13861.855 -13861.855
+ 1690 2379.4271 -2026.6832 -2026.6832 13499.579 -13499.579
+ 1700 2372.6321 -2026.2702 -2026.2702 14300.895 -14300.895
+Loop time of 0.123292 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2372.6321 -2026.2702 -2026.2702 14300.895 -14300.895
+ 1720 2372.6321 -2213.2886 -2213.2886 12900.497 -12900.497
+Loop time of 0.0414021 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.27016518 -2213.27096503 -2213.28864614
+ Force two-norm initial, final = 69.3408 0.451586
+ Force max component initial, final = 7.15351 0.0517507
+ Final line search alpha, max atom move = 0.0625 0.00323442
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160619 (387.95)
+Neigh time (%) = 0.00333619 (8.05802)
+Comm time (%) = 0.00082612 (1.99536)
+Outpt time (%) = 0.000329733 (0.796416)
+Other time (%) = -0.123709 (-298.799)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1710 1.9039631e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1720 2.0876326e-09 -2213.2368 -2213.2368 -3396.254 3396.254
+ 1730 1.0194757e-08 -2213.2368 -2213.2368 -3396.251 3396.251
+ 1740 5.4830491e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
+ 1750 2.1618289e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
+ 1760 1.0385676e-06 -2213.2374 -2213.2374 -3395.8736 3395.8736
+ 1770 3.9254435e-06 -2213.2391 -2213.2391 -3394.8706 3394.8706
+ 1780 1.8325122e-05 -2213.2466 -2213.2466 -3391.2442 3391.2442
+ 1790 4.9838004e-05 -2213.2669 -2213.2669 -3390.6981 3390.6981
+ 1800 0.00011285097 -2213.3181 -2213.3181 -3385.9871 3385.9871
+ 1810 8.1872924e-07 -2213.3358 -2213.3358 -3382.9198 3382.9198
+ 1820 2.9812713e-07 -2213.3361 -2213.3361 -3384.0801 3384.0801
+ 1830 1.0603178e-06 -2213.3367 -2213.3367 -3383.7592 3383.7592
+ 1840 5.0459013e-08 -2213.3372 -2213.3372 -3382.6938 3382.6938
+ 1850 1.715067e-08 -2213.3372 -2213.3372 -3383.6069 3383.6069
+ 1860 1.0846694e-07 -2213.3373 -2213.3373 -3383.5056 3383.5056
+ 1870 1.5983957e-07 -2213.3374 -2213.3374 -3383.6626 3383.6626
+ 1874 7.6586338e-09 -2213.3374 -2213.3374 -3383.4412 3383.4412
+Loop time of 0.173376 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23675492 -2213.33736535 -2213.33736644
+ Force two-norm initial, final = 0.469509 0.00587338
+ Force max component initial, final = 0.0569166 0.000589953
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.155107 (89.463)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140166 (0.808453)
+Outpt time (%) = 0.00114632 (0.661174)
+Other time (%) = 0.0157206 (9.06736)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1874 0 -2213.3374 -2213.3374 -3383.4412 3383.4412
+ 1875 2.4160288e-16 -2213.3374 -2213.3374 -3383.4412 3383.4412
+Loop time of 0.0021379 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736644 -2213.33736644 -2213.33736644
+ Force two-norm initial, final = 0.00587338 0.00587338
+ Force max component initial, final = 0.000589953 0.000589953
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187778 (87.8332)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.747184)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000244141 (11.4196)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
+ 1610 2288.1726 -2021.8028 -2021.8028 16400.991 -16400.991
+ 1620 2434.8559 -2031.3584 -2031.3584 16028.052 -16028.052
+ 1630 2456.8598 -2032.6971 -2032.6971 16847.851 -16847.851
+ 1640 2408.0776 -2029.4432 -2029.4432 16811.757 -16811.757
+ 1650 2397.4322 -2028.7201 -2028.7201 15469.927 -15469.927
+Loop time of 0.124112 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2397.4322 -2028.7201 -2028.7201 15469.927 -15469.927
+ 1671 2397.4322 -2213.2904 -2213.2904 13081.727 -13081.727
+Loop time of 0.052758 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.72013166 -2213.27480133 -2213.29035342
+ Force two-norm initial, final = 70.9326 0.613581
+ Force max component initial, final = 7.23444 0.0647895
+ Final line search alpha, max atom move = 0.0625 0.00404934
+ Iterations, force evaluations = 21 45
+
+Pair time (%) = 0.172591 (327.138)
+Neigh time (%) = 0.00335598 (6.36109)
+Comm time (%) = 0.000907183 (1.71952)
+Outpt time (%) = 0.000334024 (0.633126)
+Other time (%) = -0.124431 (-235.852)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1660 2.7779207e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1670 3.0458308e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1680 1.4872375e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1690 7.9942982e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1700 3.14469e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1710 1.4945056e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1720 5.4023854e-06 -2213.3038 -2213.3038 -3388.0375 3388.0375
+ 1730 2.0177025e-05 -2213.3117 -2213.3117 -3386.6174 3386.6174
+ 1740 2.2596202e-05 -2213.3208 -2213.3208 -3384.5959 3384.5959
+ 1750 2.1579574e-05 -2213.3311 -2213.3311 -3382.7545 3382.7545
+ 1760 2.4416637e-06 -2213.3353 -2213.3353 -3383.944 3383.944
+ 1770 5.0993634e-07 -2213.3359 -2213.3359 -3383.2452 3383.2452
+ 1780 1.2743725e-06 -2213.3366 -2213.3366 -3383.5472 3383.5472
+ 1790 8.1089085e-08 -2213.3371 -2213.3371 -3383.5967 3383.5967
+ 1800 2.817385e-08 -2213.3371 -2213.3371 -3383.3971 3383.3971
+ 1810 1.5247229e-07 -2213.3372 -2213.3372 -3383.4062 3383.4062
+ 1820 2.2278323e-07 -2213.3373 -2213.3373 -3383.3295 3383.3295
+ 1830 3.7407688e-09 -2213.3374 -2213.3374 -3383.4006 3383.4006
+ 1832 6.1944792e-09 -2213.3374 -2213.3374 -3383.3945 3383.3945
+Loop time of 0.180798 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33735555 -2213.3373562
+ Force two-norm initial, final = 0.56712 0.00789048
+ Force max component initial, final = 0.0597908 0.000615123
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.1623 (89.7686)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143409 (0.7932)
+Outpt time (%) = 0.0012207 (0.675176)
+Other time (%) = 0.0158434 (8.76304)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1832 0 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 1833 4.360467e-16 -2213.3374 -2213.3374 -3383.3945 3383.3945
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373562 -2213.3373562 -2213.3373562
+ Force two-norm initial, final = 0.00789048 0.00789048
+ Force max component initial, final = 0.000615123 0.000615123
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186896 (87.294)
+Neigh time (%) = 0 (0)
+Comm time (%) = 2.02656e-05 (0.946548)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00025177 (11.7595)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1660 2399.9675 -2027.7756 -2027.7756 15358.286 -15358.286
+ 1670 2416.2601 -2028.8461 -2028.8461 14989.876 -14989.876
+ 1680 2417.1559 -2028.9183 -2028.9183 13880.357 -13880.357
+ 1690 2381.2028 -2026.5778 -2026.5778 13516.917 -13516.917
+ 1700 2374.304 -2026.1293 -2026.1293 14317.592 -14317.592
+Loop time of 0.123481 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2374.304 -2026.1293 -2026.1293 14317.592 -14317.592
+ 1720 2374.304 -2213.2885 -2213.2885 12913.252 -12913.252
+Loop time of 0.0414131 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.12933444 -2213.26813047 -2213.28850602
+ Force two-norm initial, final = 69.3636 0.461337
+ Force max component initial, final = 7.15659 0.0845325
+ Final line search alpha, max atom move = 0.0525704 0.00444391
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160813 (388.315)
+Neigh time (%) = 0.00332761 (8.03516)
+Comm time (%) = 0.000819683 (1.97929)
+Outpt time (%) = 0.000333071 (0.804265)
+Other time (%) = -0.123881 (-299.134)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1710 2.7779202e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1720 3.0458228e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1730 1.4872089e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1740 7.9935903e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1750 3.1432659e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1760 1.4917548e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1770 5.3498097e-06 -2213.3038 -2213.3038 -3388.0384 3388.0384
+ 1780 1.919461e-05 -2213.3115 -2213.3115 -3386.6434 3386.6434
+ 1790 2.3599656e-05 -2213.3208 -2213.3208 -3384.6496 3384.6496
+ 1800 2.3196535e-05 -2213.3314 -2213.3314 -3382.7678 3382.7678
+ 1810 2.4643348e-06 -2213.3348 -2213.3348 -3383.3078 3383.3078
+ 1820 8.1931074e-07 -2213.3353 -2213.3353 -3383.5544 3383.5544
+ 1830 2.2850573e-06 -2213.3364 -2213.3364 -3383.2655 3383.2655
+ 1840 1.6674163e-07 -2213.3369 -2213.3369 -3383.5464 3383.5464
+ 1850 5.1142061e-08 -2213.337 -2213.337 -3383.4639 3383.4639
+ 1860 3.6080382e-07 -2213.3372 -2213.3372 -3383.4022 3383.4022
+ 1870 3.7056281e-07 -2213.3374 -2213.3374 -3383.2202 3383.2202
+ 1880 2.0851717e-09 -2213.3374 -2213.3374 -3383.4057 3383.4057
+ 1881 2.6884154e-09 -2213.3374 -2213.3374 -3383.3956 3383.3956
+Loop time of 0.179999 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.3373868 -2213.33738706
+ Force two-norm initial, final = 0.56712 0.00354784
+ Force max component initial, final = 0.0597908 0.000378404
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.161204 (89.5581)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143933 (0.799633)
+Outpt time (%) = 0.00120306 (0.66837)
+Other time (%) = 0.0161529 (8.97385)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1881 0 -2213.3374 -2213.3374 -3383.3956 3383.3956
+ 1882 8.8156415e-17 -2213.3374 -2213.3374 -3383.3956 3383.3956
+Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738706 -2213.33738706 -2213.33738706
+ Force two-norm initial, final = 0.00354784 0.00354784
+ Force max component initial, final = 0.000378404 0.000378404
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187516 (87.8673)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.74852)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000242949 (11.3842)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1710 2399.896 -2027.7764 -2027.7764 15357.653 -15357.653
+ 1720 2416.1542 -2028.85 -2028.85 14988.598 -14988.598
+ 1730 2417.0105 -2028.925 -2028.925 13878.685 -13878.685
+ 1740 2381.0051 -2026.5875 -2026.5875 13514.949 -13514.949
+ 1750 2374.069 -2026.144 -2026.144 14315.122 -14315.122
+Loop time of 0.12291 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2374.069 -2026.144 -2026.144 14315.122 -14315.122
+ 1770 2374.069 -2213.2882 -2213.2882 12910.695 -12910.695
+Loop time of 0.041626 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.14395868 -2213.26805179 -2213.28822947
+ Force two-norm initial, final = 69.3609 0.453321
+ Force max component initial, final = 7.15623 0.0773247
+ Final line search alpha, max atom move = 0.0539685 0.0041731
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160465 (385.491)
+Neigh time (%) = 0.00332785 (7.99464)
+Comm time (%) = 0.000820875 (1.97203)
+Outpt time (%) = 0.000328779 (0.789841)
+Other time (%) = -0.123316 (-296.248)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1760 2.7779202e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1770 3.0458229e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1780 1.4872092e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1790 7.9935973e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1800 3.1432795e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1810 1.491777e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1820 5.3499076e-06 -2213.3038 -2213.3038 -3388.0384 3388.0384
+ 1830 1.9161704e-05 -2213.3115 -2213.3115 -3386.6439 3386.6439
+ 1840 2.3583288e-05 -2213.3208 -2213.3208 -3384.6523 3384.6523
+ 1850 2.3273759e-05 -2213.3314 -2213.3314 -3382.7659 3382.7659
+ 1860 1.8049904e-06 -2213.3356 -2213.3356 -3382.8249 3382.8249
+ 1870 4.7725775e-07 -2213.3367 -2213.3367 -3383.4148 3383.4148
+ 1880 7.5354839e-07 -2213.3371 -2213.3371 -3383.2496 3383.2496
+ 1890 2.7061835e-08 -2213.3373 -2213.3373 -3383.5822 3383.5822
+ 1900 7.424164e-09 -2213.3374 -2213.3374 -3383.3644 3383.3644
+ 1910 3.6991309e-08 -2213.3374 -2213.3374 -3383.3746 3383.3746
+ 1920 1.9974737e-09 -2213.3374 -2213.3374 -3383.4325 3383.4325
+ 1922 3.5271325e-09 -2213.3374 -2213.3374 -3383.3996 3383.3996
+Loop time of 0.176229 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33737979 -2213.33738013
+ Force two-norm initial, final = 0.56712 0.00441086
+ Force max component initial, final = 0.0597908 0.000399661
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.154103 (87.4448)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139165 (0.789682)
+Outpt time (%) = 0.00115895 (0.65764)
+Other time (%) = 0.0195754 (11.1079)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1922 0 -2213.3374 -2213.3374 -3383.3996 3383.3996
+ 1923 1.3626153e-16 -2213.3374 -2213.3374 -3383.3996 3383.3996
+Loop time of 0.00220299 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738013 -2213.33738013 -2213.33738013
+ Force two-norm initial, final = 0.00441086 0.00441086
+ Force max component initial, final = 0.000399661 0.000399661
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00189519 (86.0281)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.779221)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000290632 (13.1926)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1760 2399.7949 -2027.7775 -2027.7775 15356.763 -15356.763
+ 1770 2415.9957 -2028.8554 -2028.8554 14986.723 -14986.723
+ 1780 2416.786 -2028.935 -2028.935 13876.121 -13876.121
+ 1790 2380.6969 -2026.6024 -2026.6024 13511.832 -13511.832
+ 1800 2373.6947 -2026.1665 -2026.1665 14311.164 -14311.164
+Loop time of 0.12385 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2373.6947 -2026.1665 -2026.1665 14311.164 -14311.164
+ 1820 2373.6947 -2213.2882 -2213.2882 12907.171 -12907.171
+Loop time of 0.0416481 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.16652951 -2213.26825358 -2213.28819682
+ Force two-norm initial, final = 69.3565 0.451708
+ Force max component initial, final = 7.15566 0.0699404
+ Final line search alpha, max atom move = 0.0559213 0.00391116
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.161416 (387.571)
+Neigh time (%) = 0.00333071 (7.99725)
+Comm time (%) = 0.000823259 (1.9767)
+Outpt time (%) = 0.000341415 (0.819761)
+Other time (%) = -0.124264 (-298.365)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1810 2.7779202e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1820 3.0458232e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1830 1.4872103e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1840 7.9936251e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1850 3.1433349e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1860 1.4918798e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1870 5.3515352e-06 -2213.3038 -2213.3038 -3388.0384 3388.0384
+ 1880 1.9157705e-05 -2213.3115 -2213.3115 -3386.6436 3386.6436
+ 1890 2.3551938e-05 -2213.3208 -2213.3208 -3384.6534 3384.6534
+ 1900 2.3301436e-05 -2213.3314 -2213.3314 -3382.7626 3382.7626
+ 1910 2.4747535e-06 -2213.3348 -2213.3348 -3383.3011 3383.3011
+ 1920 8.225062e-07 -2213.3353 -2213.3353 -3383.5537 3383.5537
+ 1930 2.283503e-06 -2213.3364 -2213.3364 -3383.263 3383.263
+ 1940 1.6849902e-07 -2213.3369 -2213.3369 -3383.5465 3383.5465
+ 1950 5.1228876e-08 -2213.337 -2213.337 -3383.4635 3383.4635
+ 1960 3.593176e-07 -2213.3372 -2213.3372 -3383.4021 3383.4021
+ 1970 3.650815e-07 -2213.3374 -2213.3374 -3383.2153 3383.2153
+ 1980 2.0546335e-09 -2213.3374 -2213.3374 -3383.4077 3383.4077
+ 1981 2.6569368e-09 -2213.3374 -2213.3374 -3383.3963 3383.3963
+Loop time of 0.18622 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33738671 -2213.33738698
+ Force two-norm initial, final = 0.56712 0.00356388
+ Force max component initial, final = 0.0597908 0.000367145
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.16214 (87.0689)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146723 (0.787901)
+Outpt time (%) = 0.00122023 (0.655261)
+Other time (%) = 0.0213928 (11.4879)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 1981 0 -2213.3374 -2213.3374 -3383.3963 3383.3963
+ 1982 8.8955349e-17 -2213.3374 -2213.3374 -3383.3963 3383.3963
+Loop time of 0.0021379 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738698 -2213.33738698 -2213.33738698
+ Force two-norm initial, final = 0.00356388 0.00356388
+ Force max component initial, final = 0.000367145 0.000367145
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187325 (87.6213)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.747184)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000248671 (11.6315)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1810 2399.6196 -2027.7794 -2027.7794 15355.224 -15355.224
+ 1820 2415.7099 -2028.865 -2028.865 14983.386 -14983.386
+ 1830 2416.3718 -2028.953 -2028.953 13871.412 -13871.412
+ 1840 2380.1274 -2026.6298 -2026.6298 13506.012 -13506.012
+ 1850 2373.0006 -2026.208 -2026.208 14303.784 -14303.784
+Loop time of 0.123418 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2373.0006 -2026.208 -2026.208 14303.784 -14303.784
+ 1870 2373.0006 -2213.2899 -2213.2899 12901.991 -12901.991
+Loop time of 0.0414431 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.20796033 -2213.26990117 -2213.28985688
+ Force two-norm initial, final = 69.3484 0.466853
+ Force max component initial, final = 7.15462 0.0685554
+ Final line search alpha, max atom move = 0.0596778 0.00409124
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160806 (388.016)
+Neigh time (%) = 0.00332999 (8.03509)
+Comm time (%) = 0.000821829 (1.98303)
+Outpt time (%) = 0.000332117 (0.801381)
+Other time (%) = -0.123847 (-298.835)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1860 2.7779203e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1870 3.0458244e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1880 1.4872144e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1890 7.9937262e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1900 3.1435381e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1910 1.4922696e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1920 5.3587761e-06 -2213.3038 -2213.3038 -3388.0383 3388.0383
+ 1930 1.9275915e-05 -2213.3116 -2213.3116 -3386.6403 3386.6403
+ 1940 2.3467365e-05 -2213.3208 -2213.3208 -3384.6476 3384.6476
+ 1950 2.3125469e-05 -2213.3313 -2213.3313 -3382.7558 3382.7558
+ 1960 2.488443e-06 -2213.3348 -2213.3348 -3383.322 3383.322
+ 1970 8.317764e-07 -2213.3353 -2213.3353 -3383.5536 3383.5536
+ 1980 2.2829578e-06 -2213.3364 -2213.3364 -3383.2734 3383.2734
+ 1990 1.7021549e-07 -2213.3369 -2213.3369 -3383.5449 3383.5449
+ 2000 5.2200061e-08 -2213.337 -2213.337 -3383.4643 3383.4643
+ 2010 3.6301312e-07 -2213.3372 -2213.3372 -3383.4072 3383.4072
+ 2020 3.619141e-07 -2213.3374 -2213.3374 -3383.2036 3383.2036
+ 2030 2.1468783e-09 -2213.3374 -2213.3374 -3383.4147 3383.4147
+ 2031 2.7717767e-09 -2213.3374 -2213.3374 -3383.3987 3383.3987
+Loop time of 0.180184 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33738646 -2213.33738672
+ Force two-norm initial, final = 0.56712 0.00360642
+ Force max component initial, final = 0.0597908 0.000339429
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.161444 (89.5994)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145483 (0.807414)
+Outpt time (%) = 0.00124145 (0.688988)
+Other time (%) = 0.0160439 (8.90418)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2031 0 -2213.3374 -2213.3374 -3383.3987 3383.3987
+ 2032 9.1091801e-17 -2213.3374 -2213.3374 -3383.3987 3383.3987
+Loop time of 0.00213695 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738672 -2213.33738672 -2213.33738672
+ Force two-norm initial, final = 0.00360642 0.00360642
+ Force max component initial, final = 0.000339429 0.000339429
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187302 (87.6492)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.792145)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000247002 (11.5586)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1860 2399.2841 -2027.783 -2027.783 15352.286 -15352.286
+ 1870 2415.1538 -2028.8832 -2028.8832 14976.929 -14976.929
+ 1880 2415.5645 -2028.9879 -2028.9879 13862.227 -13862.227
+ 1890 2379.0342 -2026.6829 -2026.6829 13494.765 -13494.765
+ 1900 2371.6944 -2026.2876 -2026.2876 14289.867 -14289.867
+Loop time of 0.123024 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 7.44867 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2371.6944 -2026.2876 -2026.2876 14289.867 -14289.867
+ 1920 2371.6944 -2213.2887 -2213.2887 12894.143 -12894.143
+Loop time of 0.0413711 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.28756362 -2213.27090949 -2213.28870784
+ Force two-norm initial, final = 69.3331 0.455311
+ Force max component initial, final = 7.15262 0.0524376
+ Final line search alpha, max atom move = 0.0625 0.00327735
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160336 (387.555)
+Neigh time (%) = 0.00333691 (8.06579)
+Comm time (%) = 0.000819206 (1.98014)
+Outpt time (%) = 0.00033474 (0.809115)
+Other time (%) = -0.123456 (-298.41)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 7.25794 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1910 2.7779203e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1920 3.0458249e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1930 1.4872165e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1940 7.9937773e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1950 3.143639e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1960 1.4924492e-06 -2213.3015 -2213.3015 -3388.2766 3388.2766
+ 1970 5.3609502e-06 -2213.3038 -2213.3038 -3388.0382 3388.0382
+ 1980 1.9180419e-05 -2213.3116 -2213.3116 -3386.6413 3386.6413
+ 1990 2.3312055e-05 -2213.3208 -2213.3208 -3384.6547 3384.6547
+ 2000 2.3533682e-05 -2213.3314 -2213.3314 -3382.7545 3382.7545
+ 2010 2.4984304e-06 -2213.3348 -2213.3348 -3383.3033 3383.3033
+ 2020 8.3068681e-07 -2213.3353 -2213.3353 -3383.5524 3383.5524
+ 2030 2.2896648e-06 -2213.3364 -2213.3364 -3383.2637 3383.2637
+ 2040 9.1599628e-08 -2213.3369 -2213.3369 -3383.4772 3383.4772
+ 2050 3.4488024e-07 -2213.3371 -2213.3371 -3383.405 3383.405
+ 2060 4.4869059e-08 -2213.3372 -2213.3372 -3383.3542 3383.3542
+ 2070 2.3238329e-08 -2213.3372 -2213.3372 -3383.4185 3383.4185
+ 2080 1.2111773e-07 -2213.3373 -2213.3373 -3383.3845 3383.3845
+ 2087 8.141776e-09 -2213.3373 -2213.3373 -3383.3989 3383.3989
+Loop time of 0.185695 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33734159 -2213.33734264
+ Force two-norm initial, final = 0.56712 0.00759636
+ Force max component initial, final = 0.0597908 0.000528573
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.166348 (89.5816)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00148821 (0.801427)
+Outpt time (%) = 0.00119901 (0.645686)
+Other time (%) = 0.0166593 (8.97131)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 7.25794 Mbytes
+Step Temp PotEng pe Press press
+ 2087 0 -2213.3373 -2213.3373 -3383.3989 3383.3989
+ 2088 4.0414471e-16 -2213.3373 -2213.3373 -3383.3989 3383.3989
+Loop time of 0.00213695 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734264 -2213.33734264 -2213.33734264
+ Force two-norm initial, final = 0.00759636 0.00759636
+ Force max component initial, final = 0.000528573 0.000528573
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187182 (87.5934)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.70289)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000250101 (11.7037)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 7.25794 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2397.4322 -2028.7201 -2028.7201 15469.927 -15469.927
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1650 2397.4322 -2028.7201 -2028.7201 15469.927 -15469.927
+ 1660 2435.8345 -2031.3311 -2031.3311 15120.062 -15120.062
+ 1670 2508.6175 -2036.3029 -2036.3029 16754.028 -16754.028
+ 1680 2346.8048 -2025.8983 -2025.8983 19003.9 -19003.9
+ 1690 2343.0934 -2025.9262 -2025.9262 16260.415 -16260.415
+ 1700 2424.1493 -2031.5111 -2031.5111 14013.702 -14013.702
+Loop time of 0.123198 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2424.1493 -2031.5111 -2031.5111 14013.702 -14013.702
+ 1723 2424.1493 -2213.3083 -2213.3083 13265.188 -13265.188
+Loop time of 0.0558059 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2031.51107618 -2213.29433404 -2213.3082919
+ Force two-norm initial, final = 68.5738 0.426782
+ Force max component initial, final = 6.05572 0.0429426
+ Final line search alpha, max atom move = 0.0625 0.00268391
+ Iterations, force evaluations = 23 50
+
+Pair time (%) = 0.175322 (314.164)
+Neigh time (%) = 0.00267696 (4.79692)
+Comm time (%) = 0.000930786 (1.6679)
+Outpt time (%) = 0.000341654 (0.612218)
+Other time (%) = -0.123466 (-221.241)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1710 3.2517147e-10 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1720 3.5652101e-09 -2213.2904 -2213.2904 -3383.9984 3383.9984
+ 1730 1.7405654e-08 -2213.2904 -2213.2904 -3384.0002 3384.0002
+ 1740 9.3486254e-08 -2213.2904 -2213.2904 -3384.0102 3384.0102
+ 1750 3.665173e-07 -2213.2906 -2213.2906 -3384.0463 3384.0463
+ 1760 1.7157608e-06 -2213.2914 -2213.2914 -3384.2238 3384.2238
+ 1770 5.8103616e-06 -2213.2939 -2213.2939 -3384.7653 3384.7653
+ 1780 1.5604001e-05 -2213.3005 -2213.3005 -3386.0117 3386.0117
+ 1790 2.4845521e-05 -2213.3101 -2213.3101 -3384.9916 3384.9916
+ 1800 4.5050615e-05 -2213.3301 -2213.3301 -3384.0371 3384.0371
+ 1810 2.3572655e-06 -2213.3354 -2213.3354 -3383.5101 3383.5101
+ 1820 4.3724118e-07 -2213.3356 -2213.3356 -3383.7318 3383.7318
+ 1830 1.251696e-06 -2213.3362 -2213.3362 -3383.4918 3383.4918
+ 1840 6.4861587e-08 -2213.3371 -2213.3371 -3383.1778 3383.1778
+ 1850 3.5959317e-08 -2213.3372 -2213.3372 -3383.5031 3383.5031
+ 1860 1.5772592e-07 -2213.3372 -2213.3372 -3383.4224 3383.4224
+ 1870 6.0679987e-09 -2213.3373 -2213.3373 -3383.2167 3383.2167
+ 1880 2.5748411e-09 -2213.3374 -2213.3374 -3383.4086 3383.4086
+ 1882 4.2770147e-09 -2213.3374 -2213.3374 -3383.4018 3383.4018
+Loop time of 0.178704 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29035342 -2213.33735638 -2213.33735678
+ Force two-norm initial, final = 0.613581 0.00635025
+ Force max component initial, final = 0.0647895 0.000455221
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.161998 (90.6513)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144815 (0.810365)
+Outpt time (%) = 0.00121522 (0.680018)
+Other time (%) = 0.0140431 (7.8583)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1882 0 -2213.3374 -2213.3374 -3383.4018 3383.4018
+ 1883 2.8242783e-16 -2213.3374 -2213.3374 -3383.4018 3383.4018
+Loop time of 0.00212908 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735678 -2213.33735678 -2213.33735678
+ Force two-norm initial, final = 0.00635025 0.00635025
+ Force max component initial, final = 0.000455221 0.000455221
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018611 (87.4132)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.851064)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000249863 (11.7357)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1710 2396.2597 -2027.8157 -2027.8157 15325.732 -15325.732
+ 1720 2410.2819 -2029.0474 -2029.0474 14919.825 -14919.825
+ 1730 2408.7056 -2029.2942 -2029.2942 13783.554 -13783.554
+ 1740 2370.0562 -2027.1357 -2027.1357 13402.701 -13402.701
+ 1750 2361.4214 -2026.9494 -2026.9494 14181.103 -14181.103
+Loop time of 0.123186 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2361.4214 -2026.9494 -2026.9494 14181.103 -14181.103
+ 1774 2361.4214 -2213.3267 -2213.3267 12833.718 -12833.718
+Loop time of 0.0581269 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.94940438 -2213.32004972 -2213.32670816
+ Force two-norm initial, final = 69.2087 0.250461
+ Force max component initial, final = 7.13638 0.0268979
+ Final line search alpha, max atom move = 0.0625 0.00168112
+ Iterations, force evaluations = 24 52
+
+Pair time (%) = 0.176839 (304.229)
+Neigh time (%) = 0.00334334 (5.7518)
+Comm time (%) = 0.000979662 (1.68538)
+Outpt time (%) = 0.000332117 (0.571365)
+Other time (%) = -0.123367 (-212.238)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1760 3.2517161e-10 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1770 3.5652315e-09 -2213.2904 -2213.2904 -3383.9984 3383.9984
+ 1780 1.7406421e-08 -2213.2904 -2213.2904 -3384.0002 3384.0002
+ 1790 9.3505179e-08 -2213.2904 -2213.2904 -3384.0102 3384.0102
+ 1800 3.6689135e-07 -2213.2906 -2213.2906 -3384.0463 3384.0463
+ 1810 1.7224115e-06 -2213.2914 -2213.2914 -3384.224 3384.224
+ 1820 5.9021333e-06 -2213.2939 -2213.2939 -3384.7683 3384.7683
+ 1830 1.6375967e-05 -2213.3006 -2213.3006 -3386.0171 3386.0171
+ 1840 3.2257874e-05 -2213.3112 -2213.3112 -3384.8397 3384.8397
+ 1850 6.400225e-07 -2213.3234 -2213.3234 -3384.9071 3384.9071
+ 1860 6.3977604e-06 -2213.3265 -2213.3265 -3384.1487 3384.1487
+ 1870 3.1764476e-07 -2213.333 -2213.333 -3383.596 3383.596
+ 1880 7.7525194e-09 -2213.3344 -2213.3344 -3383.4017 3383.4017
+ 1890 9.8796371e-07 -2213.3349 -2213.3349 -3383.7973 3383.7973
+ 1900 4.8705363e-09 -2213.3362 -2213.3362 -3383.6269 3383.6269
+ 1910 4.5653676e-07 -2213.3365 -2213.3365 -3383.4338 3383.4338
+ 1920 1.7000325e-08 -2213.3369 -2213.3369 -3383.3627 3383.3627
+ 1930 9.1757955e-09 -2213.337 -2213.337 -3383.4959 3383.4959
+ 1940 1.186007e-07 -2213.337 -2213.337 -3383.3896 3383.3896
+ 1950 3.7910206e-07 -2213.3373 -2213.3373 -3383.3114 3383.3114
+Loop time of 0.199142 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.29035342 -2213.33724022 -2213.33727318
+ Force two-norm initial, final = 0.613581 0.0199483
+ Force max component initial, final = 0.0647895 0.00134318
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178308 (89.5383)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162721 (0.817109)
+Outpt time (%) = 0.00136232 (0.684097)
+Other time (%) = 0.0178442 (8.96054)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.3373 -2213.3373 -3383.3114 3383.3114
+ 1960 3.4370054e-13 -2213.3373 -2213.3373 -3383.3114 3383.3114
+ 1970 3.7683779e-12 -2213.3373 -2213.3373 -3383.3115 3383.3115
+ 1980 1.8398331e-11 -2213.3373 -2213.3373 -3383.3115 3383.3115
+ 1990 9.8831145e-11 -2213.3373 -2213.3373 -3383.3119 3383.3119
+ 2000 3.8787623e-10 -2213.3373 -2213.3373 -3383.3133 3383.3133
+ 2010 1.8220819e-09 -2213.3373 -2213.3373 -3383.3205 3383.3205
+ 2020 6.4062497e-09 -2213.3373 -2213.3373 -3383.3444 3383.3444
+ 2030 2.6296367e-08 -2213.3373 -2213.3373 -3383.4267 3383.4267
+ 2040 3.8365776e-08 -2213.3373 -2213.3373 -3383.404 3383.404
+ 2050 7.8702957e-08 -2213.3374 -2213.3374 -3383.4566 3383.4566
+ 2060 1.4920409e-07 -2213.3374 -2213.3374 -3383.4139 3383.4139
+ 2070 0.00038666788 -2213.0623 -2213.0623 -3365.4972 3365.4972
+ 2080 0.00014209649 -2213.3368 -2213.3368 -3382.0901 3382.0901
+ 2090 5.2063245e-06 -2213.3371 -2213.3371 -3383.9057 3383.9057
+ 2100 2.8638877e-06 -2213.3373 -2213.3373 -3383.0253 3383.0253
+ 2110 8.208872e-06 -2213.3363 -2213.3363 -3381.7337 3381.7337
+ 2120 5.2418081e-05 -2213.3373 -2213.3373 -3383.4472 3383.4472
+ 2130 7.1060941e-06 -2213.3362 -2213.3362 -3382.6248 3382.6248
+ 2140 2.1188082e-07 -2213.3332 -2213.3332 -3384.0886 3384.0886
+ 2150 5.3821548e-05 -2213.3177 -2213.3177 -3382.7256 3382.7256
+Loop time of 0.200033 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33727318 -2213.30273022 -2213.31773344
+ Force two-norm initial, final = 0.0199483 1.19099
+ Force max component initial, final = 0.00134318 0.0778842
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176187 (88.0789)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160408 (0.801907)
+Outpt time (%) = 0.00136685 (0.683313)
+Other time (%) = 0.0208752 (10.4359)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1760 2394.545 -2027.8345 -2027.8345 15310.629 -15310.629
+ 1770 2407.6209 -2029.1399 -2029.1399 14888.243 -14888.243
+ 1780 2405.0756 -2029.4619 -2029.4619 13741.587 -13741.587
+ 1790 2365.4394 -2027.3765 -2027.3765 13355.712 -13355.712
+ 1800 2356.3395 -2027.2943 -2027.2943 14127.801 -14127.801
+Loop time of 0.123133 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2356.3395 -2027.2943 -2027.2943 14127.801 -14127.801
+ 1820 2356.3395 -2213.2525 -2213.2525 12790.524 -12790.524
+Loop time of 0.0413759 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.2942752 -2213.23795516 -2213.25247142
+ Force two-norm initial, final = 69.1455 0.721695
+ Force max component initial, final = 7.12807 0.09625
+ Final line search alpha, max atom move = 0.0390216 0.00375583
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.33477 (809.096)
+Neigh time (%) = 0.00333619 (8.06313)
+Comm time (%) = 0.00240302 (5.80778)
+Outpt time (%) = 0.00169802 (4.10388)
+Other time (%) = -0.300832 (-727.071)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1810 3.251716e-10 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1820 3.5652298e-09 -2213.2904 -2213.2904 -3383.9984 3383.9984
+ 1830 1.7406358e-08 -2213.2904 -2213.2904 -3384.0002 3384.0002
+ 1840 9.3503608e-08 -2213.2904 -2213.2904 -3384.0102 3384.0102
+ 1850 3.6685995e-07 -2213.2906 -2213.2906 -3384.0463 3384.0463
+ 1860 1.7218224e-06 -2213.2914 -2213.2914 -3384.224 3384.224
+ 1870 5.892173e-06 -2213.2939 -2213.2939 -3384.768 3384.768
+ 1880 1.6273274e-05 -2213.3006 -2213.3006 -3386.0164 3386.0164
+ 1890 3.2087726e-05 -2213.3111 -2213.3111 -3384.8443 3384.8443
+ 1900 6.3561647e-07 -2213.3233 -2213.3233 -3384.906 3384.906
+ 1910 6.3435187e-06 -2213.3265 -2213.3265 -3384.1537 3384.1537
+ 1920 1.4171208e-05 -2213.3354 -2213.3354 -3383.8266 3383.8266
+ 1930 2.5328589e-07 -2213.3364 -2213.3364 -3383.1576 3383.1576
+ 1940 7.9483175e-07 -2213.3367 -2213.3367 -3383.5016 3383.5016
+ 1950 1.4249428e-07 -2213.3368 -2213.3368 -3383.6871 3383.6871
+ 1960 5.9748784e-08 -2213.337 -2213.337 -3383.3183 3383.3183
+ 1970 1.566069e-08 -2213.3371 -2213.3371 -3383.5115 3383.5115
+ 1980 1.2878719e-07 -2213.3371 -2213.3371 -3383.4131 3383.4131
+ 1990 3.10328e-07 -2213.3373 -2213.3373 -3383.3534 3383.3534
+ 2000 8.4347373e-10 -2213.3373 -2213.3373 -3383.3598 3383.3598
+Loop time of 0.200839 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.29035342 -2213.33733494 -2213.33733517
+ Force two-norm initial, final = 0.613581 0.0106001
+ Force max component initial, final = 0.0647895 0.000717802
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17682 (88.0406)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160694 (0.800114)
+Outpt time (%) = 0.00135517 (0.674755)
+Other time (%) = 0.0210571 (10.4846)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3373 -2213.3373 -3383.3598 3383.3598
+ 2010 9.7048447e-14 -2213.3373 -2213.3373 -3383.3598 3383.3598
+ 2020 1.0640747e-12 -2213.3373 -2213.3373 -3383.3598 3383.3598
+ 2030 5.1956133e-12 -2213.3373 -2213.3373 -3383.3599 3383.3599
+ 2040 2.792411e-11 -2213.3373 -2213.3373 -3383.36 3383.36
+ 2050 1.0979705e-10 -2213.3373 -2213.3373 -3383.3606 3383.3606
+ 2060 5.2072328e-10 -2213.3373 -2213.3373 -3383.3635 3383.3635
+ 2070 1.878675e-09 -2213.3373 -2213.3373 -3383.3729 3383.3729
+ 2080 7.2344515e-09 -2213.3373 -2213.3373 -3383.404 3383.404
+ 2090 1.9839688e-08 -2213.3373 -2213.3373 -3383.395 3383.395
+ 2100 5.2386242e-08 -2213.3374 -2213.3374 -3383.3989 3383.3989
+ 2110 2.0437385e-08 -2213.3374 -2213.3374 -3383.2668 3383.2668
+ 2120 6.0415844e-05 -2213.3165 -2213.3165 -3388.533 3388.533
+ 2130 4.8808171e-05 -2213.262 -2213.262 -3381.7668 3381.7668
+ 2140 8.7046161e-05 -2213.2879 -2213.2879 -3362.332 3362.332
+ 2150 9.0701128e-05 -2213.3202 -2213.3202 -3389.6607 3389.6607
+ 2160 3.6844504e-05 -2213.3252 -2213.3252 -3374.0117 3374.0117
+ 2170 1.4557644e-05 -2213.3314 -2213.3314 -3385.8023 3385.8023
+ 2180 1.0377537e-05 -2213.3348 -2213.3348 -3386.4187 3386.4187
+ 2190 1.1765519e-05 -2213.3369 -2213.3369 -3384.6374 3384.6374
+ 2200 2.5449853e-06 -2213.3372 -2213.3372 -3382.5904 3382.5904
+Loop time of 0.241411 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33733517 -2213.33725519 -2213.33722989
+ Force two-norm initial, final = 0.0106001 0.10466
+ Force max component initial, final = 0.000717802 0.00853205
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176206 (72.9901)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159073 (0.65893)
+Outpt time (%) = 0.00134277 (0.556219)
+Other time (%) = 0.0622714 (25.7948)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2424.1493 -2031.5111 -2031.5111 14013.702 -14013.702
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 2424.1493 -2031.5111 -2031.5111 14013.702 -14013.702
+ 1710 2354.1892 -2027.4499 -2027.4499 14689.442 -14689.442
+ 1720 2279.7128 -2023.0251 -2023.0251 15232.481 -15232.481
+ 1730 2403.5423 -2031.6367 -2031.6367 13744.663 -13744.663
+ 1740 2359.5591 -2029.1658 -2029.1658 14129.522 -14129.522
+ 1750 2350.5521 -2028.9931 -2028.9931 14797.314 -14797.314
+Loop time of 0.124267 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2350.5521 -2028.9931 -2028.9931 14797.314 -14797.314
+ 1771 2350.5521 -2213.2325 -2213.2325 12759.873 -12759.873
+Loop time of 0.048322 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.9930986 -2213.21388085 -2213.23252773
+ Force two-norm initial, final = 70.2013 0.565454
+ Force max component initial, final = 6.77926 0.0740597
+ Final line search alpha, max atom move = 0.0625 0.00462873
+ Iterations, force evaluations = 21 40
+
+Pair time (%) = 0.342616 (709.028)
+Neigh time (%) = 0.00338006 (6.99487)
+Comm time (%) = 0.00246549 (5.10221)
+Outpt time (%) = 0.00169897 (3.51594)
+Other time (%) = -0.301839 (-624.641)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1760 1.5731876e-10 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1770 1.7248536e-09 -2213.3083 -2213.3083 -3384.0323 3384.0323
+ 1780 8.4206562e-09 -2213.3083 -2213.3083 -3384.033 3384.033
+ 1790 4.5223904e-08 -2213.3083 -2213.3083 -3384.0373 3384.0373
+ 1800 1.7719537e-07 -2213.3084 -2213.3084 -3384.0529 3384.0529
+ 1810 8.283324e-07 -2213.3088 -2213.3088 -3384.1288 3384.1288
+ 1820 2.7846255e-06 -2213.31 -2213.31 -3384.3528 3384.3528
+ 1830 8.309417e-06 -2213.3138 -2213.3138 -3384.7854 3384.7854
+ 1840 1.7870829e-05 -2213.3208 -2213.3208 -3383.9335 3383.9335
+ 1850 2.6314384e-05 -2213.3324 -2213.3324 -3383.1721 3383.1721
+ 1860 3.4557638e-06 -2213.3365 -2213.3365 -3383.0345 3383.0345
+ 1870 5.6220885e-07 -2213.3371 -2213.3371 -3383.7893 3383.7893
+ 1880 5.2296499e-07 -2213.3373 -2213.3373 -3383.5944 3383.5944
+ 1890 1.9998563e-07 -2213.3374 -2213.3374 -3383.3819 3383.3819
+ 1900 1.0777477e-08 -2213.3374 -2213.3374 -3383.4087 3383.4087
+ 1910 9.3065004e-09 -2213.3374 -2213.3374 -3383.4178 3383.4178
+ 1913 3.192813e-08 -2213.3374 -2213.3374 -3383.4107 3383.4107
+Loop time of 0.163831 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3082919 -2213.33738401 -2213.33738514
+ Force two-norm initial, final = 0.426782 0.00685144
+ Force max component initial, final = 0.0429426 0.000504648
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.147544 (90.0585)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130367 (0.795742)
+Outpt time (%) = 0.00107789 (0.657928)
+Other time (%) = 0.0139058 (8.48787)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1913 0 -2213.3374 -2213.3374 -3383.4107 3383.4107
+ 1920 1.657314e-14 -2213.3374 -2213.3374 -3383.4107 3383.4107
+ 1930 2.2884964e-13 -2213.3374 -2213.3374 -3383.4107 3383.4107
+ 1940 1.3684473e-12 -2213.3374 -2213.3374 -3383.4107 3383.4107
+ 1950 6.9038409e-12 -2213.3374 -2213.3374 -3383.4106 3383.4106
+ 1960 3.0118189e-11 -2213.3374 -2213.3374 -3383.4105 3383.4105
+ 1970 1.2857133e-10 -2213.3374 -2213.3374 -3383.4102 3383.4102
+ 1980 4.4911331e-10 -2213.3374 -2213.3374 -3383.4087 3383.4087
+ 1990 9.4809106e-10 -2213.3374 -2213.3374 -3383.4034 3383.4034
+ 2000 1.2040409e-09 -2213.3374 -2213.3374 -3383.3962 3383.3962
+ 2010 2.9378144e-09 -2213.3374 -2213.3374 -3383.3938 3383.3938
+ 2020 7.4052224e-11 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2030 1.422765e-09 -2213.3374 -2213.3374 -3383.3912 3383.3912
+ 2040 4.252429e-12 -2213.3374 -2213.3374 -3383.3924 3383.3924
+ 2050 2.9433993e-11 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2060 2.1391873e-10 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2070 9.36048e-15 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2080 4.016617e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2090 1.7232337e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2100 4.6594728e-13 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2110 8.1289408e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2113 5.8304723e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.200194 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738514 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00685144 6.97931e-05
+ Force max component initial, final = 0.000504648 3.36053e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.179684 (89.7548)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160027 (0.799358)
+Outpt time (%) = 0.00141621 (0.707417)
+Other time (%) = 0.0174937 (8.73839)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1760 2394.2114 -2027.8384 -2027.8384 15307.655 -15307.655
+ 1770 2407.1649 -2029.1576 -2029.1576 14882.581 -14882.581
+ 1780 2404.5055 -2029.4911 -2029.4911 13734.865 -13734.865
+ 1790 2364.7547 -2027.4151 -2027.4151 13349.021 -13349.021
+ 1800 2355.6322 -2027.3476 -2027.3476 14120.672 -14120.672
+Loop time of 0.124669 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2355.6322 -2027.3476 -2027.3476 14120.672 -14120.672
+ 1822 2355.6322 -2213.2985 -2213.2985 12788.97 -12788.97
+Loop time of 0.0497131 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.34759685 -2213.29095469 -2213.29853768
+ Force two-norm initial, final = 69.1364 0.307551
+ Force max component initial, final = 7.12685 0.0277577
+ Final line search alpha, max atom move = 0.0625 0.00173486
+ Iterations, force evaluations = 22 43
+
+Pair time (%) = 0.347914 (699.842)
+Neigh time (%) = 0.00333214 (6.70273)
+Comm time (%) = 0.00247097 (4.97046)
+Outpt time (%) = 0.00174737 (3.51491)
+Other time (%) = -0.305751 (-615.03)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1810 1.5731894e-10 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1820 1.7248816e-09 -2213.3083 -2213.3083 -3384.0323 3384.0323
+ 1830 8.4216563e-09 -2213.3083 -2213.3083 -3384.033 3384.033
+ 1840 4.5248634e-08 -2213.3083 -2213.3083 -3384.0373 3384.0373
+ 1850 1.7768801e-07 -2213.3084 -2213.3084 -3384.0529 3384.0529
+ 1860 8.3742462e-07 -2213.3088 -2213.3088 -3384.1291 3384.1291
+ 1870 2.9303029e-06 -2213.3101 -2213.3101 -3384.3566 3384.3566
+ 1880 9.923137e-06 -2213.314 -2213.314 -3384.783 3384.783
+ 1890 2.1714982e-05 -2213.3216 -2213.3216 -3383.8723 3383.8723
+ 1900 3.4232881e-07 -2213.3289 -2213.3289 -3384.7787 3384.7787
+ 1910 3.6083821e-06 -2213.3307 -2213.3307 -3383.5495 3383.5495
+ 1920 8.9759092e-06 -2213.3362 -2213.3362 -3382.9913 3382.9913
+ 1930 5.577515e-07 -2213.3366 -2213.3366 -3383.3453 3383.3453
+ 1940 1.1797706e-06 -2213.337 -2213.337 -3383.4397 3383.4397
+ 1950 1.4364509e-07 -2213.337 -2213.337 -3383.5187 3383.5187
+ 1960 2.2841024e-07 -2213.3371 -2213.3371 -3383.3972 3383.3972
+ 1970 3.9107025e-08 -2213.3372 -2213.3372 -3383.4445 3383.4445
+ 1980 1.1219757e-07 -2213.3372 -2213.3372 -3383.4043 3383.4043
+ 1990 2.3933376e-07 -2213.3373 -2213.3373 -3383.3576 3383.3576
+ 2000 7.3721333e-09 -2213.3374 -2213.3374 -3383.3922 3383.3922
+Loop time of 0.197559 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.3082919 -2213.33734969 -2213.33735166
+ Force two-norm initial, final = 0.426782 0.026618
+ Force max component initial, final = 0.0429426 0.00192861
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178008 (90.1037)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162721 (0.823657)
+Outpt time (%) = 0.00135207 (0.684389)
+Other time (%) = 0.0165718 (8.38826)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2010 6.1195134e-13 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2020 6.709199e-12 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2030 3.2748158e-11 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2040 1.7569976e-10 -2213.3374 -2213.3374 -3383.3923 3383.3923
+ 2050 6.8594784e-10 -2213.3374 -2213.3374 -3383.3923 3383.3923
+ 2060 3.1446075e-09 -2213.3374 -2213.3374 -3383.3925 3383.3925
+ 2070 9.7754584e-09 -2213.3374 -2213.3374 -3383.3932 3383.3932
+ 2080 1.1498622e-08 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2089 1.3749554e-08 -2213.3374 -2213.3374 -3383.3968 3383.3968
+Loop time of 0.0884271 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735166 -2213.33736608 -2213.33736699
+ Force two-norm initial, final = 0.026618 0.00537248
+ Force max component initial, final = 0.00192861 0.000354416
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0799229 (90.3829)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00073576 (0.832053)
+Outpt time (%) = 0.000564098 (0.637925)
+Other time (%) = 0.00720429 (8.14716)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1810 2392.4952 -2027.857 -2027.857 15292.571 -15292.571
+ 1820 2404.4327 -2029.2505 -2029.2505 14850.442 -14850.442
+ 1830 2400.6915 -2029.663 -2029.663 13691.04 -13691.04
+ 1840 2359.7958 -2027.6673 -2027.6673 13298.309 -13298.309
+ 1850 2350.0081 -2027.7144 -2027.7144 14061.381 -14061.381
+Loop time of 0.124074 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2350.0081 -2027.7144 -2027.7144 14061.381 -14061.381
+ 1871 2350.0081 -2213.2668 -2213.2668 12746.899 -12746.899
+Loop time of 0.044992 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.71437738 -2213.2497154 -2213.26677965
+ Force two-norm initial, final = 69.0675 0.471218
+ Force max component initial, final = 7.11783 0.0964744
+ Final line search alpha, max atom move = 0.0685346 0.00661184
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.242906 (539.887)
+Neigh time (%) = 0.00334692 (7.43893)
+Comm time (%) = 0.00157714 (3.50538)
+Outpt time (%) = 0.000917196 (2.03858)
+Other time (%) = -0.203755 (-452.869)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1860 1.5731894e-10 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1870 1.7248815e-09 -2213.3083 -2213.3083 -3384.0323 3384.0323
+ 1880 8.421654e-09 -2213.3083 -2213.3083 -3384.033 3384.033
+ 1890 4.5248576e-08 -2213.3083 -2213.3083 -3384.0373 3384.0373
+ 1900 1.7768684e-07 -2213.3084 -2213.3084 -3384.0529 3384.0529
+ 1910 8.374008e-07 -2213.3088 -2213.3088 -3384.1291 3384.1291
+ 1920 2.9297648e-06 -2213.3101 -2213.3101 -3384.3566 3384.3566
+ 1930 9.9097222e-06 -2213.314 -2213.314 -3384.783 3384.783
+ 1940 2.1699636e-05 -2213.3216 -2213.3216 -3383.8725 3383.8725
+ 1950 3.4148528e-07 -2213.3289 -2213.3289 -3384.7772 3384.7772
+ 1960 3.5878045e-06 -2213.3307 -2213.3307 -3383.55 3383.55
+ 1970 9.0853878e-06 -2213.3362 -2213.3362 -3383.0089 3383.0089
+ 1980 5.6116777e-07 -2213.3366 -2213.3366 -3383.3282 3383.3282
+ 1990 1.181561e-06 -2213.337 -2213.337 -3383.444 3383.444
+ 2000 1.4161104e-07 -2213.337 -2213.337 -3383.5219 3383.5219
+ 2010 2.2998146e-07 -2213.3371 -2213.3371 -3383.3927 3383.3927
+ 2020 3.896164e-08 -2213.3372 -2213.3372 -3383.4454 3383.4454
+ 2030 1.1127389e-07 -2213.3372 -2213.3372 -3383.4035 3383.4035
+ 2040 2.5339316e-07 -2213.3373 -2213.3373 -3383.358 3383.358
+ 2050 2.3629977e-08 -2213.3373 -2213.3373 -3383.4156 3383.4156
+Loop time of 0.195966 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.3082919 -2213.33734153 -2213.33734643
+ Force two-norm initial, final = 0.426782 0.0269619
+ Force max component initial, final = 0.0429426 0.0019085
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176685 (90.1611)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161123 (0.8222)
+Outpt time (%) = 0.00135279 (0.690317)
+Other time (%) = 0.0163169 (8.32639)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3373 -2213.3373 -3383.4156 3383.4156
+ 2060 6.2786649e-13 -2213.3373 -2213.3373 -3383.4156 3383.4156
+ 2070 6.8836752e-12 -2213.3373 -2213.3373 -3383.4156 3383.4156
+ 2080 3.3599393e-11 -2213.3373 -2213.3373 -3383.4156 3383.4156
+ 2090 1.8025811e-10 -2213.3373 -2213.3373 -3383.4155 3383.4155
+ 2100 7.035564e-10 -2213.3373 -2213.3373 -3383.4152 3383.4152
+ 2110 3.2219669e-09 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2120 9.9377088e-09 -2213.3374 -2213.3374 -3383.4086 3383.4086
+ 2130 1.1611066e-08 -2213.3374 -2213.3374 -3383.3905 3383.3905
+ 2139 1.5732884e-08 -2213.3374 -2213.3374 -3383.3951 3383.3951
+Loop time of 0.0879021 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734643 -2213.33736179 -2213.33736279
+ Force two-norm initial, final = 0.0269619 0.00566693
+ Force max component initial, final = 0.0019085 0.000375482
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0794911 (90.4315)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000724792 (0.824545)
+Outpt time (%) = 0.000540018 (0.614341)
+Other time (%) = 0.00714612 (8.12964)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2350.5521 -2028.9931 -2028.9931 14797.314 -14797.314
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 2350.5521 -2028.9931 -2028.9931 14797.314 -14797.314
+ 1760 2380.8935 -2031.6924 -2031.6924 14034.593 -14034.593
+ 1770 2358.1561 -2030.9124 -2030.9124 15002.237 -15002.237
+ 1780 2301.6044 -2027.8827 -2027.8827 15334.984 -15334.984
+ 1790 2224.0965 -2023.3732 -2023.3732 14973.928 -14973.928
+ 1800 2251.7723 -2025.6161 -2025.6161 15018.358 -15018.358
+Loop time of 0.122708 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2251.7723 -2025.6161 -2025.6161 15018.358 -15018.358
+ 1823 2251.7723 -2213.3045 -2213.3045 12067.666 -12067.666
+Loop time of 0.050142 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.61605943 -2213.28816343 -2213.30454791
+ Force two-norm initial, final = 71.807 0.399572
+ Force max component initial, final = 6.40109 0.0884399
+ Final line search alpha, max atom move = 0.0727255 0.00643183
+ Iterations, force evaluations = 23 43
+
+Pair time (%) = 0.24627 (491.144)
+Neigh time (%) = 0.00328112 (6.54364)
+Comm time (%) = 0.0016005 (3.19194)
+Outpt time (%) = 0.000883102 (1.7612)
+Other time (%) = -0.201892 (-402.641)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2325 -2213.2325 -3383.8766 3383.8766
+ 1810 2.7616259e-10 -2213.2325 -2213.2325 -3383.8767 3383.8767
+ 1820 3.0279871e-09 -2213.2325 -2213.2325 -3383.8778 3383.8778
+ 1830 1.4785517e-08 -2213.2325 -2213.2325 -3383.8826 3383.8826
+ 1840 7.9488715e-08 -2213.2326 -2213.2326 -3383.9088 3383.9088
+ 1850 3.1277277e-07 -2213.2327 -2213.2327 -3384.0044 3384.0044
+ 1860 1.4905247e-06 -2213.2334 -2213.2334 -3384.483 3384.483
+ 1870 5.3992812e-06 -2213.2358 -2213.2358 -3386.0602 3386.0602
+ 1880 2.074851e-05 -2213.2452 -2213.2452 -3391.7282 3391.7282
+ 1890 4.8256314e-05 -2213.2646 -2213.2646 -3393.3928 3393.3928
+ 1900 0.00012382059 -2213.3183 -2213.3183 -3384.851 3384.851
+ 1910 6.1363064e-07 -2213.3362 -2213.3362 -3382.5257 3382.5257
+ 1920 9.618533e-08 -2213.3366 -2213.3366 -3382.7436 3382.7436
+ 1930 5.2386804e-07 -2213.337 -2213.337 -3383.1414 3383.1414
+ 1940 2.7008414e-07 -2213.3371 -2213.3371 -3383.8438 3383.8438
+ 1950 3.5338176e-08 -2213.3372 -2213.3372 -3383.3456 3383.3456
+ 1960 1.1766346e-07 -2213.3373 -2213.3373 -3383.3459 3383.3459
+ 1970 4.4120437e-08 -2213.3373 -2213.3373 -3383.345 3383.345
+ 1980 1.0533083e-07 -2213.3373 -2213.3373 -3383.2746 3383.2746
+ 1987 2.8502915e-08 -2213.3374 -2213.3374 -3383.3123 3383.3123
+Loop time of 0.185137 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23252773 -2213.33736247 -2213.33736446
+ Force two-norm initial, final = 0.565454 0.00832474
+ Force max component initial, final = 0.0740597 0.000987204
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.166567 (89.9695)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00152779 (0.825219)
+Outpt time (%) = 0.00121045 (0.653814)
+Other time (%) = 0.0158319 (8.55148)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1987 0 -2213.3374 -2213.3374 -3383.3123 3383.3123
+ 1988 4.8536399e-16 -2213.3374 -2213.3374 -3383.3123 3383.3123
+Loop time of 0.0021112 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736446 -2213.33736446 -2213.33736446
+ Force two-norm initial, final = 0.00832474 0.00832474
+ Force max component initial, final = 0.000987204 0.000987204
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (88.2439)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.722756)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000232935 (11.0333)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1810 2394.8579 -2027.8312 -2027.8312 15313.364 -15313.364
+ 1820 2408.1252 -2029.1229 -2029.1229 14894.155 -14894.155
+ 1830 2405.7334 -2029.4305 -2029.4305 13749.338 -13749.338
+ 1840 2366.1796 -2027.3331 -2027.3331 13363.443 -13363.443
+ 1850 2356.9587 -2027.2377 -2027.2377 14134.363 -14134.363
+Loop time of 0.123186 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2356.9587 -2027.2377 -2027.2377 14134.363 -14134.363
+ 1872 2356.9587 -2213.3051 -2213.3051 12803.058 -12803.058
+Loop time of 0.0493031 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.23769156 -2213.28391059 -2213.30513354
+ Force two-norm initial, final = 69.1548 0.504994
+ Force max component initial, final = 7.12932 0.0723078
+ Final line search alpha, max atom move = 0.0784672 0.00567379
+ Iterations, force evaluations = 22 43
+
+Pair time (%) = 0.168246 (341.248)
+Neigh time (%) = 0.00333309 (6.76042)
+Comm time (%) = 0.0008955 (1.81632)
+Outpt time (%) = 0.000328541 (0.66637)
+Other time (%) = -0.1235 (-250.491)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.2325 -2213.2325 -3383.8766 3383.8766
+ 1860 2.7616297e-10 -2213.2325 -2213.2325 -3383.8767 3383.8767
+ 1870 3.0280457e-09 -2213.2325 -2213.2325 -3383.8778 3383.8778
+ 1880 1.4787609e-08 -2213.2325 -2213.2325 -3383.8826 3383.8826
+ 1890 7.9540513e-08 -2213.2326 -2213.2326 -3383.9089 3383.9089
+ 1900 3.1381041e-07 -2213.2327 -2213.2327 -3384.0045 3384.0045
+ 1910 1.5101793e-06 -2213.2334 -2213.2334 -3384.4854 3384.4854
+ 1920 5.7458886e-06 -2213.2359 -2213.2359 -3386.0957 3386.0957
+ 1930 2.5777425e-05 -2213.2459 -2213.2459 -3392.0755 3392.0755
+ 1940 6.042783e-05 -2213.2675 -2213.2675 -3392.8571 3392.8571
+ 1950 1.0382254e-06 -2213.2968 -2213.2968 -3388.4047 3388.4047
+ 1960 1.7351336e-05 -2213.3052 -2213.3052 -3387.3288 3387.3288
+ 1970 4.0447997e-05 -2213.3332 -2213.3332 -3384.093 3384.093
+ 1980 8.833558e-08 -2213.3353 -2213.3353 -3383.4469 3383.4469
+ 1990 9.230327e-07 -2213.3359 -2213.3359 -3383.524 3383.524
+ 2000 2.8141182e-07 -2213.3361 -2213.3361 -3383.5309 3383.5309
+ 2010 4.6467934e-08 -2213.3365 -2213.3365 -3383.4677 3383.4677
+ 2020 2.6225007e-08 -2213.3366 -2213.3366 -3383.5138 3383.5138
+ 2030 2.9875804e-07 -2213.3368 -2213.3368 -3383.4326 3383.4326
+ 2040 7.3667946e-07 -2213.3372 -2213.3372 -3383.3989 3383.3989
+ 2050 1.2928431e-09 -2213.3373 -2213.3373 -3383.4093 3383.4093
+Loop time of 0.198935 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.23252773 -2213.33726129 -2213.33726166
+ Force two-norm initial, final = 0.565454 0.013468
+ Force max component initial, final = 0.0740597 0.000979676
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178137 (89.5455)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00163031 (0.819517)
+Outpt time (%) = 0.00136924 (0.688284)
+Other time (%) = 0.0177982 (8.94673)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3373 -2213.3373 -3383.4093 3383.4093
+ 2060 1.5666759e-13 -2213.3373 -2213.3373 -3383.4093 3383.4093
+ 2070 1.7178356e-12 -2213.3373 -2213.3373 -3383.4093 3383.4093
+ 2080 8.3897024e-12 -2213.3373 -2213.3373 -3383.4093 3383.4093
+ 2090 4.5141917e-11 -2213.3373 -2213.3373 -3383.4093 3383.4093
+ 2100 1.7835619e-10 -2213.3373 -2213.3373 -3383.4094 3383.4094
+ 2110 8.6411758e-10 -2213.3373 -2213.3373 -3383.4097 3383.4097
+ 2120 3.4033347e-09 -2213.3373 -2213.3373 -3383.4108 3383.4108
+ 2130 1.7135073e-08 -2213.3373 -2213.3373 -3383.4134 3383.4134
+ 2140 4.7333163e-08 -2213.3373 -2213.3373 -3383.4051 3383.4051
+ 2145 8.2531411e-08 -2213.3373 -2213.3373 -3383.3993 3383.3993
+Loop time of 0.0939829 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33726166 -2213.33730967 -2213.33731584
+ Force two-norm initial, final = 0.013468 0.00928727
+ Force max component initial, final = 0.000979676 0.000627652
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.0853224 (90.785)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000769615 (0.818888)
+Outpt time (%) = 0.000618458 (0.658053)
+Other time (%) = 0.00727248 (7.73809)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1860 2392.579 -2027.8555 -2027.8555 15293.421 -15293.421
+ 1870 2404.3142 -2029.2472 -2029.2472 14850.053 -14850.053
+ 1880 2400.1901 -2029.6694 -2029.6694 13686.303 -13686.303
+ 1890 2358.7045 -2027.6974 -2027.6974 13286.37 -13286.37
+ 1900 2348.0825 -2027.7817 -2027.7817 14039.906 -14039.906
+Loop time of 0.123995 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2348.0825 -2027.7817 -2027.7817 14039.906 -14039.906
+ 1921 2348.0825 -2213.2658 -2213.2658 12735.432 -12735.432
+Loop time of 0.046206 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.78167678 -2213.25219424 -2213.26583146
+ Force two-norm initial, final = 69.0491 0.342059
+ Force max component initial, final = 7.11558 0.0408205
+ Final line search alpha, max atom move = 0.0462238 0.00188688
+ Iterations, force evaluations = 21 39
+
+Pair time (%) = 0.249456 (539.878)
+Neigh time (%) = 0.00333524 (7.21819)
+Comm time (%) = 0.00161505 (3.49532)
+Outpt time (%) = 0.000965595 (2.08976)
+Other time (%) = -0.209166 (-452.682)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.2325 -2213.2325 -3383.8766 3383.8766
+ 1910 2.7616297e-10 -2213.2325 -2213.2325 -3383.8767 3383.8767
+ 1920 3.0280452e-09 -2213.2325 -2213.2325 -3383.8778 3383.8778
+ 1930 1.4787593e-08 -2213.2325 -2213.2325 -3383.8826 3383.8826
+ 1940 7.9540113e-08 -2213.2326 -2213.2326 -3383.9089 3383.9089
+ 1950 3.1380225e-07 -2213.2327 -2213.2327 -3384.0045 3384.0045
+ 1960 1.5100116e-06 -2213.2334 -2213.2334 -3384.4853 3384.4853
+ 1970 5.7418848e-06 -2213.2359 -2213.2359 -3386.0953 3386.0953
+ 1980 2.563246e-05 -2213.2459 -2213.2459 -3392.069 3392.069
+ 1990 6.0255529e-05 -2213.2674 -2213.2674 -3392.8648 3392.8648
+ 2000 1.0387143e-06 -2213.2968 -2213.2968 -3388.4187 3388.4187
+ 2010 1.7197523e-05 -2213.3051 -2213.3051 -3387.3414 3387.3414
+ 2020 4.1895549e-05 -2213.3333 -2213.3333 -3384.1741 3384.1741
+ 2030 8.5686802e-08 -2213.3354 -2213.3354 -3383.4311 3383.4311
+ 2040 8.7455347e-07 -2213.336 -2213.336 -3383.5066 3383.5066
+ 2050 2.6037287e-07 -2213.3362 -2213.3362 -3383.5273 3383.5273
+ 2060 4.4596158e-08 -2213.3366 -2213.3366 -3383.4583 3383.4583
+ 2070 2.4669045e-08 -2213.3366 -2213.3366 -3383.5115 3383.5115
+ 2080 2.8302391e-07 -2213.3368 -2213.3368 -3383.4279 3383.4279
+ 2090 7.3916618e-07 -2213.3372 -2213.3372 -3383.405 3383.405
+ 2100 1.7811361e-09 -2213.3373 -2213.3373 -3383.4137 3383.4137
+Loop time of 0.193756 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.23252773 -2213.33727192 -2213.33727234
+ Force two-norm initial, final = 0.565454 0.0119478
+ Force max component initial, final = 0.0740597 0.000820925
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176991 (91.3472)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161719 (0.834654)
+Outpt time (%) = 0.00133586 (0.689454)
+Other time (%) = 0.0138123 (7.12871)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2110 1.232953e-13 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2120 1.351913e-12 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2130 6.6023346e-12 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2140 3.5522234e-11 -2213.3373 -2213.3373 -3383.4137 3383.4137
+ 2150 1.4021491e-10 -2213.3373 -2213.3373 -3383.4138 3383.4138
+ 2160 6.7781088e-10 -2213.3373 -2213.3373 -3383.4138 3383.4138
+ 2170 2.5917067e-09 -2213.3373 -2213.3373 -3383.4139 3383.4139
+ 2180 1.2179415e-08 -2213.3373 -2213.3373 -3383.4134 3383.4134
+ 2190 4.2237617e-08 -2213.3373 -2213.3373 -3383.4049 3383.4049
+ 2195 7.9942577e-08 -2213.3373 -2213.3373 -3383.3991 3383.3991
+Loop time of 0.0928531 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33727234 -2213.33731493 -2213.33732078
+ Force two-norm initial, final = 0.0119478 0.00895011
+ Force max component initial, final = 0.000820925 0.000595184
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.084573 (91.0826)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000772238 (0.831677)
+Outpt time (%) = 0.000602245 (0.6486)
+Other time (%) = 0.00690556 (7.43708)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2251.7723 -2025.6161 -2025.6161 15018.358 -15018.358
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 2251.7723 -2025.6161 -2025.6161 15018.358 -15018.358
+ 1810 2465.5631 -2040.5253 -2040.5253 13615.378 -13615.378
+ 1820 2451.9513 -2040.6037 -2040.6037 14545.601 -14545.601
+ 1830 2304.9497 -2031.9924 -2031.9924 17022.799 -17022.799
+ 1840 2308.4793 -2033.271 -2033.271 17820.328 -17820.328
+ 1850 2401.3035 -2040.4531 -2040.4531 17760.919 -17760.919
+Loop time of 0.123065 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2401.3035 -2040.4531 -2040.4531 17760.919 -17760.919
+ 1869 2401.3035 -2213.2261 -2213.2261 13088.701 -13088.701
+Loop time of 0.0433941 on 1 procs for 19 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2040.45305646 -2213.20940646 -2213.22614687
+ Force two-norm initial, final = 68.8784 0.498302
+ Force max component initial, final = 6.4428 0.055075
+ Final line search alpha, max atom move = 0.0625 0.00344219
+ Iterations, force evaluations = 19 36
+
+Pair time (%) = 0.245104 (564.832)
+Neigh time (%) = 0.00332189 (7.65516)
+Comm time (%) = 0.00158668 (3.65643)
+Outpt time (%) = 0.000929356 (2.14166)
+Other time (%) = -0.207548 (-478.286)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 1860 1.3789885e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 1870 1.5119871e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 1880 7.3829377e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 1890 3.9688634e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 1900 1.5617044e-07 -2213.3046 -2213.3046 -3397.4539 3397.4539
+ 1910 7.4349947e-07 -2213.305 -2213.305 -3396.6897 3396.6897
+ 1920 2.7098311e-06 -2213.3062 -2213.3062 -3394.1477 3394.1477
+ 1930 1.0971093e-05 -2213.3107 -2213.3107 -3385.0656 3385.0656
+ 1940 2.3950572e-05 -2213.3206 -2213.3206 -3385.851 3385.851
+ 1950 2.6953194e-05 -2213.3331 -2213.3331 -3383.893 3383.893
+ 1960 1.1311806e-06 -2213.3358 -2213.3358 -3380.4284 3380.4284
+ 1970 3.3908126e-07 -2213.3362 -2213.3362 -3384.0812 3384.0812
+ 1980 1.1688336e-06 -2213.3368 -2213.3368 -3383.31 3383.31
+ 1990 5.0887744e-08 -2213.3373 -2213.3373 -3381.3357 3381.3357
+ 2000 1.2470685e-08 -2213.3373 -2213.3373 -3383.8885 3383.8885
+ 2010 6.6652201e-08 -2213.3374 -2213.3374 -3383.5426 3383.5426
+ 2020 1.9851398e-09 -2213.3374 -2213.3374 -3383.0402 3383.0402
+ 2029 1.0559602e-08 -2213.3374 -2213.3374 -3383.4543 3383.4543
+Loop time of 0.178432 on 1 procs for 179 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.33737808 -2213.33737923
+ Force two-norm initial, final = 0.399572 0.00376407
+ Force max component initial, final = 0.0884399 0.00042445
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 179 179
+
+Pair time (%) = 0.159827 (89.5732)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145578 (0.815876)
+Outpt time (%) = 0.00115442 (0.646982)
+Other time (%) = 0.0159945 (8.96395)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2029 0 -2213.3374 -2213.3374 -3383.4543 3383.4543
+ 2030 9.9229815e-17 -2213.3374 -2213.3374 -3383.4543 3383.4543
+Loop time of 0.00239921 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737923 -2213.33737923 -2213.33737923
+ Force two-norm initial, final = 0.00376407 0.00376407
+ Force max component initial, final = 0.00042445 0.00042445
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00201511 (83.9909)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.695618)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000367403 (15.3135)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1850 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1860 2385.1335 -2027.938 -2027.938 15227.697 -15227.697
+ 1870 2393.1569 -2029.6467 -2029.6467 14716.083 -14716.083
+ 1880 2385.6497 -2030.3734 -2030.3734 13516.022 -13516.022
+ 1890 2341.2433 -2028.6675 -2028.6675 13109.785 -13109.785
+ 1900 2330.5769 -2029.1143 -2029.1143 13859.203 -13859.203
+Loop time of 0.123867 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2330.5769 -2029.1143 -2029.1143 13859.203 -13859.203
+ 1920 2330.5769 -2213.2799 -2213.2799 12622.962 -12622.962
+Loop time of 0.0422959 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2029.11430571 -2213.26611314 -2213.27987891
+ Force two-norm initial, final = 68.8161 1.09635
+ Force max component initial, final = 7.08451 0.107427
+ Final line search alpha, max atom move = 0.0253615 0.00272451
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.162191 (383.467)
+Neigh time (%) = 0.00331879 (7.84659)
+Comm time (%) = 0.000836849 (1.97856)
+Outpt time (%) = 0.000335217 (0.79255)
+Other time (%) = -0.124386 (-294.085)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 1910 1.3789893e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 1920 1.5120001e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 1930 7.3834024e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 1940 3.9700126e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 1950 1.5639943e-07 -2213.3046 -2213.3046 -3397.4538 3397.4538
+ 1960 7.4773071e-07 -2213.305 -2213.305 -3396.6881 3396.6881
+ 1970 2.778292e-06 -2213.3062 -2213.3062 -3394.1242 3394.1242
+ 1980 1.1914699e-05 -2213.3108 -2213.3108 -3384.8877 3384.8877
+ 1990 3.0406609e-05 -2213.3216 -2213.3216 -3386.7109 3386.7109
+ 2000 2.4815959e-07 -2213.3301 -2213.3301 -3383.0242 3383.0242
+ 2010 3.7046653e-06 -2213.3319 -2213.3319 -3384.6227 3384.6227
+ 2020 2.2595414e-07 -2213.3343 -2213.3343 -3383.5823 3383.5823
+ 2030 2.2810738e-06 -2213.3354 -2213.3354 -3383.1095 3383.1095
+ 2040 4.2480001e-07 -2213.3356 -2213.3356 -3383.9379 3383.9379
+ 2050 1.5157328e-06 -2213.3365 -2213.3365 -3383.4803 3383.4803
+ 2060 4.087296e-08 -2213.3372 -2213.3372 -3383.7225 3383.7225
+ 2070 4.1014494e-08 -2213.3372 -2213.3372 -3383.2114 3383.2114
+ 2080 1.7537549e-07 -2213.3373 -2213.3373 -3383.0934 3383.0934
+ 2090 2.0916459e-09 -2213.3373 -2213.3373 -3383.4842 3383.4842
+ 2100 2.5288746e-08 -2213.3373 -2213.3373 -3383.3885 3383.3885
+Loop time of 0.197684 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.3373414 -2213.33734447
+ Force two-norm initial, final = 0.399572 0.00724392
+ Force max component initial, final = 0.0884399 0.000445918
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17789 (89.9872)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160837 (0.813607)
+Outpt time (%) = 0.00135589 (0.685886)
+Other time (%) = 0.0168295 (8.51333)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.3885 3383.3885
+ 2110 4.5322931e-14 -2213.3373 -2213.3373 -3383.3885 3383.3885
+ 2120 4.9695878e-13 -2213.3373 -2213.3373 -3383.3885 3383.3885
+ 2130 2.4269833e-12 -2213.3373 -2213.3373 -3383.3885 3383.3885
+ 2140 1.3057754e-11 -2213.3373 -2213.3373 -3383.3885 3383.3885
+ 2150 5.153461e-11 -2213.3373 -2213.3373 -3383.3887 3383.3887
+ 2160 2.4908872e-10 -2213.3373 -2213.3373 -3383.3894 3383.3894
+ 2167 6.3257208e-10 -2213.3373 -2213.3373 -3383.3907 3383.3907
+Loop time of 0.0667078 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734447 -2213.33734481 -2213.33734486
+ Force two-norm initial, final = 0.00724392 0.00720593
+ Force max component initial, final = 0.000445918 0.000441026
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0601144 (90.1159)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000548363 (0.822036)
+Outpt time (%) = 0.000402927 (0.604018)
+Other time (%) = 0.00564218 (8.45804)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1910 2384.902 -2027.9433 -2027.9433 15225.192 -15225.192
+ 1920 2393.7028 -2029.655 -2029.655 14718.865 -14718.865
+ 1930 2387.3723 -2030.3441 -2030.3441 13533.119 -13533.119
+ 1940 2344.4789 -2028.5644 -2028.5644 13146.372 -13146.372
+ 1950 2335.6473 -2028.9133 -2028.9133 13916.756 -13916.756
+Loop time of 0.123233 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2335.6473 -2028.9133 -2028.9133 13916.756 -13916.756
+ 1971 2335.6473 -2213.2898 -2213.2898 12652.314 -12652.314
+Loop time of 0.0475311 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.91328474 -2213.27661277 -2213.28983178
+ Force two-norm initial, final = 68.8683 0.445414
+ Force max component initial, final = 7.09093 0.105566
+ Final line search alpha, max atom move = 0.0499459 0.00527259
+ Iterations, force evaluations = 21 41
+
+Pair time (%) = 0.224823 (473.002)
+Neigh time (%) = 0.00333595 (7.01846)
+Comm time (%) = 0.00141168 (2.97)
+Outpt time (%) = 0.000734091 (1.54444)
+Other time (%) = -0.182774 (-384.535)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 1960 1.3789894e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 1970 1.5120003e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 1980 7.3834082e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 1990 3.9700268e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 2000 1.5640212e-07 -2213.3046 -2213.3046 -3397.4538 3397.4538
+ 2010 7.4776824e-07 -2213.305 -2213.305 -3396.688 3396.688
+ 2020 2.7780469e-06 -2213.3062 -2213.3062 -3394.1242 3394.1242
+ 2030 1.188478e-05 -2213.3108 -2213.3108 -3384.892 3384.892
+ 2040 3.0562032e-05 -2213.3216 -2213.3216 -3386.731 3386.731
+ 2050 2.476973e-07 -2213.3301 -2213.3301 -3382.9769 3382.9769
+ 2060 3.7364832e-06 -2213.3319 -2213.3319 -3384.6238 3384.6238
+ 2070 6.9721333e-06 -2213.3366 -2213.3366 -3383.0168 3383.0168
+ 2080 9.4613385e-08 -2213.3369 -2213.3369 -3384.9637 3384.9637
+ 2090 3.741307e-07 -2213.3371 -2213.3371 -3383.1659 3383.1659
+ 2100 6.6155298e-08 -2213.3371 -2213.3371 -3382.8223 3382.8223
+ 2110 4.2942874e-08 -2213.3372 -2213.3372 -3383.7868 3383.7868
+ 2120 1.0146668e-08 -2213.3372 -2213.3372 -3383.2245 3383.2245
+ 2130 5.9800653e-08 -2213.3373 -2213.3373 -3383.4879 3383.4879
+ 2140 1.2899035e-07 -2213.3374 -2213.3374 -3383.6775 3383.6775
+ 2150 1.4795298e-09 -2213.3374 -2213.3374 -3383.5245 3383.5245
+Loop time of 0.194622 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.33737027 -2213.33737066
+ Force two-norm initial, final = 0.399572 0.0120219
+ Force max component initial, final = 0.0884399 0.000666071
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177448 (91.1755)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161028 (0.827388)
+Outpt time (%) = 0.00136662 (0.702189)
+Other time (%) = 0.0141976 (7.29495)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3374 -2213.3374 -3383.5245 3383.5245
+ 2160 1.2482824e-13 -2213.3374 -2213.3374 -3383.5245 3383.5245
+ 2170 1.3685853e-12 -2213.3374 -2213.3374 -3383.5244 3383.5244
+ 2180 6.6805972e-12 -2213.3374 -2213.3374 -3383.5244 3383.5244
+ 2190 3.5853789e-11 -2213.3374 -2213.3374 -3383.5238 3383.5238
+ 2200 1.4016241e-10 -2213.3374 -2213.3374 -3383.522 3383.522
+ 2210 6.4663354e-10 -2213.3374 -2213.3374 -3383.5125 3383.5125
+ 2220 2.0791118e-09 -2213.3374 -2213.3374 -3383.4809 3383.4809
+ 2230 4.148256e-09 -2213.3374 -2213.3374 -3383.3703 3383.3703
+ 2239 6.1538236e-09 -2213.3374 -2213.3374 -3383.38 3383.38
+Loop time of 0.0877039 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737066 -2213.33737554 -2213.33737596
+ Force two-norm initial, final = 0.0120219 0.00396607
+ Force max component initial, final = 0.000666071 0.000241235
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0794194 (90.5539)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000730991 (0.833476)
+Outpt time (%) = 0.000542879 (0.618991)
+Other time (%) = 0.0070107 (7.9936)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1960 2388.3651 -2027.9062 -2027.9062 15255.538 -15255.538
+ 1970 2399.3136 -2029.4673 -2029.4673 14784.443 -14784.443
+ 1980 2395.1766 -2029.9925 -2029.9925 13623 -13623
+ 1990 2354.4877 -2028.0489 -2028.0489 13249.26 -13249.26
+ 2000 2346.7559 -2028.1723 -2028.1723 14033.73 -14033.73
+Loop time of 0.12345 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2346.7559 -2028.1723 -2028.1723 14033.73 -14033.73
+ 2020 2346.7559 -2213.2064 -2213.2064 12719.84 -12719.84
+Loop time of 0.041358 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.17233081 -2213.1882074 -2213.20642056
+ Force two-norm initial, final = 69.0069 0.866312
+ Force max component initial, final = 7.10913 0.239549
+ Final line search alpha, max atom move = 0.0718511 0.0172118
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.238229 (576.017)
+Neigh time (%) = 0.00336909 (8.14617)
+Comm time (%) = 0.00153232 (3.70501)
+Outpt time (%) = 0.000885248 (2.14045)
+Other time (%) = -0.202658 (-490.009)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 2010 1.3789893e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 2020 1.5119994e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 2030 7.3833771e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 2040 3.9699497e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 2050 1.5638664e-07 -2213.3046 -2213.3046 -3397.4538 3397.4538
+ 2060 7.4747291e-07 -2213.305 -2213.305 -3396.6882 3396.6882
+ 2070 2.7726758e-06 -2213.3062 -2213.3062 -3394.126 3394.126
+ 2080 1.1804272e-05 -2213.3108 -2213.3108 -3384.9074 3384.9074
+ 2090 3.0482027e-05 -2213.3215 -2213.3215 -3386.7269 3386.7269
+ 2100 2.4739115e-07 -2213.3301 -2213.3301 -3382.9784 3382.9784
+ 2110 3.6877945e-06 -2213.3319 -2213.3319 -3384.6422 3384.6422
+ 2120 7.2209586e-06 -2213.3366 -2213.3366 -3382.6617 3382.6617
+ 2130 9.4322519e-08 -2213.3369 -2213.3369 -3385.0963 3385.0963
+ 2140 3.6383528e-07 -2213.3371 -2213.3371 -3383.0697 3383.0697
+ 2150 6.4367723e-08 -2213.3372 -2213.3372 -3382.8003 3382.8003
+ 2160 4.0538246e-08 -2213.3372 -2213.3372 -3383.7969 3383.7969
+ 2170 9.7654381e-09 -2213.3373 -2213.3373 -3383.2176 3383.2176
+ 2180 5.6945351e-08 -2213.3373 -2213.3373 -3383.4965 3383.4965
+ 2190 1.2347829e-07 -2213.3374 -2213.3374 -3383.7126 3383.7126
+ 2200 1.6049583e-09 -2213.3374 -2213.3374 -3383.5375 3383.5375
+Loop time of 0.19443 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.33737032 -2213.33737075
+ Force two-norm initial, final = 0.399572 0.0125035
+ Force max component initial, final = 0.0884399 0.000692433
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177482 (91.2834)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161099 (0.828572)
+Outpt time (%) = 0.00134206 (0.690252)
+Other time (%) = 0.0139947 (7.1978)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.3374 -2213.3374 -3383.5375 3383.5375
+ 2210 1.3502983e-13 -2213.3374 -2213.3374 -3383.5375 3383.5375
+ 2220 1.4804332e-12 -2213.3374 -2213.3374 -3383.5374 3383.5374
+ 2230 7.2265989e-12 -2213.3374 -2213.3374 -3383.5373 3383.5373
+ 2240 3.878445e-11 -2213.3374 -2213.3374 -3383.5368 3383.5368
+ 2250 1.5163391e-10 -2213.3374 -2213.3374 -3383.5347 3383.5347
+ 2260 6.9971054e-10 -2213.3374 -2213.3374 -3383.5243 3383.5243
+ 2270 2.2560419e-09 -2213.3374 -2213.3374 -3383.4894 3383.4894
+ 2280 4.4375911e-09 -2213.3374 -2213.3374 -3383.3658 3383.3658
+ 2290 6.6794087e-09 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2296 1.0476423e-08 -2213.3374 -2213.3374 -3383.4255 3383.4255
+Loop time of 0.0933969 on 1 procs for 96 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737075 -2213.33737946 -2213.33738036
+ Force two-norm initial, final = 0.0125035 0.00325743
+ Force max component initial, final = 0.000692433 0.000206519
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 96 96
+
+Pair time (%) = 0.0855443 (91.5923)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000776291 (0.831174)
+Outpt time (%) = 0.000607967 (0.65095)
+Other time (%) = 0.0064683 (6.9256)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2010 2392.2741 -2027.8625 -2027.8625 15290.091 -15290.091
+ 2020 2405.1249 -2029.2577 -2029.2577 14854.426 -14854.426
+ 2030 2402.8044 -2029.625 -2029.625 13712.054 -13712.054
+ 2040 2363.8517 -2027.5395 -2027.5395 13343.525 -13343.525
+ 2050 2356.5562 -2027.4606 -2027.4606 14135.021 -14135.021
+Loop time of 0.123152 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2356.5562 -2027.4606 -2027.4606 14135.021 -14135.021
+ 2071 2356.5562 -2213.2905 -2213.2905 12799.501 -12799.501
+Loop time of 0.044847 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.46058532 -2213.27623426 -2213.29054963
+ Force two-norm initial, final = 69.1331 0.574041
+ Force max component initial, final = 7.1259 0.0611461
+ Final line search alpha, max atom move = 0.125 0.00764326
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.247555 (551.999)
+Neigh time (%) = 0.00332594 (7.41619)
+Comm time (%) = 0.00159836 (3.56402)
+Outpt time (%) = 0.000936985 (2.08929)
+Other time (%) = -0.20857 (-465.069)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 2060 1.3789893e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 2070 1.5119995e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 2080 7.3833806e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 2090 3.9699586e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 2100 1.5638856e-07 -2213.3046 -2213.3046 -3397.4538 3397.4538
+ 2110 7.4752075e-07 -2213.305 -2213.305 -3396.6881 3396.6881
+ 2120 2.7742946e-06 -2213.3062 -2213.3062 -3394.1255 3394.1255
+ 2130 1.1852594e-05 -2213.3108 -2213.3108 -3384.8997 3384.8997
+ 2140 3.0211501e-05 -2213.3215 -2213.3215 -3386.692 3386.692
+ 2150 2.4796811e-07 -2213.3301 -2213.3301 -3383.0093 3383.0093
+ 2160 3.7148905e-06 -2213.3319 -2213.3319 -3384.6258 3384.6258
+ 2170 6.9077368e-06 -2213.3365 -2213.3365 -3383.2324 3383.2324
+ 2180 9.3378124e-08 -2213.3369 -2213.3369 -3384.8678 3384.8678
+ 2190 2.587895e-08 -2213.337 -2213.337 -3382.546 3382.546
+ 2200 1.1325332e-07 -2213.337 -2213.337 -3383.9413 3383.9413
+ 2210 3.9136646e-07 -2213.3372 -2213.3372 -3383.6783 3383.6783
+ 2220 2.0208531e-09 -2213.3373 -2213.3373 -3383.3384 3383.3384
+ 2230 3.4334712e-08 -2213.3373 -2213.3373 -3383.4486 3383.4486
+ 2240 1.2346908e-07 -2213.3373 -2213.3373 -3383.4526 3383.4526
+ 2250 3.1647484e-11 -2213.3374 -2213.3374 -3383.4097 3383.4097
+Loop time of 0.19438 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.33736699 -2213.33736699
+ Force two-norm initial, final = 0.399572 0.00645679
+ Force max component initial, final = 0.0884399 0.000431031
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17744 (91.2849)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157905 (0.81235)
+Outpt time (%) = 0.00134802 (0.693496)
+Other time (%) = 0.0140133 (7.20922)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.3374 -2213.3374 -3383.4097 3383.4097
+ 2260 3.600841e-14 -2213.3374 -2213.3374 -3383.4097 3383.4097
+ 2270 3.948146e-13 -2213.3374 -2213.3374 -3383.4097 3383.4097
+ 2280 1.9279202e-12 -2213.3374 -2213.3374 -3383.4097 3383.4097
+ 2290 1.0365301e-11 -2213.3374 -2213.3374 -3383.4096 3383.4096
+ 2300 4.0817777e-11 -2213.3374 -2213.3374 -3383.4094 3383.4094
+ 2310 1.9487093e-10 -2213.3374 -2213.3374 -3383.4085 3383.4085
+ 2320 7.2364999e-10 -2213.3374 -2213.3374 -3383.4056 3383.4056
+ 2330 3.0490167e-09 -2213.3374 -2213.3374 -3383.3956 3383.3956
+ 2340 8.2579153e-09 -2213.3374 -2213.3374 -3383.3973 3383.3973
+ 2350 1.7757842e-08 -2213.3374 -2213.3374 -3383.3911 3383.3911
+ 2360 7.8073646e-09 -2213.3374 -2213.3374 -3383.4224 3383.4224
+ 2370 5.2616552e-08 -2213.3335 -2213.3335 -3382.0787 3382.0787
+ 2380 1.4624629e-05 -2213.3362 -2213.3362 -3383.9038 3383.9038
+ 2390 1.9470935e-07 -2213.3322 -2213.3322 -3383.0516 3383.0516
+ 2400 8.0179956e-07 -2213.3353 -2213.3353 -3382.6696 3382.6696
+ 2410 8.7757005e-07 -2213.3357 -2213.3357 -3383.5374 3383.5374
+ 2420 9.3687428e-07 -2213.3371 -2213.3371 -3383.6474 3383.6474
+ 2430 3.3951242e-07 -2213.3371 -2213.3371 -3383.3533 3383.3533
+ 2440 1.5404041e-06 -2213.3374 -2213.3374 -3383.3198 3383.3198
+ 2450 1.0209608e-07 -2213.3374 -2213.3374 -3383.3769 3383.3769
+Loop time of 0.236389 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33736699 -2213.33736946 -2213.33736536
+ Force two-norm initial, final = 0.00645679 0.0414351
+ Force max component initial, final = 0.000431031 0.00169892
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176347 (74.6006)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162339 (0.686746)
+Outpt time (%) = 0.00136924 (0.579231)
+Other time (%) = 0.0570488 (24.1334)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2330.5769 -2029.1143 -2029.1143 13859.203 -13859.203
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 2330.5769 -2029.1143 -2029.1143 13859.203 -13859.203
+ 1910 2386.1233 -2033.1075 -2033.1075 14018.346 -14018.346
+ 1920 2318.5336 -2028.9113 -2028.9113 13323.141 -13323.141
+ 1930 2318.1419 -2029.0372 -2029.0372 11467.389 -11467.389
+ 1940 2373.9655 -2032.7773 -2032.7773 11821.411 -11821.411
+ 1950 2293.0247 -2027.4287 -2027.4287 14233.349 -14233.349
+Loop time of 0.124213 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2293.0247 -2027.4287 -2027.4287 14233.349 -14233.349
+ 1969 2293.0247 -2213.2565 -2213.2565 12350.865 -12350.865
+Loop time of 0.0396991 on 1 procs for 19 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.428723 -2213.23816192 -2213.25647364
+ Force two-norm initial, final = 69.824 0.728571
+ Force max component initial, final = 5.73099 0.0742721
+ Final line search alpha, max atom move = 0.116144 0.00862627
+ Iterations, force evaluations = 19 32
+
+Pair time (%) = 0.334961 (843.751)
+Neigh time (%) = 0.0027082 (6.82181)
+Comm time (%) = 0.00240088 (6.04768)
+Outpt time (%) = 0.00171208 (4.31265)
+Other time (%) = -0.302083 (-760.933)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14254 ave 14254 max 14254 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14254
+Ave neighs/atom = 27.8943
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.2799 -2213.2799 -3383.5967 3383.5967
+ 1960 1.0381574e-09 -2213.2799 -2213.2799 -3383.5968 3383.5968
+ 1970 1.1382192e-08 -2213.2799 -2213.2799 -3383.598 3383.598
+ 1980 5.5562815e-08 -2213.2799 -2213.2799 -3383.6034 3383.6034
+ 1990 2.9825807e-07 -2213.2801 -2213.2801 -3383.633 3383.633
+ 2000 1.166754e-06 -2213.2806 -2213.2806 -3383.7399 3383.7399
+ 2010 5.4025521e-06 -2213.2832 -2213.2832 -3384.2608 3384.2608
+ 2020 1.7532257e-05 -2213.2907 -2213.2907 -3385.805 3385.805
+ 2030 3.4449575e-05 -2213.3044 -2213.3044 -3388.8127 3388.8127
+ 2040 2.8696599e-05 -2213.3147 -2213.3147 -3386.7747 3386.7747
+ 2050 3.8700616e-05 -2213.3304 -2213.3304 -3384.2881 3384.2881
+ 2060 1.3718631e-05 -2213.3346 -2213.3346 -3382.062 3382.062
+ 2070 1.1716571e-06 -2213.3353 -2213.3353 -3382.3667 3382.3667
+ 2080 1.9738961e-06 -2213.3362 -2213.3362 -3382.9414 3382.9414
+ 2090 7.8869034e-08 -2213.3368 -2213.3368 -3383.3167 3383.3167
+ 2100 1.422155e-07 -2213.3371 -2213.3371 -3383.5351 3383.5351
+ 2110 2.7497397e-07 -2213.3372 -2213.3372 -3383.5412 3383.5412
+ 2120 1.3555968e-07 -2213.3373 -2213.3373 -3383.4115 3383.4115
+ 2130 1.2655996e-08 -2213.3373 -2213.3373 -3383.429 3383.429
+ 2140 2.0949935e-08 -2213.3373 -2213.3373 -3383.4101 3383.4101
+ 2147 5.788959e-08 -2213.3374 -2213.3374 -3383.397 3383.397
+Loop time of 0.194961 on 1 procs for 197 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27987891 -2213.33735565 -2213.33735973
+ Force two-norm initial, final = 1.09635 0.00760035
+ Force max component initial, final = 0.107427 0.000591045
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 197 197
+
+Pair time (%) = 0.175469 (90.0021)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159168 (0.816411)
+Outpt time (%) = 0.00131178 (0.672842)
+Other time (%) = 0.0165884 (8.50861)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2147 0 -2213.3374 -2213.3374 -3383.397 3383.397
+ 2148 4.0456963e-16 -2213.3374 -2213.3374 -3383.397 3383.397
+Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735973 -2213.33735973 -2213.33735973
+ Force two-norm initial, final = 0.00760035 0.00760035
+ Force max component initial, final = 0.000591045 0.000591045
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186801 (87.5321)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.74852)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000250101 (11.7194)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 1960 2400.3962 -2027.7707 -2027.7707 15362.094 -15362.094
+ 1970 2416.8675 -2028.8232 -2028.8232 14997.324 -14997.324
+ 1980 2417.9366 -2028.8796 -2028.8796 13889.505 -13889.505
+ 1990 2382.1743 -2026.5253 -2026.5253 13526.516 -13526.516
+ 2000 2375.3325 -2026.0551 -2026.0551 14328.201 -14328.201
+Loop time of 0.123164 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2375.3325 -2026.0551 -2026.0551 14328.201 -14328.201
+ 2020 2375.3325 -2213.2902 -2213.2902 12919.308 -12919.308
+Loop time of 0.0414689 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.05508125 -2213.26923542 -2213.2902385
+ Force two-norm initial, final = 69.3767 0.448253
+ Force max component initial, final = 7.15832 0.0537995
+ Final line search alpha, max atom move = 0.0625 0.00336247
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160563 (387.189)
+Neigh time (%) = 0.00332689 (8.02263)
+Comm time (%) = 0.000814438 (1.96397)
+Outpt time (%) = 0.000329256 (0.793984)
+Other time (%) = -0.123565 (-297.97)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2799 -2213.2799 -3383.5967 3383.5967
+ 2010 1.0381571e-09 -2213.2799 -2213.2799 -3383.5968 3383.5968
+ 2020 1.1382144e-08 -2213.2799 -2213.2799 -3383.598 3383.598
+ 2030 5.5561117e-08 -2213.2799 -2213.2799 -3383.6034 3383.6034
+ 2040 2.9821606e-07 -2213.2801 -2213.2801 -3383.633 3383.633
+ 2050 1.1659143e-06 -2213.2806 -2213.2806 -3383.7398 3383.7398
+ 2060 5.3868331e-06 -2213.2832 -2213.2832 -3384.2602 3384.2602
+ 2070 1.7269574e-05 -2213.2906 -2213.2906 -3385.7974 3385.7974
+ 2080 3.275708e-05 -2213.3043 -2213.3043 -3388.8019 3388.8019
+ 2090 2.9562849e-05 -2213.3146 -2213.3146 -3386.771 3386.771
+ 2100 4.169359e-05 -2213.3306 -2213.3306 -3383.8692 3383.8692
+ 2110 1.63991e-05 -2213.3346 -2213.3346 -3382.0335 3382.0335
+ 2120 1.4965008e-06 -2213.3354 -2213.3354 -3382.2865 3382.2865
+ 2130 2.2478312e-06 -2213.3362 -2213.3362 -3382.8627 3382.8627
+ 2140 7.9888951e-07 -2213.3369 -2213.3369 -3383.4255 3383.4255
+ 2150 7.2364742e-08 -2213.337 -2213.337 -3383.2913 3383.2913
+ 2160 2.3748073e-07 -2213.3371 -2213.3371 -3383.2828 3383.2828
+ 2170 6.5168045e-09 -2213.3373 -2213.3373 -3383.3803 3383.3803
+ 2180 3.2079435e-09 -2213.3373 -2213.3373 -3383.4321 3383.4321
+Loop time of 0.175265 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27987891 -2213.33733486 -2213.33733535
+ Force two-norm initial, final = 1.09635 0.00946792
+ Force max component initial, final = 0.107427 0.000766604
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.160015 (91.2989)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144196 (0.822728)
+Outpt time (%) = 0.00114393 (0.652687)
+Other time (%) = 0.0126641 (7.22567)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2180 0 -2213.3373 -2213.3373 -3383.4321 3383.4321
+ 2181 6.2782096e-16 -2213.3373 -2213.3373 -3383.4321 3383.4321
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733535 -2213.33733535 -2213.33733535
+ Force two-norm initial, final = 0.00946792 0.00946792
+ Force max component initial, final = 0.000766604 0.000766604
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186014 (89.6885)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.827681)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196695 (9.48385)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2010 2400.1898 -2027.773 -2027.773 15360.268 -15360.268
+ 2020 2416.564 -2028.8343 -2028.8343 14993.652 -14993.652
+ 2030 2417.5428 -2028.8988 -2028.8988 13884.891 -13884.891
+ 2040 2381.7033 -2026.5516 -2026.5516 13521.77 -13521.77
+ 2050 2374.8563 -2026.0912 -2026.0912 14323.284 -14323.284
+Loop time of 0.123472 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2374.8563 -2026.0912 -2026.0912 14323.284 -14323.284
+ 2070 2374.8563 -2213.29 -2213.29 12916.857 -12916.857
+Loop time of 0.0414779 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.09120484 -2213.26876411 -2213.29001156
+ Force two-norm initial, final = 69.3705 0.458918
+ Force max component initial, final = 7.1575 0.0754693
+ Final line search alpha, max atom move = 0.0565998 0.00427155
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160844 (387.782)
+Neigh time (%) = 0.00335789 (8.0956)
+Comm time (%) = 0.000824213 (1.98711)
+Outpt time (%) = 0.000333071 (0.803007)
+Other time (%) = -0.123881 (-298.668)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2799 -2213.2799 -3383.5967 3383.5967
+ 2060 1.038157e-09 -2213.2799 -2213.2799 -3383.5968 3383.5968
+ 2070 1.1382136e-08 -2213.2799 -2213.2799 -3383.598 3383.598
+ 2080 5.5560822e-08 -2213.2799 -2213.2799 -3383.6034 3383.6034
+ 2090 2.9820877e-07 -2213.2801 -2213.2801 -3383.633 3383.633
+ 2100 1.1657695e-06 -2213.2806 -2213.2806 -3383.7398 3383.7398
+ 2110 5.3842042e-06 -2213.2832 -2213.2832 -3384.2601 3384.2601
+ 2120 1.7231858e-05 -2213.2906 -2213.2906 -3385.7963 3385.7963
+ 2130 3.2800108e-05 -2213.3043 -2213.3043 -3388.8002 3388.8002
+ 2140 2.9504359e-05 -2213.3147 -2213.3147 -3386.7544 3386.7544
+ 2150 4.1301849e-05 -2213.3306 -2213.3306 -3383.9176 3383.9176
+ 2160 1.6131729e-05 -2213.3346 -2213.3346 -3382.0358 3382.0358
+ 2170 1.4825184e-06 -2213.3354 -2213.3354 -3382.2925 3382.2925
+ 2180 2.2317604e-06 -2213.3362 -2213.3362 -3382.8701 3382.8701
+ 2190 7.8347764e-07 -2213.3369 -2213.3369 -3383.4263 3383.4263
+ 2200 7.1543356e-08 -2213.337 -2213.337 -3383.2943 3383.2943
+ 2210 2.3853478e-07 -2213.3371 -2213.3371 -3383.283 3383.283
+ 2220 5.0379993e-09 -2213.3373 -2213.3373 -3383.3911 3383.3911
+ 2230 9.7072309e-09 -2213.3373 -2213.3373 -3383.4383 3383.4383
+ 2240 1.5168102e-08 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2243 3.0741815e-08 -2213.3373 -2213.3373 -3383.4107 3383.4107
+Loop time of 0.18939 on 1 procs for 193 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27987891 -2213.3373446 -2213.33734704
+ Force two-norm initial, final = 1.09635 0.00736475
+ Force max component initial, final = 0.107427 0.000557859
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 193 193
+
+Pair time (%) = 0.171663 (90.6398)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00155878 (0.823053)
+Outpt time (%) = 0.00129104 (0.681681)
+Other time (%) = 0.0148776 (7.85551)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2243 0 -2213.3373 -2213.3373 -3383.4107 3383.4107
+ 2244 3.7987647e-16 -2213.3373 -2213.3373 -3383.4107 3383.4107
+Loop time of 0.00212502 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734704 -2213.33734704 -2213.33734704
+ Force two-norm initial, final = 0.00736475 0.00736475
+ Force max component initial, final = 0.000557859 0.000557859
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187087 (88.0399)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.695613)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000239372 (11.2644)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2293.0247 -2027.4287 -2027.4287 14233.349 -14233.349
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 2293.0247 -2027.4287 -2027.4287 14233.349 -14233.349
+ 1960 2300.0331 -2027.7945 -2027.7945 14226.632 -14226.632
+ 1970 2455.4983 -2037.8638 -2037.8638 14551.019 -14551.019
+ 1980 2507.082 -2041.1655 -2041.1655 15111.17 -15111.17
+ 1990 2363.0795 -2031.67 -2031.67 16304.241 -16304.241
+ 2000 2362.8664 -2031.6502 -2031.6502 15501.034 -15501.034
+Loop time of 0.122342 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2362.8664 -2031.6502 -2031.6502 15501.034 -15501.034
+ 2021 2362.8664 -2213.2798 -2213.2798 12839.099 -12839.099
+Loop time of 0.0521381 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2031.65019104 -2213.25849858 -2213.27981778
+ Force two-norm initial, final = 69.5086 0.442343
+ Force max component initial, final = 6.3003 0.046303
+ Final line search alpha, max atom move = 0.0625 0.00289393
+ Iterations, force evaluations = 21 46
+
+Pair time (%) = 0.170954 (327.887)
+Neigh time (%) = 0.00264692 (5.07675)
+Comm time (%) = 0.000879526 (1.68692)
+Outpt time (%) = 0.000330925 (0.634709)
+Other time (%) = -0.122674 (-235.286)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2565 -2213.2565 -3397.7829 3397.7829
+ 2010 4.5847101e-10 -2213.2565 -2213.2565 -3397.7828 3397.7828
+ 2020 5.026686e-09 -2213.2565 -2213.2565 -3397.782 3397.782
+ 2030 2.4539827e-08 -2213.2565 -2213.2565 -3397.7786 3397.7786
+ 2040 1.3178162e-07 -2213.2566 -2213.2566 -3397.7598 3397.7598
+ 2050 5.1626655e-07 -2213.2568 -2213.2568 -3397.6912 3397.6912
+ 2060 2.4088628e-06 -2213.2579 -2213.2579 -3397.3405 3397.3405
+ 2070 8.0382135e-06 -2213.2614 -2213.2614 -3396.0937 3396.0937
+ 2080 2.0313987e-05 -2213.2702 -2213.2702 -3390.4869 3390.4869
+ 2090 3.5310658e-05 -2213.2841 -2213.2841 -3388.5985 3388.5985
+ 2100 8.283289e-05 -2213.3212 -2213.3212 -3382.5162 3382.5162
+ 2110 4.0266715e-06 -2213.3333 -2213.3333 -3379.75 3379.75
+ 2120 1.290595e-06 -2213.3366 -2213.3366 -3383.3998 3383.3998
+ 2130 1.0471954e-07 -2213.3367 -2213.3367 -3383.3657 3383.3657
+ 2140 3.61988e-07 -2213.3369 -2213.3369 -3383.2341 3383.2341
+ 2150 6.0850547e-07 -2213.3372 -2213.3372 -3383.1593 3383.1593
+ 2160 1.650873e-09 -2213.3373 -2213.3373 -3383.3702 3383.3702
+ 2170 1.6050754e-08 -2213.3373 -2213.3373 -3383.4375 3383.4375
+ 2174 3.7997451e-08 -2213.3373 -2213.3373 -3383.4308 3383.4308
+Loop time of 0.168255 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25647364 -2213.33734403 -2213.3373482
+ Force two-norm initial, final = 0.728571 0.00800401
+ Force max component initial, final = 0.0742721 0.000718588
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.154706 (91.9472)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143385 (0.852188)
+Outpt time (%) = 0.0011487 (0.682714)
+Other time (%) = 0.0109668 (6.51795)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2174 0 -2213.3373 -2213.3373 -3383.4308 3383.4308
+ 2175 4.4868499e-16 -2213.3373 -2213.3373 -3383.4308 3383.4308
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373482 -2213.3373482 -2213.3373482
+ Force two-norm initial, final = 0.00800401 0.00800401
+ Force max component initial, final = 0.000718588 0.000718588
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (89.7804)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.827681)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000194788 (9.39188)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2010 2400.2431 -2027.7722 -2027.7722 15360.769 -15360.769
+ 2020 2416.597 -2028.8316 -2028.8316 14994.246 -14994.246
+ 2030 2417.5641 -2028.8963 -2028.8963 13885.17 -13885.17
+ 2040 2381.7343 -2026.5496 -2026.5496 13521.836 -13521.836
+ 2050 2374.8798 -2026.088 -2026.088 14323.437 -14323.437
+Loop time of 0.122934 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2374.8798 -2026.088 -2026.088 14323.437 -14323.437
+ 2070 2374.8798 -2213.2902 -2213.2902 12916.783 -12916.783
+Loop time of 0.041471 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.08804744 -2213.26883404 -2213.29017544
+ Force two-norm initial, final = 69.3709 0.457325
+ Force max component initial, final = 7.15756 0.0722144
+ Final line search alpha, max atom move = 0.0576955 0.00416645
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160329 (386.605)
+Neigh time (%) = 0.0033319 (8.03429)
+Comm time (%) = 0.000814199 (1.9633)
+Outpt time (%) = 0.00033927 (0.818089)
+Other time (%) = -0.123343 (-297.421)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2565 -2213.2565 -3397.7829 3397.7829
+ 2060 4.5847098e-10 -2213.2565 -2213.2565 -3397.7828 3397.7828
+ 2070 5.0266799e-09 -2213.2565 -2213.2565 -3397.782 3397.782
+ 2080 2.4539611e-08 -2213.2565 -2213.2565 -3397.7786 3397.7786
+ 2090 1.3177628e-07 -2213.2566 -2213.2566 -3397.7598 3397.7598
+ 2100 5.161599e-07 -2213.2568 -2213.2568 -3397.6913 3397.6913
+ 2110 2.4068685e-06 -2213.2579 -2213.2579 -3397.3406 3397.3406
+ 2120 8.0052656e-06 -2213.2614 -2213.2614 -3396.0956 3396.0956
+ 2130 2.0108998e-05 -2213.2702 -2213.2702 -3390.5131 3390.5131
+ 2140 3.6251626e-05 -2213.2841 -2213.2841 -3388.6617 3388.6617
+ 2150 8.7349525e-05 -2213.322 -2213.322 -3382.7187 3382.7187
+ 2160 5.8041289e-06 -2213.3359 -2213.3359 -3383.7874 3383.7874
+ 2170 3.2409514e-07 -2213.3361 -2213.3361 -3383.4114 3383.4114
+ 2180 8.0165405e-07 -2213.3365 -2213.3365 -3383.3464 3383.3464
+ 2190 1.9704515e-08 -2213.3371 -2213.3371 -3383.7976 3383.7976
+ 2200 2.6704184e-08 -2213.3372 -2213.3372 -3383.3683 3383.3683
+ 2210 1.1448863e-07 -2213.3373 -2213.3373 -3383.3287 3383.3287
+ 2220 2.5379176e-08 -2213.3373 -2213.3373 -3383.463 3383.463
+ 2221 2.9872913e-08 -2213.3373 -2213.3373 -3383.4185 3383.4185
+Loop time of 0.166326 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25647364 -2213.33733621 -2213.33733823
+ Force two-norm initial, final = 0.728571 0.00807355
+ Force max component initial, final = 0.0742721 0.000673506
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.151996 (91.3842)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137854 (0.828816)
+Outpt time (%) = 0.00113368 (0.681601)
+Other time (%) = 0.0118182 (7.10542)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2221 0 -2213.3373 -2213.3373 -3383.4185 3383.4185
+ 2222 4.5651537e-16 -2213.3373 -2213.3373 -3383.4185 3383.4185
+Loop time of 0.00206208 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733823 -2213.33733823 -2213.33733823
+ Force two-norm initial, final = 0.00807355 0.00807355
+ Force max component initial, final = 0.000673506 0.000673506
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186491 (90.4382)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.73997)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000181913 (8.82183)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2060 2400.0608 -2027.7744 -2027.7744 15359.132 -15359.132
+ 2070 2416.3695 -2028.8412 -2028.8412 14991.319 -14991.319
+ 2080 2417.2935 -2028.911 -2028.911 13881.951 -13881.951
+ 2090 2381.4038 -2026.5682 -2026.5682 13518.748 -13518.748
+ 2100 2374.5485 -2026.1141 -2026.1141 14320.119 -14320.119
+Loop time of 0.122899 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2374.5485 -2026.1141 -2026.1141 14320.119 -14320.119
+ 2120 2374.5485 -2213.2888 -2213.2888 12916.272 -12916.272
+Loop time of 0.0416689 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.11414338 -2213.26827303 -2213.28880437
+ Force two-norm initial, final = 69.3665 0.481723
+ Force max component initial, final = 7.15697 0.0941874
+ Final line search alpha, max atom move = 0.0508178 0.0047864
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160465 (385.095)
+Neigh time (%) = 0.00334907 (8.03733)
+Comm time (%) = 0.000825167 (1.98029)
+Outpt time (%) = 0.000327826 (0.786739)
+Other time (%) = -0.123298 (-295.9)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2565 -2213.2565 -3397.7829 3397.7829
+ 2110 4.5847096e-10 -2213.2565 -2213.2565 -3397.7828 3397.7828
+ 2120 5.0266769e-09 -2213.2565 -2213.2565 -3397.782 3397.782
+ 2130 2.4539502e-08 -2213.2565 -2213.2565 -3397.7786 3397.7786
+ 2140 1.3177359e-07 -2213.2566 -2213.2566 -3397.7598 3397.7598
+ 2150 5.1610662e-07 -2213.2568 -2213.2568 -3397.6913 3397.6913
+ 2160 2.4059002e-06 -2213.2579 -2213.2579 -3397.3407 3397.3407
+ 2170 7.9912417e-06 -2213.2614 -2213.2614 -3396.0965 3396.0965
+ 2180 2.0107633e-05 -2213.2702 -2213.2702 -3390.5199 3390.5199
+ 2190 3.6538169e-05 -2213.2842 -2213.2842 -3388.6813 3388.6813
+ 2200 8.7372472e-05 -2213.3221 -2213.3221 -3382.7662 3382.7662
+ 2210 5.7858714e-06 -2213.3359 -2213.3359 -3383.7649 3383.7649
+ 2220 1.2170281e-06 -2213.3362 -2213.3362 -3383.3152 3383.3152
+ 2230 1.2013307e-06 -2213.3365 -2213.3365 -3383.5003 3383.5003
+ 2240 4.6820622e-07 -2213.3369 -2213.3369 -3382.7786 3382.7786
+ 2250 7.5774667e-08 -2213.337 -2213.337 -3383.5726 3383.5726
+ 2260 2.3535595e-07 -2213.3371 -2213.3371 -3383.4505 3383.4505
+ 2270 5.798484e-07 -2213.3373 -2213.3373 -3383.6308 3383.6308
+ 2274 6.244761e-08 -2213.3373 -2213.3373 -3383.445 3383.445
+Loop time of 0.172787 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25647364 -2213.33733409 -2213.33734135
+ Force two-norm initial, final = 0.728571 0.00947767
+ Force max component initial, final = 0.0742721 0.000962749
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.155218 (89.8322)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140882 (0.815348)
+Outpt time (%) = 0.00116396 (0.673639)
+Other time (%) = 0.0149958 (8.67879)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2274 0 -2213.3373 -2213.3373 -3383.445 3383.445
+ 2280 2.2648106e-14 -2213.3373 -2213.3373 -3383.445 3383.445
+ 2290 3.4834398e-13 -2213.3373 -2213.3373 -3383.445 3383.445
+ 2300 2.2597552e-12 -2213.3373 -2213.3373 -3383.445 3383.445
+ 2310 1.114891e-11 -2213.3373 -2213.3373 -3383.4449 3383.4449
+ 2320 5.1016302e-11 -2213.3373 -2213.3373 -3383.4445 3383.4445
+ 2330 2.1677661e-10 -2213.3373 -2213.3373 -3383.443 3383.443
+ 2340 8.9008504e-10 -2213.3373 -2213.3373 -3383.4369 3383.4369
+ 2342 1.1313236e-09 -2213.3373 -2213.3373 -3383.4347 3383.4347
+Loop time of 0.0679119 on 1 procs for 68 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734135 -2213.33734197 -2213.33734205
+ Force two-norm initial, final = 0.00947767 0.00859828
+ Force max component initial, final = 0.000962749 0.000826708
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 68 68
+
+Pair time (%) = 0.0612743 (90.2262)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000558615 (0.822558)
+Outpt time (%) = 0.000475883 (0.700737)
+Other time (%) = 0.00560308 (8.25051)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2362.8664 -2031.6502 -2031.6502 15501.034 -15501.034
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 2362.8664 -2031.6502 -2031.6502 15501.034 -15501.034
+ 2010 2409.2352 -2034.6764 -2034.6764 14624.806 -14624.806
+ 2020 2402.5627 -2034.221 -2034.221 14088.058 -14088.058
+ 2030 2315.7207 -2028.451 -2028.451 15229.751 -15229.751
+ 2040 2325.3678 -2028.9845 -2028.9845 13918.476 -13918.476
+ 2050 2250.442 -2023.802 -2023.802 12955.324 -12955.324
+Loop time of 0.123916 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2250.442 -2023.802 -2023.802 12955.324 -12955.324
+ 2070 2250.442 -2213.2721 -2213.2721 12069.702 -12069.702
+Loop time of 0.050539 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2023.80198713 -2213.25373548 -2213.27206669
+ Force two-norm initial, final = 70.2811 0.38224
+ Force max component initial, final = 5.8956 0.0342368
+ Final line search alpha, max atom move = 0.0625 0.0021398
+ Iterations, force evaluations = 20 43
+
+Pair time (%) = 0.229625 (454.352)
+Neigh time (%) = 0.00330544 (6.54036)
+Comm time (%) = 0.00144291 (2.85504)
+Outpt time (%) = 0.000818253 (1.61905)
+Other time (%) = -0.184653 (-365.366)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2060 1.6900025e-10 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2070 1.8529676e-09 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2080 9.0469986e-09 -2213.2798 -2213.2798 -3389.2269 3389.2269
+ 2090 4.8612581e-08 -2213.2798 -2213.2798 -3389.2284 3389.2284
+ 2100 1.9086108e-07 -2213.2799 -2213.2799 -3389.2338 3389.2338
+ 2110 9.0080701e-07 -2213.2804 -2213.2804 -3389.259 3389.259
+ 2120 3.1406973e-06 -2213.2818 -2213.2818 -3389.3189 3389.3189
+ 2130 1.0738162e-05 -2213.2867 -2213.2867 -3389.1859 3389.1859
+ 2140 2.6275731e-05 -2213.2976 -2213.2976 -3387.73 3387.73
+ 2150 6.7713563e-05 -2213.326 -2213.326 -3384.1962 3384.1962
+ 2160 1.2735184e-06 -2213.3367 -2213.3367 -3383.0822 3383.0822
+ 2170 1.1943094e-07 -2213.337 -2213.337 -3383.4014 3383.4014
+ 2180 2.9143651e-07 -2213.3372 -2213.3372 -3383.4552 3383.4552
+ 2190 1.8018702e-08 -2213.3373 -2213.3373 -3383.7263 3383.7263
+ 2200 3.6279029e-08 -2213.3374 -2213.3374 -3383.3516 3383.3516
+ 2210 4.9774242e-09 -2213.3374 -2213.3374 -3383.4686 3383.4686
+ 2211 6.0008988e-09 -2213.3374 -2213.3374 -3383.4556 3383.4556
+Loop time of 0.16148 on 1 procs for 161 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27981778 -2213.33737527 -2213.33737588
+ Force two-norm initial, final = 0.442343 0.00821885
+ Force max component initial, final = 0.046303 0.000681841
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 161 161
+
+Pair time (%) = 0.143881 (89.1015)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130844 (0.810281)
+Outpt time (%) = 0.00107479 (0.665588)
+Other time (%) = 0.0152156 (9.42262)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2211 0 -2213.3374 -2213.3374 -3383.4556 3383.4556
+ 2212 4.7309525e-16 -2213.3374 -2213.3374 -3383.4556 3383.4556
+Loop time of 0.00207686 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737588 -2213.33737588 -2213.33737588
+ Force two-norm initial, final = 0.00821885 0.00821885
+ Force max component initial, final = 0.000681841 0.000681841
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (89.7027)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.826541)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196695 (9.47078)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2060 2403.8429 -2027.7324 -2027.7324 15392.529 -15392.529
+ 2070 2422.0943 -2028.6376 -2028.6376 15059.893 -15059.893
+ 2080 2424.9659 -2028.5491 -2028.5491 13971.057 -13971.057
+ 2090 2391.0266 -2026.0577 -2026.0577 13616.145 -13616.145
+ 2100 2384.9607 -2025.3894 -2025.3894 14429.017 -14429.017
+Loop time of 0.123546 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2384.9607 -2025.3894 -2025.3894 14429.017 -14429.017
+ 2121 2384.9607 -2213.2998 -2213.2998 12992.24 -12992.24
+Loop time of 0.0442801 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.38936107 -2213.28655768 -2213.29978928
+ Force two-norm initial, final = 69.4962 0.501882
+ Force max component initial, final = 7.17405 0.0831585
+ Final line search alpha, max atom move = 0.0900025 0.00748447
+ Iterations, force evaluations = 21 37
+
+Pair time (%) = 0.163603 (369.474)
+Neigh time (%) = 0.0033648 (7.59891)
+Comm time (%) = 0.00084734 (1.91359)
+Outpt time (%) = 0.000333071 (0.752191)
+Other time (%) = -0.123868 (-279.738)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2110 1.6900037e-10 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2120 1.8529861e-09 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2130 9.0476597e-09 -2213.2798 -2213.2798 -3389.2269 3389.2269
+ 2140 4.8628947e-08 -2213.2798 -2213.2798 -3389.2284 3389.2284
+ 2150 1.9118869e-07 -2213.2799 -2213.2799 -3389.2338 3389.2338
+ 2160 9.0698954e-07 -2213.2804 -2213.2804 -3389.2591 3389.2591
+ 2170 3.2472598e-06 -2213.2818 -2213.2818 -3389.3194 3389.3194
+ 2180 1.1991366e-05 -2213.2869 -2213.2869 -3389.166 3389.166
+ 2190 2.7586261e-05 -2213.2982 -2213.2982 -3387.6543 3387.6543
+ 2200 6.2851662e-05 -2213.3261 -2213.3261 -3384.1769 3384.1769
+ 2210 9.8779149e-07 -2213.3367 -2213.3367 -3382.6029 3382.6029
+ 2220 1.365031e-07 -2213.3371 -2213.3371 -3383.3243 3383.3243
+ 2230 3.467619e-07 -2213.3373 -2213.3373 -3383.386 3383.386
+ 2240 1.3358918e-08 -2213.3373 -2213.3373 -3383.3857 3383.3857
+ 2250 1.3714322e-08 -2213.3374 -2213.3374 -3383.4523 3383.4523
+ 2259 3.4055536e-08 -2213.3374 -2213.3374 -3383.3914 3383.3914
+Loop time of 0.157412 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27981778 -2213.33737349 -2213.33737676
+ Force two-norm initial, final = 0.442343 0.00696269
+ Force max component initial, final = 0.046303 0.000699804
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.141752 (90.0517)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131774 (0.837127)
+Outpt time (%) = 0.00101471 (0.64462)
+Other time (%) = 0.0133274 (8.46654)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2259 0 -2213.3374 -2213.3374 -3383.3914 3383.3914
+ 2260 3.3953162e-16 -2213.3374 -2213.3374 -3383.3914 3383.3914
+Loop time of 0.00220323 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737676 -2213.33737676 -2213.33737676
+ Force two-norm initial, final = 0.00696269 0.00696269
+ Force max component initial, final = 0.000699804 0.000699804
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199699 (90.6395)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.768315)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000189304 (8.59214)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2110 2403.537 -2027.7363 -2027.7363 15389.741 -15389.741
+ 2120 2421.8017 -2028.6533 -2028.6533 15055.673 -15055.673
+ 2130 2424.769 -2028.5686 -2028.5686 13968.193 -13968.193
+ 2140 2391.0061 -2026.073 -2026.073 13616.639 -13616.639
+ 2150 2385.3126 -2025.3992 -2025.3992 14433.496 -14433.496
+Loop time of 0.123354 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2385.3126 -2025.3992 -2025.3992 14433.496 -14433.496
+ 2171 2385.3126 -2213.2996 -2213.2996 12998.792 -12998.792
+Loop time of 0.0450141 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.39919699 -2213.29040529 -2213.29958221
+ Force two-norm initial, final = 69.4977 0.539455
+ Force max component initial, final = 7.17415 0.0621745
+ Final line search alpha, max atom move = 0.0625 0.0038859
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.16432 (365.042)
+Neigh time (%) = 0.00334477 (7.4305)
+Comm time (%) = 0.000859976 (1.91046)
+Outpt time (%) = 0.000341177 (0.757933)
+Other time (%) = -0.123852 (-275.141)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2160 1.6900042e-10 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2170 1.8529943e-09 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2180 9.0479499e-09 -2213.2798 -2213.2798 -3389.2269 3389.2269
+ 2190 4.8636131e-08 -2213.2798 -2213.2798 -3389.2284 3389.2284
+ 2200 1.9133236e-07 -2213.2799 -2213.2799 -3389.2338 3389.2338
+ 2210 9.096879e-07 -2213.2804 -2213.2804 -3389.2591 3389.2591
+ 2220 3.2924147e-06 -2213.2818 -2213.2818 -3389.3196 3389.3196
+ 2230 1.223854e-05 -2213.287 -2213.287 -3389.1604 3389.1604
+ 2240 2.7402302e-05 -2213.2982 -2213.2982 -3387.6607 3387.6607
+ 2250 6.1318691e-05 -2213.3259 -2213.3259 -3384.2345 3384.2345
+ 2260 1.4932058e-06 -2213.336 -2213.336 -3383.3259 3383.3259
+ 2270 2.5495821e-07 -2213.3362 -2213.3362 -3383.2988 3383.2988
+ 2280 7.8366655e-07 -2213.3366 -2213.3366 -3383.3694 3383.3694
+ 2290 1.1909087e-06 -2213.3372 -2213.3372 -3383.1559 3383.1559
+ 2300 1.5213089e-08 -2213.3373 -2213.3373 -3383.4676 3383.4676
+ 2310 1.3040326e-07 -2213.3373 -2213.3373 -3383.4488 3383.4488
+ 2317 1.8588558e-09 -2213.3374 -2213.3374 -3383.3954 3383.3954
+Loop time of 0.163386 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27981778 -2213.33734965 -2213.33735007
+ Force two-norm initial, final = 0.442343 0.00731504
+ Force max component initial, final = 0.046303 0.000590631
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.148309 (90.7724)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134015 (0.820235)
+Outpt time (%) = 0.00107718 (0.659282)
+Other time (%) = 0.0126593 (7.7481)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2317 0 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 2318 3.7476585e-16 -2213.3374 -2213.3374 -3383.3954 3383.3954
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735007 -2213.33735007 -2213.33735007
+ Force two-norm initial, final = 0.00731504 0.00731504
+ Force max component initial, final = 0.000590631 0.000590631
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186396 (89.7898)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815436)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195026 (9.39474)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2250.442 -2023.802 -2023.802 12955.324 -12955.324
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 2250.442 -2023.802 -2023.802 12955.324 -12955.324
+ 2060 2322.3824 -2028.1449 -2028.1449 11959.605 -11959.605
+ 2070 2355.1093 -2029.7148 -2029.7148 13402.637 -13402.637
+ 2080 2352.859 -2028.8575 -2028.8575 15126.587 -15126.587
+ 2090 2335.2325 -2026.8255 -2026.8255 16333.123 -16333.123
+ 2100 2385.5796 -2029.0991 -2029.0991 15985.578 -15985.578
+Loop time of 0.123085 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2385.5796 -2029.0991 -2029.0991 15985.578 -15985.578
+ 2122 2385.5796 -2213.292 -2213.292 12997.144 -12997.144
+Loop time of 0.055918 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2029.09912556 -2213.27505205 -2213.29197462
+ Force two-norm initial, final = 69.3124 0.371787
+ Force max component initial, final = 5.40145 0.0378451
+ Final line search alpha, max atom move = 0.0625 0.00236532
+ Iterations, force evaluations = 22 50
+
+Pair time (%) = 0.175393 (313.661)
+Neigh time (%) = 0.00265193 (4.74254)
+Comm time (%) = 0.0008986 (1.607)
+Outpt time (%) = 0.000331163 (0.592231)
+Other time (%) = -0.123356 (-220.602)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2110 1.2619499e-10 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2120 1.3836801e-09 -2213.2721 -2213.2721 -3386.485 3386.485
+ 2130 6.7567723e-09 -2213.2721 -2213.2721 -3386.4858 3386.4858
+ 2140 3.633451e-08 -2213.2721 -2213.2721 -3386.49 3386.49
+ 2150 1.4311138e-07 -2213.2722 -2213.2722 -3386.5052 3386.5052
+ 2160 6.8527463e-07 -2213.2725 -2213.2725 -3386.5807 3386.5807
+ 2170 2.5270196e-06 -2213.2736 -2213.2736 -3386.8186 3386.8186
+ 2180 1.0582488e-05 -2213.2785 -2213.2785 -3387.4858 3387.4858
+ 2190 3.1217564e-05 -2213.2915 -2213.2915 -3386.386 3386.386
+ 2200 8.0095033e-05 -2213.3254 -2213.3254 -3385.0193 3385.0193
+ 2210 6.3240884e-07 -2213.3358 -2213.3358 -3384.0136 3384.0136
+ 2220 2.5669314e-07 -2213.3362 -2213.3362 -3384.251 3384.251
+ 2230 1.1665049e-06 -2213.3368 -2213.3368 -3383.9765 3383.9765
+ 2240 9.3653305e-09 -2213.3373 -2213.3373 -3383.3043 3383.3043
+ 2250 9.534543e-09 -2213.3374 -2213.3374 -3383.2591 3383.2591
+ 2260 3.550132e-08 -2213.3374 -2213.3374 -3383.312 3383.312
+ 2267 1.7021365e-09 -2213.3374 -2213.3374 -3383.3813 3383.3813
+Loop time of 0.161479 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27206669 -2213.33737979 -2213.33738014
+ Force two-norm initial, final = 0.38224 0.00605238
+ Force max component initial, final = 0.0342368 0.000493678
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.148478 (91.9487)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00133395 (0.826084)
+Outpt time (%) = 0.00107241 (0.664115)
+Other time (%) = 0.0105948 (6.56113)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2267 0 -2213.3374 -2213.3374 -3383.3813 3383.3813
+ 2268 2.5655389e-16 -2213.3374 -2213.3374 -3383.3813 3383.3813
+Loop time of 0.00207305 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738014 -2213.33738014 -2213.33738014
+ Force two-norm initial, final = 0.00605238 0.00605238
+ Force max component initial, final = 0.000493678 0.000493678
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018611 (89.7757)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.759057)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196218 (9.46521)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2110 2415.725 -2027.6055 -2027.6055 15496.569 -15496.569
+ 2120 2441.7261 -2027.9894 -2027.9894 15288.321 -15288.321
+ 2130 2452.9587 -2027.3177 -2027.3177 14291.578 -14291.578
+ 2140 2427.8401 -2024.2163 -2024.2163 13996.297 -13996.297
+ 2150 2426.9839 -2022.6895 -2022.6895 14879.153 -14879.153
+Loop time of 0.123032 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2426.9839 -2022.6895 -2022.6895 14879.153 -14879.153
+ 2174 2426.9839 -2213.2897 -2213.2897 13280.606 -13280.606
+Loop time of 0.0559208 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.68951782 -2213.2795801 -2213.28972971
+ Force two-norm initial, final = 69.9986 0.295984
+ Force max component initial, final = 7.23922 0.0346455
+ Final line search alpha, max atom move = 0.046834 0.00162259
+ Iterations, force evaluations = 24 50
+
+Pair time (%) = 0.174608 (312.241)
+Neigh time (%) = 0.003335 (5.96379)
+Comm time (%) = 0.000941277 (1.68323)
+Outpt time (%) = 0.000324726 (0.580689)
+Other time (%) = -0.123288 (-220.469)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2160 1.2619496e-10 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2170 1.3836764e-09 -2213.2721 -2213.2721 -3386.485 3386.485
+ 2180 6.7566411e-09 -2213.2721 -2213.2721 -3386.4858 3386.4858
+ 2190 3.6331265e-08 -2213.2721 -2213.2721 -3386.49 3386.49
+ 2200 1.4304678e-07 -2213.2722 -2213.2722 -3386.5052 3386.5052
+ 2210 6.8408453e-07 -2213.2725 -2213.2725 -3386.5806 3386.5806
+ 2220 2.5085262e-06 -2213.2736 -2213.2736 -3386.818 3386.818
+ 2230 1.0434866e-05 -2213.2785 -2213.2785 -3387.4836 3387.4836
+ 2240 3.0748378e-05 -2213.2914 -2213.2914 -3386.4006 3386.4006
+ 2250 8.016467e-05 -2213.3251 -2213.3251 -3385.0227 3385.0227
+ 2260 4.7134156e-07 -2213.3363 -2213.3363 -3384.162 3384.162
+ 2270 3.6310345e-08 -2213.337 -2213.337 -3383.3793 3383.3793
+ 2280 2.0526498e-08 -2213.3371 -2213.3371 -3383.9189 3383.9189
+ 2290 1.6362991e-07 -2213.3372 -2213.3372 -3383.5548 3383.5548
+ 2300 3.245315e-07 -2213.3374 -2213.3374 -3383.2409 3383.2409
+ 2307 3.4301155e-08 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.152831 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27206669 -2213.33737956 -2213.3373831
+ Force two-norm initial, final = 0.38224 0.0045992
+ Force max component initial, final = 0.0342368 0.000452207
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.139705 (91.4118)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00127816 (0.836325)
+Outpt time (%) = 0.00100088 (0.654895)
+Other time (%) = 0.0108464 (7.09698)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2307 0 -2213.3374 -2213.3374 -3383.3637 3383.3637
+ 2308 1.4814652e-16 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.00214601 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373831 -2213.3373831 -2213.3373831
+ Force two-norm initial, final = 0.0045992 0.0045992
+ Force max component initial, final = 0.000452207 0.000452207
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186992 (87.1348)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.755472)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000259876 (12.1098)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2160 2419.1811 -2027.5633 -2027.5633 15527.748 -15527.748
+ 2170 2445.4404 -2027.8103 -2027.8103 15339.259 -15339.259
+ 2180 2455.8862 -2027.0763 -2027.0763 14332.049 -14332.049
+ 2190 2429.0256 -2024.0014 -2024.0014 14002.211 -14002.211
+ 2200 2424.4775 -2022.5147 -2022.5147 14844.243 -14844.243
+Loop time of 0.124577 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2424.4775 -2022.5147 -2022.5147 14844.243 -14844.243
+ 2222 2424.4775 -2213.2777 -2213.2777 13268.4 -13268.4
+Loop time of 0.0476351 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.51465738 -2213.2608462 -2213.27772946
+ Force two-norm initial, final = 69.9953 0.513608
+ Force max component initial, final = 7.23974 0.122736
+ Final line search alpha, max atom move = 0.113866 0.0139755
+ Iterations, force evaluations = 22 40
+
+Pair time (%) = 0.167874 (352.417)
+Neigh time (%) = 0.0034039 (7.14579)
+Comm time (%) = 0.000884771 (1.85739)
+Outpt time (%) = 0.000347853 (0.730245)
+Other time (%) = -0.124876 (-262.15)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2210 1.2619507e-10 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2220 1.3836923e-09 -2213.2721 -2213.2721 -3386.485 3386.485
+ 2230 6.7572086e-09 -2213.2721 -2213.2721 -3386.4858 3386.4858
+ 2240 3.6345317e-08 -2213.2721 -2213.2721 -3386.49 3386.49
+ 2250 1.4332831e-07 -2213.2722 -2213.2722 -3386.5052 3386.5052
+ 2260 6.8942227e-07 -2213.2725 -2213.2725 -3386.5809 3386.5809
+ 2270 2.6017718e-06 -2213.2736 -2213.2736 -3386.821 3386.821
+ 2280 1.1583648e-05 -2213.2787 -2213.2787 -3387.4955 3387.4955
+ 2290 3.1499479e-05 -2213.292 -2213.292 -3386.3363 3386.3363
+ 2300 7.6053655e-05 -2213.3252 -2213.3252 -3385.0828 3385.0828
+ 2310 4.7476421e-07 -2213.336 -2213.336 -3384.575 3384.575
+ 2320 2.2061915e-07 -2213.3363 -2213.3363 -3384.2112 3384.2112
+ 2330 9.0951621e-07 -2213.3368 -2213.3368 -3384.0431 3384.0431
+ 2340 9.0402557e-07 -2213.3373 -2213.3373 -3383.2363 3383.2363
+ 2350 1.0006929e-08 -2213.3373 -2213.3373 -3383.1938 3383.1938
+ 2357 3.996193e-08 -2213.3374 -2213.3374 -3383.2477 3383.2477
+Loop time of 0.154386 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27206669 -2213.33735416 -2213.33735854
+ Force two-norm initial, final = 0.38224 0.00931639
+ Force max component initial, final = 0.0342368 0.000762579
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.139967 (90.6602)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012579 (0.814773)
+Outpt time (%) = 0.00101399 (0.656791)
+Other time (%) = 0.0121474 (7.86822)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2357 0 -2213.3374 -2213.3374 -3383.2477 3383.2477
+ 2358 6.0788519e-16 -2213.3374 -2213.3374 -3383.2477 3383.2477
+Loop time of 0.00209785 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735854 -2213.33735854 -2213.33735854
+ Force two-norm initial, final = 0.00931639 0.00931639
+ Force max component initial, final = 0.000762579 0.000762579
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00188303 (89.7602)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.76145)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198841 (9.47835)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2385.5796 -2029.0991 -2029.0991 15985.578 -15985.578
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 2385.5796 -2029.0991 -2029.0991 15985.578 -15985.578
+ 2110 2415.543 -2029.9876 -2029.9876 15159.682 -15159.682
+ 2120 2421.7824 -2029.4071 -2029.4071 16222.761 -16222.761
+ 2130 2481.4588 -2032.4802 -2032.4802 16828.036 -16828.036
+ 2140 2431.5469 -2028.4818 -2028.4818 15648.744 -15648.744
+ 2150 2414.5106 -2026.7926 -2026.7926 15510.61 -15510.61
+Loop time of 0.122815 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2414.5106 -2026.7926 -2026.7926 15510.61 -15510.61
+ 2169 2414.5106 -2213.2067 -2213.2067 13190.116 -13190.116
+Loop time of 0.0418558 on 1 procs for 19 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.79256051 -2213.18635199 -2213.20674529
+ Force two-norm initial, final = 72.2024 0.789627
+ Force max component initial, final = 7.44818 0.123951
+ Final line search alpha, max atom move = 0.0503306 0.00623852
+ Iterations, force evaluations = 19 34
+
+Pair time (%) = 0.160631 (383.772)
+Neigh time (%) = 0.00333023 (7.95644)
+Comm time (%) = 0.000808716 (1.93215)
+Outpt time (%) = 0.000338793 (0.809428)
+Other time (%) = -0.123253 (-294.47)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2160 1.193873e-10 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2170 1.3090177e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2180 6.3917469e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2190 3.4359311e-08 -2213.292 -2213.292 -3387.177 3387.177
+ 2200 1.351457e-07 -2213.2921 -2213.2921 -3387.178 3387.178
+ 2210 6.4302944e-07 -2213.2924 -2213.2924 -3387.1824 3387.1824
+ 2220 2.3271548e-06 -2213.2934 -2213.2934 -3387.1905 3387.1905
+ 2230 9.6361953e-06 -2213.2976 -2213.2976 -3387.1423 3387.1423
+ 2240 2.8026584e-05 -2213.3086 -2213.3086 -3386.7383 3386.7383
+ 2250 4.3576243e-05 -2213.3288 -2213.3288 -3384.1518 3384.1518
+ 2260 1.3053338e-06 -2213.3369 -2213.3369 -3383.4383 3383.4383
+ 2270 7.0519677e-07 -2213.3372 -2213.3372 -3383.3322 3383.3322
+ 2280 6.1322853e-07 -2213.3373 -2213.3373 -3383.3735 3383.3735
+ 2290 8.7775352e-08 -2213.3374 -2213.3374 -3383.4115 3383.4115
+ 2300 7.9736205e-08 -2213.3374 -2213.3374 -3383.4676 3383.4676
+ 2310 2.1113344e-08 -2213.3374 -2213.3374 -3383.4266 3383.4266
+ 2320 3.4838722e-08 -2213.3374 -2213.3374 -3383.3293 3383.3293
+ 2330 2.8743339e-10 -2213.3374 -2213.3374 -3383.3823 3383.3823
+ 2334 1.0745856e-09 -2213.3374 -2213.3374 -3383.3886 3383.3886
+Loop time of 0.178536 on 1 procs for 184 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29197462 -2213.33738706 -2213.33738717
+ Force two-norm initial, final = 0.371787 0.00309473
+ Force max component initial, final = 0.0378451 0.000268857
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 184 184
+
+Pair time (%) = 0.16358 (91.6231)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146556 (0.820875)
+Outpt time (%) = 0.0012064 (0.675716)
+Other time (%) = 0.0122838 (6.88029)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2334 0 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2340 2.4147529e-15 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2350 3.7139676e-14 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2360 2.4088391e-13 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2370 1.187456e-12 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2380 5.4103512e-12 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 2390 2.2619479e-11 -2213.3374 -2213.3374 -3383.3888 3383.3888
+ 2400 8.5835805e-11 -2213.3374 -2213.3374 -3383.3897 3383.3897
+ 2410 2.3182362e-10 -2213.3374 -2213.3374 -3383.3924 3383.3924
+ 2420 4.8730869e-10 -2213.3374 -2213.3374 -3383.3961 3383.3961
+ 2430 1.3635113e-09 -2213.3374 -2213.3374 -3383.394 3383.394
+ 2440 1.2786287e-09 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 2450 1.5957364e-11 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2460 4.6272191e-11 -2213.3374 -2213.3374 -3383.3938 3383.3938
+ 2470 3.4563308e-12 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 2480 1.1588634e-12 -2213.3374 -2213.3374 -3383.3956 3383.3956
+ 2490 1.5332069e-12 -2213.3374 -2213.3374 -3383.395 3383.395
+ 2500 2.5791982e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2510 1.3364047e-13 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 2520 3.7122387e-15 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2530 2.132613e-14 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2534 6.4389546e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.193662 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738717 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00309473 1.34842e-05
+ Force max component initial, final = 0.000268857 1.05826e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176456 (91.1155)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161624 (0.834568)
+Outpt time (%) = 0.0014112 (0.728692)
+Other time (%) = 0.0141785 (7.32127)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2160 2406.0886 -2027.7051 -2027.7051 15412.767 -15412.767
+ 2170 2424.7323 -2028.5202 -2028.5202 15094.69 -15094.69
+ 2180 2427.7141 -2028.3777 -2028.3777 14005.213 -14005.213
+ 2190 2393.665 -2025.8654 -2025.8654 13639.53 -13639.53
+ 2200 2386.5617 -2025.1573 -2025.1573 14442.222 -14442.222
+Loop time of 0.123246 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2386.5617 -2025.1573 -2025.1573 14442.222 -14442.222
+ 2221 2386.5617 -2213.2835 -2213.2835 13006.523 -13006.523
+Loop time of 0.0455198 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.15730522 -2213.27129763 -2213.28349281
+ Force two-norm initial, final = 69.5257 0.47391
+ Force max component initial, final = 7.1783 0.0556212
+ Final line search alpha, max atom move = 0.0591738 0.00329132
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.339175 (745.114)
+Neigh time (%) = 0.00335741 (7.37571)
+Comm time (%) = 0.00245118 (5.38487)
+Outpt time (%) = 0.00174332 (3.8298)
+Other time (%) = -0.301207 (-661.705)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2210 1.1938735e-10 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2220 1.3090257e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2230 6.3920316e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2240 3.4366346e-08 -2213.292 -2213.292 -3387.177 3387.177
+ 2250 1.3528539e-07 -2213.2921 -2213.2921 -3387.178 3387.178
+ 2260 6.4556953e-07 -2213.2924 -2213.2924 -3387.1824 3387.1824
+ 2270 2.3637076e-06 -2213.2934 -2213.2934 -3387.1905 3387.1905
+ 2280 9.5120778e-06 -2213.2976 -2213.2976 -3387.1416 3387.1416
+ 2290 2.5539196e-05 -2213.308 -2213.308 -3386.7792 3386.7792
+ 2300 4.7809405e-05 -2213.3289 -2213.3289 -3384.1922 3384.1922
+ 2310 9.6971897e-07 -2213.3368 -2213.3368 -3383.4733 3383.4733
+ 2320 2.404899e-07 -2213.3371 -2213.3371 -3383.3974 3383.3974
+ 2330 4.3350157e-07 -2213.3373 -2213.3373 -3383.3434 3383.3434
+ 2340 6.912832e-08 -2213.3373 -2213.3373 -3383.4095 3383.4095
+ 2350 1.9980596e-08 -2213.3373 -2213.3373 -3383.3783 3383.3783
+ 2360 7.4493782e-08 -2213.3374 -2213.3374 -3383.4059 3383.4059
+ 2363 8.6849589e-08 -2213.3374 -2213.3374 -3383.3753 3383.3753
+Loop time of 0.158803 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29197462 -2213.33737003 -2213.33737391
+ Force two-norm initial, final = 0.371787 0.00660875
+ Force max component initial, final = 0.0378451 0.000564764
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.145029 (91.3264)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130749 (0.823339)
+Outpt time (%) = 0.00108767 (0.684915)
+Other time (%) = 0.0113788 (7.16533)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2363 0 -2213.3374 -2213.3374 -3383.3753 3383.3753
+ 2364 3.0588986e-16 -2213.3374 -2213.3374 -3383.3753 3383.3753
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737391 -2213.33737391 -2213.33737391
+ Force two-norm initial, final = 0.00660875 0.00660875
+ Force max component initial, final = 0.000564764 0.000564764
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185561 (89.3878)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.712071)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000205517 (9.90008)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2210 2402.6055 -2027.7451 -2027.7451 15381.779 -15381.779
+ 2220 2419.8995 -2028.7057 -2028.7057 15034.948 -15034.948
+ 2230 2421.7035 -2028.6858 -2028.6858 13934.06 -13934.06
+ 2240 2386.614 -2026.2708 -2026.2708 13570.06 -13570.06
+ 2250 2379.6904 -2025.7081 -2025.7081 14372.392 -14372.392
+Loop time of 0.123255 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2379.6904 -2025.7081 -2025.7081 14372.392 -14372.392
+ 2270 2379.6904 -2213.2812 -2213.2812 12953.163 -12953.163
+Loop time of 0.0414691 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.7080663 -2213.26179643 -2213.2811526
+ Force two-norm initial, final = 69.4345 0.813462
+ Force max component initial, final = 7.16608 0.104009
+ Final line search alpha, max atom move = 0.0337869 0.00351414
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160645 (387.384)
+Neigh time (%) = 0.00334024 (8.05478)
+Comm time (%) = 0.000812531 (1.95936)
+Outpt time (%) = 0.000329971 (0.795704)
+Other time (%) = -0.123658 (-298.194)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2260 1.1938743e-10 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2270 1.309038e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2280 6.3924685e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2290 3.4377186e-08 -2213.292 -2213.292 -3387.177 3387.177
+ 2300 1.3550425e-07 -2213.2921 -2213.2921 -3387.178 3387.178
+ 2310 6.498651e-07 -2213.2924 -2213.2924 -3387.1824 3387.1824
+ 2320 2.4507199e-06 -2213.2934 -2213.2934 -3387.1905 3387.1905
+ 2330 1.127818e-05 -2213.2978 -2213.2978 -3387.1366 3387.1366
+ 2340 2.6670445e-05 -2213.3087 -2213.3087 -3386.7338 3386.7338
+ 2350 3.9925282e-05 -2213.3285 -2213.3285 -3384.1544 3384.1544
+ 2360 1.3032933e-06 -2213.335 -2213.335 -3383.8153 3383.8153
+ 2370 4.7764585e-07 -2213.3354 -2213.3354 -3383.6718 3383.6718
+ 2380 1.8523149e-06 -2213.3363 -2213.3363 -3383.4643 3383.4643
+ 2390 5.747515e-08 -2213.337 -2213.337 -3383.4175 3383.4175
+ 2400 2.1888728e-08 -2213.337 -2213.337 -3383.4316 3383.4316
+ 2410 2.1059964e-07 -2213.3371 -2213.3371 -3383.4081 3383.4081
+ 2420 4.1496635e-07 -2213.3373 -2213.3373 -3383.4214 3383.4214
+ 2430 9.5764019e-10 -2213.3374 -2213.3374 -3383.4055 3383.4055
+Loop time of 0.175576 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29197462 -2213.3373798 -2213.33738
+ Force two-norm initial, final = 0.371787 0.00564333
+ Force max component initial, final = 0.0378451 0.000598917
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.160074 (91.1705)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145268 (0.827382)
+Outpt time (%) = 0.00113511 (0.646507)
+Other time (%) = 0.0129147 (7.3556)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2430 0 -2213.3374 -2213.3374 -3383.4055 3383.4055
+ 2431 2.2304726e-16 -2213.3374 -2213.3374 -3383.4055 3383.4055
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738 -2213.33738 -2213.33738
+ Force two-norm initial, final = 0.00564333 0.00564333
+ Force max component initial, final = 0.000598917 0.000598917
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186396 (89.7898)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.803951)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195265 (9.40622)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2414.5106 -2026.7926 -2026.7926 15510.61 -15510.61
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 2414.5106 -2026.7926 -2026.7926 15510.61 -15510.61
+ 2160 2469.9548 -2030.3666 -2030.3666 15720.021 -15720.021
+ 2170 2453.1471 -2029.2491 -2029.2491 16693.736 -16693.736
+ 2180 2410.8238 -2026.5217 -2026.5217 15741.647 -15741.647
+ 2190 2405.4164 -2026.2365 -2026.2365 15347.817 -15347.817
+ 2200 2426.2043 -2027.6936 -2027.6936 15565.043 -15565.043
+Loop time of 0.122801 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2426.2043 -2027.6936 -2027.6936 15565.043 -15565.043
+ 2220 2426.2043 -2213.2824 -2213.2824 13273.512 -13273.512
+Loop time of 0.0499771 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.69361648 -2213.27182932 -2213.28238469
+ Force two-norm initial, final = 68.8758 0.434228
+ Force max component initial, final = 6.14527 0.0418507
+ Final line search alpha, max atom move = 0.0625 0.00261567
+ Iterations, force evaluations = 20 43
+
+Pair time (%) = 0.168593 (337.34)
+Neigh time (%) = 0.00332212 (6.6473)
+Comm time (%) = 0.000883341 (1.76749)
+Outpt time (%) = 0.000329733 (0.659768)
+Other time (%) = -0.123151 (-246.415)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2210 5.3853544e-10 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2220 5.9047214e-09 -2213.2067 -2213.2067 -3392.905 3392.905
+ 2230 2.8831095e-08 -2213.2068 -2213.2068 -3392.9061 3392.9061
+ 2240 1.5496231e-07 -2213.2068 -2213.2068 -3392.9117 3392.9117
+ 2250 6.0913993e-07 -2213.2071 -2213.2071 -3392.9319 3392.9319
+ 2260 2.8896317e-06 -2213.2085 -2213.2085 -3393.0318 3393.0318
+ 2270 1.0272151e-05 -2213.2131 -2213.2131 -3393.343 3393.343
+ 2280 3.5787966e-05 -2213.2288 -2213.2288 -3394.1287 3394.1287
+ 2290 5.6994771e-05 -2213.2512 -2213.2512 -3392.9159 3392.9159
+ 2300 0.00013660745 -2213.3123 -2213.3123 -3385.3007 3385.3007
+ 2310 1.1824437e-06 -2213.336 -2213.336 -3382.8605 3382.8605
+ 2320 2.5781388e-07 -2213.3369 -2213.3369 -3383.2597 3383.2597
+ 2330 3.8384399e-07 -2213.337 -2213.337 -3383.291 3383.291
+ 2340 9.8641249e-07 -2213.3373 -2213.3373 -3383.1884 3383.1884
+ 2350 2.7104011e-08 -2213.3374 -2213.3374 -3383.5201 3383.5201
+ 2360 4.5355602e-09 -2213.3374 -2213.3374 -3383.3896 3383.3896
+ 2370 8.5959099e-09 -2213.3374 -2213.3374 -3383.4643 3383.4643
+ 2378 2.1963518e-08 -2213.3374 -2213.3374 -3383.378 3383.378
+Loop time of 0.172819 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.20674529 -2213.3373789 -2213.3373807
+ Force two-norm initial, final = 0.789627 0.00754666
+ Force max component initial, final = 0.123951 0.000719881
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.15847 (91.6972)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141191 (0.816991)
+Outpt time (%) = 0.0011487 (0.664685)
+Other time (%) = 0.0117881 (6.82109)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2378 0 -2213.3374 -2213.3374 -3383.378 3383.378
+ 2380 1.5954942e-15 -2213.3374 -2213.3374 -3383.378 3383.378
+ 2390 8.3713535e-14 -2213.3374 -2213.3374 -3383.378 3383.378
+ 2400 7.8503919e-13 -2213.3374 -2213.3374 -3383.378 3383.378
+ 2410 3.6263604e-12 -2213.3374 -2213.3374 -3383.378 3383.378
+ 2420 1.9254519e-11 -2213.3374 -2213.3374 -3383.3782 3383.3782
+ 2430 7.3535035e-11 -2213.3374 -2213.3374 -3383.3788 3383.3788
+ 2440 3.3312219e-10 -2213.3374 -2213.3374 -3383.3818 3383.3818
+ 2450 9.5996075e-10 -2213.3374 -2213.3374 -3383.3911 3383.3911
+ 2460 1.640382e-09 -2213.3374 -2213.3374 -3383.416 3383.416
+ 2470 4.1521106e-09 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2480 7.3099268e-09 -2213.3374 -2213.3374 -3383.3737 3383.3737
+ 2490 1.4225641e-09 -2213.3374 -2213.3374 -3383.3738 3383.3738
+ 2500 1.192537e-08 -2213.3374 -2213.3374 -3383.3455 3383.3455
+ 2510 1.1724264e-10 -2213.3374 -2213.3374 -3383.401 3383.401
+ 2520 1.1339096e-11 -2213.3374 -2213.3374 -3383.3917 3383.3917
+ 2530 3.7502241e-12 -2213.3374 -2213.3374 -3383.3968 3383.3968
+ 2540 6.5879011e-11 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2550 6.3162747e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2560 5.4902525e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2570 1.9907131e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2578 8.0855462e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.198219 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.3373807 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00754666 0.000170343
+ Force max component initial, final = 0.000719881 1.28215e-05
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177286 (89.4395)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00163484 (0.824763)
+Outpt time (%) = 0.00142908 (0.720961)
+Other time (%) = 0.017869 (9.01478)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2210 2398.5459 -2027.7917 -2027.7917 15345.681 -15345.681
+ 2220 2414.2047 -2028.9222 -2028.9222 14964.857 -14964.857
+ 2230 2414.5078 -2029.0488 -2029.0488 13849.296 -13849.296
+ 2240 2378.0122 -2026.7552 -2026.7552 13485.014 -13485.014
+ 2250 2371.0505 -2026.3744 -2026.3744 14284.098 -14284.098
+Loop time of 0.123185 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2371.0505 -2026.3744 -2026.3744 14284.098 -14284.098
+ 2270 2371.0505 -2213.2704 -2213.2704 12889.926 -12889.926
+Loop time of 0.0414369 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.37440948 -2213.25531616 -2213.27039945
+ Force two-norm initial, final = 69.3215 0.663706
+ Force max component initial, final = 7.15098 0.0613998
+ Final line search alpha, max atom move = 0.125 0.00767497
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.335953 (810.757)
+Neigh time (%) = 0.00332689 (8.02881)
+Comm time (%) = 0.00243974 (5.88784)
+Outpt time (%) = 0.00176907 (4.2693)
+Other time (%) = -0.302051 (-728.943)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2260 5.3853586e-10 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2270 5.9047863e-09 -2213.2067 -2213.2067 -3392.905 3392.905
+ 2280 2.8833412e-08 -2213.2068 -2213.2068 -3392.9061 3392.9061
+ 2290 1.5501967e-07 -2213.2068 -2213.2068 -3392.9117 3392.9117
+ 2300 6.1028681e-07 -2213.2071 -2213.2071 -3392.9319 3392.9319
+ 2310 2.9111672e-06 -2213.2085 -2213.2085 -3393.032 3393.032
+ 2320 1.0634859e-05 -2213.2131 -2213.2131 -3393.3468 3393.3468
+ 2330 3.9144757e-05 -2213.2294 -2213.2294 -3394.1405 3394.1405
+ 2340 5.5288309e-05 -2213.2515 -2213.2515 -3392.8779 3392.8779
+ 2350 0.00012645199 -2213.311 -2213.311 -3385.2935 3385.2935
+ 2360 1.556525e-06 -2213.3357 -2213.3357 -3382.6571 3382.6571
+ 2370 3.3179027e-07 -2213.3367 -2213.3367 -3383.1791 3383.1791
+ 2380 4.6668485e-07 -2213.337 -2213.337 -3383.3196 3383.3196
+ 2390 5.0391302e-08 -2213.3372 -2213.3372 -3383.3706 3383.3706
+ 2400 1.0127341e-08 -2213.3372 -2213.3372 -3383.3783 3383.3783
+ 2410 8.4554488e-08 -2213.3373 -2213.3373 -3383.388 3383.388
+ 2414 1.0298298e-07 -2213.3373 -2213.3373 -3383.3908 3383.3908
+Loop time of 0.160107 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.20674529 -2213.33732327 -2213.33733081
+ Force two-norm initial, final = 0.789627 0.00929005
+ Force max component initial, final = 0.123951 0.000979788
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.146137 (91.2742)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013144 (0.820951)
+Outpt time (%) = 0.00107384 (0.670699)
+Other time (%) = 0.0115824 (7.23414)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2414 0 -2213.3373 -2213.3373 -3383.3908 3383.3908
+ 2415 6.0445296e-16 -2213.3373 -2213.3373 -3383.3908 3383.3908
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733081 -2213.33733081 -2213.33733081
+ Force two-norm initial, final = 0.00929005 0.00929005
+ Force max component initial, final = 0.000979788 0.000979788
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001858 (89.5438)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.735379)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201702 (9.72079)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2260 2399.0137 -2027.7863 -2027.7863 15349.845 -15349.845
+ 2270 2414.8514 -2028.8973 -2028.8973 14972.859 -14972.859
+ 2280 2415.3074 -2029.0075 -2029.0075 13858.776 -13858.776
+ 2290 2378.9342 -2026.7012 -2026.7012 13494.097 -13494.097
+ 2300 2371.9253 -2026.302 -2026.302 14292.923 -14292.923
+Loop time of 0.123159 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2371.9253 -2026.302 -2026.302 14292.923 -14292.923
+ 2320 2371.9253 -2213.2888 -2213.2888 12895.527 -12895.527
+Loop time of 0.041436 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.30197347 -2213.26979965 -2213.2888478
+ Force two-norm initial, final = 69.3333 0.438112
+ Force max component initial, final = 7.15258 0.0498683
+ Final line search alpha, max atom move = 0.0625 0.00311677
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.160496 (387.336)
+Neigh time (%) = 0.00334501 (8.07273)
+Comm time (%) = 0.000819206 (1.97704)
+Outpt time (%) = 0.000339746 (0.819932)
+Other time (%) = -0.123564 (-298.205)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2310 5.3853547e-10 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2320 5.9047261e-09 -2213.2067 -2213.2067 -3392.905 3392.905
+ 2330 2.8831263e-08 -2213.2068 -2213.2068 -3392.9061 3392.9061
+ 2340 1.5496646e-07 -2213.2068 -2213.2068 -3392.9117 3392.9117
+ 2350 6.0922221e-07 -2213.2071 -2213.2071 -3392.9319 3392.9319
+ 2360 2.8911097e-06 -2213.2085 -2213.2085 -3393.0318 3393.0318
+ 2370 1.0292526e-05 -2213.2131 -2213.2131 -3393.3433 3393.3433
+ 2380 3.5764371e-05 -2213.2288 -2213.2288 -3394.1291 3394.1291
+ 2390 5.7564588e-05 -2213.2512 -2213.2512 -3392.9205 3392.9205
+ 2400 0.00014614202 -2213.3137 -2213.3137 -3385.2698 3385.2698
+ 2410 1.2376993e-06 -2213.3359 -2213.3359 -3382.8351 3382.8351
+ 2420 1.8603875e-07 -2213.3367 -2213.3367 -3383.1862 3383.1862
+ 2430 4.620807e-07 -2213.3369 -2213.3369 -3383.3414 3383.3414
+ 2440 5.6491736e-08 -2213.3372 -2213.3372 -3383.5193 3383.5193
+ 2450 1.6781914e-08 -2213.3373 -2213.3373 -3383.3626 3383.3626
+ 2460 8.1836349e-08 -2213.3373 -2213.3373 -3383.3956 3383.3956
+ 2470 5.2935375e-11 -2213.3373 -2213.3373 -3383.4214 3383.4214
+ 2478 4.9277571e-09 -2213.3373 -2213.3373 -3383.4072 3383.4072
+Loop time of 0.173741 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.20674529 -2213.3373266 -2213.33732728
+ Force two-norm initial, final = 0.789627 0.00961353
+ Force max component initial, final = 0.123951 0.000815805
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.15853 (91.2449)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143623 (0.826653)
+Outpt time (%) = 0.00115156 (0.662804)
+Other time (%) = 0.0126233 (7.2656)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2478 0 -2213.3373 -2213.3373 -3383.4072 3383.4072
+ 2479 6.472794e-16 -2213.3373 -2213.3373 -3383.4072 3383.4072
+Loop time of 0.00208998 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732728 -2213.33732728 -2213.33732728
+ Force two-norm initial, final = 0.00961353 0.00961353
+ Force max component initial, final = 0.000815805 0.000815805
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187588 (89.7559)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.718686)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00019908 (9.52544)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2426.2043 -2027.6936 -2027.6936 15565.043 -15565.043
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 2426.2043 -2027.6936 -2027.6936 15565.043 -15565.043
+ 2210 2383.5106 -2024.913 -2024.913 16138.946 -16138.946
+ 2220 2487.6559 -2031.8428 -2031.8428 15557.978 -15557.978
+ 2230 2524.6053 -2034.4462 -2034.4462 14923.436 -14923.436
+ 2240 2392.1903 -2026.0177 -2026.0177 15400.062 -15400.062
+ 2250 2403.5718 -2027.1142 -2027.1142 13857.29 -13857.29
+Loop time of 0.124357 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2403.5718 -2027.1142 -2027.1142 13857.29 -13857.29
+ 2270 2403.5718 -2213.2943 -2213.2943 13116.974 -13116.974
+Loop time of 0.0466869 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.11419821 -2213.27235996 -2213.29433424
+ Force two-norm initial, final = 71.0239 0.558878
+ Force max component initial, final = 6.91608 0.0743325
+ Final line search alpha, max atom move = 0.125 0.00929157
+ Iterations, force evaluations = 20 40
+
+Pair time (%) = 0.166876 (357.437)
+Neigh time (%) = 0.0033493 (7.17397)
+Comm time (%) = 0.000858307 (1.83843)
+Outpt time (%) = 0.000340939 (0.730266)
+Other time (%) = -0.124738 (-267.18)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2260 1.6285683e-10 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2270 1.7856525e-09 -2213.2824 -2213.2824 -3389.8227 3389.8227
+ 2280 8.7195176e-09 -2213.2824 -2213.2824 -3389.8228 3389.8228
+ 2290 4.6882821e-08 -2213.2824 -2213.2824 -3389.8235 3389.8235
+ 2300 1.8459624e-07 -2213.2825 -2213.2825 -3389.8259 3389.8259
+ 2310 8.8171037e-07 -2213.2829 -2213.2829 -3389.837 3389.837
+ 2320 3.2310939e-06 -2213.2843 -2213.2843 -3389.8591 3389.8591
+ 2330 1.2643092e-05 -2213.2898 -2213.2898 -3389.6511 3389.6511
+ 2340 2.6362019e-05 -2213.3004 -2213.3004 -3387.7113 3387.7113
+ 2350 6.1930316e-05 -2213.3275 -2213.3275 -3384.518 3384.518
+ 2360 5.0829236e-07 -2213.3364 -2213.3364 -3383.023 3383.023
+ 2370 1.3023596e-06 -2213.3369 -2213.3369 -3383.7733 3383.7733
+ 2380 5.4282406e-09 -2213.3373 -2213.3373 -3383.4658 3383.4658
+ 2390 5.5583654e-08 -2213.3373 -2213.3373 -3383.3614 3383.3614
+ 2400 2.5368399e-10 -2213.3374 -2213.3374 -3383.4134 3383.4134
+ 2410 1.4758544e-08 -2213.3374 -2213.3374 -3383.3709 3383.3709
+ 2415 2.4092489e-08 -2213.3374 -2213.3374 -3383.3967 3383.3967
+Loop time of 0.160707 on 1 procs for 165 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28238469 -2213.33737141 -2213.33737321
+ Force two-norm initial, final = 0.434228 0.00524662
+ Force max component initial, final = 0.0418507 0.000475748
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 165 165
+
+Pair time (%) = 0.147065 (91.5112)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013299 (0.82753)
+Outpt time (%) = 0.00107622 (0.669679)
+Other time (%) = 0.011236 (6.99158)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2415 0 -2213.3374 -2213.3374 -3383.3967 3383.3967
+ 2416 1.9279057e-16 -2213.3374 -2213.3374 -3383.3967 3383.3967
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737321 -2213.33737321 -2213.33737321
+ Force two-norm initial, final = 0.00524662 0.00524662
+ Force max component initial, final = 0.000475748 0.000475748
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (89.6979)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.780981)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197649 (9.52107)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2260 2395.2438 -2027.8271 -2027.8271 15316.743 -15316.743
+ 2270 2408.7194 -2029.1022 -2029.1022 14901.23 -14901.23
+ 2280 2406.4286 -2029.3936 -2029.3936 13757.833 -13757.833
+ 2290 2366.7507 -2027.2871 -2027.2871 13369.624 -13369.624
+ 2300 2356.8968 -2027.1899 -2027.1899 14133.971 -14133.971
+Loop time of 0.123179 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2356.8968 -2027.1899 -2027.1899 14133.971 -14133.971
+ 2320 2356.8968 -2213.253 -2213.253 12789.399 -12789.399
+Loop time of 0.0422728 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.18992776 -2213.23551422 -2213.25297963
+ Force two-norm initial, final = 69.1599 0.674719
+ Force max component initial, final = 7.13006 0.0706247
+ Final line search alpha, max atom move = 0.125 0.00882809
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.161303 (381.577)
+Neigh time (%) = 0.00335121 (7.92758)
+Comm time (%) = 0.000821352 (1.94298)
+Outpt time (%) = 0.000348091 (0.82344)
+Other time (%) = -0.123551 (-292.271)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2310 1.6285689e-10 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2320 1.785662e-09 -2213.2824 -2213.2824 -3389.8227 3389.8227
+ 2330 8.7198595e-09 -2213.2824 -2213.2824 -3389.8228 3389.8228
+ 2340 4.6891296e-08 -2213.2824 -2213.2824 -3389.8235 3389.8235
+ 2350 1.8476672e-07 -2213.2825 -2213.2825 -3389.8259 3389.8259
+ 2360 8.8499924e-07 -2213.2829 -2213.2829 -3389.8371 3389.8371
+ 2370 3.2928672e-06 -2213.2843 -2213.2843 -3389.8591 3389.8591
+ 2380 1.3530091e-05 -2213.2899 -2213.2899 -3389.6375 3389.6375
+ 2390 2.4685863e-05 -2213.3003 -2213.3003 -3387.7018 3387.7018
+ 2400 5.6937112e-05 -2213.3268 -2213.3268 -3384.7151 3384.7151
+ 2410 4.732343e-07 -2213.3357 -2213.3357 -3383.1724 3383.1724
+ 2420 2.3752817e-07 -2213.3365 -2213.3365 -3382.9609 3382.9609
+ 2430 4.8011537e-08 -2213.3366 -2213.3366 -3382.9432 3382.9432
+ 2440 4.665413e-07 -2213.3368 -2213.3368 -3383.0878 3383.0878
+ 2450 9.0690005e-07 -2213.3373 -2213.3373 -3383.4347 3383.4347
+ 2460 3.2180963e-10 -2213.3374 -2213.3374 -3383.4755 3383.4755
+ 2463 1.2649803e-09 -2213.3374 -2213.3374 -3383.4719 3383.4719
+Loop time of 0.159686 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28238469 -2213.33736565 -2213.33736586
+ Force two-norm initial, final = 0.434228 0.00660613
+ Force max component initial, final = 0.0418507 0.000583177
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.145471 (91.0982)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.001297 (0.812218)
+Outpt time (%) = 0.00108981 (0.682472)
+Other time (%) = 0.0118282 (7.40716)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2463 0 -2213.3374 -2213.3374 -3383.4719 3383.4719
+ 2464 3.0564757e-16 -2213.3374 -2213.3374 -3383.4719 3383.4719
+Loop time of 0.0020752 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736586 -2213.33736586 -2213.33736586
+ Force two-norm initial, final = 0.00660613 0.00660613
+ Force max component initial, final = 0.000583177 0.000583177
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186419 (89.8323)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.758272)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195265 (9.40947)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2310 2391.1365 -2027.8682 -2027.8682 15281.244 -15281.244
+ 2320 2400.7458 -2029.3313 -2029.3313 14813.174 -14813.174
+ 2330 2393.23 -2029.8903 -2029.8903 13612.624 -13612.624
+ 2340 2346.9035 -2028.1418 -2028.1418 13162.207 -13162.207
+ 2350 2330.5209 -2028.5753 -2028.5753 13847.924 -13847.924
+Loop time of 0.12288 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2330.5209 -2028.5753 -2028.5753 13847.924 -13847.924
+ 2370 2330.5209 -2213.2129 -2213.2129 12608.086 -12608.086
+Loop time of 0.042172 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.5753316 -2213.19294892 -2213.21287083
+ Force two-norm initial, final = 68.8643 0.661391
+ Force max component initial, final = 7.09231 0.162657
+ Final line search alpha, max atom move = 0.0576557 0.00937812
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.160971 (381.702)
+Neigh time (%) = 0.00334096 (7.92223)
+Comm time (%) = 0.000822067 (1.94932)
+Outpt time (%) = 0.000331163 (0.785269)
+Other time (%) = -0.123294 (-292.359)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2360 1.6285678e-10 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2370 1.7856458e-09 -2213.2824 -2213.2824 -3389.8227 3389.8227
+ 2380 8.7192799e-09 -2213.2824 -2213.2824 -3389.8228 3389.8228
+ 2390 4.6876939e-08 -2213.2824 -2213.2824 -3389.8235 3389.8235
+ 2400 1.8447876e-07 -2213.2825 -2213.2825 -3389.8259 3389.8259
+ 2410 8.7951456e-07 -2213.2829 -2213.2829 -3389.837 3389.837
+ 2420 3.1948865e-06 -2213.2843 -2213.2843 -3389.8591 3389.8591
+ 2430 1.2328282e-05 -2213.2897 -2213.2897 -3389.6567 3389.6567
+ 2440 2.5802316e-05 -2213.3002 -2213.3002 -3387.7297 3387.7297
+ 2450 6.2170441e-05 -2213.3273 -2213.3273 -3384.5497 3384.5497
+ 2460 4.0285623e-07 -2213.3365 -2213.3365 -3383.051 3383.051
+ 2470 1.2076575e-07 -2213.3367 -2213.3367 -3382.9504 3382.9504
+ 2480 4.6248792e-07 -2213.337 -2213.337 -3383.087 3383.087
+ 2490 1.1577024e-08 -2213.3373 -2213.3373 -3383.3098 3383.3098
+ 2500 7.8053607e-09 -2213.3373 -2213.3373 -3383.33 3383.33
+ 2510 7.3267643e-08 -2213.3373 -2213.3373 -3383.3407 3383.3407
+ 2520 9.0671192e-08 -2213.3374 -2213.3374 -3383.4303 3383.4303
+ 2521 7.8103776e-08 -2213.3374 -2213.3374 -3383.4299 3383.4299
+Loop time of 0.167443 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28238469 -2213.33738352 -2213.33738405
+ Force two-norm initial, final = 0.434228 0.00393084
+ Force max component initial, final = 0.0418507 0.000326772
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.15236 (90.992)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136638 (0.816025)
+Outpt time (%) = 0.00114942 (0.686452)
+Other time (%) = 0.0125675 (7.50555)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2521 0 -2213.3374 -2213.3374 -3383.4299 3383.4299
+ 2522 1.0821724e-16 -2213.3374 -2213.3374 -3383.4299 3383.4299
+Loop time of 0.00207686 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738405 -2213.33738405 -2213.33738405
+ Force two-norm initial, final = 0.00393084 0.00393084
+ Force max component initial, final = 0.000326772 0.000326772
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (89.7027)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.826541)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196695 (9.47078)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2403.5718 -2027.1142 -2027.1142 13857.29 -13857.29
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 2403.5718 -2027.1142 -2027.1142 13857.29 -13857.29
+ 2260 2410.2855 -2029.3824 -2029.3824 14052.113 -14052.113
+ 2270 2347.7861 -2027.2916 -2027.2916 14695.228 -14695.228
+ 2280 2300.781 -2026.226 -2026.226 15037.837 -15037.837
+ 2290 2252.5922 -2024.9153 -2024.9153 14278.706 -14278.706
+ 2300 2275.6374 -2028.0264 -2028.0264 12994.042 -12994.042
+Loop time of 0.12528 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2275.6374 -2028.0264 -2028.0264 12994.042 -12994.042
+ 2323 2275.6374 -2213.321 -2213.321 12245.044 -12245.044
+Loop time of 0.0593901 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.02636375 -2213.30127656 -2213.32101676
+ Force two-norm initial, final = 70.0647 0.573063
+ Force max component initial, final = 5.6851 0.0497965
+ Final line search alpha, max atom move = 0.101404 0.00504955
+ Iterations, force evaluations = 23 54
+
+Pair time (%) = 0.180269 (303.533)
+Neigh time (%) = 0.0033412 (5.62585)
+Comm time (%) = 0.000978231 (1.64713)
+Outpt time (%) = 0.000334024 (0.562425)
+Other time (%) = -0.125532 (-211.369)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.2943 -2213.2943 -3390.9182 3390.9182
+ 2310 2.6977621e-10 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2320 2.9579032e-09 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2330 1.4442155e-08 -2213.2943 -2213.2943 -3390.9186 3390.9186
+ 2340 7.7605318e-08 -2213.2944 -2213.2944 -3390.92 3390.92
+ 2350 3.0489438e-07 -2213.2945 -2213.2945 -3390.9249 3390.9249
+ 2360 1.4403141e-06 -2213.2952 -2213.2952 -3390.9454 3390.9454
+ 2370 5.0941248e-06 -2213.2974 -2213.2974 -3390.9575 3390.9575
+ 2380 1.6956777e-05 -2213.3041 -2213.3041 -3389.961 3389.961
+ 2390 2.3488953e-05 -2213.3134 -2213.3134 -3385.067 3385.067
+ 2400 3.4082487e-05 -2213.3309 -2213.3309 -3386.2716 3386.2716
+ 2410 2.3775355e-06 -2213.3353 -2213.3353 -3381.8569 3381.8569
+ 2420 4.1381746e-07 -2213.3357 -2213.3357 -3382.7417 3382.7417
+ 2430 1.2003979e-06 -2213.3363 -2213.3363 -3383.4468 3383.4468
+ 2440 5.8525597e-09 -2213.3372 -2213.3372 -3383.2698 3383.2698
+ 2450 1.9900668e-07 -2213.3372 -2213.3372 -3383.6607 3383.6607
+ 2460 3.6358055e-09 -2213.3373 -2213.3373 -3383.4654 3383.4654
+ 2470 2.3620792e-08 -2213.3373 -2213.3373 -3383.449 3383.449
+ 2480 1.0711676e-07 -2213.3373 -2213.3373 -3383.4538 3383.4538
+ 2486 2.3858205e-09 -2213.3374 -2213.3374 -3383.4037 3383.4037
+Loop time of 0.183217 on 1 procs for 186 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29433424 -2213.33736931 -2213.3373699
+ Force two-norm initial, final = 0.558878 0.00770128
+ Force max component initial, final = 0.0743325 0.00062429
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 186 186
+
+Pair time (%) = 0.165561 (90.3632)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00148296 (0.809403)
+Outpt time (%) = 0.0012157 (0.663528)
+Other time (%) = 0.0149577 (8.16391)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2486 0 -2213.3374 -2213.3374 -3383.4037 3383.4037
+ 2487 4.1538614e-16 -2213.3374 -2213.3374 -3383.4037 3383.4037
+Loop time of 0.00212288 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373699 -2213.3373699 -2213.3373699
+ Force two-norm initial, final = 0.00770128 0.00770128
+ Force max component initial, final = 0.00062429 0.00062429
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187683 (88.4097)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.40667e-05 (0.662624)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000231981 (10.9277)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2310 2380.7296 -2027.995 -2027.995 15187.413 -15187.413
+ 2320 2389.147 -2029.871 -2029.871 14657.038 -14657.038
+ 2330 2383.0581 -2030.6431 -2030.6431 13478.02 -13478.02
+ 2340 2340.8432 -2028.8741 -2028.8741 13117.535 -13117.535
+ 2350 2334.2286 -2029.2637 -2029.2637 13911.363 -13911.363
+Loop time of 0.123155 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2334.2286 -2029.2637 -2029.2637 13911.363 -13911.363
+ 2370 2334.2286 -2213.2884 -2213.2884 12640.043 -12640.043
+Loop time of 0.0422208 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2029.26374279 -2213.2718104 -2213.28840234
+ Force two-norm initial, final = 68.8307 0.413991
+ Force max component initial, final = 7.08506 0.0427926
+ Final line search alpha, max atom move = 0.0625 0.00267454
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.161279 (381.989)
+Neigh time (%) = 0.00334001 (7.9108)
+Comm time (%) = 0.000823975 (1.95158)
+Outpt time (%) = 0.000332832 (0.788313)
+Other time (%) = -0.123555 (-292.639)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.2943 -2213.2943 -3390.9182 3390.9182
+ 2360 2.6977602e-10 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2370 2.9578752e-09 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2380 1.4441156e-08 -2213.2943 -2213.2943 -3390.9186 3390.9186
+ 2390 7.7580551e-08 -2213.2944 -2213.2944 -3390.92 3390.92
+ 2400 3.0439729e-07 -2213.2945 -2213.2945 -3390.9249 3390.9249
+ 2410 1.4308207e-06 -2213.2952 -2213.2952 -3390.9454 3390.9454
+ 2420 4.9213984e-06 -2213.2974 -2213.2974 -3390.958 3390.958
+ 2430 1.476626e-05 -2213.3038 -2213.3038 -3390.0599 3390.0599
+ 2440 2.3189768e-05 -2213.3129 -2213.3129 -3385.2885 3385.2885
+ 2450 4.3642297e-05 -2213.3317 -2213.3317 -3384.8158 3384.8158
+ 2460 2.3123484e-06 -2213.3351 -2213.3351 -3385.0709 3385.0709
+ 2470 5.3738333e-07 -2213.336 -2213.336 -3383.0476 3383.0476
+ 2480 1.4597193e-06 -2213.3367 -2213.3367 -3382.738 3382.738
+ 2490 4.4681658e-08 -2213.3373 -2213.3373 -3383.5047 3383.5047
+ 2500 2.3195e-08 -2213.3374 -2213.3374 -3383.4656 3383.4656
+ 2508 4.1509762e-08 -2213.3374 -2213.3374 -3383.4585 3383.4585
+Loop time of 0.154268 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29433424 -2213.33737953 -2213.33738197
+ Force two-norm initial, final = 0.558878 0.00652943
+ Force max component initial, final = 0.0743325 0.000661893
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.140802 (91.2713)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126743 (0.821579)
+Outpt time (%) = 0.00101733 (0.659458)
+Other time (%) = 0.0111809 (7.2477)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2508 0 -2213.3374 -2213.3374 -3383.4585 3383.4585
+ 2509 2.9859127e-16 -2213.3374 -2213.3374 -3383.4585 3383.4585
+Loop time of 0.00208092 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738197 -2213.33738197 -2213.33738197
+ Force two-norm initial, final = 0.00652943 0.00652943
+ Force max component initial, final = 0.000661893 0.000661893
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187683 (90.1925)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.813474)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000187159 (8.99404)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2360 2390.3744 -2027.8852 -2027.8852 15273.05 -15273.05
+ 2370 2402.6781 -2029.3579 -2029.3579 14823.355 -14823.355
+ 2380 2399.8675 -2029.7828 -2029.7828 13677.126 -13677.126
+ 2390 2360.4511 -2027.74 -2027.74 13311.098 -13311.098
+ 2400 2353.2722 -2027.7319 -2027.7319 14102.668 -14102.668
+Loop time of 0.12313 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2353.2722 -2027.7319 -2027.7319 14102.668 -14102.668
+ 2421 2353.2722 -2213.2666 -2213.2666 12770.399 -12770.399
+Loop time of 0.0458422 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.7318634 -2213.2541061 -2213.26657097
+ Force two-norm initial, final = 69.0886 0.405051
+ Force max component initial, final = 7.11985 0.0330955
+ Final line search alpha, max atom move = 0.0604908 0.00200197
+ Iterations, force evaluations = 21 39
+
+Pair time (%) = 0.164812 (359.52)
+Neigh time (%) = 0.00335002 (7.30772)
+Comm time (%) = 0.000859976 (1.87595)
+Outpt time (%) = 0.000329018 (0.717718)
+Other time (%) = -0.123508 (-269.421)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.2943 -2213.2943 -3390.9182 3390.9182
+ 2410 2.6977601e-10 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2420 2.9578735e-09 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2430 1.4441096e-08 -2213.2943 -2213.2943 -3390.9186 3390.9186
+ 2440 7.7579073e-08 -2213.2944 -2213.2944 -3390.92 3390.92
+ 2450 3.0436729e-07 -2213.2945 -2213.2945 -3390.9249 3390.9249
+ 2460 1.4302192e-06 -2213.2952 -2213.2952 -3390.9454 3390.9454
+ 2470 4.9085252e-06 -2213.2974 -2213.2974 -3390.958 3390.958
+ 2480 1.4506232e-05 -2213.3038 -2213.3038 -3390.0703 3390.0703
+ 2490 2.2463197e-05 -2213.3128 -2213.3128 -3385.3495 3385.3495
+ 2500 4.3526538e-05 -2213.3315 -2213.3315 -3384.9574 3384.9574
+ 2510 2.9962885e-06 -2213.3352 -2213.3352 -3384.3354 3384.3354
+ 2520 6.592724e-07 -2213.3361 -2213.3361 -3383.1049 3383.1049
+ 2530 1.3116707e-06 -2213.3367 -2213.3367 -3382.8134 3382.8134
+ 2540 1.1438215e-07 -2213.3372 -2213.3372 -3383.3589 3383.3589
+ 2550 3.1503367e-08 -2213.3372 -2213.3372 -3383.271 3383.271
+ 2560 1.4118916e-07 -2213.3373 -2213.3373 -3383.2693 3383.2693
+ 2564 1.6539038e-07 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.160636 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29433424 -2213.3373494 -2213.3373612
+ Force two-norm initial, final = 0.558878 0.0095147
+ Force max component initial, final = 0.0743325 0.000888496
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.146147 (90.9803)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129604 (0.80682)
+Outpt time (%) = 0.00106955 (0.66582)
+Other time (%) = 0.0121233 (7.54709)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2564 0 -2213.3374 -2213.3374 -3383.3637 3383.3637
+ 2565 6.3403922e-16 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373612 -2213.3373612 -2213.3373612
+ Force two-norm initial, final = 0.0095147 0.0095147
+ Force max component initial, final = 0.000888496 0.000888496
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (89.7392)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.758359)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197172 (9.50247)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2275.6374 -2028.0264 -2028.0264 12994.042 -12994.042
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 2275.6374 -2028.0264 -2028.0264 12994.042 -12994.042
+ 2310 2393.8006 -2036.1814 -2036.1814 13437.911 -13437.911
+ 2320 2385.0972 -2035.9264 -2035.9264 15254.866 -15254.866
+ 2330 2357.5343 -2034.3968 -2034.3968 15661.916 -15661.916
+ 2340 2412.4104 -2038.2628 -2038.2628 16488.481 -16488.481
+ 2350 2388.0608 -2036.9015 -2036.9015 16786.512 -16786.512
+Loop time of 0.124372 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2388.0608 -2036.9015 -2036.9015 16786.512 -16786.512
+ 2372 2388.0608 -2213.307 -2213.307 13020.166 -13020.166
+Loop time of 0.0531821 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2036.90147202 -2213.28693885 -2213.30695658
+ Force two-norm initial, final = 69.4128 0.481258
+ Force max component initial, final = 6.3096 0.0519303
+ Final line search alpha, max atom move = 0.0625 0.00324564
+ Iterations, force evaluations = 22 48
+
+Pair time (%) = 0.173222 (325.715)
+Neigh time (%) = 0.00335026 (6.29959)
+Comm time (%) = 0.000935555 (1.75915)
+Outpt time (%) = 0.000334978 (0.62987)
+Other time (%) = -0.124661 (-234.403)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2360 2.8364312e-10 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2370 3.1098022e-09 -2213.321 -2213.321 -3384.186 3384.186
+ 2380 1.5180153e-08 -2213.321 -2213.321 -3384.1857 3384.1857
+ 2390 8.1474482e-08 -2213.3211 -2213.3211 -3384.1841 3384.1841
+ 2400 3.1847779e-07 -2213.3212 -2213.3212 -3384.1779 3384.1779
+ 2410 1.4703921e-06 -2213.3219 -2213.3219 -3384.1435 3384.1435
+ 2420 4.6896829e-06 -2213.324 -2213.324 -3383.99 3383.99
+ 2430 8.7874092e-06 -2213.3278 -2213.3278 -3383.0854 3383.0854
+ 2440 1.0007277e-05 -2213.3311 -2213.3311 -3384.4996 3384.4996
+ 2450 1.1359427e-05 -2213.335 -2213.335 -3383.4157 3383.4157
+ 2460 8.1397588e-08 -2213.3356 -2213.3356 -3382.8033 3382.8033
+ 2470 5.258175e-07 -2213.336 -2213.336 -3383.7485 3383.7485
+ 2480 1.6234823e-06 -2213.3368 -2213.3368 -3383.3561 3383.3561
+ 2490 4.3153973e-09 -2213.3369 -2213.3369 -3383.3514 3383.3514
+ 2500 7.7770506e-08 -2213.337 -2213.337 -3383.4896 3383.4896
+ 2510 4.3764954e-07 -2213.3372 -2213.3372 -3383.4046 3383.4046
+ 2520 7.2180456e-08 -2213.3373 -2213.3373 -3383.5009 3383.5009
+ 2522 1.9100274e-07 -2213.3374 -2213.3374 -3383.3845 3383.3845
+Loop time of 0.16665 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32101676 -2213.33736817 -2213.33738018
+ Force two-norm initial, final = 0.573063 0.0064739
+ Force max component initial, final = 0.0497965 0.000457864
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.152792 (91.684)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137663 (0.82606)
+Outpt time (%) = 0.00114322 (0.685999)
+Other time (%) = 0.0113387 (6.8039)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2522 0 -2213.3374 -2213.3374 -3383.3845 3383.3845
+ 2523 2.9353369e-16 -2213.3374 -2213.3374 -3383.3845 3383.3845
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738018 -2213.33738018 -2213.33738018
+ Force two-norm initial, final = 0.0064739 0.0064739
+ Force max component initial, final = 0.000457864 0.000457864
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186276 (89.7324)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.7643e-05 (0.849891)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195503 (9.41771)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2360 2396.4951 -2027.8142 -2027.8142 15327.611 -15327.611
+ 2370 2411.0217 -2029.0329 -2029.0329 14927.076 -14927.076
+ 2380 2410.1306 -2029.2496 -2029.2496 13798.824 -13798.824
+ 2390 2372.3525 -2027.0456 -2027.0456 13427.504 -13427.504
+ 2400 2364.6713 -2026.7955 -2026.7955 14217.027 -14217.027
+Loop time of 0.123129 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2364.6713 -2026.7955 -2026.7955 14217.027 -14217.027
+ 2424 2364.6713 -2213.2979 -2213.2979 12851.731 -12851.731
+Loop time of 0.0581789 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.79546123 -2213.28373115 -2213.29785881
+ Force two-norm initial, final = 69.2435 0.327325
+ Force max component initial, final = 7.14077 0.0334638
+ Final line search alpha, max atom move = 0.0548946 0.00183698
+ Iterations, force evaluations = 24 53
+
+Pair time (%) = 0.176892 (304.048)
+Neigh time (%) = 0.00334525 (5.74994)
+Comm time (%) = 0.000966311 (1.66093)
+Outpt time (%) = 0.000329018 (0.565527)
+Other time (%) = -0.123353 (-212.024)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2410 2.836432e-10 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2420 3.1098138e-09 -2213.321 -2213.321 -3384.186 3384.186
+ 2430 1.5180567e-08 -2213.321 -2213.321 -3384.1857 3384.1857
+ 2440 8.1484718e-08 -2213.3211 -2213.3211 -3384.1841 3384.1841
+ 2450 3.1868227e-07 -2213.3212 -2213.3212 -3384.1779 3384.1779
+ 2460 1.4742082e-06 -2213.3219 -2213.3219 -3384.1435 3384.1435
+ 2470 4.7522541e-06 -2213.324 -2213.324 -3383.9891 3383.9891
+ 2480 9.0610068e-06 -2213.3278 -2213.3278 -3383.0735 3383.0735
+ 2490 9.1519447e-06 -2213.331 -2213.331 -3384.4352 3384.4352
+ 2500 1.1552145e-05 -2213.3349 -2213.3349 -3383.2911 3383.2911
+ 2510 4.5662956e-06 -2213.3368 -2213.3368 -3383.0009 3383.0009
+ 2520 4.9010712e-07 -2213.3369 -2213.3369 -3383.1751 3383.1751
+ 2530 5.8035511e-07 -2213.3371 -2213.3371 -3383.4778 3383.4778
+ 2540 1.852955e-07 -2213.3372 -2213.3372 -3383.4037 3383.4037
+ 2550 1.7694187e-08 -2213.3373 -2213.3373 -3383.4912 3383.4912
+ 2560 7.5880623e-08 -2213.3373 -2213.3373 -3383.4058 3383.4058
+ 2570 1.3501378e-07 -2213.3374 -2213.3374 -3383.5101 3383.5101
+ 2571 1.9672117e-07 -2213.3374 -2213.3374 -3383.4633 3383.4633
+Loop time of 0.166089 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32101676 -2213.33736148 -2213.33738022
+ Force two-norm initial, final = 0.573063 0.00910615
+ Force max component initial, final = 0.0497965 0.000736428
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.151935 (91.4779)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134277 (0.808467)
+Outpt time (%) = 0.00114727 (0.690757)
+Other time (%) = 0.0116642 (7.02284)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2571 0 -2213.3374 -2213.3374 -3383.4633 3383.4633
+ 2572 5.8075922e-16 -2213.3374 -2213.3374 -3383.4633 3383.4633
+Loop time of 0.00206089 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738022 -2213.33738022 -2213.33738022
+ Force two-norm initial, final = 0.00910615 0.00910615
+ Force max component initial, final = 0.000736428 0.000736428
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186419 (90.4558)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.775104)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000180721 (8.76909)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2410 2396.5357 -2027.8133 -2027.8133 15328.051 -15328.051
+ 2420 2410.917 -2029.0315 -2029.0315 14926.519 -14926.519
+ 2430 2409.7759 -2029.2554 -2029.2554 13795.367 -13795.367
+ 2440 2371.6153 -2027.0672 -2027.0672 13419.445 -13419.445
+ 2450 2363.3932 -2026.8415 -2026.8415 14202.831 -14202.831
+Loop time of 0.122882 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2363.3932 -2026.8415 -2026.8415 14202.831 -14202.831
+ 2474 2363.3932 -2213.3247 -2213.3247 12844.858 -12844.858
+Loop time of 0.0565488 on 1 procs for 24 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.84148942 -2213.3181166 -2213.3246928
+ Force two-norm initial, final = 69.2313 0.25484
+ Force max component initial, final = 7.13927 0.0303204
+ Final line search alpha, max atom move = 0.0625 0.00189502
+ Iterations, force evaluations = 24 51
+
+Pair time (%) = 0.175061 (309.575)
+Neigh time (%) = 0.00332022 (5.87142)
+Comm time (%) = 0.000963926 (1.70459)
+Outpt time (%) = 0.000324726 (0.57424)
+Other time (%) = -0.123121 (-217.725)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2460 2.8364326e-10 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2470 3.1098239e-09 -2213.321 -2213.321 -3384.186 3384.186
+ 2480 1.5180929e-08 -2213.321 -2213.321 -3384.1857 3384.1857
+ 2490 8.1493677e-08 -2213.3211 -2213.3211 -3384.1841 3384.1841
+ 2500 3.1886264e-07 -2213.3212 -2213.3212 -3384.1779 3384.1779
+ 2510 1.4776977e-06 -2213.3219 -2213.3219 -3384.1435 3384.1435
+ 2520 4.8194636e-06 -2213.324 -2213.324 -3383.9882 3383.9882
+ 2530 9.8193182e-06 -2213.3279 -2213.3279 -3383.0594 3383.0594
+ 2540 8.8387354e-06 -2213.3311 -2213.3311 -3384.4302 3384.4302
+ 2550 9.7154635e-06 -2213.3347 -2213.3347 -3382.9192 3382.9192
+ 2560 3.3412241e-08 -2213.3358 -2213.3358 -3382.8587 3382.8587
+ 2570 4.8917456e-07 -2213.3361 -2213.3361 -3383.5479 3383.5479
+ 2580 1.0308255e-06 -2213.3367 -2213.3367 -3383.3153 3383.3153
+ 2590 2.9194904e-07 -2213.3372 -2213.3372 -3383.387 3383.387
+ 2600 7.0194424e-08 -2213.3372 -2213.3372 -3383.3886 3383.3886
+ 2610 2.5979612e-07 -2213.3373 -2213.3373 -3383.4474 3383.4474
+ 2620 2.9112498e-09 -2213.3373 -2213.3373 -3383.4318 3383.4318
+ 2630 1.7199688e-08 -2213.3373 -2213.3373 -3383.3685 3383.3685
+ 2633 3.4848443e-08 -2213.3373 -2213.3373 -3383.3888 3383.3888
+Loop time of 0.180106 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32101676 -2213.33733561 -2213.33733889
+ Force two-norm initial, final = 0.573063 0.00812632
+ Force max component initial, final = 0.0497965 0.000617123
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.162976 (90.4889)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146484 (0.813323)
+Outpt time (%) = 0.00121498 (0.674593)
+Other time (%) = 0.0144503 (8.02323)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2633 0 -2213.3373 -2213.3373 -3383.3888 3383.3888
+ 2634 4.6250263e-16 -2213.3373 -2213.3373 -3383.3888 3383.3888
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733889 -2213.33733889 -2213.33733889
+ Force two-norm initial, final = 0.00812632 0.00812632
+ Force max component initial, final = 0.000617123 0.000617123
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186515 (89.7957)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.72314)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196934 (9.48118)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2388.0608 -2036.9015 -2036.9015 16786.512 -16786.512
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 2388.0608 -2036.9015 -2036.9015 16786.512 -16786.512
+ 2360 2332.2762 -2033.5135 -2033.5135 16451.832 -16451.832
+ 2370 2373.1448 -2036.4824 -2036.4824 16517.566 -16517.566
+ 2380 2314.0236 -2032.8075 -2032.8075 16979.187 -16979.187
+ 2390 2354.2204 -2035.6404 -2035.6404 15711.324 -15711.324
+ 2400 2366.8588 -2036.6159 -2036.6159 15411.667 -15411.667
+Loop time of 0.123167 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2366.8588 -2036.6159 -2036.6159 15411.667 -15411.667
+ 2422 2366.8588 -2213.2993 -2213.2993 12864.71 -12864.71
+Loop time of 0.0494521 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2036.61592603 -2213.28375567 -2213.29928929
+ Force two-norm initial, final = 68.5711 0.49839
+ Force max component initial, final = 6.85065 0.0454184
+ Final line search alpha, max atom move = 0.125 0.0056773
+ Iterations, force evaluations = 22 43
+
+Pair time (%) = 0.168355 (340.442)
+Neigh time (%) = 0.00337601 (6.82683)
+Comm time (%) = 0.00087738 (1.7742)
+Outpt time (%) = 0.000331879 (0.671112)
+Other time (%) = -0.123489 (-249.714)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2410 2.0004395e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2420 2.1933817e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2430 1.0710382e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2440 5.7581244e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2450 2.2668669e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2460 1.0811213e-06 -2213.3076 -2213.3076 -3381.5182 3381.5182
+ 2470 3.9795956e-06 -2213.3093 -2213.3093 -3382.3502 3382.3502
+ 2480 1.6651898e-05 -2213.3157 -2213.3157 -3385.158 3385.158
+ 2490 2.4418619e-05 -2213.3259 -2213.3259 -3384.8388 3384.8388
+ 2500 1.7246973e-05 -2213.3334 -2213.3334 -3384.2279 3384.2279
+ 2510 1.5608031e-06 -2213.335 -2213.335 -3385.879 3385.879
+ 2520 7.9257906e-07 -2213.3366 -2213.3366 -3382.9502 3382.9502
+ 2530 9.0501006e-08 -2213.3368 -2213.3368 -3383.5166 3383.5166
+ 2540 6.5559249e-07 -2213.3371 -2213.3371 -3383.0915 3383.0915
+ 2550 1.4101652e-09 -2213.3374 -2213.3374 -3383.2681 3383.2681
+ 2560 2.4031061e-08 -2213.3374 -2213.3374 -3383.4972 3383.4972
+ 2569 1.3037132e-09 -2213.3374 -2213.3374 -3383.3556 3383.3556
+Loop time of 0.168042 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33738311 -2213.33738329
+ Force two-norm initial, final = 0.481258 0.00408343
+ Force max component initial, final = 0.0519303 0.000795001
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.150753 (89.7114)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136399 (0.811698)
+Outpt time (%) = 0.00109363 (0.650805)
+Other time (%) = 0.0148315 (8.8261)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2569 0 -2213.3374 -2213.3374 -3383.3556 3383.3556
+ 2570 1.1678212e-16 -2213.3374 -2213.3374 -3383.3556 3383.3556
+Loop time of 0.00228119 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738329 -2213.33738329 -2213.33738329
+ Force two-norm initial, final = 0.00408343 0.00408343
+ Force max component initial, final = 0.000795001 0.000795001
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00200009 (87.6777)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.742057)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000264168 (11.5803)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2400 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2410 2397.7688 -2027.7989 -2027.7989 15339.056 -15339.056
+ 2420 2412.5298 -2028.9664 -2028.9664 14946.895 -14946.895
+ 2430 2411.5919 -2029.1524 -2029.1524 13817.535 -13817.535
+ 2440 2373.4293 -2026.9431 -2026.9431 13436.858 -13436.858
+ 2450 2364.6364 -2026.6897 -2026.6897 14214.301 -14214.301
+Loop time of 0.123171 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2364.6364 -2026.6897 -2026.6897 14214.301 -14214.301
+ 2471 2364.6364 -2213.2814 -2213.2814 12862.4 -12862.4
+Loop time of 0.0449581 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2026.68971915 -2213.26482473 -2213.2814196
+ Force two-norm initial, final = 69.2525 0.704352
+ Force max component initial, final = 7.14223 0.083632
+ Final line search alpha, max atom move = 0.25 0.020908
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.164093 (364.992)
+Neigh time (%) = 0.00335073 (7.45301)
+Comm time (%) = 0.000834227 (1.85556)
+Outpt time (%) = 0.000329018 (0.731831)
+Other time (%) = -0.123649 (-275.032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2460 2.0004394e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2470 2.1933805e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2480 1.071034e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2490 5.7580197e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2500 2.2666486e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2510 1.0806301e-06 -2213.3076 -2213.3076 -3381.5182 3381.5182
+ 2520 3.9641304e-06 -2213.3093 -2213.3093 -3382.3493 3382.3493
+ 2530 1.5621795e-05 -2213.3156 -2213.3156 -3385.1355 3385.1355
+ 2540 2.426192e-05 -2213.3256 -2213.3256 -3384.8631 3384.8631
+ 2550 1.8721068e-05 -2213.3335 -2213.3335 -3384.0707 3384.0707
+ 2560 1.5908789e-06 -2213.3352 -2213.3352 -3383.2836 3383.2836
+ 2570 6.0601039e-07 -2213.3357 -2213.3357 -3383.1848 3383.1848
+ 2580 1.9190906e-06 -2213.3368 -2213.3368 -3383.3328 3383.3328
+ 2590 6.4172873e-09 -2213.3371 -2213.3371 -3383.5004 3383.5004
+ 2600 3.5379082e-08 -2213.3372 -2213.3372 -3383.4473 3383.4473
+ 2610 2.8476747e-07 -2213.3373 -2213.3373 -3383.4218 3383.4218
+ 2620 4.0880535e-09 -2213.3374 -2213.3374 -3383.4058 3383.4058
+Loop time of 0.165877 on 1 procs for 170 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33736369 -2213.33736423
+ Force two-norm initial, final = 0.481258 0.00653735
+ Force max component initial, final = 0.0519303 0.000604999
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 170 170
+
+Pair time (%) = 0.151473 (91.3167)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137186 (0.827035)
+Outpt time (%) = 0.00108075 (0.651538)
+Other time (%) = 0.011951 (7.20472)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2620 0 -2213.3374 -2213.3374 -3383.4058 3383.4058
+ 2621 2.9931551e-16 -2213.3374 -2213.3374 -3383.4058 3383.4058
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736423 -2213.33736423 -2213.33736423
+ Force two-norm initial, final = 0.00653735 0.00653735
+ Force max component initial, final = 0.000604999 0.000604999
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185895 (90.0242)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.773583)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00019002 (9.20217)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2460 2394.9564 -2027.829 -2027.829 15314.431 -15314.431
+ 2470 2407.8988 -2029.1194 -2029.1194 14893.014 -14893.014
+ 2480 2405.0352 -2029.4425 -2029.4425 13742.36 -13742.36
+ 2490 2364.9067 -2027.3747 -2027.3747 13348.893 -13348.893
+ 2500 2355.0464 -2027.3166 -2027.3166 14112.379 -14112.379
+Loop time of 0.12355 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2355.0464 -2027.3166 -2027.3166 14112.379 -14112.379
+ 2523 2355.0464 -2213.3154 -2213.3154 12789.519 -12789.519
+Loop time of 0.0520709 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.31662121 -2213.30142549 -2213.31535072
+ Force two-norm initial, final = 69.1347 0.476562
+ Force max component initial, final = 7.12686 0.0601429
+ Final line search alpha, max atom move = 0.0792886 0.00476864
+ Iterations, force evaluations = 23 46
+
+Pair time (%) = 0.171269 (328.915)
+Neigh time (%) = 0.00334787 (6.42946)
+Comm time (%) = 0.000910997 (1.74953)
+Outpt time (%) = 0.000351191 (0.674447)
+Other time (%) = -0.123808 (-237.768)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2510 2.000438e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2520 2.1933582e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2530 1.0709544e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2540 5.7560472e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2550 2.262689e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2560 1.0730612e-06 -2213.3076 -2213.3076 -3381.5175 3381.5175
+ 2570 3.8266023e-06 -2213.3093 -2213.3093 -3382.3391 3382.3391
+ 2580 1.3936068e-05 -2213.3154 -2213.3154 -3385.0517 3385.0517
+ 2590 2.8634856e-05 -2213.3257 -2213.3257 -3384.7103 3384.7103
+ 2600 2.0656217e-05 -2213.3335 -2213.3335 -3383.2154 3383.2154
+ 2610 2.4277057e-06 -2213.3349 -2213.3349 -3384.7595 3384.7595
+ 2620 7.7011958e-07 -2213.3364 -2213.3364 -3383.7771 3383.7771
+ 2630 1.5066237e-07 -2213.3364 -2213.3364 -3383.4852 3383.4852
+ 2640 7.8552198e-07 -2213.3369 -2213.3369 -3383.6319 3383.6319
+ 2650 2.6112566e-08 -2213.3372 -2213.3372 -3383.4402 3383.4402
+ 2660 2.0785205e-09 -2213.3373 -2213.3373 -3383.4058 3383.4058
+ 2670 4.3920901e-08 -2213.3373 -2213.3373 -3383.4092 3383.4092
+ 2675 9.2196853e-08 -2213.3373 -2213.3373 -3383.4054 3383.4054
+Loop time of 0.173265 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33733372 -2213.3373445
+ Force two-norm initial, final = 0.481258 0.0076581
+ Force max component initial, final = 0.0519303 0.000537883
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.156017 (90.0454)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139618 (0.805806)
+Outpt time (%) = 0.00114965 (0.663524)
+Other time (%) = 0.0147021 (8.48532)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2675 0 -2213.3373 -2213.3373 -3383.4055 3383.4055
+ 2676 4.1074149e-16 -2213.3373 -2213.3373 -3383.4055 3383.4055
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373445 -2213.3373445 -2213.3373445
+ Force two-norm initial, final = 0.0076581 0.0076581
+ Force max component initial, final = 0.000537883 0.000537883
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186396 (90.2667)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.831313)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000183821 (8.90197)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2510 2391.4652 -2027.8678 -2027.8678 15283.588 -15283.588
+ 2520 2402.7061 -2029.3067 -2029.3067 14830.477 -14830.477
+ 2530 2398.2796 -2029.7706 -2029.7706 13663.228 -13663.228
+ 2540 2356.7527 -2027.8259 -2027.8259 13266.674 -13266.674
+ 2550 2346.753 -2027.9392 -2027.9392 14026.791 -14026.791
+Loop time of 0.122875 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2346.753 -2027.9392 -2027.9392 14026.791 -14026.791
+ 2571 2346.753 -2213.2673 -2213.2673 12723.499 -12723.499
+Loop time of 0.0448701 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.93924176 -2213.25177421 -2213.26731374
+ Force two-norm initial, final = 69.026 0.525215
+ Force max component initial, final = 7.11239 0.0927091
+ Final line search alpha, max atom move = 0.0831874 0.00771223
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.163606 (364.621)
+Neigh time (%) = 0.00334001 (7.44372)
+Comm time (%) = 0.000850677 (1.89587)
+Outpt time (%) = 0.000330687 (0.736986)
+Other time (%) = -0.123257 (-274.698)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2560 2.0004381e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2570 2.1933605e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2580 1.0709626e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2590 5.7562489e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2600 2.263089e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2610 1.0737818e-06 -2213.3076 -2213.3076 -3381.5175 3381.5175
+ 2620 3.8364628e-06 -2213.3093 -2213.3093 -3382.34 3382.34
+ 2630 1.3866312e-05 -2213.3154 -2213.3154 -3385.0537 3385.0537
+ 2640 2.5352756e-05 -2213.3255 -2213.3255 -3384.8339 3384.8339
+ 2650 2.0933612e-05 -2213.3336 -2213.3336 -3383.4745 3383.4745
+ 2660 1.0080976e-06 -2213.3364 -2213.3364 -3383.5712 3383.5712
+ 2670 3.4125793e-07 -2213.3369 -2213.3369 -3383.2473 3383.2473
+ 2680 7.4562127e-07 -2213.3373 -2213.3373 -3383.3021 3383.3021
+ 2690 3.877937e-08 -2213.3374 -2213.3374 -3383.3951 3383.3951
+ 2700 1.2156727e-08 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2708 3.2171841e-08 -2213.3374 -2213.3374 -3383.3866 3383.3866
+Loop time of 0.154698 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33738455 -2213.33738579
+ Force two-norm initial, final = 0.481258 0.0029054
+ Force max component initial, final = 0.0519303 0.000564911
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.1408 (91.0158)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00125074 (0.808507)
+Outpt time (%) = 0.00101686 (0.657317)
+Other time (%) = 0.0116308 (7.51838)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3374 -2213.3374 -3383.3866 3383.3866
+ 2709 5.9120627e-17 -2213.3374 -2213.3374 -3383.3866 3383.3866
+Loop time of 0.00211096 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738579 -2213.33738579 -2213.33738579
+ Force two-norm initial, final = 0.0029054 0.0029054
+ Force max component initial, final = 0.000564911 0.000564911
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187016 (88.5927)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.745426)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000225067 (10.6618)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2560 2389.4145 -2027.8916 -2027.8916 15265.314 -15265.314
+ 2570 2399.9341 -2029.4154 -2029.4154 14795.917 -14795.917
+ 2580 2394.9514 -2029.9476 -2029.9476 13623.449 -13623.449
+ 2590 2353.0258 -2028.0517 -2028.0517 13230.376 -13230.376
+ 2600 2343.4006 -2028.2365 -2028.2365 13993.758 -13993.758
+Loop time of 0.122853 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.95276 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2343.4006 -2028.2365 -2028.2365 13993.758 -13993.758
+ 2622 2343.4006 -2213.2972 -2213.2972 12713.264 -12713.264
+Loop time of 0.0492451 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.236535 -2213.27970832 -2213.29715986
+ Force two-norm initial, final = 68.9784 0.771622
+ Force max component initial, final = 7.10589 0.100533
+ Final line search alpha, max atom move = 0.058782 0.00590951
+ Iterations, force evaluations = 22 43
+
+Pair time (%) = 0.167918 (340.983)
+Neigh time (%) = 0.00331807 (6.73787)
+Comm time (%) = 0.000881672 (1.79037)
+Outpt time (%) = 0.000329018 (0.668122)
+Other time (%) = -0.123201 (-250.18)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2610 2.0004389e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2620 2.1933727e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2630 1.071006e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2640 5.7573255e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2650 2.2652532e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2660 1.0779463e-06 -2213.3076 -2213.3076 -3381.5179 3381.5179
+ 2670 3.9142347e-06 -2213.3093 -2213.3093 -3382.3456 3382.3456
+ 2680 1.5114392e-05 -2213.3155 -2213.3155 -3385.1063 3385.1063
+ 2690 2.8625912e-05 -2213.3259 -2213.3259 -3384.668 3384.668
+ 2700 1.8412754e-05 -2213.3334 -2213.3334 -3383.9654 3383.9654
+ 2710 1.8345337e-06 -2213.3348 -2213.3348 -3385.9556 3385.9556
+ 2720 9.1563462e-07 -2213.3366 -2213.3366 -3382.9311 3382.9311
+ 2730 9.7301807e-08 -2213.3368 -2213.3368 -3383.5275 3383.5275
+ 2740 6.4737197e-07 -2213.3371 -2213.3371 -3383.0593 3383.0593
+ 2750 1.2298596e-09 -2213.3374 -2213.3374 -3383.3746 3383.3746
+ 2760 8.3467142e-10 -2213.3374 -2213.3374 -3383.4042 3383.4042
+ 2764 3.443713e-09 -2213.3374 -2213.3374 -3383.3987 3383.3987
+Loop time of 0.15987 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33737717 -2213.3373776
+ Force two-norm initial, final = 0.481258 0.00911981
+ Force max component initial, final = 0.0519303 0.00251114
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.145958 (91.2978)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013268 (0.829924)
+Outpt time (%) = 0.0010674 (0.667668)
+Other time (%) = 0.011518 (7.20461)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2764 0 -2213.3374 -2213.3374 -3383.3987 3383.3987
+ 2765 5.8250193e-16 -2213.3374 -2213.3374 -3383.3987 3383.3987
+Loop time of 0.00206184 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373776 -2213.3373776 -2213.3373776
+ Force two-norm initial, final = 0.00911981 0.00911981
+ Force max component initial, final = 0.00251114 0.00251114
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185919 (90.1711)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.820999)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000185728 (9.00786)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.76203 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2364.6364 -2026.6897 -2026.6897 14214.301 -14214.301
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2450 2364.6364 -2026.6897 -2026.6897 14214.301 -14214.301
+ 2460 2405.7822 -2030.219 -2030.219 14240.801 -14240.801
+ 2470 2334.4086 -2026.3216 -2026.3216 13265.791 -13265.791
+ 2480 2325.0637 -2026.4365 -2026.4365 11282.319 -11282.319
+ 2490 2371.2478 -2030.1612 -2030.1612 11600.19 -11600.19
+ 2500 2290.6469 -2025.4626 -2025.4626 14075.039 -14075.039
+Loop time of 0.123736 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2290.6469 -2025.4626 -2025.4626 14075.039 -14075.039
+ 2520 2290.6469 -2213.2185 -2213.2185 12340.847 -12340.847
+Loop time of 0.0424299 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.46264722 -2213.19693827 -2213.21848611
+ Force two-norm initial, final = 69.8765 0.704414
+ Force max component initial, final = 5.70526 0.106027
+ Final line search alpha, max atom move = 0.04117 0.00436515
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.162781 (383.646)
+Neigh time (%) = 0.00266933 (6.29116)
+Comm time (%) = 0.000806332 (1.90038)
+Outpt time (%) = 0.000327349 (0.771504)
+Other time (%) = -0.124154 (-292.609)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.2814 -2213.2814 -3378.0814 3378.0814
+ 2510 4.28497e-10 -2213.2814 -2213.2814 -3378.0816 3378.0816
+ 2520 4.6979876e-09 -2213.2814 -2213.2814 -3378.0836 3378.0836
+ 2530 2.2933574e-08 -2213.2814 -2213.2814 -3378.0927 3378.0927
+ 2540 1.231136e-07 -2213.2815 -2213.2815 -3378.1426 3378.1426
+ 2550 4.8161652e-07 -2213.2817 -2213.2817 -3378.3235 3378.3235
+ 2560 2.2324026e-06 -2213.2828 -2213.2828 -3379.2231 3379.2231
+ 2570 7.2388015e-06 -2213.2859 -2213.2859 -3382.1059 3382.1059
+ 2580 1.5652445e-05 -2213.2928 -2213.2928 -3390.8481 3390.8481
+ 2590 2.3898622e-05 -2213.3017 -2213.3017 -3386.8529 3386.8529
+ 2600 5.6129071e-05 -2213.3264 -2213.3264 -3383.9269 3383.9269
+ 2610 8.3039605e-06 -2213.3319 -2213.3319 -3373.9372 3373.9372
+ 2620 4.6844991e-06 -2213.337 -2213.337 -3383.6312 3383.6312
+ 2630 1.0350727e-07 -2213.3371 -2213.3371 -3382.6865 3382.6865
+ 2640 2.6919698e-07 -2213.3372 -2213.3372 -3383.3026 3383.3026
+ 2650 5.0464539e-07 -2213.3374 -2213.3374 -3383.5264 3383.5264
+ 2660 2.2423524e-09 -2213.3374 -2213.3374 -3383.5381 3383.5381
+ 2670 6.8531257e-09 -2213.3374 -2213.3374 -3383.3649 3383.3649
+ 2672 1.1344528e-08 -2213.3374 -2213.3374 -3383.3957 3383.3957
+Loop time of 0.168498 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2814196 -2213.337373 -2213.33737427
+ Force two-norm initial, final = 0.704352 0.00621132
+ Force max component initial, final = 0.083632 0.000505734
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.153493 (91.0946)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137806 (0.817849)
+Outpt time (%) = 0.00115991 (0.68838)
+Other time (%) = 0.0124674 (7.39913)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2672 0 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2680 1.865927e-14 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2690 2.3549925e-13 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2700 1.3080884e-12 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2710 6.7538123e-12 -2213.3374 -2213.3374 -3383.3958 3383.3958
+ 2713 1.1259283e-11 -2213.3374 -2213.3374 -3383.3959 3383.3959
+Loop time of 0.0408039 on 1 procs for 41 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737427 -2213.33737428 -2213.33737428
+ Force two-norm initial, final = 0.00621132 0.006196
+ Force max component initial, final = 0.000505734 0.000504113
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 41 41
+
+Pair time (%) = 0.0372348 (91.253)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000338554 (0.829711)
+Outpt time (%) = 0.000272036 (0.66669)
+Other time (%) = 0.00295854 (7.25062)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2510 2391.9043 -2027.8647 -2027.8647 15287.156 -15287.156
+ 2520 2403.9271 -2029.2805 -2029.2805 14842.762 -14842.762
+ 2530 2400.4681 -2029.6971 -2029.6971 13687.095 -13687.095
+ 2540 2360.0551 -2027.687 -2027.687 13302.522 -13302.522
+ 2550 2351.1189 -2027.7146 -2027.7146 14075.035 -14075.035
+Loop time of 0.123728 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2351.1189 -2027.7146 -2027.7146 14075.035 -14075.035
+ 2571 2351.1189 -2213.2662 -2213.2662 12756.035 -12756.035
+Loop time of 0.0460532 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.71457352 -2213.25268374 -2213.26622677
+ Force two-norm initial, final = 69.075 0.345064
+ Force max component initial, final = 7.11859 0.0373438
+ Final line search alpha, max atom move = 0.0502217 0.00187547
+ Iterations, force evaluations = 21 39
+
+Pair time (%) = 0.200899 (436.233)
+Neigh time (%) = 0.00337267 (7.32342)
+Comm time (%) = 0.00119877 (2.60301)
+Outpt time (%) = 0.000601053 (1.30513)
+Other time (%) = -0.160018 (-347.465)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2814 -2213.2814 -3378.0814 3378.0814
+ 2560 4.2849711e-10 -2213.2814 -2213.2814 -3378.0816 3378.0816
+ 2570 4.6980057e-09 -2213.2814 -2213.2814 -3378.0836 3378.0836
+ 2580 2.293422e-08 -2213.2814 -2213.2814 -3378.0927 3378.0927
+ 2590 1.2312959e-07 -2213.2815 -2213.2815 -3378.1426 3378.1426
+ 2600 4.819363e-07 -2213.2817 -2213.2817 -3378.3235 3378.3235
+ 2610 2.2384021e-06 -2213.2828 -2213.2828 -3379.224 3379.224
+ 2620 7.338941e-06 -2213.286 -2213.286 -3382.1198 3382.1198
+ 2630 1.62018e-05 -2213.2929 -2213.2929 -3390.9425 3390.9425
+ 2640 2.1792598e-05 -2213.3015 -2213.3015 -3387.1555 3387.1555
+ 2650 5.0838057e-05 -2213.3251 -2213.3251 -3386.205 3386.205
+ 2660 5.2914378e-06 -2213.3336 -2213.3336 -3378.1742 3378.1742
+ 2670 2.7579786e-06 -2213.3371 -2213.3371 -3383.3033 3383.3033
+ 2680 6.738777e-08 -2213.3372 -2213.3372 -3382.8455 3382.8455
+ 2690 1.8463294e-07 -2213.3372 -2213.3372 -3383.2776 3383.2776
+ 2700 3.018692e-07 -2213.3374 -2213.3374 -3383.6001 3383.6001
+ 2708 2.9423882e-10 -2213.3374 -2213.3374 -3383.4866 3383.4866
+Loop time of 0.15756 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2814196 -2213.33737312 -2213.33737321
+ Force two-norm initial, final = 0.704352 0.00979109
+ Force max component initial, final = 0.083632 0.000808431
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.140952 (89.4594)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00127077 (0.806531)
+Outpt time (%) = 0.00102997 (0.653699)
+Other time (%) = 0.014307 (9.08036)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3374 -2213.3374 -3383.4866 3383.4866
+ 2709 6.7141083e-16 -2213.3374 -2213.3374 -3383.4866 3383.4866
+Loop time of 0.00212097 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737321 -2213.33737321 -2213.33737321
+ Force two-norm initial, final = 0.00979109 0.00979109
+ Force max component initial, final = 0.000808431 0.000808431
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00189018 (89.1187)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.764388)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000214577 (10.1169)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2560 2391.6764 -2027.8669 -2027.8669 15285.212 -15285.212
+ 2570 2403.4434 -2029.2934 -2029.2934 14837.556 -14837.556
+ 2580 2399.6464 -2029.7269 -2029.7269 13678.086 -13678.086
+ 2590 2358.8034 -2027.74 -2027.74 13289.325 -13289.325
+ 2600 2349.4116 -2027.8013 -2027.8013 14056.515 -14056.515
+Loop time of 0.123467 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2349.4116 -2027.8013 -2027.8013 14056.515 -14056.515
+ 2621 2349.4116 -2213.2668 -2213.2668 12744.08 -12744.08
+Loop time of 0.0459111 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.80126767 -2213.2547417 -2213.26682443
+ Force two-norm initial, final = 69.0563 0.430468
+ Force max component initial, final = 7.11621 0.0352718
+ Final line search alpha, max atom move = 0.0625 0.00220449
+ Iterations, force evaluations = 21 39
+
+Pair time (%) = 0.165205 (359.837)
+Neigh time (%) = 0.00334215 (7.27962)
+Comm time (%) = 0.000854969 (1.86223)
+Outpt time (%) = 0.00033617 (0.73222)
+Other time (%) = -0.123827 (-269.712)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2814 -2213.2814 -3378.0814 3378.0814
+ 2610 4.2849718e-10 -2213.2814 -2213.2814 -3378.0816 3378.0816
+ 2620 4.6980157e-09 -2213.2814 -2213.2814 -3378.0836 3378.0836
+ 2630 2.293458e-08 -2213.2814 -2213.2814 -3378.0927 3378.0927
+ 2640 1.2313848e-07 -2213.2815 -2213.2815 -3378.1426 3378.1426
+ 2650 4.8211426e-07 -2213.2817 -2213.2817 -3378.3236 3378.3236
+ 2660 2.2417512e-06 -2213.2828 -2213.2828 -3379.2246 3379.2246
+ 2670 7.3963769e-06 -2213.286 -2213.286 -3382.1277 3382.1277
+ 2680 1.6617504e-05 -2213.2929 -2213.2929 -3390.9999 3390.9999
+ 2690 2.1477775e-05 -2213.3015 -2213.3015 -3387.2029 3387.2029
+ 2700 4.9736341e-05 -2213.325 -2213.325 -3386.627 3386.627
+ 2710 6.6750642e-06 -2213.3355 -2213.3355 -3383.608 3383.608
+ 2720 6.6080341e-07 -2213.3356 -2213.3356 -3383.0167 3383.0167
+ 2730 1.0729542e-06 -2213.3361 -2213.3361 -3383.1093 3383.1093
+ 2740 3.0952747e-06 -2213.3366 -2213.3366 -3380.4717 3380.4717
+ 2750 4.0449443e-08 -2213.3372 -2213.3372 -3383.5972 3383.5972
+ 2760 1.4355476e-07 -2213.3372 -2213.3372 -3383.818 3383.818
+ 2770 4.0105041e-08 -2213.3373 -2213.3373 -3383.8321 3383.8321
+ 2772 1.1653733e-07 -2213.3374 -2213.3374 -3383.4539 3383.4539
+Loop time of 0.170999 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2814196 -2213.33734721 -2213.33735984
+ Force two-norm initial, final = 0.704352 0.00926319
+ Force max component initial, final = 0.083632 0.000866226
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.153544 (89.7921)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00142694 (0.83447)
+Outpt time (%) = 0.00115705 (0.676638)
+Other time (%) = 0.0148714 (8.69675)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2772 0 -2213.3374 -2213.3374 -3383.4539 3383.4539
+ 2773 6.0096295e-16 -2213.3374 -2213.3374 -3383.4539 3383.4539
+Loop time of 0.0021441 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735984 -2213.33735984 -2213.33735984
+ Force two-norm initial, final = 0.00926319 0.00926319
+ Force max component initial, final = 0.000866226 0.000866226
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187325 (87.368)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.789503)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000253916 (11.8425)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2290.6469 -2025.4626 -2025.4626 14075.039 -14075.039
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2500 2290.6469 -2025.4626 -2025.4626 14075.039 -14075.039
+ 2510 2297.5821 -2026.5091 -2026.5091 14073.29 -14073.29
+ 2520 2445.8237 -2036.8214 -2036.8214 14432.071 -14432.071
+ 2530 2500.8478 -2041.1155 -2041.1155 14997.267 -14997.267
+ 2540 2359.903 -2032.6103 -2032.6103 16172.382 -16172.382
+ 2550 2345.8682 -2032.5017 -2032.5017 15431.88 -15431.88
+Loop time of 0.12265 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2345.8682 -2032.5017 -2032.5017 15431.88 -15431.88
+ 2572 2345.8682 -2213.3 -2213.3 12723.956 -12723.956
+Loop time of 0.0544801 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2032.50174972 -2213.281521 -2213.2999915
+ Force two-norm initial, final = 69.4604 0.53269
+ Force max component initial, final = 6.53395 0.0661065
+ Final line search alpha, max atom move = 0.061769 0.00408333
+ Iterations, force evaluations = 22 48
+
+Pair time (%) = 0.173529 (318.518)
+Neigh time (%) = 0.00266075 (4.8839)
+Comm time (%) = 0.000895739 (1.64416)
+Outpt time (%) = 0.000337839 (0.620115)
+Other time (%) = -0.122943 (-225.666)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2185 -2213.2185 -3391.4696 3391.4696
+ 2560 4.2857314e-10 -2213.2185 -2213.2185 -3391.4697 3391.4697
+ 2570 4.6990197e-09 -2213.2185 -2213.2185 -3391.47 3391.47
+ 2580 2.2943412e-08 -2213.2185 -2213.2185 -3391.4717 3391.4717
+ 2590 1.2329819e-07 -2213.2186 -2213.2186 -3391.4807 3391.4807
+ 2600 4.8443616e-07 -2213.2188 -2213.2188 -3391.5134 3391.5134
+ 2610 2.2919229e-06 -2213.2199 -2213.2199 -3391.6741 3391.6741
+ 2620 8.0958711e-06 -2213.2234 -2213.2234 -3392.1675 3392.1675
+ 2630 2.8196929e-05 -2213.2357 -2213.2357 -3393.3947 3393.3947
+ 2640 5.9722666e-05 -2213.2592 -2213.2592 -3392.3116 3392.3116
+ 2650 0.00012798093 -2213.3163 -2213.3163 -3384.5281 3384.5281
+ 2660 3.4246317e-06 -2213.333 -2213.333 -3381.4695 3381.4695
+ 2670 1.3404307e-06 -2213.336 -2213.336 -3383.8129 3383.8129
+ 2680 1.5076722e-06 -2213.3365 -2213.3365 -3383.4983 3383.4983
+ 2690 6.1239695e-07 -2213.337 -2213.337 -3383.0948 3383.0948
+ 2700 1.0311296e-07 -2213.3371 -2213.3371 -3383.4367 3383.4367
+ 2710 2.6294704e-07 -2213.3372 -2213.3372 -3383.6036 3383.6036
+ 2720 1.6904733e-08 -2213.3373 -2213.3373 -3383.4221 3383.4221
+ 2730 9.6147927e-08 -2213.3373 -2213.3373 -3383.3538 3383.3538
+ 2731 1.1665408e-07 -2213.3374 -2213.3374 -3383.3828 3383.3828
+Loop time of 0.175804 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.21848611 -2213.33733904 -2213.33735066
+ Force two-norm initial, final = 0.704414 0.00829722
+ Force max component initial, final = 0.106027 0.000918142
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.161448 (91.834)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014534 (0.826715)
+Outpt time (%) = 0.00121784 (0.692727)
+Other time (%) = 0.0116849 (6.64654)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2731 0 -2213.3374 -2213.3374 -3383.3828 3383.3828
+ 2732 4.8216053e-16 -2213.3374 -2213.3374 -3383.3828 3383.3828
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735066 -2213.33735066 -2213.33735066
+ Force two-norm initial, final = 0.00829722 0.00829722
+ Force max component initial, final = 0.000918142 0.000918142
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187492 (90.3181)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.780981)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000184774 (8.90088)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2560 2388.4936 -2027.9003 -2027.9003 15257.446 -15257.446
+ 2570 2397.9433 -2029.4677 -2029.4677 14774.602 -14774.602
+ 2580 2391.4516 -2030.0708 -2030.0708 13585.461 -13585.461
+ 2590 2347.5405 -2028.2768 -2028.2768 13172.655 -13172.655
+ 2600 2335.735 -2028.6136 -2028.6136 13910.482 -13910.482
+Loop time of 0.123124 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2335.735 -2028.6136 -2028.6136 13910.482 -13910.482
+ 2622 2335.735 -2213.2971 -2213.2971 12658.902 -12658.902
+Loop time of 0.048476 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.61364284 -2213.2801924 -2213.29711694
+ Force two-norm initial, final = 68.8949 0.587498
+ Force max component initial, final = 7.09529 0.155853
+ Final line search alpha, max atom move = 0.0793552 0.0123677
+ Iterations, force evaluations = 22 42
+
+Pair time (%) = 0.167382 (345.289)
+Neigh time (%) = 0.00333691 (6.88363)
+Comm time (%) = 0.000886202 (1.82813)
+Outpt time (%) = 0.000329733 (0.680199)
+Other time (%) = -0.123459 (-254.681)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2185 -2213.2185 -3391.4696 3391.4696
+ 2610 4.2857313e-10 -2213.2185 -2213.2185 -3391.4697 3391.4697
+ 2620 4.6990181e-09 -2213.2185 -2213.2185 -3391.47 3391.47
+ 2630 2.2943353e-08 -2213.2185 -2213.2185 -3391.4717 3391.4717
+ 2640 1.2329674e-07 -2213.2186 -2213.2186 -3391.4807 3391.4807
+ 2650 4.8440832e-07 -2213.2188 -2213.2188 -3391.5134 3391.5134
+ 2660 2.291499e-06 -2213.2199 -2213.2199 -3391.674 3391.674
+ 2670 8.0962066e-06 -2213.2234 -2213.2234 -3392.1675 3392.1675
+ 2680 2.8821882e-05 -2213.2358 -2213.2358 -3393.3958 3393.3958
+ 2690 6.1741045e-05 -2213.2599 -2213.2599 -3392.2466 3392.2466
+ 2700 0.00012228753 -2213.3156 -2213.3156 -3384.7012 3384.7012
+ 2710 2.4826137e-06 -2213.3358 -2213.3358 -3383.1849 3383.1849
+ 2720 8.1166879e-07 -2213.3368 -2213.3368 -3383.6126 3383.6126
+ 2730 5.1676527e-08 -2213.3368 -2213.3368 -3383.2406 3383.2406
+ 2740 1.9675341e-07 -2213.337 -2213.337 -3383.5085 3383.5085
+ 2750 3.9528118e-07 -2213.3372 -2213.3372 -3383.2476 3383.2476
+ 2760 9.6863037e-08 -2213.3373 -2213.3373 -3383.4148 3383.4148
+ 2770 1.2787633e-08 -2213.3374 -2213.3374 -3383.4065 3383.4065
+ 2780 4.255753e-08 -2213.3374 -2213.3374 -3383.4298 3383.4298
+ 2790 3.9710187e-09 -2213.3374 -2213.3374 -3383.4071 3383.4071
+ 2792 7.5235864e-09 -2213.3374 -2213.3374 -3383.399 3383.399
+Loop time of 0.187818 on 1 procs for 192 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.21848611 -2213.33738042 -2213.3373814
+ Force two-norm initial, final = 0.704414 0.00369624
+ Force max component initial, final = 0.106027 0.00031366
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 192 192
+
+Pair time (%) = 0.171157 (91.1292)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00154519 (0.822706)
+Outpt time (%) = 0.00127816 (0.680532)
+Other time (%) = 0.0138376 (7.36754)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2792 0 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2800 6.6076545e-15 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2810 8.3397064e-14 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2820 4.6328533e-13 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2830 2.3933079e-12 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2840 1.0114822e-11 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2850 4.5798886e-11 -2213.3374 -2213.3374 -3383.399 3383.399
+ 2860 1.7768167e-10 -2213.3374 -2213.3374 -3383.3989 3383.3989
+ 2870 7.021824e-10 -2213.3374 -2213.3374 -3383.3987 3383.3987
+ 2880 2.2862284e-09 -2213.3374 -2213.3374 -3383.3979 3383.3979
+ 2890 6.7949227e-09 -2213.3374 -2213.3374 -3383.3941 3383.3941
+ 2900 4.7472014e-12 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2910 1.1826612e-10 -2213.3374 -2213.3374 -3383.3929 3383.3929
+ 2920 3.1472474e-10 -2213.3374 -2213.3374 -3383.3873 3383.3873
+ 2930 5.9187274e-11 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2940 2.7311099e-13 -2213.3374 -2213.3374 -3383.395 3383.395
+ 2941 3.9391473e-13 -2213.3374 -2213.3374 -3383.395 3383.395
+Loop time of 0.144749 on 1 procs for 149 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373814 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00369624 4.78355e-05
+ Force max component initial, final = 0.00031366 3.90336e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 149 149
+
+Pair time (%) = 0.132182 (91.3184)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00119662 (0.826689)
+Outpt time (%) = 0.00100851 (0.696731)
+Other time (%) = 0.0103614 (7.15821)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2610 2384.1454 -2027.948 -2027.948 15219.15 -15219.15
+ 2620 2391.2819 -2029.7016 -2029.7016 14695.246 -14695.246
+ 2630 2382.6674 -2030.4898 -2030.4898 13482.85 -13482.85
+ 2640 2336.9747 -2028.861 -2028.861 13065.007 -13065.007
+ 2650 2325.2127 -2029.4158 -2029.4158 13801.209 -13801.209
+Loop time of 0.123106 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2325.2127 -2029.4158 -2029.4158 13801.209 -13801.209
+ 2670 2325.2127 -2213.2674 -2213.2674 12581.173 -12581.173
+Loop time of 0.0421751 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2029.41575469 -2213.2488983 -2213.26741921
+ Force two-norm initial, final = 68.7534 0.613231
+ Force max component initial, final = 7.07645 0.0841613
+ Final line search alpha, max atom move = 0.0726548 0.00611472
+ Iterations, force evaluations = 20 35
+
+Pair time (%) = 0.291525 (691.227)
+Neigh time (%) = 0.00333023 (7.89621)
+Comm time (%) = 0.00199842 (4.7384)
+Outpt time (%) = 0.00134039 (3.17816)
+Other time (%) = -0.256019 (-607.04)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.2185 -2213.2185 -3391.4696 3391.4696
+ 2660 4.2857304e-10 -2213.2185 -2213.2185 -3391.4697 3391.4697
+ 2670 4.6990044e-09 -2213.2185 -2213.2185 -3391.47 3391.47
+ 2680 2.2942865e-08 -2213.2185 -2213.2185 -3391.4717 3391.4717
+ 2690 1.2328464e-07 -2213.2186 -2213.2186 -3391.4807 3391.4807
+ 2700 4.8416531e-07 -2213.2188 -2213.2188 -3391.5134 3391.5134
+ 2710 2.2868411e-06 -2213.2199 -2213.2199 -3391.6739 3391.6739
+ 2720 8.0104623e-06 -2213.2234 -2213.2234 -3392.1658 3392.1658
+ 2730 2.7362839e-05 -2213.2356 -2213.2356 -3393.3883 3393.3883
+ 2740 6.287476e-05 -2213.2593 -2213.2593 -3392.2855 3392.2855
+ 2750 0.00013050831 -2213.3165 -2213.3165 -3384.5272 3384.5272
+ 2760 3.2489048e-06 -2213.3355 -2213.3355 -3382.6972 3382.6972
+ 2770 1.1170246e-06 -2213.3366 -2213.3366 -3383.7739 3383.7739
+ 2780 6.0268749e-08 -2213.3367 -2213.3367 -3383.2666 3383.2666
+ 2790 2.5905493e-07 -2213.3368 -2213.3368 -3383.5637 3383.5637
+ 2800 6.5736836e-07 -2213.3372 -2213.3372 -3383.4019 3383.4019
+ 2810 1.5935503e-07 -2213.3373 -2213.3373 -3383.5421 3383.5421
+ 2820 1.6882122e-08 -2213.3374 -2213.3374 -3383.3716 3383.3716
+ 2825 3.4641151e-08 -2213.3374 -2213.3374 -3383.383 3383.383
+Loop time of 0.169769 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.21848611 -2213.33736129 -2213.33736551
+ Force two-norm initial, final = 0.704414 0.00713556
+ Force max component initial, final = 0.106027 0.000681092
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.156029 (91.9065)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00142956 (0.84206)
+Outpt time (%) = 0.00116014 (0.683366)
+Other time (%) = 0.0111506 (6.5681)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2825 0 -2213.3374 -2213.3374 -3383.383 3383.383
+ 2826 3.5660113e-16 -2213.3374 -2213.3374 -3383.383 3383.383
+Loop time of 0.00209379 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736551 -2213.33736551 -2213.33736551
+ Force two-norm initial, final = 0.00713556 0.00713556
+ Force max component initial, final = 0.000681092 0.000681092
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186181 (88.9205)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.38283e-05 (0.660442)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000218153 (10.419)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2345.8682 -2032.5017 -2032.5017 15431.88 -15431.88
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 2345.8682 -2032.5017 -2032.5017 15431.88 -15431.88
+ 2560 2383.8815 -2036.3159 -2036.3159 14440.241 -14440.241
+ 2570 2377.7616 -2037.2229 -2037.2229 13761.07 -13761.07
+ 2580 2281.2512 -2032.055 -2032.055 14922.039 -14922.039
+ 2590 2279.0532 -2032.9481 -2032.9481 13609.845 -13609.845
+ 2600 2203.5753 -2028.7603 -2028.7603 12536.748 -12536.748
+Loop time of 0.122778 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2203.5753 -2028.7603 -2028.7603 12536.748 -12536.748
+ 2623 2203.5753 -2213.3129 -2213.3129 11749.262 -11749.262
+Loop time of 0.0610392 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2028.76028029 -2213.29229062 -2213.31286621
+ Force two-norm initial, final = 69.4409 0.558296
+ Force max component initial, final = 5.78926 0.0508422
+ Final line search alpha, max atom move = 0.0827779 0.00420861
+ Iterations, force evaluations = 23 56
+
+Pair time (%) = 0.179371 (293.862)
+Neigh time (%) = 0.00331712 (5.4344)
+Comm time (%) = 0.000988007 (1.61864)
+Outpt time (%) = 0.00032711 (0.535902)
+Other time (%) = -0.122964 (-201.451)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2610 2.4508625e-10 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2620 2.6872e-09 -2213.3 -2213.3 -3387.6238 3387.6238
+ 2630 1.3120345e-08 -2213.3 -2213.3 -3387.6239 3387.6239
+ 2640 7.0503834e-08 -2213.3 -2213.3 -3387.6246 3387.6246
+ 2650 2.7693889e-07 -2213.3002 -2213.3002 -3387.6269 3387.6269
+ 2660 1.3084908e-06 -2213.3008 -2213.3008 -3387.6365 3387.6365
+ 2670 4.6032699e-06 -2213.3028 -2213.3028 -3387.637 3387.637
+ 2680 1.5866951e-05 -2213.3095 -2213.3095 -3387.1443 3387.1443
+ 2690 3.2229477e-05 -2213.3216 -2213.3216 -3385.2567 3385.2567
+ 2700 2.428763e-05 -2213.3322 -2213.3322 -3383.4871 3383.4871
+ 2710 9.3349402e-07 -2213.3354 -2213.3354 -3383.5837 3383.5837
+ 2720 4.6874582e-07 -2213.3366 -2213.3366 -3383.1263 3383.1263
+ 2730 7.8330935e-08 -2213.3367 -2213.3367 -3383.2967 3383.2967
+ 2740 6.6027574e-07 -2213.3371 -2213.3371 -3383.1516 3383.1516
+ 2750 9.842225e-10 -2213.3374 -2213.3374 -3383.2976 3383.2976
+ 2754 7.2959846e-09 -2213.3374 -2213.3374 -3383.3534 3383.3534
+Loop time of 0.151464 on 1 procs for 154 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2999915 -2213.33736809 -2213.3373689
+ Force two-norm initial, final = 0.53269 0.00745074
+ Force max component initial, final = 0.0661065 0.000838494
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 154 154
+
+Pair time (%) = 0.137602 (90.8482)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00122356 (0.807825)
+Outpt time (%) = 0.0010128 (0.668675)
+Other time (%) = 0.0116253 (7.67528)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2754 0 -2213.3374 -2213.3374 -3383.3534 3383.3534
+ 2755 3.8879869e-16 -2213.3374 -2213.3374 -3383.3534 3383.3534
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373689 -2213.3373689 -2213.3373689
+ Force two-norm initial, final = 0.00745074 0.00745074
+ Force max component initial, final = 0.000838494 0.000838494
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (90.2205)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.785129)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000185728 (8.99434)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2610 2390.5484 -2027.8819 -2027.8819 15274.824 -15274.824
+ 2620 2402.5913 -2029.3501 -2029.3501 14823.775 -14823.775
+ 2630 2399.5313 -2029.7853 -2029.7853 13673.663 -13673.663
+ 2640 2359.9121 -2027.7585 -2027.7585 13303.975 -13303.975
+ 2650 2352.5671 -2027.7624 -2027.7624 14093.988 -14093.988
+Loop time of 0.123086 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2352.5671 -2027.7624 -2027.7624 14093.988 -14093.988
+ 2671 2352.5671 -2213.2666 -2213.2666 12765.573 -12765.573
+Loop time of 0.0459139 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.76240735 -2213.25376541 -2213.26663661
+ Force two-norm initial, final = 69.0807 0.382703
+ Force max component initial, final = 7.11891 0.0337521
+ Final line search alpha, max atom move = 0.0577793 0.00195017
+ Iterations, force evaluations = 21 39
+
+Pair time (%) = 0.164838 (359.015)
+Neigh time (%) = 0.00331068 (7.21062)
+Comm time (%) = 0.00084877 (1.84861)
+Outpt time (%) = 0.00033021 (0.719193)
+Other time (%) = -0.123414 (-268.794)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2660 2.450862e-10 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2670 2.6871922e-09 -2213.3 -2213.3 -3387.6238 3387.6238
+ 2680 1.3120067e-08 -2213.3 -2213.3 -3387.6239 3387.6239
+ 2690 7.0496923e-08 -2213.3 -2213.3 -3387.6246 3387.6246
+ 2700 2.7679926e-07 -2213.3002 -2213.3002 -3387.6269 3387.6269
+ 2710 1.3057438e-06 -2213.3008 -2213.3008 -3387.6365 3387.6365
+ 2720 4.5475339e-06 -2213.3028 -2213.3028 -3387.6371 3387.6371
+ 2730 1.4607166e-05 -2213.3093 -2213.3093 -3387.1653 3387.1653
+ 2740 2.7921911e-05 -2213.3206 -2213.3206 -3385.382 3385.382
+ 2750 2.6972794e-05 -2213.3324 -2213.3324 -3383.483 3383.483
+ 2760 8.336847e-07 -2213.3363 -2213.3363 -3383.213 3383.213
+ 2770 2.5577174e-07 -2213.3367 -2213.3367 -3383.1938 3383.1938
+ 2780 8.5649536e-07 -2213.3372 -2213.3372 -3383.1789 3383.1789
+ 2790 1.4850095e-08 -2213.3374 -2213.3374 -3383.3921 3383.3921
+ 2800 3.9212672e-09 -2213.3374 -2213.3374 -3383.3707 3383.3707
+ 2810 1.54076e-08 -2213.3374 -2213.3374 -3383.3708 3383.3708
+ 2813 1.2746338e-08 -2213.3374 -2213.3374 -3383.3895 3383.3895
+Loop time of 0.158753 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2999915 -2213.33738491 -2213.33738525
+ Force two-norm initial, final = 0.53269 0.00356462
+ Force max component initial, final = 0.0661065 0.000444652
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.145135 (91.4222)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130677 (0.823148)
+Outpt time (%) = 0.0010829 (0.682127)
+Other time (%) = 0.0112278 (7.07253)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2813 0 -2213.3374 -2213.3374 -3383.3895 3383.3895
+ 2814 8.8992284e-17 -2213.3374 -2213.3374 -3383.3895 3383.3895
+Loop time of 0.00206304 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738525 -2213.33738525 -2213.33738525
+ Force two-norm initial, final = 0.00356462 0.00356462
+ Force max component initial, final = 0.000444652 0.000444652
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (90.3039)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.54972e-05 (0.751185)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000184536 (8.94487)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2660 2394.1745 -2027.8414 -2027.8414 15306.873 -15306.873
+ 2670 2408.0038 -2029.1555 -2029.1555 14888.874 -14888.874
+ 2680 2406.6817 -2029.443 -2029.443 13756.99 -13756.99
+ 2690 2368.7608 -2027.2814 -2027.2814 13393.141 -13393.141
+ 2700 2361.9297 -2027.0919 -2027.0919 14191.093 -14191.093
+Loop time of 0.122911 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2361.9297 -2027.0919 -2027.0919 14191.093 -14191.093
+ 2722 2361.9297 -2213.3094 -2213.3094 12834.701 -12834.701
+Loop time of 0.0502508 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2027.09190445 -2213.29540428 -2213.30940628
+ Force two-norm initial, final = 69.2002 0.328711
+ Force max component initial, final = 7.13475 0.0555882
+ Final line search alpha, max atom move = 0.0525833 0.00292301
+ Iterations, force evaluations = 22 44
+
+Pair time (%) = 0.168921 (336.157)
+Neigh time (%) = 0.0033226 (6.61204)
+Comm time (%) = 0.000902176 (1.79535)
+Outpt time (%) = 0.000335932 (0.668511)
+Other time (%) = -0.123231 (-245.233)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2710 2.4508618e-10 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2720 2.6871884e-09 -2213.3 -2213.3 -3387.6238 3387.6238
+ 2730 1.3119933e-08 -2213.3 -2213.3 -3387.6239 3387.6239
+ 2740 7.0493634e-08 -2213.3 -2213.3 -3387.6246 3387.6246
+ 2750 2.7673431e-07 -2213.3002 -2213.3002 -3387.6269 3387.6269
+ 2760 1.3045944e-06 -2213.3008 -2213.3008 -3387.6365 3387.6365
+ 2770 4.5331206e-06 -2213.3028 -2213.3028 -3387.6371 3387.6371
+ 2780 1.4732586e-05 -2213.3093 -2213.3093 -3387.1651 3387.1651
+ 2790 3.0020108e-05 -2213.3209 -2213.3209 -3385.3487 3385.3487
+ 2800 2.7928761e-05 -2213.3324 -2213.3324 -3383.3436 3383.3436
+ 2810 1.1127274e-06 -2213.3356 -2213.3356 -3382.5663 3382.5663
+ 2820 4.2577838e-07 -2213.3367 -2213.3367 -3383.2529 3383.2529
+ 2830 9.224527e-07 -2213.3371 -2213.3371 -3383.1158 3383.1158
+ 2840 3.4413771e-08 -2213.3373 -2213.3373 -3383.4382 3383.4382
+ 2850 5.8546564e-08 -2213.3373 -2213.3373 -3383.5544 3383.5544
+ 2858 2.4707715e-08 -2213.3374 -2213.3374 -3383.3931 3383.3931
+Loop time of 0.154409 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2999915 -2213.33736319 -2213.33736669
+ Force two-norm initial, final = 0.53269 0.00962101
+ Force max component initial, final = 0.0661065 0.00101179
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.140628 (91.0753)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126624 (0.820057)
+Outpt time (%) = 0.00102878 (0.666267)
+Other time (%) = 0.0114856 (7.43841)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2858 0 -2213.3374 -2213.3374 -3383.3931 3383.3931
+ 2859 6.4828751e-16 -2213.3374 -2213.3374 -3383.3931 3383.3931
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736669 -2213.33736669 -2213.33736669
+ Force two-norm initial, final = 0.00962101 0.00962101
+ Force max component initial, final = 0.00101179 0.00101179
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (89.7804)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.862168)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000194073 (9.3574)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2203.5753 -2028.7603 -2028.7603 12536.748 -12536.748
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 2203.5753 -2028.7603 -2028.7603 12536.748 -12536.748
+ 2610 2269.8271 -2033.226 -2033.226 11579.971 -11579.971
+ 2620 2298.4481 -2035.0279 -2035.0279 13159.899 -13159.899
+ 2630 2304.2756 -2035.2279 -2035.2279 14820.266 -14820.266
+ 2640 2290.7793 -2034.0549 -2034.0549 15928.458 -15928.458
+ 2650 2336.1648 -2036.7014 -2036.7014 15556.136 -15556.136
+Loop time of 0.122087 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2336.1648 -2036.7014 -2036.7014 15556.136 -15556.136
+ 2672 2336.1648 -2213.2839 -2213.2839 12657.598 -12657.598
+Loop time of 0.0582159 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2036.7013549 -2213.27613086 -2213.28389711
+ Force two-norm initial, final = 68.2911 0.392783
+ Force max component initial, final = 5.37245 0.0302606
+ Final line search alpha, max atom move = 0.0625 0.00189129
+ Iterations, force evaluations = 22 52
+
+Pair time (%) = 0.176676 (303.484)
+Neigh time (%) = 0.00264287 (4.53978)
+Comm time (%) = 0.000919104 (1.57879)
+Outpt time (%) = 0.00032711 (0.561892)
+Other time (%) = -0.122349 (-210.164)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.3129 -2213.3129 -3385.0412 3385.0412
+ 2660 2.6921442e-10 -2213.3129 -2213.3129 -3385.0413 3385.0413
+ 2670 2.9517355e-09 -2213.3129 -2213.3129 -3385.0415 3385.0415
+ 2680 1.4411644e-08 -2213.3129 -2213.3129 -3385.0423 3385.0423
+ 2690 7.7434145e-08 -2213.3129 -2213.3129 -3385.0469 3385.0469
+ 2700 3.0402686e-07 -2213.3131 -2213.3131 -3385.0636 3385.0636
+ 2710 1.4331988e-06 -2213.3137 -2213.3137 -3385.1447 3385.1447
+ 2720 4.9830722e-06 -2213.3159 -2213.3159 -3385.3787 3385.3787
+ 2730 1.4974375e-05 -2213.3223 -2213.3223 -3385.6387 3385.6387
+ 2740 1.2120767e-05 -2213.3271 -2213.3271 -3383.5431 3383.5431
+ 2750 1.4344392e-05 -2213.3334 -2213.3334 -3383.9224 3383.9224
+ 2760 1.3277471e-06 -2213.3368 -2213.3368 -3382.8777 3382.8777
+ 2770 1.8421312e-07 -2213.3372 -2213.3372 -3383.3134 3383.3134
+ 2780 1.7020549e-07 -2213.3373 -2213.3373 -3383.3851 3383.3851
+ 2790 5.6792213e-08 -2213.3374 -2213.3374 -3383.3588 3383.3588
+ 2800 5.1410246e-09 -2213.3374 -2213.3374 -3383.3712 3383.3712
+ 2810 1.0900238e-08 -2213.3374 -2213.3374 -3383.3981 3383.3981
+ 2820 3.2849064e-09 -2213.3374 -2213.3374 -3383.3961 3383.3961
+ 2823 1.1154206e-08 -2213.3374 -2213.3374 -3383.3924 3383.3924
+Loop time of 0.16767 on 1 procs for 173 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31286621 -2213.33738695 -2213.33738715
+ Force two-norm initial, final = 0.558296 0.00377477
+ Force max component initial, final = 0.0508422 0.000272973
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 173 173
+
+Pair time (%) = 0.153956 (91.8209)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138617 (0.826722)
+Outpt time (%) = 0.00113869 (0.679124)
+Other time (%) = 0.011189 (6.67322)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2823 0 -2213.3374 -2213.3374 -3383.3924 3383.3924
+ 2824 9.9794613e-17 -2213.3374 -2213.3374 -3383.3924 3383.3924
+Loop time of 0.00207281 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738715 -2213.33738715 -2213.33738715
+ Force two-norm initial, final = 0.00377477 0.00377477
+ Force max component initial, final = 0.000272973 0.000272973
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (89.8321)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.862664)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000192881 (9.30527)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2660 2404.2963 -2027.7248 -2027.7248 15396.977 -15396.977
+ 2670 2421.9862 -2028.6168 -2028.6168 15061.924 -15061.924
+ 2680 2424.0663 -2028.5507 -2028.5507 13962.665 -13962.665
+ 2690 2389.1857 -2026.1079 -2026.1079 13593.949 -13593.949
+ 2700 2381.8872 -2025.4959 -2025.4959 14393.28 -14393.28
+Loop time of 0.122971 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2381.8872 -2025.4959 -2025.4959 14393.28 -14393.28
+ 2720 2381.8872 -2213.2586 -2213.2586 12967.528 -12967.528
+Loop time of 0.0405929 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.49593582 -2213.24167135 -2213.25858867
+ Force two-norm initial, final = 69.4664 1.0491
+ Force max component initial, final = 7.17047 0.121913
+ Final line search alpha, max atom move = 0.0288044 0.00351164
+ Iterations, force evaluations = 20 33
+
+Pair time (%) = 0.159514 (392.961)
+Neigh time (%) = 0.00332665 (8.19516)
+Comm time (%) = 0.000818491 (2.01634)
+Outpt time (%) = 0.000326872 (0.805244)
+Other time (%) = -0.123394 (-303.978)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3129 -2213.3129 -3385.0412 3385.0412
+ 2710 2.6921466e-10 -2213.3129 -2213.3129 -3385.0413 3385.0413
+ 2720 2.9517724e-09 -2213.3129 -2213.3129 -3385.0415 3385.0415
+ 2730 1.4412964e-08 -2213.3129 -2213.3129 -3385.0423 3385.0423
+ 2740 7.746684e-08 -2213.3129 -2213.3129 -3385.0469 3385.0469
+ 2750 3.04684e-07 -2213.3131 -2213.3131 -3385.0636 3385.0636
+ 2760 1.4458291e-06 -2213.3137 -2213.3137 -3385.145 3385.145
+ 2770 5.2186649e-06 -2213.3159 -2213.3159 -3385.382 3385.382
+ 2780 1.7718047e-05 -2213.3227 -2213.3227 -3385.6051 3385.6051
+ 2790 1.1396373e-05 -2213.3271 -2213.3271 -3383.4914 3383.4914
+ 2800 1.1571364e-05 -2213.3329 -2213.3329 -3384.425 3384.425
+ 2810 1.9864453e-08 -2213.3351 -2213.3351 -3383.9717 3383.9717
+ 2820 7.38596e-07 -2213.3355 -2213.3355 -3383.4911 3383.4911
+ 2830 1.6254021e-06 -2213.3364 -2213.3364 -3383.5931 3383.5931
+ 2840 1.620397e-07 -2213.337 -2213.337 -3383.4223 3383.4223
+ 2850 8.5883397e-08 -2213.3371 -2213.3371 -3383.4298 3383.4298
+ 2860 2.7140827e-07 -2213.3373 -2213.3373 -3383.3514 3383.3514
+ 2870 3.5875956e-08 -2213.3373 -2213.3373 -3383.3832 3383.3832
+ 2880 4.605725e-08 -2213.3374 -2213.3374 -3383.3687 3383.3687
+ 2890 5.7882583e-09 -2213.3374 -2213.3374 -3383.3862 3383.3862
+ 2895 1.5135126e-08 -2213.3374 -2213.3374 -3383.3943 3383.3943
+Loop time of 0.18947 on 1 procs for 195 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31286621 -2213.33736694 -2213.33736856
+ Force two-norm initial, final = 0.558296 0.00510011
+ Force max component initial, final = 0.0508422 0.000401491
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 195 195
+
+Pair time (%) = 0.173151 (91.387)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00154996 (0.81805)
+Outpt time (%) = 0.00126624 (0.668307)
+Other time (%) = 0.0135028 (7.12663)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2895 0 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 2896 1.8217388e-16 -2213.3374 -2213.3374 -3383.3943 3383.3943
+Loop time of 0.00206208 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736856 -2213.33736856 -2213.33736856
+ Force two-norm initial, final = 0.00510011 0.00510011
+ Force max component initial, final = 0.000401491 0.000401491
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (90.3457)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.786218)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000182867 (8.86808)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2710 2401.3262 -2027.7597 -2027.7597 15370.423 -15370.423
+ 2720 2418.086 -2028.774 -2028.774 15012.71 -15012.71
+ 2730 2419.4182 -2028.8011 -2028.8011 13907.084 -13907.084
+ 2740 2383.9067 -2026.4245 -2026.4245 13543.189 -13543.189
+ 2750 2377.0068 -2025.918 -2025.918 14344.974 -14344.974
+Loop time of 0.123255 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2377.0068 -2025.918 -2025.918 14344.974 -14344.974
+ 2770 2377.0068 -2213.2899 -2213.2899 12933.955 -12933.955
+Loop time of 0.0421522 on 1 procs for 20 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.91801906 -2213.27110679 -2213.28989121
+ Force two-norm initial, final = 69.3992 0.423421
+ Force max component initial, final = 7.16136 0.0519817
+ Final line search alpha, max atom move = 0.0625 0.00324886
+ Iterations, force evaluations = 20 34
+
+Pair time (%) = 0.161269 (382.587)
+Neigh time (%) = 0.00336576 (7.98477)
+Comm time (%) = 0.000820398 (1.94628)
+Outpt time (%) = 0.00034833 (0.826362)
+Other time (%) = -0.123651 (-293.344)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.3129 -2213.3129 -3385.0412 3385.0412
+ 2760 2.6921436e-10 -2213.3129 -2213.3129 -3385.0413 3385.0413
+ 2770 2.951725e-09 -2213.3129 -2213.3129 -3385.0415 3385.0415
+ 2780 1.441127e-08 -2213.3129 -2213.3129 -3385.0423 3385.0423
+ 2790 7.7424878e-08 -2213.3129 -2213.3129 -3385.0469 3385.0469
+ 2800 3.0384178e-07 -2213.3131 -2213.3131 -3385.0636 3385.0636
+ 2810 1.4297431e-06 -2213.3137 -2213.3137 -3385.1446 3385.1446
+ 2820 4.9262061e-06 -2213.3159 -2213.3159 -3385.3778 3385.3778
+ 2830 1.4514861e-05 -2213.3223 -2213.3223 -3385.6442 3385.6442
+ 2840 1.2479502e-05 -2213.3271 -2213.3271 -3383.5626 3383.5626
+ 2850 1.6539858e-05 -2213.3338 -2213.3338 -3383.6101 3383.6101
+ 2860 2.7284508e-06 -2213.3364 -2213.3364 -3382.899 3382.899
+ 2870 5.75769e-07 -2213.3367 -2213.3367 -3383.9535 3383.9535
+ 2880 3.3516094e-07 -2213.3369 -2213.3369 -3383.1531 3383.1531
+ 2890 5.9145927e-07 -2213.3373 -2213.3373 -3383.5872 3383.5872
+ 2900 5.4618985e-08 -2213.3373 -2213.3373 -3383.4004 3383.4004
+ 2910 1.4590088e-07 -2213.3373 -2213.3373 -3383.4377 3383.4377
+ 2916 4.3244003e-08 -2213.3374 -2213.3374 -3383.4287 3383.4287
+Loop time of 0.165021 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31286621 -2213.3373528 -2213.33735471
+ Force two-norm initial, final = 0.558296 0.00948006
+ Force max component initial, final = 0.0508422 0.000757981
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.148152 (89.7776)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00133395 (0.808353)
+Outpt time (%) = 0.0011034 (0.668643)
+Other time (%) = 0.0144317 (8.74538)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2916 0 -2213.3374 -2213.3374 -3383.4287 3383.4287
+ 2917 6.2943201e-16 -2213.3374 -2213.3374 -3383.4287 3383.4287
+Loop time of 0.00213599 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735471 -2213.33735471 -2213.33735471
+ Force two-norm initial, final = 0.00948006 0.00948006
+ Force max component initial, final = 0.000757981 0.000757981
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187492 (87.7777)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.792499)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000244141 (11.4298)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2336.1648 -2036.7014 -2036.7014 15556.136 -15556.136
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 2336.1648 -2036.7014 -2036.7014 15556.136 -15556.136
+ 2660 2339.5553 -2036.8276 -2036.8276 14828.088 -14828.088
+ 2670 2339.2286 -2036.6364 -2036.6364 16046.794 -16046.794
+ 2680 2401.026 -2040.4986 -2040.4986 16316.14 -16316.14
+ 2690 2335.5768 -2035.94 -2035.94 14970.418 -14970.418
+ 2700 2322.0759 -2034.7575 -2034.7575 14574.217 -14574.217
+Loop time of 0.122636 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2322.0759 -2034.7575 -2034.7575 14574.217 -14574.217
+ 2723 2322.0759 -2213.3146 -2213.3146 12574.211 -12574.211
+Loop time of 0.056669 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2034.75746 -2213.29750249 -2213.31461814
+ Force two-norm initial, final = 70.7891 0.542903
+ Force max component initial, final = 7.1913 0.0689803
+ Final line search alpha, max atom move = 0.119148 0.00821886
+ Iterations, force evaluations = 23 51
+
+Pair time (%) = 0.174868 (308.578)
+Neigh time (%) = 0.00336933 (5.94563)
+Comm time (%) = 0.000953674 (1.68289)
+Outpt time (%) = 0.000339985 (0.599949)
+Other time (%) = -0.122862 (-216.806)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2710 1.3325249e-10 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2720 1.4610149e-09 -2213.2839 -2213.2839 -3387.3385 3387.3385
+ 2730 7.1334043e-09 -2213.2839 -2213.2839 -3387.3391 3387.3391
+ 2740 3.8329192e-08 -2213.2839 -2213.2839 -3387.3423 3387.3423
+ 2750 1.505464e-07 -2213.284 -2213.284 -3387.3539 3387.3539
+ 2760 7.1060314e-07 -2213.2843 -2213.2843 -3387.4107 3387.4107
+ 2770 2.5172723e-06 -2213.2854 -2213.2854 -3387.5809 3387.5809
+ 2780 9.5984977e-06 -2213.2892 -2213.2892 -3387.9362 3387.9362
+ 2790 2.3220565e-05 -2213.2991 -2213.2991 -3387.1995 3387.1995
+ 2800 5.1115166e-05 -2213.3248 -2213.3248 -3384.5825 3384.5825
+ 2810 2.0416916e-06 -2213.336 -2213.336 -3382.9771 3382.9771
+ 2820 8.8717811e-08 -2213.3372 -2213.3372 -3383.504 3383.504
+ 2830 2.3518941e-07 -2213.3373 -2213.3373 -3383.4841 3383.4841
+ 2840 5.9144891e-09 -2213.3374 -2213.3374 -3383.3942 3383.3942
+ 2850 2.3909874e-08 -2213.3374 -2213.3374 -3383.3758 3383.3758
+ 2860 9.6116391e-11 -2213.3374 -2213.3374 -3383.3908 3383.3908
+ 2863 3.6817242e-10 -2213.3374 -2213.3374 -3383.39 3383.39
+Loop time of 0.161435 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28389711 -2213.33738159 -2213.33738165
+ Force two-norm initial, final = 0.392783 0.00379852
+ Force max component initial, final = 0.0302606 0.000370976
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.145753 (90.2857)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129962 (0.805043)
+Outpt time (%) = 0.0010891 (0.674635)
+Other time (%) = 0.0132935 (8.23459)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2863 0 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2870 5.094146e-15 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2880 7.0346348e-14 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2890 4.2080634e-13 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2900 2.1265908e-12 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2910 9.3535551e-12 -2213.3374 -2213.3374 -3383.39 3383.39
+ 2920 4.1269873e-11 -2213.3374 -2213.3374 -3383.3899 3383.3899
+ 2930 1.684536e-10 -2213.3374 -2213.3374 -3383.3897 3383.3897
+ 2940 6.8047968e-10 -2213.3374 -2213.3374 -3383.3891 3383.3891
+ 2950 2.3351542e-09 -2213.3374 -2213.3374 -3383.3911 3383.3911
+ 2960 6.3766831e-09 -2213.3374 -2213.3374 -3383.3956 3383.3956
+ 2970 1.9401432e-12 -2213.3374 -2213.3374 -3383.3935 3383.3935
+ 2980 8.3292176e-11 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 2990 3.2349981e-10 -2213.3374 -2213.3374 -3383.388 3383.388
+ 3000 9.6352275e-12 -2213.3374 -2213.3374 -3383.3943 3383.3943
+Loop time of 0.137422 on 1 procs for 137 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738165 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00379852 0.000221424
+ Force max component initial, final = 0.000370976 2.06733e-05
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 137 137
+
+Pair time (%) = 0.122316 (89.0074)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0011189 (0.814207)
+Outpt time (%) = 0.000885487 (0.644357)
+Other time (%) = 0.0131018 (9.53401)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2710 2404.2769 -2027.7274 -2027.7274 15396.403 -15396.403
+ 2720 2422.6738 -2028.6146 -2028.6146 15067.16 -15067.16
+ 2730 2425.6625 -2028.512 -2028.512 13979.376 -13979.376
+ 2740 2391.8172 -2026.0104 -2026.0104 13623.812 -13623.812
+ 2750 2385.6821 -2025.3264 -2025.3264 14436.22 -14436.22
+Loop time of 0.123653 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2385.6821 -2025.3264 -2025.3264 14436.22 -14436.22
+ 2771 2385.6821 -2213.2503 -2213.2503 13001.344 -13001.344
+Loop time of 0.0416269 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.32643425 -2213.2347597 -2213.2502563
+ Force two-norm initial, final = 69.5062 0.860363
+ Force max component initial, final = 7.1754 0.121147
+ Final line search alpha, max atom move = 0.0583035 0.00706328
+ Iterations, force evaluations = 21 34
+
+Pair time (%) = 0.28158 (676.438)
+Neigh time (%) = 0.00335217 (8.05288)
+Comm time (%) = 0.00194216 (4.66563)
+Outpt time (%) = 0.00122166 (2.93478)
+Other time (%) = -0.246469 (-592.091)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2760 1.3325247e-10 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2770 1.4610107e-09 -2213.2839 -2213.2839 -3387.3385 3387.3385
+ 2780 7.1332554e-09 -2213.2839 -2213.2839 -3387.3391 3387.3391
+ 2790 3.83255e-08 -2213.2839 -2213.2839 -3387.3423 3387.3423
+ 2800 1.5047212e-07 -2213.284 -2213.284 -3387.3539 3387.3539
+ 2810 7.0916983e-07 -2213.2843 -2213.2843 -3387.4106 3387.4106
+ 2820 2.4898104e-06 -2213.2854 -2213.2854 -3387.5803 3387.5803
+ 2830 9.14309e-06 -2213.2892 -2213.2892 -3387.9355 3387.9355
+ 2840 2.6162914e-05 -2213.2992 -2213.2992 -3387.1673 3387.1673
+ 2850 5.3777532e-05 -2213.3258 -2213.3258 -3384.4431 3384.4431
+ 2860 1.7157711e-06 -2213.3358 -2213.3358 -3383.7458 3383.7458
+ 2870 3.0177625e-07 -2213.336 -2213.336 -3383.6473 3383.6473
+ 2880 9.9842939e-07 -2213.3364 -2213.3364 -3383.5096 3383.5096
+ 2890 1.2936586e-06 -2213.337 -2213.337 -3383.1198 3383.1198
+ 2900 3.1466708e-08 -2213.3372 -2213.3372 -3383.3871 3383.3871
+ 2910 1.5296678e-07 -2213.3373 -2213.3373 -3383.4196 3383.4196
+ 2919 3.9936457e-08 -2213.3373 -2213.3373 -3383.3914 3383.3914
+Loop time of 0.167042 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28389711 -2213.33733707 -2213.33734104
+ Force two-norm initial, final = 0.392783 0.00993049
+ Force max component initial, final = 0.0302606 0.000684834
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.150836 (90.2981)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013504 (0.808421)
+Outpt time (%) = 0.00109696 (0.656699)
+Other time (%) = 0.0137589 (8.23679)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3373 -2213.3373 -3383.3914 3383.3914
+ 2920 6.9066472e-16 -2213.3373 -2213.3373 -3383.3914 3383.3914
+Loop time of 0.00224519 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734104 -2213.33734104 -2213.33734104
+ Force two-norm initial, final = 0.00993049 0.00993049
+ Force max component initial, final = 0.000684834 0.000684834
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199986 (89.073)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.711479)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000229359 (10.2156)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2760 2403.6127 -2027.7353 -2027.7353 15390.441 -15390.441
+ 2770 2421.8529 -2028.6495 -2028.6495 15056.552 -15056.552
+ 2780 2424.7642 -2028.565 -2028.565 13968.356 -13968.356
+ 2790 2390.9149 -2026.0725 -2026.0725 13615.455 -13615.455
+ 2800 2385.0748 -2025.403 -2025.403 14430.704 -14430.704
+Loop time of 0.12296 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2385.0748 -2025.403 -2025.403 14430.704 -14430.704
+ 2821 2385.0748 -2213.3077 -2213.3077 12994.16 -12994.16
+Loop time of 0.04496 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.40295163 -2213.29596865 -2213.30766026
+ Force two-norm initial, final = 69.4958 0.329967
+ Force max component initial, final = 7.17393 0.0636933
+ Final line search alpha, max atom move = 0.0625 0.00398083
+ Iterations, force evaluations = 21 38
+
+Pair time (%) = 0.163924 (364.6)
+Neigh time (%) = 0.00333285 (7.41293)
+Comm time (%) = 0.000851631 (1.8942)
+Outpt time (%) = 0.000328064 (0.729679)
+Other time (%) = -0.123477 (-274.637)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2810 1.332524e-10 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2820 1.4609999e-09 -2213.2839 -2213.2839 -3387.3385 3387.3385
+ 2830 7.1328684e-09 -2213.2839 -2213.2839 -3387.3391 3387.3391
+ 2840 3.831591e-08 -2213.2839 -2213.2839 -3387.3423 3387.3423
+ 2850 1.5027924e-07 -2213.284 -2213.284 -3387.3539 3387.3539
+ 2860 7.0545152e-07 -2213.2843 -2213.2843 -3387.4105 3387.4105
+ 2870 2.4196979e-06 -2213.2854 -2213.2854 -3387.5788 3387.5788
+ 2880 7.9975033e-06 -2213.289 -2213.289 -3387.9334 3387.9334
+ 2890 2.3330385e-05 -2213.2985 -2213.2985 -3387.2458 3387.2458
+ 2900 6.4377992e-05 -2213.3258 -2213.3258 -3384.3228 3384.3228
+ 2910 4.2246825e-07 -2213.337 -2213.337 -3383.5926 3383.5926
+ 2920 1.0751509e-07 -2213.3371 -2213.3371 -3383.4582 3383.4582
+ 2930 2.6374397e-08 -2213.3372 -2213.3372 -3383.4523 3383.4523
+ 2940 9.3818965e-08 -2213.3373 -2213.3373 -3383.4629 3383.4629
+ 2950 2.1849652e-07 -2213.3374 -2213.3374 -3383.3932 3383.3932
+ 2955 4.0431654e-08 -2213.3374 -2213.3374 -3383.3807 3383.3807
+Loop time of 0.151089 on 1 procs for 155 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28389711 -2213.33735795 -2213.3373631
+ Force two-norm initial, final = 0.392783 0.0091221
+ Force max component initial, final = 0.0302606 0.000658412
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 155 155
+
+Pair time (%) = 0.138086 (91.3941)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00123358 (0.816458)
+Outpt time (%) = 0.00101614 (0.672544)
+Other time (%) = 0.0107529 (7.11694)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2955 0 -2213.3374 -2213.3374 -3383.3807 3383.3807
+ 2956 5.8279501e-16 -2213.3374 -2213.3374 -3383.3807 3383.3807
+Loop time of 0.00209808 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373631 -2213.3373631 -2213.3373631
+ Force two-norm initial, final = 0.0091221 0.0091221
+ Force max component initial, final = 0.000658412 0.000658412
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00188494 (89.8409)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.863636)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195026 (9.29545)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2322.0759 -2034.7575 -2034.7575 14574.217 -14574.217
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 2322.0759 -2034.7575 -2034.7575 14574.217 -14574.217
+ 2710 2386.8706 -2038.6868 -2038.6868 14802.35 -14802.35
+ 2720 2374.7833 -2037.4682 -2037.4682 15908.054 -15908.054
+ 2730 2327.7048 -2033.8709 -2033.8709 15242.356 -15242.356
+ 2740 2354.8985 -2035.0375 -2035.0375 15163.14 -15163.14
+ 2750 2377.6082 -2035.7543 -2035.7543 15316.662 -15316.662
+Loop time of 0.122336 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2377.6082 -2035.7543 -2035.7543 15316.662 -15316.662
+ 2773 2377.6082 -2213.3254 -2213.3254 12944.957 -12944.957
+Loop time of 0.0606978 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2035.7543065 -2213.31207618 -2213.32544812
+ Force two-norm initial, final = 67.5201 0.452633
+ Force max component initial, final = 6.17344 0.0407944
+ Final line search alpha, max atom move = 0.0506972 0.00206816
+ Iterations, force evaluations = 23 55
+
+Pair time (%) = 0.178674 (294.366)
+Neigh time (%) = 0.00332808 (5.48304)
+Comm time (%) = 0.00097084 (1.59947)
+Outpt time (%) = 0.000326157 (0.537345)
+Other time (%) = -0.122601 (-201.986)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.3146 -2213.3146 -3373.9619 3373.9619
+ 2760 2.5457345e-10 -2213.3146 -2213.3146 -3373.9621 3373.9621
+ 2770 2.7911283e-09 -2213.3146 -2213.3146 -3373.9642 3373.9642
+ 2780 1.3625562e-08 -2213.3146 -2213.3146 -3373.9734 3373.9734
+ 2790 7.3157384e-08 -2213.3147 -2213.3147 -3374.0237 3374.0237
+ 2800 2.8639641e-07 -2213.3148 -2213.3148 -3374.2065 3374.2065
+ 2810 1.3316659e-06 -2213.3154 -2213.3154 -3375.118 3375.118
+ 2820 4.3851095e-06 -2213.3173 -2213.3173 -3378.0715 3378.0715
+ 2830 1.0199255e-05 -2213.3215 -2213.3215 -3387.3857 3387.3857
+ 2840 1.1493325e-05 -2213.3255 -2213.3255 -3382.4428 3382.4428
+ 2850 1.5190911e-05 -2213.3327 -2213.3327 -3385.5174 3385.5174
+ 2860 2.3293964e-06 -2213.3365 -2213.3365 -3383.775 3383.775
+ 2870 4.0993163e-07 -2213.3366 -2213.3366 -3383.2094 3383.2094
+ 2880 4.8325669e-07 -2213.3368 -2213.3368 -3383.6395 3383.6395
+ 2890 1.4315099e-06 -2213.337 -2213.337 -3383.6006 3383.6006
+ 2900 2.3698438e-08 -2213.3373 -2213.3373 -3383.4202 3383.4202
+ 2910 7.3393388e-08 -2213.3373 -2213.3373 -3383.3835 3383.3835
+ 2919 2.7616004e-08 -2213.3373 -2213.3373 -3383.426 3383.426
+Loop time of 0.163811 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31461814 -2213.33734636 -2213.33734921
+ Force two-norm initial, final = 0.542903 0.00892091
+ Force max component initial, final = 0.0689803 0.000613194
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.150197 (91.6892)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135303 (0.825968)
+Outpt time (%) = 0.00106597 (0.650731)
+Other time (%) = 0.0111949 (6.83406)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3373 -2213.3373 -3383.426 3383.426
+ 2920 5.5737159e-16 -2213.3373 -2213.3373 -3383.426 3383.426
+Loop time of 0.00219703 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734921 -2213.33734921 -2213.33734921
+ Force two-norm initial, final = 0.00892091 0.00892091
+ Force max component initial, final = 0.000613194 0.000613194
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199795 (90.9387)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.35899e-05 (0.618557)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00018549 (8.44276)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2760 2411.585 -2027.6509 -2027.6509 15460.121 -15460.121
+ 2770 2435.3866 -2028.213 -2028.213 15212.593 -15212.593
+ 2780 2444.6855 -2027.7167 -2027.7167 14194.412 -14194.412
+ 2790 2418.0535 -2024.7659 -2024.7659 13896.208 -13896.208
+ 2800 2417.641 -2023.4358 -2023.4358 14780.421 -14780.421
+Loop time of 0.123038 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2417.641 -2023.4358 -2023.4358 14780.421 -14780.421
+ 2822 2417.641 -2213.2914 -2213.2914 13221.452 -13221.452
+Loop time of 0.0488021 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2023.4358097 -2213.27603028 -2213.29141735
+ Force two-norm initial, final = 69.8743 0.499633
+ Force max component initial, final = 7.22279 0.0972565
+ Final line search alpha, max atom move = 0.100787 0.00980222
+ Iterations, force evaluations = 22 42
+
+Pair time (%) = 0.16776 (343.756)
+Neigh time (%) = 0.00332975 (6.82297)
+Comm time (%) = 0.000882864 (1.80907)
+Outpt time (%) = 0.000328064 (0.672233)
+Other time (%) = -0.123499 (-253.06)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3146 -2213.3146 -3373.9619 3373.9619
+ 2810 2.5457348e-10 -2213.3146 -2213.3146 -3373.9621 3373.9621
+ 2820 2.7911335e-09 -2213.3146 -2213.3146 -3373.9642 3373.9642
+ 2830 1.3625747e-08 -2213.3146 -2213.3146 -3373.9734 3373.9734
+ 2840 7.3161947e-08 -2213.3147 -2213.3147 -3374.0237 3374.0237
+ 2850 2.8648702e-07 -2213.3148 -2213.3148 -3374.2065 3374.2065
+ 2860 1.3333101e-06 -2213.3154 -2213.3154 -3375.1185 3375.1185
+ 2870 4.4085319e-06 -2213.3173 -2213.3173 -3378.0775 3378.0775
+ 2880 9.9958485e-06 -2213.3215 -2213.3215 -3387.4081 3387.4081
+ 2890 1.0578151e-05 -2213.3253 -2213.3253 -3383.0996 3383.0996
+ 2900 1.7150531e-05 -2213.3327 -2213.3327 -3384.3648 3384.3648
+ 2910 3.882286e-06 -2213.3366 -2213.3366 -3384.2764 3384.2764
+ 2920 2.2947145e-07 -2213.3368 -2213.3368 -3383.2148 3383.2148
+ 2930 3.7641502e-07 -2213.3369 -2213.3369 -3383.3434 3383.3434
+ 2940 9.3206163e-07 -2213.3371 -2213.3371 -3381.3898 3381.3898
+ 2950 1.4559407e-08 -2213.3373 -2213.3373 -3383.4448 3383.4448
+ 2960 4.527208e-08 -2213.3373 -2213.3373 -3383.5475 3383.5475
+ 2969 1.9522498e-08 -2213.3374 -2213.3374 -3383.3621 3383.3621
+Loop time of 0.167519 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31461814 -2213.33736186 -2213.33736382
+ Force two-norm initial, final = 0.542903 0.00700288
+ Force max component initial, final = 0.0689803 0.000549165
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.150893 (90.0754)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137091 (0.818359)
+Outpt time (%) = 0.00108624 (0.648425)
+Other time (%) = 0.0141685 (8.45784)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2969 0 -2213.3374 -2213.3374 -3383.3621 3383.3621
+ 2970 3.4346295e-16 -2213.3374 -2213.3374 -3383.3621 3383.3621
+Loop time of 0.0022769 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736382 -2213.33736382 -2213.33736382
+ Force two-norm initial, final = 0.00700288 0.00700288
+ Force max component initial, final = 0.000549165 0.000549165
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00200486 (88.0524)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.45435e-05 (0.638743)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000257492 (11.3089)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2810 2418.4361 -2027.5757 -2027.5757 15520.461 -15520.461
+ 2820 2445.7882 -2027.8434 -2027.8434 15337.233 -15337.233
+ 2830 2458.0819 -2027.0621 -2027.0621 14352.396 -14352.396
+ 2840 2433.642 -2023.8746 -2023.8746 14055.389 -14055.389
+ 2850 2432.1165 -2022.2393 -2022.2393 14932.758 -14932.758
+Loop time of 0.123729 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2850 2432.1165 -2022.2393 -2022.2393 14932.758 -14932.758
+ 2873 2432.1165 -2213.3032 -2213.3032 13319.198 -13319.198
+Loop time of 0.051538 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.23931859 -2213.29112615 -2213.30324955
+ Force two-norm initial, final = 70.0699 0.664468
+ Force max component initial, final = 7.24872 0.0842257
+ Final line search alpha, max atom move = 0.125 0.0105282
+ Iterations, force evaluations = 23 45
+
+Pair time (%) = 0.171072 (331.934)
+Neigh time (%) = 0.00335693 (6.51351)
+Comm time (%) = 0.000909567 (1.76485)
+Outpt time (%) = 0.000344276 (0.668005)
+Other time (%) = -0.124145 (-240.88)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.3146 -2213.3146 -3373.9619 3373.9619
+ 2860 2.545736e-10 -2213.3146 -2213.3146 -3373.9621 3373.9621
+ 2870 2.791152e-09 -2213.3146 -2213.3146 -3373.9642 3373.9642
+ 2880 1.3626408e-08 -2213.3146 -2213.3146 -3373.9734 3373.9734
+ 2890 7.317831e-08 -2213.3147 -2213.3147 -3374.0237 3374.0237
+ 2900 2.8681482e-07 -2213.3148 -2213.3148 -3374.2066 3374.2066
+ 2910 1.3395135e-06 -2213.3154 -2213.3154 -3375.1201 3375.1201
+ 2920 4.5176561e-06 -2213.3173 -2213.3173 -3378.1027 3378.1027
+ 2930 1.0835165e-05 -2213.3215 -2213.3215 -3387.6062 3387.6062
+ 2940 1.0311372e-05 -2213.3253 -2213.3253 -3383.3493 3383.3493
+ 2950 1.5004115e-05 -2213.3322 -2213.3322 -3387.9447 3387.9447
+ 2960 3.0676021e-06 -2213.3363 -2213.3363 -3383.1637 3383.1637
+ 2970 4.2926996e-07 -2213.3365 -2213.3365 -3384.0169 3384.0169
+ 2980 5.1308066e-07 -2213.3367 -2213.3367 -3383.5281 3383.5281
+ 2990 9.7463133e-08 -2213.3371 -2213.3371 -3381.5168 3381.5168
+ 3000 2.6485927e-08 -2213.3371 -2213.3371 -3383.8695 3383.8695
+ 3010 1.4775327e-07 -2213.3372 -2213.3372 -3383.5655 3383.5655
+ 3020 3.2139889e-07 -2213.3373 -2213.3373 -3383.9184 3383.9184
+ 3030 2.3112862e-09 -2213.3373 -2213.3373 -3383.2926 3383.2926
+ 3033 5.202429e-09 -2213.3373 -2213.3373 -3383.3826 3383.3826
+Loop time of 0.183205 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31461814 -2213.33734821 -2213.33734869
+ Force two-norm initial, final = 0.542903 0.00692739
+ Force max component initial, final = 0.0689803 0.000418191
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.164705 (89.9018)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144911 (0.790977)
+Outpt time (%) = 0.00121498 (0.663182)
+Other time (%) = 0.0158362 (8.644)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 3033 0 -2213.3373 -2213.3373 -3383.3826 3383.3826
+ 3034 3.3609732e-16 -2213.3373 -2213.3373 -3383.3826 3383.3826
+Loop time of 0.00223184 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734869 -2213.33734869 -2213.33734869
+ Force two-norm initial, final = 0.00692739 0.00692739
+ Force max component initial, final = 0.000418191 0.000418191
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001894 (84.8627)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.758466)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000320911 (14.3788)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2377.6082 -2035.7543 -2035.7543 15316.662 -15316.662
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 2377.6082 -2035.7543 -2035.7543 15316.662 -15316.662
+ 2760 2315.2544 -2030.1497 -2030.1497 15783.775 -15783.775
+ 2770 2438.5087 -2036.7766 -2036.7766 14521.887 -14521.887
+ 2780 2480.6969 -2038.1183 -2038.1183 14542.69 -14542.69
+ 2790 2355.5762 -2028.6449 -2028.6449 15642.159 -15642.159
+ 2800 2392.061 -2029.9932 -2029.9932 14021.343 -14021.343
+Loop time of 0.125115 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2392.061 -2029.9932 -2029.9932 14021.343 -14021.343
+ 2822 2392.061 -2213.2992 -2213.2992 13029.878 -13029.878
+Loop time of 0.0502989 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2029.99323178 -2213.28962533 -2213.29924988
+ Force two-norm initial, final = 70.1373 0.434148
+ Force max component initial, final = 6.66158 0.0470123
+ Final line search alpha, max atom move = 0.125 0.00587653
+ Iterations, force evaluations = 22 44
+
+Pair time (%) = 0.171139 (340.243)
+Neigh time (%) = 0.00336337 (6.68676)
+Comm time (%) = 0.00090909 (1.80737)
+Outpt time (%) = 0.000334978 (0.665975)
+Other time (%) = -0.125447 (-249.403)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2810 1.7695435e-10 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2820 1.9401827e-09 -2213.3254 -2213.3254 -3384.6161 3384.6161
+ 2830 9.4731071e-09 -2213.3255 -2213.3255 -3384.6161 3384.6161
+ 2840 5.0906499e-08 -2213.3255 -2213.3255 -3384.6158 3384.6158
+ 2850 2.0000703e-07 -2213.3256 -2213.3256 -3384.6148 3384.6148
+ 2860 9.4537209e-07 -2213.326 -2213.326 -3384.6083 3384.6083
+ 2870 3.3267042e-06 -2213.3275 -2213.3275 -3384.5726 3384.5726
+ 2880 1.0156015e-05 -2213.3317 -2213.3317 -3384.2073 3384.2073
+ 2890 5.3502298e-06 -2213.3337 -2213.3337 -3383.7503 3383.7503
+ 2900 5.5985654e-06 -2213.3359 -2213.3359 -3383.2923 3383.2923
+ 2910 7.4243403e-07 -2213.3363 -2213.3363 -3383.1475 3383.1475
+ 2920 2.2709357e-07 -2213.3372 -2213.3372 -3383.3514 3383.3514
+ 2930 2.8146747e-08 -2213.3372 -2213.3372 -3383.3564 3383.3564
+ 2940 1.5106084e-07 -2213.3373 -2213.3373 -3383.3368 3383.3368
+ 2950 1.632691e-07 -2213.3374 -2213.3374 -3383.4166 3383.4166
+ 2960 9.7369143e-09 -2213.3374 -2213.3374 -3383.4041 3383.4041
+ 2962 1.0831204e-08 -2213.3374 -2213.3374 -3383.3999 3383.3999
+Loop time of 0.160011 on 1 procs for 162 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32544812 -2213.33738164 -2213.33738246
+ Force two-norm initial, final = 0.452633 0.00650147
+ Force max component initial, final = 0.0407944 0.000693624
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 162 162
+
+Pair time (%) = 0.145299 (90.8054)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131011 (0.818762)
+Outpt time (%) = 0.00110412 (0.690025)
+Other time (%) = 0.0122981 (7.68579)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2962 0 -2213.3374 -2213.3374 -3383.3999 3383.3999
+ 2963 2.960389e-16 -2213.3374 -2213.3374 -3383.3999 3383.3999
+Loop time of 0.00214911 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738246 -2213.33738246 -2213.33738246
+ Force two-norm initial, final = 0.00650147 0.00650147
+ Force max component initial, final = 0.000693624 0.000693624
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001899 (88.3625)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.832039)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00023222 (10.8054)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2810 2412.4241 -2027.6317 -2027.6317 15469.234 -15469.234
+ 2820 2433.3247 -2028.1834 -2028.1834 15201.856 -15201.856
+ 2830 2438.1893 -2027.8283 -2027.8283 14129.885 -14129.885
+ 2840 2405.7542 -2025.1562 -2025.1562 13757.575 -13757.575
+ 2850 2398.0471 -2024.2031 -2024.2031 14557.945 -14557.945
+Loop time of 0.124119 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2850 2398.0471 -2024.2031 -2024.2031 14557.945 -14557.945
+ 2873 2398.0471 -2213.2975 -2213.2975 13081.945 -13081.945
+Loop time of 0.0518172 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2024.20309658 -2213.28984737 -2213.29751659
+ Force two-norm initial, final = 69.6798 0.263914
+ Force max component initial, final = 7.19902 0.028895
+ Final line search alpha, max atom move = 0.0625 0.00180593
+ Iterations, force evaluations = 23 45
+
+Pair time (%) = 0.171612 (331.188)
+Neigh time (%) = 0.00338387 (6.53041)
+Comm time (%) = 0.000901222 (1.73923)
+Outpt time (%) = 0.000331879 (0.64048)
+Other time (%) = -0.124412 (-240.098)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2860 1.7695425e-10 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2870 1.9401677e-09 -2213.3254 -2213.3254 -3384.6161 3384.6161
+ 2880 9.4725696e-09 -2213.3255 -2213.3255 -3384.6161 3384.6161
+ 2890 5.0893197e-08 -2213.3255 -2213.3255 -3384.6158 3384.6158
+ 2900 1.9974114e-07 -2213.3256 -2213.3256 -3384.6148 3384.6148
+ 2910 9.4038785e-07 -2213.326 -2213.326 -3384.6083 3384.6083
+ 2920 3.2431228e-06 -2213.3274 -2213.3274 -3384.573 3384.573
+ 2930 9.431934e-06 -2213.3316 -2213.3316 -3384.2222 3384.2222
+ 2940 5.5836352e-06 -2213.3337 -2213.3337 -3383.7728 3383.7728
+ 2950 6.1718859e-06 -2213.336 -2213.336 -3383.3399 3383.3399
+ 2960 1.0296465e-06 -2213.3367 -2213.3367 -3383.2966 3383.2966
+ 2970 2.5319758e-07 -2213.3372 -2213.3372 -3383.3338 3383.3338
+ 2980 2.1646759e-07 -2213.3373 -2213.3373 -3383.2883 3383.2883
+ 2990 7.3794339e-08 -2213.3373 -2213.3373 -3383.5257 3383.5257
+ 2992 1.3580253e-07 -2213.3374 -2213.3374 -3383.3635 3383.3635
+Loop time of 0.141093 on 1 procs for 142 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32544812 -2213.33736674 -2213.33737436
+ Force two-norm initial, final = 0.452633 0.00973185
+ Force max component initial, final = 0.0407944 0.000830656
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 142 142
+
+Pair time (%) = 0.127438 (90.3222)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00115967 (0.821917)
+Outpt time (%) = 0.000954866 (0.676764)
+Other time (%) = 0.0115402 (8.17913)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2992 0 -2213.3374 -2213.3374 -3383.3635 3383.3635
+ 2993 6.6331014e-16 -2213.3374 -2213.3374 -3383.3635 3383.3635
+Loop time of 0.00214911 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737436 -2213.33737436 -2213.33737436
+ Force two-norm initial, final = 0.00973185 0.00973185
+ Force max component initial, final = 0.000830656 0.000830656
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00189519 (88.185)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.43051e-05 (0.665631)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000239611 (11.1493)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2850 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2860 2404.729 -2027.7204 -2027.7204 15400.727 -15400.727
+ 2870 2422.7803 -2028.5929 -2028.5929 15070.856 -15070.856
+ 2880 2425.2674 -2028.5014 -2028.5014 13976.234 -13976.234
+ 2890 2390.8054 -2026.0298 -2026.0298 13611.01 -13611.01
+ 2900 2383.7979 -2025.3795 -2025.3795 14413.966 -14413.966
+Loop time of 0.124087 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2900 2383.7979 -2025.3795 -2025.3795 14413.966 -14413.966
+ 2921 2383.7979 -2213.2605 -2213.2605 12984.551 -12984.551
+Loop time of 0.0418 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.37947819 -2213.24070034 -2213.26050682
+ Force two-norm initial, final = 69.489 0.5464
+ Force max component initial, final = 7.17338 0.109358
+ Final line search alpha, max atom move = 0.0985441 0.0107766
+ Iterations, force evaluations = 21 34
+
+Pair time (%) = 0.161726 (386.904)
+Neigh time (%) = 0.00337696 (8.07885)
+Comm time (%) = 0.000819921 (1.96153)
+Outpt time (%) = 0.000344038 (0.823057)
+Other time (%) = -0.124467 (-297.767)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2910 1.7695422e-10 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2920 1.9401625e-09 -2213.3254 -2213.3254 -3384.6161 3384.6161
+ 2930 9.4723829e-09 -2213.3255 -2213.3255 -3384.6161 3384.6161
+ 2940 5.0888576e-08 -2213.3255 -2213.3255 -3384.6158 3384.6158
+ 2950 1.9964868e-07 -2213.3256 -2213.3256 -3384.6148 3384.6148
+ 2960 9.3864595e-07 -2213.326 -2213.326 -3384.6083 3384.6083
+ 2970 3.2133117e-06 -2213.3274 -2213.3274 -3384.5732 3384.5732
+ 2980 9.1043693e-06 -2213.3315 -2213.3315 -3384.2281 3384.2281
+ 2990 5.9889463e-06 -2213.3337 -2213.3337 -3383.7978 3383.7978
+ 3000 6.0909447e-06 -2213.3361 -2213.3361 -3383.3235 3383.3235
+ 3010 1.1020675e-06 -2213.3367 -2213.3367 -3383.273 3383.273
+ 3020 2.5607335e-07 -2213.3372 -2213.3372 -3383.3372 3383.3372
+ 3030 2.5821495e-07 -2213.3373 -2213.3373 -3383.2699 3383.2699
+ 3040 9.2431557e-08 -2213.3373 -2213.3373 -3383.5296 3383.5296
+ 3050 1.9215306e-08 -2213.3374 -2213.3374 -3383.3309 3383.3309
+ 3059 2.8044548e-08 -2213.3374 -2213.3374 -3383.4003 3383.4003
+Loop time of 0.154929 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32544812 -2213.33738048 -2213.33738371
+ Force two-norm initial, final = 0.452633 0.005022
+ Force max component initial, final = 0.0407944 0.000497738
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.141671 (91.4426)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00128794 (0.831307)
+Outpt time (%) = 0.00101185 (0.653104)
+Other time (%) = 0.0109582 (7.07304)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 3059 0 -2213.3374 -2213.3374 -3383.4003 3383.4003
+ 3060 1.7663626e-16 -2213.3374 -2213.3374 -3383.4003 3383.4003
+Loop time of 0.00219822 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738371 -2213.33738371 -2213.33738371
+ Force two-norm initial, final = 0.005022 0.005022
+ Force max component initial, final = 0.000497738 0.000497738
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199699 (90.846)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.715835)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00018549 (8.43818)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2392.061 -2029.9932 -2029.9932 14021.343 -14021.343
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 2392.061 -2029.9932 -2029.9932 14021.343 -14021.343
+ 2810 2396.8536 -2030.1194 -2030.1194 14480.938 -14480.938
+ 2820 2364.8764 -2027.8363 -2027.8363 15330.984 -15330.984
+ 2830 2353.8582 -2026.9127 -2026.9127 16154.06 -16154.06
+ 2840 2317.5702 -2024.2659 -2024.2659 15691.945 -15691.945
+ 2850 2340.0646 -2025.4219 -2025.4219 15146.705 -15146.705
+Loop time of 0.125738 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 4.96912 Mbytes
+Step Temp PotEng pe Press press
+ 2850 2340.0646 -2025.4219 -2025.4219 15146.705 -15146.705
+ 2872 2340.0646 -2213.2962 -2213.2962 12691.516 -12691.516
+Loop time of 0.0496171 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.42191037 -2213.27439702 -2213.29616793
+ Force two-norm initial, final = 71.2777 0.809472
+ Force max component initial, final = 5.6272 0.101619
+ Final line search alpha, max atom move = 0.0921193 0.0093611
+ Iterations, force evaluations = 22 43
+
+Pair time (%) = 0.170599 (343.832)
+Neigh time (%) = 0.0039885 (8.03858)
+Comm time (%) = 0.000895262 (1.80434)
+Outpt time (%) = 0.00033021 (0.665517)
+Other time (%) = -0.126196 (-254.341)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 3
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.2992 -2213.2992 -3398.9572 3398.9572
+ 2860 1.6279611e-10 -2213.2992 -2213.2992 -3398.9571 3398.9571
+ 2870 1.7849173e-09 -2213.2993 -2213.2993 -3398.9555 3398.9555
+ 2880 8.7143597e-09 -2213.2993 -2213.2993 -3398.9483 3398.9483
+ 2890 4.6809826e-08 -2213.2993 -2213.2993 -3398.9094 3398.9094
+ 2900 1.8363933e-07 -2213.2994 -2213.2994 -3398.7675 3398.7675
+ 2910 8.6170248e-07 -2213.2998 -2213.2998 -3398.0514 3398.0514
+ 2920 2.9773248e-06 -2213.301 -2213.301 -3395.6131 3395.6131
+ 2930 9.8212459e-06 -2213.3047 -2213.3047 -3386.0795 3386.0795
+ 2940 1.7499882e-05 -2213.3119 -2213.3119 -3385.5408 3385.5408
+ 2950 3.0177192e-05 -2213.3285 -2213.3285 -3378.4369 3378.4369
+ 2960 2.7297197e-06 -2213.3362 -2213.3362 -3385.0627 3385.0627
+ 2970 1.8638665e-07 -2213.3364 -2213.3364 -3383.5138 3383.5138
+ 2980 5.9603793e-07 -2213.3367 -2213.3367 -3383.3198 3383.3198
+ 2990 7.006857e-08 -2213.337 -2213.337 -3383.4814 3383.4814
+ 3000 2.5559786e-08 -2213.337 -2213.337 -3383.4044 3383.4044
+ 3010 1.8006636e-07 -2213.3371 -2213.3371 -3383.3905 3383.3905
+ 3020 1.0650433e-08 -2213.3373 -2213.3373 -3383.4344 3383.4344
+ 3030 4.1364453e-09 -2213.3373 -2213.3373 -3383.3959 3383.3959
+ 3040 2.8522864e-08 -2213.3373 -2213.3373 -3383.4109 3383.4109
+ 3048 9.9091054e-08 -2213.3373 -2213.3373 -3383.4013 3383.4013
+Loop time of 0.195716 on 1 procs for 198 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29924988 -2213.3373174 -2213.33732599
+ Force two-norm initial, final = 0.434148 0.00859296
+ Force max component initial, final = 0.0470123 0.000544088
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 198 198
+
+Pair time (%) = 0.176011 (89.9318)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159001 (0.812409)
+Outpt time (%) = 0.00128007 (0.654045)
+Other time (%) = 0.016835 (8.60174)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 3048 0 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3050 2.0685786e-15 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3060 1.0853733e-13 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3070 1.0179844e-12 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3080 4.7056433e-12 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3090 2.507672e-11 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3100 9.7109667e-11 -2213.3373 -2213.3373 -3383.4013 3383.4013
+ 3110 4.71242e-10 -2213.3373 -2213.3373 -3383.4012 3383.4012
+ 3115 8.8256003e-10 -2213.3373 -2213.3373 -3383.401 3383.401
+Loop time of 0.067472 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732599 -2213.33732647 -2213.33732653
+ Force two-norm initial, final = 0.00859296 0.00855192
+ Force max component initial, final = 0.000544088 0.000540359
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0600731 (89.0342)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000549078 (0.813787)
+Outpt time (%) = 0.000467062 (0.692231)
+Other time (%) = 0.0063827 (9.45978)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.77839 Mbytes
+Step Temp PotEng pe Press press
+ 2850 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2860 2404.5912 -2027.7236 -2027.7236 15399.233 -15399.233
+ 2870 2423.0464 -2028.5981 -2028.5981 15072.057 -15072.057
+ 2880 2426.0526 -2028.4878 -2028.4878 13984.219 -13984.219
+ 2890 2392.1902 -2025.9832 -2025.9832 13627.144 -13627.144
+ 2900 2385.9017 -2025.2937 -2025.2937 14438.04 -14438.04
+Loop time of 0.12399 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.46503 Mbytes
+Step Temp PotEng pe Press press
+ 2900 2385.9017 -2025.2937 -2025.2937 14438.04 -14438.04
+ 2923 2385.9017 -2213.3079 -2213.3079 13002.592 -13002.592
+Loop time of 0.0507891 on 1 procs for 23 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.29370324 -2213.29495158 -2213.30793757
+ Force two-norm initial, final = 69.5104 0.331641
+ Force max component initial, final = 7.176 0.0440265
+ Final line search alpha, max atom move = 0.0512131 0.00225473
+ Iterations, force evaluations = 23 44
+
+Pair time (%) = 0.228643 (450.182)
+Neigh time (%) = 0.00334692 (6.58984)
+Comm time (%) = 0.00142622 (2.80812)
+Outpt time (%) = 0.000814915 (1.60451)
+Other time (%) = -0.183442 (-361.184)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.2992 -2213.2992 -3398.9572 3398.9572
+ 2910 1.6279599e-10 -2213.2992 -2213.2992 -3398.9571 3398.9571
+ 2920 1.7848979e-09 -2213.2993 -2213.2993 -3398.9555 3398.9555
+ 2930 8.7136686e-09 -2213.2993 -2213.2993 -3398.9483 3398.9483
+ 2940 4.6792701e-08 -2213.2993 -2213.2993 -3398.9094 3398.9094
+ 2950 1.8329523e-07 -2213.2994 -2213.2994 -3398.7676 3398.7676
+ 2960 8.5509924e-07 -2213.2998 -2213.2998 -3398.0536 3398.0536
+ 2970 2.8538995e-06 -2213.301 -2213.301 -3395.6492 3395.6492
+ 2980 7.7919122e-06 -2213.3044 -2213.3044 -3386.606 3386.606
+ 2990 1.7802302e-05 -2213.3114 -2213.3114 -3385.7255 3385.7255
+ 3000 4.149707e-05 -2213.3297 -2213.3297 -3381.5721 3381.5721
+ 3010 1.9587309e-06 -2213.3368 -2213.3368 -3377.5836 3377.5836
+ 3020 2.2635944e-07 -2213.3372 -2213.3372 -3383.5118 3383.5118
+ 3030 2.4648745e-07 -2213.3373 -2213.3373 -3383.7321 3383.7321
+ 3040 3.3556561e-08 -2213.3373 -2213.3373 -3383.2212 3383.2212
+ 3050 5.6671949e-08 -2213.3373 -2213.3373 -3383.6606 3383.6606
+ 3052 9.1091125e-08 -2213.3374 -2213.3374 -3383.5584 3383.5584
+Loop time of 0.152907 on 1 procs for 152 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29924988 -2213.33734737 -2213.33735747
+ Force two-norm initial, final = 0.434148 0.00951572
+ Force max component initial, final = 0.0470123 0.000998659
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 152 152
+
+Pair time (%) = 0.136476 (89.2545)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00122619 (0.801917)
+Outpt time (%) = 0.00101495 (0.663769)
+Other time (%) = 0.0141895 (9.27982)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 3052 0 -2213.3374 -2213.3374 -3383.5584 3383.5584
+ 3053 6.3417579e-16 -2213.3374 -2213.3374 -3383.5584 3383.5584
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735747 -2213.33735747 -2213.33735747
+ Force two-norm initial, final = 0.00951572 0.00951572
+ Force max component initial, final = 0.000998659 0.000998659
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018599 (89.5843)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.757924)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00020051 (9.65779)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.2743 Mbytes
+Step Temp PotEng pe Press press
+ 2900 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2910 2403.4593 -2027.7367 -2027.7367 15389.133 -15389.133
+ 2920 2421.5309 -2028.6582 -2028.6582 15053.071 -15053.071
+ 2930 2424.2302 -2028.5849 -2028.5849 13962.455 -13962.455
+ 2940 2390.1271 -2026.1069 -2026.1069 13607.108 -13607.108
+ 2950 2384.0336 -2025.4579 -2025.4579 14419.37 -14419.37
+Loop time of 0.123515 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 5.96094 Mbytes
+Step Temp PotEng pe Press press
+ 2950 2384.0336 -2025.4579 -2025.4579 14419.37 -14419.37
+ 2972 2384.0336 -2213.2979 -2213.2979 12986.291 -12986.291
+Loop time of 0.0476751 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.45791285 -2213.2839242 -2213.29793441
+ Force two-norm initial, final = 69.4843 0.612751
+ Force max component initial, final = 7.17247 0.0619012
+ Final line search alpha, max atom move = 0.125 0.00773765
+ Iterations, force evaluations = 22 41
+
+Pair time (%) = 0.166952 (350.188)
+Neigh time (%) = 0.00334787 (7.02226)
+Comm time (%) = 0.000874281 (1.83383)
+Outpt time (%) = 0.00033617 (0.705127)
+Other time (%) = -0.123836 (-259.749)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2950 0 -2213.2992 -2213.2992 -3398.9572 3398.9572
+ 2960 1.6279608e-10 -2213.2992 -2213.2992 -3398.9571 3398.9571
+ 2970 1.7849125e-09 -2213.2993 -2213.2993 -3398.9555 3398.9555
+ 2980 8.7141869e-09 -2213.2993 -2213.2993 -3398.9483 3398.9483
+ 2990 4.6805541e-08 -2213.2993 -2213.2993 -3398.9094 3398.9094
+ 3000 1.8355286e-07 -2213.2994 -2213.2994 -3398.7676 3398.7676
+ 3010 8.6001101e-07 -2213.2998 -2213.2998 -3398.052 3398.052
+ 3020 2.9426873e-06 -2213.301 -2213.301 -3395.6229 3395.6229
+ 3030 8.8734387e-06 -2213.3046 -2213.3046 -3386.2672 3386.2672
+ 3040 1.7104048e-05 -2213.3116 -2213.3116 -3385.5173 3385.5173
+ 3050 3.6204329e-05 -2213.3291 -2213.3291 -3379.711 3379.711
+ 3060 2.0470768e-06 -2213.3363 -2213.3363 -3384.0926 3384.0926
+ 3070 2.4644478e-07 -2213.3364 -2213.3364 -3383.4077 3383.4077
+ 3080 5.7172137e-07 -2213.3366 -2213.3366 -3383.3779 3383.3779
+ 3090 7.902199e-08 -2213.337 -2213.337 -3383.4738 3383.4738
+ 3100 2.585999e-08 -2213.337 -2213.337 -3383.4027 3383.4027
+ 3110 1.5972969e-07 -2213.3371 -2213.3371 -3383.4101 3383.4101
+ 3120 3.6980881e-07 -2213.3373 -2213.3373 -3383.3653 3383.3653
+ 3125 4.8892782e-08 -2213.3373 -2213.3373 -3383.395 3383.395
+Loop time of 0.171269 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29924988 -2213.33732995 -2213.33733553
+ Force two-norm initial, final = 0.434148 0.00889384
+ Force max component initial, final = 0.0470123 0.000627106
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.155857 (91.0014)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139594 (0.815057)
+Outpt time (%) = 0.00114584 (0.669029)
+Other time (%) = 0.0128701 (7.51453)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 3125 0 -2213.3373 -2213.3373 -3383.395 3383.395
+ 3126 5.5399387e-16 -2213.3373 -2213.3373 -3383.395 3383.395
+Loop time of 0.00207901 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733553 -2213.33733553 -2213.33733553
+ Force two-norm initial, final = 0.00889384 0.00889384
+ Force max component initial, final = 0.000627106 0.000627106
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (89.6101)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.81422)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00019908 (9.57569)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 5.77021 Mbytes
+Step Temp PotEng pe Press press
+ 2950 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
+ 2960 2403.3056 -2027.739 -2027.739 15387.673 -15387.673
+ 2970 2421.5097 -2028.6655 -2028.6655 15051.928 -15051.928
+ 2980 2424.4699 -2028.5872 -2028.5872 13964.417 -13964.417
+ 2990 2390.7679 -2026.0936 -2026.0936 13614.412 -13614.412
+ 3000 2385.3144 -2025.421 -2025.421 14433.761 -14433.761
+Loop time of 0.123146 on 1 procs for 50 steps with 511 atoms
+Memory usage per processor = 6.45685 Mbytes
+Step Temp PotEng pe Press press
+ 3000 2385.3144 -2025.421 -2025.421 14433.761 -14433.761
+ 3021 2385.3144 -2213.277 -2213.277 12990.841 -12990.841
+Loop time of 0.0439379 on 1 procs for 21 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2025.42101724 -2213.26051876 -2213.27699844
+ Force two-norm initial, final = 69.4956 0.686228
+ Force max component initial, final = 7.17382 0.0925357
+ Final line search alpha, max atom move = 0.125 0.011567
+ Iterations, force evaluations = 21 37
+
+Pair time (%) = 0.162951 (370.867)
+Neigh time (%) = 0.00333977 (7.6011)
+Comm time (%) = 0.000845909 (1.92524)
+Outpt time (%) = 0.000329018 (0.748824)
+Other time (%) = -0.123528 (-281.142)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14252 ave 14252 max 14252 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14252
+Ave neighs/atom = 27.8904
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2213.2992 -2213.2992 -3398.9572 3398.9572
+ 3010 1.6279611e-10 -2213.2992 -2213.2992 -3398.9571 3398.9571
+ 3020 1.7849169e-09 -2213.2993 -2213.2993 -3398.9555 3398.9555
+ 3030 8.7143444e-09 -2213.2993 -2213.2993 -3398.9483 3398.9483
+ 3040 4.6809443e-08 -2213.2993 -2213.2993 -3398.9094 3398.9094
+ 3050 1.8363125e-07 -2213.2994 -2213.2994 -3398.7676 3398.7676
+ 3060 8.615133e-07 -2213.2998 -2213.2998 -3398.0515 3398.0515
+ 3070 2.9706268e-06 -2213.301 -2213.301 -3395.6147 3395.6147
+ 3080 9.1809224e-06 -2213.3046 -2213.3046 -3386.1629 3386.1629
+ 3090 1.6200234e-05 -2213.3115 -2213.3115 -3385.2769 3385.2769
+ 3100 3.477492e-05 -2213.3287 -2213.3287 -3379.189 3379.189
+ 3110 1.8586562e-06 -2213.3361 -2213.3361 -3384.1799 3384.1799
+ 3120 2.4657993e-07 -2213.3362 -2213.3362 -3383.4056 3383.4056
+ 3130 5.866218e-07 -2213.3365 -2213.3365 -3383.4177 3383.4177
+ 3140 1.5669642e-06 -2213.3371 -2213.3371 -3383.3353 3383.3353
+ 3150 1.6143736e-08 -2213.3372 -2213.3372 -3383.4499 3383.4499
+ 3160 1.0569346e-07 -2213.3373 -2213.3373 -3383.4684 3383.4684
+ 3170 1.1315902e-08 -2213.3374 -2213.3374 -3383.4718 3383.4718
+ 3172 3.3084517e-08 -2213.3374 -2213.3374 -3383.4022 3383.4022
+Loop time of 0.1693 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29924988 -2213.33736485 -2213.33736852
+ Force two-norm initial, final = 0.434148 0.00652488
+ Force max component initial, final = 0.0470123 0.000618493
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.153335 (90.5697)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138927 (0.820593)
+Outpt time (%) = 0.00115895 (0.684555)
+Other time (%) = 0.0134172 (7.92513)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 6.26612 Mbytes
+Step Temp PotEng pe Press press
+ 3172 0 -2213.3374 -2213.3374 -3383.4022 3383.4022
+ 3173 2.9817463e-16 -2213.3374 -2213.3374 -3383.4022 3383.4022
+Loop time of 0.00214005 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736852 -2213.33736852 -2213.33736852
+ Force two-norm initial, final = 0.00652488 0.00652488
+ Force max component initial, final = 0.000618493 0.000618493
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186205 (87.0098)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.757576)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000261784 (12.2326)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Loop time of 39.1984 on 1 procs for 21 steps with 511 atoms
+
+TAD stats:
+ NEB time (%) = 18.1767 (46.371)
+ Dynamics time (%) = 14.3192 (36.5302)
+ Quench time (%) = 5.67996 (14.4903)
+ Comm time (%) = 0 (0)
+ Output time (%) = 0 (0)
+ Other time (%) = 1.02251 (2.60855)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 327
+Dangerous builds = 0
diff --git a/examples/tad/log.tad.0.9Jan12.linux.3 b/examples/tad/log.tad.0.9Jan12.linux.3
deleted file mode 100644
index 5d6fda295..000000000
--- a/examples/tad/log.tad.0.9Jan12.linux.3
+++ /dev/null
@@ -1,7530 +0,0 @@
-LAMMPS (10 Jan 2012)
-Processor partition = 0
-# temperature accelerated dynamics model for a single vacancy in bulk Si
-# events occur when a neighboring atom diffuses to the vacant site
-# run this on multiple partitions as
-# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
-
-units metal
-
-atom_style atomic
-atom_modify map array
-boundary p p p
-atom_modify sort 0 0.0
-
-# temperatures
-variable tlo equal 1800.0
-variable thi equal 2400.0
-
-# coordination number cutoff
-
-variable r equal 2.835
-
-# minimization parameters
-
-variable etol equal 1.0e-5
-variable ftol equal 1.0e-5
-variable maxiter equal 100
-variable maxeval equal 100
-variable dmax equal 1.0e-1
-
-# diamond unit cell
-
-variable a equal 5.431
-lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-Lattice spacing in x,y,z = 5.431 5.431 5.431
-
-region myreg block 0 4 0 4 0 4
-create_box 1 myreg
-Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 region myreg
-Created 512 atoms
-
-mass 1 28.06
-
-group Si type 1
-512 atoms in group Si
-
-velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
-velocity all create 2400 5287286 mom yes rot yes dist gaussian
-
-# make a vacancy
-
-group del id 300
-1 atoms in group del
-delete_atoms group del
-Deleted 1 atoms, new total = 511
-
-pair_style sw
-pair_coeff * * Si.sw Si
-
-thermo 10
-
-fix 1 all nve
-fix 2 all langevin ${thi} ${thi} 0.1 48278
-fix 2 all langevin 2400 ${thi} 0.1 48278
-fix 2 all langevin 2400 2400 0.1 48278
-
-timestep 1.0e-3
-neighbor 1.0 bin
-neigh_modify every 1 delay 10 check yes
-
-# equilibrate
-
-run 1000
-Memory usage per processor = 2.02216 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 2397.3877 -2211.666 0 -2053.6238 16437.395
- 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
- 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
- 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
- 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
- 50 1355.5121 -2075.899 0 -1986.54 15232.765
- 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
- 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
- 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
- 90 1856.846 -2074.3867 0 -1951.9784 14679.213
- 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
- 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
- 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
- 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
- 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
- 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
- 160 2250.38 -2061.9776 0 -1913.6265 14775.208
- 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
- 180 2133.2342 -2054.0585 0 -1913.43 14703.698
- 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
- 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
- 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
- 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
- 230 2236.7528 -2050.463 0 -1903.0103 15555.164
- 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
- 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
- 260 2315.568 -2051.1362 0 -1898.4877 16359.564
- 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
- 280 2309.251 -2049.7917 0 -1897.5597 14754.994
- 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
- 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
- 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
- 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
- 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
- 340 2310.4682 -2042.508 0 -1890.1957 16597.877
- 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
- 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
- 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
- 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
- 390 2241.238 -2035.6191 0 -1887.8707 16413.388
- 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
- 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
- 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
- 430 2419.621 -2039.4524 0 -1879.9446 17277.841
- 440 2400.3962 -2036.392 0 -1878.1515 17353.749
- 450 2400.084 -2034.8541 0 -1876.6341 17301.395
- 460 2443.232 -2038.2591 0 -1877.1947 15880.125
- 470 2399.563 -2032.3026 0 -1874.117 14524.504
- 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
- 490 2257.134 -2030.7105 0 -1881.9142 13267.538
- 500 2303.4365 -2033.254 0 -1881.4053 13303.626
- 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
- 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
- 530 2244.3528 -2036.563 0 -1888.6093 13611.835
- 540 2289.2186 -2033.577 0 -1882.6656 14593.524
- 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
- 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
- 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
- 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
- 590 2483.692 -2034.8435 0 -1871.1118 16533.816
- 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
- 610 2369.1226 -2030.2599 0 -1874.081 15171.807
- 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
- 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
- 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
- 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
- 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
- 670 2379.955 -2030.0505 0 -1873.1575 15633.06
- 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
- 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
- 700 2475.846 -2034.693 0 -1871.4786 18851.309
- 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
- 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
- 730 2435.1585 -2037.6942 0 -1877.162 16882.364
- 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
- 750 2326.452 -2029.9922 0 -1876.6263 16117.229
- 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
- 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
- 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
- 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
- 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
- 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
- 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
- 830 2323.0047 -2033.1056 0 -1879.967 17703.971
- 840 2498.7372 -2040.984 0 -1876.2606 17876.907
- 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
- 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
- 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
- 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
- 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
- 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
- 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
- 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
- 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
- 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
- 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
- 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
- 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
- 980 2477.0203 -2028.29 0 -1864.9982 14789.439
- 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
- 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
-Loop time of 2.29764 on 1 procs for 1000 steps with 511 atoms
-
-Pair time (%) = 2.212 (96.2728)
-Neigh time (%) = 0.0380576 (1.65637)
-Comm time (%) = 0.00937772 (0.408145)
-Outpt time (%) = 0.000854254 (0.0371796)
-Other time (%) = 0.0373483 (1.6255)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1021 ave 1021 max 1021 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13046 ave 13046 max 13046 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 13046
-Ave neighs/atom = 25.5303
-Neighbor list builds = 56
-Dangerous builds = 0
-
-# Eliminate COM motion
-velocity all zero linear
-
-# only output atoms near vacancy
-
-compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
-
-compute patom all pe/atom
-compute pe all reduce sum c_patom
-compute satom all stress/atom
-compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
-variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
-
-thermo_style custom step temp pe c_pe press v_press
-
-compute event all event/displace 1.0
-
-unfix 1
-unfix 2
-fix 1 all nvt temp ${thi} ${thi} 0.1
-fix 1 all nvt temp 2400 ${thi} 0.1
-fix 1 all nvt temp 2400 2400 0.1
-
-# tad nsteps nevent tlo thi delta_conf tmax compute
-# [min etol ftol niter neval]
-# [neb etol_neb ftol_neb n1steps n2steps nevery]
-# [min_style min_style]
-# [neb_style min_style]
-# [neb_log logfile]
-
-tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-WARNING: Resetting reneighboring criteria during TAD (tad.cpp:186)
-Memory usage per processor = 4.42542 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
- 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
- 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
- 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
-Loop time of 0.056602 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.94753371 -2213.26863148 -2213.28029768
- Force two-norm initial, final = 70.3784 0.377272
- Force max component initial, final = 5.75308 0.037084
- Final line search alpha, max atom move = 0.0625 0.00231775
- Iterations, force evaluations = 22 50
-
-Pair time (%) = 2.26599 (4003.38)
-Neigh time (%) = 0.0393827 (69.5783)
-Comm time (%) = 0.00982785 (17.3631)
-Outpt time (%) = 0.000987291 (1.74427)
-Other time (%) = -2.25959 (-3992.06)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
- 1010 2430.8524 -2024.8049 -2024.8049 15955.259 -15955.259
- 1020 2538.6303 -2031.991 -2031.991 14995.221 -14995.221
- 1030 2462.1503 -2027.1591 -2027.1591 15332.692 -15332.692
- 1040 2392.0666 -2022.8547 -2022.8547 14546.483 -14546.483
- 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
-Loop time of 0.118127 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
- 1060 2391.548 -2211.3265 -2211.3265 12874.718 -12874.718
- 1070 2391.548 -2213.2873 -2213.2873 13039.481 -13039.481
- 1071 2391.548 -2213.3077 -2213.3077 13039.313 -13039.313
-Loop time of 0.053453 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2023.13753129 -2213.28726611 -2213.30768807
- Force two-norm initial, final = 69.8993 0.393595
- Force max component initial, final = 5.77386 0.0351926
- Final line search alpha, max atom move = 0.0625 0.00219954
- Iterations, force evaluations = 21 47
-
-Pair time (%) = 0.165981 (310.517)
-Neigh time (%) = 0.00266719 (4.98979)
-Comm time (%) = 0.00088954 (1.66415)
-Outpt time (%) = 0.000467539 (0.874673)
-Other time (%) = -0.116552 (-218.046)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1050 2391.548 -2023.1375 -2023.1375 13389.225 -13389.225
- 1060 2433.3397 -2026.2331 -2026.2331 11989.04 -11989.04
- 1070 2394.7085 -2024.0644 -2024.0644 12890.98 -12890.98
- 1080 2447.1852 -2027.9573 -2027.9573 15042.869 -15042.869
- 1090 2479.7814 -2030.6386 -2030.6386 15965.016 -15965.016
- 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
-Loop time of 0.117771 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
- 1122 2468.7135 -2213.2998 -2213.2998 13547.274 -13547.274
-Loop time of 0.0450199 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.6053966 -2213.28959352 -2213.29983791
- Force two-norm initial, final = 69.6046 0.748699
- Force max component initial, final = 5.74698 0.0726766
- Final line search alpha, max atom move = 0.027558 0.00200282
- Iterations, force evaluations = 22 38
-
-Pair time (%) = 0.322782 (716.976)
-Neigh time (%) = 0.00598431 (13.2926)
-Comm time (%) = 0.0017283 (3.83896)
-Outpt time (%) = 0.000790834 (1.75663)
-Other time (%) = -0.286265 (-635.865)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1100 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
- 1110 2451.6884 -2030.3548 -2030.3548 14779.279 -14779.279
- 1120 2404.8236 -2028.2901 -2028.2901 15236.935 -15236.935
- 1130 2391.6671 -2028.5628 -2028.5628 15738.052 -15738.052
- 1140 2416.3849 -2031.4775 -2031.4775 14899.381 -14899.381
- 1150 2319.5029 -2026.4849 -2026.4849 13449.986 -13449.986
-Loop time of 0.118367 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1150 2319.5029 -2026.4849 -2026.4849 13449.986 -13449.986
- 1171 2319.5029 -2210.3277 -2210.3277 13036.336 -13036.336
-Loop time of 0.0429959 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2026.4849309 -2210.31026004 -2210.32771293
- Force two-norm initial, final = 68.6653 0.761559
- Force max component initial, final = 6.34931 0.141109
- Final line search alpha, max atom move = 0.0882148 0.0124479
- Iterations, force evaluations = 21 34
-
-Pair time (%) = 0.478172 (1112.13)
-Neigh time (%) = 0.00935435 (21.7564)
-Comm time (%) = 0.00252748 (5.87841)
-Outpt time (%) = 0.00111485 (2.59291)
-Other time (%) = -0.448173 (-1042.36)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1150 0 -2213.2803 -2213.2803 -3389.767 3389.767
- 1160 1.2293634e-10 -2213.2803 -2213.2803 -3389.767 3389.767
- 1170 1.3480228e-09 -2213.2803 -2213.2803 -3389.767 3389.767
- 1180 6.585273e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
- 1190 3.5468287e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
- 1200 1.409348e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
- 1210 6.9611141e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
- 1220 3.0223741e-06 -2213.2818 -2213.2818 -3389.6266 3389.6266
- 1230 1.3453789e-05 -2213.2869 -2213.2869 -3388.9638 3388.9638
- 1240 2.8194033e-05 -2213.2989 -2213.2989 -3387.6772 3387.6772
- 1250 4.3107605e-05 -2213.3234 -2213.3234 -3384.6685 3384.6685
- 1260 6.9266877e-07 -2213.335 -2213.335 -3382.8786 3382.8786
- 1270 2.4536711e-06 -2213.3371 -2213.3371 -3383.5094 3383.5094
- 1280 1.7243137e-06 -2213.3372 -2213.3372 -3383.2265 3383.2265
- 1290 2.0058262e-06 -2213.3372 -2213.3372 -3383.4945 3383.4945
- 1300 5.8724439e-07 -2213.3363 -2213.3363 -3383.667 3383.667
- 1310 2.8194367e-08 -2213.3369 -2213.3369 -3383.6336 3383.6336
- 1320 1.0958384e-07 -2213.3371 -2213.3371 -3383.1536 3383.1536
- 1330 9.9923794e-10 -2213.3374 -2213.3374 -3383.343 3383.343
- 1340 9.207078e-10 -2213.3374 -2213.3374 -3383.3976 3383.3976
- 1350 3.8821105e-09 -2213.3374 -2213.3374 -3383.3994 3383.3994
-Loop time of 0.206946 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.28029768 -2213.33738596 -2213.33738618
- Force two-norm initial, final = 0.377272 0.00293675
- Force max component initial, final = 0.037084 0.000222795
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174457 (84.3005)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00161886 (0.782263)
-Outpt time (%) = 0.00132656 (0.641018)
-Other time (%) = 0.0295441 (14.2762)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1350 0 -2213.3374 -2213.3374 -3383.3994 3383.3994
- 1360 7.4490628e-15 -2213.3374 -2213.3374 -3383.3994 3383.3994
- 1370 8.1671752e-14 -2213.3374 -2213.3374 -3383.3994 3383.3994
- 1380 3.9871056e-13 -2213.3374 -2213.3374 -3383.3994 3383.3994
- 1390 2.1411226e-12 -2213.3374 -2213.3374 -3383.3994 3383.3994
- 1400 8.3861109e-12 -2213.3374 -2213.3374 -3383.3993 3383.3993
- 1410 3.9136343e-11 -2213.3374 -2213.3374 -3383.3989 3383.3989
- 1420 1.3058282e-10 -2213.3374 -2213.3374 -3383.3979 3383.3979
- 1430 3.9376017e-10 -2213.3374 -2213.3374 -3383.3943 3383.3943
- 1440 1.2013545e-09 -2213.3374 -2213.3374 -3383.3952 3383.3952
- 1450 4.3961137e-09 -2213.3374 -2213.3374 -3383.3967 3383.3967
- 1460 2.7985252e-12 -2213.3374 -2213.3374 -3383.3964 3383.3964
- 1470 3.6999961e-11 -2213.3374 -2213.3374 -3383.3936 3383.3936
- 1480 1.0231377e-10 -2213.3374 -2213.3374 -3383.3959 3383.3959
- 1490 5.9452011e-14 -2213.3374 -2213.3374 -3383.3948 3383.3948
- 1500 8.929621e-12 -2213.3374 -2213.3374 -3383.3945 3383.3945
- 1510 5.1041064e-11 -2213.3374 -2213.3374 -3383.3948 3383.3948
-Loop time of 0.164211 on 1 procs for 160 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738618 -2213.33738907 -2213.33738907
- Force two-norm initial, final = 0.00293675 0.000224324
- Force max component initial, final = 0.000222795 1.76742e-05
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 160 160
-
-Pair time (%) = 0.140128 (85.334)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00130105 (0.792305)
-Outpt time (%) = 0.000990391 (0.603122)
-Other time (%) = 0.0217917 (13.2706)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1150 2468.7135 -2030.6054 -2030.6054 15939.34 -15939.34
- 1160 2450.0338 -2030.964 -2030.964 15707.188 -15707.188
- 1170 2402.5655 -2029.5783 -2029.5783 14515.153 -14515.153
- 1180 2336.3203 -2026.9385 -2026.9385 12243.853 -12243.853
- 1190 2360.3644 -2030.1854 -2030.1854 11312.246 -11312.246
- 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
-Loop time of 0.118299 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
- 1220 2316.7172 -2213.2984 -2213.2984 12524.214 -12524.214
-Loop time of 0.0495429 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.82067407 -2213.28714333 -2213.29839385
- Force two-norm initial, final = 68.8953 0.36274
- Force max component initial, final = 5.69006 0.0348831
- Final line search alpha, max atom move = 0.0625 0.00218019
- Iterations, force evaluations = 20 44
-
-Pair time (%) = 0.302571 (610.725)
-Neigh time (%) = 0.0026772 (5.40381)
-Comm time (%) = 0.00215602 (4.35182)
-Outpt time (%) = 0.00132084 (2.66605)
-Other time (%) = -0.259182 (-523.147)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1200 2316.7172 -2028.8207 -2028.8207 12656.962 -12656.962
- 1210 2316.583 -2030.1085 -2030.1085 13835.71 -13835.71
- 1220 2378.8484 -2035.3052 -2035.3052 14727.641 -14727.641
- 1230 2451.3662 -2041.0839 -2041.0839 14467.169 -14467.169
- 1240 2350.9008 -2035.3342 -2035.3342 15412.774 -15412.774
- 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
-Loop time of 0.117162 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
- 1270 2313.8867 -2213.2988 -2213.2988 12509.022 -12509.022
-Loop time of 0.0496922 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.58917598 -2213.27814112 -2213.29880222
- Force two-norm initial, final = 69.1923 0.521018
- Force max component initial, final = 5.56363 0.0501049
- Final line search alpha, max atom move = 0.0625 0.00313156
- Iterations, force evaluations = 20 44
-
-Pair time (%) = 0.464725 (935.209)
-Neigh time (%) = 0.00469351 (9.44517)
-Comm time (%) = 0.00298834 (6.0137)
-Outpt time (%) = 0.0016458 (3.312)
-Other time (%) = -0.424361 (-853.98)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14106 ave 14106 max 14106 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14106
-Ave neighs/atom = 27.6047
-Neighbor list builds = 1
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1250 2313.8867 -2033.5892 -2033.5892 15053.292 -15053.292
- 1260 2345.5415 -2036.1713 -2036.1713 14374.94 -14374.94
- 1270 2401.1805 -2040.2143 -2040.2143 14399.3 -14399.3
- 1280 2366.7647 -2038.2481 -2038.2481 14885.572 -14885.572
- 1290 2318.5977 -2035.2931 -2035.2931 14569.854 -14569.854
- 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
-Loop time of 0.117394 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
- 1322 2239.5607 -2213.3188 -2213.3188 11997.117 -11997.117
-Loop time of 0.0571852 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.15623526 -2213.30669537 -2213.31877301
- Force two-norm initial, final = 69.3585 0.302025
- Force max component initial, final = 5.63808 0.0350198
- Final line search alpha, max atom move = 0.0532945 0.00186636
- Iterations, force evaluations = 22 52
-
-Pair time (%) = 0.63307 (1107.05)
-Neigh time (%) = 0.00803566 (14.052)
-Comm time (%) = 0.00393224 (6.87632)
-Outpt time (%) = 0.00196958 (3.44421)
-Other time (%) = -0.589822 (-1031.42)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1300 2239.5607 -2030.1562 -2030.1562 13309.325 -13309.325
- 1310 2242.8166 -2030.2642 -2030.2642 12487.993 -12487.993
- 1320 2307.2634 -2034.2444 -2034.2444 13320.571 -13320.571
- 1330 2321.1775 -2034.7961 -2034.7961 14955.824 -14955.824
- 1340 2307.6849 -2033.4757 -2033.4757 16176.297 -16176.297
- 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
-Loop time of 0.11824 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
- 1373 2337.9317 -2213.3089 -2213.3089 12672.3 -12672.3
-Loop time of 0.055577 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.97795686 -2213.30100263 -2213.3089301
- Force two-norm initial, final = 68.9357 0.273115
- Force max component initial, final = 6.15529 0.0256468
- Final line search alpha, max atom move = 0.0581532 0.00149145
- Iterations, force evaluations = 23 50
-
-Pair time (%) = 0.800701 (1440.7)
-Neigh time (%) = 0.0113721 (20.4618)
-Comm time (%) = 0.00484991 (8.72646)
-Outpt time (%) = 0.00229383 (4.12729)
-Other time (%) = -0.76364 (-1374.02)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1350 2337.9317 -2034.978 -2034.978 16108.607 -16108.607
- 1360 2379.7013 -2037.2005 -2037.2005 15576.415 -15576.415
- 1370 2328.7096 -2033.2987 -2033.2987 16212.536 -16212.536
- 1380 2372.7819 -2035.6476 -2035.6476 16211 -16211
- 1390 2384.0756 -2035.8152 -2035.8152 14631.898 -14631.898
- 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
-Loop time of 0.117362 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
- 1421 2335.1993 -2213.2409 -2213.2409 12643.486 -12643.486
-Loop time of 0.043704 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.02526822 -2213.21964825 -2213.24088219
- Force two-norm initial, final = 70.6909 0.497654
- Force max component initial, final = 6.9718 0.0742048
- Final line search alpha, max atom move = 0.0465974 0.00345775
- Iterations, force evaluations = 21 36
-
-Pair time (%) = 0.955765 (2186.9)
-Neigh time (%) = 0.0147319 (33.7083)
-Comm time (%) = 0.00566363 (12.9591)
-Outpt time (%) = 0.00263453 (6.02811)
-Other time (%) = -0.935091 (-2139.6)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1400 2335.1993 -2032.0253 -2032.0253 14685.548 -14685.548
- 1410 2354.9257 -2032.7295 -2032.7295 14319.623 -14319.623
- 1420 2378.0922 -2033.6267 -2033.6267 15413.843 -15413.843
- 1430 2351.2257 -2031.2228 -2031.2228 15906.851 -15906.851
- 1440 2313.74 -2028.0917 -2028.0917 15302.028 -15302.028
- 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
-Loop time of 0.11821 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
- 1476 2325.0789 -2213.3205 -2213.3205 12583.713 -12583.713
-Loop time of 0.0614581 on 1 procs for 26 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.12374332 -2213.30314048 -2213.32054972
- Force two-norm initial, final = 68.546 0.355936
- Force max component initial, final = 5.95446 0.0457529
- Final line search alpha, max atom move = 0.0806527 0.0036901
- Iterations, force evaluations = 26 54
-
-Pair time (%) = 1.12846 (1836.15)
-Neigh time (%) = 0.018728 (30.4728)
-Comm time (%) = 0.00662827 (10.785)
-Outpt time (%) = 0.00296474 (4.82399)
-Other time (%) = -1.09532 (-1782.23)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1450 2325.0789 -2028.1237 -2028.1237 14743.419 -14743.419
- 1460 2284.4662 -2024.6435 -2024.6435 15892.614 -15892.614
- 1470 2391.1728 -2030.8171 -2030.8171 15498.479 -15498.479
- 1480 2428.9773 -2032.413 -2032.413 14397.915 -14397.915
- 1490 2424.1657 -2031.2942 -2031.2942 14902.55 -14902.55
- 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
-Loop time of 0.11888 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
- 1521 2447.1067 -2213.2962 -2213.2962 13420.954 -13420.954
-Loop time of 0.0541382 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.09294403 -2213.28651282 -2213.29624754
- Force two-norm initial, final = 71.5021 0.394527
- Force max component initial, final = 6.93406 0.0395161
- Final line search alpha, max atom move = 0.0625 0.00246975
- Iterations, force evaluations = 21 49
-
-Pair time (%) = 1.296 (2393.87)
-Neigh time (%) = 0.0214219 (39.5689)
-Comm time (%) = 0.00750184 (13.8568)
-Outpt time (%) = 0.00328898 (6.07517)
-Other time (%) = -1.27407 (-2353.37)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14212 ave 14212 max 14212 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14212
-Ave neighs/atom = 27.8121
-Neighbor list builds = 1
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1500 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
- 1510 2443.6577 -2031.2286 -2031.2286 15628.885 -15628.885
- 1520 2488.9026 -2033.6953 -2033.6953 15808.791 -15808.791
- 1530 2459.4391 -2031.3676 -2031.3676 17378.949 -17378.949
- 1540 2338.2349 -2023.0841 -2023.0841 17953.364 -17953.364
- 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
-Loop time of 0.118393 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
- 1570 2332.3338 -2213.2368 -2213.2368 12622.371 -12622.371
-Loop time of 0.0409801 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.37445008 -2213.21878408 -2213.23675492
- Force two-norm initial, final = 71.9734 0.469509
- Force max component initial, final = 5.93253 0.0569166
- Final line search alpha, max atom move = 0.0415942 0.0023674
- Iterations, force evaluations = 20 33
-
-Pair time (%) = 1.44945 (3536.95)
-Neigh time (%) = 0.0247827 (60.4749)
-Comm time (%) = 0.00829291 (20.2364)
-Outpt time (%) = 0.00361514 (8.8217)
-Other time (%) = -1.44516 (-3526.49)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1550 0 -2213.2803 -2213.2803 -3389.767 3389.767
- 1560 1.2293578e-10 -2213.2803 -2213.2803 -3389.767 3389.767
- 1570 1.3479355e-09 -2213.2803 -2213.2803 -3389.767 3389.767
- 1580 6.582157e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
- 1590 3.5391063e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
- 1600 1.3938164e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
- 1610 6.6622249e-07 -2213.2807 -2213.2807 -3389.7345 3389.7345
- 1620 2.4733767e-06 -2213.2818 -2213.2818 -3389.635 3389.635
- 1630 1.1129842e-05 -2213.2862 -2213.2862 -3389.0598 3389.0598
- 1640 2.8870809e-05 -2213.2981 -2213.2981 -3387.764 3387.764
- 1650 5.8599236e-05 -2213.3257 -2213.3257 -3384.4536 3384.4536
- 1660 4.6871987e-07 -2213.337 -2213.337 -3383.3554 3383.3554
- 1670 1.0264859e-07 -2213.3372 -2213.3372 -3383.4631 3383.4631
- 1680 2.3227749e-07 -2213.3373 -2213.3373 -3383.3703 3383.3703
- 1690 1.9610675e-08 -2213.3373 -2213.3373 -3383.2015 3383.2015
- 1700 9.0128602e-09 -2213.3374 -2213.3374 -3383.3943 3383.3943
- 1710 2.2988367e-08 -2213.3374 -2213.3374 -3383.4201 3383.4201
- 1716 3.9907528e-09 -2213.3374 -2213.3374 -3383.3906 3383.3906
-Loop time of 0.167137 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28029768 -2213.33738185 -2213.33738254
- Force two-norm initial, final = 0.377272 0.00622571
- Force max component initial, final = 0.037084 0.000542578
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.145778 (87.2207)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00135851 (0.812812)
-Outpt time (%) = 0.00106215 (0.6355)
-Other time (%) = 0.0189383 (11.331)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1716 0 -2213.3374 -2213.3374 -3383.3906 3383.3906
- 1717 2.7145901e-16 -2213.3374 -2213.3374 -3383.3906 3383.3906
-Loop time of 0.00215912 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738254 -2213.33738254 -2213.33738254
- Force two-norm initial, final = 0.00622571 0.00622571
- Force max component initial, final = 0.000542578 0.000542578
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185108 (85.7332)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.78814e-05 (0.82818)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000290155 (13.4386)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1550 2447.1067 -2032.0929 -2032.0929 15784.55 -15784.55
- 1560 2437.8965 -2031.1344 -2031.1344 15018.495 -15018.495
- 1570 2450.0556 -2031.657 -2031.657 14645.896 -14645.896
- 1580 2419.2295 -2029.4355 -2029.4355 15853.042 -15853.042
- 1590 2318.7301 -2022.6226 -2022.6226 16296.975 -16296.975
- 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
-Loop time of 0.118992 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
- 1623 2364.4581 -2213.28 -2213.28 12846.272 -12846.272
-Loop time of 0.0466881 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.41313107 -2213.25949829 -2213.27996825
- Force two-norm initial, final = 69.0138 0.527909
- Force max component initial, final = 5.99602 0.0845644
- Final line search alpha, max atom move = 0.0593485 0.00501877
- Iterations, force evaluations = 23 37
-
-Pair time (%) = 0.160821 (344.459)
-Neigh time (%) = 0.00400853 (8.58577)
-Comm time (%) = 0.00084877 (1.81796)
-Outpt time (%) = 0.000330448 (0.707778)
-Other time (%) = -0.119321 (-255.571)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1600 2364.4581 -2025.4131 -2025.4131 15132.904 -15132.904
- 1610 2354.0414 -2024.4305 -2024.4305 15736.559 -15736.559
- 1620 2396.4917 -2026.9072 -2026.9072 16342.979 -16342.979
- 1630 2430.595 -2028.8291 -2028.8291 15892.469 -15892.469
- 1640 2410.6411 -2027.2313 -2027.2313 14717.705 -14717.705
- 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
-Loop time of 0.11857 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
- 1673 2392.4298 -2213.2735 -2213.2735 13051.208 -13051.208
-Loop time of 0.047358 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.77299308 -2213.25586756 -2213.27350161
- Force two-norm initial, final = 71.6522 0.710386
- Force max component initial, final = 7.10749 0.0913007
- Final line search alpha, max atom move = 0.0970738 0.00886291
- Iterations, force evaluations = 23 39
-
-Pair time (%) = 0.320018 (675.741)
-Neigh time (%) = 0.00800681 (16.907)
-Comm time (%) = 0.00171494 (3.62123)
-Outpt time (%) = 0.000656605 (1.38647)
-Other time (%) = -0.283038 (-597.655)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1650 2392.4298 -2025.773 -2025.773 15099.852 -15099.852
- 1660 2451.4112 -2029.4204 -2029.4204 15101.457 -15101.457
- 1670 2443.5878 -2028.7181 -2028.7181 16758.594 -16758.594
- 1680 2398.0057 -2025.5787 -2025.5787 16811.812 -16811.812
- 1690 2453.358 -2029.1268 -2029.1268 16019.103 -16019.103
- 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
-Loop time of 0.118456 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
- 1726 2414.2831 -2213.3246 -2213.3246 13197.287 -13197.287
-Loop time of 0.0713122 on 1 procs for 26 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2026.49205529 -2213.30279569 -2213.32463058
- Force two-norm initial, final = 70.0227 0.42376
- Force max component initial, final = 6.29725 0.0581802
- Final line search alpha, max atom move = 0.028783 0.0016746
- Iterations, force evaluations = 26 65
-
-Pair time (%) = 0.503244 (705.692)
-Neigh time (%) = 0.011374 (15.9496)
-Comm time (%) = 0.00276423 (3.87623)
-Outpt time (%) = 0.000990391 (1.38881)
-Other time (%) = -0.447061 (-626.907)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1700 2414.2831 -2026.4921 -2026.4921 16738.51 -16738.51
- 1710 2385.47 -2024.5596 -2024.5596 16974.622 -16974.622
- 1720 2406.5986 -2025.9141 -2025.9141 15614.91 -15614.91
- 1730 2400.3226 -2025.4617 -2025.4617 13759.796 -13759.796
- 1740 2338.2894 -2021.3223 -2021.3223 12772.041 -12772.041
- 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
-Loop time of 0.120018 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
- 1770 2316.9935 -2213.3014 -2213.3014 12528.09 -12528.09
-Loop time of 0.047919 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2019.79140152 -2213.28686383 -2213.3013638
- Force two-norm initial, final = 70.8548 0.428751
- Force max component initial, final = 5.71038 0.0410237
- Final line search alpha, max atom move = 0.0625 0.00256398
- Iterations, force evaluations = 20 41
-
-Pair time (%) = 0.665068 (1387.9)
-Neigh time (%) = 0.0147457 (30.7721)
-Comm time (%) = 0.00361681 (7.54775)
-Outpt time (%) = 0.00131845 (2.75142)
-Other time (%) = -0.63683 (-1328.97)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1750 2316.9935 -2019.7914 -2019.7914 14092.253 -14092.253
- 1760 2405.7059 -2025.418 -2025.418 15137.764 -15137.764
- 1770 2438.1695 -2027.2755 -2027.2755 15841.015 -15841.015
- 1780 2502.8132 -2031.2851 -2031.2851 14500.989 -14500.989
- 1790 2443.863 -2027.1985 -2027.1985 14965.597 -14965.597
- 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
-Loop time of 0.119102 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
- 1821 2405.2674 -2213.2836 -2213.2836 13129.174 -13129.174
-Loop time of 0.0530119 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.48213691 -2213.26771601 -2213.28363816
- Force two-norm initial, final = 70.4444 0.430263
- Force max component initial, final = 5.80469 0.0500395
- Final line search alpha, max atom move = 0.0625 0.00312747
- Iterations, force evaluations = 21 46
-
-Pair time (%) = 0.830931 (1567.44)
-Neigh time (%) = 0.0181265 (34.1932)
-Comm time (%) = 0.00452518 (8.53617)
-Outpt time (%) = 0.00164938 (3.11134)
-Other time (%) = -0.80222 (-1513.28)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1800 2405.2674 -2024.4821 -2024.4821 15833.365 -15833.365
- 1810 2435.4157 -2026.2456 -2026.2456 16188.616 -16188.616
- 1820 2550.7144 -2033.613 -2033.613 15129.687 -15129.687
- 1830 2471.3377 -2028.2167 -2028.2167 14861.502 -14861.502
- 1840 2372.2352 -2021.6062 -2021.6062 14417.267 -14417.267
- 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
-Loop time of 0.119377 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
- 1873 2376.2285 -2213.2666 -2213.2666 12928.482 -12928.482
-Loop time of 0.0597179 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2021.74913752 -2213.25478708 -2213.26656047
- Force two-norm initial, final = 69.7667 0.525739
- Force max component initial, final = 5.72779 0.0674755
- Final line search alpha, max atom move = 0.0504634 0.00340504
- Iterations, force evaluations = 23 54
-
-Pair time (%) = 1.00436 (1681.84)
-Neigh time (%) = 0.0208111 (34.849)
-Comm time (%) = 0.00548434 (9.18375)
-Outpt time (%) = 0.00199056 (3.33327)
-Other time (%) = -0.97293 (-1629.21)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14254 ave 14254 max 14254 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14254
-Ave neighs/atom = 27.8943
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1850 2376.2285 -2021.7491 -2021.7491 13556.078 -13556.078
- 1860 2407.6109 -2023.6441 -2023.6441 11287.058 -11287.058
- 1870 2355.5987 -2019.9978 -2019.9978 11705.03 -11705.03
- 1880 2412.2234 -2023.4647 -2023.4647 14028.114 -14028.114
- 1890 2469.2398 -2026.9293 -2026.9293 15514.265 -15514.265
- 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
-Loop time of 0.119716 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
- 1922 2451.8514 -2213.2983 -2213.2983 13457.682 -13457.682
-Loop time of 0.045928 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.54874146 -2213.27793659 -2213.29830868
- Force two-norm initial, final = 70.348 0.511197
- Force max component initial, final = 6.72633 0.0814856
- Final line search alpha, max atom move = 0.067995 0.00554061
- Iterations, force evaluations = 22 38
-
-Pair time (%) = 1.16391 (2534.2)
-Neigh time (%) = 0.0241888 (52.6667)
-Comm time (%) = 0.00631809 (13.7565)
-Outpt time (%) = 0.00231814 (5.04734)
-Other time (%) = -1.1508 (-2505.67)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1900 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
- 1910 2474.6487 -2026.8909 -2026.8909 15097.404 -15097.404
- 1920 2486.8776 -2027.6232 -2027.6232 15112.4 -15112.4
- 1930 2462.5329 -2026.053 -2026.053 16265.725 -16265.725
- 1940 2468.7884 -2026.5977 -2026.5977 16342.063 -16342.063
- 1950 2454.4705 -2025.8914 -2025.8914 14932.386 -14932.386
-Loop time of 0.119353 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1950 2454.4705 -2025.8914 -2025.8914 14932.386 -14932.386
- 1975 2454.4705 -2210.3201 -2210.3201 13872.834 -13872.834
-Loop time of 0.0563388 on 1 procs for 25 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.89138161 -2210.30231607 -2210.32008705
- Force two-norm initial, final = 68.0079 0.420868
- Force max component initial, final = 5.77343 0.164469
- Final line search alpha, max atom move = 0.0625 0.0102793
- Iterations, force evaluations = 25 47
-
-Pair time (%) = 1.33263 (2365.38)
-Neigh time (%) = 0.0282278 (50.1037)
-Comm time (%) = 0.00725436 (12.8763)
-Outpt time (%) = 0.00264716 (4.69865)
-Other time (%) = -1.31442 (-2333.06)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14226 ave 14226 max 14226 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14226
-Ave neighs/atom = 27.8395
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2213.2803 -2213.2803 -3389.767 3389.767
- 1960 1.2293623e-10 -2213.2803 -2213.2803 -3389.767 3389.767
- 1970 1.3480065e-09 -2213.2803 -2213.2803 -3389.767 3389.767
- 1980 6.5846896e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
- 1990 3.5453828e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
- 2000 1.4064381e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
- 2010 6.905199e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
- 2020 2.9268801e-06 -2213.2818 -2213.2818 -3389.628 3389.628
- 2030 1.4218111e-05 -2213.2869 -2213.2869 -3388.9638 3388.9638
- 2040 3.1566773e-05 -2213.2998 -2213.2998 -3387.5782 3387.5782
- 2050 7.1239418e-08 -2213.3199 -2213.3199 -3384.9933 3384.9933
- 2060 7.3024408e-06 -2213.3242 -2213.3242 -3384.8796 3384.8796
- 2070 2.0615153e-06 -2213.3273 -2213.3273 -3384.4838 3384.4838
- 2080 7.117834e-06 -2213.332 -2213.332 -3384.0174 3384.0174
- 2090 1.4015265e-06 -2213.3328 -2213.3328 -3383.8306 3383.8306
- 2100 5.935809e-09 -2213.3351 -2213.3351 -3383.6756 3383.6756
- 2110 3.4097887e-08 -2213.3352 -2213.3352 -3383.6311 3383.6311
- 2120 4.189493e-07 -2213.3354 -2213.3354 -3383.6086 3383.6086
- 2130 1.7180476e-06 -2213.3364 -2213.3364 -3383.497 3383.497
- 2140 7.999364e-08 -2213.3369 -2213.3369 -3383.4439 3383.4439
- 2150 9.7971513e-10 -2213.3372 -2213.3372 -3383.418 3383.418
-Loop time of 0.207414 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.28029768 -2213.33716526 -2213.33716526
- Force two-norm initial, final = 0.377272 0.0163296
- Force max component initial, final = 0.037084 0.001296
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174499 (84.1308)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0016315 (0.78659)
-Outpt time (%) = 0.00133133 (0.64187)
-Other time (%) = 0.029952 (14.4407)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2213.3372 -2213.3372 -3383.418 3383.418
- 2160 2.3031486e-13 -2213.3372 -2213.3372 -3383.418 3383.418
- 2170 2.525488e-12 -2213.3372 -2213.3372 -3383.418 3383.418
- 2180 1.2337709e-11 -2213.3372 -2213.3372 -3383.418 3383.418
- 2190 6.6471187e-11 -2213.3372 -2213.3372 -3383.418 3383.418
- 2200 2.6424992e-10 -2213.3372 -2213.3372 -3383.418 3383.418
- 2210 1.3136501e-09 -2213.3372 -2213.3372 -3383.418 3383.418
- 2220 5.9413545e-09 -2213.3372 -2213.3372 -3383.4182 3383.4182
- 2230 4.5559834e-08 -2213.3372 -2213.3372 -3383.4177 3383.4177
- 2240 7.8102543e-08 -2213.3372 -2213.3372 -3383.4116 3383.4116
- 2250 1.5359732e-07 -2213.3373 -2213.3373 -3383.4037 3383.4037
- 2260 6.0889911e-10 -2213.3373 -2213.3373 -3383.4001 3383.4001
- 2263 2.0369847e-09 -2213.3373 -2213.3373 -3383.4 3383.4
-Loop time of 0.11577 on 1 procs for 113 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33716526 -2213.33733501 -2213.33733534
- Force two-norm initial, final = 0.0163296 0.00794995
- Force max component initial, final = 0.001296 0.000626361
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 113 113
-
-Pair time (%) = 0.0994596 (85.9115)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000938177 (0.810381)
-Outpt time (%) = 0.000732183 (0.632447)
-Other time (%) = 0.0146399 (12.6457)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 1950 2451.8514 -2025.5487 -2025.5487 15940.896 -15940.896
- 1960 2467.9578 -2026.9423 -2026.9423 15503.375 -15503.375
- 1970 2409.9267 -2023.5373 -2023.5373 14002.928 -14002.928
- 1980 2352.0523 -2020.1461 -2020.1461 11666.254 -11666.254
- 1990 2402.4539 -2023.8795 -2023.8795 11235.638 -11235.638
- 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
-Loop time of 0.118855 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
- 2023 2369.8064 -2213.266 -2213.266 12884.387 -12884.387
-Loop time of 0.0591991 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.12839512 -2213.25510432 -2213.26601158
- Force two-norm initial, final = 69.6885 0.558999
- Force max component initial, final = 5.71921 0.0652361
- Final line search alpha, max atom move = 0.0460811 0.00300615
- Iterations, force evaluations = 23 54
-
-Pair time (%) = 0.271941 (459.367)
-Neigh time (%) = 0.00266933 (4.50908)
-Comm time (%) = 0.0018692 (3.15748)
-Outpt time (%) = 0.00106049 (1.79139)
-Other time (%) = -0.218341 (-368.825)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14254 ave 14254 max 14254 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14254
-Ave neighs/atom = 27.8943
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2000 2369.8064 -2022.1284 -2022.1284 13485.956 -13485.956
- 2010 2364.3999 -2022.148 -2022.148 14334.066 -14334.066
- 2020 2461.4242 -2028.9055 -2028.9055 14772.344 -14772.344
- 2030 2538.5128 -2034.478 -2034.478 15027.408 -15027.408
- 2040 2421.285 -2027.3772 -2027.3772 16053.901 -16053.901
- 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
-Loop time of 0.118182 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
- 2070 2388.0324 -2213.2931 -2213.2931 13017.511 -13017.511
-Loop time of 0.0496039 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.87495581 -2213.27597165 -2213.29307589
- Force two-norm initial, final = 70.2281 0.458784
- Force max component initial, final = 5.77591 0.0435487
- Final line search alpha, max atom move = 0.0625 0.00272179
- Iterations, force evaluations = 20 43
-
-Pair time (%) = 0.434369 (875.674)
-Neigh time (%) = 0.00533009 (10.7453)
-Comm time (%) = 0.00270891 (5.46108)
-Outpt time (%) = 0.00138426 (2.79062)
-Other time (%) = -0.394188 (-794.671)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2050 2388.0324 -2025.875 -2025.875 15679.248 -15679.248
- 2060 2423.7499 -2028.928 -2028.928 14797.484 -14797.484
- 2070 2477.6452 -2033.2573 -2033.2573 14299.635 -14299.635
- 2080 2408.6175 -2029.5638 -2029.5638 15555.207 -15555.207
- 2090 2372.4039 -2028.0661 -2028.0661 14836.674 -14836.674
- 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
-Loop time of 0.118118 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
- 2120 2282.807 -2213.2156 -2213.2156 12282.723 -12282.723
-Loop time of 0.0510461 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.97276185 -2213.19711006 -2213.21557385
- Force two-norm initial, final = 70.3768 0.533567
- Force max component initial, final = 5.70703 0.043842
- Final line search alpha, max atom move = 0.0625 0.00274013
- Iterations, force evaluations = 20 45
-
-Pair time (%) = 0.597414 (1170.34)
-Neigh time (%) = 0.00867629 (16.997)
-Comm time (%) = 0.00361013 (7.0723)
-Outpt time (%) = 0.00171137 (3.35259)
-Other time (%) = -0.560366 (-1097.76)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2100 2282.807 -2022.9728 -2022.9728 13771.126 -13771.126
- 2110 2303.0425 -2024.9919 -2024.9919 12464.857 -12464.857
- 2120 2360.9763 -2029.4016 -2029.4016 13469.132 -13469.132
- 2130 2363.428 -2030.1043 -2030.1043 15280.156 -15280.156
- 2140 2342.1302 -2029.1946 -2029.1946 16537.826 -16537.826
- 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
-Loop time of 0.118056 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
- 2172 2370.913 -2213.2741 -2213.2741 12894.857 -12894.857
-Loop time of 0.0554011 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.53348965 -2213.25302514 -2213.27406396
- Force two-norm initial, final = 69.2835 0.495764
- Force max component initial, final = 6.18767 0.0542698
- Final line search alpha, max atom move = 0.0913083 0.00495528
- Iterations, force evaluations = 22 48
-
-Pair time (%) = 0.765314 (1381.41)
-Neigh time (%) = 0.0113587 (20.5027)
-Comm time (%) = 0.00450516 (8.13189)
-Outpt time (%) = 0.00204349 (3.68853)
-Other time (%) = -0.72782 (-1313.73)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2150 2370.913 -2031.5335 -2031.5335 16284.533 -16284.533
- 2160 2400.3409 -2033.8995 -2033.8995 15589.868 -15589.868
- 2170 2348.0106 -2030.8573 -2030.8573 16356.67 -16356.67
- 2180 2399.9374 -2034.6691 -2034.6691 16392.913 -16392.913
- 2190 2392.6986 -2034.5821 -2034.5821 14814.071 -14814.071
- 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
-Loop time of 0.118342 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
- 2223 2336.5644 -2213.3242 -2213.3242 12661.654 -12661.654
-Loop time of 0.0524318 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.26024694 -2213.31614498 -2213.32423269
- Force two-norm initial, final = 70.9283 0.258479
- Force max component initial, final = 7.02882 0.0290686
- Final line search alpha, max atom move = 0.0625 0.00181679
- Iterations, force evaluations = 23 46
-
-Pair time (%) = 0.929832 (1773.41)
-Neigh time (%) = 0.01474 (28.1127)
-Comm time (%) = 0.00540709 (10.3126)
-Outpt time (%) = 0.00238657 (4.55176)
-Other time (%) = -0.899934 (-1716.39)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2200 2336.5644 -2031.2602 -2031.2602 14750.624 -14750.624
- 2210 2363.9784 -2033.4005 -2033.4005 14304.095 -14304.095
- 2220 2380.8813 -2034.8176 -2034.8176 15468.497 -15468.497
- 2230 2334.4264 -2032.0386 -2032.0386 15695.223 -15695.223
- 2240 2300.4389 -2030.0067 -2030.0067 14961.51 -14961.51
- 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
-Loop time of 0.118525 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
- 2274 2320.446 -2213.3097 -2213.3097 12553.201 -12553.201
-Loop time of 0.0591478 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.44077479 -2213.29969082 -2213.30965358
- Force two-norm initial, final = 68.1189 0.544409
- Force max component initial, final = 6.02231 0.0685961
- Final line search alpha, max atom move = 0.0411842 0.00282508
- Iterations, force evaluations = 24 53
-
-Pair time (%) = 1.10116 (1861.71)
-Neigh time (%) = 0.0180869 (30.5792)
-Comm time (%) = 0.00637484 (10.7778)
-Outpt time (%) = 0.00272536 (4.60771)
-Other time (%) = -1.0692 (-1807.67)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2250 2320.446 -2031.4408 -2031.4408 14781.77 -14781.77
- 2260 2281.9259 -2028.8832 -2028.8832 15752.238 -15752.238
- 2270 2394.7093 -2036.2025 -2036.2025 15297.619 -15297.619
- 2280 2419.656 -2037.661 -2037.661 14545.965 -14545.965
- 2290 2383.4904 -2035.0994 -2035.0994 15599.399 -15599.399
- 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
-Loop time of 0.119473 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
- 2319 2408.8886 -2213.2667 -2213.2667 13151.43 -13151.43
-Loop time of 0.046108 on 1 procs for 19 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2036.57712767 -2213.24687627 -2213.26670703
- Force two-norm initial, final = 70.4509 0.398542
- Force max component initial, final = 6.75559 0.0464079
- Final line search alpha, max atom move = 0.0481053 0.00223247
- Iterations, force evaluations = 19 41
-
-Pair time (%) = 1.26133 (2735.6)
-Neigh time (%) = 0.0207987 (45.1086)
-Comm time (%) = 0.00720477 (15.6259)
-Outpt time (%) = 0.0030632 (6.64354)
-Other time (%) = -1.24629 (-2702.98)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 1
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2300 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
- 2310 2405.8437 -2036.1356 -2036.1356 15011.491 -15011.491
- 2320 2425.8321 -2037.2129 -2037.2129 15359.878 -15359.878
- 2330 2368.616 -2033.1838 -2033.1838 16679.877 -16679.877
- 2340 2275.7419 -2026.7338 -2026.7338 16705.722 -16705.722
- 2350 2286.6615 -2026.9425 -2026.9425 15695.986 -15695.986
-Loop time of 0.118404 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2350 2286.6615 -2026.9425 -2026.9425 15695.986 -15695.986
- 2374 2286.6615 -2213.3234 -2213.3234 12320.682 -12320.682
-Loop time of 0.0557549 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2026.94246229 -2213.30179501 -2213.32344573
- Force two-norm initial, final = 70.9346 0.528634
- Force max component initial, final = 5.77336 0.0645651
- Final line search alpha, max atom move = 0.08361 0.00539828
- Iterations, force evaluations = 24 49
-
-Pair time (%) = 1.42993 (2564.67)
-Neigh time (%) = 0.0234795 (42.1119)
-Comm time (%) = 0.0081172 (14.5587)
-Outpt time (%) = 0.00339317 (6.08587)
-Other time (%) = -1.40916 (-2527.43)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2213.2803 -2213.2803 -3389.767 3389.767
- 2360 1.2293581e-10 -2213.2803 -2213.2803 -3389.767 3389.767
- 2370 1.3479408e-09 -2213.2803 -2213.2803 -3389.767 3389.767
- 2380 6.5823455e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
- 2390 3.539574e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
- 2400 1.3947615e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
- 2410 6.6808683e-07 -2213.2807 -2213.2807 -3389.7345 3389.7345
- 2420 2.5125301e-06 -2213.2818 -2213.2818 -3389.6344 3389.6344
- 2430 1.2399436e-05 -2213.2864 -2213.2864 -3389.0397 3389.0397
- 2440 2.9841643e-05 -2213.2986 -2213.2986 -3387.701 3387.701
- 2450 4.94033e-05 -2213.3251 -2213.3251 -3384.4832 3384.4832
- 2460 1.4808742e-06 -2213.3363 -2213.3363 -3383.6796 3383.6796
- 2470 3.9709003e-07 -2213.3365 -2213.3365 -3383.496 3383.496
- 2480 5.6174555e-07 -2213.3367 -2213.3367 -3383.5027 3383.5027
- 2490 1.4981041e-07 -2213.3368 -2213.3368 -3383.4383 3383.4383
- 2500 3.2618808e-08 -2213.3368 -2213.3368 -3383.4443 3383.4443
- 2510 2.4926532e-07 -2213.337 -2213.337 -3383.4333 3383.4333
- 2520 6.1449721e-07 -2213.3373 -2213.3373 -3383.3874 3383.3874
- 2527 1.4229395e-08 -2213.3374 -2213.3374 -3383.3825 3383.3825
-Loop time of 0.178833 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28029768 -2213.33737305 -2213.33737367
- Force two-norm initial, final = 0.377272 0.00613089
- Force max component initial, final = 0.037084 0.000516781
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.156172 (87.3283)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00146174 (0.817379)
-Outpt time (%) = 0.00113392 (0.634066)
-Other time (%) = 0.0200655 (11.2203)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2527 0 -2213.3374 -2213.3374 -3383.3825 3383.3825
- 2530 2.3692739e-15 -2213.3374 -2213.3374 -3383.3825 3383.3825
- 2540 7.1113803e-14 -2213.3374 -2213.3374 -3383.3825 3383.3825
- 2550 6.1063882e-13 -2213.3374 -2213.3374 -3383.3825 3383.3825
- 2560 2.8200725e-12 -2213.3374 -2213.3374 -3383.3825 3383.3825
- 2570 1.4626876e-11 -2213.3374 -2213.3374 -3383.3826 3383.3826
- 2580 5.6811715e-11 -2213.3374 -2213.3374 -3383.3828 3383.3828
- 2584 1.057777e-10 -2213.3374 -2213.3374 -3383.3831 3383.3831
-Loop time of 0.0588851 on 1 procs for 57 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737367 -2213.33737372 -2213.33737373
- Force two-norm initial, final = 0.00613089 0.00594805
- Force max component initial, final = 0.000516781 0.000498818
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 57 57
-
-Pair time (%) = 0.0509624 (86.5456)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000472546 (0.802488)
-Outpt time (%) = 0.000403881 (0.68588)
-Other time (%) = 0.00704622 (11.9661)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2350 2408.8886 -2036.5771 -2036.5771 15325.052 -15325.052
- 2360 2395.299 -2034.9629 -2034.9629 15699.573 -15699.573
- 2370 2438.5648 -2037.0078 -2037.0078 14760.627 -14760.627
- 2380 2420.7931 -2034.9764 -2034.9764 15614.282 -15614.282
- 2390 2314.4768 -2027.0279 -2027.0279 16125.624 -16125.624
- 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
-Loop time of 0.119281 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
- 2420 2359.3582 -2213.2214 -2213.2214 12805.721 -12805.721
-Loop time of 0.0450649 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.91231881 -2213.20523845 -2213.22137127
- Force two-norm initial, final = 68.5631 0.564851
- Force max component initial, final = 6.06292 0.0471012
- Final line search alpha, max atom move = 0.0625 0.00294383
- Iterations, force evaluations = 20 37
-
-Pair time (%) = 0.209332 (464.513)
-Neigh time (%) = 0.00334406 (7.42054)
-Comm time (%) = 0.0012815 (2.84367)
-Outpt time (%) = 0.000732183 (1.62473)
-Other time (%) = -0.169625 (-376.402)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2400 2359.3582 -2028.9123 -2028.9123 15159.205 -15159.205
- 2410 2342.2827 -2026.5166 -2026.5166 15404.262 -15404.262
- 2420 2382.5378 -2027.7681 -2027.7681 16163.446 -16163.446
- 2430 2438.3767 -2029.9317 -2029.9317 15993.87 -15993.87
- 2440 2426.9856 -2027.6728 -2027.6728 14792.91 -14792.91
- 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
-Loop time of 0.118338 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
- 2473 2401.5475 -2213.3003 -2213.3003 13119.015 -13119.015
-Loop time of 0.0517192 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.55457908 -2213.28937295 -2213.30033868
- Force two-norm initial, final = 71.9936 0.541834
- Force max component initial, final = 7.17566 0.0693126
- Final line search alpha, max atom move = 0.0625 0.00433204
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.373235 (721.658)
-Neigh time (%) = 0.00671148 (12.9768)
-Comm time (%) = 0.00216556 (4.18714)
-Outpt time (%) = 0.00106311 (2.05554)
-Other time (%) = -0.331456 (-640.877)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14248 ave 14248 max 14248 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14248
-Ave neighs/atom = 27.8826
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2450 2401.5475 -2024.5546 -2024.5546 15285.355 -15285.355
- 2460 2468.118 -2027.564 -2027.564 15393.761 -15393.761
- 2470 2479.5826 -2027.0538 -2027.0538 17035.138 -17035.138
- 2480 2424.6189 -2022.344 -2022.344 17053.507 -17053.507
- 2490 2478.0671 -2024.9216 -2024.9216 16079.338 -16079.338
- 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
-Loop time of 0.118074 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
- 2524 2448.6081 -2213.2752 -2213.2752 13426.238 -13426.238
-Loop time of 0.0536501 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.16465785 -2213.25972636 -2213.2751594
- Force two-norm initial, final = 70.4487 0.521154
- Force max component initial, final = 6.32576 0.0610667
- Final line search alpha, max atom move = 0.0535503 0.00327014
- Iterations, force evaluations = 24 46
-
-Pair time (%) = 0.538805 (1004.29)
-Neigh time (%) = 0.0100543 (18.7406)
-Comm time (%) = 0.0030508 (5.68648)
-Outpt time (%) = 0.00140381 (2.6166)
-Other time (%) = -0.499663 (-931.337)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2500 2448.6081 -2022.1647 -2022.1647 16920.97 -16920.97
- 2510 2419.6839 -2019.5788 -2019.5788 17134.22 -17134.22
- 2520 2441.3292 -2020.4113 -2020.4113 15868.184 -15868.184
- 2530 2427.7202 -2018.9948 -2018.9948 13904.575 -13904.575
- 2540 2393.5055 -2016.2936 -2016.2936 12539.454 -12539.454
- 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
-Loop time of 0.118708 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
- 2573 2351.6029 -2213.2797 -2213.2797 12761.366 -12761.366
-Loop time of 0.060082 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2013.09543797 -2213.26625594 -2213.27974746
- Force two-norm initial, final = 71.6772 0.508499
- Force max component initial, final = 5.7552 0.0429461
- Final line search alpha, max atom move = 0.125 0.00536827
- Iterations, force evaluations = 23 54
-
-Pair time (%) = 0.712013 (1185.07)
-Neigh time (%) = 0.0127316 (21.1903)
-Comm time (%) = 0.00398016 (6.62455)
-Outpt time (%) = 0.00173354 (2.88529)
-Other time (%) = -0.670377 (-1115.77)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2550 2351.6029 -2013.0954 -2013.0954 14191.973 -14191.973
- 2560 2446.7302 -2018.9319 -2018.9319 15342.039 -15342.039
- 2570 2449.4004 -2018.6912 -2018.6912 16626.516 -16626.516
- 2580 2547.468 -2024.8695 -2024.8695 14714.628 -14714.628
- 2590 2509.6683 -2022.2435 -2022.2435 15376.083 -15376.083
- 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
-Loop time of 0.118708 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
- 2623 2463.9026 -2213.3012 -2213.3012 13537.908 -13537.908
-Loop time of 0.0597332 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2019.26001831 -2213.2825459 -2213.30120329
- Force two-norm initial, final = 71.1964 0.621621
- Force max component initial, final = 6.1429 0.0583863
- Final line search alpha, max atom move = 0.108326 0.00632478
- Iterations, force evaluations = 23 54
-
-Pair time (%) = 0.884166 (1480.19)
-Neigh time (%) = 0.0160756 (26.9124)
-Comm time (%) = 0.0049367 (8.26458)
-Outpt time (%) = 0.00206041 (3.44936)
-Other time (%) = -0.847505 (-1418.82)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2600 2463.9026 -2019.26 -2019.26 16312.918 -16312.918
- 2610 2480.416 -2020.469 -2020.469 17078.938 -17078.938
- 2620 2613.8435 -2029.5461 -2029.5461 15724.611 -15724.611
- 2630 2542.9404 -2025.4049 -2025.4049 15040.348 -15040.348
- 2640 2387.9624 -2015.8865 -2015.8865 14733.46 -14733.46
- 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
-Loop time of 0.119931 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
- 2673 2373.4167 -2213.3171 -2213.3171 12915.21 -12915.21
-Loop time of 0.0547249 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2015.61862595 -2213.30411304 -2213.31710832
- Force two-norm initial, final = 71.1767 0.405312
- Force max component initial, final = 5.79656 0.055302
- Final line search alpha, max atom move = 0.0625 0.00345638
- Iterations, force evaluations = 23 47
-
-Pair time (%) = 1.05188 (1922.13)
-Neigh time (%) = 0.0200968 (36.7233)
-Comm time (%) = 0.00589037 (10.7636)
-Outpt time (%) = 0.0023942 (4.37497)
-Other time (%) = -1.02554 (-1873.99)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2650 2373.4167 -2015.6186 -2015.6186 14751.659 -14751.659
- 2660 2450.5119 -2021.4083 -2021.4083 12045.631 -12045.631
- 2670 2402.5212 -2019.0102 -2019.0102 11713.128 -11713.128
- 2680 2409.6609 -2020.2761 -2020.2761 13747.184 -13747.184
- 2690 2470.8905 -2025.1855 -2025.1855 14895.557 -14895.557
- 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
-Loop time of 0.119791 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
- 2723 2419.8424 -2213.2557 -2213.2557 13230.277 -13230.277
-Loop time of 0.0535741 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.79560195 -2213.23469415 -2213.25574206
- Force two-norm initial, final = 69.9402 0.489319
- Force max component initial, final = 7.23275 0.0613992
- Final line search alpha, max atom move = 0.11057 0.00678891
- Iterations, force evaluations = 23 47
-
-Pair time (%) = 1.21971 (2276.67)
-Neigh time (%) = 0.0228014 (42.5605)
-Comm time (%) = 0.00677729 (12.6503)
-Outpt time (%) = 0.00272226 (5.08131)
-Other time (%) = -1.19843 (-2236.97)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2700 2419.8424 -2022.7956 -2022.7956 14792.094 -14792.094
- 2710 2424.9859 -2024.1904 -2024.1904 13957.655 -13957.655
- 2720 2452.9126 -2027.1851 -2027.1851 14298.784 -14298.784
- 2730 2443.6315 -2027.852 -2027.852 15320.632 -15320.632
- 2740 2418.4716 -2027.5687 -2027.5687 15521.918 -15521.918
- 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
-Loop time of 0.118788 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
- 2774 2412.7887 -2213.2921 -2213.2921 13184.173 -13184.173
-Loop time of 0.047528 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.63923407 -2213.27737535 -2213.29205334
- Force two-norm initial, final = 67.8626 0.537818
- Force max component initial, final = 5.9159 0.0716169
- Final line search alpha, max atom move = 0.0625 0.00447606
- Iterations, force evaluations = 24 39
-
-Pair time (%) = 1.37918 (2901.83)
-Neigh time (%) = 0.0268443 (56.4809)
-Comm time (%) = 0.00764132 (16.0775)
-Outpt time (%) = 0.00305557 (6.42899)
-Other time (%) = -1.36919 (-2880.81)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2750 2412.7887 -2028.6392 -2028.6392 13684.123 -13684.123
- 2760 2340.4685 -2025.3124 -2025.3124 12959.615 -12959.615
- 2770 2272.766 -2022.1638 -2022.1638 11704.18 -11704.18
- 2780 2205.7774 -2018.82 -2018.82 12587.813 -12587.813
- 2790 2272.1053 -2023.994 -2023.994 13850.448 -13850.448
- 2800 2367.6808 -2030.9447 -2030.9447 14161.403 -14161.403
-Loop time of 0.1188 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2800 2367.6808 -2030.9447 -2030.9447 14161.403 -14161.403
- 2820 2367.6808 -2210.2791 -2210.2791 13363.522 -13363.522
-Loop time of 0.0493581 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.94467388 -2210.26025244 -2210.27913224
- Force two-norm initial, final = 66.6779 0.825083
- Force max component initial, final = 5.8678 0.110945
- Final line search alpha, max atom move = 0.0431632 0.00478874
- Iterations, force evaluations = 20 39
-
-Pair time (%) = 1.54196 (3124.03)
-Neigh time (%) = 0.0295391 (59.8465)
-Comm time (%) = 0.00845671 (17.1334)
-Outpt time (%) = 0.00338268 (6.85334)
-Other time (%) = -1.53398 (-3107.86)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14226 ave 14226 max 14226 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14226
-Ave neighs/atom = 27.8395
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2800 0 -2213.2803 -2213.2803 -3389.767 3389.767
- 2810 1.2293633e-10 -2213.2803 -2213.2803 -3389.767 3389.767
- 2820 1.3480216e-09 -2213.2803 -2213.2803 -3389.767 3389.767
- 2830 6.5852325e-09 -2213.2803 -2213.2803 -3389.7667 3389.7667
- 2840 3.5467304e-08 -2213.2803 -2213.2803 -3389.7654 3389.7654
- 2850 1.4091684e-07 -2213.2804 -2213.2804 -3389.7604 3389.7604
- 2860 6.9594762e-07 -2213.2807 -2213.2807 -3389.7341 3389.7341
- 2870 3.0412185e-06 -2213.2818 -2213.2818 -3389.6264 3389.6264
- 2880 1.4596618e-05 -2213.287 -2213.287 -3388.9453 3388.9453
- 2890 3.1163323e-05 -2213.2999 -2213.2999 -3387.5726 3387.5726
- 2900 3.6041997e-05 -2213.3227 -2213.3227 -3384.7058 3384.7058
- 2910 1.8568935e-07 -2213.3239 -2213.3239 -3384.7468 3384.7468
- 2920 3.6920855e-06 -2213.3261 -2213.3261 -3384.5942 3384.5942
- 2930 9.4360846e-06 -2213.332 -2213.332 -3384.0101 3384.0101
- 2940 1.1710672e-08 -2213.3346 -2213.3346 -3383.7041 3383.7041
- 2950 6.0726996e-07 -2213.3349 -2213.3349 -3383.6743 3383.6743
- 2960 1.1429597e-07 -2213.3354 -2213.3354 -3383.6101 3383.6101
- 2970 4.5634608e-08 -2213.3355 -2213.3355 -3383.6009 3383.6009
- 2980 5.3141648e-07 -2213.3358 -2213.3358 -3383.5678 3383.5678
- 2990 1.5459803e-06 -2213.3366 -2213.3366 -3383.4724 3383.4724
- 3000 1.8362091e-10 -2213.3372 -2213.3372 -3383.4083 3383.4083
-Loop time of 0.208154 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.28029768 -2213.33724928 -2213.33724928
- Force two-norm initial, final = 0.377272 0.0128535
- Force max component initial, final = 0.037084 0.000961095
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.175401 (84.2648)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00164223 (0.788947)
-Outpt time (%) = 0.00133729 (0.642452)
-Other time (%) = 0.029774 (14.3038)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3010 1.4269833e-13 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3020 1.5647392e-12 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3030 7.6441398e-12 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3040 4.1183032e-11 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3050 1.6369583e-10 -2213.3372 -2213.3372 -3383.4083 3383.4083
- 3060 8.1324471e-10 -2213.3372 -2213.3372 -3383.4082 3383.4082
- 3070 3.6429029e-09 -2213.3373 -2213.3373 -3383.4081 3383.4081
- 3080 2.3513179e-08 -2213.3373 -2213.3373 -3383.4074 3383.4074
- 3090 5.0934773e-08 -2213.3373 -2213.3373 -3383.4054 3383.4054
- 3100 1.1373396e-07 -2213.3373 -2213.3373 -3383.399 3383.399
- 3105 3.5240217e-09 -2213.3373 -2213.3373 -3383.3988 3383.3988
-Loop time of 0.109677 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33724928 -2213.33734856 -2213.33734922
- Force two-norm initial, final = 0.0128535 0.00683845
- Force max component initial, final = 0.000961095 0.000532183
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.0928924 (84.6963)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000862598 (0.786489)
-Outpt time (%) = 0.000669003 (0.609975)
-Other time (%) = 0.0152531 (13.9073)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1550 2332.3338 -2022.3745 -2022.3745 17051.483 -17051.483
- 1560 2432.8567 -2029.5459 -2029.5459 15515.221 -15515.221
- 1570 2445.7821 -2030.9457 -2030.9457 15217.446 -15217.446
- 1580 2351.6223 -2025.2149 -2025.2149 15697.092 -15697.092
- 1590 2464.4216 -2033.0777 -2033.0777 15198.406 -15198.406
- 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
-Loop time of 0.119967 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
- 1621 2386.2043 -2213.3006 -2213.3006 13000.257 -13000.257
-Loop time of 0.0486071 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.30721956 -2213.27949176 -2213.30055148
- Force two-norm initial, final = 70.1572 0.56712
- Force max component initial, final = 5.87302 0.0597908
- Final line search alpha, max atom move = 0.0713105 0.00426371
- Iterations, force evaluations = 21 42
-
-Pair time (%) = 0.255383 (525.403)
-Neigh time (%) = 0.00336194 (6.91656)
-Comm time (%) = 0.00171733 (3.53308)
-Outpt time (%) = 0.00100088 (2.05913)
-Other time (%) = -0.212856 (-437.912)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1600 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
- 1610 2284.3064 -2021.8551 -2021.8551 16366.272 -16366.272
- 1620 2429.5725 -2031.5719 -2031.5719 15962.735 -15962.735
- 1630 2450.3557 -2033.0559 -2033.0559 16762.545 -16762.545
- 1640 2400.3639 -2029.8965 -2029.8965 16727.129 -16727.129
- 1650 2390.0281 -2029.324 -2029.324 15392.683 -15392.683
-Loop time of 0.118906 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1650 2390.0281 -2029.324 -2029.324 15392.683 -15392.683
- 1670 2390.0281 -2213.2899 -2213.2899 13028.936 -13028.936
-Loop time of 0.048043 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2029.32395751 -2213.26864127 -2213.2898737
- Force two-norm initial, final = 70.828 0.437271
- Force max component initial, final = 7.22526 0.0416374
- Final line search alpha, max atom move = 0.0625 0.00260234
- Iterations, force evaluations = 20 40
-
-Pair time (%) = 0.416301 (866.517)
-Neigh time (%) = 0.00671577 (13.9787)
-Comm time (%) = 0.00256252 (5.33381)
-Outpt time (%) = 0.00133109 (2.77062)
-Other time (%) = -0.378867 (-788.6)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1650 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1660 1.903963e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1670 2.0876312e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 1680 1.0194705e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 1690 5.4829206e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 1700 2.1615708e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 1710 1.0380727e-06 -2213.2374 -2213.2374 -3395.8737 3395.8737
- 1720 3.9163901e-06 -2213.2391 -2213.2391 -3394.8714 3394.8714
- 1730 1.8245859e-05 -2213.2466 -2213.2466 -3391.2506 3391.2506
- 1740 5.1140656e-05 -2213.267 -2213.267 -3390.7185 3390.7185
- 1750 0.00011025713 -2213.3181 -2213.3181 -3385.937 3385.937
- 1760 7.5081242e-07 -2213.3358 -2213.3358 -3382.9795 3382.9795
- 1770 2.8543842e-07 -2213.3361 -2213.3361 -3384.0556 3384.0556
- 1780 1.0407357e-06 -2213.3367 -2213.3367 -3383.7481 3383.7481
- 1790 4.4975218e-08 -2213.3372 -2213.3372 -3382.7597 3382.7597
- 1800 1.6785065e-08 -2213.3372 -2213.3372 -3383.5911 3383.5911
- 1810 1.1847012e-07 -2213.3373 -2213.3373 -3383.5169 3383.5169
- 1820 1.6834982e-07 -2213.3374 -2213.3374 -3383.7469 3383.7469
- 1824 1.1031129e-08 -2213.3374 -2213.3374 -3383.4561 3383.4561
-Loop time of 0.17471 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.33736486 -2213.33736633
- Force two-norm initial, final = 0.469509 0.00607802
- Force max component initial, final = 0.0569166 0.000699856
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.153007 (87.5778)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00144482 (0.82698)
-Outpt time (%) = 0.00112128 (0.641796)
-Other time (%) = 0.0191367 (10.9534)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1824 0 -2213.3374 -2213.3374 -3383.4561 3383.4561
- 1825 2.5873246e-16 -2213.3374 -2213.3374 -3383.4561 3383.4561
-Loop time of 0.00213909 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33736633 -2213.33736633 -2213.33736633
- Force two-norm initial, final = 0.00607802 0.00607802
- Force max component initial, final = 0.000699856 0.000699856
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0018599 (86.9483)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.746768)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000263214 (12.3049)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1650 2386.2043 -2028.3072 -2028.3072 16586.232 -16586.232
- 1660 2457.8922 -2033.1482 -2033.1482 15143.057 -15143.057
- 1670 2341.7395 -2025.5966 -2025.5966 15576.104 -15576.104
- 1680 2431.5237 -2031.6028 -2031.6028 15055.709 -15055.709
- 1690 2414.3253 -2030.5441 -2030.5441 15320.409 -15320.409
- 1700 2311.3561 -2023.8316 -2023.8316 16797.829 -16797.829
-Loop time of 0.119928 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1700 2311.3561 -2023.8316 -2023.8316 16797.829 -16797.829
- 1722 2311.3561 -2213.2585 -2213.2585 12484.592 -12484.592
-Loop time of 0.0499082 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2023.83160551 -2213.24444733 -2213.25854858
- Force two-norm initial, final = 71.6921 0.815971
- Force max component initial, final = 5.92759 0.0815166
- Final line search alpha, max atom move = 0.0384873 0.00313735
- Iterations, force evaluations = 22 43
-
-Pair time (%) = 0.165594 (331.798)
-Neigh time (%) = 0.00334597 (6.70425)
-Comm time (%) = 0.000887394 (1.77805)
-Outpt time (%) = 0.000329256 (0.659724)
-Other time (%) = -0.120249 (-240.94)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1700 2311.3561 -2023.8316 -2023.8316 16797.829 -16797.829
- 1710 2327.1274 -2024.8466 -2024.8466 17787.638 -17787.638
- 1720 2452.1035 -2032.9925 -2032.9925 17327.297 -17327.297
- 1730 2484.627 -2035.0927 -2035.0927 15897.289 -15897.289
- 1740 2443.988 -2032.4698 -2032.4698 15755.857 -15755.857
- 1750 2449.9102 -2033.0003 -2033.0003 15910.697 -15910.697
-Loop time of 0.118259 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1750 2449.9102 -2033.0003 -2033.0003 15910.697 -15910.697
- 1770 2449.9102 -2213.3036 -2213.3036 13438.278 -13438.278
-Loop time of 0.0469041 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.00034797 -2213.2910209 -2213.30360857
- Force two-norm initial, final = 71.4673 0.485909
- Force max component initial, final = 6.95511 0.043725
- Final line search alpha, max atom move = 0.0625 0.00273281
- Iterations, force evaluations = 20 41
-
-Pair time (%) = 0.325403 (693.762)
-Neigh time (%) = 0.00605083 (12.9004)
-Comm time (%) = 0.00170803 (3.64154)
-Outpt time (%) = 0.000656366 (1.39938)
-Other time (%) = -0.286914 (-611.703)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14216 ave 14216 max 14216 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14216
-Ave neighs/atom = 27.82
-Neighbor list builds = 1
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1750 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1760 1.9039634e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1770 2.0876371e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 1780 1.0194916e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 1790 5.4834453e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 1800 2.1626292e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 1810 1.0401416e-06 -2213.2374 -2213.2374 -3395.8735 3395.8735
- 1820 3.9577799e-06 -2213.2391 -2213.2391 -3394.8678 3394.8678
- 1830 1.9123946e-05 -2213.2467 -2213.2467 -3391.212 3391.212
- 1840 4.9699994e-05 -2213.2672 -2213.2672 -3390.6797 3390.6797
- 1850 0.00010493025 -2213.3173 -2213.3173 -3385.7005 3385.7005
- 1860 1.0306269e-06 -2213.3355 -2213.3355 -3382.7925 3382.7925
- 1870 3.6143716e-07 -2213.3359 -2213.3359 -3384.1133 3384.1133
- 1880 1.0673424e-06 -2213.3365 -2213.3365 -3383.6861 3383.6861
- 1890 6.8612814e-08 -2213.3371 -2213.3371 -3382.6491 3382.6491
- 1900 2.4668386e-08 -2213.3371 -2213.3371 -3383.647 3383.647
- 1910 1.5418502e-07 -2213.3372 -2213.3372 -3383.5168 3383.5168
- 1920 7.0967248e-09 -2213.3373 -2213.3373 -3383.2557 3383.2557
- 1929 5.0047043e-08 -2213.3373 -2213.3373 -3383.4237 3383.4237
-Loop time of 0.181162 on 1 procs for 179 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.33731089 -2213.33731672
- Force two-norm initial, final = 0.469509 0.00928034
- Force max component initial, final = 0.0569166 0.000637617
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 179 179
-
-Pair time (%) = 0.157561 (86.9721)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00145698 (0.804239)
-Outpt time (%) = 0.00113535 (0.626703)
-Other time (%) = 0.0210092 (11.5969)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1929 0 -2213.3373 -2213.3373 -3383.4237 3383.4237
- 1930 6.0319044e-16 -2213.3373 -2213.3373 -3383.4237 3383.4237
-Loop time of 0.00228596 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33731672 -2213.33731672 -2213.33731672
- Force two-norm initial, final = 0.00928034 0.00928034
- Force max component initial, final = 0.000637617 0.000637617
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00199676 (87.3488)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.646642)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.00027442 (12.0046)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1750 2311.3561 -2023.8316 -2023.8316 16797.829 -16797.829
- 1760 2411.7256 -2030.5721 -2030.5721 15298.126 -15298.126
- 1770 2427.4989 -2031.7513 -2031.7513 15007.168 -15007.168
- 1780 2336.4016 -2025.8714 -2025.8714 15508.871 -15508.871
- 1790 2450.5915 -2033.522 -2033.522 15065.026 -15065.026
- 1800 2377.776 -2028.8578 -2028.8578 16485.814 -16485.814
-Loop time of 0.120224 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1800 2377.776 -2028.8578 -2028.8578 16485.814 -16485.814
- 1821 2377.776 -2213.225 -2213.225 12932.656 -12932.656
-Loop time of 0.0477569 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.85780038 -2213.20446898 -2213.22499981
- Force two-norm initial, final = 70.0507 0.766218
- Force max component initial, final = 5.86171 0.0646529
- Final line search alpha, max atom move = 0.125 0.00808161
- Iterations, force evaluations = 21 41
-
-Pair time (%) = 0.163896 (343.189)
-Neigh time (%) = 0.00335193 (7.01873)
-Comm time (%) = 0.000872374 (1.8267)
-Outpt time (%) = 0.000339031 (0.70991)
-Other time (%) = -0.120703 (-252.744)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 1800 2377.776 -2028.8578 -2028.8578 16485.814 -16485.814
- 1810 2280.5255 -2022.5437 -2022.5437 16310.606 -16310.606
- 1820 2426.5268 -2032.1828 -2032.1828 15956.302 -15956.302
- 1830 2447.9911 -2033.6036 -2033.6036 16773.927 -16773.927
- 1840 2399.4198 -2030.4684 -2030.4684 16731.534 -16731.534
- 1850 2387.8661 -2029.7821 -2029.7821 15399.83 -15399.83
-Loop time of 0.118837 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 1850 2387.8661 -2029.7821 -2029.7821 15399.83 -15399.83
- 1874 2387.8661 -2213.2926 -2213.2926 13011.851 -13011.851
-Loop time of 0.0648201 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2029.78209659 -2213.28164464 -2213.29255922
- Force two-norm initial, final = 70.8063 0.34231
- Force max component initial, final = 7.2201 0.0293883
- Final line search alpha, max atom move = 0.0625 0.00183677
- Iterations, force evaluations = 24 59
-
-Pair time (%) = 0.341204 (526.387)
-Neigh time (%) = 0.00669599 (10.3301)
-Comm time (%) = 0.00185919 (2.86823)
-Outpt time (%) = 0.00067091 (1.03503)
-Other time (%) = -0.28561 (-440.62)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1860 1.9039633e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1870 2.0876345e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 1880 1.0194825e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 1890 5.4832179e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 1900 2.1621702e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 1910 1.0392416e-06 -2213.2374 -2213.2374 -3395.8736 3395.8736
- 1920 3.9395184e-06 -2213.2391 -2213.2391 -3394.8694 3394.8694
- 1930 1.8703107e-05 -2213.2466 -2213.2466 -3391.2295 3391.2295
- 1940 4.9398308e-05 -2213.267 -2213.267 -3390.6862 3390.6862
- 1950 0.00010702586 -2213.3173 -2213.3173 -3385.8128 3385.8128
- 1960 7.887472e-07 -2213.3357 -2213.3357 -3382.9385 3382.9385
- 1970 2.9907171e-07 -2213.3361 -2213.3361 -3384.0597 3384.0597
- 1980 9.8466038e-07 -2213.3366 -2213.3366 -3383.6888 3383.6888
- 1990 4.5863806e-08 -2213.3371 -2213.3371 -3382.7848 3382.7848
- 2000 1.8974572e-08 -2213.3372 -2213.3372 -3383.6009 3383.6009
- 2010 1.3627621e-07 -2213.3372 -2213.3372 -3383.5114 3383.5114
- 2020 2.2113328e-07 -2213.3374 -2213.3374 -3383.7702 3383.7702
- 2024 1.2684427e-08 -2213.3374 -2213.3374 -3383.4594 3383.4594
-Loop time of 0.173933 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.33735748 -2213.33735919
- Force two-norm initial, final = 0.469509 0.00671943
- Force max component initial, final = 0.0569166 0.000749331
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.153194 (88.0764)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00142145 (0.817241)
-Outpt time (%) = 0.00113487 (0.652477)
-Other time (%) = 0.0181828 (10.4539)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2024 0 -2213.3374 -2213.3374 -3383.4594 3383.4594
- 2025 3.1622124e-16 -2213.3374 -2213.3374 -3383.4594 3383.4594
-Loop time of 0.00217009 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33735919 -2213.33735919 -2213.33735919
- Force two-norm initial, final = 0.00671943 0.00671943
- Force max component initial, final = 0.000749331 0.000749331
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185919 (85.6735)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.747089)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000294685 (13.5794)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 1850 2377.776 -2028.8578 -2028.8578 16485.814 -16485.814
- 1860 2447.4823 -2033.5566 -2033.5566 15038.521 -15038.521
- 1870 2331.9073 -2026.0522 -2026.0522 15453.005 -15453.005
- 1880 2421.2482 -2032.052 -2032.052 14935.793 -14935.793
- 1890 2403.9394 -2031.0127 -2031.0127 15217.039 -15217.039
- 1900 2302.8305 -2024.4567 -2024.4567 16696.09 -16696.09
-Loop time of 0.119853 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 1900 2302.8305 -2024.4567 -2024.4567 16696.09 -16696.09
- 1923 2302.8305 -2213.2965 -2213.2965 12429.37 -12429.37
-Loop time of 0.0533531 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.45669049 -2213.27851044 -2213.2964945
- Force two-norm initial, final = 71.575 0.357867
- Force max component initial, final = 5.92584 0.0418036
- Final line search alpha, max atom move = 0.0625 0.00261273
- Iterations, force evaluations = 23 47
-
-Pair time (%) = 0.168885 (316.543)
-Neigh time (%) = 0.00335002 (6.27896)
-Comm time (%) = 0.000916243 (1.71732)
-Outpt time (%) = 0.00032711 (0.613105)
-Other time (%) = -0.120126 (-225.152)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 1900 2302.8305 -2024.4567 -2024.4567 16696.09 -16696.09
- 1910 2320.3279 -2025.6183 -2025.6183 17702.373 -17702.373
- 1920 2445.673 -2033.8041 -2033.8041 17265.969 -17265.969
- 1930 2478.3168 -2035.9067 -2035.9067 15877.618 -15877.618
- 1940 2438.1402 -2033.3005 -2033.3005 15744.474 -15744.474
- 1950 2443.9157 -2033.8112 -2033.8112 15893.265 -15893.265
-Loop time of 0.118148 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 1950 2443.9157 -2033.8112 -2033.8112 15893.265 -15893.265
- 1969 2443.9157 -2213.2225 -2213.2225 13389.436 -13389.436
-Loop time of 0.0456581 on 1 procs for 19 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.81119532 -2213.20121213 -2213.2224704
- Force two-norm initial, final = 71.3662 0.501521
- Force max component initial, final = 6.95342 0.0467143
- Final line search alpha, max atom move = 0.0625 0.00291965
- Iterations, force evaluations = 19 39
-
-Pair time (%) = 0.326685 (715.503)
-Neigh time (%) = 0.00669074 (14.654)
-Comm time (%) = 0.00174856 (3.82969)
-Outpt time (%) = 0.000663042 (1.45219)
-Other time (%) = -0.290129 (-635.438)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1960 1.9039629e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1970 2.0876288e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 1980 1.019462e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 1990 5.4827107e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 2000 2.1611455e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 2010 1.0372239e-06 -2213.2374 -2213.2374 -3395.8738 3395.8738
- 2020 3.8979393e-06 -2213.2391 -2213.2391 -3394.8729 3394.8729
- 2030 1.7640354e-05 -2213.2465 -2213.2465 -3391.272 3391.272
- 2040 4.7824272e-05 -2213.2664 -2213.2664 -3390.6834 3390.6834
- 2050 0.00011408507 -2213.3174 -2213.3174 -3386.0108 3386.0108
- 2060 5.8304847e-07 -2213.336 -2213.336 -3383.4363 3383.4363
- 2070 2.4811557e-07 -2213.3363 -2213.3363 -3383.8999 3383.8999
- 2080 8.3783012e-07 -2213.3368 -2213.3368 -3383.6359 3383.6359
- 2090 3.6039395e-08 -2213.3372 -2213.3372 -3383.1901 3383.1901
- 2100 1.555992e-08 -2213.3372 -2213.3372 -3383.48 3383.48
- 2110 1.0086457e-07 -2213.3373 -2213.3373 -3383.4487 3383.4487
- 2120 1.4625817e-07 -2213.3374 -2213.3374 -3383.5605 3383.5605
- 2124 2.6194154e-08 -2213.3374 -2213.3374 -3383.4251 3383.4251
-Loop time of 0.174277 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.33736928 -2213.33737213
- Force two-norm initial, final = 0.469509 0.00548597
- Force max component initial, final = 0.0569166 0.000492332
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.153204 (87.9083)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00140524 (0.806326)
-Outpt time (%) = 0.00114179 (0.655157)
-Other time (%) = 0.0185261 (10.6303)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2124 0 -2213.3374 -2213.3374 -3383.4251 3383.4251
- 2125 2.107815e-16 -2213.3374 -2213.3374 -3383.4251 3383.4251
-Loop time of 0.00216198 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737213 -2213.33737213 -2213.33737213
- Force two-norm initial, final = 0.00548597 0.00548597
- Force max component initial, final = 0.000492332 0.000492332
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.001858 (85.9396)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.69277e-05 (0.782973)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000287056 (13.2775)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 1950 2302.8305 -2024.4567 -2024.4567 16696.09 -16696.09
- 1960 2400.945 -2031.0452 -2031.0452 15191.339 -15191.339
- 1970 2416.7411 -2032.2223 -2032.2223 14880.966 -14880.966
- 1980 2325.9521 -2026.3622 -2026.3622 15377.977 -15377.977
- 1990 2439.574 -2033.9741 -2033.9741 14953.79 -14953.79
- 2000 2369.0808 -2029.4592 -2029.4592 16381.568 -16381.568
-Loop time of 0.119695 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2000 2369.0808 -2029.4592 -2029.4592 16381.568 -16381.568
- 2022 2369.0808 -2213.3101 -2213.3101 12888.062 -12888.062
-Loop time of 0.053972 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2029.45917149 -2213.29018291 -2213.31007118
- Force two-norm initial, final = 69.9367 0.57032
- Force max component initial, final = 5.8497 0.058198
- Final line search alpha, max atom move = 0.0304131 0.00176998
- Iterations, force evaluations = 22 48
-
-Pair time (%) = 0.169344 (313.763)
-Neigh time (%) = 0.00335598 (6.218)
-Comm time (%) = 0.000915289 (1.69586)
-Outpt time (%) = 0.000338316 (0.626836)
-Other time (%) = -0.119982 (-222.303)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2000 2369.0808 -2029.4592 -2029.4592 16381.568 -16381.568
- 2010 2274.3731 -2023.3108 -2023.3108 16235.264 -16235.264
- 2020 2420.6003 -2032.9588 -2032.9588 15916.604 -15916.604
- 2030 2442.3604 -2034.3825 -2034.3825 16744.074 -16744.074
- 2040 2394.955 -2031.3011 -2031.3011 16698.837 -16698.837
- 2050 2382.7573 -2030.5437 -2030.5437 15380.987 -15380.987
-Loop time of 0.118698 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2050 2382.7573 -2030.5437 -2030.5437 15380.987 -15380.987
- 2074 2382.7573 -2213.3054 -2213.3054 12975.89 -12975.89
-Loop time of 0.0628211 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.54371386 -2213.2937659 -2213.30543095
- Force two-norm initial, final = 70.7404 0.444117
- Force max component initial, final = 7.21072 0.041327
- Final line search alpha, max atom move = 0.125 0.00516587
- Iterations, force evaluations = 24 57
-
-Pair time (%) = 0.344532 (548.434)
-Neigh time (%) = 0.00671005 (10.6812)
-Comm time (%) = 0.00187922 (2.99137)
-Outpt time (%) = 0.00066638 (1.06076)
-Other time (%) = -0.290967 (-463.167)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 2060 1.9039635e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 2070 2.0876381e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 2080 1.019495e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 2090 5.4835292e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 2100 2.1627989e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 2110 1.040477e-06 -2213.2374 -2213.2374 -3395.8734 3395.8734
- 2120 3.9648533e-06 -2213.2391 -2213.2391 -3394.8672 3394.8672
- 2130 1.9340743e-05 -2213.2467 -2213.2467 -3391.2044 3391.2044
- 2140 4.9401663e-05 -2213.2673 -2213.2673 -3390.6728 3390.6728
- 2150 0.00010344079 -2213.317 -2213.317 -3385.6754 3385.6754
- 2160 5.8572071e-07 -2213.336 -2213.336 -3382.8197 3382.8197
- 2170 3.0284212e-07 -2213.3364 -2213.3364 -3383.8484 3383.8484
- 2180 1.0683548e-06 -2213.3369 -2213.3369 -3383.7818 3383.7818
- 2190 2.2235812e-08 -2213.3372 -2213.3372 -3383.7982 3383.7982
- 2200 2.3548547e-08 -2213.3373 -2213.3373 -3383.3297 3383.3297
- 2210 1.1713194e-07 -2213.3374 -2213.3374 -3383.3208 3383.3208
- 2216 7.0211395e-09 -2213.3374 -2213.3374 -3383.4005 3383.4005
-Loop time of 0.166265 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.33737631 -2213.33737746
- Force two-norm initial, final = 0.469509 0.00731057
- Force max component initial, final = 0.0569166 0.000908119
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.145977 (87.7977)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0013721 (0.825248)
-Outpt time (%) = 0.00106764 (0.642131)
-Other time (%) = 0.0178485 (10.735)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2216 0 -2213.3374 -2213.3374 -3383.4005 3383.4005
- 2217 3.7430736e-16 -2213.3374 -2213.3374 -3383.4005 3383.4005
-Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737746 -2213.33737746 -2213.33737746
- Force two-norm initial, final = 0.00731057 0.00731057
- Force max component initial, final = 0.000908119 0.000908119
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0018599 (86.958)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.757998)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000262737 (12.284)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 1650 2390.0281 -2029.324 -2029.324 15392.683 -15392.683
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1650 2390.0281 -2029.324 -2029.324 15392.683 -15392.683
- 1660 2430.6218 -2032.0412 -2032.0412 15070.421 -15070.421
- 1670 2503.7159 -2036.9794 -2036.9794 16718.155 -16718.155
- 1680 2342.8833 -2026.5699 -2026.5699 18966.522 -18966.522
- 1690 2340.7096 -2026.6161 -2026.6161 16238.534 -16238.534
- 1700 2421.9806 -2032.1133 -2032.1133 14009.348 -14009.348
-Loop time of 0.117969 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1700 2421.9806 -2032.1133 -2032.1133 14009.348 -14009.348
- 1723 2421.9806 -2213.3092 -2213.3092 13252.501 -13252.501
-Loop time of 0.0565288 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.11333328 -2213.29060572 -2213.30923978
- Force two-norm initial, final = 68.5168 0.621404
- Force max component initial, final = 6.04335 0.0605262
- Final line search alpha, max atom move = 0.0445273 0.00269507
- Iterations, force evaluations = 23 51
-
-Pair time (%) = 0.170827 (302.194)
-Neigh time (%) = 0.0026803 (4.74148)
-Comm time (%) = 0.000931025 (1.64699)
-Outpt time (%) = 0.000323772 (0.572757)
-Other time (%) = -0.118233 (-209.156)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1700 2421.9806 -2032.1133 -2032.1133 14009.348 -14009.348
- 1710 2355.2348 -2027.8729 -2027.8729 14714.822 -14714.822
- 1720 2283.5089 -2023.2325 -2023.2325 15290.299 -15290.299
- 1730 2409.3666 -2031.5452 -2031.5452 13833.31 -13833.31
- 1740 2369.0549 -2028.8513 -2028.8513 14264.424 -14264.424
- 1750 2363.7315 -2028.4409 -2028.4409 14927.719 -14927.719
-Loop time of 0.118458 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1750 2363.7315 -2028.4409 -2028.4409 14927.719 -14927.719
- 1771 2363.7315 -2213.2594 -2213.2594 12826.381 -12826.381
-Loop time of 0.0465422 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.44086333 -2213.24582317 -2213.25937666
- Force two-norm initial, final = 70.3315 0.561186
- Force max component initial, final = 6.79203 0.0997459
- Final line search alpha, max atom move = 0.0625 0.00623412
- Iterations, force evaluations = 21 39
-
-Pair time (%) = 0.329778 (708.558)
-Neigh time (%) = 0.0060463 (12.991)
-Comm time (%) = 0.00176811 (3.79895)
-Outpt time (%) = 0.000655174 (1.4077)
-Other time (%) = -0.291706 (-626.756)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1750 2363.7315 -2028.4409 -2028.4409 14927.719 -14927.719
- 1760 2399.9015 -2030.7188 -2030.7188 14209.171 -14209.171
- 1770 2380.3942 -2029.3034 -2029.3034 15269.807 -15269.807
- 1780 2328.377 -2025.7041 -2025.7041 15644.733 -15644.733
- 1790 2256.2506 -2020.668 -2020.668 15331.131 -15331.131
- 1800 2286.6321 -2022.1911 -2022.1911 15370.231 -15370.231
-Loop time of 0.118238 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1800 2286.6321 -2022.1911 -2022.1911 15370.231 -15370.231
- 1823 2286.6321 -2213.3003 -2213.3003 12320.041 -12320.041
-Loop time of 0.0522258 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.1911213 -2213.28747089 -2213.30026106
- Force two-norm initial, final = 72.3806 0.454541
- Force max component initial, final = 6.44756 0.0590018
- Final line search alpha, max atom move = 0.0625 0.00368761
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.494059 (946.006)
-Neigh time (%) = 0.0093925 (17.9844)
-Comm time (%) = 0.00266123 (5.09562)
-Outpt time (%) = 0.000982285 (1.88084)
-Other time (%) = -0.45487 (-870.967)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1800 2286.6321 -2022.1911 -2022.1911 15370.231 -15370.231
- 1810 2516.1403 -2036.6711 -2036.6711 13992.511 -13992.511
- 1820 2514.444 -2035.9109 -2035.9109 15059.668 -15059.668
- 1830 2374.0916 -2026.1254 -2026.1254 17677.668 -17677.668
- 1840 2387.0208 -2026.4213 -2026.4213 18549.93 -18549.93
- 1850 2493.3742 -2032.8194 -2032.8194 18705.524 -18705.524
-Loop time of 0.119321 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1850 2493.3742 -2032.8194 -2032.8194 18705.524 -18705.524
- 1873 2493.3742 -2213.2857 -2213.2857 13736.047 -13736.047
-Loop time of 0.04983 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.81938242 -2213.27954357 -2213.28569783
- Force two-norm initial, final = 70.2237 0.33614
- Force max component initial, final = 6.57048 0.0352185
- Final line search alpha, max atom move = 0.0625 0.00220116
- Iterations, force evaluations = 23 43
-
-Pair time (%) = 0.657042 (1318.57)
-Neigh time (%) = 0.0127466 (25.5801)
-Comm time (%) = 0.00354171 (7.10759)
-Outpt time (%) = 0.0013144 (2.63777)
-Other time (%) = -0.624815 (-1253.89)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2213.2899 -2213.2899 -3385.937 3385.937
- 1860 1.6514744e-10 -2213.2899 -2213.2899 -3385.937 3385.937
- 1870 1.810795e-09 -2213.2899 -2213.2899 -3385.9369 3385.9369
- 1880 8.8430659e-09 -2213.2899 -2213.2899 -3385.9363 3385.9363
- 1890 4.7566178e-08 -2213.2899 -2213.2899 -3385.933 3385.933
- 1900 1.8763942e-07 -2213.29 -2213.29 -3385.9211 3385.9211
- 1910 9.0332884e-07 -2213.2904 -2213.2904 -3385.8613 3385.8613
- 1920 3.4421539e-06 -2213.2919 -2213.2919 -3385.6608 3385.6608
- 1930 1.6242261e-05 -2213.2984 -2213.2984 -3384.9454 3384.9454
- 1940 3.3232148e-05 -2213.312 -2213.312 -3385.3077 3385.3077
- 1950 3.9947048e-05 -2213.3304 -2213.3304 -3384.3366 3384.3366
- 1960 1.0057623e-06 -2213.3354 -2213.3354 -3383.2017 3383.2017
- 1970 3.84032e-07 -2213.3359 -2213.3359 -3383.6381 3383.6381
- 1980 1.3130622e-06 -2213.3366 -2213.3366 -3383.6664 3383.6664
- 1990 4.3668778e-08 -2213.3371 -2213.3371 -3383.5033 3383.5033
- 2000 2.1392306e-07 -2213.3373 -2213.3373 -3383.3218 3383.3218
- 2010 3.8967906e-08 -2213.3373 -2213.3373 -3383.508 3383.508
- 2020 1.0224324e-07 -2213.3373 -2213.3373 -3383.417 3383.417
-Loop time of 0.172783 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2898737 -2213.33733952 -2213.33734785
- Force two-norm initial, final = 0.437271 0.00828505
- Force max component initial, final = 0.0416374 0.000614836
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.150541 (87.1274)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00143886 (0.832754)
-Outpt time (%) = 0.00106788 (0.618045)
-Other time (%) = 0.0197349 (11.4218)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2020 0 -2213.3373 -2213.3373 -3383.417 3383.417
- 2021 4.807472e-16 -2213.3373 -2213.3373 -3383.417 3383.417
-Loop time of 0.00216794 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33734785 -2213.33734785 -2213.33734785
- Force two-norm initial, final = 0.00828505 0.00828505
- Force max component initial, final = 0.000614836 0.000614836
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00186491 (86.0222)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.81198e-05 (0.835808)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.00028491 (13.142)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1850 2286.6321 -2022.1911 -2022.1911 15370.231 -15370.231
- 1860 2270.7687 -2020.4887 -2020.4887 15461.761 -15461.761
- 1870 2350.5295 -2024.8607 -2024.8607 15926.463 -15926.463
- 1880 2410.9378 -2027.805 -2027.805 15633.797 -15633.797
- 1890 2440.0566 -2028.6207 -2028.6207 14640.487 -14640.487
- 1900 2408.1289 -2025.4135 -2025.4135 15422.223 -15422.223
-Loop time of 0.1183 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1900 2408.1289 -2025.4135 -2025.4135 15422.223 -15422.223
- 1921 2408.1289 -2213.2868 -2213.2868 13148.728 -13148.728
-Loop time of 0.043854 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.41346067 -2213.27627176 -2213.28679873
- Force two-norm initial, final = 70.9215 0.380043
- Force max component initial, final = 6.85083 0.0378064
- Final line search alpha, max atom move = 0.0625 0.0023629
- Iterations, force evaluations = 21 36
-
-Pair time (%) = 0.158739 (361.971)
-Neigh time (%) = 0.0026691 (6.08632)
-Comm time (%) = 0.000801325 (1.82726)
-Outpt time (%) = 0.000326633 (0.74482)
-Other time (%) = -0.118682 (-270.63)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1900 2408.1289 -2025.4135 -2025.4135 15422.223 -15422.223
- 1910 2417.5931 -2024.9351 -2024.9351 14764.757 -14764.757
- 1920 2465.6038 -2027.0028 -2027.0028 14269.743 -14269.743
- 1930 2337.7412 -2017.5036 -2017.5036 15707.132 -15707.132
- 1940 2413.0799 -2021.4177 -2021.4177 15047.531 -15047.531
- 1950 2488.7165 -2025.2998 -2025.2998 14477.543 -14477.543
-Loop time of 0.118789 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 1950 2488.7165 -2025.2998 -2025.2998 14477.543 -14477.543
- 1972 2488.7165 -2213.3074 -2213.3074 13712.13 -13712.13
-Loop time of 0.050833 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.29976415 -2213.28679156 -2213.30742359
- Force two-norm initial, final = 69.3861 0.415291
- Force max component initial, final = 5.98027 0.0463028
- Final line search alpha, max atom move = 0.0624888 0.00289341
- Iterations, force evaluations = 22 44
-
-Pair time (%) = 0.322252 (633.942)
-Neigh time (%) = 0.00602746 (11.8574)
-Comm time (%) = 0.00166035 (3.26628)
-Outpt time (%) = 0.000649452 (1.27762)
-Other time (%) = -0.279756 (-550.343)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1950 2488.7165 -2025.2998 -2025.2998 14477.543 -14477.543
- 1960 2407.9372 -2018.9818 -2018.9818 16854.634 -16854.634
- 1970 2408.1564 -2018.0652 -2018.0652 19915.811 -19915.811
- 1980 2582.4595 -2028.6739 -2028.6739 17634.398 -17634.398
- 1990 2508.466 -2023.0805 -2023.0805 15503.902 -15503.902
- 2000 2467.7271 -2019.8903 -2019.8903 16052.546 -16052.546
-Loop time of 0.118843 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2000 2467.7271 -2019.8903 -2019.8903 16052.546 -16052.546
- 2023 2467.7271 -2213.2932 -2213.2932 13559.315 -13559.315
-Loop time of 0.0585849 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2019.8902712 -2213.28280962 -2213.29315571
- Force two-norm initial, final = 72.1032 0.296747
- Force max component initial, final = 7.43328 0.0246198
- Final line search alpha, max atom move = 0.0625 0.00153874
- Iterations, force evaluations = 23 51
-
-Pair time (%) = 0.494113 (843.414)
-Neigh time (%) = 0.00871444 (14.8749)
-Comm time (%) = 0.00259066 (4.42205)
-Outpt time (%) = 0.000975847 (1.6657)
-Other time (%) = -0.447809 (-764.377)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2000 2467.7271 -2019.8903 -2019.8903 16052.546 -16052.546
- 2010 2483.0184 -2020.5024 -2020.5024 17348.724 -17348.724
- 2020 2531.0778 -2023.3856 -2023.3856 17561.842 -17561.842
- 2030 2544.0955 -2024.1485 -2024.1485 16636.978 -16636.978
- 2040 2362.6485 -2012.2225 -2012.2225 17158.256 -17158.256
- 2050 2448.7392 -2017.9633 -2017.9633 17586.25 -17586.25
-Loop time of 0.119674 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2050 2448.7392 -2017.9633 -2017.9633 17586.25 -17586.25
- 2072 2448.7392 -2213.2819 -2213.2819 13438.611 -13438.611
-Loop time of 0.0489049 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2017.96328699 -2213.25989865 -2213.28193621
- Force two-norm initial, final = 71.7155 0.689328
- Force max component initial, final = 6.22427 0.0833432
- Final line search alpha, max atom move = 0.0894393 0.00745416
- Iterations, force evaluations = 22 42
-
-Pair time (%) = 0.656557 (1342.52)
-Neigh time (%) = 0.0121086 (24.7594)
-Comm time (%) = 0.00344777 (7.04995)
-Outpt time (%) = 0.00130582 (2.67012)
-Other time (%) = -0.624514 (-1277)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.2899 -2213.2899 -3385.937 3385.937
- 2060 1.6514745e-10 -2213.2899 -2213.2899 -3385.937 3385.937
- 2070 1.8107954e-09 -2213.2899 -2213.2899 -3385.9369 3385.9369
- 2080 8.8430809e-09 -2213.2899 -2213.2899 -3385.9363 3385.9363
- 2090 4.7566553e-08 -2213.2899 -2213.2899 -3385.933 3385.933
- 2100 1.8764733e-07 -2213.29 -2213.29 -3385.9211 3385.9211
- 2110 9.035146e-07 -2213.2904 -2213.2904 -3385.8613 3385.8613
- 2120 3.4486254e-06 -2213.2919 -2213.2919 -3385.6607 3385.6607
- 2130 1.6853139e-05 -2213.2984 -2213.2984 -3384.943 3384.943
- 2140 3.3503934e-05 -2213.3123 -2213.3123 -3385.3248 3385.3248
- 2150 3.7851313e-05 -2213.3302 -2213.3302 -3384.3261 3384.3261
- 2160 7.3650088e-07 -2213.3352 -2213.3352 -3383.0834 3383.0834
- 2170 4.2785461e-07 -2213.3359 -2213.3359 -3383.7292 3383.7292
- 2180 4.3780825e-08 -2213.3362 -2213.3362 -3383.4019 3383.4019
- 2190 5.7447725e-07 -2213.3365 -2213.3365 -3383.7478 3383.7478
- 2200 1.1762361e-06 -2213.3371 -2213.3371 -3383.4865 3383.4865
- 2210 5.5886645e-08 -2213.3373 -2213.3373 -3383.4034 3383.4034
- 2220 2.139849e-08 -2213.3373 -2213.3373 -3383.4727 3383.4727
- 2227 6.7830416e-08 -2213.3373 -2213.3373 -3383.4138 3383.4138
-Loop time of 0.177604 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2898737 -2213.33733439 -2213.33734058
- Force two-norm initial, final = 0.437271 0.00937128
- Force max component initial, final = 0.0416374 0.000767416
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.155715 (87.6753)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00144672 (0.814579)
-Outpt time (%) = 0.0011313 (0.636977)
-Other time (%) = 0.0193112 (10.8732)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2227 0 -2213.3373 -2213.3373 -3383.4138 3383.4138
- 2228 6.1506944e-16 -2213.3373 -2213.3373 -3383.4138 3383.4138
-Loop time of 0.00215912 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33734058 -2213.33734058 -2213.33734058
- Force two-norm initial, final = 0.00937128 0.00937128
- Force max component initial, final = 0.000767416 0.000767416
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185394 (85.8657)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.684629)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000290394 (13.4496)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2050 2467.7271 -2019.8903 -2019.8903 16052.546 -16052.546
- 2060 2513.7176 -2023.023 -2023.023 15549.54 -15549.54
- 2070 2590.5506 -2028.3913 -2028.3913 17738.176 -17738.176
- 2080 2418.1741 -2017.5269 -2017.5269 20057.628 -20057.628
- 2090 2420.4171 -2018.2826 -2018.2826 16993.657 -16993.657
- 2100 2501.7554 -2024.3666 -2024.3666 14617.502 -14617.502
-Loop time of 0.118626 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2100 2501.7554 -2024.3666 -2024.3666 14617.502 -14617.502
- 2123 2501.7554 -2213.2799 -2213.2799 13790.261 -13790.261
-Loop time of 0.0560391 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.36661406 -2213.27024908 -2213.27985738
- Force two-norm initial, final = 69.5579 0.578231
- Force max component initial, final = 5.99545 0.051033
- Final line search alpha, max atom move = 0.0625 0.00318956
- Iterations, force evaluations = 23 50
-
-Pair time (%) = 0.170993 (305.132)
-Neigh time (%) = 0.0026865 (4.79398)
-Comm time (%) = 0.00091815 (1.63841)
-Outpt time (%) = 0.000326157 (0.582016)
-Other time (%) = -0.118885 (-212.146)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2100 2501.7554 -2024.3666 -2024.3666 14617.502 -14617.502
- 2110 2425.0494 -2020.2354 -2020.2354 15165.619 -15165.619
- 2120 2347.7674 -2016.147 -2016.147 15790.95 -15790.95
- 2130 2473.8961 -2025.6393 -2025.6393 14288.891 -14288.891
- 2140 2420.7066 -2023.5224 -2023.5224 14731.117 -14731.117
- 2150 2407.9984 -2024.2796 -2024.2796 15340.996 -15340.996
-Loop time of 0.118952 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2150 2407.9984 -2024.2796 -2024.2796 15340.996 -15340.996
- 2171 2407.9984 -2213.2883 -2213.2883 13151.927 -13151.927
-Loop time of 0.043061 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.27963711 -2213.26702276 -2213.28828253
- Force two-norm initial, final = 70.9817 0.374168
- Force max component initial, final = 6.84558 0.0326368
- Final line search alpha, max atom move = 0.0600734 0.0019606
- Iterations, force evaluations = 21 35
-
-Pair time (%) = 0.327042 (759.485)
-Neigh time (%) = 0.00604248 (14.0324)
-Comm time (%) = 0.00171661 (3.98647)
-Outpt time (%) = 0.000656366 (1.52427)
-Other time (%) = -0.292396 (-679.028)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2150 2407.9984 -2024.2796 -2024.2796 15340.996 -15340.996
- 2160 2434.9781 -2027.8644 -2027.8644 14512.448 -14512.448
- 2170 2399.7024 -2027.5185 -2027.5185 15425.932 -15425.932
- 2180 2335.592 -2025.2829 -2025.2829 15687.33 -15687.33
- 2190 2252.0894 -2021.5926 -2021.5926 15155.682 -15155.682
- 2200 2262.3784 -2023.7486 -2023.7486 15094.929 -15094.929
-Loop time of 0.117961 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2200 2262.3784 -2023.7486 -2023.7486 15094.929 -15094.929
- 2223 2262.3784 -2213.2917 -2213.2917 12162.199 -12162.199
-Loop time of 0.0537269 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2023.74855856 -2213.28080353 -2213.29166462
- Force two-norm initial, final = 72.0617 0.365129
- Force max component initial, final = 6.42505 0.0756744
- Final line search alpha, max atom move = 0.0572181 0.00432995
- Iterations, force evaluations = 23 47
-
-Pair time (%) = 0.492582 (916.826)
-Neigh time (%) = 0.00938153 (17.4615)
-Comm time (%) = 0.00261593 (4.86894)
-Outpt time (%) = 0.000979662 (1.82341)
-Other time (%) = -0.451832 (-840.979)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2200 2262.3784 -2023.7486 -2023.7486 15094.929 -15094.929
- 2210 2471.6793 -2038.8416 -2038.8416 13618.169 -13618.169
- 2220 2462.6351 -2039.4697 -2039.4697 14551.187 -14551.187
- 2230 2317.4128 -2030.9418 -2030.9418 17048.896 -17048.896
- 2240 2320.8577 -2031.9339 -2031.9339 17924.694 -17924.694
- 2250 2421.3123 -2039.1317 -2039.1317 17964.215 -17964.215
-Loop time of 0.118159 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2250 2421.3123 -2039.1317 -2039.1317 17964.215 -17964.215
- 2273 2421.3123 -2213.2572 -2213.2572 13254.153 -13254.153
-Loop time of 0.0560269 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2039.13174945 -2213.23605626 -2213.25716335
- Force two-norm initial, final = 69.1741 0.748959
- Force max component initial, final = 6.45914 0.0606848
- Final line search alpha, max atom move = 0.117343 0.00712093
- Iterations, force evaluations = 23 50
-
-Pair time (%) = 0.661226 (1180.19)
-Neigh time (%) = 0.0120616 (21.5282)
-Comm time (%) = 0.00352454 (6.2908)
-Outpt time (%) = 0.00130534 (2.32985)
-Other time (%) = -0.62209 (-1110.34)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.2899 -2213.2899 -3385.937 3385.937
- 2260 1.6514739e-10 -2213.2899 -2213.2899 -3385.937 3385.937
- 2270 1.8107868e-09 -2213.2899 -2213.2899 -3385.9369 3385.9369
- 2280 8.8427746e-09 -2213.2899 -2213.2899 -3385.9363 3385.9363
- 2290 4.7558957e-08 -2213.2899 -2213.2899 -3385.933 3385.933
- 2300 1.8749411e-07 -2213.29 -2213.29 -3385.9212 3385.9212
- 2310 9.0051754e-07 -2213.2904 -2213.2904 -3385.8614 3385.8614
- 2320 3.3885449e-06 -2213.2919 -2213.2919 -3385.6619 3385.6619
- 2330 1.5445736e-05 -2213.2982 -2213.2982 -3384.9544 3384.9544
- 2340 4.0502931e-05 -2213.3125 -2213.3125 -3385.3593 3385.3593
- 2350 3.8868318e-05 -2213.3305 -2213.3305 -3384.4244 3384.4244
- 2360 1.0807153e-06 -2213.3353 -2213.3353 -3383.1417 3383.1417
- 2370 4.1861127e-07 -2213.3358 -2213.3358 -3383.6133 3383.6133
- 2380 1.5104318e-06 -2213.3366 -2213.3366 -3383.6956 3383.6956
- 2390 5.1799448e-08 -2213.3371 -2213.3371 -3383.515 3383.515
- 2400 2.321406e-07 -2213.3373 -2213.3373 -3383.2925 3383.2925
- 2410 3.8792917e-08 -2213.3373 -2213.3373 -3383.5183 3383.5183
- 2420 9.4028482e-08 -2213.3374 -2213.3374 -3383.3984 3383.3984
-Loop time of 0.170925 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2898737 -2213.33734251 -2213.33735091
- Force two-norm initial, final = 0.437271 0.00827041
- Force max component initial, final = 0.0416374 0.000668958
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.149779 (87.6283)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00141478 (0.827717)
-Outpt time (%) = 0.00105548 (0.61751)
-Other time (%) = 0.018676 (10.9264)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2420 0 -2213.3374 -2213.3374 -3383.3984 3383.3984
- 2421 4.7904989e-16 -2213.3374 -2213.3374 -3383.3984 3383.3984
-Loop time of 0.00216293 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33735091 -2213.33735091 -2213.33735091
- Force two-norm initial, final = 0.00827041 0.00827041
- Force max component initial, final = 0.000668958 0.000668958
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185299 (85.6702)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.749559)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000293732 (13.5802)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2250 2262.3784 -2023.7486 -2023.7486 15094.929 -15094.929
- 2260 2228.8767 -2021.8781 -2021.8781 14947.646 -14947.646
- 2270 2299.6764 -2026.6418 -2026.6418 15232.979 -15232.979
- 2280 2350.547 -2029.9561 -2029.9561 14837.757 -14837.757
- 2290 2371.7972 -2031.26 -2031.26 13827.385 -13827.385
- 2300 2340.7779 -2029.0871 -2029.0871 14588.565 -14588.565
-Loop time of 0.11786 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2300 2340.7779 -2029.0871 -2029.0871 14588.565 -14588.565
- 2322 2340.7779 -2213.2915 -2213.2915 12696.132 -12696.132
-Loop time of 0.049098 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2029.08713515 -2213.27357845 -2213.29152666
- Force two-norm initial, final = 70.0608 0.813473
- Force max component initial, final = 6.75232 0.140109
- Final line search alpha, max atom move = 0.125 0.0175137
- Iterations, force evaluations = 22 42
-
-Pair time (%) = 0.163426 (332.856)
-Neigh time (%) = 0.00266981 (5.43772)
-Comm time (%) = 0.000860453 (1.75252)
-Outpt time (%) = 0.000328064 (0.668182)
-Other time (%) = -0.118186 (-240.714)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2300 2340.7779 -2029.0871 -2029.0871 14588.565 -14588.565
- 2310 2351.1074 -2029.5919 -2029.5919 14019.412 -14019.412
- 2320 2397.5442 -2032.4514 -2032.4514 13743.805 -13743.805
- 2330 2279.539 -2024.4271 -2024.4271 15347.71 -15347.71
- 2340 2357.1561 -2029.2415 -2029.2415 14883.37 -14883.37
- 2350 2425.5427 -2033.3736 -2033.3736 14177.057 -14177.057
-Loop time of 0.118302 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2350 2425.5427 -2033.3736 -2033.3736 14177.057 -14177.057
- 2371 2425.5427 -2213.2892 -2213.2892 13273.248 -13273.248
-Loop time of 0.0485101 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.37358604 -2213.27018607 -2213.28919255
- Force two-norm initial, final = 68.5352 0.457517
- Force max component initial, final = 6.12881 0.0488174
- Final line search alpha, max atom move = 0.0578696 0.00282505
- Iterations, force evaluations = 21 42
-
-Pair time (%) = 0.324154 (668.22)
-Neigh time (%) = 0.00603843 (12.4478)
-Comm time (%) = 0.00171208 (3.52934)
-Outpt time (%) = 0.000653982 (1.34814)
-Other time (%) = -0.284049 (-585.545)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2350 2425.5427 -2033.3736 -2033.3736 14177.057 -14177.057
- 2360 2347.643 -2027.8913 -2027.8913 16409.17 -16409.17
- 2370 2352.0248 -2027.7949 -2027.7949 19025.546 -19025.546
- 2380 2511.9058 -2037.9356 -2037.9356 16776.904 -16776.904
- 2390 2439.2151 -2032.8167 -2032.8167 15185.361 -15185.361
- 2400 2394.9641 -2029.6638 -2029.6638 15455.004 -15455.004
-Loop time of 0.117843 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2400 2394.9641 -2029.6638 -2029.6638 15455.004 -15455.004
- 2421 2394.9641 -2213.2951 -2213.2951 13059.328 -13059.328
-Loop time of 0.051265 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2029.66378181 -2213.2791954 -2213.29514893
- Force two-norm initial, final = 70.8668 0.364617
- Force max component initial, final = 7.18103 0.0347445
- Final line search alpha, max atom move = 0.0527586 0.00183307
- Iterations, force evaluations = 21 44
-
-Pair time (%) = 0.487854 (951.631)
-Neigh time (%) = 0.0087204 (17.0104)
-Comm time (%) = 0.00256515 (5.0037)
-Outpt time (%) = 0.000985146 (1.92167)
-Other time (%) = -0.448859 (-875.567)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2400 2394.9641 -2029.6638 -2029.6638 15455.004 -15455.004
- 2410 2400.3057 -2029.7809 -2029.7809 16872.017 -16872.017
- 2420 2443.4629 -2032.393 -2032.393 16677.123 -16677.123
- 2430 2421.1398 -2030.7338 -2030.7338 15843.492 -15843.492
- 2440 2281.2448 -2021.3145 -2021.3145 16295.602 -16295.602
- 2450 2382.7685 -2027.7191 -2027.7191 16474.278 -16474.278
-Loop time of 0.118882 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2450 2382.7685 -2027.7191 -2027.7191 16474.278 -16474.278
- 2474 2382.7685 -2213.3278 -2213.3278 12980.592 -12980.592
-Loop time of 0.061084 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.71906284 -2213.31585436 -2213.327815
- Force two-norm initial, final = 70.1037 0.222772
- Force max component initial, final = 5.81878 0.0222752
- Final line search alpha, max atom move = 0.0609902 0.00135857
- Iterations, force evaluations = 24 56
-
-Pair time (%) = 0.661491 (1082.92)
-Neigh time (%) = 0.0120816 (19.7787)
-Comm time (%) = 0.00352526 (5.77116)
-Outpt time (%) = 0.00132322 (2.16623)
-Other time (%) = -0.617337 (-1010.64)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2213.2899 -2213.2899 -3385.937 3385.937
- 2460 1.6514745e-10 -2213.2899 -2213.2899 -3385.937 3385.937
- 2470 1.8107958e-09 -2213.2899 -2213.2899 -3385.9369 3385.9369
- 2480 8.8430957e-09 -2213.2899 -2213.2899 -3385.9363 3385.9363
- 2490 4.7566919e-08 -2213.2899 -2213.2899 -3385.933 3385.933
- 2500 1.8765452e-07 -2213.29 -2213.29 -3385.9211 3385.9211
- 2510 9.0363815e-07 -2213.2904 -2213.2904 -3385.8613 3385.8613
- 2520 3.4496248e-06 -2213.2919 -2213.2919 -3385.6606 3385.6606
- 2530 1.6637679e-05 -2213.2984 -2213.2984 -3384.9434 3384.9434
- 2540 3.4499782e-05 -2213.3122 -2213.3122 -3385.3241 3385.3241
- 2550 3.780716e-05 -2213.3303 -2213.3303 -3384.3312 3384.3312
- 2560 7.881317e-07 -2213.3351 -2213.3351 -3383.0223 3383.0223
- 2570 4.553405e-07 -2213.3358 -2213.3358 -3383.7501 3383.7501
- 2580 4.6464939e-08 -2213.3361 -2213.3361 -3383.3812 3383.3812
- 2590 5.9301826e-07 -2213.3364 -2213.3364 -3383.7727 3383.7727
- 2600 1.251791e-06 -2213.3371 -2213.3371 -3383.4815 3383.4815
- 2610 5.9861615e-08 -2213.3373 -2213.3373 -3383.3925 3383.3925
- 2620 2.268224e-08 -2213.3373 -2213.3373 -3383.476 3383.476
- 2627 6.8178137e-08 -2213.3373 -2213.3373 -3383.4147 3383.4147
-Loop time of 0.177712 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2898737 -2213.33733377 -2213.33734006
- Force two-norm initial, final = 0.437271 0.00946336
- Force max component initial, final = 0.0416374 0.00078524
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.155873 (87.7111)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00145364 (0.817974)
-Outpt time (%) = 0.00111914 (0.629748)
-Other time (%) = 0.0192661 (10.8412)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2627 0 -2213.3373 -2213.3373 -3383.4147 3383.4147
- 2628 6.2721556e-16 -2213.3373 -2213.3373 -3383.4147 3383.4147
-Loop time of 0.00216198 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33734006 -2213.33734006 -2213.33734006
- Force two-norm initial, final = 0.00946336 0.00946336
- Force max component initial, final = 0.00078524 0.00078524
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185299 (85.708)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.74989)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000292778 (13.5421)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 1850 2493.3742 -2032.8194 -2032.8194 18705.524 -18705.524
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1850 2493.3742 -2032.8194 -2032.8194 18705.524 -18705.524
- 1860 2501.4359 -2033.0234 -2033.0234 18546.174 -18546.174
- 1870 2466.4532 -2030.5145 -2030.5145 17655.794 -17655.794
- 1880 2428.2949 -2027.8779 -2027.8779 17848.81 -17848.81
- 1890 2414.5403 -2026.8905 -2026.8905 16478.341 -16478.341
- 1900 2382.8059 -2024.7194 -2024.7194 16407.071 -16407.071
-Loop time of 0.118683 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1900 2382.8059 -2024.7194 -2024.7194 16407.071 -16407.071
- 1921 2382.8059 -2213.2909 -2213.2909 12986.098 -12986.098
-Loop time of 0.0449159 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.71942671 -2213.26942076 -2213.29085042
- Force two-norm initial, final = 72.7213 0.634624
- Force max component initial, final = 7.21326 0.0491995
- Final line search alpha, max atom move = 0.0841345 0.00413937
- Iterations, force evaluations = 21 38
-
-Pair time (%) = 0.159423 (354.937)
-Neigh time (%) = 0.00336385 (7.48921)
-Comm time (%) = 0.000853062 (1.89924)
-Outpt time (%) = 0.000326157 (0.726149)
-Other time (%) = -0.119051 (-265.052)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1900 2382.8059 -2024.7194 -2024.7194 16407.071 -16407.071
- 1910 2358.7907 -2023.0305 -2023.0305 16699.339 -16699.339
- 1920 2382.6491 -2024.4256 -2024.4256 17113.321 -17113.321
- 1930 2494.554 -2031.6047 -2031.6047 16284.273 -16284.273
- 1940 2423.2758 -2026.7366 -2026.7366 16645.58 -16645.58
- 1950 2446.6188 -2028.1782 -2028.1782 16655.362 -16655.362
-Loop time of 0.119481 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 1950 2446.6188 -2028.1782 -2028.1782 16655.362 -16655.362
- 1974 2446.6188 -2213.3077 -2213.3077 13417.284 -13417.284
-Loop time of 0.0582349 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.17821391 -2213.29674559 -2213.30773729
- Force two-norm initial, final = 70.741 0.333398
- Force max component initial, final = 6.24104 0.0311417
- Final line search alpha, max atom move = 0.0625 0.00194635
- Iterations, force evaluations = 24 53
-
-Pair time (%) = 0.330188 (566.993)
-Neigh time (%) = 0.0073638 (12.645)
-Comm time (%) = 0.00182819 (3.13934)
-Outpt time (%) = 0.00065136 (1.1185)
-Other time (%) = -0.281796 (-483.896)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 1960 9.7591058e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 1970 1.0700446e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 1980 5.2252489e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 1990 2.8096971e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 2000 1.1068775e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 2010 5.2969719e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 2020 1.9775387e-06 -2213.2869 -2213.2869 -3388.6295 3388.6295
- 2030 9.1646259e-06 -2213.2905 -2213.2905 -3388.4293 3388.4293
- 2040 2.475049e-05 -2213.3005 -2213.3005 -3387.1685 3387.1685
- 2050 5.3664445e-05 -2213.3266 -2213.3266 -3384.5093 3384.5093
- 2060 9.0964605e-07 -2213.3368 -2213.3368 -3383.537 3383.537
- 2070 1.1932082e-07 -2213.3371 -2213.3371 -3383.4814 3383.4814
- 2080 3.348265e-07 -2213.3372 -2213.3372 -3383.4138 3383.4138
- 2090 2.100811e-08 -2213.3373 -2213.3373 -3383.402 3383.402
- 2100 4.7031007e-08 -2213.3373 -2213.3373 -3383.4303 3383.4303
- 2110 1.0890329e-08 -2213.3374 -2213.3374 -3383.3922 3383.3922
- 2120 3.0102167e-08 -2213.3374 -2213.3374 -3383.3948 3383.3948
- 2125 1.1970639e-09 -2213.3374 -2213.3374 -3383.3885 3383.3885
-Loop time of 0.175844 on 1 procs for 175 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33737535 -2213.3373756
- Force two-norm initial, final = 0.33614 0.00454033
- Force max component initial, final = 0.0352185 0.000408026
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 175 175
-
-Pair time (%) = 0.154189 (87.6849)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0014174 (0.806055)
-Outpt time (%) = 0.00112414 (0.639285)
-Other time (%) = 0.0191138 (10.8697)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2125 0 -2213.3374 -2213.3374 -3383.3885 3383.3885
- 2126 1.4437815e-16 -2213.3374 -2213.3374 -3383.3885 3383.3885
-Loop time of 0.00217485 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3373756 -2213.3373756 -2213.3373756
- Force two-norm initial, final = 0.00454033 0.00454033
- Force max component initial, final = 0.000408026 0.000408026
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185204 (85.1568)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.66893e-05 (0.767376)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000306129 (14.0759)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 1950 2382.8059 -2024.7194 -2024.7194 16407.071 -16407.071
- 1960 2417.0626 -2026.8607 -2026.8607 16500.922 -16500.922
- 1970 2432.2276 -2027.7306 -2027.7306 17899.102 -17899.102
- 1980 2471.9489 -2030.2506 -2030.2506 17725.564 -17725.564
- 1990 2508.4945 -2032.6455 -2032.6455 18629.984 -18629.984
- 2000 2501.0001 -2032.2953 -2032.2953 18793.222 -18793.222
-Loop time of 0.118455 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2000 2501.0001 -2032.2953 -2032.2953 18793.222 -18793.222
- 2023 2501.0001 -2213.2345 -2213.2345 13782.867 -13782.867
-Loop time of 0.0555191 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.29525826 -2213.21496155 -2213.23453744
- Force two-norm initial, final = 70.3198 0.426903
- Force max component initial, final = 6.57974 0.0424996
- Final line search alpha, max atom move = 0.0625 0.00265623
- Iterations, force evaluations = 23 49
-
-Pair time (%) = 0.169631 (305.536)
-Neigh time (%) = 0.0033505 (6.03485)
-Comm time (%) = 0.000931263 (1.67737)
-Outpt time (%) = 0.000329018 (0.592621)
-Other time (%) = -0.118722 (-213.841)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2000 2501.0001 -2032.2953 -2032.2953 18793.222 -18793.222
- 2010 2396.784 -2025.7074 -2025.7074 18654.603 -18654.603
- 2020 2384.2181 -2025.2207 -2025.2207 17786.46 -17786.46
- 2030 2524.9259 -2034.9141 -2034.9141 15140.187 -15140.187
- 2040 2526.4583 -2035.6677 -2035.6677 14050.609 -14050.609
- 2050 2293.4626 -2021.1078 -2021.1078 15416.842 -15416.842
-Loop time of 0.119474 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2050 2293.4626 -2021.1078 -2021.1078 15416.842 -15416.842
- 2074 2293.4626 -2213.279 -2213.279 12367.745 -12367.745
-Loop time of 0.055161 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2021.10781655 -2213.26618526 -2213.2789707
- Force two-norm initial, final = 72.5187 0.56781
- Force max component initial, final = 6.46166 0.0625
- Final line search alpha, max atom move = 0.125 0.00781249
- Iterations, force evaluations = 24 48
-
-Pair time (%) = 0.337313 (611.507)
-Neigh time (%) = 0.00736856 (13.3583)
-Comm time (%) = 0.00186682 (3.38431)
-Outpt time (%) = 0.000662088 (1.20028)
-Other time (%) = -0.29205 (-529.45)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2060 9.7591072e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2070 1.0700468e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2080 5.2253295e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2090 2.8098969e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 2100 1.1072798e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 2110 5.3047624e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 2120 1.9925924e-06 -2213.2869 -2213.2869 -3388.6295 3388.6295
- 2130 9.4007194e-06 -2213.2905 -2213.2905 -3388.4254 3388.4254
- 2140 2.3608322e-05 -2213.3004 -2213.3004 -3387.1814 3387.1814
- 2150 5.1960533e-05 -2213.326 -2213.326 -3384.574 3384.574
- 2160 8.8209228e-07 -2213.3365 -2213.3365 -3383.6208 3383.6208
- 2170 2.0792121e-07 -2213.3366 -2213.3366 -3383.5166 3383.5166
- 2180 4.6544827e-07 -2213.3369 -2213.3369 -3383.4631 3383.4631
- 2190 3.4944123e-08 -2213.3372 -2213.3372 -3383.4529 3383.4529
- 2200 1.3267667e-08 -2213.3372 -2213.3372 -3383.3972 3383.3972
- 2210 1.0173827e-07 -2213.3372 -2213.3372 -3383.4134 3383.4134
- 2220 3.0860472e-09 -2213.3373 -2213.3373 -3383.421 3383.421
- 2230 4.3095579e-08 -2213.3373 -2213.3373 -3383.4071 3383.4071
- 2236 5.0490399e-09 -2213.3373 -2213.3373 -3383.3984 3383.3984
-Loop time of 0.190584 on 1 procs for 186 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33733738 -2213.33733817
- Force two-norm initial, final = 0.33614 0.00771865
- Force max component initial, final = 0.0352185 0.000466558
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 186 186
-
-Pair time (%) = 0.165058 (86.6064)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0015378 (0.806888)
-Outpt time (%) = 0.00120139 (0.630374)
-Other time (%) = 0.0227869 (11.9563)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2236 0 -2213.3373 -2213.3373 -3383.3984 3383.3984
- 2237 4.1726255e-16 -2213.3373 -2213.3373 -3383.3984 3383.3984
-Loop time of 0.0022192 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33733817 -2213.33733817 -2213.33733817
- Force two-norm initial, final = 0.00771865 0.00771865
- Force max component initial, final = 0.000466558 0.000466558
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00187397 (84.4435)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.50204e-05 (0.676837)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.00033021 (14.8797)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2050 2501.0001 -2032.2953 -2032.2953 18793.222 -18793.222
- 2060 2493.7953 -2032.8105 -2032.8105 18502.366 -18502.366
- 2070 2449.4684 -2031.0813 -2031.0813 17452.788 -17452.788
- 2080 2402.2049 -2029.2681 -2029.2681 17519.373 -17519.373
- 2090 2378.2418 -2029.0335 -2029.0335 16064.361 -16064.361
- 2100 2339.2013 -2027.7651 -2027.7651 15917.961 -15917.961
-Loop time of 0.118926 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2100 2339.2013 -2027.7651 -2027.7651 15917.961 -15917.961
- 2121 2339.2013 -2213.2806 -2213.2806 12678.977 -12678.977
-Loop time of 0.047719 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.76507757 -2213.26713445 -2213.28063829
- Force two-norm initial, final = 72.1305 0.602911
- Force max component initial, final = 7.12205 0.0556615
- Final line search alpha, max atom move = 0.0413614 0.00230224
- Iterations, force evaluations = 21 41
-
-Pair time (%) = 0.162448 (340.426)
-Neigh time (%) = 0.00336504 (7.05178)
-Comm time (%) = 0.0008564 (1.79467)
-Outpt time (%) = 0.000340939 (0.714471)
-Other time (%) = -0.119291 (-249.987)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2100 2339.2013 -2027.7651 -2027.7651 15917.961 -15917.961
- 2110 2309.929 -2027.0479 -2027.0479 16121.057 -16121.057
- 2120 2327.3796 -2029.2652 -2029.2652 16570.154 -16570.154
- 2130 2430.8009 -2037.104 -2037.104 15728.472 -15728.472
- 2140 2359.1407 -2033.3584 -2033.3584 16137.95 -16137.95
- 2150 2373.9704 -2035.2696 -2035.2696 16158.603 -16158.603
-Loop time of 0.119077 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2150 2373.9704 -2035.2696 -2035.2696 16158.603 -16158.603
- 2171 2373.9704 -2213.2611 -2213.2611 12906.321 -12906.321
-Loop time of 0.0483942 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2035.26964524 -2213.24250499 -2213.26108707
- Force two-norm initial, final = 69.6603 0.745371
- Force max component initial, final = 6.06402 0.0730043
- Final line search alpha, max atom move = 0.125 0.00912554
- Iterations, force evaluations = 21 42
-
-Pair time (%) = 0.323155 (667.755)
-Neigh time (%) = 0.00737119 (15.2315)
-Comm time (%) = 0.00174856 (3.61316)
-Outpt time (%) = 0.000667334 (1.37895)
-Other time (%) = -0.284548 (-587.979)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2160 9.7591088e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2170 1.0700492e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2180 5.2254154e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2190 2.8101101e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 2200 1.1077098e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 2210 5.3131739e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 2220 2.0096413e-06 -2213.2869 -2213.2869 -3388.6295 3388.6295
- 2230 9.7971457e-06 -2213.2906 -2213.2906 -3388.4197 3388.4197
- 2240 2.330928e-05 -2213.3005 -2213.3005 -3387.1724 3387.1724
- 2250 4.9164733e-05 -2213.3256 -2213.3256 -3384.6229 3384.6229
- 2260 1.4707807e-06 -2213.3365 -2213.3365 -3383.6067 3383.6067
- 2270 1.8020945e-07 -2213.3369 -2213.3369 -3383.4982 3383.4982
- 2280 3.9309068e-07 -2213.3371 -2213.3371 -3383.4114 3383.4114
- 2290 4.8076736e-08 -2213.3373 -2213.3373 -3383.4184 3383.4184
- 2300 1.1771866e-08 -2213.3373 -2213.3373 -3383.3968 3383.3968
- 2310 6.7084674e-08 -2213.3373 -2213.3373 -3383.3967 3383.3967
- 2320 3.6714134e-09 -2213.3374 -2213.3374 -3383.4123 3383.4123
- 2330 1.5694725e-09 -2213.3374 -2213.3374 -3383.3976 3383.3976
- 2333 3.4758529e-09 -2213.3374 -2213.3374 -3383.4019 3383.4019
-Loop time of 0.185609 on 1 procs for 183 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33735699 -2213.33735734
- Force two-norm initial, final = 0.33614 0.00636252
- Force max component initial, final = 0.0352185 0.000826625
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 183 183
-
-Pair time (%) = 0.161254 (86.8781)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00149751 (0.806807)
-Outpt time (%) = 0.00120616 (0.649839)
-Other time (%) = 0.0216517 (11.6652)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2333 0 -2213.3374 -2213.3374 -3383.4019 3383.4019
- 2334 2.8352044e-16 -2213.3374 -2213.3374 -3383.4019 3383.4019
-Loop time of 0.00216794 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33735734 -2213.33735734 -2213.33735734
- Force two-norm initial, final = 0.00636252 0.00636252
- Force max component initial, final = 0.000826625 0.000826625
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185204 (85.4284)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.681843)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000301123 (13.8898)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2150 2339.2013 -2027.7651 -2027.7651 15917.961 -15917.961
- 2160 2351.0113 -2029.3655 -2029.3655 15819.391 -15819.391
- 2170 2362.4527 -2030.8553 -2030.8553 16998.993 -16998.993
- 2180 2396.6316 -2033.7905 -2033.7905 16772.06 -16772.06
- 2190 2427.7882 -2036.5176 -2036.5176 17726.256 -17726.256
- 2200 2429.5055 -2037.3357 -2037.3357 17991.118 -17991.118
-Loop time of 0.117447 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2200 2429.5055 -2037.3357 -2037.3357 17991.118 -17991.118
- 2224 2429.5055 -2213.3231 -2213.3231 13302.016 -13302.016
-Loop time of 0.0589201 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2037.33571368 -2213.30796556 -2213.32310248
- Force two-norm initial, final = 69.414 0.339278
- Force max component initial, final = 6.49344 0.0317954
- Final line search alpha, max atom move = 0.0625 0.00198721
- Iterations, force evaluations = 24 53
-
-Pair time (%) = 0.172611 (292.958)
-Neigh time (%) = 0.0026679 (4.528)
-Comm time (%) = 0.000948668 (1.61009)
-Outpt time (%) = 0.000326395 (0.553962)
-Other time (%) = -0.117634 (-199.65)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2200 2429.5055 -2037.3357 -2037.3357 17991.118 -17991.118
- 2210 2339.2443 -2032.0794 -2032.0794 18003.512 -18003.512
- 2220 2327.1549 -2031.8891 -2031.8891 17291.429 -17291.429
- 2230 2467.4463 -2041.6984 -2041.6984 14868.576 -14868.576
- 2240 2466.7438 -2042.304 -2042.304 13801.24 -13801.24
- 2250 2239.3511 -2027.9552 -2027.9552 15041.957 -15041.957
-Loop time of 0.117587 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2250 2239.3511 -2027.9552 -2027.9552 15041.957 -15041.957
- 2273 2239.3511 -2213.3202 -2213.3202 11987.029 -11987.029
-Loop time of 0.051671 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.95517292 -2213.31031716 -2213.32015715
- Force two-norm initial, final = 71.5879 0.294714
- Force max component initial, final = 6.37104 0.0683941
- Final line search alpha, max atom move = 0.0554122 0.00378987
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.335734 (649.752)
-Neigh time (%) = 0.006006 (11.6235)
-Comm time (%) = 0.00184083 (3.5626)
-Outpt time (%) = 0.000655651 (1.2689)
-Other time (%) = -0.292565 (-566.207)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2260 9.7591066e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2270 1.0700458e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2280 5.2252921e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2290 2.8098043e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 2300 1.1070945e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 2310 5.3012739e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 2320 1.9867559e-06 -2213.2869 -2213.2869 -3388.6295 3388.6295
- 2330 9.4999943e-06 -2213.2905 -2213.2905 -3388.4251 3388.4251
- 2340 2.4916442e-05 -2213.3007 -2213.3007 -3387.1469 3387.1469
- 2350 5.0778982e-05 -2213.3263 -2213.3263 -3384.5438 3384.5438
- 2360 1.0560124e-06 -2213.3367 -2213.3367 -3383.5788 3383.5788
- 2370 1.3637322e-07 -2213.337 -2213.337 -3383.4919 3383.4919
- 2380 3.8926155e-07 -2213.3372 -2213.3372 -3383.4086 3383.4086
- 2390 5.4537698e-08 -2213.3373 -2213.3373 -3383.409 3383.409
- 2400 9.9259129e-09 -2213.3373 -2213.3373 -3383.3959 3383.3959
- 2410 5.4193817e-08 -2213.3373 -2213.3373 -3383.3961 3383.3961
- 2420 3.9789692e-09 -2213.3374 -2213.3374 -3383.4074 3383.4074
- 2421 5.1601051e-09 -2213.3374 -2213.3374 -3383.4024 3383.4024
-Loop time of 0.170142 on 1 procs for 171 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33736697 -2213.33736754
- Force two-norm initial, final = 0.33614 0.00586663
- Force max component initial, final = 0.0352185 0.00106919
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 171 171
-
-Pair time (%) = 0.150748 (88.6012)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00139427 (0.819475)
-Outpt time (%) = 0.00114632 (0.67374)
-Other time (%) = 0.0168536 (9.90558)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2421 0 -2213.3374 -2213.3374 -3383.4024 3383.4024
- 2422 2.4104833e-16 -2213.3374 -2213.3374 -3383.4024 3383.4024
-Loop time of 0.00213099 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33736754 -2213.33736754 -2213.33736754
- Force two-norm initial, final = 0.00586663 0.00586663
- Force max component initial, final = 0.00106919 0.00106919
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185275 (86.9434)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.69277e-05 (0.794361)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000261307 (12.2623)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2250 2429.5055 -2037.3357 -2037.3357 17991.118 -17991.118
- 2260 2410.3928 -2036.7187 -2036.7187 17575.118 -17575.118
- 2270 2370.9764 -2034.7796 -2034.7796 16458.308 -16458.308
- 2280 2329.179 -2032.6398 -2032.6398 16576.344 -16576.344
- 2290 2308.7212 -2031.8269 -2031.8269 15349.037 -15349.037
- 2300 2292.2723 -2031.1633 -2031.1633 15402.37 -15402.37
-Loop time of 0.117484 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2300 2292.2723 -2031.1633 -2031.1633 15402.37 -15402.37
- 2323 2292.2723 -2213.2869 -2213.2869 12374.582 -12374.582
-Loop time of 0.054719 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.16331412 -2213.26738146 -2213.28689104
- Force two-norm initial, final = 71.4767 0.669929
- Force max component initial, final = 7.02007 0.0831658
- Final line search alpha, max atom move = 0.125 0.0103957
- Iterations, force evaluations = 23 49
-
-Pair time (%) = 0.168573 (308.071)
-Neigh time (%) = 0.0026741 (4.88698)
-Comm time (%) = 0.000908136 (1.65964)
-Outpt time (%) = 0.000326157 (0.596058)
-Other time (%) = -0.117763 (-215.213)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2300 2292.2723 -2031.1633 -2031.1633 15402.37 -15402.37
- 2310 2286.6887 -2031.0963 -2031.0963 15777.628 -15777.628
- 2320 2310.4099 -2032.8215 -2032.8215 16551.448 -16551.448
- 2330 2420.8721 -2040.198 -2040.198 15870.37 -15870.37
- 2340 2360.5222 -2036.2852 -2036.2852 16422.415 -16422.415
- 2350 2374.879 -2037.304 -2037.304 16413.474 -16413.474
-Loop time of 0.118768 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2350 2374.879 -2037.304 -2037.304 16413.474 -16413.474
- 2372 2374.879 -2213.2843 -2213.2843 12916.8 -12916.8
-Loop time of 0.0499799 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2037.30402277 -2213.26324141 -2213.28432503
- Force two-norm initial, final = 69.5028 0.50825
- Force max component initial, final = 5.94291 0.0632063
- Final line search alpha, max atom move = 0.0593964 0.00375423
- Iterations, force evaluations = 22 44
-
-Pair time (%) = 0.330543 (661.351)
-Neigh time (%) = 0.00667906 (13.3635)
-Comm time (%) = 0.00180078 (3.603)
-Outpt time (%) = 0.000652313 (1.30515)
-Other time (%) = -0.289695 (-579.622)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2360 9.7591055e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 2370 1.0700441e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2380 5.2252328e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 2390 2.8096572e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 2400 1.1067974e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 2410 5.295434e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 2420 1.9746743e-06 -2213.2869 -2213.2869 -3388.6296 3388.6296
- 2430 9.1286823e-06 -2213.2905 -2213.2905 -3388.4299 3388.4299
- 2440 2.5000365e-05 -2213.3006 -2213.3006 -3387.1648 3387.1648
- 2450 5.2831381e-05 -2213.3265 -2213.3265 -3384.5164 3384.5164
- 2460 8.7027449e-07 -2213.3368 -2213.3368 -3383.5305 3383.5305
- 2470 1.1242751e-07 -2213.3371 -2213.3371 -3383.4795 3383.4795
- 2480 3.4285914e-07 -2213.3372 -2213.3372 -3383.4138 3383.4138
- 2490 8.7733233e-09 -2213.3373 -2213.3373 -3383.3515 3383.3515
- 2500 1.9870514e-08 -2213.3374 -2213.3374 -3383.4085 3383.4085
- 2510 4.8522718e-08 -2213.3374 -2213.3374 -3383.4177 3383.4177
- 2520 2.9546745e-10 -2213.3374 -2213.3374 -3383.3797 3383.3797
- 2526 2.1091315e-09 -2213.3374 -2213.3374 -3383.3903 3383.3903
-Loop time of 0.177148 on 1 procs for 176 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33738125 -2213.33738145
- Force two-norm initial, final = 0.33614 0.00385858
- Force max component initial, final = 0.0352185 0.000444334
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 176 176
-
-Pair time (%) = 0.155066 (87.5349)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0014267 (0.805369)
-Outpt time (%) = 0.00112844 (0.637001)
-Other time (%) = 0.0195265 (11.0227)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2526 0 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2530 1.6684011e-15 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2540 3.5995328e-14 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2550 2.815454e-13 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2560 1.3192022e-12 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2570 6.6139979e-12 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2580 2.6495316e-11 -2213.3374 -2213.3374 -3383.3903 3383.3903
- 2590 1.2177815e-10 -2213.3374 -2213.3374 -3383.3905 3383.3905
-Loop time of 0.064497 on 1 procs for 64 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738145 -2213.33738151 -2213.33738152
- Force two-norm initial, final = 0.00385858 0.00379201
- Force max component initial, final = 0.000444334 0.000439348
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 64 64
-
-Pair time (%) = 0.0570161 (88.4012)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000530243 (0.82212)
-Outpt time (%) = 0.000395775 (0.613633)
-Other time (%) = 0.00655484 (10.163)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 1950 2446.6188 -2028.1782 -2028.1782 16655.362 -16655.362
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 1950 2446.6188 -2028.1782 -2028.1782 16655.362 -16655.362
- 1960 2394.513 -2024.7905 -2024.7905 16887.335 -16887.335
- 1970 2498.247 -2031.7442 -2031.7442 17255.424 -17255.424
- 1980 2500.107 -2032.0946 -2032.0946 18612.674 -18612.674
- 1990 2431.3529 -2027.9904 -2027.9904 18342.637 -18342.637
- 2000 2380.3052 -2025.1481 -2025.1481 18665.352 -18665.352
-Loop time of 0.117312 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2000 2380.3052 -2025.1481 -2025.1481 18665.352 -18665.352
- 2020 2380.3052 -2213.2921 -2213.2921 12965.814 -12965.814
-Loop time of 0.0482359 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.14808077 -2213.2730201 -2213.29212812
- Force two-norm initial, final = 74.7844 0.851908
- Force max component initial, final = 8.2311 0.0704769
- Final line search alpha, max atom move = 0.0309644 0.00218227
- Iterations, force evaluations = 20 42
-
-Pair time (%) = 0.216507 (448.851)
-Neigh time (%) = 0.00334907 (6.9431)
-Comm time (%) = 0.0013907 (2.88311)
-Outpt time (%) = 0.000727654 (1.50853)
-Other time (%) = -0.173739 (-360.186)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2000 2380.3052 -2025.1481 -2025.1481 18665.352 -18665.352
- 2010 2489.4767 -2033.0223 -2033.0223 16955.071 -16955.071
- 2020 2525.5622 -2036.3768 -2036.3768 16564.959 -16564.959
- 2030 2347.9191 -2025.9322 -2025.9322 17023.484 -17023.484
- 2040 2332.3839 -2026.3058 -2026.3058 16378.213 -16378.213
- 2050 2410.2876 -2033.0094 -2033.0094 16139.757 -16139.757
-Loop time of 0.117255 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2050 2410.2876 -2033.0094 -2033.0094 16139.757 -16139.757
- 2071 2410.2876 -2213.2998 -2213.2998 13165.687 -13165.687
-Loop time of 0.043458 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.00941605 -2213.27977877 -2213.29977306
- Force two-norm initial, final = 69.117 0.454844
- Force max component initial, final = 7.06582 0.048741
- Final line search alpha, max atom move = 0.083198 0.00405516
- Iterations, force evaluations = 21 36
-
-Pair time (%) = 0.371971 (855.933)
-Neigh time (%) = 0.00601006 (13.8296)
-Comm time (%) = 0.00216985 (4.99298)
-Outpt time (%) = 0.00104856 (2.41282)
-Other time (%) = -0.337742 (-777.169)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2050 2410.2876 -2033.0094 -2033.0094 16139.757 -16139.757
- 2060 2349.6533 -2030.7123 -2030.7123 14502.713 -14502.713
- 2070 2256.7474 -2026.2476 -2026.2476 14753.568 -14753.568
- 2080 2342.3515 -2033.4185 -2033.4185 15842.484 -15842.484
- 2090 2418.592 -2039.9715 -2039.9715 16475.568 -16475.568
- 2100 2256.9696 -2030.6914 -2030.6914 18421.386 -18421.386
-Loop time of 0.117614 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2100 2256.9696 -2030.6914 -2030.6914 18421.386 -18421.386
- 2122 2256.9696 -2210.7729 -2210.7729 12533.14 -12533.14
-Loop time of 0.0503552 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.69137846 -2210.75511062 -2210.7729333
- Force two-norm initial, final = 72.3267 0.691047
- Force max component initial, final = 7.2804 0.105579
- Final line search alpha, max atom move = 0.0655127 0.00691679
- Iterations, force evaluations = 22 42
-
-Pair time (%) = 0.533872 (1060.21)
-Neigh time (%) = 0.00935316 (18.5744)
-Comm time (%) = 0.003016 (5.98944)
-Outpt time (%) = 0.00137639 (2.73336)
-Other time (%) = -0.497262 (-987.51)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2100 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2110 9.6005663e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2120 1.0527172e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2130 5.1424851e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2140 2.7693565e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2150 1.0995736e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2160 5.4171006e-07 -2213.3081 -2213.3081 -3386.2194 3386.2194
- 2170 2.3327423e-06 -2213.3089 -2213.3089 -3386.1042 3386.1042
- 2180 1.1064126e-05 -2213.3129 -2213.3129 -3385.5223 3385.5223
- 2190 6.1226972e-08 -2213.3183 -2213.3183 -3385.1812 3385.1812
- 2200 2.0988238e-06 -2213.3194 -2213.3194 -3385.1807 3385.1807
- 2210 1.0104654e-05 -2213.3239 -2213.3239 -3384.7757 3384.7757
- 2220 3.5886819e-07 -2213.3284 -2213.3284 -3384.2195 3384.2195
- 2230 4.2497691e-06 -2213.3305 -2213.3305 -3384.067 3384.067
- 2240 4.2760508e-08 -2213.3353 -2213.3353 -3383.6565 3383.6565
- 2250 1.315878e-07 -2213.3355 -2213.3355 -3383.5846 3383.5846
- 2260 8.5832062e-09 -2213.336 -2213.336 -3383.5424 3383.5424
- 2270 3.638264e-07 -2213.3362 -2213.3362 -3383.5117 3383.5117
- 2280 1.9643519e-08 -2213.3368 -2213.3368 -3383.4505 3383.4505
- 2290 4.7433176e-08 -2213.3369 -2213.3369 -3383.4462 3383.4462
- 2300 2.4332995e-09 -2213.337 -2213.337 -3383.4338 3383.4338
-Loop time of 0.202759 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33699914 -2213.33699992
- Force two-norm initial, final = 0.333398 0.0212474
- Force max component initial, final = 0.0311417 0.00131666
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174649 (86.1362)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00161958 (0.798771)
-Outpt time (%) = 0.00133181 (0.656843)
-Other time (%) = 0.0251586 (12.4082)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2300 0 -2213.337 -2213.337 -3383.4338 3383.4338
- 2310 3.8992727e-13 -2213.337 -2213.337 -3383.4338 3383.4338
- 2320 4.2756618e-12 -2213.337 -2213.337 -3383.4338 3383.4338
- 2330 2.0886576e-11 -2213.337 -2213.337 -3383.4338 3383.4338
- 2340 1.1250235e-10 -2213.337 -2213.337 -3383.4338 3383.4338
- 2350 4.4665233e-10 -2213.337 -2213.337 -3383.4338 3383.4338
- 2360 2.2081281e-09 -2213.337 -2213.337 -3383.4337 3383.4337
- 2370 9.5150552e-09 -2213.337 -2213.337 -3383.4333 3383.4333
- 2380 5.4001015e-08 -2213.337 -2213.337 -3383.431 3383.431
- 2390 1.3871424e-07 -2213.3371 -2213.3371 -3383.4248 3383.4248
- 2400 3.8887376e-07 -2213.3373 -2213.3373 -3383.4055 3383.4055
- 2410 1.2029406e-10 -2213.3373 -2213.3373 -3383.399 3383.399
- 2415 1.5473936e-09 -2213.3373 -2213.3373 -3383.3989 3383.3989
-Loop time of 0.117566 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33699992 -2213.33734529 -2213.33734555
- Force two-norm initial, final = 0.0212474 0.00710127
- Force max component initial, final = 0.00131666 0.000426206
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.100955 (85.8708)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000934124 (0.794554)
-Outpt time (%) = 0.000730038 (0.620961)
-Other time (%) = 0.0149469 (12.7137)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2100 2410.2876 -2033.0094 -2033.0094 16139.757 -16139.757
- 2110 2296.6979 -2026.7845 -2026.7845 16052.581 -16052.581
- 2120 2299.5834 -2028.0004 -2028.0004 16366.306 -16366.306
- 2130 2462.161 -2039.642 -2039.642 15759.53 -15759.53
- 2140 2414.4618 -2037.401 -2037.401 16122.21 -16122.21
- 2150 2306.8863 -2031.1227 -2031.1227 17813.998 -17813.998
-Loop time of 0.116967 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2150 2306.8863 -2031.1227 -2031.1227 17813.998 -17813.998
- 2170 2306.8863 -2213.3106 -2213.3106 12459.072 -12459.072
-Loop time of 0.0477531 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.12267704 -2213.2993079 -2213.31055301
- Force two-norm initial, final = 73.6719 0.324483
- Force max component initial, final = 8.03812 0.0257237
- Final line search alpha, max atom move = 0.0625 0.00160773
- Iterations, force evaluations = 20 42
-
-Pair time (%) = 0.260321 (545.14)
-Neigh time (%) = 0.00266623 (5.58338)
-Comm time (%) = 0.00176191 (3.68963)
-Outpt time (%) = 0.00106621 (2.23275)
-Other time (%) = -0.218062 (-456.646)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2150 2306.8863 -2031.1227 -2031.1227 17813.998 -17813.998
- 2160 2358.3696 -2035.1936 -2035.1936 17473.968 -17473.968
- 2170 2423.8504 -2040.0841 -2040.0841 17880.969 -17880.969
- 2180 2413.3411 -2039.9829 -2039.9829 16729.225 -16729.225
- 2190 2322.3021 -2034.4948 -2034.4948 16238.744 -16238.744
- 2200 2365.4659 -2037.7842 -2037.7842 16085.667 -16085.667
-Loop time of 0.116052 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2200 2365.4659 -2037.7842 -2037.7842 16085.667 -16085.667
- 2221 2365.4659 -2213.2682 -2213.2682 12843.506 -12843.506
-Loop time of 0.045476 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2037.78424643 -2213.2543139 -2213.26815259
- Force two-norm initial, final = 69.4439 0.554511
- Force max component initial, final = 6.1573 0.0799222
- Final line search alpha, max atom move = 0.111624 0.00892123
- Iterations, force evaluations = 21 39
-
-Pair time (%) = 0.415824 (914.383)
-Neigh time (%) = 0.00601816 (13.2337)
-Comm time (%) = 0.00259185 (5.69938)
-Outpt time (%) = 0.0013907 (3.05809)
-Other time (%) = -0.380349 (-836.374)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2200 2365.4659 -2037.7842 -2037.7842 16085.667 -16085.667
- 2210 2336.5293 -2036.2107 -2036.2107 15992.569 -15992.569
- 2220 2397.873 -2040.5532 -2040.5532 15700.842 -15700.842
- 2230 2292.4026 -2033.8248 -2033.8248 16329.187 -16329.187
- 2240 2266.5877 -2032.2333 -2032.2333 15731.35 -15731.35
- 2250 2287.7325 -2033.5683 -2033.5683 15340.076 -15340.076
-Loop time of 0.118969 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2250 2287.7325 -2033.5683 -2033.5683 15340.076 -15340.076
- 2271 2287.7325 -2213.2957 -2213.2957 12327.316 -12327.316
-Loop time of 0.0483479 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.56833624 -2213.2818598 -2213.2957145
- Force two-norm initial, final = 71.3761 0.402399
- Force max component initial, final = 6.95671 0.0392624
- Final line search alpha, max atom move = 0.0625 0.0024539
- Iterations, force evaluations = 21 42
-
-Pair time (%) = 0.577065 (1193.57)
-Neigh time (%) = 0.00937319 (19.3869)
-Comm time (%) = 0.00344753 (7.13067)
-Outpt time (%) = 0.00171542 (3.54808)
-Other time (%) = -0.543253 (-1123.63)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2260 9.600528e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2270 1.0526581e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2280 5.1403734e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2290 2.7641221e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2300 1.0890382e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2310 5.2135367e-07 -2213.3081 -2213.3081 -3386.2199 3386.2199
- 2320 1.9478742e-06 -2213.3089 -2213.3089 -3386.1119 3386.1119
- 2330 8.856019e-06 -2213.3123 -2213.3123 -3385.5978 3385.5978
- 2340 1.9095976e-05 -2213.3202 -2213.3202 -3385.1553 3385.1553
- 2350 2.3705139e-05 -2213.3316 -2213.3316 -3383.603 3383.603
- 2360 1.6138689e-06 -2213.335 -2213.335 -3383.3374 3383.3374
- 2370 6.6559917e-07 -2213.3353 -2213.3353 -3383.524 3383.524
- 2380 1.9318749e-06 -2213.3363 -2213.3363 -3383.471 3383.471
- 2390 1.200658e-07 -2213.3369 -2213.3369 -3383.4805 3383.4805
- 2400 5.340292e-08 -2213.3369 -2213.3369 -3383.4602 3383.4602
- 2410 4.0144995e-07 -2213.3371 -2213.3371 -3383.397 3383.397
- 2420 4.5409484e-07 -2213.3374 -2213.3374 -3383.403 3383.403
- 2430 2.2479774e-09 -2213.3374 -2213.3374 -3383.3859 3383.3859
- 2431 2.8448656e-09 -2213.3374 -2213.3374 -3383.3928 3383.3928
-Loop time of 0.182765 on 1 procs for 181 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33738746 -2213.33738772
- Force two-norm initial, final = 0.333398 0.00316633
- Force max component initial, final = 0.0311417 0.000309077
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 181 181
-
-Pair time (%) = 0.158898 (86.941)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00149393 (0.817405)
-Outpt time (%) = 0.00118566 (0.648732)
-Other time (%) = 0.0211878 (11.5929)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2431 0 -2213.3374 -2213.3374 -3383.3928 3383.3928
- 2432 7.0216306e-17 -2213.3374 -2213.3374 -3383.3928 3383.3928
-Loop time of 0.00217891 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738772 -2213.33738772 -2213.33738772
- Force two-norm initial, final = 0.00316633 0.00316633
- Force max component initial, final = 0.000309077 0.000309077
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00184894 (84.8561)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.57356e-05 (0.72218)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000314236 (14.4217)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2250 2365.4659 -2037.7842 -2037.7842 16085.667 -16085.667
- 2260 2318.8815 -2034.5378 -2034.5378 16208.362 -16208.362
- 2270 2407.8456 -2040.1761 -2040.1761 16662.548 -16662.548
- 2280 2416.1381 -2040.451 -2040.451 17780.562 -17780.562
- 2290 2348.1784 -2035.7285 -2035.7285 17355.837 -17355.837
- 2300 2295.3639 -2031.9107 -2031.9107 17689.505 -17689.505
-Loop time of 0.115906 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2300 2295.3639 -2031.9107 -2031.9107 17689.505 -17689.505
- 2320 2295.3639 -2213.2328 -2213.2328 12372.735 -12372.735
-Loop time of 0.0495479 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2031.9106576 -2213.21602866 -2213.23279686
- Force two-norm initial, final = 73.5102 0.783145
- Force max component initial, final = 8.01688 0.0647808
- Final line search alpha, max atom move = 0.125 0.0080976
- Iterations, force evaluations = 20 44
-
-Pair time (%) = 0.161935 (326.826)
-Neigh time (%) = 0.00266623 (5.38112)
-Comm time (%) = 0.00086689 (1.7496)
-Outpt time (%) = 0.000325918 (0.657784)
-Other time (%) = -0.116246 (-234.614)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2300 2295.3639 -2031.9107 -2031.9107 17689.505 -17689.505
- 2310 2400.8482 -2038.4162 -2038.4162 15991.13 -15991.13
- 2320 2445.6669 -2040.8619 -2040.8619 15614.889 -15614.889
- 2330 2281.9013 -2029.5321 -2029.5321 16200.258 -16200.258
- 2340 2278.2174 -2028.6279 -2028.6279 15860.495 -15860.495
- 2350 2388.6301 -2034.9912 -2034.9912 15944.428 -15944.428
-Loop time of 0.116922 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2350 2388.6301 -2034.9912 -2034.9912 15944.428 -15944.428
- 2372 2388.6301 -2213.2598 -2213.2598 13019.679 -13019.679
-Loop time of 0.0506098 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.9912474 -2213.2392051 -2213.25975052
- Force two-norm initial, final = 68.8194 0.665247
- Force max component initial, final = 7.0293 0.127807
- Final line search alpha, max atom move = 0.10665 0.0136307
- Iterations, force evaluations = 22 44
-
-Pair time (%) = 0.324089 (640.367)
-Neigh time (%) = 0.00532103 (10.5138)
-Comm time (%) = 0.00170422 (3.36736)
-Outpt time (%) = 0.000654697 (1.29362)
-Other time (%) = -0.281159 (-555.542)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14254 ave 14254 max 14254 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14254
-Ave neighs/atom = 27.8943
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2350 2388.6301 -2034.9912 -2034.9912 15944.428 -15944.428
- 2360 2365.7233 -2032.3838 -2032.3838 14682.728 -14682.728
- 2370 2292.7378 -2026.3007 -2026.3007 15309.291 -15309.291
- 2380 2401.6887 -2031.9543 -2031.9543 16657.439 -16657.439
- 2390 2501.596 -2036.7428 -2036.7428 17544.231 -17544.231
- 2400 2350.5996 -2024.9559 -2024.9559 19724.653 -19724.653
-Loop time of 0.117654 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2400 2350.5996 -2024.9559 -2024.9559 19724.653 -19724.653
- 2424 2350.5996 -2210.788 -2210.788 13202.606 -13202.606
-Loop time of 0.061044 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.95593695 -2210.77269838 -2210.78801151
- Force two-norm initial, final = 73.6481 0.56094
- Force max component initial, final = 7.42008 0.150366
- Final line search alpha, max atom move = 0.0400459 0.00602154
- Iterations, force evaluations = 24 53
-
-Pair time (%) = 0.49653 (813.397)
-Neigh time (%) = 0.00867081 (14.2042)
-Comm time (%) = 0.00263476 (4.31617)
-Outpt time (%) = 0.000985622 (1.61461)
-Other time (%) = -0.447777 (-733.532)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2400 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2410 9.6005664e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2420 1.0527175e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2430 5.1424939e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2440 2.7693782e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2450 1.0996172e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2460 5.4179247e-07 -2213.3081 -2213.3081 -3386.2194 3386.2194
- 2470 2.3337872e-06 -2213.3089 -2213.3089 -3386.1042 3386.1042
- 2480 1.1013779e-05 -2213.3128 -2213.3128 -3385.5228 3385.5228
- 2490 6.1252982e-08 -2213.3183 -2213.3183 -3385.1821 3385.1821
- 2500 2.1056403e-06 -2213.3194 -2213.3194 -3385.1812 3385.1812
- 2510 1.0080227e-05 -2213.3239 -2213.3239 -3384.7771 3384.7771
- 2520 3.6019836e-07 -2213.3284 -2213.3284 -3384.2204 3384.2204
- 2530 4.3744874e-06 -2213.3305 -2213.3305 -3384.0635 3384.0635
- 2540 4.5617247e-08 -2213.3353 -2213.3353 -3383.6707 3383.6707
- 2550 1.3216684e-07 -2213.3354 -2213.3354 -3383.592 3383.592
- 2560 1.1040996e-06 -2213.3362 -2213.3362 -3383.5015 3383.5015
- 2570 4.5171555e-10 -2213.3366 -2213.3366 -3383.4739 3383.4739
- 2580 8.7630517e-08 -2213.3366 -2213.3366 -3383.4695 3383.4695
- 2590 3.7569668e-07 -2213.3368 -2213.3368 -3383.4514 3383.4514
- 2600 7.0751799e-09 -2213.3372 -2213.3372 -3383.4178 3383.4178
-Loop time of 0.198878 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33717149 -2213.33717347
- Force two-norm initial, final = 0.333398 0.015823
- Force max component initial, final = 0.0311417 0.000970452
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174656 (87.8205)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00163388 (0.82155)
-Outpt time (%) = 0.00132608 (0.666783)
-Other time (%) = 0.0212624 (10.6912)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2600 0 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2610 2.1624568e-13 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2620 2.371167e-12 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2630 1.1582222e-11 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2640 6.236527e-11 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2650 2.4716644e-10 -2213.3372 -2213.3372 -3383.4178 3383.4178
- 2660 1.2133318e-09 -2213.3372 -2213.3372 -3383.4177 3383.4177
- 2670 4.988005e-09 -2213.3372 -2213.3372 -3383.4175 3383.4175
- 2680 2.5453514e-08 -2213.3372 -2213.3372 -3383.4161 3383.4161
- 2690 7.7896332e-08 -2213.3372 -2213.3372 -3383.4119 3383.4119
- 2700 2.3520223e-07 -2213.3373 -2213.3373 -3383.3998 3383.3998
- 2705 1.9937918e-07 -2213.3374 -2213.3374 -3383.3955 3383.3955
-Loop time of 0.106929 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33717347 -2213.33737542 -2213.33738131
- Force two-norm initial, final = 0.015823 0.00300281
- Force max component initial, final = 0.000970452 0.000177552
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.092206 (86.2312)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000852585 (0.797339)
-Outpt time (%) = 0.000670195 (0.626767)
-Other time (%) = 0.0132 (12.3447)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2400 2388.6301 -2034.9912 -2034.9912 15944.428 -15944.428
- 2410 2313.3076 -2028.1646 -2028.1646 16178.736 -16178.736
- 2420 2331.7044 -2027.4816 -2027.4816 16862.935 -16862.935
- 2430 2513.2853 -2037.5102 -2037.5102 16460.627 -16460.627
- 2440 2482.4463 -2033.7698 -2033.7698 16903.051 -16903.051
- 2450 2376.7782 -2025.4792 -2025.4792 18644.238 -18644.238
-Loop time of 0.117304 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2450 2376.7782 -2025.4792 -2025.4792 18644.238 -18644.238
- 2469 2376.7782 -2213.2846 -2213.2846 12933.997 -12933.997
-Loop time of 0.044642 on 1 procs for 19 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.4792315 -2213.26871696 -2213.28458155
- Force two-norm initial, final = 74.7387 0.378744
- Force max component initial, final = 8.23118 0.033671
- Final line search alpha, max atom move = 0.0625 0.00210444
- Iterations, force evaluations = 19 38
-
-Pair time (%) = 0.248871 (557.482)
-Neigh time (%) = 0.0026567 (5.95112)
-Comm time (%) = 0.00165558 (3.70857)
-Outpt time (%) = 0.00100732 (2.25644)
-Other time (%) = -0.209549 (-469.398)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2450 2376.7782 -2025.4792 -2025.4792 18644.238 -18644.238
- 2460 2429.8356 -2027.9192 -2027.9192 18330.264 -18330.264
- 2470 2500.4117 -2031.7104 -2031.7104 18605.945 -18605.945
- 2480 2500.4038 -2031.1446 -2031.1446 17243.049 -17243.049
- 2490 2396.5523 -2023.9342 -2023.9342 16895.813 -16895.813
- 2500 2451.1045 -2027.2898 -2027.2898 16665.083 -16665.083
-Loop time of 0.117448 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2500 2451.1045 -2027.2898 -2027.2898 16665.083 -16665.083
- 2523 2451.1045 -2213.2795 -2213.2795 13429.328 -13429.328
-Loop time of 0.0512221 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.28976318 -2213.25810014 -2213.27945838
- Force two-norm initial, final = 70.832 0.640205
- Force max component initial, final = 6.24407 0.0921577
- Final line search alpha, max atom move = 0.117456 0.0108245
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.410729 (801.86)
-Neigh time (%) = 0.00666785 (13.0175)
-Comm time (%) = 0.00255179 (4.98182)
-Outpt time (%) = 0.00133252 (2.60146)
-Other time (%) = -0.370059 (-722.46)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2500 2451.1045 -2027.2898 -2027.2898 16665.083 -16665.083
- 2510 2431.9221 -2025.841 -2025.841 16692.655 -16692.655
- 2520 2505.7531 -2030.6449 -2030.6449 16361.495 -16361.495
- 2530 2394.3292 -2023.3135 -2023.3135 17233.594 -17233.594
- 2540 2372.1441 -2021.8904 -2021.8904 16844.677 -16844.677
- 2550 2396.9514 -2023.5253 -2023.5253 16569.225 -16569.225
-Loop time of 0.119672 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 2550 2396.9514 -2023.5253 -2023.5253 16569.225 -16569.225
- 2571 2396.9514 -2213.2565 -2213.2565 13086.359 -13086.359
-Loop time of 0.043787 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2023.52530249 -2213.23910022 -2213.25650649
- Force two-norm initial, final = 72.9083 0.740445
- Force max component initial, final = 7.24121 0.0685478
- Final line search alpha, max atom move = 0.125 0.00856847
- Iterations, force evaluations = 21 37
-
-Pair time (%) = 0.56821 (1297.67)
-Neigh time (%) = 0.010011 (22.8629)
-Comm time (%) = 0.00337768 (7.71388)
-Outpt time (%) = 0.00165772 (3.78588)
-Other time (%) = -0.539469 (-1232.03)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2550 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2560 9.6005303e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2570 1.0526617e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2580 5.1405009e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2590 2.7644382e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2600 1.089675e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2610 5.2259136e-07 -2213.3081 -2213.3081 -3386.2198 3386.2198
- 2620 1.9722125e-06 -2213.3089 -2213.3089 -3386.1114 3386.1114
- 2630 9.3118491e-06 -2213.3124 -2213.3124 -3385.5892 3385.5892
- 2640 1.8193123e-05 -2213.3202 -2213.3202 -3385.1484 3385.1484
- 2650 2.2007879e-05 -2213.3313 -2213.3313 -3383.6117 3383.6117
- 2660 7.7275323e-07 -2213.3365 -2213.3365 -3383.1363 3383.1363
- 2670 3.4977016e-07 -2213.3372 -2213.3372 -3383.5809 3383.5809
- 2680 3.2425032e-08 -2213.3372 -2213.3372 -3383.4578 3383.4578
- 2690 1.8154681e-07 -2213.3373 -2213.3373 -3383.465 3383.465
- 2700 5.119908e-10 -2213.3374 -2213.3374 -3383.4202 3383.4202
- 2710 5.2213994e-10 -2213.3374 -2213.3374 -3383.3874 3383.3874
- 2720 4.9877513e-09 -2213.3374 -2213.3374 -3383.3973 3383.3973
- 2730 1.1610542e-08 -2213.3374 -2213.3374 -3383.3986 3383.3986
-Loop time of 0.180417 on 1 procs for 180 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33738396 -2213.33738459
- Force two-norm initial, final = 0.333398 0.00304618
- Force max component initial, final = 0.0311417 0.000256332
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 180 180
-
-Pair time (%) = 0.158065 (87.6108)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00149179 (0.826854)
-Outpt time (%) = 0.0011301 (0.626384)
-Other time (%) = 0.0197303 (10.936)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2730 0 -2213.3374 -2213.3374 -3383.3986 3383.3986
- 2731 6.4988429e-17 -2213.3374 -2213.3374 -3383.3986 3383.3986
-Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738459 -2213.33738459 -2213.33738459
- Force two-norm initial, final = 0.00304618 0.00304618
- Force max component initial, final = 0.000256332 0.000256332
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00183988 (86.2138)
-Neigh time (%) = 0 (0)
-Comm time (%) = 2.00272e-05 (0.938443)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000274181 (12.8477)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2550 2451.1045 -2027.2898 -2027.2898 16665.083 -16665.083
- 2560 2399.562 -2023.8977 -2023.8977 16922.513 -16922.513
- 2570 2505.834 -2030.9726 -2030.9726 17307.371 -17307.371
- 2580 2509.071 -2031.3488 -2031.3488 18716.523 -18716.523
- 2590 2443.2089 -2027.3221 -2027.3221 18486.498 -18486.498
- 2600 2395.1401 -2024.4864 -2024.4864 18849.973 -18849.973
-Loop time of 0.117696 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2600 2395.1401 -2024.4864 -2024.4864 18849.973 -18849.973
- 2622 2395.1401 -2213.2931 -2213.2931 13063.729 -13063.729
-Loop time of 0.0580759 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.48636154 -2213.27815624 -2213.29314283
- Force two-norm initial, final = 74.9637 0.37443
- Force max component initial, final = 8.26083 0.037228
- Final line search alpha, max atom move = 0.03125 0.00116338
- Iterations, force evaluations = 22 53
-
-Pair time (%) = 0.171353 (295.05)
-Neigh time (%) = 0.0033493 (5.76711)
-Comm time (%) = 0.000968933 (1.66839)
-Outpt time (%) = 0.000328779 (0.56612)
-Other time (%) = -0.117924 (-203.051)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2600 2395.1401 -2024.4864 -2024.4864 18849.973 -18849.973
- 2610 2508.153 -2032.3201 -2032.3201 17173.143 -17173.143
- 2620 2548.4957 -2035.5167 -2035.5167 16815.715 -16815.715
- 2630 2373.4232 -2024.6431 -2024.6431 17307.063 -17307.063
- 2640 2360.5216 -2024.4463 -2024.4463 16717.554 -16717.554
- 2650 2443.9831 -2030.5982 -2030.5982 16506.432 -16506.432
-Loop time of 0.11728 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2650 2443.9831 -2030.5982 -2030.5982 16506.432 -16506.432
- 2671 2443.9831 -2213.2321 -2213.2321 13390.413 -13390.413
-Loop time of 0.0467091 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.59816425 -2213.21086997 -2213.23211955
- Force two-norm initial, final = 69.5484 0.542258
- Force max component initial, final = 7.12155 0.113353
- Final line search alpha, max atom move = 0.0470921 0.00533804
- Iterations, force evaluations = 21 39
-
-Pair time (%) = 0.330032 (706.57)
-Neigh time (%) = 0.006006 (12.8583)
-Comm time (%) = 0.00178838 (3.82876)
-Outpt time (%) = 0.000658035 (1.4088)
-Other time (%) = -0.291776 (-624.666)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.33276 Mbytes
-Step Temp PotEng pe Press press
- 2650 2443.9831 -2030.5982 -2030.5982 16506.432 -16506.432
- 2660 2389.3387 -2027.6825 -2027.6825 14839.831 -14839.831
- 2670 2299.414 -2022.4097 -2022.4097 15161.323 -15161.323
- 2680 2388.6043 -2028.8634 -2028.8634 16324.683 -16324.683
- 2690 2476.1532 -2035.2556 -2035.2556 16965.787 -16965.787
- 2700 2313.9374 -2025.2041 -2025.2041 19017.59 -19017.59
-Loop time of 0.117948 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.01941 Mbytes
-Step Temp PotEng pe Press press
- 2700 2313.9374 -2025.2041 -2025.2041 19017.59 -19017.59
- 2724 2313.9374 -2210.7875 -2210.7875 12971.052 -12971.052
-Loop time of 0.054229 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.20409952 -2210.76617742 -2210.78746295
- Force two-norm initial, final = 73.1864 0.712523
- Force max component initial, final = 7.31833 0.0715418
- Final line search alpha, max atom move = 0.0365146 0.00261232
- Iterations, force evaluations = 24 46
-
-Pair time (%) = 0.496052 (914.734)
-Neigh time (%) = 0.00935793 (17.2563)
-Comm time (%) = 0.00267315 (4.92937)
-Outpt time (%) = 0.000981092 (1.80916)
-Other time (%) = -0.454835 (-838.729)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14236 ave 14236 max 14236 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14236
-Ave neighs/atom = 27.8591
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2710 9.6005672e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2720 1.0527187e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2730 5.142537e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2740 2.7694851e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2750 1.0998327e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2760 5.4221128e-07 -2213.3081 -2213.3081 -3386.2194 3386.2194
- 2770 2.3416191e-06 -2213.3089 -2213.3089 -3386.104 3386.104
- 2780 1.100216e-05 -2213.3129 -2213.3129 -3385.5221 3385.5221
- 2790 6.1192569e-08 -2213.3183 -2213.3183 -3385.1827 3385.1827
- 2800 2.111901e-06 -2213.3194 -2213.3194 -3385.181 3385.181
- 2810 1.0029987e-05 -2213.3239 -2213.3239 -3384.7773 3384.7773
- 2820 3.6031161e-07 -2213.3284 -2213.3284 -3384.2218 3384.2218
- 2830 4.457763e-06 -2213.3305 -2213.3305 -3384.0627 3384.0627
- 2840 4.4799243e-08 -2213.3353 -2213.3353 -3383.6666 3383.6666
- 2850 1.3090444e-07 -2213.3355 -2213.3355 -3383.5893 3383.5893
- 2860 8.7905601e-09 -2213.3359 -2213.3359 -3383.5453 3383.5453
- 2870 3.7503645e-07 -2213.3362 -2213.3362 -3383.5149 3383.5149
- 2880 2.0141791e-08 -2213.3368 -2213.3368 -3383.4518 3383.4518
- 2890 4.9354438e-08 -2213.3369 -2213.3369 -3383.4475 3383.4475
- 2900 2.1700238e-08 -2213.3369 -2213.3369 -3383.4456 3383.4456
-Loop time of 0.198872 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33687236 -2213.33687551
- Force two-norm initial, final = 0.333398 0.024413
- Force max component initial, final = 0.0311417 0.00153235
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174557 (87.7736)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00163031 (0.819776)
-Outpt time (%) = 0.00132513 (0.666323)
-Other time (%) = 0.0213594 (10.7403)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2900 0 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2910 5.147719e-13 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2920 5.6443933e-12 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2930 2.7565354e-11 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2940 1.4830849e-10 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2950 5.8531766e-10 -2213.3369 -2213.3369 -3383.4456 3383.4456
- 2960 2.8290392e-09 -2213.3369 -2213.3369 -3383.4454 3383.4454
- 2970 1.0772944e-08 -2213.3369 -2213.3369 -3383.445 3383.445
- 2980 5.0350424e-08 -2213.3369 -2213.3369 -3383.4427 3383.4427
- 2990 1.7685486e-07 -2213.337 -2213.337 -3383.4352 3383.4352
- 3000 6.2717153e-07 -2213.3373 -2213.3373 -3383.4082 3383.4082
- 3003 7.5555145e-07 -2213.3373 -2213.3373 -3383.3987 3383.3987
-Loop time of 0.10325 on 1 procs for 103 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33687551 -2213.3373212 -2213.33734714
- Force two-norm initial, final = 0.024413 0.00696948
- Force max component initial, final = 0.00153235 0.000418265
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 103 103
-
-Pair time (%) = 0.0906169 (87.7646)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000834942 (0.80866)
-Outpt time (%) = 0.000659466 (0.638708)
-Other time (%) = 0.0111387 (10.7881)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2700 2443.9831 -2030.5982 -2030.5982 16506.432 -16506.432
- 2710 2343.6551 -2024.6647 -2024.6647 16564.571 -16564.571
- 2720 2348.665 -2025.6239 -2025.6239 16980.892 -16980.892
- 2730 2513.4927 -2037.1624 -2037.1624 16381.432 -16381.432
- 2740 2463.6349 -2034.6962 -2034.6962 16671.827 -16671.827
- 2750 2347.0842 -2027.9191 -2027.9191 18280.056 -18280.056
-Loop time of 0.117434 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.51532 Mbytes
-Step Temp PotEng pe Press press
- 2750 2347.0842 -2027.9191 -2027.9191 18280.056 -18280.056
- 2772 2347.0842 -2213.2824 -2213.2824 12732.23 -12732.23
-Loop time of 0.0570941 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.91907286 -2213.27375915 -2213.28237237
- Force two-norm initial, final = 74.278 0.412714
- Force max component initial, final = 8.14127 0.035698
- Final line search alpha, max atom move = 0.0625 0.00223113
- Iterations, force evaluations = 22 52
-
-Pair time (%) = 0.259612 (454.709)
-Neigh time (%) = 0.00267696 (4.68869)
-Comm time (%) = 0.00174713 (3.06009)
-Outpt time (%) = 0.000986576 (1.72798)
-Other time (%) = -0.207928 (-364.185)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2750 2347.0842 -2027.9191 -2027.9191 18280.056 -18280.056
- 2760 2390.2468 -2031.6856 -2031.6856 17849.245 -17849.245
- 2770 2449.224 -2036.5301 -2036.5301 18083.461 -18083.461
- 2780 2435.6291 -2036.7445 -2036.7445 16753.677 -16753.677
- 2790 2332.3409 -2031.0581 -2031.0581 16263.404 -16263.404
- 2800 2374.5055 -2034.9832 -2034.9832 16052.283 -16052.283
-Loop time of 0.116326 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.51532 Mbytes
-Step Temp PotEng pe Press press
- 2800 2374.5055 -2034.9832 -2034.9832 16052.283 -16052.283
- 2820 2374.5055 -2213.2385 -2213.2385 12912.167 -12912.167
-Loop time of 0.043828 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.98324883 -2213.21694986 -2213.23847023
- Force two-norm initial, final = 69.705 0.712831
- Force max component initial, final = 6.1533 0.0834477
- Final line search alpha, max atom move = 0.11952 0.00997371
- Iterations, force evaluations = 20 37
-
-Pair time (%) = 0.413818 (944.187)
-Neigh time (%) = 0.00598836 (13.6633)
-Comm time (%) = 0.00256014 (5.84133)
-Outpt time (%) = 0.00131059 (2.9903)
-Other time (%) = -0.379849 (-866.682)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 6.82867 Mbytes
-Step Temp PotEng pe Press press
- 2800 2374.5055 -2034.9832 -2034.9832 16052.283 -16052.283
- 2810 2345.2034 -2034.1541 -2034.1541 16006.109 -16006.109
- 2820 2406.0262 -2039.3031 -2039.3031 15638.84 -15638.84
- 2830 2295.9914 -2033.1509 -2033.1509 16338.215 -16338.215
- 2840 2267.8612 -2032.2819 -2032.2819 15745.553 -15745.553
- 2850 2284.2687 -2034.1993 -2034.1993 15410.402 -15410.402
-Loop time of 0.118889 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 7.51532 Mbytes
-Step Temp PotEng pe Press press
- 2850 2284.2687 -2034.1993 -2034.1993 15410.402 -15410.402
- 2871 2284.2687 -2213.2626 -2213.2626 12298.833 -12298.833
-Loop time of 0.0482378 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.19932986 -2213.24585024 -2213.26262303
- Force two-norm initial, final = 71.3078 0.520132
- Force max component initial, final = 6.9861 0.0761579
- Final line search alpha, max atom move = 0.051012 0.00388497
- Iterations, force evaluations = 21 42
-
-Pair time (%) = 0.574885 (1191.77)
-Neigh time (%) = 0.00933242 (19.3467)
-Comm time (%) = 0.00341082 (7.07084)
-Outpt time (%) = 0.00164175 (3.40345)
-Other time (%) = -0.541032 (-1121.59)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 7.32458 Mbytes
-Step Temp PotEng pe Press press
- 2850 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2860 9.6005265e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 2870 1.0526557e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 2880 5.1402879e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 2890 2.76391e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2900 1.0886108e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2910 5.205218e-07 -2213.3081 -2213.3081 -3386.2199 3386.2199
- 2920 1.9314695e-06 -2213.3089 -2213.3089 -3386.1123 3386.1123
- 2930 8.5232067e-06 -2213.3123 -2213.3123 -3385.6038 3385.6038
- 2940 1.9706706e-05 -2213.3202 -2213.3202 -3385.1613 3385.1613
- 2950 2.4016775e-05 -2213.3316 -2213.3316 -3383.6191 3383.6191
- 2960 7.8939539e-07 -2213.3368 -2213.3368 -3383.3306 3383.3306
- 2970 1.3352683e-07 -2213.3371 -2213.3371 -3383.5378 3383.5378
- 2980 4.0224003e-07 -2213.3373 -2213.3373 -3383.4222 3383.4222
- 2990 1.6431892e-08 -2213.3373 -2213.3373 -3383.3765 3383.3765
- 3000 1.5182755e-08 -2213.3373 -2213.3373 -3383.4018 3383.4018
- 3010 5.9109988e-08 -2213.3374 -2213.3374 -3383.3957 3383.3957
- 3018 3.0428528e-09 -2213.3374 -2213.3374 -3383.3969 3383.3969
-Loop time of 0.167152 on 1 procs for 168 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33738367 -2213.33738403
- Force two-norm initial, final = 0.333398 0.00413808
- Force max component initial, final = 0.0311417 0.000340584
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 168 168
-
-Pair time (%) = 0.147563 (88.2805)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00135732 (0.812026)
-Outpt time (%) = 0.00105071 (0.628596)
-Other time (%) = 0.0171814 (10.2789)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 7.32458 Mbytes
-Step Temp PotEng pe Press press
- 3018 0 -2213.3374 -2213.3374 -3383.3969 3383.3969
- 3019 1.1992884e-16 -2213.3374 -2213.3374 -3383.3969 3383.3969
-Loop time of 0.00214791 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738403 -2213.33738403 -2213.33738403
- Force two-norm initial, final = 0.00413808 0.00413808
- Force max component initial, final = 0.000340584 0.000340584
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185084 (86.1694)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.50204e-05 (0.699301)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000282049 (13.1313)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 7.32458 Mbytes
-Step Temp PotEng pe Press press
- 2850 2374.5055 -2034.9832 -2034.9832 16052.283 -16052.283
- 2860 2308.2224 -2031.3722 -2031.3722 16047.213 -16047.213
- 2870 2399.5034 -2038.1001 -2038.1001 16301.299 -16301.299
- 2880 2401.8571 -2038.9646 -2038.9646 17443.728 -17443.728
- 2890 2330.9253 -2035.0154 -2035.0154 17155.205 -17155.205
- 2900 2285.0298 -2032.6153 -2032.6153 17613.895 -17613.895
-Loop time of 0.116049 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 8.01123 Mbytes
-Step Temp PotEng pe Press press
- 2900 2285.0298 -2032.6153 -2032.6153 17613.895 -17613.895
- 2921 2285.0298 -2213.2874 -2213.2874 12304.173 -12304.173
-Loop time of 0.053014 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.61528191 -2213.27123208 -2213.28737549
- Force two-norm initial, final = 73.3567 0.388733
- Force max component initial, final = 8.01811 0.0459898
- Final line search alpha, max atom move = 0.0625 0.00287436
- Iterations, force evaluations = 21 48
-
-Pair time (%) = 0.165432 (312.053)
-Neigh time (%) = 0.00267243 (5.04099)
-Comm time (%) = 0.000906467 (1.70986)
-Outpt time (%) = 0.000341177 (0.64356)
-Other time (%) = -0.116338 (-219.447)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 7.32458 Mbytes
-Step Temp PotEng pe Press press
- 2900 2285.0298 -2032.6153 -2032.6153 17613.895 -17613.895
- 2910 2395.583 -2040.472 -2040.472 16037.111 -16037.111
- 2920 2435.2921 -2043.7029 -2043.7029 15748.747 -15748.747
- 2930 2268.8755 -2033.374 -2033.374 16290.236 -16290.236
- 2940 2263.4191 -2033.5766 -2033.5766 15792.943 -15792.943
- 2950 2348.38 -2039.6758 -2039.6758 15708.895 -15708.895
-Loop time of 0.116998 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 8.01123 Mbytes
-Step Temp PotEng pe Press press
- 2950 2348.38 -2039.6758 -2039.6758 15708.895 -15708.895
- 2971 2348.38 -2213.3177 -2213.3177 12742.437 -12742.437
-Loop time of 0.0469632 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2039.67576345 -2213.30405916 -2213.3176514
- Force two-norm initial, final = 68.237 0.34193
- Force max component initial, final = 6.96146 0.0383874
- Final line search alpha, max atom move = 0.0625 0.00239921
- Iterations, force evaluations = 21 40
-
-Pair time (%) = 0.324061 (690.031)
-Neigh time (%) = 0.00532126 (11.3307)
-Comm time (%) = 0.00172639 (3.67605)
-Outpt time (%) = 0.000666857 (1.41996)
-Other time (%) = -0.284812 (-606.458)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 7.32458 Mbytes
-Step Temp PotEng pe Press press
- 2950 2348.38 -2039.6758 -2039.6758 15708.895 -15708.895
- 2960 2299.1367 -2036.9189 -2036.9189 14295.043 -14295.043
- 2970 2219.9216 -2032.1403 -2032.1403 14599.715 -14599.715
- 2980 2314.6697 -2038.7476 -2038.7476 15656.206 -15656.206
- 2990 2379.1785 -2043.3695 -2043.3695 16456.989 -16456.989
- 3000 2227.3368 -2033.7302 -2033.7302 18303.718 -18303.718
-Loop time of 0.117248 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 8.01123 Mbytes
-Step Temp PotEng pe Press press
- 3000 2227.3368 -2033.7302 -2033.7302 18303.718 -18303.718
- 3024 2227.3368 -2210.7635 -2210.7635 12307.157 -12307.157
-Loop time of 0.064961 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2033.73019482 -2210.74931666 -2210.76347178
- Force two-norm initial, final = 71.9335 1.03445
- Force max component initial, final = 7.31847 0.102997
- Final line search alpha, max atom move = 0.0467854 0.00481875
- Iterations, force evaluations = 24 59
-
-Pair time (%) = 0.499922 (769.573)
-Neigh time (%) = 0.00866699 (13.3418)
-Comm time (%) = 0.00270987 (4.17153)
-Outpt time (%) = 0.00099206 (1.52716)
-Other time (%) = -0.44733 (-688.613)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 7.8205 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 3010 9.6005631e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 3020 1.0527124e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 3030 5.1423124e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 3040 2.7689276e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 3050 1.0987036e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 3060 5.3997042e-07 -2213.3081 -2213.3081 -3386.2194 3386.2194
- 3070 2.295177e-06 -2213.3089 -2213.3089 -3386.1049 3386.1049
- 3080 1.0986514e-05 -2213.3128 -2213.3128 -3385.5282 3385.5282
- 3090 6.1282402e-08 -2213.3183 -2213.3183 -3385.1822 3385.1822
- 3100 2.0927763e-06 -2213.3194 -2213.3194 -3385.1815 3385.1815
- 3110 1.0226151e-05 -2213.324 -2213.324 -3384.7741 3384.7741
- 3120 3.5803268e-07 -2213.3284 -2213.3284 -3384.2177 3384.2177
- 3130 4.2017067e-06 -2213.3305 -2213.3305 -3384.0662 3384.0662
- 3140 4.2868623e-08 -2213.3353 -2213.3353 -3383.6572 3383.6572
- 3150 1.305227e-07 -2213.3355 -2213.3355 -3383.5849 3383.5849
- 3160 8.5793128e-09 -2213.336 -2213.336 -3383.5422 3383.5422
- 3170 3.644775e-07 -2213.3362 -2213.3362 -3383.5118 3383.5118
- 3180 1.9654919e-08 -2213.3368 -2213.3368 -3383.4505 3383.4505
- 3190 4.7369717e-08 -2213.3369 -2213.3369 -3383.4463 3383.4463
- 3200 2.4346787e-09 -2213.337 -2213.337 -3383.4338 3383.4338
-Loop time of 0.204668 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33699892 -2213.3369997
- Force two-norm initial, final = 0.333398 0.0212534
- Force max component initial, final = 0.0311417 0.0013171
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.174571 (85.2946)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00162196 (0.792484)
-Outpt time (%) = 0.00132132 (0.64559)
-Other time (%) = 0.027154 (13.2673)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 7.8205 Mbytes
-Step Temp PotEng pe Press press
- 3200 0 -2213.337 -2213.337 -3383.4338 3383.4338
- 3210 3.9014827e-13 -2213.337 -2213.337 -3383.4338 3383.4338
- 3220 4.2780847e-12 -2213.337 -2213.337 -3383.4338 3383.4338
- 3230 2.0898395e-11 -2213.337 -2213.337 -3383.4338 3383.4338
- 3240 1.1256561e-10 -2213.337 -2213.337 -3383.4338 3383.4338
- 3250 4.4689517e-10 -2213.337 -2213.337 -3383.4338 3383.4338
- 3260 2.209164e-09 -2213.337 -2213.337 -3383.4337 3383.4337
- 3270 9.5148745e-09 -2213.337 -2213.337 -3383.4333 3383.4333
- 3280 5.4015952e-08 -2213.337 -2213.337 -3383.431 3383.431
- 3290 1.3899383e-07 -2213.3371 -2213.3371 -3383.4248 3383.4248
- 3300 3.8947313e-07 -2213.3373 -2213.3373 -3383.4055 3383.4055
- 3310 1.2004426e-10 -2213.3373 -2213.3373 -3383.399 3383.399
- 3315 1.5451673e-09 -2213.3373 -2213.3373 -3383.3989 3383.3989
-Loop time of 0.11797 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3369997 -2213.33734538 -2213.33734564
- Force two-norm initial, final = 0.0212534 0.00709388
- Force max component initial, final = 0.0013171 0.000425677
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.100959 (85.5803)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000939131 (0.796076)
-Outpt time (%) = 0.00074935 (0.635204)
-Other time (%) = 0.0153224 (12.9884)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 7.8205 Mbytes
-Step Temp PotEng pe Press press
- 2250 2287.7325 -2033.5683 -2033.5683 15340.076 -15340.076
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2250 2287.7325 -2033.5683 -2033.5683 15340.076 -15340.076
- 2260 2319.0508 -2035.9902 -2035.9902 15656.009 -15656.009
- 2270 2325.6827 -2036.7557 -2036.7557 17063.886 -17063.886
- 2280 2368.879 -2039.9236 -2039.9236 16905.83 -16905.83
- 2290 2403.9336 -2042.5765 -2042.5765 17570.785 -17570.785
- 2300 2378.7995 -2041.3179 -2041.3179 17592.984 -17592.984
-Loop time of 0.117224 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2300 2378.7995 -2041.3179 -2041.3179 17592.984 -17592.984
- 2323 2378.7995 -2213.2945 -2213.2945 12958.709 -12958.709
-Loop time of 0.0538719 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2041.31789911 -2213.2842247 -2213.29448215
- Force two-norm initial, final = 68.862 0.487869
- Force max component initial, final = 6.57875 0.0890506
- Final line search alpha, max atom move = 0.0465056 0.00414135
- Iterations, force evaluations = 23 48
-
-Pair time (%) = 0.266598 (494.873)
-Neigh time (%) = 0.002666 (4.94877)
-Comm time (%) = 0.00180745 (3.35509)
-Outpt time (%) = 0.00107455 (1.99464)
-Other time (%) = -0.218274 (-405.172)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2300 2378.7995 -2041.3179 -2041.3179 17592.984 -17592.984
- 2310 2275.3046 -2034.8752 -2034.8752 17656.553 -17656.553
- 2320 2289.8598 -2036.1139 -2036.1139 16450.356 -16450.356
- 2330 2406.5261 -2043.9869 -2043.9869 14342.721 -14342.721
- 2340 2391.997 -2043.2228 -2043.2228 13238.398 -13238.398
- 2350 2194.0899 -2030.3103 -2030.3103 14267.265 -14267.265
-Loop time of 0.117046 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2350 2194.0899 -2030.3103 -2030.3103 14267.265 -14267.265
- 2373 2194.0899 -2213.3023 -2213.3023 11676.689 -11676.689
-Loop time of 0.0515718 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2030.31025969 -2213.28916145 -2213.30228136
- Force two-norm initial, final = 70.838 0.447837
- Force max component initial, final = 5.94692 0.0972924
- Final line search alpha, max atom move = 0.0833014 0.00810459
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.429084 (832.012)
-Neigh time (%) = 0.00599766 (11.6297)
-Comm time (%) = 0.00270057 (5.23651)
-Outpt time (%) = 0.00141454 (2.74285)
-Other time (%) = -0.387625 (-751.621)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2350 2194.0899 -2030.3103 -2030.3103 14267.265 -14267.265
- 2360 2178.8044 -2029.2369 -2029.2369 14480.576 -14480.576
- 2370 2245.0871 -2033.2579 -2033.2579 15216.248 -15216.248
- 2380 2320.3954 -2037.6522 -2037.6522 14192.655 -14192.655
- 2390 2354.8245 -2039.1962 -2039.1962 13908.948 -13908.948
- 2400 2299.0964 -2034.6918 -2034.6918 14626.777 -14626.777
-Loop time of 0.117428 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2400 2299.0964 -2034.6918 -2034.6918 14626.777 -14626.777
- 2420 2299.0964 -2213.2722 -2213.2722 12402.098 -12402.098
-Loop time of 0.0396421 on 1 procs for 20 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.69182896 -2213.25123781 -2213.27219134
- Force two-norm initial, final = 69.8287 0.506331
- Force max component initial, final = 6.73373 0.104101
- Final line search alpha, max atom move = 0.0869151 0.00904796
- Iterations, force evaluations = 20 32
-
-Pair time (%) = 0.580918 (1465.41)
-Neigh time (%) = 0.00868964 (21.9202)
-Comm time (%) = 0.0034554 (8.71649)
-Outpt time (%) = 0.00173998 (4.38922)
-Other time (%) = -0.555161 (-1400.43)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14252 ave 14252 max 14252 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14252
-Ave neighs/atom = 27.8904
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.34912 Mbytes
-Step Temp PotEng pe Press press
- 2400 2299.0964 -2034.6918 -2034.6918 14626.777 -14626.777
- 2410 2312.5358 -2034.6304 -2034.6304 13641.296 -13641.296
- 2420 2340.9576 -2035.4216 -2035.4216 13534.831 -13534.831
- 2430 2218.5743 -2026.1535 -2026.1535 15210.944 -15210.944
- 2440 2350.6064 -2033.5363 -2033.5363 14502.887 -14502.887
- 2450 2393.4283 -2034.8922 -2034.8922 13858.854 -13858.854
-Loop time of 0.118462 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.03577 Mbytes
-Step Temp PotEng pe Press press
- 2450 2393.4283 -2034.8922 -2034.8922 13858.854 -13858.854
- 2474 2393.4283 -2213.3047 -2213.3047 13049.804 -13049.804
-Loop time of 0.057394 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2034.89224497 -2213.29522021 -2213.3046868
- Force two-norm initial, final = 68.3686 0.299713
- Force max component initial, final = 6.63573 0.0331465
- Final line search alpha, max atom move = 0.0625 0.00207166
- Iterations, force evaluations = 24 51
-
-Pair time (%) = 0.749796 (1306.4)
-Neigh time (%) = 0.0127156 (22.1549)
-Comm time (%) = 0.00441647 (7.69499)
-Outpt time (%) = 0.00206804 (3.60324)
-Other time (%) = -0.711602 (-1239.85)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2213.2957 -2213.2957 -3384.9846 3384.9846
- 2460 1.3985674e-10 -2213.2957 -2213.2957 -3384.9847 3384.9847
- 2470 1.5334507e-09 -2213.2957 -2213.2957 -3384.9849 3384.9849
- 2480 7.4876747e-09 -2213.2957 -2213.2957 -3384.9858 3384.9858
- 2490 4.0249422e-08 -2213.2957 -2213.2957 -3384.9911 3384.9911
- 2500 1.583497e-07 -2213.2958 -2213.2958 -3385.0103 3385.0103
- 2510 7.5314635e-07 -2213.2962 -2213.2962 -3385.1048 3385.1048
- 2520 2.7410484e-06 -2213.2973 -2213.2973 -3385.3954 3385.3954
- 2530 1.1409208e-05 -2213.3018 -2213.3018 -3386.0237 3386.0237
- 2540 2.5881411e-05 -2213.3123 -2213.3123 -3384.1134 3384.1134
- 2550 3.9766196e-05 -2213.3321 -2213.3321 -3384.071 3384.071
- 2560 1.6186196e-06 -2213.3347 -2213.3347 -3385.4588 3385.4588
- 2570 4.118754e-07 -2213.3355 -2213.3355 -3384.2904 3384.2904
- 2580 1.996525e-06 -2213.3365 -2213.3365 -3383.785 3383.785
- 2590 7.2334968e-09 -2213.3373 -2213.3373 -3383.0517 3383.0517
- 2600 8.096175e-09 -2213.3373 -2213.3373 -3383.28 3383.28
- 2610 5.2306913e-08 -2213.3374 -2213.3374 -3383.3649 3383.3649
- 2620 9.0423292e-10 -2213.3374 -2213.3374 -3383.3776 3383.3776
-Loop time of 0.17055 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2957145 -2213.33738303 -2213.33738317
- Force two-norm initial, final = 0.402399 0.00334355
- Force max component initial, final = 0.0392624 0.00032889
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.150564 (88.2815)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00139618 (0.818633)
-Outpt time (%) = 0.00105715 (0.619846)
-Other time (%) = 0.0175326 (10.28)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2620 0 -2213.3374 -2213.3374 -3383.3776 3383.3776
- 2621 7.8296179e-17 -2213.3374 -2213.3374 -3383.3776 3383.3776
-Loop time of 0.00216293 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738317 -2213.33738317 -2213.33738317
- Force two-norm initial, final = 0.00334355 0.00334355
- Force max component initial, final = 0.00032889 0.00032889
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00186491 (86.2213)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.705467)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000282764 (13.0732)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2450 2299.0964 -2034.6918 -2034.6918 14626.777 -14626.777
- 2460 2383.9359 -2038.8713 -2038.8713 14155.622 -14155.622
- 2470 2362.217 -2036.039 -2036.039 14710.785 -14710.785
- 2480 2297.1811 -2030.4164 -2030.4164 15883.965 -15883.965
- 2490 2240.1837 -2025.3339 -2025.3339 15214.101 -15214.101
- 2500 2257.033 -2025.059 -2025.059 14965.44 -14965.44
-Loop time of 0.117923 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2500 2257.033 -2025.059 -2025.059 14965.44 -14965.44
- 2522 2257.033 -2213.3096 -2213.3096 12113.172 -12113.172
-Loop time of 0.0452058 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2025.05896975 -2213.29262507 -2213.30963817
- Force two-norm initial, final = 71.8207 0.346928
- Force max component initial, final = 6.04087 0.0350831
- Final line search alpha, max atom move = 0.0604482 0.00212071
- Iterations, force evaluations = 22 38
-
-Pair time (%) = 0.158976 (351.671)
-Neigh time (%) = 0.00333381 (7.37473)
-Comm time (%) = 0.000846148 (1.87177)
-Outpt time (%) = 0.000326872 (0.723075)
-Other time (%) = -0.118277 (-261.64)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2500 2257.033 -2025.059 -2025.059 14965.44 -14965.44
- 2510 2461.6666 -2037.0999 -2037.0999 13795.395 -13795.395
- 2520 2480.6252 -2036.9962 -2036.9962 14798.622 -14798.622
- 2530 2360.52 -2027.9826 -2027.9826 16956.588 -16956.588
- 2540 2343.9038 -2025.8956 -2025.8956 18209.282 -18209.282
- 2550 2457.6899 -2032.4331 -2032.4331 18189.031 -18189.031
-Loop time of 0.117664 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2550 2457.6899 -2032.4331 -2032.4331 18189.031 -18189.031
- 2573 2457.6899 -2213.3154 -2213.3154 13501.778 -13501.778
-Loop time of 0.0538919 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.43313031 -2213.29338298 -2213.3154064
- Force two-norm initial, final = 70.1299 0.659436
- Force max component initial, final = 6.75773 0.0561015
- Final line search alpha, max atom move = 0.125 0.00701268
- Iterations, force evaluations = 23 48
-
-Pair time (%) = 0.325059 (603.169)
-Neigh time (%) = 0.00600481 (11.1423)
-Comm time (%) = 0.0017283 (3.20697)
-Outpt time (%) = 0.000654936 (1.21528)
-Other time (%) = -0.279555 (-518.733)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2550 2457.6899 -2032.4331 -2032.4331 18189.031 -18189.031
- 2560 2493.0767 -2033.8981 -2033.8981 18394.123 -18394.123
- 2570 2468.5312 -2031.5936 -2031.5936 17798.883 -17798.883
- 2580 2424.1114 -2028.1133 -2028.1133 18209.235 -18209.235
- 2590 2426.7516 -2027.8188 -2027.8188 16663.946 -16663.946
- 2600 2382.1481 -2024.441 -2024.441 16315.669 -16315.669
-Loop time of 0.118849 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2600 2382.1481 -2024.441 -2024.441 16315.669 -16315.669
- 2621 2382.1481 -2213.2596 -2213.2596 12988.892 -12988.892
-Loop time of 0.045181 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.44102729 -2213.24013597 -2213.25957869
- Force two-norm initial, final = 73.0229 1.02592
- Force max component initial, final = 7.04465 0.0948487
- Final line search alpha, max atom move = 0.123571 0.0117206
- Iterations, force evaluations = 21 38
-
-Pair time (%) = 0.483072 (1069.19)
-Neigh time (%) = 0.00936127 (20.7195)
-Comm time (%) = 0.00255799 (5.66165)
-Outpt time (%) = 0.000987768 (2.18625)
-Other time (%) = -0.450798 (-997.759)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2600 2382.1481 -2024.441 -2024.441 16315.669 -16315.669
- 2610 2370.7457 -2023.2614 -2023.2614 16798.7 -16798.7
- 2620 2394.3652 -2024.3563 -2024.3563 17052.917 -17052.917
- 2630 2489.8646 -2030.2034 -2030.2034 16508.59 -16508.59
- 2640 2436.033 -2026.2676 -2026.2676 16494.473 -16494.473
- 2650 2465.3981 -2027.9174 -2027.9174 16538.142 -16538.142
-Loop time of 0.119503 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2650 2465.3981 -2027.9174 -2027.9174 16538.142 -16538.142
- 2672 2465.3981 -2212.7655 -2212.7655 13750.586 -13750.586
-Loop time of 0.0563061 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2027.91738794 -2212.75189534 -2212.76547181
- Force two-norm initial, final = 71.0059 0.70075
- Force max component initial, final = 6.54878 0.1032
- Final line search alpha, max atom move = 0.125 0.0129
- Iterations, force evaluations = 22 51
-
-Pair time (%) = 0.652662 (1159.13)
-Neigh time (%) = 0.0127194 (22.5897)
-Comm time (%) = 0.00348425 (6.18805)
-Outpt time (%) = 0.00131392 (2.33354)
-Other time (%) = -0.613873 (-1090.24)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14266 ave 14266 max 14266 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14266
-Ave neighs/atom = 27.9178
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.84503 Mbytes
-Step Temp PotEng pe Press press
- 2650 2465.3981 -2027.9174 -2027.9174 16538.142 -16538.142
- 2660 2426.9355 -2025.1391 -2025.1391 16947.884 -16947.884
- 2670 2489.1221 -2029.0694 -2029.0694 17449.285 -17449.285
- 2680 2512.5351 -2030.5323 -2030.5323 18965.434 -18965.434
- 2690 2463.3935 -2027.371 -2027.371 18791.597 -18791.597
- 2700 2397.973 -2023.1965 -2023.1965 19027.318 -19027.318
-Loop time of 0.117567 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 5.53168 Mbytes
-Step Temp PotEng pe Press press
- 2700 2397.973 -2023.1965 -2023.1965 19027.318 -19027.318
- 2719 2397.973 -2213.2289 -2213.2289 13066.948 -13066.948
-Loop time of 0.0409472 on 1 procs for 19 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2023.19653013 -2213.20835111 -2213.22889348
- Force two-norm initial, final = 75.1987 0.530036
- Force max component initial, final = 8.51211 0.0541313
- Final line search alpha, max atom move = 0.0625 0.0033832
- Iterations, force evaluations = 19 33
-
-Pair time (%) = 0.804576 (1964.91)
-Neigh time (%) = 0.0167153 (40.8216)
-Comm time (%) = 0.0042932 (10.4847)
-Outpt time (%) = 0.0016396 (4.00419)
-Other time (%) = -0.786277 (-1920.22)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2213.2957 -2213.2957 -3384.9846 3384.9846
- 2710 1.3985672e-10 -2213.2957 -2213.2957 -3384.9847 3384.9847
- 2720 1.5334472e-09 -2213.2957 -2213.2957 -3384.9849 3384.9849
- 2730 7.4875518e-09 -2213.2957 -2213.2957 -3384.9858 3384.9858
- 2740 4.0246374e-08 -2213.2957 -2213.2957 -3384.9911 3384.9911
- 2750 1.582882e-07 -2213.2958 -2213.2958 -3385.0103 3385.0103
- 2760 7.5194123e-07 -2213.2962 -2213.2962 -3385.1048 3385.1048
- 2770 2.7164565e-06 -2213.2973 -2213.2973 -3385.3945 3385.3945
- 2780 1.0700904e-05 -2213.3017 -2213.3017 -3386.0261 3386.0261
- 2790 2.5146356e-05 -2213.3119 -2213.3119 -3384.1796 3384.1796
- 2800 4.3452265e-05 -2213.3323 -2213.3323 -3383.9316 3383.9316
- 2810 1.3473115e-06 -2213.3352 -2213.3352 -3384.9125 3384.9125
- 2820 3.7884306e-07 -2213.3356 -2213.3356 -3384.1341 3384.1341
- 2830 1.4739214e-06 -2213.3364 -2213.3364 -3383.9877 3383.9877
- 2840 5.048003e-08 -2213.3372 -2213.3372 -3383.8083 3383.8083
- 2850 1.138462e-08 -2213.3373 -2213.3373 -3383.2983 3383.2983
- 2860 8.1833893e-08 -2213.3373 -2213.3373 -3383.3944 3383.3944
- 2870 1.031283e-07 -2213.3374 -2213.3374 -3383.2084 3383.2084
- 2874 2.65024e-09 -2213.3374 -2213.3374 -3383.3515 3383.3515
-Loop time of 0.172697 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2957145 -2213.33738081 -2213.33738121
- Force two-norm initial, final = 0.402399 0.00367138
- Force max component initial, final = 0.0392624 0.000342469
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.153516 (88.8931)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00140858 (0.815635)
-Outpt time (%) = 0.00111842 (0.64762)
-Other time (%) = 0.0166543 (9.64362)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2874 0 -2213.3374 -2213.3374 -3383.3515 3383.3515
- 2875 9.4403035e-17 -2213.3374 -2213.3374 -3383.3515 3383.3515
-Loop time of 0.00213385 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738121 -2213.33738121 -2213.33738121
- Force two-norm initial, final = 0.00367138 0.00367138
- Force max component initial, final = 0.000342469 0.000342469
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00184798 (86.6034)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.33514e-05 (0.625698)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000272512 (12.7709)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2700 2465.3981 -2027.9174 -2027.9174 16538.142 -16538.142
- 2710 2437.2493 -2026.2525 -2026.2525 16505.187 -16505.187
- 2720 2491.4494 -2030.1356 -2030.1356 16529.361 -16529.361
- 2730 2396.0306 -2024.2446 -2024.2446 17076.319 -17076.319
- 2740 2372.3659 -2023.1318 -2023.1318 16819.662 -16819.662
- 2750 2383.2495 -2024.2958 -2024.2958 16326.111 -16326.111
-Loop time of 0.119643 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2750 2383.2495 -2024.2958 -2024.2958 16326.111 -16326.111
- 2773 2383.2495 -2213.2838 -2213.2838 12977.326 -12977.326
-Loop time of 0.0548911 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2024.29580137 -2213.26847823 -2213.28375972
- Force two-norm initial, final = 73.0431 0.766911
- Force max component initial, final = 7.0471 0.106827
- Final line search alpha, max atom move = 0.125 0.0133534
- Iterations, force evaluations = 23 49
-
-Pair time (%) = 0.170182 (310.036)
-Neigh time (%) = 0.00335884 (6.1191)
-Comm time (%) = 0.000928879 (1.69222)
-Outpt time (%) = 0.000324726 (0.591582)
-Other time (%) = -0.119903 (-218.439)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2750 2383.2495 -2024.2958 -2024.2958 16326.111 -16326.111
- 2760 2427.0521 -2027.674 -2027.674 16662.714 -16662.714
- 2770 2423.6251 -2028.0077 -2028.0077 18196.927 -18196.927
- 2780 2466.7116 -2031.5334 -2031.5334 17771.548 -17771.548
- 2790 2489.738 -2033.9192 -2033.9192 18351.703 -18351.703
- 2800 2453.0846 -2032.5978 -2032.5978 18130.21 -18130.21
-Loop time of 0.118649 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2800 2453.0846 -2032.5978 -2032.5978 18130.21 -18130.21
- 2824 2453.0846 -2213.2847 -2213.2847 13454.766 -13454.766
-Loop time of 0.0611351 on 1 procs for 24 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2032.59781896 -2213.27199291 -2213.28472251
- Force two-norm initial, final = 70.0792 0.534142
- Force max component initial, final = 6.75299 0.0470804
- Final line search alpha, max atom move = 0.0625 0.00294253
- Iterations, force evaluations = 24 56
-
-Pair time (%) = 0.34365 (562.116)
-Neigh time (%) = 0.00671792 (10.9887)
-Comm time (%) = 0.00189829 (3.10507)
-Outpt time (%) = 0.000648499 (1.06076)
-Other time (%) = -0.29178 (-477.27)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2800 2453.0846 -2032.5978 -2032.5978 18130.21 -18130.21
- 2810 2337.9933 -2026.2305 -2026.2305 18134.654 -18134.654
- 2820 2353.0121 -2028.4762 -2028.4762 16877.021 -16877.021
- 2830 2471.4568 -2037.6389 -2037.6389 14725.413 -14725.413
- 2840 2451.9267 -2037.9139 -2037.9139 13717.527 -13717.527
- 2850 2248.4655 -2026.0435 -2026.0435 14890.704 -14890.704
-Loop time of 0.117774 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2850 2248.4655 -2026.0435 -2026.0435 14890.704 -14890.704
- 2873 2248.4655 -2213.289 -2213.289 12047.305 -12047.305
-Loop time of 0.05144 on 1 procs for 23 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2026.0434545 -2213.28086912 -2213.28897016
- Force two-norm initial, final = 71.6733 0.514322
- Force max component initial, final = 6.03009 0.0515269
- Final line search alpha, max atom move = 0.125 0.00644086
- Iterations, force evaluations = 23 45
-
-Pair time (%) = 0.50674 (985.109)
-Neigh time (%) = 0.010052 (19.5411)
-Comm time (%) = 0.00278354 (5.41123)
-Outpt time (%) = 0.000971794 (1.88918)
-Other time (%) = -0.469107 (-911.95)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2850 2248.4655 -2026.0435 -2026.0435 14890.704 -14890.704
- 2860 2233.2704 -2026.3827 -2026.3827 15162.212 -15162.212
- 2870 2292.9258 -2031.4555 -2031.4555 15873.316 -15873.316
- 2880 2360.2695 -2036.9049 -2036.9049 14741.351 -14741.351
- 2890 2386.3179 -2039.562 -2039.562 14247.725 -14247.725
- 2900 2304.6712 -2035.0266 -2035.0266 14732.294 -14732.294
-Loop time of 0.118538 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2900 2304.6712 -2035.0266 -2035.0266 14732.294 -14732.294
- 2921 2304.6712 -2213.2924 -2213.2924 12446.447 -12446.447
-Loop time of 0.0456779 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2035.02657724 -2213.27711898 -2213.29235697
- Force two-norm initial, final = 69.864 0.559422
- Force max component initial, final = 6.73888 0.0558328
- Final line search alpha, max atom move = 0.125 0.0069791
- Iterations, force evaluations = 21 38
-
-Pair time (%) = 0.664897 (1455.62)
-Neigh time (%) = 0.013386 (29.3052)
-Comm time (%) = 0.00361133 (7.90607)
-Outpt time (%) = 0.00130892 (2.86554)
-Other time (%) = -0.637526 (-1395.7)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 3
-Dangerous builds = 0
-Memory usage per processor = 5.34094 Mbytes
-Step Temp PotEng pe Press press
- 2900 2304.6712 -2035.0266 -2035.0266 14732.294 -14732.294
- 2910 2291.6422 -2034.8567 -2034.8567 13542.626 -13542.626
- 2920 2308.8307 -2036.5391 -2036.5391 13162.336 -13162.336
- 2930 2178.5293 -2028.2823 -2028.2823 14668.899 -14668.899
- 2940 2296.3068 -2036.1853 -2036.1853 13937.746 -13937.746
- 2950 2333.9507 -2038.6339 -2038.6339 13273.297 -13273.297
-Loop time of 0.118081 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.02759 Mbytes
-Step Temp PotEng pe Press press
- 2950 2333.9507 -2038.6339 -2038.6339 13273.297 -13273.297
- 2972 2333.9507 -2213.267 -2213.267 12639.459 -12639.459
-Loop time of 0.0502939 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2038.63388289 -2213.25079848 -2213.26696081
- Force two-norm initial, final = 67.626 0.410782
- Force max component initial, final = 6.58942 0.0411416
- Final line search alpha, max atom move = 0.0625 0.00257135
- Iterations, force evaluations = 22 44
-
-Pair time (%) = 0.82713 (1644.59)
-Neigh time (%) = 0.0167482 (33.3006)
-Comm time (%) = 0.00449753 (8.94249)
-Outpt time (%) = 0.00163507 (3.25104)
-Other time (%) = -0.799716 (-1590.09)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14260 ave 14260 max 14260 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14260
-Ave neighs/atom = 27.9061
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2950 0 -2213.2957 -2213.2957 -3384.9846 3384.9846
- 2960 1.3985674e-10 -2213.2957 -2213.2957 -3384.9847 3384.9847
- 2970 1.5334509e-09 -2213.2957 -2213.2957 -3384.9849 3384.9849
- 2980 7.4876818e-09 -2213.2957 -2213.2957 -3384.9858 3384.9858
- 2990 4.0249596e-08 -2213.2957 -2213.2957 -3384.9911 3384.9911
- 3000 1.5835302e-07 -2213.2958 -2213.2958 -3385.0103 3385.0103
- 3010 7.5319475e-07 -2213.2962 -2213.2962 -3385.1048 3385.1048
- 3020 2.7406435e-06 -2213.2973 -2213.2973 -3385.3954 3385.3954
- 3030 1.1202953e-05 -2213.3018 -2213.3018 -3386.025 3386.025
- 3040 2.4958602e-05 -2213.3121 -2213.3121 -3384.155 3384.155
- 3050 4.1084204e-05 -2213.332 -2213.332 -3384.0447 3384.0447
- 3060 1.8525651e-06 -2213.3347 -2213.3347 -3385.1743 3385.1743
- 3070 4.096729e-07 -2213.3355 -2213.3355 -3384.2666 3384.2666
- 3080 1.9103886e-06 -2213.3365 -2213.3365 -3383.7947 3383.7947
- 3090 1.0906734e-08 -2213.3373 -2213.3373 -3383.0996 3383.0996
- 3100 9.2785612e-09 -2213.3373 -2213.3373 -3383.2363 3383.2363
- 3110 4.9924971e-08 -2213.3374 -2213.3374 -3383.3814 3383.3814
- 3117 6.1950768e-10 -2213.3374 -2213.3374 -3383.3869 3383.3869
-Loop time of 0.167822 on 1 procs for 167 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2957145 -2213.33738375 -2213.33738388
- Force two-norm initial, final = 0.402399 0.00355548
- Force max component initial, final = 0.0392624 0.000471793
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 167 167
-
-Pair time (%) = 0.147514 (87.8991)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00139213 (0.829526)
-Outpt time (%) = 0.00106716 (0.635889)
-Other time (%) = 0.0178487 (10.6355)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 3117 0 -2213.3374 -2213.3374 -3383.3869 3383.3869
- 3118 8.8536456e-17 -2213.3374 -2213.3374 -3383.3869 3383.3869
-Loop time of 0.00220394 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738388 -2213.33738388 -2213.33738388
- Force two-norm initial, final = 0.00355548 0.00355548
- Force max component initial, final = 0.000471793 0.000471793
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0018599 (84.3899)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.692341)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000328779 (14.9178)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 5.83685 Mbytes
-Step Temp PotEng pe Press press
- 2950 2304.6712 -2035.0266 -2035.0266 14732.294 -14732.294
- 2960 2376.5886 -2039.6672 -2039.6672 14165.747 -14165.747
- 2970 2345.2795 -2037.4483 -2037.4483 14560.398 -14560.398
- 2980 2273.1008 -2032.4653 -2032.4653 15624.51 -15624.51
- 2990 2208.6278 -2027.8486 -2027.8486 14867.344 -14867.344
- 3000 2221.2585 -2028.0905 -2028.0905 14584.289 -14584.289
-Loop time of 0.117953 on 1 procs for 50 steps with 511 atoms
-Memory usage per processor = 6.5235 Mbytes
-Step Temp PotEng pe Press press
- 3000 2221.2585 -2028.0905 -2028.0905 14584.289 -14584.289
- 3021 2221.2585 -2213.2534 -2213.2534 11868.862 -11868.862
-Loop time of 0.0463531 on 1 procs for 21 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2028.09050397 -2213.23406233 -2213.25337161
- Force two-norm initial, final = 71.2715 0.432517
- Force max component initial, final = 5.99051 0.0906367
- Final line search alpha, max atom move = 0.0561718 0.00509123
- Iterations, force evaluations = 21 40
-
-Pair time (%) = 0.160791 (346.882)
-Neigh time (%) = 0.00268149 (5.78493)
-Comm time (%) = 0.000849962 (1.83367)
-Outpt time (%) = 0.000333786 (0.720094)
-Other time (%) = -0.118303 (-255.221)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14258 ave 14258 max 14258 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14258
-Ave neighs/atom = 27.9022
-Neighbor list builds = 2
-Dangerous builds = 0
-Loop time of 25.5788 on 1 procs for 21 steps with 511 atoms
-
-TAD stats:
- NEB time (%) = 6.39925 (25.0178)
- Dynamics time (%) = 12.7815 (49.9691)
- Quench time (%) = 5.57073 (21.7788)
- Comm time (%) = 0 (0)
- Output time (%) = 0.00895023 (0.0349909)
- Other time (%) = 0.815659 (3.18881)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14258 ave 14258 max 14258 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14258
-Ave neighs/atom = 27.9022
-Neighbor list builds = 280
-Dangerous builds = 0
diff --git a/examples/tad/log.tad.1.18Feb13.linux.3 b/examples/tad/log.tad.1.18Feb13.linux.3
new file mode 100644
index 000000000..def4be96f
--- /dev/null
+++ b/examples/tad/log.tad.1.18Feb13.linux.3
@@ -0,0 +1,7814 @@
+LAMMPS (18 Feb 2013)
+Processor partition = 1
+# temperature accelerated dynamics model for a single vacancy in bulk Si
+# events occur when a neighboring atom diffuses to the vacant site
+# run this on multiple partitions as
+# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
+
+units metal
+
+atom_style atomic
+atom_modify map array
+boundary p p p
+atom_modify sort 0 0.0
+
+# temperatures
+variable tlo equal 1800.0
+variable thi equal 2400.0
+
+# coordination number cutoff
+
+variable r equal 2.835
+
+# minimization parameters
+
+variable etol equal 1.0e-5
+variable ftol equal 1.0e-5
+variable maxiter equal 100
+variable maxeval equal 100
+variable dmax equal 1.0e-1
+
+# diamond unit cell
+
+variable a equal 5.431
+lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+Lattice spacing in x,y,z = 5.431 5.431 5.431
+
+region myreg block 0 4 0 4 0 4
+create_box 1 myreg
+Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 region myreg
+Created 512 atoms
+
+mass 1 28.06
+
+group Si type 1
+512 atoms in group Si
+
+velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
+velocity all create 2400 5287286 mom yes rot yes dist gaussian
+
+# make a vacancy
+
+group del id 300
+1 atoms in group del
+delete_atoms group del
+Deleted 1 atoms, new total = 511
+
+pair_style sw
+pair_coeff * * Si.sw Si
+
+thermo 10
+
+fix 1 all nve
+fix 2 all langevin ${thi} ${thi} 0.1 48278
+fix 2 all langevin 2400 ${thi} 0.1 48278
+fix 2 all langevin 2400 2400 0.1 48278
+
+timestep 1.0e-3
+neighbor 1.0 bin
+neigh_modify every 1 delay 10 check yes
+
+# equilibrate
+
+run 1000
+Memory usage per processor = 2.0318 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 2397.3877 -2211.666 0 -2053.6238 16437.395
+ 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
+ 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
+ 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
+ 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
+ 50 1355.5121 -2075.899 0 -1986.54 15232.765
+ 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
+ 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
+ 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
+ 90 1856.846 -2074.3867 0 -1951.9784 14679.213
+ 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
+ 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
+ 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
+ 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
+ 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
+ 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
+ 160 2250.38 -2061.9776 0 -1913.6265 14775.208
+ 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
+ 180 2133.2342 -2054.0585 0 -1913.43 14703.698
+ 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
+ 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
+ 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
+ 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
+ 230 2236.7528 -2050.463 0 -1903.0103 15555.164
+ 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
+ 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
+ 260 2315.568 -2051.1362 0 -1898.4877 16359.564
+ 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
+ 280 2309.251 -2049.7917 0 -1897.5597 14754.994
+ 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
+ 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
+ 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
+ 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
+ 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
+ 340 2310.4682 -2042.508 0 -1890.1957 16597.877
+ 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
+ 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
+ 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
+ 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
+ 390 2241.238 -2035.6191 0 -1887.8707 16413.388
+ 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
+ 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
+ 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
+ 430 2419.621 -2039.4524 0 -1879.9446 17277.841
+ 440 2400.3962 -2036.392 0 -1878.1515 17353.749
+ 450 2400.084 -2034.8541 0 -1876.6341 17301.395
+ 460 2443.232 -2038.2591 0 -1877.1947 15880.125
+ 470 2399.563 -2032.3026 0 -1874.117 14524.504
+ 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
+ 490 2257.134 -2030.7105 0 -1881.9142 13267.538
+ 500 2303.4365 -2033.254 0 -1881.4053 13303.626
+ 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
+ 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
+ 530 2244.3528 -2036.563 0 -1888.6093 13611.835
+ 540 2289.2186 -2033.577 0 -1882.6656 14593.524
+ 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
+ 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
+ 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
+ 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
+ 590 2483.692 -2034.8435 0 -1871.1118 16533.816
+ 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
+ 610 2369.1226 -2030.2599 0 -1874.081 15171.807
+ 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
+ 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
+ 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
+ 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
+ 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
+ 670 2379.955 -2030.0505 0 -1873.1575 15633.06
+ 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
+ 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
+ 700 2475.846 -2034.693 0 -1871.4786 18851.309
+ 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
+ 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
+ 730 2435.1585 -2037.6942 0 -1877.162 16882.364
+ 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
+ 750 2326.452 -2029.9922 0 -1876.6263 16117.229
+ 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
+ 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
+ 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
+ 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
+ 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
+ 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
+ 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
+ 830 2323.0047 -2033.1056 0 -1879.967 17703.971
+ 840 2498.7372 -2040.984 0 -1876.2606 17876.907
+ 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
+ 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
+ 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
+ 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
+ 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
+ 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
+ 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
+ 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
+ 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
+ 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
+ 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
+ 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
+ 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
+ 980 2477.0203 -2028.29 0 -1864.9982 14789.439
+ 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
+ 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
+Loop time of 2.32045 on 1 procs for 1000 steps with 511 atoms
+
+Pair time (%) = 2.23561 (96.3438)
+Neigh time (%) = 0.0379391 (1.63499)
+Comm time (%) = 0.00937676 (0.404093)
+Outpt time (%) = 0.00080061 (0.0345024)
+Other time (%) = 0.0367236 (1.58261)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1021 ave 1021 max 1021 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 13046 ave 13046 max 13046 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13046
+Ave neighs/atom = 25.5303
+Neighbor list builds = 56
+Dangerous builds = 0
+
+# Eliminate COM motion
+velocity all zero linear
+
+# only output atoms near vacancy
+
+compute coord all coord/atom $r
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
+
+compute patom all pe/atom
+compute pe all reduce sum c_patom
+compute satom all stress/atom
+compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
+variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
+
+thermo_style custom step temp pe c_pe press v_press
+
+compute event all event/displace 1.0
+
+unfix 1
+unfix 2
+fix 1 all nvt temp ${thi} ${thi} 0.1
+fix 1 all nvt temp 2400 ${thi} 0.1
+fix 1 all nvt temp 2400 2400 0.1
+
+# tad nsteps nevent tlo thi delta_conf tmax compute
+# [min etol ftol niter neval]
+# [neb etol_neb ftol_neb n1steps n2steps nevery]
+# [min_style min_style]
+# [neb_style min_style]
+# [neb_log logfile]
+
+tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+Memory usage per processor = 4.43506 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+ 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
+ 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
+ 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
+Loop time of 0.05654 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.94753371 -2213.26863148 -2213.28029768
+ Force two-norm initial, final = 70.3784 0.377272
+ Force max component initial, final = 5.75308 0.037084
+ Final line search alpha, max atom move = 0.0625 0.00231775
+ Iterations, force evaluations = 22 50
+
+Pair time (%) = 2.28957 (4049.46)
+Neigh time (%) = 0.0392489 (69.418)
+Comm time (%) = 0.00982738 (17.3813)
+Outpt time (%) = 0.000933647 (1.6513)
+Other time (%) = -2.28304 (-4037.91)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1150 0 -2208.1718 -2208.1718 -3227.0211 3227.0211
+ 1160 1.1733253e-07 -2208.1719 -2208.1719 -3227.0379 3227.0379
+ 1170 1.2862776e-06 -2208.1726 -2208.1726 -3227.2138 3227.2138
+ 1180 6.2760279e-06 -2208.1756 -2208.1756 -3227.9792 3227.9792
+ 1190 3.3601038e-05 -2208.1922 -2208.1922 -3232.1574 3232.1574
+ 1200 0.00013019566 -2208.2515 -2208.2515 -3247.1018 3247.1018
+ 1210 0.00057570453 -2208.5222 -2208.5222 -3316.5011 3316.5011
+ 1220 0.0016320654 -2209.1721 -2209.1721 -3492.6305 3492.6305
+ 1230 0.0027148483 -2210.2729 -2210.2729 -3760.8155 3760.8155
+ 1240 0.0024756439 -2211.5384 -2211.5384 -3542.7558 3542.7558
+ 1250 0.0041839228 -2212.4358 -2212.4358 -3309.7579 3309.7579
+ 1260 0.00019350505 -2209.2944 -2209.2944 -3498.3492 3498.3492
+ 1270 0.0005266455 -2210.565 -2210.565 -3701.4099 3701.4099
+ 1280 0.0013037694 -2211.6611 -2211.6611 -3514.6377 3514.6377
+ 1290 0.00014758664 -2212.7112 -2212.7112 -3419.5491 3419.5491
+ 1300 0.00056144907 -2213.0208 -2213.0208 -3366.2897 3366.2897
+ 1310 1.2576152e-06 -2213.2324 -2213.2324 -3376.2886 3376.2886
+ 1320 8.0337785e-05 -2213.2583 -2213.2583 -3398.8974 3398.8974
+ 1330 7.8785645e-07 -2213.2969 -2213.2969 -3380.1374 3380.1374
+ 1340 5.5694247e-06 -2213.2975 -2213.2975 -3385.1786 3385.1786
+ 1350 6.9876434e-05 -2213.2909 -2213.2909 -3384.8581 3384.8581
+Loop time of 0.203291 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2208.17179808 -2213.29319585 -2213.29085797
+ Force two-norm initial, final = 11.6554 0.335826
+ Force max component initial, final = 6.62337 0.0362959
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.182448 (89.7474)
+Neigh time (%) = 0.00127506 (0.627211)
+Comm time (%) = 0.00163937 (0.806414)
+Outpt time (%) = 0.00131607 (0.647383)
+Other time (%) = 0.0166121 (8.17157)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14258 ave 14258 max 14258 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14258
+Ave neighs/atom = 27.9022
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1350 0 -2213.2909 -2213.2909 -3384.8586 3384.8586
+ 1360 9.740913e-11 -2213.2909 -2213.2909 -3384.8586 3384.8586
+ 1370 1.0680847e-09 -2213.2909 -2213.2909 -3384.8586 3384.8586
+ 1380 5.2164951e-09 -2213.2909 -2213.2909 -3384.8585 3384.8585
+ 1390 2.8072894e-08 -2213.2909 -2213.2909 -3384.8579 3384.8579
+ 1400 1.1094315e-07 -2213.2908 -2213.2908 -3384.8557 3384.8557
+ 1410 5.3869668e-07 -2213.2907 -2213.2907 -3384.8451 3384.8451
+ 1420 2.0968729e-06 -2213.2904 -2213.2904 -3384.8124 3384.8124
+ 1430 9.9189874e-06 -2213.2886 -2213.2886 -3384.7473 3384.7473
+ 1440 3.162191e-05 -2213.2813 -2213.2813 -3385.2135 3385.2135
+ 1450 8.1692841e-05 -2213.2346 -2213.2346 -3388.5611 3388.5611
+ 1460 5.5542794e-09 -2213.2194 -2213.2194 -3390.1489 3390.1489
+ 1470 3.2030586e-07 -2213.222 -2213.222 -3389.9284 3389.9284
+ 1480 8.5704734e-07 -2213.2313 -2213.2313 -3389.5386 3389.5386
+ 1490 2.3162399e-10 -2213.2352 -2213.2352 -3389.2452 3389.2452
+ 1500 4.2370897e-08 -2213.2356 -2213.2356 -3389.2006 3389.2006
+ 1510 1.7640748e-07 -2213.2388 -2213.2388 -3388.9272 3388.9272
+Loop time of 0.160341 on 1 procs for 160 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29085797 -2213.23820957 -2213.23875112
+ Force two-norm initial, final = 0.335826 0.00809973
+ Force max component initial, final = 0.0362959 0.000736646
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 160 160
+
+Pair time (%) = 0.140505 (87.6286)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129938 (0.810386)
+Outpt time (%) = 0.000983715 (0.613514)
+Other time (%) = 0.0175533 (10.9475)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1550 0 -2212.7878 -2212.7878 -3603.9978 3603.9978
+ 1560 8.5937597e-10 -2212.7878 -2212.7878 -3603.9976 3603.9976
+ 1570 9.4221974e-09 -2212.7878 -2212.7878 -3603.9952 3603.9952
+ 1580 4.5997797e-08 -2212.7878 -2212.7878 -3603.9849 3603.9849
+ 1590 2.4700006e-07 -2212.7879 -2212.7879 -3603.9283 3603.9283
+ 1600 9.6740827e-07 -2212.7884 -2212.7884 -3603.7217 3603.7217
+ 1610 4.5086458e-06 -2212.7905 -2212.7905 -3602.6662 3602.6662
+ 1620 1.4938245e-05 -2212.797 -2212.797 -3598.91 3598.91
+ 1630 3.368484e-05 -2212.8116 -2212.8116 -3581.0284 3581.0284
+ 1640 2.2812554e-05 -2212.819 -2212.819 -3561.2473 3561.2473
+ 1650 1.6694571e-05 -2212.8229 -2212.8229 -3537.3927 3537.3927
+ 1660 1.178121e-05 -2212.8229 -2212.8229 -3524.9391 3524.9391
+ 1670 6.2482459e-07 -2212.8265 -2212.8265 -3531.1619 3531.1619
+ 1680 1.0890234e-06 -2212.827 -2212.827 -3534.188 3534.188
+ 1690 3.986313e-08 -2212.8271 -2212.8271 -3540.0966 3540.0966
+ 1700 3.6991708e-08 -2212.8272 -2212.8272 -3540.5581 3540.5581
+ 1710 1.0460742e-07 -2212.8273 -2212.8273 -3539.2859 3539.2859
+ 1716 9.1985495e-09 -2212.8273 -2212.8273 -3538.6767 3538.6767
+Loop time of 0.166743 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.78775693 -2212.82728644 -2212.827288
+ Force two-norm initial, final = 0.997487 0.00937149
+ Force max component initial, final = 0.231841 0.00102351
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.152166 (91.2576)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013783 (0.8266)
+Outpt time (%) = 0.00105739 (0.634141)
+Other time (%) = 0.0121417 (7.28169)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14248 ave 14248 max 14248 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14248
+Ave neighs/atom = 27.8826
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1716 0 -2212.8273 -2212.8273 -3538.6767 3538.6767
+ 1717 6.1538879e-16 -2212.8273 -2212.8273 -3538.6767 3538.6767
+Loop time of 0.00216007 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.827288 -2212.827288 -2212.827288
+ Force two-norm initial, final = 0.00937371 0.00937371
+ Force max component initial, final = 0.00102355 0.00102355
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00194597 (90.0883)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.739514)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198126 (9.17219)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2209.3761 -2209.3761 -3142.2135 3142.2135
+ 1960 8.0693615e-08 -2209.3762 -2209.3762 -3142.2256 3142.2256
+ 1970 8.8464021e-07 -2209.3766 -2209.3766 -3142.3526 3142.3526
+ 1980 4.3168586e-06 -2209.3787 -2209.3787 -3142.9055 3142.9055
+ 1990 2.3126608e-05 -2209.3902 -2209.3902 -3145.9262 3145.9262
+ 2000 8.9819028e-05 -2209.4311 -2209.4311 -3156.7676 3156.7676
+ 2010 0.00040151573 -2209.6209 -2209.6209 -3207.9128 3207.9128
+ 2020 0.0011726103 -2210.098 -2210.098 -3344.7411 3344.7411
+ 2030 0.0019560621 -2210.9298 -2210.9298 -3581.0137 3581.0137
+ 2040 0.00078571943 -2211.5357 -2211.5357 -3446.0011 3446.0011
+ 2050 6.3506492e-06 -2212.4197 -2212.4197 -3498.58 3498.58
+ 2060 0.00024646572 -2212.3642 -2212.3642 -3493.4062 3493.4062
+ 2070 7.9785049e-05 -2212.1449 -2212.1449 -3500.0533 3500.0533
+ 2080 0.00014139966 -2211.6501 -2211.6501 -3498.8228 3498.8228
+ 2090 8.8179033e-06 -2211.6034 -2211.6034 -3481.3701 3481.3701
+ 2100 5.8560005e-07 -2211.4398 -2211.4398 -3463.5113 3463.5113
+ 2110 5.9613318e-07 -2211.4379 -2211.4379 -3482.3939 3482.3939
+ 2120 1.3118683e-06 -2211.4286 -2211.4286 -3475.6555 3475.6555
+ 2130 2.1594801e-06 -2211.3815 -2211.3815 -3472.4272 3472.4272
+ 2140 1.1837736e-07 -2211.358 -2211.358 -3476.0878 3476.0878
+ 2150 6.016045e-08 -2211.3398 -2211.3398 -3473.3638 3473.3638
+Loop time of 0.203043 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2209.37612147 -2211.33982433 -2211.33982433
+ Force two-norm initial, final = 9.66579 0.127962
+ Force max component initial, final = 5.33469 0.0713942
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.183336 (90.2941)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160146 (0.788728)
+Outpt time (%) = 0.00134349 (0.661677)
+Other time (%) = 0.0167623 (8.25552)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14232 ave 14232 max 14232 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14232
+Ave neighs/atom = 27.8513
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2211.3398 -2211.3398 -3473.3638 3473.3638
+ 2160 1.4142515e-11 -2211.3398 -2211.3398 -3473.3639 3473.3639
+ 2170 1.5504963e-10 -2211.3398 -2211.3398 -3473.3647 3473.3647
+ 2180 7.5673771e-10 -2211.3398 -2211.3398 -3473.3681 3473.3681
+ 2190 4.0578306e-09 -2211.3398 -2211.3398 -3473.3868 3473.3868
+ 2200 1.5811818e-08 -2211.3398 -2211.3398 -3473.4548 3473.4548
+ 2210 7.174816e-08 -2211.3398 -2211.3398 -3473.794 3473.794
+ 2220 2.1504708e-07 -2211.3396 -2211.3396 -3474.8973 3474.8973
+ 2230 1.4681933e-07 -2211.3381 -2211.3381 -3477.9351 3477.9351
+ 2240 1.5319066e-07 -2211.3341 -2211.3341 -3475.7509 3475.7509
+ 2250 3.8051471e-07 -2211.3205 -2211.3205 -3476.1759 3476.1759
+ 2260 3.1536309e-09 -2211.3176 -2211.3176 -3476.7038 3476.7038
+ 2263 7.436273e-09 -2211.3174 -2211.3174 -3476.4686 3476.4686
+Loop time of 0.116555 on 1 procs for 113 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2211.33982433 -2211.31748495 -2211.31741581
+ Force two-norm initial, final = 0.127962 0.00946178
+ Force max component initial, final = 0.0713942 0.00261171
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 113 113
+
+Pair time (%) = 0.105618 (90.6167)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000988245 (0.847879)
+Outpt time (%) = 0.000732183 (0.628187)
+Other time (%) = 0.00921631 (7.90726)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14240 ave 14240 max 14240 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14240
+Ave neighs/atom = 27.8669
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2212.7804 -2212.7804 -3607.4239 3607.4239
+ 2360 9.4000454e-10 -2212.7804 -2212.7804 -3607.4237 3607.4237
+ 2370 1.0306238e-08 -2212.7804 -2212.7804 -3607.4212 3607.4212
+ 2380 5.031458e-08 -2212.7804 -2212.7804 -3607.4106 3607.4106
+ 2390 2.7020258e-07 -2212.7805 -2212.7805 -3607.352 3607.352
+ 2400 1.058764e-06 -2212.781 -2212.781 -3607.1382 3607.1382
+ 2410 4.9426779e-06 -2212.7834 -2212.7834 -3606.0444 3606.0444
+ 2420 1.654706e-05 -2212.7905 -2212.7905 -3602.1273 3602.1273
+ 2430 3.9147993e-05 -2212.8065 -2212.8065 -3582.9604 3582.9604
+ 2440 2.599912e-05 -2212.8147 -2212.8147 -3562.2477 3562.2477
+ 2450 1.9911897e-05 -2212.8202 -2212.8202 -3539.4891 3539.4891
+ 2460 1.0451866e-05 -2212.825 -2212.825 -3537.3626 3537.3626
+ 2470 1.2480977e-06 -2212.8265 -2212.8265 -3534.4046 3534.4046
+ 2480 1.3635312e-06 -2212.8269 -2212.8269 -3537.8031 3537.8031
+ 2490 2.854552e-07 -2212.827 -2212.827 -3538.2063 3538.2063
+ 2500 4.1826301e-08 -2212.827 -2212.827 -3538.3754 3538.3754
+ 2510 2.2559061e-07 -2212.8271 -2212.8271 -3539.1749 3539.1749
+ 2520 3.613106e-07 -2212.8272 -2212.8272 -3540.6302 3540.6302
+ 2527 2.7240166e-08 -2212.8273 -2212.8273 -3540.3483 3540.3483
+Loop time of 0.178356 on 1 procs for 177 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.78036278 -2212.82727357 -2212.82727535
+ Force two-norm initial, final = 1.04323 0.00967124
+ Force max component initial, final = 0.23682 0.00197849
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 177 177
+
+Pair time (%) = 0.163089 (91.4403)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141358 (0.792563)
+Outpt time (%) = 0.00113106 (0.634158)
+Other time (%) = 0.012722 (7.13294)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14248 ave 14248 max 14248 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14248
+Ave neighs/atom = 27.8826
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2527 0 -2212.8273 -2212.8273 -3540.3483 3540.3483
+ 2530 6.5117747e-15 -2212.8273 -2212.8273 -3540.3483 3540.3483
+ 2540 1.9545235e-13 -2212.8273 -2212.8273 -3540.3483 3540.3483
+ 2550 1.6784108e-12 -2212.8273 -2212.8273 -3540.3483 3540.3483
+ 2560 7.7534117e-12 -2212.8273 -2212.8273 -3540.3482 3540.3482
+ 2570 4.0273262e-11 -2212.8273 -2212.8273 -3540.3478 3540.3478
+ 2580 1.5728048e-10 -2212.8273 -2212.8273 -3540.3465 3540.3465
+ 2584 2.9457297e-10 -2212.8273 -2212.8273 -3540.3449 3540.3449
+Loop time of 0.0581429 on 1 procs for 57 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82727535 -2212.82727544 -2212.82727546
+ Force two-norm initial, final = 0.010164 0.00999439
+ Force max component initial, final = 0.00221896 0.00221473
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 57 57
+
+Pair time (%) = 0.0530813 (91.2945)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000464678 (0.7992)
+Outpt time (%) = 0.000439882 (0.756554)
+Other time (%) = 0.00415707 (7.14974)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2208.8483 -2208.8483 -3052.5382 3052.5382
+ 2810 1.0526723e-07 -2208.8484 -2208.8484 -3052.554 3052.554
+ 2820 1.1540113e-06 -2208.849 -2208.849 -3052.719 3052.719
+ 2830 5.6307037e-06 -2208.8517 -2208.8517 -3053.4377 3053.4377
+ 2840 3.0146991e-05 -2208.8667 -2208.8667 -3057.3621 3057.3621
+ 2850 0.00011682313 -2208.9199 -2208.9199 -3071.417 3071.417
+ 2860 0.00051666017 -2209.163 -2209.163 -3137.0904 3137.0904
+ 2870 0.0014589928 -2209.7452 -2209.7452 -3307.7773 3307.7773
+ 2880 0.0021638981 -2210.6474 -2210.6474 -3593.9277 3593.9277
+ 2890 0.00083599037 -2211.2809 -2211.2809 -3429.1378 3429.1378
+ 2900 0.001071445 -2212.3606 -2212.3606 -3459.5023 3459.5023
+ 2910 2.2055098e-05 -2212.4862 -2212.4862 -3480.818 3480.818
+ 2920 0.00015499474 -2212.3629 -2212.3629 -3474.9632 3474.9632
+ 2930 0.00024444951 -2211.5607 -2211.5607 -3445.2075 3445.2075
+ 2940 1.2317244e-06 -2211.2116 -2211.2116 -3459.6284 3459.6284
+ 2950 1.0919294e-05 -2211.2288 -2211.2288 -3486.2261 3486.2261
+ 2960 1.6502675e-06 -2211.2494 -2211.2494 -3474.589 3474.589
+ 2970 1.6690579e-07 -2211.2514 -2211.2514 -3477.3058 3477.3058
+ 2980 4.4074837e-07 -2211.2592 -2211.2592 -3475.0467 3475.0467
+ 2990 1.5269423e-06 -2211.284 -2211.284 -3473.9852 3473.9852
+ 3000 8.0527694e-09 -2211.2972 -2211.2972 -3477.6674 3477.6674
+Loop time of 0.201283 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2208.84830981 -2211.29722847 -2211.29722847
+ Force two-norm initial, final = 11.0399 0.0851206
+ Force max component initial, final = 6.46908 0.0426169
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.179863 (89.3585)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162697 (0.808299)
+Outpt time (%) = 0.00133133 (0.661422)
+Other time (%) = 0.0184612 (9.17178)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14232 ave 14232 max 14232 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14232
+Ave neighs/atom = 27.8513
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2211.2972 -2211.2972 -3477.6674 3477.6674
+ 3010 6.2579993e-12 -2211.2972 -2211.2972 -3477.6674 3477.6674
+ 3020 6.860886e-11 -2211.2972 -2211.2972 -3477.6668 3477.6668
+ 3030 3.348551e-10 -2211.2972 -2211.2972 -3477.6645 3477.6645
+ 3040 1.79564e-09 -2211.2972 -2211.2972 -3477.6519 3477.6519
+ 3050 6.9975603e-09 -2211.2972 -2211.2972 -3477.6058 3477.6058
+ 3060 3.1771832e-08 -2211.2972 -2211.2972 -3477.3753 3477.3753
+ 3070 9.5376116e-08 -2211.2969 -2211.2969 -3476.6213 3476.6213
+ 3080 9.2928516e-08 -2211.2953 -2211.2953 -3474.4887 3474.4887
+ 3090 1.4617599e-07 -2211.2912 -2211.2912 -3476.0725 3476.0725
+ 3100 2.7727432e-07 -2211.2813 -2211.2813 -3476.6436 3476.6436
+ 3105 3.4708892e-08 -2211.2815 -2211.2815 -3475.5206 3475.5206
+Loop time of 0.106131 on 1 procs for 105 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2211.29722847 -2211.28141339 -2211.28152071
+ Force two-norm initial, final = 0.0851206 0.00924307
+ Force max component initial, final = 0.0426169 0.00347619
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 105 105
+
+Pair time (%) = 0.0956087 (90.0855)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000867367 (0.81726)
+Outpt time (%) = 0.000653505 (0.615753)
+Other time (%) = 0.00900149 (8.48149)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14240 ave 14240 max 14240 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14240
+Ave neighs/atom = 27.8669
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1600 0 -2213.2863 -2213.2863 -3390.9484 3390.9484
+ 1610 1.0802774e-10 -2213.2863 -2213.2863 -3390.9484 3390.9484
+ 1620 1.1844524e-09 -2213.2863 -2213.2863 -3390.948 3390.948
+ 1630 5.7831676e-09 -2213.2863 -2213.2863 -3390.9462 3390.9462
+ 1640 3.1078516e-08 -2213.2863 -2213.2863 -3390.9364 3390.9364
+ 1650 1.2208808e-07 -2213.2863 -2213.2863 -3390.9009 3390.9009
+ 1660 5.7742399e-07 -2213.2866 -2213.2866 -3390.7223 3390.7223
+ 1670 2.0298286e-06 -2213.2875 -2213.2875 -3390.1249 3390.1249
+ 1680 6.8071172e-06 -2213.2906 -2213.2906 -3387.8788 3387.8788
+ 1690 1.1261376e-05 -2213.2959 -2213.2959 -3387.3281 3387.3281
+ 1700 4.6856155e-05 -2213.3154 -2213.3154 -3385.2442 3385.2442
+ 1710 9.4116868e-07 -2213.3347 -2213.3347 -3383.6652 3383.6652
+ 1720 4.4255215e-07 -2213.3354 -2213.3354 -3383.3107 3383.3107
+ 1730 1.6727692e-06 -2213.3364 -2213.3364 -3383.0534 3383.0534
+ 1740 7.8758207e-08 -2213.337 -2213.337 -3383.4068 3383.4068
+ 1750 2.4727639e-08 -2213.337 -2213.337 -3383.3204 3383.3204
+ 1760 1.7823084e-07 -2213.3371 -2213.3371 -3383.2652 3383.2652
+ 1770 3.6028417e-09 -2213.3373 -2213.3373 -3383.2802 3383.2802
+ 1772 1.1996531e-08 -2213.3373 -2213.3373 -3383.3726 3383.3726
+Loop time of 0.169733 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28625932 -2213.33727477 -2213.33727692
+ Force two-norm initial, final = 0.353657 0.00966774
+ Force max component initial, final = 0.0444147 0.000878499
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.154494 (91.0218)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00152445 (0.898145)
+Outpt time (%) = 0.00113177 (0.666796)
+Other time (%) = 0.0125828 (7.41328)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1772 0 -2213.3373 -2213.3373 -3383.3726 3383.3726
+ 1780 8.6804618e-14 -2213.3373 -2213.3373 -3383.3726 3383.3726
+ 1790 1.0956051e-12 -2213.3373 -2213.3373 -3383.3726 3383.3726
+ 1800 6.0870408e-12 -2213.3373 -2213.3373 -3383.3726 3383.3726
+ 1810 3.1462249e-11 -2213.3373 -2213.3373 -3383.3728 3383.3728
+ 1820 1.3333439e-10 -2213.3373 -2213.3373 -3383.3734 3383.3734
+ 1830 6.099352e-10 -2213.3373 -2213.3373 -3383.3761 3383.3761
+ 1840 2.4806328e-09 -2213.3373 -2213.3373 -3383.3861 3383.3861
+ 1850 1.1116394e-08 -2213.3373 -2213.3373 -3383.4177 3383.4177
+ 1860 4.1573962e-08 -2213.3373 -2213.3373 -3383.4205 3383.4205
+ 1870 1.8625256e-07 -2213.3372 -2213.3372 -3383.4593 3383.4593
+ 1880 2.2607602e-08 -2213.337 -2213.337 -3383.6172 3383.6172
+ 1890 2.3074993e-08 -2213.337 -2213.337 -3383.4198 3383.4198
+ 1900 1.289123e-07 -2213.337 -2213.337 -3383.454 3383.454
+ 1910 4.5748033e-07 -2213.3367 -2213.3367 -3383.4698 3383.4698
+ 1920 3.7205062e-08 -2213.3366 -2213.3366 -3383.3878 3383.3878
+ 1930 3.8853705e-07 -2213.3365 -2213.3365 -3383.4125 3383.4125
+ 1940 1.9762349e-06 -2213.3354 -2213.3354 -3383.41 3383.41
+ 1950 8.9280957e-08 -2213.334 -2213.334 -3383.2822 3383.2822
+ 1960 9.879092e-07 -2213.3342 -2213.3342 -3384.1504 3384.1504
+ 1970 2.5612794e-07 -2213.3337 -2213.3337 -3383.5982 3383.5982
+ 1972 6.0480979e-07 -2213.3338 -2213.3338 -3383.7063 3383.7063
+Loop time of 0.196566 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33727692 -2213.33375964 -2213.33376945
+ Force two-norm initial, final = 0.013397 0.0794832
+ Force max component initial, final = 0.00108968 0.0061053
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.177464 (90.2819)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160575 (0.8169)
+Outpt time (%) = 0.00138855 (0.706403)
+Other time (%) = 0.0161083 (8.19484)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2212.7686 -2212.7686 -3602.6038 3602.6038
+ 1660 8.7893572e-10 -2212.7686 -2212.7686 -3602.6036 3602.6036
+ 1670 9.636669e-09 -2212.7686 -2212.7686 -3602.6013 3602.6013
+ 1680 4.7045423e-08 -2212.7686 -2212.7686 -3602.5912 3602.5912
+ 1690 2.5263936e-07 -2212.7687 -2212.7687 -3602.5355 3602.5355
+ 1700 9.8977617e-07 -2212.7692 -2212.7692 -3602.3322 3602.3322
+ 1710 4.6179887e-06 -2212.7714 -2212.7714 -3601.2931 3601.2931
+ 1720 1.5399697e-05 -2212.7781 -2212.7781 -3597.5833 3597.5833
+ 1730 3.6104985e-05 -2212.7933 -2212.7933 -3579.7199 3579.7199
+ 1740 2.9861401e-05 -2212.8036 -2212.8036 -3559.9 3559.9
+ 1750 3.8769575e-05 -2212.8185 -2212.8185 -3534.3793 3534.3793
+ 1760 1.1851774e-05 -2212.8227 -2212.8227 -3524.4561 3524.4561
+ 1770 7.1136162e-07 -2212.8264 -2212.8264 -3529.6454 3529.6454
+ 1780 1.3451539e-06 -2212.8269 -2212.8269 -3533.1959 3533.1959
+ 1790 2.3958683e-07 -2212.8272 -2212.8272 -3537.7174 3537.7174
+ 1800 3.3161034e-08 -2212.8272 -2212.8272 -3538.0995 3538.0995
+ 1810 8.4450515e-08 -2212.8273 -2212.8273 -3538.3761 3538.3761
+ 1820 1.5827837e-08 -2212.8273 -2212.8273 -3538.3645 3538.3645
+ 1821 1.9143207e-08 -2212.8273 -2212.8273 -3538.376 3538.376
+Loop time of 0.169756 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.76856497 -2212.82727661 -2212.82727816
+ Force two-norm initial, final = 1.00877 0.00819935
+ Force max component initial, final = 0.258592 0.000878457
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.155079 (91.3542)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137353 (0.80912)
+Outpt time (%) = 0.00111413 (0.656313)
+Other time (%) = 0.0121891 (7.1804)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1821 0 -2212.8273 -2212.8273 -3538.376 3538.376
+ 1822 4.6826184e-16 -2212.8273 -2212.8273 -3538.376 3538.376
+Loop time of 0.00215316 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82727816 -2212.82727816 -2212.82727816
+ Force two-norm initial, final = 0.00817676 0.00817676
+ Force max component initial, final = 0.000881382 0.000881382
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192213 (89.2703)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.786181)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.0002141 (9.94353)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2212.7595 -2212.7595 -3600.4028 3600.4028
+ 1710 8.7015674e-10 -2212.7595 -2212.7595 -3600.4025 3600.4025
+ 1720 9.540429e-09 -2212.7595 -2212.7595 -3600.4002 3600.4002
+ 1730 4.6575687e-08 -2212.7595 -2212.7595 -3600.39 3600.39
+ 1740 2.5012358e-07 -2212.7597 -2212.7597 -3600.3342 3600.3342
+ 1750 9.7994321e-07 -2212.7601 -2212.7601 -3600.1303 3600.1303
+ 1760 4.574271e-06 -2212.7623 -2212.7623 -3599.0894 3599.0894
+ 1770 1.5255516e-05 -2212.769 -2212.769 -3595.394 3595.394
+ 1780 3.6883641e-05 -2212.7851 -2212.7851 -3577.9685 3577.9685
+ 1790 3.8159243e-05 -2212.7988 -2212.7988 -3558.3802 3558.3802
+ 1800 5.1200792e-05 -2212.8186 -2212.8186 -3534.6019 3534.6019
+ 1810 9.4830182e-06 -2212.8241 -2212.8241 -3529.0538 3529.0538
+ 1820 1.0897834e-06 -2212.8255 -2212.8255 -3530.9746 3530.9746
+ 1830 2.0851265e-06 -2212.8264 -2212.8264 -3533.3813 3533.3813
+ 1840 3.3631323e-07 -2212.827 -2212.827 -3537.7112 3537.7112
+ 1850 4.6638693e-08 -2212.8272 -2212.8272 -3538.5443 3538.5443
+ 1860 1.3928263e-07 -2212.8272 -2212.8272 -3538.5303 3538.5303
+ 1870 2.3270634e-07 -2212.8273 -2212.8273 -3538.2868 3538.2868
+ 1874 2.269463e-08 -2212.8273 -2212.8273 -3538.3821 3538.3821
+Loop time of 0.173377 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.75951715 -2212.82728046 -2212.82728326
+ Force two-norm initial, final = 1.00372 0.00636652
+ Force max component initial, final = 0.243856 0.000631606
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.158558 (91.4526)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013845 (0.798547)
+Outpt time (%) = 0.00111461 (0.64288)
+Other time (%) = 0.01232 (7.10592)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14244 ave 14244 max 14244 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14244
+Ave neighs/atom = 27.8748
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1874 0 -2212.8273 -2212.8273 -3538.3821 3538.3821
+ 1875 2.829222e-16 -2212.8273 -2212.8273 -3538.3821 3538.3821
+Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82728326 -2212.82728326 -2212.82728326
+ Force two-norm initial, final = 0.0063558 0.0063558
+ Force max component initial, final = 0.000631226 0.000631226
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192404 (89.9565)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.746851)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198841 (9.29662)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2212.7682 -2212.7682 -3599.2807 3599.2807
+ 1660 9.268466e-10 -2212.7682 -2212.7682 -3599.2805 3599.2805
+ 1670 1.0161993e-08 -2212.7682 -2212.7682 -3599.2783 3599.2783
+ 1680 4.9610717e-08 -2212.7682 -2212.7682 -3599.2685 3599.2685
+ 1690 2.664343e-07 -2212.7684 -2212.7684 -3599.2149 3599.2149
+ 1700 1.0441327e-06 -2212.7689 -2212.7689 -3599.019 3599.019
+ 1710 4.8784226e-06 -2212.7712 -2212.7712 -3598.0171 3598.0171
+ 1720 1.6377278e-05 -2212.7783 -2212.7783 -3594.4355 3594.4355
+ 1730 4.0569306e-05 -2212.795 -2212.795 -3576.9883 3576.9883
+ 1740 3.2216852e-05 -2212.8058 -2212.8058 -3557.8087 3557.8087
+ 1750 3.4142643e-05 -2212.8187 -2212.8187 -3535.0805 3535.0805
+ 1760 9.7225873e-06 -2212.8248 -2212.8248 -3534.8424 3534.8424
+ 1770 1.3829235e-06 -2212.8257 -2212.8257 -3532.4685 3532.4685
+ 1780 1.6660152e-06 -2212.8263 -2212.8263 -3536.2211 3536.2211
+ 1790 2.3469332e-07 -2212.8269 -2212.8269 -3539.3831 3539.3831
+ 1800 5.409558e-08 -2212.827 -2212.827 -3539.2313 3539.2313
+ 1810 2.0818443e-07 -2212.8271 -2212.8271 -3539.2075 3539.2075
+ 1820 3.9870602e-07 -2212.8272 -2212.8272 -3538.7326 3538.7326
+ 1830 5.808441e-09 -2212.8273 -2212.8273 -3538.7284 3538.7284
+ 1832 9.2827974e-09 -2212.8273 -2212.8273 -3538.7293 3538.7293
+Loop time of 0.180799 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.76821418 -2212.82725412 -2212.82725501
+ Force two-norm initial, final = 1.0359 0.00869468
+ Force max component initial, final = 0.212886 0.000758994
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.165241 (91.3949)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146151 (0.808359)
+Outpt time (%) = 0.00118852 (0.657369)
+Other time (%) = 0.012908 (7.13941)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14248 ave 14248 max 14248 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14248
+Ave neighs/atom = 27.8826
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1832 0 -2212.8273 -2212.8273 -3538.7293 3538.7293
+ 1833 5.384049e-16 -2212.8273 -2212.8273 -3538.7293 3538.7293
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82725501 -2212.82725501 -2212.82725501
+ Force two-norm initial, final = 0.00876782 0.00876782
+ Force max component initial, final = 0.000851202 0.000851202
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191808 (89.588)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.846325)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000204802 (9.5657)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2212.7706 -2212.7706 -3600.945 3600.945
+ 1710 9.6223116e-10 -2212.7706 -2212.7706 -3600.9448 3600.9448
+ 1720 1.0549943e-08 -2212.7706 -2212.7706 -3600.9425 3600.9425
+ 1730 5.1504273e-08 -2212.7707 -2212.7707 -3600.9326 3600.9326
+ 1740 2.7659629e-07 -2212.7708 -2212.7708 -3600.878 3600.878
+ 1750 1.0837588e-06 -2212.7713 -2212.7713 -3600.6789 3600.6789
+ 1760 5.0608001e-06 -2212.7737 -2212.7737 -3599.661 3599.661
+ 1770 1.6923524e-05 -2212.7811 -2212.7811 -3596.0336 3596.0336
+ 1780 4.1687166e-05 -2212.7987 -2212.7987 -3578.6059 3578.6059
+ 1790 3.498365e-05 -2212.8105 -2212.8105 -3559.4096 3559.4096
+ 1800 2.9547732e-05 -2212.8205 -2212.8205 -3536.032 3536.032
+ 1810 7.0445297e-06 -2212.8246 -2212.8246 -3534.1361 3534.1361
+ 1820 1.4793092e-06 -2212.8254 -2212.8254 -3536.9234 3536.9234
+ 1830 2.3176094e-06 -2212.8263 -2212.8263 -3538.2009 3538.2009
+ 1840 7.8037763e-07 -2212.8269 -2212.8269 -3541.9674 3541.9674
+ 1850 6.5791673e-08 -2212.827 -2212.827 -3541.4509 3541.4509
+ 1860 2.9677171e-07 -2212.8271 -2212.8271 -3540.0795 3540.0795
+ 1870 5.1967199e-07 -2212.8273 -2212.8273 -3538.2186 3538.2186
+ 1880 1.9779332e-08 -2212.8273 -2212.8273 -3538.4209 3538.4209
+ 1881 2.3711328e-08 -2212.8273 -2212.8273 -3538.4474 3538.4474
+Loop time of 0.179999 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77062683 -2212.82728974 -2212.82729154
+ Force two-norm initial, final = 1.05549 0.00576726
+ Force max component initial, final = 0.270855 0.000718279
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.164816 (91.5652)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146151 (0.811953)
+Outpt time (%) = 0.00119638 (0.664662)
+Other time (%) = 0.0125246 (6.95816)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1881 0 -2212.8273 -2212.8273 -3538.4474 3538.4474
+ 1882 2.3601867e-16 -2212.8273 -2212.8273 -3538.4474 3538.4474
+Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82729154 -2212.82729154 -2212.82729154
+ Force two-norm initial, final = 0.00580511 0.00580511
+ Force max component initial, final = 0.000718187 0.000718187
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192213 (90.0681)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.759692)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195742 (9.17216)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2212.7706 -2212.7706 -3600.9604 3600.9604
+ 1760 9.5814417e-10 -2212.7706 -2212.7706 -3600.9602 3600.9602
+ 1770 1.0505133e-08 -2212.7706 -2212.7706 -3600.9579 3600.9579
+ 1780 5.1285519e-08 -2212.7706 -2212.7706 -3600.948 3600.948
+ 1790 2.754216e-07 -2212.7708 -2212.7708 -3600.8934 3600.8934
+ 1800 1.0791585e-06 -2212.7713 -2212.7713 -3600.6941 3600.6941
+ 1810 5.0393454e-06 -2212.7737 -2212.7737 -3599.6754 3599.6754
+ 1820 1.6851779e-05 -2212.781 -2212.781 -3596.0458 3596.0458
+ 1830 4.1480935e-05 -2212.7986 -2212.7986 -3578.6184 3578.6184
+ 1840 3.5128842e-05 -2212.8104 -2212.8104 -3559.4279 3559.4279
+ 1850 2.9742858e-05 -2212.8205 -2212.8205 -3536.0368 3536.0368
+ 1860 1.0204024e-05 -2212.8222 -2212.8222 -3529.728 3529.728
+ 1870 2.6810371e-06 -2212.8258 -2212.8258 -3533.1858 3533.1858
+ 1880 2.2305278e-06 -2212.8266 -2212.8266 -3534.3792 3534.3792
+ 1890 2.4498664e-07 -2212.8271 -2212.8271 -3537.7385 3537.7385
+ 1900 3.8943798e-08 -2212.8272 -2212.8272 -3538.3822 3538.3822
+ 1910 1.087021e-07 -2212.8273 -2212.8273 -3538.6225 3538.6225
+ 1920 1.3894718e-08 -2212.8273 -2212.8273 -3538.6645 3538.6645
+ 1922 2.2626357e-08 -2212.8273 -2212.8273 -3538.6747 3538.6747
+Loop time of 0.176228 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77061246 -2212.82727708 -2212.82727882
+ Force two-norm initial, final = 1.05325 0.00808727
+ Force max component initial, final = 0.270605 0.000828594
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.160968 (91.3409)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140142 (0.795233)
+Outpt time (%) = 0.00120258 (0.682402)
+Other time (%) = 0.0126557 (7.18145)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1922 0 -2212.8273 -2212.8273 -3538.6747 3538.6747
+ 1923 4.8847728e-16 -2212.8273 -2212.8273 -3538.6747 3538.6747
+Loop time of 0.00220394 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82727882 -2212.82727882 -2212.82727882
+ Force two-norm initial, final = 0.0083514 0.0083514
+ Force max component initial, final = 0.00132471 0.00132471
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00198698 (90.1558)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.38283e-05 (0.627434)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000203133 (9.21679)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2212.7707 -2212.7707 -3600.9416 3600.9416
+ 1810 9.5571092e-10 -2212.7707 -2212.7707 -3600.9414 3600.9414
+ 1820 1.0478455e-08 -2212.7707 -2212.7707 -3600.9391 3600.9391
+ 1830 5.1155296e-08 -2212.7707 -2212.7707 -3600.9292 3600.9292
+ 1840 2.7472257e-07 -2212.7708 -2212.7708 -3600.8746 3600.8746
+ 1850 1.0764276e-06 -2212.7713 -2212.7713 -3600.6752 3600.6752
+ 1860 5.026701e-06 -2212.7738 -2212.7738 -3599.6563 3599.6563
+ 1870 1.6811378e-05 -2212.7811 -2212.7811 -3596.0256 3596.0256
+ 1880 4.1356085e-05 -2212.7986 -2212.7986 -3578.5929 3578.5929
+ 1890 3.518526e-05 -2212.8104 -2212.8104 -3559.406 3559.406
+ 1900 2.976366e-05 -2212.8205 -2212.8205 -3536.0033 3536.0033
+ 1910 7.056684e-06 -2212.8246 -2212.8246 -3534.1124 3534.1124
+ 1920 1.4946329e-06 -2212.8254 -2212.8254 -3536.9156 3536.9156
+ 1930 2.3349642e-06 -2212.8263 -2212.8263 -3538.19 3538.19
+ 1940 7.9039489e-07 -2212.8269 -2212.8269 -3541.9617 3541.9617
+ 1950 6.6535629e-08 -2212.827 -2212.827 -3541.4448 3541.4448
+ 1960 2.9649382e-07 -2212.8271 -2212.8271 -3540.0757 3540.0757
+ 1970 5.1705282e-07 -2212.8273 -2212.8273 -3538.1792 3538.1792
+ 1980 2.0184438e-08 -2212.8273 -2212.8273 -3538.4317 3538.4317
+ 1981 2.4190712e-08 -2212.8273 -2212.8273 -3538.4559 3538.4559
+Loop time of 0.186222 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77067863 -2212.82728967 -2212.82729148
+ Force two-norm initial, final = 1.05191 0.00572582
+ Force max component initial, final = 0.270509 0.000710928
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.170076 (91.3299)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00153089 (0.822075)
+Outpt time (%) = 0.00118828 (0.638097)
+Other time (%) = 0.0134265 (7.20996)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1981 0 -2212.8273 -2212.8273 -3538.4559 3538.4559
+ 1982 2.3316598e-16 -2212.8273 -2212.8273 -3538.4559 3538.4559
+Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82729148 -2212.82729148 -2212.82729148
+ Force two-norm initial, final = 0.00576992 0.00576992
+ Force max component initial, final = 0.000710828 0.000710828
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192308 (89.9119)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.746851)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000199795 (9.34121)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2212.7712 -2212.7712 -3600.7788 3600.7788
+ 1860 9.6004416e-10 -2212.7712 -2212.7712 -3600.7786 3600.7786
+ 1870 1.0525966e-08 -2212.7712 -2212.7712 -3600.7764 3600.7764
+ 1880 5.1387302e-08 -2212.7712 -2212.7712 -3600.7664 3600.7664
+ 1890 2.7596958e-07 -2212.7714 -2212.7714 -3600.712 3600.712
+ 1900 1.0813419e-06 -2212.7719 -2212.7719 -3600.5131 3600.5131
+ 1910 5.0500383e-06 -2212.7743 -2212.7743 -3599.4963 3599.4963
+ 1920 1.6898172e-05 -2212.7816 -2212.7816 -3595.8701 3595.8701
+ 1930 4.1564294e-05 -2212.7992 -2212.7992 -3578.4118 3578.4118
+ 1940 3.472143e-05 -2212.8109 -2212.8109 -3559.2126 3559.2126
+ 1950 2.8964331e-05 -2212.8206 -2212.8206 -3535.7979 3535.7979
+ 1960 7.0904798e-06 -2212.8246 -2212.8246 -3534.0695 3534.0695
+ 1970 1.5038271e-06 -2212.8255 -2212.8255 -3536.8473 3536.8473
+ 1980 2.2908421e-06 -2212.8263 -2212.8263 -3538.1442 3538.1442
+ 1990 8.0326403e-07 -2212.8269 -2212.8269 -3541.9252 3541.9252
+ 2000 6.8185446e-08 -2212.827 -2212.827 -3541.4147 3541.4147
+ 2010 2.899748e-07 -2212.8271 -2212.8271 -3540.0514 3540.0514
+ 2020 5.0998536e-07 -2212.8272 -2212.8272 -3538.0818 3538.0818
+ 2030 2.2838113e-08 -2212.8273 -2212.8273 -3538.4589 3538.4589
+ 2031 2.7299721e-08 -2212.8273 -2212.8273 -3538.4762 3538.4762
+Loop time of 0.180184 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77119901 -2212.8272894 -2212.82729137
+ Force two-norm initial, final = 1.05429 0.00563712
+ Force max component initial, final = 0.271423 0.000667941
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.164623 (91.364)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144482 (0.801856)
+Outpt time (%) = 0.00119781 (0.664773)
+Other time (%) = 0.012918 (7.16933)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2031 0 -2212.8273 -2212.8273 -3538.4762 3538.4762
+ 2032 2.2685488e-16 -2212.8273 -2212.8273 -3538.4762 3538.4762
+Loop time of 0.0021379 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82729137 -2212.82729137 -2212.82729137
+ Force two-norm initial, final = 0.00569129 0.00569129
+ Force max component initial, final = 0.000667831 0.000667831
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191998 (89.8071)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.747184)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201941 (9.44575)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2212.7717 -2212.7717 -3600.5952 3600.5952
+ 1910 9.478401e-10 -2212.7717 -2212.7717 -3600.595 3600.595
+ 1920 1.0392157e-08 -2212.7717 -2212.7717 -3600.5927 3600.5927
+ 1930 5.0733975e-08 -2212.7717 -2212.7717 -3600.5827 3600.5827
+ 1940 2.7245872e-07 -2212.7719 -2212.7719 -3600.5278 3600.5278
+ 1950 1.0675529e-06 -2212.7724 -2212.7724 -3600.3274 3600.3274
+ 1960 4.9848255e-06 -2212.7747 -2212.7747 -3599.3031 3599.3031
+ 1970 1.6667175e-05 -2212.782 -2212.782 -3595.6512 3595.6512
+ 1980 4.0669937e-05 -2212.7993 -2212.7993 -3578.1166 3578.1166
+ 1990 3.5205111e-05 -2212.8111 -2212.8111 -3558.9549 3558.9549
+ 2000 2.9282287e-05 -2212.8209 -2212.8209 -3535.4486 3535.4486
+ 2010 7.0855024e-06 -2212.8246 -2212.8246 -3533.803 3533.803
+ 2020 1.5192634e-06 -2212.8255 -2212.8255 -3536.6159 3536.6159
+ 2030 2.3187283e-06 -2212.8264 -2212.8264 -3537.9453 3537.9453
+ 2040 2.2113308e-07 -2212.8269 -2212.8269 -3541.0849 3541.0849
+ 2050 2.9852832e-07 -2212.827 -2212.827 -3540.7432 3540.7432
+ 2060 1.4152327e-07 -2212.8272 -2212.8272 -3539.8144 3539.8144
+ 2070 3.5216349e-08 -2212.8272 -2212.8272 -3539.6709 3539.6709
+ 2080 1.1674964e-07 -2212.8272 -2212.8272 -3539.607 3539.607
+ 2087 4.1557362e-08 -2212.8273 -2212.8273 -3539.3305 3539.3305
+Loop time of 0.185696 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77170218 -2212.82725451 -2212.82725718
+ Force two-norm initial, final = 1.04757 0.00710606
+ Force max component initial, final = 0.271511 0.000585812
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.16998 (91.5367)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00150466 (0.810282)
+Outpt time (%) = 0.00119543 (0.643757)
+Other time (%) = 0.013016 (7.0093)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2087 0 -2212.8273 -2212.8273 -3539.3305 3539.3305
+ 2088 3.71263e-16 -2212.8273 -2212.8273 -3539.3305 3539.3305
+Loop time of 0.00214219 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82725718 -2212.82725718 -2212.82725718
+ Force two-norm initial, final = 0.00728078 0.00728078
+ Force max component initial, final = 0.000741364 0.000741364
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192499 (89.8609)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.40667e-05 (0.65665)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000203133 (9.48247)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.3089 -2213.3089 -3383.7152 3383.7152
+ 1710 1.2706107e-10 -2213.3089 -2213.3089 -3383.7152 3383.7152
+ 1720 1.3931188e-09 -2213.3089 -2213.3089 -3383.7154 3383.7154
+ 1730 6.8015677e-09 -2213.3089 -2213.3089 -3383.7165 3383.7165
+ 1740 3.6537919e-08 -2213.3089 -2213.3089 -3383.722 3383.722
+ 1750 1.4335741e-07 -2213.309 -2213.309 -3383.7421 3383.7421
+ 1760 6.7346641e-07 -2213.3093 -2213.3093 -3383.8412 3383.8412
+ 1770 2.3197646e-06 -2213.3103 -2213.3103 -3384.149 3384.149
+ 1780 7.069277e-06 -2213.3133 -2213.3133 -3384.9252 3384.9252
+ 1790 1.2648725e-05 -2213.3184 -2213.3184 -3384.2334 3384.2334
+ 1800 2.7057569e-05 -2213.3306 -2213.3306 -3383.7139 3383.7139
+ 1810 1.1923999e-06 -2213.3352 -2213.3352 -3383.8118 3383.8118
+ 1820 4.1259263e-07 -2213.3355 -2213.3355 -3383.8868 3383.8868
+ 1830 1.2556148e-06 -2213.3361 -2213.3361 -3383.6101 3383.6101
+ 1840 3.8549982e-08 -2213.3369 -2213.3369 -3383.2553 3383.2553
+ 1850 3.8227485e-08 -2213.337 -2213.337 -3383.3721 3383.3721
+ 1860 2.6570168e-07 -2213.3372 -2213.3372 -3383.3739 3383.3739
+ 1870 4.5683563e-09 -2213.3373 -2213.3373 -3383.3274 3383.3274
+ 1880 4.2561936e-09 -2213.3374 -2213.3374 -3383.4072 3383.4072
+ 1882 6.2661024e-09 -2213.3374 -2213.3374 -3383.4038 3383.4038
+Loop time of 0.178704 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30891385 -2213.33735954 -2213.33736001
+ Force two-norm initial, final = 0.38355 0.00653489
+ Force max component initial, final = 0.0324658 0.000508704
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.161676 (90.4712)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00151253 (0.846387)
+Outpt time (%) = 0.00117302 (0.656403)
+Other time (%) = 0.0143428 (8.026)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1882 0 -2213.3374 -2213.3374 -3383.4038 3383.4038
+ 1883 2.9909052e-16 -2213.3374 -2213.3374 -3383.4038 3383.4038
+Loop time of 0.00212884 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736001 -2213.33736001 -2213.33736001
+ Force two-norm initial, final = 0.00653489 0.00653489
+ Force max component initial, final = 0.000508704 0.000508704
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00190401 (89.4389)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.40667e-05 (0.660768)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210762 (9.90032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2211.2102 -2211.2102 -3399.6586 3399.6586
+ 1760 3.1471918e-08 -2211.2102 -2211.2102 -3399.6612 3399.6612
+ 1770 3.4505774e-07 -2211.2104 -2211.2104 -3399.6891 3399.6891
+ 1780 1.6845319e-06 -2211.2112 -2211.2112 -3399.8103 3399.8103
+ 1790 9.0455856e-06 -2211.2157 -2211.2157 -3400.4736 3400.4736
+ 1800 3.5435482e-05 -2211.2319 -2211.2319 -3402.8684 3402.8684
+ 1810 0.00016525649 -2211.311 -2211.311 -3414.48 3414.48
+ 1820 0.00055580036 -2211.5497 -2211.5497 -3448.3894 3448.3894
+ 1830 0.0015841508 -2212.1917 -2212.1917 -3517.4228 3517.4228
+ 1840 0.0022288654 -2212.9593 -2212.9593 -3404.7363 3404.7363
+ 1850 3.4488788e-05 -2213.183 -2213.183 -3349.5867 3349.5867
+ 1860 0.00018824307 -2213.2895 -2213.2895 -3412.431 3412.431
+ 1870 1.4052632e-05 -2213.3039 -2213.3039 -3395.2493 3395.2493
+ 1880 1.4914447e-07 -2213.3304 -2213.3304 -3397.1143 3397.1143
+ 1890 4.8850734e-06 -2213.3337 -2213.3337 -3374.4081 3374.4081
+ 1900 7.9084605e-08 -2213.3351 -2213.3351 -3378.7939 3378.7939
+ 1910 1.247808e-06 -2213.336 -2213.336 -3385.5849 3385.5849
+ 1920 2.8527285e-07 -2213.3366 -2213.3366 -3385.3427 3385.3427
+ 1930 6.0812862e-08 -2213.3369 -2213.3369 -3382.2186 3382.2186
+ 1940 1.7327896e-07 -2213.337 -2213.337 -3384.2483 3384.2483
+ 1950 4.7909857e-07 -2213.3372 -2213.3372 -3384.6403 3384.6403
+Loop time of 0.199142 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.2101911 -2213.33718665 -2213.33722474
+ Force two-norm initial, final = 6.03639 0.061773
+ Force max component initial, final = 2.67231 0.00944236
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.180944 (90.862)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161529 (0.811123)
+Outpt time (%) = 0.00132561 (0.665659)
+Other time (%) = 0.0152566 (7.66119)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.3372 -2213.3372 -3384.6403 3384.6403
+ 1960 3.2972435e-12 -2213.3372 -2213.3372 -3384.6403 3384.6403
+ 1970 3.615023e-11 -2213.3372 -2213.3372 -3384.6401 3384.6401
+ 1980 1.764659e-10 -2213.3372 -2213.3372 -3384.6391 3384.6391
+ 1990 9.4712759e-10 -2213.3372 -2213.3372 -3384.6339 3384.6339
+ 2000 3.7037212e-09 -2213.3372 -2213.3372 -3384.615 3384.615
+ 2010 1.710576e-08 -2213.3372 -2213.3372 -3384.5198 3384.5198
+ 2020 5.5176806e-08 -2213.3373 -2213.3373 -3384.2017 3384.2017
+ 2030 8.7499108e-08 -2213.3373 -2213.3373 -3383.102 3383.102
+ 2040 6.3357011e-08 -2213.3373 -2213.3373 -3383.4542 3383.4542
+ 2050 1.6495896e-07 -2213.3373 -2213.3373 -3382.5577 3382.5577
+ 2060 7.9809692e-06 -2213.3335 -2213.3335 -3381.8415 3381.8415
+ 2070 0.0059119688 -2209.3708 -2209.3708 -2861.1567 2861.1567
+ 2080 0.0017889387 -2212.4966 -2212.4966 -3326.8133 3326.8133
+ 2090 0.00019956899 -2212.5983 -2212.5983 -3365.3662 3365.3662
+ 2100 0.00064416643 -2212.9015 -2212.9015 -3445.5016 3445.5016
+ 2110 0.0019108302 -2212.6175 -2212.6175 -3466.8038 3466.8038
+ 2120 0.00085852519 -2212.444 -2212.444 -3468.5687 3468.5687
+ 2130 0.00037993012 -2212.6689 -2212.6689 -3483.3141 3483.3141
+ 2140 0.00076127922 -2212.9368 -2212.9368 -3410.6939 3410.6939
+ 2150 0.00066177649 -2211.7504 -2211.7504 -3288.3773 3288.3773
+Loop time of 0.200034 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33722474 -2211.58731416 -2211.75036405
+ Force two-norm initial, final = 0.0617862 4.7723
+ Force max component initial, final = 0.00937869 1.73912
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.179081 (89.5254)
+Neigh time (%) = 0.00328374 (1.64159)
+Comm time (%) = 0.0017395 (0.869604)
+Outpt time (%) = 0.00131607 (0.657924)
+Other time (%) = 0.0146134 (7.30546)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14244 ave 14244 max 14244 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14244
+Ave neighs/atom = 27.8748
+Neighbor list builds = 5
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2211.1749 -2211.1749 -3411.4517 3411.4517
+ 1810 3.1159984e-08 -2211.1749 -2211.1749 -3411.4543 3411.4543
+ 1820 3.4163795e-07 -2211.1751 -2211.1751 -3411.4813 3411.4813
+ 1830 1.6678422e-06 -2211.1759 -2211.1759 -3411.5989 3411.5989
+ 1840 8.9561278e-06 -2211.1804 -2211.1804 -3412.2426 3412.2426
+ 1850 3.5087263e-05 -2211.1964 -2211.1964 -3414.5667 3414.5667
+ 1860 0.00016368804 -2211.2748 -2211.2748 -3425.8355 3425.8355
+ 1870 0.00055117532 -2211.5117 -2211.5117 -3458.7507 3458.7507
+ 1880 0.0015829027 -2212.1555 -2212.1555 -3526.153 3526.153
+ 1890 0.0022642017 -2212.9393 -2212.9393 -3411.303 3411.303
+ 1900 3.3443995e-05 -2213.1733 -2213.1733 -3354.1271 3354.1271
+ 1910 0.00019185484 -2213.2815 -2213.2815 -3411.5015 3411.5015
+ 1920 0.00014235555 -2213.299 -2213.299 -3405.5984 3405.5984
+ 1930 6.1091431e-06 -2213.3226 -2213.3226 -3406.5588 3406.5588
+ 1940 2.0940883e-05 -2213.3333 -2213.3333 -3378.7908 3378.7908
+ 1950 2.2200858e-06 -2213.335 -2213.335 -3376.0625 3376.0625
+ 1960 8.3955132e-07 -2213.3363 -2213.3363 -3388.132 3388.132
+ 1970 1.3334422e-07 -2213.3365 -2213.3365 -3381.3756 3381.3756
+ 1980 5.3646257e-07 -2213.3368 -2213.3368 -3384.4266 3384.4266
+ 1990 8.5968723e-07 -2213.3372 -2213.3372 -3385.829 3385.829
+ 2000 5.844129e-09 -2213.3373 -2213.3373 -3383.889 3383.889
+Loop time of 0.200839 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.17491702 -2213.3372793 -2213.33728089
+ Force two-norm initial, final = 6.0064 0.0271014
+ Force max component initial, final = 2.6823 0.0028849
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.181012 (90.1281)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00172138 (0.857095)
+Outpt time (%) = 0.00141191 (0.703008)
+Other time (%) = 0.0166934 (8.31181)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14268 ave 14268 max 14268 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14268
+Ave neighs/atom = 27.9217
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3373 -2213.3373 -3383.889 3383.889
+ 2010 6.3554141e-13 -2213.3373 -2213.3373 -3383.889 3383.889
+ 2020 6.9679657e-12 -2213.3373 -2213.3373 -3383.8889 3383.8889
+ 2030 3.4014096e-11 -2213.3373 -2213.3373 -3383.8886 3383.8886
+ 2040 1.8257799e-10 -2213.3373 -2213.3373 -3383.8867 3383.8867
+ 2050 7.1402183e-10 -2213.3373 -2213.3373 -3383.8798 3383.8798
+ 2060 3.3033943e-09 -2213.3373 -2213.3373 -3383.8451 3383.8451
+ 2070 1.0652189e-08 -2213.3373 -2213.3373 -3383.7304 3383.7304
+ 2080 2.2854824e-08 -2213.3373 -2213.3373 -3383.3425 3383.3425
+ 2090 4.6292952e-08 -2213.3373 -2213.3373 -3383.4445 3383.4445
+ 2100 1.6671699e-07 -2213.3373 -2213.3373 -3383.3961 3383.3961
+ 2110 7.7605885e-06 -2213.3329 -2213.3329 -3384.4908 3384.4908
+ 2120 0.0052172721 -2211.9693 -2211.9693 -3324.9549 3324.9549
+ 2130 0.013150478 -2207.8894 -2207.8894 -2351.7777 2351.7777
+ 2140 0.025006218 -2200.1656 -2200.1656 3509.275 -3509.275
+ 2150 0.065297983 -2188.8254 -2188.8254 7821.932 -7821.932
+ 2160 0.059907339 -2182.2146 -2182.2146 11144.055 -11144.055
+ 2170 0.23102597 -2139.2324 -2139.2324 22538.783 -22538.783
+ 2180 0.49525674 -2116.0685 -2116.0685 28886.391 -28886.391
+ 2190 0.62940519 -2136.0155 -2136.0155 28697.328 -28697.328
+ 2200 0.56708565 -2137.157 -2137.157 29299.763 -29299.763
+Loop time of 0.24141 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33728089 -2137.31676047 -2137.15696881
+ Force two-norm initial, final = 0.0271261 25.1686
+ Force max component initial, final = 0.00282457 8.21318
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.209952 (86.9692)
+Neigh time (%) = 0.013392 (5.5474)
+Comm time (%) = 0.00221658 (0.91818)
+Outpt time (%) = 0.00144863 (0.600071)
+Other time (%) = 0.0144005 (5.96516)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1034 ave 1034 max 1034 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 13822 ave 13822 max 13822 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13822
+Ave neighs/atom = 27.0489
+Neighbor list builds = 20
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.2883 -2213.2883 -3382.3726 3382.3726
+ 1760 1.0250542e-10 -2213.2883 -2213.2883 -3382.3727 3382.3727
+ 1770 1.1239025e-09 -2213.2883 -2213.2883 -3382.3733 3382.3733
+ 1780 5.4875058e-09 -2213.2883 -2213.2883 -3382.3761 3382.3761
+ 1790 2.9488813e-08 -2213.2883 -2213.2883 -3382.391 3382.391
+ 1800 1.1583481e-07 -2213.2884 -2213.2884 -3382.4453 3382.4453
+ 1810 5.4761912e-07 -2213.2886 -2213.2886 -3382.7172 3382.7172
+ 1820 1.9255829e-06 -2213.2895 -2213.2895 -3383.6143 3383.6143
+ 1830 6.6031397e-06 -2213.2925 -2213.2925 -3386.8479 3386.8479
+ 1840 1.2528738e-05 -2213.298 -2213.298 -3388.1799 3388.1799
+ 1850 4.6437376e-05 -2213.3178 -2213.3178 -3385.2228 3385.2228
+ 1860 1.1511162e-06 -2213.3352 -2213.3352 -3384.0591 3384.0591
+ 1870 5.2256956e-07 -2213.3358 -2213.3358 -3384.2902 3384.2902
+ 1880 1.5117713e-06 -2213.3367 -2213.3367 -3383.9372 3383.9372
+ 1890 7.3674478e-08 -2213.3372 -2213.3372 -3383.4417 3383.4417
+ 1900 1.7053342e-08 -2213.3372 -2213.3372 -3383.4874 3383.4874
+ 1910 1.2101115e-07 -2213.3373 -2213.3373 -3383.5077 3383.5077
+ 1913 1.6106198e-07 -2213.3373 -2213.3373 -3383.4477 3383.4477
+Loop time of 0.163834 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28829889 -2213.33727969 -2213.33729325
+ Force two-norm initial, final = 0.3445 0.00986619
+ Force max component initial, final = 0.0373017 0.00075802
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.149939 (91.5191)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00133562 (0.815229)
+Outpt time (%) = 0.00105548 (0.644237)
+Other time (%) = 0.0115035 (7.02142)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1913 0 -2213.3373 -2213.3373 -3383.4477 3383.4477
+ 1920 4.9980121e-14 -2213.3373 -2213.3373 -3383.4477 3383.4477
+ 1930 6.9019369e-13 -2213.3373 -2213.3373 -3383.4477 3383.4477
+ 1940 4.1289162e-12 -2213.3373 -2213.3373 -3383.4477 3383.4477
+ 1950 2.0871092e-11 -2213.3373 -2213.3373 -3383.4477 3383.4477
+ 1960 9.1911997e-11 -2213.3373 -2213.3373 -3383.4476 3383.4476
+ 1970 4.0745148e-10 -2213.3373 -2213.3373 -3383.4474 3383.4474
+ 1980 1.6985653e-09 -2213.3373 -2213.3373 -3383.4463 3383.4463
+ 1990 7.3121014e-09 -2213.3373 -2213.3373 -3383.4421 3383.4421
+ 2000 2.9818771e-08 -2213.3373 -2213.3373 -3383.4336 3383.4336
+ 2010 1.461947e-07 -2213.3372 -2213.3372 -3383.4278 3383.4278
+ 2020 2.0753084e-09 -2213.3369 -2213.3369 -3383.4291 3383.4291
+ 2030 2.8662801e-07 -2213.337 -2213.337 -3383.4203 3383.4203
+ 2040 3.4305366e-10 -2213.3371 -2213.3371 -3383.3689 3383.3689
+ 2050 5.2397492e-08 -2213.3371 -2213.3371 -3383.3642 3383.3642
+ 2060 3.4244012e-07 -2213.337 -2213.337 -3383.3546 3383.3546
+ 2070 8.0559004e-10 -2213.3369 -2213.3369 -3383.3998 3383.3998
+ 2080 7.635885e-08 -2213.3369 -2213.3369 -3383.4276 3383.4276
+ 2090 5.8918109e-07 -2213.3366 -2213.3366 -3383.477 3383.477
+ 2100 7.4131071e-08 -2213.3346 -2213.3346 -3383.7014 3383.7014
+ 2110 1.5412799e-07 -2213.335 -2213.335 -3383.6781 3383.6781
+ 2113 2.3432111e-07 -2213.335 -2213.335 -3383.6926 3383.6926
+Loop time of 0.200194 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33729325 -2213.33499116 -2213.33497378
+ Force two-norm initial, final = 0.0118981 0.0658867
+ Force max component initial, final = 0.000940733 0.00568605
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.182612 (91.2176)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159001 (0.794236)
+Outpt time (%) = 0.00139475 (0.696698)
+Other time (%) = 0.0145972 (7.29151)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2211.2073 -2211.2073 -3402.3071 3402.3071
+ 1810 3.1420875e-08 -2211.2073 -2211.2073 -3402.3098 3402.3098
+ 1820 3.444981e-07 -2211.2075 -2211.2075 -3402.3376 3402.3376
+ 1830 1.6817997e-06 -2211.2083 -2211.2083 -3402.4589 3402.4589
+ 1840 9.0309118e-06 -2211.2128 -2211.2128 -3403.1226 3403.1226
+ 1850 3.5377933e-05 -2211.229 -2211.229 -3405.5191 3405.5191
+ 1860 0.00016498671 -2211.3079 -2211.3079 -3417.1421 3417.1421
+ 1870 0.00055483655 -2211.5463 -2211.5463 -3451.1365 3451.1365
+ 1880 0.0015795673 -2212.187 -2212.187 -3521.9766 3521.9766
+ 1890 0.0022365603 -2212.9578 -2212.9578 -3408.0357 3408.0357
+ 1900 3.4010098e-05 -2213.1802 -2213.1802 -3351.9591 3351.9591
+ 1910 0.00018978061 -2213.2872 -2213.2872 -3411.3351 3411.3351
+ 1920 0.00013556925 -2213.2979 -2213.2979 -3411.2056 3411.2056
+ 1930 5.7783098e-06 -2213.3232 -2213.3232 -3404.6778 3404.6778
+ 1940 2.012819e-05 -2213.3336 -2213.3336 -3379.7849 3379.7849
+ 1950 2.1691487e-06 -2213.3353 -2213.3353 -3376.1562 3376.1562
+ 1960 7.7110257e-07 -2213.3364 -2213.3364 -3387.9018 3387.9018
+ 1970 1.2323534e-07 -2213.3367 -2213.3367 -3381.4395 3381.4395
+ 1980 4.5996755e-07 -2213.3369 -2213.3369 -3384.4947 3384.4947
+ 1990 6.0554444e-07 -2213.3372 -2213.3372 -3386.9012 3386.9012
+ 2000 1.2236253e-08 -2213.3373 -2213.3373 -3384.6583 3384.6583
+Loop time of 0.197561 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.20730662 -2213.33730275 -2213.33730603
+ Force two-norm initial, final = 6.03149 0.0347296
+ Force max component initial, final = 2.68376 0.00472475
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.179916 (91.0686)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162029 (0.820148)
+Outpt time (%) = 0.00132704 (0.67171)
+Other time (%) = 0.0146976 (7.4395)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3373 -2213.3373 -3384.6583 3384.6583
+ 2010 1.0421313e-12 -2213.3373 -2213.3373 -3384.6583 3384.6583
+ 2020 1.1425725e-11 -2213.3373 -2213.3373 -3384.6581 3384.6581
+ 2030 5.5774981e-11 -2213.3373 -2213.3373 -3384.6572 3384.6572
+ 2040 2.9937745e-10 -2213.3373 -2213.3373 -3384.6522 3384.6522
+ 2050 1.171038e-09 -2213.3373 -2213.3373 -3384.6341 3384.6341
+ 2060 5.4164328e-09 -2213.3373 -2213.3373 -3384.5433 3384.5433
+ 2070 1.7587505e-08 -2213.3373 -2213.3373 -3384.2389 3384.2389
+ 2080 3.280177e-08 -2213.3373 -2213.3373 -3383.1603 3383.1603
+ 2089 3.6084164e-08 -2213.3373 -2213.3373 -3383.224 3383.224
+Loop time of 0.088428 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33730603 -2213.3373398 -2213.33734207
+ Force two-norm initial, final = 0.0347358 0.00925315
+ Force max component initial, final = 0.00473262 0.0028707
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0801225 (90.6076)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000730991 (0.826651)
+Outpt time (%) = 0.000532866 (0.602598)
+Other time (%) = 0.00704169 (7.96319)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2211.1902 -2211.1902 -3405.358 3405.358
+ 1860 3.1494742e-08 -2211.1902 -2211.1902 -3405.3607 3405.3607
+ 1870 3.4530793e-07 -2211.1904 -2211.1904 -3405.3885 3405.3885
+ 1880 1.6857518e-06 -2211.1912 -2211.1912 -3405.5098 3405.5098
+ 1890 9.0521e-06 -2211.1957 -2211.1957 -3406.1734 3406.1734
+ 1900 3.5460342e-05 -2211.2119 -2211.2119 -3408.5695 3408.5695
+ 1910 0.00016535968 -2211.291 -2211.291 -3420.1901 3420.1901
+ 1920 0.00055593745 -2211.5299 -2211.5299 -3454.1728 3454.1728
+ 1930 0.0015822647 -2212.1722 -2212.1722 -3525.3264 3525.3264
+ 1940 0.0022504758 -2212.9485 -2212.9485 -3410.595 3410.595
+ 1950 3.3665146e-05 -2213.1755 -2213.1755 -3353.4648 3353.4648
+ 1960 0.00019139456 -2213.2834 -2213.2834 -3411.2289 3411.2289
+ 1970 0.00014040704 -2213.2986 -2213.2986 -3407.1973 3407.1973
+ 1980 5.9190157e-06 -2213.3229 -2213.3229 -3405.9232 3405.9232
+ 1990 2.0503584e-05 -2213.3334 -2213.3334 -3379.0724 3379.0724
+ 2000 2.1924915e-06 -2213.3351 -2213.3351 -3376.148 3376.148
+ 2010 7.9748123e-07 -2213.3363 -2213.3363 -3388.0124 3388.0124
+ 2020 1.2871776e-07 -2213.3366 -2213.3366 -3381.4256 3381.4256
+ 2030 5.0697718e-07 -2213.3369 -2213.3369 -3384.4847 3384.4847
+ 2040 7.4790946e-07 -2213.3372 -2213.3372 -3386.5472 3386.5472
+ 2050 5.8647383e-08 -2213.3373 -2213.3373 -3383.133 3383.133
+Loop time of 0.195968 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.19015052 -2213.33728926 -2213.33729619
+ Force two-norm initial, final = 6.03858 0.0266437
+ Force max component initial, final = 2.70136 0.00346126
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178126 (90.8956)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0015986 (0.815743)
+Outpt time (%) = 0.00131869 (0.672912)
+Other time (%) = 0.0149245 (7.61579)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3373 -2213.3373 -3383.133 3383.133
+ 2060 6.1313504e-13 -2213.3373 -2213.3373 -3383.133 3383.133
+ 2070 6.7223098e-12 -2213.3373 -2213.3373 -3383.1331 3383.1331
+ 2080 3.2815451e-11 -2213.3373 -2213.3373 -3383.1333 3383.1333
+ 2090 1.7615029e-10 -2213.3373 -2213.3373 -3383.1343 3383.1343
+ 2100 6.8915612e-10 -2213.3373 -2213.3373 -3383.1383 3383.1383
+ 2110 3.191195e-09 -2213.3373 -2213.3373 -3383.1579 3383.1579
+ 2120 1.0402393e-08 -2213.3373 -2213.3373 -3383.2237 3383.2237
+ 2130 2.158331e-08 -2213.3373 -2213.3373 -3383.4572 3383.4572
+ 2139 3.3485778e-08 -2213.3373 -2213.3373 -3383.4578 3383.4578
+Loop time of 0.0879021 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33729619 -2213.33732193 -2213.33732417
+ Force two-norm initial, final = 0.0266437 0.00921751
+ Force max component initial, final = 0.00346126 0.00100324
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0799096 (90.9075)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000760555 (0.86523)
+Outpt time (%) = 0.000527143 (0.599694)
+Other time (%) = 0.00670481 (7.62759)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2915 -2213.2915 -3389.687 3389.687
+ 1810 9.033457e-11 -2213.2915 -2213.2915 -3389.6869 3389.6869
+ 1820 9.904702e-10 -2213.2915 -2213.2915 -3389.6864 3389.6864
+ 1830 4.8363178e-09 -2213.2915 -2213.2915 -3389.6843 3389.6843
+ 1840 2.5997945e-08 -2213.2915 -2213.2915 -3389.6724 3389.6724
+ 1850 1.0225265e-07 -2213.2916 -2213.2916 -3389.6291 3389.6291
+ 1860 4.8637087e-07 -2213.2918 -2213.2918 -3389.4136 3389.4136
+ 1870 1.7498672e-06 -2213.2926 -2213.2926 -3388.7233 3388.7233
+ 1880 6.632858e-06 -2213.2956 -2213.2956 -3386.6505 3386.6505
+ 1890 1.5115595e-05 -2213.3021 -2213.3021 -3388.7725 3388.7725
+ 1900 4.3816572e-05 -2213.321 -2213.321 -3385.8241 3385.8241
+ 1910 5.9407449e-07 -2213.3351 -2213.3351 -3384.9614 3384.9614
+ 1920 6.982103e-08 -2213.3367 -2213.3367 -3385.6267 3385.6267
+ 1930 7.9211832e-07 -2213.3371 -2213.3371 -3382.8873 3382.8873
+ 1940 2.1232953e-07 -2213.3372 -2213.3372 -3382.373 3382.373
+ 1950 2.6760762e-08 -2213.3373 -2213.3373 -3384.1203 3384.1203
+ 1960 1.161388e-07 -2213.3373 -2213.3373 -3382.8459 3382.8459
+ 1970 2.6703335e-08 -2213.3374 -2213.3374 -3383.2905 3383.2905
+ 1980 6.4681425e-08 -2213.3374 -2213.3374 -3383.6799 3383.6799
+ 1987 2.5439799e-08 -2213.3374 -2213.3374 -3383.3573 3383.3573
+Loop time of 0.185138 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29151205 -2213.33737562 -2213.33737682
+ Force two-norm initial, final = 0.323401 0.00558205
+ Force max component initial, final = 0.057225 0.000559947
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.168504 (91.0154)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00152946 (0.826116)
+Outpt time (%) = 0.00119805 (0.647114)
+Other time (%) = 0.0139065 (7.51141)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1987 0 -2213.3374 -2213.3374 -3383.3573 3383.3573
+ 1988 2.1822981e-16 -2213.3374 -2213.3374 -3383.3573 3383.3573
+Loop time of 0.00211215 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737682 -2213.33737682 -2213.33737682
+ Force two-norm initial, final = 0.00558205 0.00558205
+ Force max component initial, final = 0.000559947 0.000559947
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00189686 (89.807)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.722429)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000200033 (9.47059)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2211.2413 -2211.2413 -3403.2599 3403.2599
+ 1860 3.0223219e-08 -2211.2413 -2211.2413 -3403.2625 3403.2625
+ 1870 3.3136738e-07 -2211.2415 -2211.2415 -3403.2897 3403.2897
+ 1880 1.6177044e-06 -2211.2423 -2211.2423 -3403.4085 3403.4085
+ 1890 8.686965e-06 -2211.2466 -2211.2466 -3404.0582 3404.0582
+ 1900 3.403359e-05 -2211.2622 -2211.2622 -3406.4047 3406.4047
+ 1910 0.00015879138 -2211.3382 -2211.3382 -3417.8026 3417.8026
+ 1920 0.00053465614 -2211.5682 -2211.5682 -3451.3226 3451.3226
+ 1930 0.0015274443 -2212.1897 -2212.1897 -3523.6846 3523.6846
+ 1940 0.0021769026 -2212.9451 -2212.9451 -3411.0624 3411.0624
+ 1950 3.3353926e-05 -2213.1785 -2213.1785 -3351.8106 3351.8106
+ 1960 0.00018129569 -2213.2817 -2213.2817 -3413.1277 3413.1277
+ 1970 0.00014367383 -2213.3002 -2213.3002 -3407.5642 3407.5642
+ 1980 6.2281903e-06 -2213.3235 -2213.3235 -3408.5155 3408.5155
+ 1990 2.0096823e-05 -2213.3336 -2213.3336 -3378.0694 3378.0694
+ 2000 2.0821156e-06 -2213.3351 -2213.3351 -3375.5356 3375.5356
+ 2010 8.1472444e-07 -2213.3363 -2213.3363 -3388.4816 3388.4816
+ 2020 1.2651243e-07 -2213.3366 -2213.3366 -3381.2392 3381.2392
+ 2030 5.0084349e-07 -2213.3368 -2213.3368 -3384.4655 3384.4655
+ 2040 8.4316076e-07 -2213.3372 -2213.3372 -3385.8409 3385.8409
+ 2050 6.3900384e-09 -2213.3373 -2213.3373 -3384.0473 3384.0473
+Loop time of 0.198935 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.24132706 -2213.33728496 -2213.33728669
+ Force two-norm initial, final = 5.91543 0.0282521
+ Force max component initial, final = 2.68841 0.00290346
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.181115 (91.0422)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00165486 (0.831861)
+Outpt time (%) = 0.0013237 (0.665393)
+Other time (%) = 0.0148416 (7.4605)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3373 -2213.3373 -3384.0473 3384.0473
+ 2060 6.8939701e-13 -2213.3373 -2213.3373 -3384.0473 3384.0473
+ 2070 7.5584033e-12 -2213.3373 -2213.3373 -3384.0472 3384.0472
+ 2080 3.689577e-11 -2213.3373 -2213.3373 -3384.0467 3384.0467
+ 2090 1.9802948e-10 -2213.3373 -2213.3373 -3384.0441 3384.0441
+ 2100 7.7421798e-10 -2213.3373 -2213.3373 -3384.0347 3384.0347
+ 2110 3.5760835e-09 -2213.3373 -2213.3373 -3383.9872 3383.9872
+ 2120 1.1455004e-08 -2213.3373 -2213.3373 -3383.8301 3383.8301
+ 2130 2.2765038e-08 -2213.3373 -2213.3373 -3383.295 3383.295
+ 2140 4.3301784e-08 -2213.3373 -2213.3373 -3383.4222 3383.4222
+ 2145 6.6768632e-08 -2213.3373 -2213.3373 -3383.5467 3383.5467
+Loop time of 0.0939829 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33728669 -2213.33733437 -2213.33733945
+ Force two-norm initial, final = 0.0282521 0.00871213
+ Force max component initial, final = 0.00290346 0.00110242
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.0858381 (91.3337)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000761747 (0.810517)
+Outpt time (%) = 0.000602961 (0.641564)
+Other time (%) = 0.00678015 (7.21423)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2211.2106 -2211.2106 -3412.0692 3412.0692
+ 1910 3.0058481e-08 -2211.2106 -2211.2106 -3412.0718 3412.0718
+ 1920 3.295613e-07 -2211.2108 -2211.2108 -3412.0986 3412.0986
+ 1930 1.6088895e-06 -2211.2115 -2211.2115 -3412.2153 3412.2153
+ 1940 8.6396959e-06 -2211.2158 -2211.2158 -3412.8537 3412.8537
+ 1950 3.3849361e-05 -2211.2313 -2211.2313 -3415.1597 3415.1597
+ 1960 0.00015795467 -2211.3069 -2211.3069 -3426.3606 3426.3606
+ 1970 0.00053211469 -2211.5359 -2211.5359 -3459.3131 3459.3131
+ 1980 0.0015251 -2212.1582 -2212.1582 -3531.3766 3531.3766
+ 1990 0.0022079956 -2212.9261 -2212.9261 -3416.4932 3416.4932
+ 2000 3.2280508e-05 -2213.1691 -2213.1691 -3355.9954 3355.9954
+ 2010 0.0001843815 -2213.2737 -2213.2737 -3412.5119 3412.5119
+ 2020 0.00015328644 -2213.3016 -2213.3016 -3399.8809 3399.8809
+ 2030 6.2356464e-06 -2213.3231 -2213.3231 -3409.5054 3409.5054
+ 2040 2.0303271e-05 -2213.3332 -2213.3332 -3377.1898 3377.1898
+ 2050 2.1188122e-06 -2213.3348 -2213.3348 -3375.8209 3375.8209
+ 2060 8.4384762e-07 -2213.3361 -2213.3361 -3388.5181 3388.5181
+ 2070 1.3497258e-07 -2213.3364 -2213.3364 -3381.321 3381.321
+ 2080 5.9452425e-07 -2213.3367 -2213.3367 -3384.4486 3384.4486
+ 2090 1.1335813e-06 -2213.3372 -2213.3372 -3385.055 3385.055
+ 2100 4.7995467e-09 -2213.3373 -2213.3373 -3383.7166 3383.7166
+Loop time of 0.193761 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.21055719 -2213.33725609 -2213.33725718
+ Force two-norm initial, final = 5.89928 0.018358
+ Force max component initial, final = 2.67498 0.00208655
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17604 (90.8542)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161958 (0.835863)
+Outpt time (%) = 0.00132489 (0.683776)
+Other time (%) = 0.0147765 (7.62613)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.7166 3383.7166
+ 2110 2.9105932e-13 -2213.3373 -2213.3373 -3383.7166 3383.7166
+ 2120 3.1912523e-12 -2213.3373 -2213.3373 -3383.7166 3383.7166
+ 2130 1.5580877e-11 -2213.3373 -2213.3373 -3383.7163 3383.7163
+ 2140 8.3716634e-11 -2213.3373 -2213.3373 -3383.7151 3383.7151
+ 2150 3.2858904e-10 -2213.3373 -2213.3373 -3383.7107 3383.7107
+ 2160 1.5493945e-09 -2213.3373 -2213.3373 -3383.6888 3383.6888
+ 2170 5.3855428e-09 -2213.3373 -2213.3373 -3383.6175 3383.6175
+ 2180 1.9009385e-08 -2213.3373 -2213.3373 -3383.381 3383.381
+ 2190 5.2989226e-08 -2213.3373 -2213.3373 -3383.4142 3383.4142
+ 2195 9.2438621e-08 -2213.3373 -2213.3373 -3383.4663 3383.4663
+Loop time of 0.092854 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33725718 -2213.33731162 -2213.33731817
+ Force two-norm initial, final = 0.0183572 0.00958325
+ Force max component initial, final = 0.00209016 0.00134003
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.0843129 (90.8016)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000767231 (0.826277)
+Outpt time (%) = 0.000597239 (0.643202)
+Other time (%) = 0.00717664 (7.72895)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2212.7581 -2212.7581 -3577.7416 3577.7416
+ 1860 9.1029997e-10 -2212.7581 -2212.7581 -3577.7414 3577.7414
+ 1870 9.9805579e-09 -2212.7581 -2212.7581 -3577.7389 3577.7389
+ 1880 4.872437e-08 -2212.7581 -2212.7581 -3577.7278 3577.7278
+ 1890 2.6166128e-07 -2212.7582 -2212.7582 -3577.6673 3577.6673
+ 1900 1.0251561e-06 -2212.7587 -2212.7587 -3577.4464 3577.4464
+ 1910 4.7849731e-06 -2212.761 -2212.761 -3576.3184 3576.3184
+ 1920 1.5965132e-05 -2212.7679 -2212.7679 -3572.3078 3572.3078
+ 1930 3.8453444e-05 -2212.7846 -2212.7846 -3553.2678 3553.2678
+ 1940 4.0211571e-05 -2212.7989 -2212.7989 -3530.9426 3530.9426
+ 1950 6.2645682e-05 -2212.8181 -2212.8181 -3511.2263 3511.2263
+ 1960 9.3509873e-06 -2212.8246 -2212.8246 -3523.0991 3523.0991
+ 1970 1.1395475e-06 -2212.826 -2212.826 -3525.4116 3525.4116
+ 1980 2.0729436e-06 -2212.8267 -2212.8267 -3528.861 3528.861
+ 1990 3.152268e-07 -2212.827 -2212.827 -3535.0612 3535.0612
+ 2000 4.7615037e-08 -2212.8272 -2212.8272 -3536.0261 3536.0261
+ 2010 1.4024671e-07 -2212.8272 -2212.8272 -3536.4686 3536.4686
+ 2020 1.0567669e-08 -2212.8273 -2212.8273 -3536.9452 3536.9452
+ 2029 3.2888529e-08 -2212.8273 -2212.8273 -3537.1469 3537.1469
+Loop time of 0.178432 on 1 procs for 179 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.75805514 -2212.82726968 -2212.82727324
+ Force two-norm initial, final = 1.02662 0.00582821
+ Force max component initial, final = 0.263354 0.000714112
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 179 179
+
+Pair time (%) = 0.163257 (91.4953)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143981 (0.806924)
+Outpt time (%) = 0.00112939 (0.632952)
+Other time (%) = 0.0126059 (7.06482)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14244 ave 14244 max 14244 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14244
+Ave neighs/atom = 27.8748
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2029 0 -2212.8273 -2212.8273 -3537.1469 3537.1469
+ 2030 2.384252e-16 -2212.8273 -2212.8273 -3537.1469 3537.1469
+Loop time of 0.00239897 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82727324 -2212.82727324 -2212.82727324
+ Force two-norm initial, final = 0.00583463 0.00583463
+ Force max component initial, final = 0.00065167 0.00065167
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00217509 (90.6679)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.64509e-05 (0.685748)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000207424 (8.64639)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2211.1957 -2211.1957 -3402.3901 3402.3901
+ 1910 3.2188389e-08 -2211.1957 -2211.1957 -3402.3929 3402.3929
+ 1920 3.5291284e-07 -2211.1959 -2211.1959 -3402.4218 3402.4218
+ 1930 1.722874e-06 -2211.1967 -2211.1967 -3402.5478 3402.5478
+ 1940 9.2513012e-06 -2211.2013 -2211.2013 -3403.237 3403.237
+ 1950 3.6239062e-05 -2211.2179 -2211.2179 -3405.726 3405.726
+ 1960 0.000168949 -2211.2987 -2211.2987 -3417.8023 3417.8023
+ 1970 0.00056777532 -2211.5423 -2211.5423 -3453.2114 3453.2114
+ 1980 0.0016128236 -2212.1929 -2212.1929 -3529.1531 3529.1531
+ 1990 0.0022447101 -2212.967 -2212.967 -3407.4248 3407.4248
+ 2000 3.3295271e-05 -2213.1858 -2213.1858 -3354.6467 3354.6467
+ 2010 0.00018842806 -2213.292 -2213.292 -3409.5203 3409.5203
+ 2020 1.7659601e-05 -2213.3129 -2213.3129 -3375.5475 3375.5475
+ 2030 2.8649354e-05 -2213.3298 -2213.3298 -3370.0778 3370.0778
+ 2040 4.3781071e-06 -2213.3323 -2213.3323 -3392.4998 3392.4998
+ 2050 5.6628367e-06 -2213.3351 -2213.3351 -3380.0705 3380.0705
+ 2060 1.3313692e-06 -2213.3369 -2213.3369 -3387.0949 3387.0949
+ 2070 2.3723833e-07 -2213.337 -2213.337 -3381.0125 3381.0125
+ 2080 8.8044766e-07 -2213.3372 -2213.3372 -3379.3107 3379.3107
+ 2090 2.3205236e-08 -2213.3373 -2213.3373 -3384.4299 3384.4299
+ 2100 7.5801066e-08 -2213.3373 -2213.3373 -3383.2098 3383.2098
+Loop time of 0.197681 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.19565946 -2213.33730679 -2213.33731475
+ Force two-norm initial, final = 6.10472 0.0102361
+ Force max component initial, final = 2.84728 0.00180779
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178943 (90.5211)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00169587 (0.857883)
+Outpt time (%) = 0.00133491 (0.675283)
+Other time (%) = 0.0157073 (7.94576)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14272 ave 14272 max 14272 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14272
+Ave neighs/atom = 27.9295
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.2098 3383.2098
+ 2110 9.1402109e-14 -2213.3373 -2213.3373 -3383.2098 3383.2098
+ 2120 1.0021928e-12 -2213.3373 -2213.3373 -3383.2098 3383.2098
+ 2130 4.8939481e-12 -2213.3373 -2213.3373 -3383.21 3383.21
+ 2140 2.6319157e-11 -2213.3373 -2213.3373 -3383.2107 3383.2107
+ 2150 1.0368346e-10 -2213.3373 -2213.3373 -3383.2135 3383.2135
+ 2160 4.971885e-10 -2213.3373 -2213.3373 -3383.2272 3383.2272
+ 2167 1.2412976e-09 -2213.3373 -2213.3373 -3383.2524 3383.2524
+Loop time of 0.0667078 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33731475 -2213.33731541 -2213.33731549
+ Force two-norm initial, final = 0.0102871 0.00998654
+ Force max component initial, final = 0.00183918 0.00171881
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0603364 (90.4487)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000540018 (0.809527)
+Outpt time (%) = 0.000402212 (0.602946)
+Other time (%) = 0.00542927 (8.13887)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2211.1828 -2211.1828 -3402.0389 3402.0389
+ 1960 3.2584557e-08 -2211.1828 -2211.1828 -3402.0417 3402.0417
+ 1970 3.5725606e-07 -2211.183 -2211.183 -3402.0712 3402.0712
+ 1980 1.7440681e-06 -2211.1839 -2211.1839 -3402.1998 3402.1998
+ 1990 9.3648662e-06 -2211.1885 -2211.1885 -3402.9035 3402.9035
+ 2000 3.6680026e-05 -2211.2053 -2211.2053 -3405.4442 3405.4442
+ 2010 0.0001709215 -2211.2871 -2211.2871 -3417.7676 3417.7676
+ 2020 0.00057322384 -2211.5331 -2211.5331 -3453.8662 3453.8662
+ 2030 0.0016155713 -2212.1862 -2212.1862 -3532.0375 3532.0375
+ 2040 0.0022617914 -2212.9629 -2212.9629 -3409.4176 3409.4176
+ 2050 3.2892463e-05 -2213.1828 -2213.1828 -3357.2157 3357.2157
+ 2060 0.00019201116 -2213.2901 -2213.2901 -3407.9276 3407.9276
+ 2070 0.00012945775 -2213.3003 -2213.3003 -3404.8227 3404.8227
+ 2080 5.3312467e-06 -2213.3235 -2213.3235 -3402.4035 3402.4035
+ 2090 1.9857796e-05 -2213.3339 -2213.3339 -3380.5865 3380.5865
+ 2100 2.0882717e-06 -2213.3354 -2213.3354 -3376.7898 3376.7898
+ 2110 8.3747331e-07 -2213.3366 -2213.3366 -3387.5347 3387.5347
+ 2120 1.298858e-07 -2213.3368 -2213.3368 -3381.5627 3381.5627
+ 2130 4.3484634e-07 -2213.337 -2213.337 -3384.3766 3384.3766
+ 2140 5.4357401e-07 -2213.3373 -2213.3373 -3386.5147 3386.5147
+ 2150 1.5037297e-08 -2213.3373 -2213.3373 -3384.5156 3384.5156
+Loop time of 0.194623 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.18281686 -2213.33731474 -2213.33731877
+ Force two-norm initial, final = 6.14217 0.0383172
+ Force max component initial, final = 2.8723 0.0047198
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17627 (90.5699)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160623 (0.825301)
+Outpt time (%) = 0.00131941 (0.67793)
+Other time (%) = 0.0154276 (7.92691)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3373 -2213.3373 -3384.5156 3384.5156
+ 2160 1.268077e-12 -2213.3373 -2213.3373 -3384.5156 3384.5156
+ 2170 1.3902852e-11 -2213.3373 -2213.3373 -3384.5154 3384.5154
+ 2180 6.7864633e-11 -2213.3373 -2213.3373 -3384.5146 3384.5146
+ 2190 3.6420354e-10 -2213.3373 -2213.3373 -3384.5102 3384.5102
+ 2200 1.423496e-09 -2213.3373 -2213.3373 -3384.4943 3384.4943
+ 2210 6.5603499e-09 -2213.3373 -2213.3373 -3384.4144 3384.4144
+ 2220 2.0919409e-08 -2213.3373 -2213.3373 -3384.1463 3384.1463
+ 2230 3.2265521e-08 -2213.3373 -2213.3373 -3383.1917 3383.1917
+ 2239 3.3328274e-08 -2213.3374 -2213.3374 -3383.2407 3383.2407
+Loop time of 0.0877039 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33731877 -2213.3373535 -2213.33735559
+ Force two-norm initial, final = 0.0383168 0.00830792
+ Force max component initial, final = 0.00472141 0.00250143
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0793819 (90.5113)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00072217 (0.823418)
+Outpt time (%) = 0.000524044 (0.597515)
+Other time (%) = 0.00707579 (8.06781)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2211.1515 -2211.1515 -3411.3121 3411.3121
+ 2010 3.2324741e-08 -2211.1515 -2211.1515 -3411.3149 3411.3149
+ 2020 3.5440769e-07 -2211.1517 -2211.1517 -3411.3436 3411.3436
+ 2030 1.7301675e-06 -2211.1526 -2211.1526 -3411.4688 3411.4688
+ 2040 9.2903774e-06 -2211.1572 -2211.1572 -3412.154 3412.154
+ 2050 3.6390215e-05 -2211.1738 -2211.1738 -3414.628 3414.628
+ 2060 0.00016962168 -2211.255 -2211.255 -3426.6284 3426.6284
+ 2070 0.00056939292 -2211.4996 -2211.4996 -3461.7849 3461.7849
+ 2080 0.0016148143 -2212.1545 -2212.1545 -3538.2143 3538.2143
+ 2090 0.0022841291 -2212.9423 -2212.9423 -3415.3107 3415.3107
+ 2100 3.2153885e-05 -2213.1739 -2213.1739 -3361.3238 3361.3238
+ 2110 0.00019379167 -2213.2825 -2213.2825 -3406.9437 3406.9437
+ 2120 0.00013851228 -2213.3017 -2213.3017 -3396.9963 3396.9963
+ 2130 5.5822238e-06 -2213.3228 -2213.3228 -3403.1591 3403.1591
+ 2140 2.0483389e-05 -2213.3335 -2213.3335 -3378.918 3378.918
+ 2150 2.1492512e-06 -2213.3351 -2213.3351 -3377.5184 3377.5184
+ 2160 8.7065461e-07 -2213.3364 -2213.3364 -3387.0652 3387.0652
+ 2170 1.4382367e-07 -2213.3366 -2213.3366 -3381.7544 3381.7544
+ 2180 5.0565848e-07 -2213.3369 -2213.3369 -3384.339 3384.339
+ 2190 7.131839e-07 -2213.3372 -2213.3372 -3386.3857 3386.3857
+ 2200 2.0015048e-08 -2213.3373 -2213.3373 -3384.417 3384.417
+Loop time of 0.194431 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.15151379 -2213.33728474 -2213.3372901
+ Force two-norm initial, final = 6.11763 0.0441143
+ Force max component initial, final = 2.82204 0.00499624
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176169 (90.6075)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158906 (0.817287)
+Outpt time (%) = 0.00132203 (0.679948)
+Other time (%) = 0.0153508 (7.89525)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14272 ave 14272 max 14272 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14272
+Ave neighs/atom = 27.9295
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.3373 -2213.3373 -3384.417 3384.417
+ 2210 1.6808426e-12 -2213.3373 -2213.3373 -3384.417 3384.417
+ 2220 1.8428292e-11 -2213.3373 -2213.3373 -3384.4168 3384.4168
+ 2230 8.9954882e-11 -2213.3373 -2213.3373 -3384.4161 3384.4161
+ 2240 4.8274871e-10 -2213.3373 -2213.3373 -3384.4121 3384.4121
+ 2250 1.8868656e-09 -2213.3373 -2213.3373 -3384.3976 3384.3976
+ 2260 8.694724e-09 -2213.3373 -2213.3373 -3384.3246 3384.3246
+ 2270 2.7766233e-08 -2213.3373 -2213.3373 -3384.0792 3384.0792
+ 2280 4.1843159e-08 -2213.3373 -2213.3373 -3383.1932 3383.1932
+ 2290 4.6387714e-08 -2213.3373 -2213.3373 -3383.3667 3383.3667
+ 2296 5.8150279e-08 -2213.3374 -2213.3374 -3383.6667 3383.6667
+Loop time of 0.0933969 on 1 procs for 96 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3372901 -2213.33735158 -2213.33735685
+ Force two-norm initial, final = 0.0441143 0.00840237
+ Force max component initial, final = 0.00499624 0.00140068
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 96 96
+
+Pair time (%) = 0.0850444 (91.057)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000775814 (0.830664)
+Outpt time (%) = 0.000594854 (0.63691)
+Other time (%) = 0.00698185 (7.47546)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2211.2138 -2211.2138 -3404.7166 3404.7166
+ 2060 3.1592059e-08 -2211.2138 -2211.2138 -3404.7194 3404.7194
+ 2070 3.4637482e-07 -2211.214 -2211.214 -3404.7479 3404.7479
+ 2080 1.6909588e-06 -2211.2148 -2211.2148 -3404.8722 3404.8722
+ 2090 9.0800115e-06 -2211.2193 -2211.2193 -3405.5525 3405.5525
+ 2100 3.5569079e-05 -2211.2356 -2211.2356 -3408.009 3408.009
+ 2110 0.00016584983 -2211.3149 -2211.3149 -3419.9305 3419.9305
+ 2120 0.00055740232 -2211.5543 -2211.5543 -3454.8992 3454.8992
+ 2130 0.001580225 -2212.1938 -2212.1938 -3530.6622 3530.6622
+ 2140 0.002217678 -2212.9605 -2212.9605 -3413.1698 3413.1698
+ 2150 3.3293749e-05 -2213.1855 -2213.1855 -3353.9454 3353.9454
+ 2160 0.00018572333 -2213.2904 -2213.2904 -3409.6806 3409.6806
+ 2170 0.00012995882 -2213.2992 -2213.2992 -3409.1134 3409.1134
+ 2180 5.9430362e-06 -2213.3235 -2213.3235 -3403.2982 3403.2982
+ 2190 1.2847988e-06 -2213.3288 -2213.3288 -3372.4834 3372.4834
+ 2200 5.7780587e-06 -2213.332 -2213.332 -3391.0153 3391.0153
+ 2210 9.3827692e-06 -2213.3366 -2213.3366 -3386.7712 3386.7712
+ 2220 2.6712696e-08 -2213.3369 -2213.3369 -3382.6936 3382.6936
+ 2230 3.2265295e-07 -2213.3371 -2213.3371 -3383.8604 3383.8604
+ 2240 3.7688265e-07 -2213.3373 -2213.3373 -3383.9616 3383.9616
+ 2250 2.5724425e-10 -2213.3373 -2213.3373 -3383.4758 3383.4758
+Loop time of 0.194382 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2211.21379082 -2213.33732526 -2213.33732526
+ Force two-norm initial, final = 6.0479 0.0184086
+ Force max component initial, final = 2.83621 0.00230576
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.176021 (90.5544)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00164342 (0.845459)
+Outpt time (%) = 0.00131798 (0.678035)
+Other time (%) = 0.0153992 (7.92214)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14270 ave 14270 max 14270 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14270
+Ave neighs/atom = 27.9256
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.3373 -2213.3373 -3383.4758 3383.4758
+ 2260 3.0817239e-13 -2213.3373 -2213.3373 -3383.4758 3383.4758
+ 2270 3.3788898e-12 -2213.3373 -2213.3373 -3383.4758 3383.4758
+ 2280 1.6497685e-11 -2213.3373 -2213.3373 -3383.4758 3383.4758
+ 2290 8.8651088e-11 -2213.3373 -2213.3373 -3383.4756 3383.4756
+ 2300 3.4831322e-10 -2213.3373 -2213.3373 -3383.4748 3383.4748
+ 2310 1.6459762e-09 -2213.3373 -2213.3373 -3383.4708 3383.4708
+ 2320 5.8503797e-09 -2213.3373 -2213.3373 -3383.4577 3383.4577
+ 2330 2.0663283e-08 -2213.3373 -2213.3373 -3383.4155 3383.4155
+ 2340 4.9797547e-08 -2213.3373 -2213.3373 -3383.4593 3383.4593
+ 2350 3.0847899e-07 -2213.3372 -2213.3372 -3383.3819 3383.3819
+ 2360 2.6174838e-05 -2213.3224 -2213.3224 -3382.3001 3382.3001
+ 2370 0.0057647236 -2212.311 -2212.311 -3305.1228 3305.1228
+ 2380 0.015915974 -2208.477 -2208.477 -2265.2107 2265.2107
+ 2390 0.032567628 -2198.573 -2198.573 4493.3849 -4493.3849
+ 2400 0.06968849 -2189.0555 -2189.0555 7672.4066 -7672.4066
+ 2410 0.069034203 -2178.7449 -2178.7449 11516.352 -11516.352
+ 2420 0.27103119 -2131.5583 -2131.5583 25234.501 -25234.501
+ 2430 0.53533154 -2118.0772 -2118.0772 28784.195 -28784.195
+ 2440 0.64011807 -2136.1716 -2136.1716 29161.325 -29161.325
+ 2450 0.56582242 -2136.6673 -2136.6673 29399.894 -29399.894
+Loop time of 0.236382 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33732526 -2136.85167371 -2136.66730382
+ Force two-norm initial, final = 0.0188891 24.3969
+ Force max component initial, final = 0.00238544 7.92386
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.204033 (86.3151)
+Neigh time (%) = 0.0138628 (5.8646)
+Comm time (%) = 0.00216842 (0.917336)
+Outpt time (%) = 0.00135541 (0.573398)
+Other time (%) = 0.014962 (6.32957)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1034 ave 1034 max 1034 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 13814 ave 13814 max 13814 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13814
+Ave neighs/atom = 27.0333
+Neighbor list builds = 21
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.2906 -2213.2906 -3390.0754 3390.0754
+ 1960 3.651729e-10 -2213.2906 -2213.2906 -3390.0754 3390.0754
+ 1970 4.0037477e-09 -2213.2906 -2213.2906 -3390.0754 3390.0754
+ 1980 1.9545806e-08 -2213.2906 -2213.2906 -3390.0752 3390.0752
+ 1990 1.0495491e-07 -2213.2906 -2213.2906 -3390.0743 3390.0743
+ 2000 4.1113958e-07 -2213.2908 -2213.2908 -3390.0709 3390.0709
+ 2010 1.9158282e-06 -2213.2917 -2213.2917 -3390.0476 3390.0476
+ 2020 6.4003012e-06 -2213.2945 -2213.2945 -3389.8954 3389.8954
+ 2030 1.5620479e-05 -2213.3005 -2213.3005 -3388.2297 3388.2297
+ 2040 1.8208142e-05 -2213.308 -2213.308 -3386.632 3386.632
+ 2050 3.1177788e-05 -2213.324 -2213.324 -3382.9207 3382.9207
+ 2060 4.3863516e-06 -2213.3328 -2213.3328 -3383.2332 3383.2332
+ 2070 7.3361772e-07 -2213.3333 -2213.3333 -3382.7952 3382.7952
+ 2080 3.1582813e-06 -2213.3346 -2213.3346 -3383.0258 3383.0258
+ 2090 7.0725071e-09 -2213.3369 -2213.3369 -3383.1756 3383.1756
+ 2100 3.1673809e-08 -2213.337 -2213.337 -3383.204 3383.204
+ 2110 2.9362402e-07 -2213.3372 -2213.3372 -3383.3038 3383.3038
+ 2120 1.318248e-08 -2213.3373 -2213.3373 -3383.3765 3383.3765
+ 2130 5.729238e-09 -2213.3373 -2213.3373 -3383.383 3383.383
+ 2140 3.2658009e-08 -2213.3373 -2213.3373 -3383.3858 3383.3858
+ 2147 7.906804e-08 -2213.3373 -2213.3373 -3383.3953 3383.3953
+Loop time of 0.194966 on 1 procs for 197 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29056649 -2213.3373355 -2213.33734049
+ Force two-norm initial, final = 0.650227 0.00694553
+ Force max component initial, final = 0.0796246 0.000550358
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 197 197
+
+Pair time (%) = 0.175868 (90.2044)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161266 (0.827151)
+Outpt time (%) = 0.00132537 (0.679795)
+Other time (%) = 0.01616 (8.28863)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2147 0 -2213.3373 -2213.3373 -3383.3953 3383.3953
+ 2148 3.3786058e-16 -2213.3373 -2213.3373 -3383.3953 3383.3953
+Loop time of 0.00213385 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734049 -2213.33734049 -2213.33734049
+ Force two-norm initial, final = 0.00694553 0.00694553
+ Force max component initial, final = 0.000550358 0.000550358
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191092 (89.5531)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.748603)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000206947 (9.69832)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2909 -2213.2909 -3389.7978 3389.7978
+ 2010 3.2066786e-10 -2213.2909 -2213.2909 -3389.7978 3389.7978
+ 2020 3.5159604e-09 -2213.2909 -2213.2909 -3389.7977 3389.7977
+ 2030 1.7168596e-08 -2213.2909 -2213.2909 -3389.7972 3389.7972
+ 2040 9.2300872e-08 -2213.291 -2213.291 -3389.7946 3389.7946
+ 2050 3.6336204e-07 -2213.2911 -2213.2911 -3389.7853 3389.7853
+ 2060 1.7311147e-06 -2213.292 -2213.292 -3389.7392 3389.7392
+ 2070 6.2727929e-06 -2213.2946 -2213.2946 -3389.5972 3389.5972
+ 2080 1.8547814e-05 -2213.3024 -2213.3024 -3388.9821 3388.9821
+ 2090 2.13837e-05 -2213.3116 -2213.3116 -3387.6948 3387.6948
+ 2100 4.2544604e-05 -2213.3315 -2213.3315 -3383.7238 3383.7238
+ 2110 4.1347986e-06 -2213.3341 -2213.3341 -3381.5687 3381.5687
+ 2120 6.6709458e-07 -2213.3348 -2213.3348 -3382.1498 3382.1498
+ 2130 2.3359417e-06 -2213.336 -2213.336 -3382.7819 3382.7819
+ 2140 7.5504139e-08 -2213.3369 -2213.3369 -3383.1542 3383.1542
+ 2150 3.305474e-08 -2213.337 -2213.337 -3383.275 3383.275
+ 2160 2.6240495e-07 -2213.3371 -2213.3371 -3383.2464 3383.2464
+ 2170 1.769359e-09 -2213.3373 -2213.3373 -3383.4083 3383.4083
+ 2180 1.922601e-09 -2213.3373 -2213.3373 -3383.4205 3383.4205
+Loop time of 0.175266 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29091085 -2213.33733794 -2213.33733826
+ Force two-norm initial, final = 0.609316 0.00824906
+ Force max component initial, final = 0.0610932 0.000710472
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.158335 (90.3399)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00147915 (0.843945)
+Outpt time (%) = 0.00111341 (0.635271)
+Other time (%) = 0.0143383 (8.18085)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2180 0 -2213.3373 -2213.3373 -3383.4205 3383.4205
+ 2181 4.7657899e-16 -2213.3373 -2213.3373 -3383.4205 3383.4205
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733826 -2213.33733826 -2213.33733826
+ Force two-norm initial, final = 0.00824906 0.00824906
+ Force max component initial, final = 0.000710472 0.000710472
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184822 (89.0318)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.723556)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212669 (10.2446)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2901 -2213.2901 -3389.3146 3389.3146
+ 2060 3.460926e-10 -2213.2901 -2213.2901 -3389.3146 3389.3146
+ 2070 3.7947351e-09 -2213.2901 -2213.2901 -3389.3146 3389.3146
+ 2080 1.8529979e-08 -2213.2902 -2213.2902 -3389.3144 3389.3144
+ 2090 9.9623189e-08 -2213.2902 -2213.2902 -3389.3136 3389.3136
+ 2100 3.9223446e-07 -2213.2904 -2213.2904 -3389.3107 3389.3107
+ 2110 1.8696809e-06 -2213.2913 -2213.2913 -3389.2969 3389.2969
+ 2120 6.7794474e-06 -2213.2941 -2213.2941 -3389.2643 3389.2643
+ 2130 1.9732523e-05 -2213.3024 -2213.3024 -3389.0349 3389.0349
+ 2140 2.0551364e-05 -2213.3112 -2213.3112 -3387.6796 3387.6796
+ 2150 4.2145593e-05 -2213.3312 -2213.3312 -3384.0208 3384.0208
+ 2160 4.4584066e-06 -2213.3344 -2213.3344 -3381.4464 3381.4464
+ 2170 6.6757504e-07 -2213.335 -2213.335 -3382.131 3382.131
+ 2180 2.0667569e-06 -2213.3361 -2213.3361 -3382.9055 3382.9055
+ 2190 7.3315977e-08 -2213.337 -2213.337 -3383.1794 3383.1794
+ 2200 2.5504737e-08 -2213.337 -2213.337 -3383.3151 3383.3151
+ 2210 1.5187303e-07 -2213.3371 -2213.3371 -3383.3065 3383.3065
+ 2220 3.8780381e-09 -2213.3373 -2213.3373 -3383.4232 3383.4232
+ 2230 6.1863933e-09 -2213.3373 -2213.3373 -3383.4615 3383.4615
+ 2240 2.67284e-08 -2213.3373 -2213.3373 -3383.419 3383.419
+ 2243 4.519497e-08 -2213.3373 -2213.3373 -3383.4135 3383.4135
+Loop time of 0.189391 on 1 procs for 193 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29014076 -2213.33731919 -2213.33732348
+ Force two-norm initial, final = 0.633011 0.00944827
+ Force max component initial, final = 0.0711637 0.000739614
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 193 193
+
+Pair time (%) = 0.171698 (90.658)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0015645 (0.826071)
+Outpt time (%) = 0.00125265 (0.66141)
+Other time (%) = 0.0148757 (7.85447)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2243 0 -2213.3373 -2213.3373 -3383.4135 3383.4135
+ 2244 6.3250958e-16 -2213.3373 -2213.3373 -3383.4135 3383.4135
+Loop time of 0.00212622 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732348 -2213.33732348 -2213.33732348
+ Force two-norm initial, final = 0.00950321 0.00950321
+ Force max component initial, final = 0.000796293 0.000796293
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00189972 (89.3474)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.740076)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210762 (9.91254)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2785 -2213.2785 -3393.1909 3393.1909
+ 2010 1.824878e-10 -2213.2785 -2213.2785 -3393.1909 3393.1909
+ 2020 2.0008411e-09 -2213.2785 -2213.2785 -3393.1904 3393.1904
+ 2030 9.7689717e-09 -2213.2785 -2213.2785 -3393.1885 3393.1885
+ 2040 5.2488274e-08 -2213.2785 -2213.2785 -3393.1779 3393.1779
+ 2050 2.060903e-07 -2213.2786 -2213.2786 -3393.1391 3393.1391
+ 2060 9.7152356e-07 -2213.2791 -2213.2791 -3392.9418 3392.9418
+ 2070 3.3942683e-06 -2213.2805 -2213.2805 -3392.2528 3392.2528
+ 2080 1.1165186e-05 -2213.2852 -2213.2852 -3389.2669 3389.2669
+ 2090 2.3898872e-05 -2213.2951 -2213.2951 -3387.6856 3387.6856
+ 2100 6.1600129e-05 -2213.3236 -2213.3236 -3383.4076 3383.4076
+ 2110 1.231791e-06 -2213.3359 -2213.3359 -3380.8529 3380.8529
+ 2120 4.1335529e-07 -2213.337 -2213.337 -3383.3903 3383.3903
+ 2130 4.2457758e-08 -2213.337 -2213.337 -3383.2675 3383.2675
+ 2140 2.2244875e-07 -2213.3371 -2213.3371 -3383.3553 3383.3553
+ 2150 3.7477531e-07 -2213.3373 -2213.3373 -3383.3954 3383.3954
+ 2160 8.6401851e-10 -2213.3373 -2213.3373 -3383.3904 3383.3904
+ 2170 2.0713192e-08 -2213.3373 -2213.3373 -3383.4082 3383.4082
+ 2174 4.2374264e-08 -2213.3373 -2213.3373 -3383.4046 3383.4046
+Loop time of 0.168255 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27845984 -2213.33733672 -2213.3373405
+ Force two-norm initial, final = 0.459655 0.00967851
+ Force max component initial, final = 0.0415206 0.000900576
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.152963 (90.9113)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141072 (0.838443)
+Outpt time (%) = 0.00111938 (0.665285)
+Other time (%) = 0.0127621 (7.58495)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2174 0 -2213.3373 -2213.3373 -3383.4046 3383.4046
+ 2175 5.8833361e-16 -2213.3373 -2213.3373 -3383.4046 3383.4046
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373405 -2213.3373405 -2213.3373405
+ Force two-norm initial, final = 0.00916534 0.00916534
+ Force max component initial, final = 0.000823438 0.000823438
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185204 (89.2566)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.827301)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000205755 (9.91612)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2917 -2213.2917 -3394.4876 3394.4876
+ 2060 1.7474194e-10 -2213.2917 -2213.2917 -3394.4876 3394.4876
+ 2070 1.9159121e-09 -2213.2917 -2213.2917 -3394.4868 3394.4868
+ 2080 9.3542556e-09 -2213.2917 -2213.2917 -3394.4836 3394.4836
+ 2090 5.0258828e-08 -2213.2918 -2213.2918 -3394.4657 3394.4657
+ 2100 1.9731035e-07 -2213.2919 -2213.2919 -3394.4008 3394.4008
+ 2110 9.2968524e-07 -2213.2923 -2213.2923 -3394.0728 3394.0728
+ 2120 3.2385544e-06 -2213.2937 -2213.2937 -3392.9571 3392.9571
+ 2130 1.0503971e-05 -2213.2982 -2213.2982 -3388.5691 3388.5691
+ 2140 2.0915586e-05 -2213.3068 -2213.3068 -3387.3528 3387.3528
+ 2150 4.0721384e-05 -2213.3259 -2213.3259 -3383.3665 3383.3665
+ 2160 2.2924418e-06 -2213.3338 -2213.3338 -3382.6432 3382.6432
+ 2170 5.0935578e-07 -2213.3342 -2213.3342 -3382.7258 3382.7258
+ 2180 2.40135e-06 -2213.3354 -2213.3354 -3382.9334 3382.9334
+ 2190 1.144471e-08 -2213.3371 -2213.3371 -3384.0026 3384.0026
+ 2200 2.6677816e-08 -2213.3372 -2213.3372 -3383.4475 3383.4475
+ 2210 1.7126415e-07 -2213.3373 -2213.3373 -3383.3822 3383.3822
+ 2220 1.5158237e-08 -2213.3374 -2213.3374 -3383.496 3383.496
+ 2221 1.8077668e-08 -2213.3374 -2213.3374 -3383.4464 3383.4464
+Loop time of 0.166323 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29174102 -2213.3373518 -2213.3373531
+ Force two-norm initial, final = 0.449794 0.00710741
+ Force max component initial, final = 0.0562533 0.000547492
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.150525 (90.5018)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136876 (0.822954)
+Outpt time (%) = 0.00113058 (0.67975)
+Other time (%) = 0.0132983 (7.99545)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2221 0 -2213.3374 -2213.3374 -3383.4464 3383.4464
+ 2222 3.5379307e-16 -2213.3374 -2213.3374 -3383.4464 3383.4464
+Loop time of 0.00206399 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373531 -2213.3373531 -2213.3373531
+ Force two-norm initial, final = 0.00710741 0.00710741
+ Force max component initial, final = 0.000547492 0.000547492
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.6846)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.739286)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197649 (9.57607)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2912 -2213.2912 -3393.6683 3393.6683
+ 2110 1.7876869e-10 -2213.2912 -2213.2912 -3393.6682 3393.6682
+ 2120 1.9600654e-09 -2213.2912 -2213.2912 -3393.6676 3393.6676
+ 2130 9.5698993e-09 -2213.2912 -2213.2912 -3393.665 3393.665
+ 2140 5.1419437e-08 -2213.2912 -2213.2912 -3393.6507 3393.6507
+ 2150 2.0189651e-07 -2213.2913 -2213.2913 -3393.5984 3393.5984
+ 2160 9.5197559e-07 -2213.2917 -2213.2917 -3393.3343 3393.3343
+ 2170 3.324579e-06 -2213.2932 -2213.2932 -3392.4297 3392.4297
+ 2180 1.0885465e-05 -2213.2978 -2213.2978 -3388.7637 3388.7637
+ 2190 2.1320267e-05 -2213.3066 -2213.3066 -3387.335 3387.335
+ 2200 4.1402763e-05 -2213.3259 -2213.3259 -3383.4026 3383.4026
+ 2210 2.1951565e-06 -2213.3339 -2213.3339 -3382.6956 3382.6956
+ 2220 7.4475869e-07 -2213.3345 -2213.3345 -3382.75 3382.75
+ 2230 2.0975945e-06 -2213.3355 -2213.3355 -3382.9567 3382.9567
+ 2240 1.8199317e-07 -2213.3368 -2213.3368 -3382.7386 3382.7386
+ 2250 5.7206685e-08 -2213.3369 -2213.3369 -3383.4149 3383.4149
+ 2260 3.6222721e-07 -2213.3371 -2213.3371 -3383.3461 3383.3461
+ 2270 5.5908564e-07 -2213.3373 -2213.3373 -3383.5981 3383.5981
+ 2274 3.80495e-08 -2213.3373 -2213.3373 -3383.4198 3383.4198
+Loop time of 0.172789 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29115939 -2213.33732842 -2213.33733322
+ Force two-norm initial, final = 0.454947 0.00993767
+ Force max component initial, final = 0.0602367 0.00110121
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.156205 (90.4019)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00142288 (0.823479)
+Outpt time (%) = 0.00114012 (0.659832)
+Other time (%) = 0.0140214 (8.11475)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2274 0 -2213.3373 -2213.3373 -3383.4198 3383.4198
+ 2280 2.7758269e-14 -2213.3373 -2213.3373 -3383.4198 3383.4198
+ 2290 4.2694666e-13 -2213.3373 -2213.3373 -3383.4198 3383.4198
+ 2300 2.769883e-12 -2213.3373 -2213.3373 -3383.4198 3383.4198
+ 2310 1.3670549e-11 -2213.3373 -2213.3373 -3383.4197 3383.4197
+ 2320 6.2665913e-11 -2213.3373 -2213.3373 -3383.4194 3383.4194
+ 2330 2.6810108e-10 -2213.3373 -2213.3373 -3383.418 3383.418
+ 2340 1.1361783e-09 -2213.3373 -2213.3373 -3383.4123 3383.4123
+ 2342 1.46119e-09 -2213.3373 -2213.3373 -3383.4102 3383.4102
+Loop time of 0.0679121 on 1 procs for 68 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733322 -2213.33733379 -2213.33733387
+ Force two-norm initial, final = 0.0104926 0.00999115
+ Force max component initial, final = 0.00112799 0.00102114
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 68 68
+
+Pair time (%) = 0.0613608 (90.3533)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000541449 (0.797279)
+Outpt time (%) = 0.000460148 (0.677564)
+Other time (%) = 0.00554967 (8.17184)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2844 -2213.2844 -3387.3386 3387.3386
+ 2060 9.3878468e-11 -2213.2844 -2213.2844 -3387.3386 3387.3386
+ 2070 1.0293359e-09 -2213.2844 -2213.2844 -3387.3387 3387.3387
+ 2080 5.026312e-09 -2213.2844 -2213.2844 -3387.3392 3387.3392
+ 2090 2.7025171e-08 -2213.2844 -2213.2844 -3387.3415 3387.3415
+ 2100 1.0638908e-07 -2213.2845 -2213.2845 -3387.3501 3387.3501
+ 2110 5.0814473e-07 -2213.2847 -2213.2847 -3387.3921 3387.3921
+ 2120 1.8591506e-06 -2213.2855 -2213.2855 -3387.5192 3387.5192
+ 2130 7.6172543e-06 -2213.289 -2213.289 -3387.7802 3387.7802
+ 2140 2.2551443e-05 -2213.2984 -2213.2984 -3386.6432 3386.6432
+ 2150 6.5445278e-05 -2213.3262 -2213.3262 -3384.4524 3384.4524
+ 2160 3.9849814e-07 -2213.3367 -2213.3367 -3383.6254 3383.6254
+ 2170 7.9081604e-08 -2213.3369 -2213.3369 -3383.832 3383.832
+ 2180 3.4266111e-07 -2213.337 -2213.337 -3383.7717 3383.7717
+ 2190 5.385667e-09 -2213.3374 -2213.3374 -3383.6123 3383.6123
+ 2200 1.1469665e-08 -2213.3374 -2213.3374 -3383.3136 3383.3136
+ 2210 1.9623963e-09 -2213.3374 -2213.3374 -3383.4077 3383.4077
+ 2211 2.4403601e-09 -2213.3374 -2213.3374 -3383.3976 3383.3976
+Loop time of 0.161481 on 1 procs for 161 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28441421 -2213.33737984 -2213.33738006
+ Force two-norm initial, final = 0.329684 0.00607163
+ Force max component initial, final = 0.0290021 0.000593323
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 161 161
+
+Pair time (%) = 0.145187 (89.9098)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138664 (0.858704)
+Outpt time (%) = 0.00106454 (0.659235)
+Other time (%) = 0.0138426 (8.57227)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2211 0 -2213.3374 -2213.3374 -3383.3976 3383.3976
+ 2212 2.5818811e-16 -2213.3374 -2213.3374 -3383.3976 3383.3976
+Loop time of 0.00207686 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738006 -2213.33738006 -2213.33738006
+ Force two-norm initial, final = 0.00607163 0.00607163
+ Force max component initial, final = 0.000593323 0.000593323
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185013 (89.0828)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.87246)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000208616 (10.0448)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3114 -2213.3114 -3386.639 3386.639
+ 2110 9.8846075e-11 -2213.3114 -2213.3114 -3386.639 3386.639
+ 2120 1.08377e-09 -2213.3114 -2213.3114 -3386.639 3386.639
+ 2130 5.2913372e-09 -2213.3115 -2213.3115 -3386.6391 3386.6391
+ 2140 2.8428064e-08 -2213.3115 -2213.3115 -3386.6392 3386.6392
+ 2150 1.1157494e-07 -2213.3115 -2213.3115 -3386.6398 3386.6398
+ 2160 5.2520582e-07 -2213.3118 -2213.3118 -3386.6416 3386.6416
+ 2170 1.8192449e-06 -2213.3126 -2213.3126 -3386.6321 3386.6321
+ 2180 5.7986907e-06 -2213.3151 -2213.3151 -3386.3651 3386.3651
+ 2190 1.2072984e-05 -2213.32 -2213.32 -3385.594 3385.594
+ 2200 2.6754459e-05 -2213.3317 -2213.3317 -3383.6442 3383.6442
+ 2210 6.4254822e-07 -2213.3369 -2213.3369 -3382.5076 3382.5076
+ 2220 8.873024e-08 -2213.3371 -2213.3371 -3383.1022 3383.1022
+ 2230 2.7449183e-07 -2213.3373 -2213.3373 -3383.2303 3383.2303
+ 2240 6.5785719e-09 -2213.3374 -2213.3374 -3383.3927 3383.3927
+ 2250 6.7833739e-09 -2213.3374 -2213.3374 -3383.4835 3383.4835
+ 2259 1.6691116e-08 -2213.3374 -2213.3374 -3383.4165 3383.4165
+Loop time of 0.157415 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31144909 -2213.33738148 -2213.33738297
+ Force two-norm initial, final = 0.338295 0.00439504
+ Force max component initial, final = 0.0488133 0.000424987
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.142182 (90.3229)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138593 (0.880428)
+Outpt time (%) = 0.00100446 (0.638095)
+Other time (%) = 0.0128429 (8.15861)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2259 0 -2213.3374 -2213.3374 -3383.4165 3383.4165
+ 2260 1.3528595e-16 -2213.3374 -2213.3374 -3383.4165 3383.4165
+Loop time of 0.00220013 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738297 -2213.33738297 -2213.33738297
+ Force two-norm initial, final = 0.00439504 0.00439504
+ Force max component initial, final = 0.000424987 0.000424987
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00198293 (90.1279)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.715215)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201464 (9.15691)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3114 -2213.3114 -3384.5026 3384.5026
+ 2160 1.0972457e-10 -2213.3114 -2213.3114 -3384.5026 3384.5026
+ 2170 1.2030328e-09 -2213.3114 -2213.3114 -3384.503 3384.503
+ 2180 5.8733654e-09 -2213.3114 -2213.3114 -3384.5047 3384.5047
+ 2190 3.1547647e-08 -2213.3115 -2213.3115 -3384.514 3384.514
+ 2200 1.237105e-07 -2213.3115 -2213.3115 -3384.5479 3384.5479
+ 2210 5.7979069e-07 -2213.3118 -2213.3118 -3384.716 3384.716
+ 2220 1.9771858e-06 -2213.3126 -2213.3126 -3385.2517 3385.2517
+ 2230 5.8900337e-06 -2213.3152 -2213.3152 -3386.8229 3386.8229
+ 2240 1.2507253e-05 -2213.3203 -2213.3203 -3385.8978 3385.8978
+ 2250 2.5918202e-05 -2213.3318 -2213.3318 -3383.3426 3383.3426
+ 2260 1.8884838e-06 -2213.3363 -2213.3363 -3382.9134 3382.9134
+ 2270 2.8231445e-07 -2213.3364 -2213.3364 -3382.8024 3382.8024
+ 2280 8.8818983e-07 -2213.3368 -2213.3368 -3382.9757 3382.9757
+ 2290 1.1622235e-06 -2213.3372 -2213.3372 -3382.6888 3382.6888
+ 2300 1.1533647e-08 -2213.3373 -2213.3373 -3383.504 3383.504
+ 2310 7.9267255e-08 -2213.3374 -2213.3374 -3383.5166 3383.5166
+ 2317 1.9206956e-09 -2213.3374 -2213.3374 -3383.3738 3383.3738
+Loop time of 0.163387 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31143773 -2213.33737163 -2213.33737201
+ Force two-norm initial, final = 0.356424 0.00583932
+ Force max component initial, final = 0.0387665 0.000487813
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.148154 (90.6767)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134397 (0.822567)
+Outpt time (%) = 0.00105882 (0.648043)
+Other time (%) = 0.0128303 (7.85269)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2317 0 -2213.3374 -2213.3374 -3383.3738 3383.3738
+ 2318 2.3880939e-16 -2213.3374 -2213.3374 -3383.3738 3383.3738
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737201 -2213.33737201 -2213.33737201
+ Force two-norm initial, final = 0.00583932 0.00583932
+ Force max component initial, final = 0.000487813 0.000487813
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018518 (89.1938)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815342)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000207424 (9.99081)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2911 -2213.2911 -3386.1544 3386.1544
+ 2110 7.3831588e-11 -2213.2911 -2213.2911 -3386.1544 3386.1544
+ 2120 8.0953052e-10 -2213.2911 -2213.2911 -3386.1545 3386.1545
+ 2130 3.9529683e-09 -2213.2911 -2213.2911 -3386.1549 3386.1549
+ 2140 2.1253812e-08 -2213.2912 -2213.2912 -3386.1571 3386.1571
+ 2150 8.3659074e-08 -2213.2912 -2213.2912 -3386.165 3386.165
+ 2160 3.9948484e-07 -2213.2914 -2213.2914 -3386.2042 3386.2042
+ 2170 1.4588716e-06 -2213.292 -2213.292 -3386.3287 3386.3287
+ 2180 6.0029447e-06 -2213.2948 -2213.2948 -3386.7007 3386.7007
+ 2190 1.7980671e-05 -2213.3025 -2213.3025 -3386.2304 3386.2304
+ 2200 5.4310512e-05 -2213.3249 -2213.3249 -3384.4849 3384.4849
+ 2210 4.3750248e-07 -2213.3368 -2213.3368 -3383.273 3383.273
+ 2220 1.7992773e-07 -2213.337 -2213.337 -3383.4872 3383.4872
+ 2230 6.7888062e-07 -2213.3372 -2213.3372 -3383.524 3383.524
+ 2240 2.1596709e-08 -2213.3372 -2213.3372 -3383.5471 3383.5471
+ 2250 2.2191894e-08 -2213.3373 -2213.3373 -3383.5583 3383.5583
+ 2260 1.2832042e-07 -2213.3373 -2213.3373 -3383.5494 3383.5494
+ 2267 3.4543387e-09 -2213.3374 -2213.3374 -3383.5199 3383.5199
+Loop time of 0.16148 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29114123 -2213.33736358 -2213.33736434
+ Force two-norm initial, final = 0.292372 0.00911361
+ Force max component initial, final = 0.0269889 0.000736877
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.146557 (90.7588)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135565 (0.839515)
+Outpt time (%) = 0.00105166 (0.651266)
+Other time (%) = 0.0125153 (7.75038)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2267 0 -2213.3374 -2213.3374 -3383.5199 3383.5199
+ 2268 6.1142256e-16 -2213.3374 -2213.3374 -3383.5199 3383.5199
+Loop time of 0.00207305 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736434 -2213.33736434 -2213.33736434
+ Force two-norm initial, final = 0.00934346 0.00934346
+ Force max component initial, final = 0.000803747 0.000803747
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184703 (89.0972)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.770558)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210047 (10.1323)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3151 -2213.3151 -3383.8638 3383.8638
+ 2160 4.3960528e-11 -2213.3151 -2213.3151 -3383.8638 3383.8638
+ 2170 4.8200801e-10 -2213.3151 -2213.3151 -3383.8639 3383.8639
+ 2180 2.3536638e-09 -2213.3151 -2213.3151 -3383.8644 3383.8644
+ 2190 1.2655047e-08 -2213.3151 -2213.3151 -3383.8669 3383.8669
+ 2200 4.9811956e-08 -2213.3151 -2213.3151 -3383.876 3383.876
+ 2210 2.3790332e-07 -2213.3152 -2213.3152 -3383.9212 3383.9212
+ 2220 8.6797118e-07 -2213.3156 -2213.3156 -3384.0668 3384.0668
+ 2230 3.5478175e-06 -2213.3173 -2213.3173 -3384.5343 3384.5343
+ 2240 1.025283e-05 -2213.3216 -2213.3216 -3384.2359 3384.2359
+ 2250 2.7734399e-05 -2213.3332 -2213.3332 -3384.0896 3384.0896
+ 2260 1.5194387e-07 -2213.337 -2213.337 -3383.7369 3383.7369
+ 2270 1.9310456e-08 -2213.3372 -2213.3372 -3383.6285 3383.6285
+ 2280 1.098617e-08 -2213.3372 -2213.3372 -3383.7059 3383.7059
+ 2290 8.4398988e-08 -2213.3373 -2213.3373 -3383.5694 3383.5694
+ 2300 1.9377577e-07 -2213.3374 -2213.3374 -3383.3857 3383.3857
+ 2307 2.1471013e-08 -2213.3374 -2213.3374 -3383.3578 3383.3578
+Loop time of 0.152832 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31507142 -2213.33738291 -2213.33738516
+ Force two-norm initial, final = 0.225604 0.00405008
+ Force max component initial, final = 0.0177168 0.000335383
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.138287 (90.483)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126386 (0.826958)
+Outpt time (%) = 0.000985622 (0.644906)
+Other time (%) = 0.0122955 (8.0451)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2307 0 -2213.3374 -2213.3374 -3383.3578 3383.3578
+ 2308 1.1488233e-16 -2213.3374 -2213.3374 -3383.3578 3383.3578
+Loop time of 0.00214601 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738516 -2213.33738516 -2213.33738516
+ Force two-norm initial, final = 0.00405008 0.00405008
+ Force max component initial, final = 0.000335383 0.000335383
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0019331 (90.0789)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.40667e-05 (0.655483)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198841 (9.26564)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.3127 -2213.3127 -3381.0479 3381.0479
+ 2210 8.2981786e-11 -2213.3127 -2213.3127 -3381.048 3381.048
+ 2220 9.0983593e-10 -2213.3127 -2213.3127 -3381.0486 3381.0486
+ 2230 4.4422473e-09 -2213.3127 -2213.3127 -3381.0512 3381.0512
+ 2240 2.386978e-08 -2213.3127 -2213.3127 -3381.0652 3381.0652
+ 2250 9.3733391e-08 -2213.3127 -2213.3127 -3381.1163 3381.1163
+ 2260 4.4243413e-07 -2213.3129 -2213.3129 -3381.3712 3381.3712
+ 2270 1.546971e-06 -2213.3136 -2213.3136 -3382.1996 3382.1996
+ 2280 5.1963351e-06 -2213.3159 -2213.3159 -3384.9227 3384.9227
+ 2290 1.2047587e-05 -2213.3209 -2213.3209 -3384.348 3384.348
+ 2300 2.7812234e-05 -2213.3329 -2213.3329 -3383.786 3383.786
+ 2310 6.4273356e-07 -2213.3369 -2213.3369 -3383.8684 3383.8684
+ 2320 1.0819724e-07 -2213.337 -2213.337 -3383.7437 3383.7437
+ 2330 2.6238844e-07 -2213.3372 -2213.3372 -3383.7512 3383.7512
+ 2340 4.6564453e-07 -2213.3373 -2213.3373 -3383.3777 3383.3777
+ 2350 5.9216594e-09 -2213.3374 -2213.3374 -3383.3398 3383.3398
+ 2357 1.8518435e-08 -2213.3374 -2213.3374 -3383.3695 3383.3695
+Loop time of 0.154385 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31267372 -2213.33737677 -2213.33737867
+ Force two-norm initial, final = 0.309961 0.00716295
+ Force max component initial, final = 0.0625706 0.000562822
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.139282 (90.2174)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126457 (0.819104)
+Outpt time (%) = 0.00098753 (0.639655)
+Other time (%) = 0.0128508 (8.32385)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2357 0 -2213.3374 -2213.3374 -3383.3695 3383.3695
+ 2358 3.5934347e-16 -2213.3374 -2213.3374 -3383.3695 3383.3695
+Loop time of 0.00209689 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737867 -2213.33737867 -2213.33737867
+ Force two-norm initial, final = 0.00716295 0.00716295
+ Force max component initial, final = 0.000562822 0.000562822
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (88.2774)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.750426)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000230074 (10.9721)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2676 -2213.2676 -3389.2515 3389.2515
+ 2160 1.4114021e-10 -2213.2676 -2213.2676 -3389.2515 3389.2515
+ 2170 1.5475243e-09 -2213.2676 -2213.2676 -3389.2516 3389.2516
+ 2180 7.5562785e-09 -2213.2676 -2213.2676 -3389.2519 3389.2519
+ 2190 4.061766e-08 -2213.2676 -2213.2676 -3389.2536 3389.2536
+ 2200 1.597317e-07 -2213.2677 -2213.2677 -3389.2598 3389.2598
+ 2210 7.591669e-07 -2213.2681 -2213.2681 -3389.2907 3389.2907
+ 2220 2.7224674e-06 -2213.2693 -2213.2693 -3389.3913 3389.3913
+ 2230 9.9816491e-06 -2213.2737 -2213.2737 -3389.7388 3389.7388
+ 2240 1.7838504e-05 -2213.2814 -2213.2814 -3389.8418 3389.8418
+ 2250 6.3481314e-05 -2213.3095 -2213.3095 -3385.923 3385.923
+ 2260 1.1945892e-06 -2213.3336 -2213.3336 -3383.6774 3383.6774
+ 2270 5.0511045e-07 -2213.3347 -2213.3347 -3383.7287 3383.7287
+ 2280 1.5897698e-06 -2213.3358 -2213.3358 -3383.6752 3383.6752
+ 2290 3.9282561e-08 -2213.3366 -2213.3366 -3383.5415 3383.5415
+ 2300 2.7420195e-07 -2213.3368 -2213.3368 -3383.529 3383.529
+ 2310 3.842969e-08 -2213.337 -2213.337 -3383.4187 3383.4187
+ 2320 1.2637995e-07 -2213.3371 -2213.3371 -3383.4096 3383.4096
+ 2330 7.6229373e-10 -2213.3372 -2213.3372 -3383.4168 3383.4168
+ 2334 3.9969517e-09 -2213.3372 -2213.3372 -3383.4134 3383.4134
+Loop time of 0.178537 on 1 procs for 184 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26760656 -2213.3371719 -2213.33717267
+ Force two-norm initial, final = 0.404241 0.00996929
+ Force max component initial, final = 0.0557971 0.000902703
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 184 184
+
+Pair time (%) = 0.161681 (90.5589)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0015018 (0.841169)
+Outpt time (%) = 0.00117898 (0.660356)
+Other time (%) = 0.0141752 (7.93962)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2334 0 -2213.3372 -2213.3372 -3383.4134 3383.4134
+ 2340 7.9415389e-14 -2213.3372 -2213.3372 -3383.4134 3383.4134
+ 2350 1.2214883e-12 -2213.3372 -2213.3372 -3383.4134 3383.4134
+ 2360 7.9249671e-12 -2213.3372 -2213.3372 -3383.4134 3383.4134
+ 2370 3.9121875e-11 -2213.3372 -2213.3372 -3383.4134 3383.4134
+ 2380 1.795131e-10 -2213.3372 -2213.3372 -3383.4133 3383.4133
+ 2390 7.7126492e-10 -2213.3372 -2213.3372 -3383.4133 3383.4133
+ 2400 3.3251425e-09 -2213.3372 -2213.3372 -3383.4131 3383.4131
+ 2410 1.3922334e-08 -2213.3372 -2213.3372 -3383.4127 3383.4127
+ 2420 5.9800438e-08 -2213.3372 -2213.3372 -3383.4168 3383.4168
+ 2430 2.6950324e-07 -2213.3371 -2213.3371 -3383.4256 3383.4256
+ 2440 1.6729927e-06 -2213.3363 -2213.3363 -3383.5291 3383.5291
+ 2450 5.7378871e-07 -2213.3362 -2213.3362 -3383.5006 3383.5006
+ 2460 4.0478259e-07 -2213.3367 -2213.3367 -3383.3812 3383.3812
+ 2470 1.0449163e-07 -2213.3367 -2213.3367 -3383.4255 3383.4255
+ 2480 4.4169558e-07 -2213.3367 -2213.3367 -3383.5067 3383.5067
+ 2490 2.6697089e-07 -2213.3365 -2213.3365 -3383.5605 3383.5605
+ 2500 1.446647e-07 -2213.3365 -2213.3365 -3383.4447 3383.4447
+ 2510 8.1367713e-07 -2213.3362 -2213.3362 -3383.3504 3383.3504
+ 2520 1.1151972e-08 -2213.3358 -2213.3358 -3383.4701 3383.4701
+ 2530 3.5350497e-07 -2213.3357 -2213.3357 -3383.674 3383.674
+ 2534 9.5063105e-07 -2213.3353 -2213.3353 -3383.5696 3383.5696
+Loop time of 0.193662 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33717267 -2213.33544921 -2213.33532729
+ Force two-norm initial, final = 0.0177475 0.0595529
+ Force max component initial, final = 0.0016626 0.00688675
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174728 (90.2234)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158739 (0.819671)
+Outpt time (%) = 0.00137925 (0.712195)
+Other time (%) = 0.0159669 (8.24472)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.3246 -2213.3246 -3382.2981 3382.2981
+ 2210 6.3194393e-11 -2213.3246 -2213.3246 -3382.2981 3382.2981
+ 2220 6.9287676e-10 -2213.3246 -2213.3246 -3382.2984 3382.2984
+ 2230 3.3828429e-09 -2213.3246 -2213.3246 -3382.2997 3382.2997
+ 2240 1.8174212e-08 -2213.3246 -2213.3246 -3382.3069 3382.3069
+ 2250 7.1321133e-08 -2213.3246 -2213.3246 -3382.333 3382.333
+ 2260 3.3560891e-07 -2213.3248 -2213.3248 -3382.4634 3382.4634
+ 2270 1.1599313e-06 -2213.3253 -2213.3253 -3382.8899 3382.8899
+ 2280 3.7393542e-06 -2213.327 -2213.327 -3384.3648 3384.3648
+ 2290 7.9178309e-06 -2213.3302 -2213.3302 -3384.8025 3384.8025
+ 2300 1.2218608e-05 -2213.3353 -2213.3353 -3383.2318 3383.2318
+ 2310 7.252317e-07 -2213.337 -2213.337 -3382.9836 3382.9836
+ 2320 1.5739686e-07 -2213.3372 -2213.3372 -3383.2143 3383.2143
+ 2330 2.4181007e-07 -2213.3373 -2213.3373 -3383.24 3383.24
+ 2340 4.1961648e-08 -2213.3373 -2213.3373 -3383.1839 3383.1839
+ 2350 1.1280727e-08 -2213.3373 -2213.3373 -3383.229 3383.229
+ 2360 4.3049188e-08 -2213.3374 -2213.3374 -3383.2913 3383.2913
+ 2363 5.5096284e-08 -2213.3374 -2213.3374 -3383.3597 3383.3597
+Loop time of 0.158804 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3245983 -2213.33737292 -2213.33737628
+ Force two-norm initial, final = 0.270492 0.00563105
+ Force max component initial, final = 0.0261 0.000501524
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.143062 (90.0871)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131345 (0.827088)
+Outpt time (%) = 0.00105262 (0.662841)
+Other time (%) = 0.013376 (8.42296)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2363 0 -2213.3374 -2213.3374 -3383.3597 3383.3597
+ 2364 2.2207779e-16 -2213.3374 -2213.3374 -3383.3597 3383.3597
+Loop time of 0.00207996 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737628 -2213.33737628 -2213.33737628
+ Force two-norm initial, final = 0.00563105 0.00563105
+ Force max component initial, final = 0.000501524 0.000501524
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184464 (88.6864)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.767996)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000219345 (10.5456)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.3232 -2213.3232 -3386.1307 3386.1307
+ 2260 1.6348018e-10 -2213.3232 -2213.3232 -3386.1306 3386.1306
+ 2270 1.7923965e-09 -2213.3232 -2213.3232 -3386.1302 3386.1302
+ 2280 8.7502718e-09 -2213.3232 -2213.3232 -3386.1285 3386.1285
+ 2290 4.6987876e-08 -2213.3232 -2213.3232 -3386.1187 3386.1187
+ 2300 1.8406352e-07 -2213.3233 -2213.3233 -3386.0833 3386.0833
+ 2310 8.5816904e-07 -2213.3237 -2213.3237 -3385.9047 3385.9047
+ 2320 2.8611486e-06 -2213.3249 -2213.3249 -3385.3047 3385.3047
+ 2330 7.0731523e-06 -2213.3279 -2213.3279 -3383.242 3383.242
+ 2340 8.7004502e-06 -2213.3312 -2213.3312 -3385.2753 3385.2753
+ 2350 1.0339899e-05 -2213.3353 -2213.3353 -3383.5426 3383.5426
+ 2360 2.2741508e-06 -2213.3367 -2213.3367 -3382.9398 3382.9398
+ 2370 2.7212495e-07 -2213.3369 -2213.3369 -3383.2332 3383.2332
+ 2380 6.0727748e-07 -2213.3371 -2213.3371 -3383.3834 3383.3834
+ 2390 8.2220246e-08 -2213.3373 -2213.3373 -3383.2167 3383.2167
+ 2400 8.7460057e-09 -2213.3373 -2213.3373 -3383.4337 3383.4337
+ 2410 4.7159775e-08 -2213.3373 -2213.3373 -3383.3972 3383.3972
+ 2420 7.8740666e-08 -2213.3374 -2213.3374 -3383.5757 3383.5757
+ 2430 9.0696212e-10 -2213.3374 -2213.3374 -3383.4408 3383.4408
+Loop time of 0.175577 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32316369 -2213.3373865 -2213.33738669
+ Force two-norm initial, final = 0.435059 0.00521104
+ Force max component initial, final = 0.0495839 0.000411504
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.158155 (90.0773)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145769 (0.830228)
+Outpt time (%) = 0.00111961 (0.637676)
+Other time (%) = 0.0148447 (8.45478)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2430 0 -2213.3374 -2213.3374 -3383.4408 3383.4408
+ 2431 1.9018439e-16 -2213.3374 -2213.3374 -3383.4408 3383.4408
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738669 -2213.33738669 -2213.33738669
+ Force two-norm initial, final = 0.00521104 0.00521104
+ Force max component initial, final = 0.000411504 0.000411504
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (89.056)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.711989)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212431 (10.232)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2622 -2213.2622 -3390.6318 3390.6318
+ 2210 1.7557626e-10 -2213.2622 -2213.2622 -3390.6318 3390.6318
+ 2220 1.9251035e-09 -2213.2622 -2213.2622 -3390.6318 3390.6318
+ 2230 9.4000981e-09 -2213.2622 -2213.2622 -3390.6321 3390.6321
+ 2240 5.0533485e-08 -2213.2622 -2213.2622 -3390.6336 3390.6336
+ 2250 1.9880015e-07 -2213.2623 -2213.2623 -3390.6391 3390.6391
+ 2260 9.4646322e-07 -2213.2628 -2213.2628 -3390.6661 3390.6661
+ 2270 3.4162071e-06 -2213.2643 -2213.2643 -3390.7469 3390.7469
+ 2280 1.2864036e-05 -2213.2699 -2213.2699 -3390.8814 3390.8814
+ 2290 2.5044409e-05 -2213.2802 -2213.2802 -3389.8892 3389.8892
+ 2300 7.4252649e-05 -2213.3136 -2213.3136 -3385.3831 3385.3831
+ 2310 6.8045844e-07 -2213.3344 -2213.3344 -3382.7109 3382.7109
+ 2320 2.3539354e-07 -2213.3353 -2213.3353 -3382.9277 3382.9277
+ 2330 9.4494297e-07 -2213.3359 -2213.3359 -3383.0004 3383.0004
+ 2340 1.6466153e-06 -2213.337 -2213.337 -3383.3569 3383.3569
+ 2350 2.856673e-08 -2213.3371 -2213.3371 -3383.4785 3383.4785
+ 2360 7.5890215e-09 -2213.3371 -2213.3371 -3383.4158 3383.4158
+ 2370 3.9935124e-08 -2213.3372 -2213.3372 -3383.4757 3383.4757
+ 2378 9.6896813e-08 -2213.3372 -2213.3372 -3383.4435 3383.4435
+Loop time of 0.17282 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26219973 -2213.33722105 -2213.33723122
+ Force two-norm initial, final = 0.450866 0.00943025
+ Force max component initial, final = 0.0607719 0.000856796
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.156644 (90.64)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014348 (0.830229)
+Outpt time (%) = 0.00112176 (0.649091)
+Other time (%) = 0.0136194 (7.88069)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2378 0 -2213.3372 -2213.3372 -3383.4435 3383.4435
+ 2380 7.2749272e-15 -2213.3372 -2213.3372 -3383.4435 3383.4435
+ 2390 3.8171173e-13 -2213.3372 -2213.3372 -3383.4435 3383.4435
+ 2400 3.5801066e-12 -2213.3372 -2213.3372 -3383.4435 3383.4435
+ 2410 1.654901e-11 -2213.3372 -2213.3372 -3383.4435 3383.4435
+ 2420 8.8186298e-11 -2213.3372 -2213.3372 -3383.4437 3383.4437
+ 2430 3.4150094e-10 -2213.3372 -2213.3372 -3383.4442 3383.4442
+ 2440 1.6559902e-09 -2213.3372 -2213.3372 -3383.4468 3383.4468
+ 2450 6.1837376e-09 -2213.3372 -2213.3372 -3383.4545 3383.4545
+ 2460 2.8284241e-08 -2213.3372 -2213.3372 -3383.4705 3383.4705
+ 2470 1.0523647e-07 -2213.3372 -2213.3372 -3383.4629 3383.4629
+ 2480 6.3282115e-07 -2213.3369 -2213.3369 -3383.4887 3383.4887
+ 2490 1.3837192e-07 -2213.3365 -2213.3365 -3383.3838 3383.3838
+ 2500 1.6611128e-06 -2213.337 -2213.337 -3383.7721 3383.7721
+ 2510 6.0441629e-07 -2213.3367 -2213.3367 -3384.1521 3384.1521
+ 2520 1.0025056e-08 -2213.3371 -2213.3371 -3383.216 3383.216
+ 2530 3.653276e-08 -2213.3371 -2213.3371 -3383.4596 3383.4596
+ 2540 2.0544129e-07 -2213.337 -2213.337 -3383.5376 3383.5376
+ 2550 5.5203451e-09 -2213.337 -2213.337 -3383.2934 3383.2934
+ 2560 8.0287408e-08 -2213.337 -2213.337 -3383.431 3383.431
+ 2570 4.5315592e-07 -2213.3368 -2213.3368 -3383.4005 3383.4005
+ 2578 1.3525202e-07 -2213.3359 -2213.3359 -3383.3922 3383.3922
+Loop time of 0.198219 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33723122 -2213.3359111 -2213.33594886
+ Force two-norm initial, final = 0.0161147 0.0731073
+ Force max component initial, final = 0.00146062 0.00455653
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.178993 (90.3008)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00184774 (0.932174)
+Outpt time (%) = 0.00139332 (0.702919)
+Other time (%) = 0.0159845 (8.06409)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.3227 -2213.3227 -3386.3184 3386.3184
+ 2260 1.9449216e-10 -2213.3227 -2213.3227 -3386.3184 3386.3184
+ 2270 2.132421e-09 -2213.3227 -2213.3227 -3386.3182 3386.3182
+ 2280 1.041039e-08 -2213.3227 -2213.3227 -3386.3174 3386.3174
+ 2290 5.590806e-08 -2213.3228 -2213.3228 -3386.313 3386.313
+ 2300 2.1906846e-07 -2213.3229 -2213.3229 -3386.297 3386.297
+ 2310 1.0231986e-06 -2213.3233 -2213.3233 -3386.2153 3386.2153
+ 2320 3.4252619e-06 -2213.3248 -2213.3248 -3385.9275 3385.9275
+ 2330 8.5545872e-06 -2213.3285 -2213.3285 -3384.7184 3384.7184
+ 2340 5.2122274e-06 -2213.3305 -2213.3305 -3385.0647 3385.0647
+ 2350 9.6390008e-06 -2213.3343 -2213.3343 -3383.2393 3383.2393
+ 2360 1.317643e-06 -2213.3367 -2213.3367 -3381.8413 3381.8413
+ 2370 2.1871348e-07 -2213.3372 -2213.3372 -3382.9938 3382.9938
+ 2380 2.5433722e-07 -2213.3373 -2213.3373 -3383.2677 3383.2677
+ 2390 3.9903952e-08 -2213.3373 -2213.3373 -3383.3029 3383.3029
+ 2400 8.6505404e-09 -2213.3374 -2213.3374 -3383.3259 3383.3259
+ 2410 2.8348834e-08 -2213.3374 -2213.3374 -3383.3548 3383.3548
+ 2414 3.7212075e-08 -2213.3374 -2213.3374 -3383.375 3383.375
+Loop time of 0.160108 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32272122 -2213.33737159 -2213.33737486
+ Force two-norm initial, final = 0.474533 0.00582722
+ Force max component initial, final = 0.0642965 0.00060412
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.143911 (89.8834)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00133014 (0.830775)
+Outpt time (%) = 0.00104809 (0.654613)
+Other time (%) = 0.0138192 (8.63118)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2414 0 -2213.3374 -2213.3374 -3383.375 3383.375
+ 2415 2.378205e-16 -2213.3374 -2213.3374 -3383.375 3383.375
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737486 -2213.33737486 -2213.33737486
+ Force two-norm initial, final = 0.00582722 0.00582722
+ Force max component initial, final = 0.00060412 0.00060412
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (89.1072)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.43051e-05 (0.689417)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211716 (10.2034)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.3112 -2213.3112 -3388.7247 3388.7247
+ 2310 1.4841884e-10 -2213.3112 -2213.3112 -3388.7246 3388.7246
+ 2320 1.6273165e-09 -2213.3112 -2213.3112 -3388.7243 3388.7243
+ 2330 7.9455339e-09 -2213.3112 -2213.3112 -3388.7229 3388.7229
+ 2340 4.2700568e-08 -2213.3112 -2213.3112 -3388.715 3388.715
+ 2350 1.6776615e-07 -2213.3113 -2213.3113 -3388.6865 3388.6865
+ 2360 7.939829e-07 -2213.3116 -2213.3116 -3388.5434 3388.5434
+ 2370 2.7966731e-06 -2213.3129 -2213.3129 -3388.0738 3388.0738
+ 2380 9.345898e-06 -2213.317 -2213.317 -3386.4597 3386.4597
+ 2390 1.2345955e-05 -2213.322 -2213.322 -3386.9217 3386.9217
+ 2400 2.0342971e-05 -2213.331 -2213.331 -3384.0606 3384.0606
+ 2410 7.9425857e-07 -2213.336 -2213.336 -3383.8302 3383.8302
+ 2420 3.1279053e-07 -2213.3365 -2213.3365 -3382.1215 3382.1215
+ 2430 7.2917132e-07 -2213.3369 -2213.3369 -3383.032 3383.032
+ 2440 1.3244546e-07 -2213.3373 -2213.3373 -3384.3447 3384.3447
+ 2450 3.4136396e-08 -2213.3373 -2213.3373 -3383.0521 3383.0521
+ 2460 1.0179592e-07 -2213.3374 -2213.3374 -3383.2874 3383.2874
+ 2470 6.5315893e-11 -2213.3374 -2213.3374 -3383.4757 3383.4757
+ 2478 4.8461198e-09 -2213.3374 -2213.3374 -3383.3923 3383.3923
+Loop time of 0.173743 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3111573 -2213.33736739 -2213.33736779
+ Force two-norm initial, final = 0.414534 0.00823404
+ Force max component initial, final = 0.0572001 0.000810427
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.156784 (90.2392)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00142622 (0.820879)
+Outpt time (%) = 0.0011127 (0.640428)
+Other time (%) = 0.0144198 (8.2995)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2478 0 -2213.3374 -2213.3374 -3383.3923 3383.3923
+ 2479 4.7484543e-16 -2213.3374 -2213.3374 -3383.3923 3383.3923
+Loop time of 0.00208998 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736779 -2213.33736779 -2213.33736779
+ Force two-norm initial, final = 0.00823404 0.00823404
+ Force max component initial, final = 0.000810427 0.000810427
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185275 (88.6493)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.718686)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000222206 (10.632)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2972 -2213.2972 -3390.057 3390.057
+ 2260 1.3458787e-10 -2213.2972 -2213.2972 -3390.057 3390.057
+ 2270 1.4756736e-09 -2213.2972 -2213.2972 -3390.057 3390.057
+ 2280 7.2052902e-09 -2213.2972 -2213.2972 -3390.057 3390.057
+ 2290 3.8726042e-08 -2213.2972 -2213.2972 -3390.0568 3390.0568
+ 2300 1.5222926e-07 -2213.2973 -2213.2973 -3390.0563 3390.0563
+ 2310 7.2185616e-07 -2213.2976 -2213.2976 -3390.0517 3390.0517
+ 2320 2.572257e-06 -2213.2988 -2213.2988 -3390.0088 3390.0088
+ 2330 9.2540434e-06 -2213.3028 -2213.3028 -3389.3501 3389.3501
+ 2340 1.9146122e-05 -2213.3105 -2213.3105 -3386.1443 3386.1443
+ 2350 4.236953e-05 -2213.3292 -2213.3292 -3384.6111 3384.6111
+ 2360 5.5272296e-07 -2213.3358 -2213.3358 -3383.441 3383.441
+ 2370 1.9406213e-06 -2213.3367 -2213.3367 -3385.2556 3385.2556
+ 2380 1.4537906e-08 -2213.3371 -2213.3371 -3383.6235 3383.6235
+ 2390 1.0634859e-07 -2213.3372 -2213.3372 -3383.1961 3383.1961
+ 2400 4.6491602e-10 -2213.3373 -2213.3373 -3383.5052 3383.5052
+ 2410 3.772971e-08 -2213.3373 -2213.3373 -3383.322 3383.322
+ 2415 6.0046934e-08 -2213.3373 -2213.3373 -3383.4102 3383.4102
+Loop time of 0.160708 on 1 procs for 165 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29720275 -2213.3373291 -2213.33733399
+ Force two-norm initial, final = 0.394746 0.00900442
+ Force max component initial, final = 0.0477873 0.000741793
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 165 165
+
+Pair time (%) = 0.145253 (90.3832)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132442 (0.824113)
+Outpt time (%) = 0.00104976 (0.653208)
+Other time (%) = 0.0130808 (8.13951)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2415 0 -2213.3373 -2213.3373 -3383.4102 3383.4102
+ 2416 6.2927619e-16 -2213.3373 -2213.3373 -3383.4102 3383.4102
+Loop time of 0.00207782 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733399 -2213.33733399 -2213.33733399
+ Force two-norm initial, final = 0.00947889 0.00947889
+ Force max component initial, final = 0.000882408 0.000882408
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.0878)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.780264)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210524 (10.132)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.3262 -2213.3262 -3388.5424 3388.5424
+ 2310 1.1459355e-10 -2213.3262 -2213.3262 -3388.5424 3388.5424
+ 2320 1.2564098e-09 -2213.3262 -2213.3262 -3388.5419 3388.5419
+ 2330 6.1337549e-09 -2213.3262 -2213.3262 -3388.54 3388.54
+ 2340 3.2941254e-08 -2213.3262 -2213.3262 -3388.5296 3388.5296
+ 2350 1.2908186e-07 -2213.3263 -2213.3263 -3388.4918 3388.4918
+ 2360 6.030349e-07 -2213.3266 -2213.3266 -3388.3006 3388.3006
+ 2370 2.0188522e-06 -2213.3274 -2213.3274 -3387.6523 3387.6523
+ 2380 4.9898249e-06 -2213.3296 -2213.3296 -3385.1378 3385.1378
+ 2390 5.1157526e-06 -2213.3315 -2213.3315 -3384.741 3384.741
+ 2400 9.5793635e-06 -2213.3356 -2213.3356 -3383.7232 3383.7232
+ 2410 9.5171272e-07 -2213.3363 -2213.3363 -3385.0439 3385.0439
+ 2420 3.3892873e-07 -2213.3371 -2213.3371 -3382.8168 3382.8168
+ 2430 2.8212475e-08 -2213.3371 -2213.3371 -3383.2647 3383.2647
+ 2440 1.5487794e-07 -2213.3372 -2213.3372 -3382.9122 3382.9122
+ 2450 2.7651938e-07 -2213.3374 -2213.3374 -3383.0969 3383.0969
+ 2460 2.1612994e-10 -2213.3374 -2213.3374 -3383.4194 3383.4194
+ 2463 8.1645801e-10 -2213.3374 -2213.3374 -3383.4324 3383.4324
+Loop time of 0.159688 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32618909 -2213.33737617 -2213.33737631
+ Force two-norm initial, final = 0.364247 0.00508033
+ Force max component initial, final = 0.042781 0.000503257
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.144209 (90.307)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132465 (0.829526)
+Outpt time (%) = 0.00109053 (0.682911)
+Other time (%) = 0.0130634 (8.1806)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2463 0 -2213.3374 -2213.3374 -3383.4324 3383.4324
+ 2464 1.8076324e-16 -2213.3374 -2213.3374 -3383.4324 3383.4324
+Loop time of 0.00207806 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737631 -2213.33737631 -2213.33737631
+ Force two-norm initial, final = 0.00508033 0.00508033
+ Force max component initial, final = 0.000503257 0.000503257
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018487 (88.9628)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.757228)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000213623 (10.2799)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.3217 -2213.3217 -3387.0508 3387.0508
+ 2360 9.2248534e-11 -2213.3217 -2213.3217 -3387.0508 3387.0508
+ 2370 1.0114372e-09 -2213.3217 -2213.3217 -3387.0507 3387.0507
+ 2380 4.9382367e-09 -2213.3217 -2213.3217 -3387.0504 3387.0504
+ 2390 2.6533337e-08 -2213.3217 -2213.3217 -3387.0485 3387.0485
+ 2400 1.041563e-07 -2213.3218 -2213.3218 -3387.0417 3387.0417
+ 2410 4.9097853e-07 -2213.322 -2213.322 -3387.0068 3387.0068
+ 2420 1.700495e-06 -2213.3228 -2213.3228 -3386.8785 3386.8785
+ 2430 5.1917418e-06 -2213.3251 -2213.3251 -3386.1836 3386.1836
+ 2440 5.9136162e-06 -2213.3275 -2213.3275 -3384.7727 3384.7727
+ 2450 1.5067668e-05 -2213.3339 -2213.3339 -3384.0218 3384.0218
+ 2460 5.170719e-07 -2213.337 -2213.337 -3383.1647 3383.1647
+ 2470 1.1807098e-07 -2213.3371 -2213.3371 -3383.0262 3383.0262
+ 2480 2.6677626e-07 -2213.3372 -2213.3372 -3383.1645 3383.1645
+ 2490 2.9311492e-08 -2213.3373 -2213.3373 -3383.3213 3383.3213
+ 2500 5.4207478e-09 -2213.3373 -2213.3373 -3383.335 3383.335
+ 2510 4.0544455e-08 -2213.3374 -2213.3374 -3383.3492 3383.3492
+ 2520 5.2703754e-08 -2213.3374 -2213.3374 -3383.4271 3383.4271
+ 2521 5.4987389e-08 -2213.3374 -2213.3374 -3383.4127 3383.4127
+Loop time of 0.167444 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32170147 -2213.33738465 -2213.33738701
+ Force two-norm initial, final = 0.32681 0.00355563
+ Force max component initial, final = 0.0748899 0.000325977
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.151167 (90.2791)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141239 (0.843501)
+Outpt time (%) = 0.00112247 (0.670358)
+Other time (%) = 0.0137422 (8.20705)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2521 0 -2213.3374 -2213.3374 -3383.4127 3383.4127
+ 2522 8.8544268e-17 -2213.3374 -2213.3374 -3383.4127 3383.4127
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738701 -2213.33738701 -2213.33738701
+ Force two-norm initial, final = 0.00355563 0.00355563
+ Force max component initial, final = 0.000325977 0.000325977
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184798 (88.9692)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.769054)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000213146 (10.2617)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.317 -2213.317 -3387.4416 3387.4416
+ 2310 1.3416778e-10 -2213.317 -2213.317 -3387.4416 3387.4416
+ 2320 1.4710093e-09 -2213.317 -2213.317 -3387.4415 3387.4415
+ 2330 7.1811625e-09 -2213.317 -2213.317 -3387.4412 3387.4412
+ 2340 3.855799e-08 -2213.317 -2213.317 -3387.4395 3387.4395
+ 2350 1.5098451e-07 -2213.3171 -2213.3171 -3387.4332 3387.4332
+ 2360 7.0258459e-07 -2213.3174 -2213.3174 -3387.3997 3387.3997
+ 2370 2.3262578e-06 -2213.3184 -2213.3184 -3387.2617 3387.2617
+ 2380 5.4721393e-06 -2213.3207 -2213.3207 -3386.3687 3386.3687
+ 2390 5.3851266e-06 -2213.3229 -2213.3229 -3385.0727 3385.0727
+ 2400 1.4938753e-05 -2213.3305 -2213.3305 -3385.2021 3385.2021
+ 2410 1.529108e-06 -2213.3351 -2213.3351 -3382.9092 3382.9092
+ 2420 2.6731214e-07 -2213.3353 -2213.3353 -3383.4275 3383.4275
+ 2430 9.3378266e-07 -2213.3357 -2213.3357 -3383.9308 3383.9308
+ 2440 7.1509385e-09 -2213.3368 -2213.3368 -3383.7202 3383.7202
+ 2450 5.7182224e-07 -2213.3371 -2213.3371 -3383.6995 3383.6995
+ 2460 5.842727e-09 -2213.3371 -2213.3371 -3383.5506 3383.5506
+ 2470 7.8252829e-08 -2213.3372 -2213.3372 -3383.554 3383.554
+ 2480 3.1249013e-07 -2213.3373 -2213.3373 -3383.4678 3383.4678
+ 2486 2.0804974e-09 -2213.3374 -2213.3374 -3383.3817 3383.3817
+Loop time of 0.183218 on 1 procs for 186 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31698797 -2213.33737227 -2213.33737279
+ Force two-norm initial, final = 0.39413 0.00721557
+ Force max component initial, final = 0.041311 0.000601206
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 186 186
+
+Pair time (%) = 0.167056 (91.1787)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00152612 (0.832952)
+Outpt time (%) = 0.00121427 (0.662744)
+Other time (%) = 0.0134218 (7.32558)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2486 0 -2213.3374 -2213.3374 -3383.3817 3383.3817
+ 2487 3.6464283e-16 -2213.3374 -2213.3374 -3383.3817 3383.3817
+Loop time of 0.00212598 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737279 -2213.33737279 -2213.33737279
+ Force two-norm initial, final = 0.00721557 0.00721557
+ Force max component initial, final = 0.000601206 0.000601206
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191689 (90.1649)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.740159)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000193357 (9.09499)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.3187 -2213.3187 -3389.1399 3389.1399
+ 2360 1.0338777e-10 -2213.3187 -2213.3187 -3389.1399 3389.1399
+ 2370 1.1335668e-09 -2213.3187 -2213.3187 -3389.1397 3389.1397
+ 2380 5.5344818e-09 -2213.3187 -2213.3187 -3389.1387 3389.1387
+ 2390 2.973488e-08 -2213.3187 -2213.3187 -3389.1332 3389.1332
+ 2400 1.1671239e-07 -2213.3188 -2213.3188 -3389.1133 3389.1133
+ 2410 5.4955688e-07 -2213.319 -2213.319 -3389.0117 3389.0117
+ 2420 1.9055207e-06 -2213.3199 -2213.3199 -3388.652 3388.652
+ 2430 6.0451627e-06 -2213.3225 -2213.3225 -3386.977 3386.977
+ 2440 1.1023526e-05 -2213.3269 -2213.3269 -3384.9647 3384.9647
+ 2450 1.8866619e-05 -2213.3351 -2213.3351 -3383.8474 3383.8474
+ 2460 7.7978065e-07 -2213.3362 -2213.3362 -3383.4672 3383.4672
+ 2470 2.1560461e-07 -2213.3365 -2213.3365 -3382.9423 3382.9423
+ 2480 7.3774023e-07 -2213.3369 -2213.3369 -3382.9327 3382.9327
+ 2490 1.0238952e-08 -2213.3374 -2213.3374 -3383.5334 3383.5334
+ 2500 7.9121808e-09 -2213.3374 -2213.3374 -3383.5102 3383.5102
+ 2508 2.61307e-08 -2213.3374 -2213.3374 -3383.4485 3383.4485
+Loop time of 0.154269 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31870585 -2213.33737742 -2213.33737958
+ Force two-norm initial, final = 0.345979 0.00600779
+ Force max component initial, final = 0.0441688 0.000621229
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.139204 (90.2346)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012908 (0.836719)
+Outpt time (%) = 0.000980139 (0.635344)
+Other time (%) = 0.012794 (8.29332)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2508 0 -2213.3374 -2213.3374 -3383.4485 3383.4485
+ 2509 2.5278756e-16 -2213.3374 -2213.3374 -3383.4485 3383.4485
+Loop time of 0.00208092 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737958 -2213.33737958 -2213.33737958
+ Force two-norm initial, final = 0.00600779 0.00600779
+ Force max component initial, final = 0.000621229 0.000621229
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184989 (88.8978)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.767644)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000215054 (10.3346)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.3173 -2213.3173 -3388.0169 3388.0169
+ 2410 8.0856983e-11 -2213.3173 -2213.3173 -3388.0169 3388.0169
+ 2420 8.8653961e-10 -2213.3173 -2213.3173 -3388.0168 3388.0168
+ 2430 4.3285402e-09 -2213.3173 -2213.3173 -3388.0164 3388.0164
+ 2440 2.3259392e-08 -2213.3173 -2213.3173 -3388.0144 3388.0144
+ 2450 9.135407e-08 -2213.3173 -2213.3173 -3388.0071 3388.0071
+ 2460 4.3140809e-07 -2213.3176 -2213.3176 -3387.9692 3387.9692
+ 2470 1.5125921e-06 -2213.3182 -2213.3182 -3387.8248 3387.8248
+ 2480 4.9717422e-06 -2213.3204 -2213.3204 -3386.9725 3386.9725
+ 2490 9.2052465e-06 -2213.3242 -2213.3242 -3384.9188 3384.9188
+ 2500 2.0386783e-05 -2213.3332 -2213.3332 -3384.4347 3384.4347
+ 2510 6.9307453e-07 -2213.3366 -2213.3366 -3384.0742 3384.0742
+ 2520 1.8287983e-07 -2213.3368 -2213.3368 -3383.1009 3383.1009
+ 2530 4.4748412e-07 -2213.3371 -2213.3371 -3382.8812 3382.8812
+ 2540 3.784417e-08 -2213.3373 -2213.3373 -3383.3334 3383.3334
+ 2550 1.3266818e-08 -2213.3373 -2213.3373 -3383.2675 3383.2675
+ 2560 8.4333552e-08 -2213.3373 -2213.3373 -3383.2912 3383.2912
+ 2564 9.3054571e-08 -2213.3374 -2213.3374 -3383.358 3383.358
+Loop time of 0.160636 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31729212 -2213.33736439 -2213.33736977
+ Force two-norm initial, final = 0.305967 0.00678066
+ Force max component initial, final = 0.0386335 0.000641058
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.145033 (90.2864)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134945 (0.840065)
+Outpt time (%) = 0.00105786 (0.658546)
+Other time (%) = 0.0131962 (8.21498)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2564 0 -2213.3374 -2213.3374 -3383.358 3383.358
+ 2565 3.2201013e-16 -2213.3374 -2213.3374 -3383.358 3383.358
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736977 -2213.33736977 -2213.33736977
+ Force two-norm initial, final = 0.00678066 0.00678066
+ Force max component initial, final = 0.000641058 0.000641058
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184798 (89.0612)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815811)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210047 (10.1229)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.3226 -2213.3226 -3382.5774 3382.5774
+ 2360 1.1127017e-10 -2213.3226 -2213.3226 -3382.5774 3382.5774
+ 2370 1.2199624e-09 -2213.3226 -2213.3226 -3382.5776 3382.5776
+ 2380 5.9556255e-09 -2213.3226 -2213.3226 -3382.5784 3382.5784
+ 2390 3.1978542e-08 -2213.3226 -2213.3226 -3382.5827 3382.5827
+ 2400 1.2522933e-07 -2213.3226 -2213.3226 -3382.5984 3382.5984
+ 2410 5.8304088e-07 -2213.3229 -2213.3229 -3382.6765 3382.6765
+ 2420 1.9337547e-06 -2213.3238 -2213.3238 -3382.9283 3382.9283
+ 2430 4.8242876e-06 -2213.3258 -2213.3258 -3383.8162 3383.8162
+ 2440 7.7516637e-06 -2213.3287 -2213.3287 -3384.7569 3384.7569
+ 2450 1.1427322e-05 -2213.3344 -2213.3344 -3383.9559 3383.9559
+ 2460 2.6520877e-08 -2213.3352 -2213.3352 -3383.41 3383.41
+ 2470 5.3679194e-07 -2213.3355 -2213.3355 -3383.5605 3383.5605
+ 2480 1.7254484e-06 -2213.3362 -2213.3362 -3383.532 3383.532
+ 2490 4.4344709e-09 -2213.3365 -2213.3365 -3383.5163 3383.5163
+ 2500 1.9076895e-07 -2213.3366 -2213.3366 -3383.5228 3383.5228
+ 2510 9.9908914e-07 -2213.3371 -2213.3371 -3383.4422 3383.4422
+ 2520 8.723287e-09 -2213.3374 -2213.3374 -3383.4229 3383.4229
+ 2522 2.3927902e-08 -2213.3374 -2213.3374 -3383.4007 3383.4007
+Loop time of 0.166645 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3225722 -2213.33736419 -2213.33736597
+ Force two-norm initial, final = 0.358926 0.00896467
+ Force max component initial, final = 0.03174 0.000840204
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.150999 (90.6112)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137758 (0.826657)
+Outpt time (%) = 0.0011332 (0.68001)
+Other time (%) = 0.0131352 (7.88214)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2522 0 -2213.3374 -2213.3374 -3383.4007 3383.4007
+ 2523 5.6025163e-16 -2213.3374 -2213.3374 -3383.4007 3383.4007
+Loop time of 0.00207901 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736597 -2213.33736597 -2213.33736597
+ Force two-norm initial, final = 0.00894393 0.00894393
+ Force max component initial, final = 0.000902005 0.000902005
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185275 (89.117)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.756881)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210524 (10.1261)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.3232 -2213.3232 -3385.5243 3385.5243
+ 2410 1.0051426e-10 -2213.3232 -2213.3232 -3385.5243 3385.5243
+ 2420 1.1020271e-09 -2213.3232 -2213.3232 -3385.5242 3385.5242
+ 2430 5.3797152e-09 -2213.3232 -2213.3232 -3385.5236 3385.5236
+ 2440 2.8881108e-08 -2213.3232 -2213.3232 -3385.5206 3385.5206
+ 2450 1.1302619e-07 -2213.3233 -2213.3233 -3385.5097 3385.5097
+ 2460 5.2446001e-07 -2213.3235 -2213.3235 -3385.4535 3385.4535
+ 2470 1.7171653e-06 -2213.3243 -2213.3243 -3385.252 3385.252
+ 2480 3.8387435e-06 -2213.3259 -2213.3259 -3384.3869 3384.3869
+ 2490 5.0720307e-06 -2213.3279 -2213.3279 -3384.5887 3384.5887
+ 2500 1.0908565e-05 -2213.3329 -2213.3329 -3383.6054 3383.6054
+ 2510 1.7485876e-06 -2213.3363 -2213.3363 -3383.3604 3383.3604
+ 2520 3.6891483e-07 -2213.3365 -2213.3365 -3383.3704 3383.3704
+ 2530 1.1033838e-06 -2213.3368 -2213.3368 -3383.3698 3383.3698
+ 2540 7.1458935e-08 -2213.3371 -2213.3371 -3383.3976 3383.3976
+ 2550 1.8216164e-08 -2213.3372 -2213.3372 -3383.4386 3383.4386
+ 2560 1.4999024e-07 -2213.3372 -2213.3372 -3383.4036 3383.4036
+ 2570 2.4383164e-07 -2213.3374 -2213.3374 -3383.4545 3383.4545
+ 2571 2.4623376e-07 -2213.3374 -2213.3374 -3383.4303 3383.4303
+Loop time of 0.166089 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3232189 -2213.33736524 -2213.33737761
+ Force two-norm initial, final = 0.341138 0.00590665
+ Force max component initial, final = 0.0310609 0.000757752
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.150694 (90.7311)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138664 (0.834879)
+Outpt time (%) = 0.00113297 (0.682143)
+Other time (%) = 0.0128751 (7.75191)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2571 0 -2213.3374 -2213.3374 -3383.4303 3383.4303
+ 2572 2.4434808e-16 -2213.3374 -2213.3374 -3383.4303 3383.4303
+Loop time of 0.00206184 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737761 -2213.33737761 -2213.33737761
+ Force two-norm initial, final = 0.00590665 0.00590665
+ Force max component initial, final = 0.000757752 0.000757752
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184774 (89.6161)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.774746)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198126 (9.60916)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.3302 -2213.3302 -3385.3074 3385.3074
+ 2460 8.391659e-11 -2213.3302 -2213.3302 -3385.3074 3385.3074
+ 2470 9.2005339e-10 -2213.3302 -2213.3302 -3385.3071 3385.3071
+ 2480 4.4914375e-09 -2213.3302 -2213.3302 -3385.3058 3385.3058
+ 2490 2.4113454e-08 -2213.3302 -2213.3302 -3385.2989 3385.2989
+ 2500 9.4394133e-08 -2213.3302 -2213.3302 -3385.2736 3385.2736
+ 2510 4.3839981e-07 -2213.3304 -2213.3304 -3385.1458 3385.1458
+ 2520 1.444251e-06 -2213.3311 -2213.3311 -3384.7107 3384.7107
+ 2530 3.1980154e-06 -2213.3323 -2213.3323 -3383.1282 3383.1282
+ 2540 3.4894466e-06 -2213.3336 -2213.3336 -3384.1752 3384.1752
+ 2550 4.9143133e-06 -2213.3359 -2213.3359 -3382.5693 3382.5693
+ 2560 1.0102387e-08 -2213.3366 -2213.3366 -3382.9187 3382.9187
+ 2570 2.0745326e-07 -2213.3367 -2213.3367 -3383.5533 3383.5533
+ 2580 5.3143643e-07 -2213.337 -2213.337 -3383.246 3383.246
+ 2590 7.6188684e-08 -2213.3373 -2213.3373 -3383.3837 3383.3837
+ 2600 2.5139254e-08 -2213.3373 -2213.3373 -3383.3894 3383.3894
+ 2610 1.1209316e-07 -2213.3373 -2213.3373 -3383.4279 3383.4279
+ 2620 8.5347701e-10 -2213.3373 -2213.3373 -3383.4172 3383.4172
+ 2630 9.5006424e-09 -2213.3374 -2213.3374 -3383.3811 3383.3811
+ 2633 1.6641542e-08 -2213.3374 -2213.3374 -3383.3921 3383.3921
+Loop time of 0.180108 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33017571 -2213.33735673 -2213.33735833
+ Force two-norm initial, final = 0.311702 0.0060886
+ Force max component initial, final = 0.0264202 0.000360479
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.162373 (90.1533)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00147152 (0.81702)
+Outpt time (%) = 0.00119042 (0.66095)
+Other time (%) = 0.0150728 (8.36877)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2633 0 -2213.3374 -2213.3374 -3383.3921 3383.3921
+ 2634 2.596337e-16 -2213.3374 -2213.3374 -3383.3921 3383.3921
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735833 -2213.33735833 -2213.33735833
+ Force two-norm initial, final = 0.0060886 0.0060886
+ Force max component initial, final = 0.000360479 0.000360479
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.1185)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.38283e-05 (0.665748)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212193 (10.2158)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2212.7714 -2212.7714 -3607.3473 3607.3473
+ 2410 9.6033204e-10 -2212.7714 -2212.7714 -3607.3471 3607.3471
+ 2420 1.0529106e-08 -2212.7714 -2212.7714 -3607.3446 3607.3446
+ 2430 5.1402508e-08 -2212.7714 -2212.7714 -3607.3338 3607.3338
+ 2440 2.7604252e-07 -2212.7716 -2212.7716 -3607.2746 3607.2746
+ 2450 1.0816009e-06 -2212.7721 -2212.7721 -3607.0584 3607.0584
+ 2460 5.0483776e-06 -2212.7745 -2212.7745 -3605.9528 3605.9528
+ 2470 1.6883933e-05 -2212.7818 -2212.7818 -3601.9979 3601.9979
+ 2480 3.9866398e-05 -2212.7982 -2212.7982 -3582.8234 3582.8234
+ 2490 3.1307387e-05 -2212.8083 -2212.8083 -3562.8257 3562.8257
+ 2500 2.9524293e-05 -2212.8182 -2212.8182 -3539.3306 3539.3306
+ 2510 1.2046174e-05 -2212.8165 -2212.8165 -3523.6558 3523.6558
+ 2520 3.2857755e-06 -2212.8267 -2212.8267 -3533.2571 3533.2571
+ 2530 1.7792116e-07 -2212.8268 -2212.8268 -3532.6418 3532.6418
+ 2540 8.8877984e-07 -2212.827 -2212.827 -3534.9921 3534.9921
+ 2550 5.0147601e-09 -2212.8272 -2212.8272 -3537.9791 3537.9791
+ 2560 5.6656388e-08 -2212.8272 -2212.8272 -3538.3216 3538.3216
+ 2569 9.167328e-09 -2212.8273 -2212.8273 -3538.6072 3538.6072
+Loop time of 0.168044 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.77140124 -2212.82725186 -2212.82725293
+ Force two-norm initial, final = 1.05445 0.00945437
+ Force max component initial, final = 0.227922 0.00112315
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.15356 (91.3809)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013597 (0.809134)
+Outpt time (%) = 0.00104165 (0.619868)
+Other time (%) = 0.0120826 (7.19012)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2569 0 -2212.8273 -2212.8273 -3538.6072 3538.6072
+ 2570 6.7870964e-16 -2212.8273 -2212.8273 -3538.6072 3538.6072
+Loop time of 0.00228095 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82725293 -2212.82725293 -2212.82725293
+ Force two-norm initial, final = 0.00984417 0.00984417
+ Force max component initial, final = 0.00166573 0.00166573
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0020659 (90.5718)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.700324)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00019908 (8.72792)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.3114 -2213.3114 -3378.6913 3378.6913
+ 2460 1.5315418e-10 -2213.3114 -2213.3114 -3378.6914 3378.6914
+ 2470 1.6792017e-09 -2213.3114 -2213.3114 -3378.6927 3378.6927
+ 2480 8.1981529e-09 -2213.3114 -2213.3114 -3378.6981 3378.6981
+ 2490 4.4036165e-08 -2213.3114 -2213.3114 -3378.7279 3378.7279
+ 2500 1.7271428e-07 -2213.3115 -2213.3115 -3378.8363 3378.8363
+ 2510 8.0991296e-07 -2213.3119 -2213.3119 -3379.3776 3379.3776
+ 2520 2.7699878e-06 -2213.3131 -2213.3131 -3381.1433 3381.1433
+ 2530 8.0586606e-06 -2213.3164 -2213.3164 -3386.9099 3386.9099
+ 2540 1.2214245e-05 -2213.3213 -2213.3213 -3385.0601 3385.0601
+ 2550 1.9717208e-05 -2213.3304 -2213.3304 -3384.2799 3384.2799
+ 2560 2.1551443e-06 -2213.3351 -2213.3351 -3383.3684 3383.3684
+ 2570 5.8953831e-07 -2213.3354 -2213.3354 -3383.1394 3383.1394
+ 2580 2.0931361e-06 -2213.3362 -2213.3362 -3383.1344 3383.1344
+ 2590 1.1480022e-08 -2213.3372 -2213.3372 -3383.1303 3383.1303
+ 2600 2.2102748e-08 -2213.3372 -2213.3372 -3383.6604 3383.6604
+ 2610 1.1700084e-07 -2213.3373 -2213.3373 -3383.628 3383.628
+ 2620 1.0027893e-08 -2213.3373 -2213.3373 -3383.4232 3383.4232
+Loop time of 0.165882 on 1 procs for 170 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31138771 -2213.33734361 -2213.33734462
+ Force two-norm initial, final = 0.421095 0.00832061
+ Force max component initial, final = 0.0387123 0.000767029
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 170 170
+
+Pair time (%) = 0.14991 (90.3715)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137663 (0.829885)
+Outpt time (%) = 0.00105238 (0.634415)
+Other time (%) = 0.0135429 (8.16418)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2620 0 -2213.3373 -2213.3373 -3383.4232 3383.4232
+ 2621 4.8488257e-16 -2213.3373 -2213.3373 -3383.4232 3383.4232
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734462 -2213.33734462 -2213.33734462
+ Force two-norm initial, final = 0.00832061 0.00832061
+ Force max component initial, final = 0.000767029 0.000767029
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184703 (89.4469)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.38283e-05 (0.669669)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000204086 (9.88339)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.3254 -2213.3254 -3382.3818 3382.3818
+ 2510 8.9979616e-11 -2213.3254 -2213.3254 -3382.3819 3382.3819
+ 2520 9.8656004e-10 -2213.3254 -2213.3254 -3382.3822 3382.3822
+ 2530 4.8167967e-09 -2213.3254 -2213.3254 -3382.3836 3382.3836
+ 2540 2.5880942e-08 -2213.3254 -2213.3254 -3382.3916 3382.3916
+ 2550 1.0160709e-07 -2213.3255 -2213.3255 -3382.4206 3382.4206
+ 2560 4.7908849e-07 -2213.3257 -2213.3257 -3382.5647 3382.5647
+ 2570 1.6673366e-06 -2213.3264 -2213.3264 -3383.0276 3383.0276
+ 2580 5.4290057e-06 -2213.3288 -2213.3288 -3384.4598 3384.4598
+ 2590 8.878804e-06 -2213.3321 -2213.3321 -3383.429 3383.429
+ 2600 9.2484761e-06 -2213.3356 -2213.3356 -3383.6085 3383.6085
+ 2610 8.3438884e-07 -2213.3363 -2213.3363 -3384.4902 3384.4902
+ 2620 4.6729308e-07 -2213.3368 -2213.3368 -3383.5701 3383.5701
+ 2630 9.9807834e-08 -2213.3368 -2213.3368 -3383.416 3383.416
+ 2640 5.1110853e-07 -2213.3371 -2213.3371 -3383.6917 3383.6917
+ 2650 2.1988681e-08 -2213.3373 -2213.3373 -3383.3593 3383.3593
+ 2660 2.0854841e-09 -2213.3373 -2213.3373 -3383.4272 3383.4272
+ 2670 2.6463545e-08 -2213.3373 -2213.3373 -3383.3882 3383.3882
+ 2675 6.2122013e-08 -2213.3374 -2213.3374 -3383.384 3383.384
+Loop time of 0.173265 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32539585 -2213.33735552 -2213.33736313
+ Force two-norm initial, final = 0.322766 0.00607314
+ Force max component initial, final = 0.0460949 0.000434021
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.157166 (90.7086)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140738 (0.812273)
+Outpt time (%) = 0.00113249 (0.653616)
+Other time (%) = 0.0135589 (7.82551)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2675 0 -2213.3374 -2213.3374 -3383.384 3383.384
+ 2676 2.5831658e-16 -2213.3374 -2213.3374 -3383.384 3383.384
+Loop time of 0.0020659 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736313 -2213.33736313 -2213.33736313
+ Force two-norm initial, final = 0.00607314 0.00607314
+ Force max component initial, final = 0.000434021 0.000434021
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.6018)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.773226)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198841 (9.62493)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.3069 -2213.3069 -3386.202 3386.202
+ 2560 1.0848126e-10 -2213.3069 -2213.3069 -3386.202 3386.202
+ 2570 1.1894219e-09 -2213.3069 -2213.3069 -3386.2021 3386.2021
+ 2580 5.8073888e-09 -2213.3069 -2213.3069 -3386.2024 3386.2024
+ 2590 3.120691e-08 -2213.3069 -2213.3069 -3386.2044 3386.2044
+ 2600 1.2257737e-07 -2213.3069 -2213.3069 -3386.2113 3386.2113
+ 2610 5.792029e-07 -2213.3072 -2213.3072 -3386.2454 3386.2454
+ 2620 2.0352721e-06 -2213.3081 -2213.3081 -3386.3471 3386.3471
+ 2630 6.9246507e-06 -2213.3112 -2213.3112 -3386.55 3386.55
+ 2640 1.2818022e-05 -2213.3164 -2213.3164 -3385.8915 3385.8915
+ 2650 2.6729904e-05 -2213.3279 -2213.3279 -3384.5745 3384.5745
+ 2660 1.3721608e-06 -2213.336 -2213.336 -3383.6439 3383.6439
+ 2670 4.6926268e-07 -2213.3365 -2213.3365 -3383.2109 3383.2109
+ 2680 1.0347359e-06 -2213.3371 -2213.3371 -3383.268 3383.268
+ 2690 7.7037928e-08 -2213.3373 -2213.3373 -3383.4386 3383.4386
+ 2700 1.1661678e-08 -2213.3373 -2213.3373 -3383.4125 3383.4125
+ 2708 4.1267952e-08 -2213.3373 -2213.3373 -3383.3882 3383.3882
+Loop time of 0.154695 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30686778 -2213.33733695 -2213.33734057
+ Force two-norm initial, final = 0.354399 0.00766246
+ Force max component initial, final = 0.0722106 0.000598544
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.140922 (91.0965)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00128055 (0.827789)
+Outpt time (%) = 0.000995636 (0.643613)
+Other time (%) = 0.011497 (7.43207)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3373 -2213.3373 -3383.3882 3383.3882
+ 2709 4.1120947e-16 -2213.3373 -2213.3373 -3383.3882 3383.3882
+Loop time of 0.00211215 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734057 -2213.33734057 -2213.33734057
+ Force two-norm initial, final = 0.00766246 0.00766246
+ Force max component initial, final = 0.000598544 0.000598544
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0019002 (89.965)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.745005)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196218 (9.28999)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.3201 -2213.3201 -3380.661 3380.661
+ 2610 1.7031787e-10 -2213.3201 -2213.3201 -3380.6611 3380.6611
+ 2620 1.8673884e-09 -2213.3201 -2213.3201 -3380.6619 3380.6619
+ 2630 9.1169136e-09 -2213.3201 -2213.3201 -3380.6654 3380.6654
+ 2640 4.897212e-08 -2213.3202 -2213.3202 -3380.6848 3380.6848
+ 2650 1.9206926e-07 -2213.3202 -2213.3202 -3380.7554 3380.7554
+ 2660 9.0089806e-07 -2213.3207 -2213.3207 -3381.1068 3381.1068
+ 2670 3.0766375e-06 -2213.322 -2213.322 -3382.2391 3382.2391
+ 2680 8.9324697e-06 -2213.3258 -2213.3258 -3385.7338 3385.7338
+ 2690 1.1210248e-05 -2213.3298 -2213.3298 -3383.1501 3383.1501
+ 2700 1.1878648e-05 -2213.3347 -2213.3347 -3384.3032 3384.3032
+ 2710 1.9543324e-06 -2213.3355 -2213.3355 -3387.0689 3387.0689
+ 2720 7.6620131e-07 -2213.3372 -2213.3372 -3382.9503 3382.9503
+ 2730 5.3051478e-08 -2213.3372 -2213.3372 -3383.7861 3383.7861
+ 2740 1.4935646e-07 -2213.3373 -2213.3373 -3383.1533 3383.1533
+ 2750 1.8195687e-09 -2213.3374 -2213.3374 -3383.3603 3383.3603
+ 2760 7.0992165e-10 -2213.3374 -2213.3374 -3383.4263 3383.4263
+ 2764 2.3408828e-09 -2213.3374 -2213.3374 -3383.4172 3383.4172
+Loop time of 0.159871 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32012937 -2213.33737598 -2213.33737622
+ Force two-norm initial, final = 0.444064 0.0060289
+ Force max component initial, final = 0.0755134 0.000626694
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.144372 (90.3054)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131822 (0.824549)
+Outpt time (%) = 0.0010488 (0.656031)
+Other time (%) = 0.0131319 (8.21403)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2764 0 -2213.3374 -2213.3374 -3383.4172 3383.4172
+ 2765 2.5456741e-16 -2213.3374 -2213.3374 -3383.4172 3383.4172
+Loop time of 0.00206208 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737622 -2213.33737622 -2213.33737622
+ Force two-norm initial, final = 0.0060289 0.0060289
+ Force max component initial, final = 0.000626694 0.000626694
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (89.6751)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.716846)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198126 (9.60805)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.2701 -2213.2701 -3383.5935 3383.5935
+ 2510 2.3032266e-10 -2213.2701 -2213.2701 -3383.5936 3383.5936
+ 2520 2.5252892e-09 -2213.2701 -2213.2701 -3383.5947 3383.5947
+ 2530 1.2328926e-08 -2213.2701 -2213.2701 -3383.5997 3383.5997
+ 2540 6.6225909e-08 -2213.2701 -2213.2701 -3383.6271 3383.6271
+ 2550 2.5975423e-07 -2213.2702 -2213.2702 -3383.7263 3383.7263
+ 2560 1.2185776e-06 -2213.2708 -2213.2708 -3384.2207 3384.2207
+ 2570 4.1726366e-06 -2213.2726 -2213.2726 -3385.8141 3385.8141
+ 2580 1.2561366e-05 -2213.2779 -2213.2779 -3390.7486 3390.7486
+ 2590 2.4964634e-05 -2213.2881 -2213.2881 -3388.5951 3388.5951
+ 2600 6.6154018e-05 -2213.3186 -2213.3186 -3384.5965 3384.5965
+ 2610 2.6185741e-06 -2213.3347 -2213.3347 -3379.2628 3379.2628
+ 2620 1.4005486e-06 -2213.3368 -2213.3368 -3383.3517 3383.3517
+ 2630 9.6983368e-08 -2213.3369 -2213.3369 -3382.9381 3382.9381
+ 2640 6.0639304e-07 -2213.3371 -2213.3371 -3383.1406 3383.1406
+ 2650 8.1201433e-07 -2213.3373 -2213.3373 -3383.5552 3383.5552
+ 2660 2.3855167e-09 -2213.3373 -2213.3373 -3383.602 3383.602
+ 2670 2.6579668e-08 -2213.3373 -2213.3373 -3383.4836 3383.4836
+ 2672 3.632196e-08 -2213.3373 -2213.3373 -3383.481 3383.481
+Loop time of 0.168499 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27005649 -2213.33733712 -2213.33734005
+ Force two-norm initial, final = 0.516397 0.00970077
+ Force max component initial, final = 0.0654447 0.000833441
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.152679 (90.6115)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141287 (0.838503)
+Outpt time (%) = 0.00112224 (0.66602)
+Other time (%) = 0.0132844 (7.88399)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2672 0 -2213.3373 -2213.3373 -3383.481 3383.481
+ 2680 4.8398631e-14 -2213.3373 -2213.3373 -3383.481 3383.481
+ 2690 6.1086077e-13 -2213.3373 -2213.3373 -3383.481 3383.481
+ 2700 3.3937263e-12 -2213.3373 -2213.3373 -3383.481 3383.481
+ 2710 1.7538502e-11 -2213.3373 -2213.3373 -3383.4811 3383.4811
+ 2713 2.9261426e-11 -2213.3373 -2213.3373 -3383.4811 3383.4811
+Loop time of 0.040801 on 1 procs for 41 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734005 -2213.33734006 -2213.33734007
+ Force two-norm initial, final = 0.0100035 0.00999939
+ Force max component initial, final = 0.000782275 0.000782053
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 41 41
+
+Pair time (%) = 0.0367696 (90.1193)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000338554 (0.829769)
+Outpt time (%) = 0.000263929 (0.646869)
+Other time (%) = 0.00342894 (8.40404)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2772 -2213.2772 -3385.068 3385.068
+ 2560 1.4433772e-10 -2213.2772 -2213.2772 -3385.0681 3385.0681
+ 2570 1.5824992e-09 -2213.2772 -2213.2772 -3385.0691 3385.0691
+ 2580 7.7250898e-09 -2213.2772 -2213.2772 -3385.0734 3385.0734
+ 2590 4.1469632e-08 -2213.2772 -2213.2772 -3385.0971 3385.0971
+ 2600 1.6223048e-07 -2213.2773 -2213.2773 -3385.1834 3385.1834
+ 2610 7.5152481e-07 -2213.2776 -2213.2776 -3385.6135 3385.6135
+ 2620 2.4252756e-06 -2213.2787 -2213.2787 -3387.0034 3387.0034
+ 2630 4.5309501e-06 -2213.2809 -2213.2809 -3391.1395 3391.1395
+ 2640 7.5839004e-06 -2213.2849 -2213.2849 -3388.1998 3388.1998
+ 2650 6.4475077e-05 -2213.3141 -2213.3141 -3387.0834 3387.0834
+ 2660 1.0537409e-06 -2213.3363 -2213.3363 -3382.6153 3382.6153
+ 2670 4.4846549e-07 -2213.3371 -2213.3371 -3383.1518 3383.1518
+ 2680 2.1772729e-08 -2213.3372 -2213.3372 -3383.1579 3383.1579
+ 2690 1.3546435e-07 -2213.3372 -2213.3372 -3383.1787 3383.1787
+ 2700 1.9679481e-07 -2213.3374 -2213.3374 -3383.3549 3383.3549
+ 2708 1.4976808e-10 -2213.3374 -2213.3374 -3383.454 3383.454
+Loop time of 0.157561 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27716637 -2213.33736671 -2213.33736676
+ Force two-norm initial, final = 0.408795 0.00707064
+ Force max component initial, final = 0.0489632 0.000765822
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.141021 (89.5023)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129128 (0.819539)
+Outpt time (%) = 0.00102425 (0.650063)
+Other time (%) = 0.0142248 (9.0281)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3374 -2213.3374 -3383.454 3383.454
+ 2709 3.5014166e-16 -2213.3374 -2213.3374 -3383.454 3383.454
+Loop time of 0.00212193 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736676 -2213.33736676 -2213.33736676
+ Force two-norm initial, final = 0.00707064 0.00707064
+ Force max component initial, final = 0.000765822 0.000765822
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191307 (90.1573)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.808989)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000191689 (9.03371)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2775 -2213.2775 -3385.1926 3385.1926
+ 2610 1.6792914e-10 -2213.2775 -2213.2775 -3385.1927 3385.1927
+ 2620 1.8411479e-09 -2213.2775 -2213.2775 -3385.1937 3385.1937
+ 2630 8.9876197e-09 -2213.2775 -2213.2775 -3385.1979 3385.1979
+ 2640 4.8244409e-08 -2213.2775 -2213.2775 -3385.2209 3385.2209
+ 2650 1.8869997e-07 -2213.2776 -2213.2776 -3385.3045 3385.3045
+ 2660 8.7327538e-07 -2213.278 -2213.278 -3385.7209 3385.7209
+ 2670 2.8109129e-06 -2213.2792 -2213.2792 -3387.0628 3387.0628
+ 2680 5.037116e-06 -2213.2817 -2213.2817 -3390.9761 3390.9761
+ 2690 8.5003032e-06 -2213.2857 -2213.2857 -3388.0845 3388.0845
+ 2700 6.3164655e-05 -2213.3147 -2213.3147 -3387.2452 3387.2452
+ 2710 2.5472705e-06 -2213.3332 -2213.3332 -3383.5301 3383.5301
+ 2720 5.518508e-07 -2213.3335 -2213.3335 -3383.3148 3383.3148
+ 2730 1.8889452e-06 -2213.3345 -2213.3345 -3383.4696 3383.4696
+ 2740 4.8336167e-06 -2213.3368 -2213.3368 -3382.6637 3382.6637
+ 2750 3.5046559e-08 -2213.337 -2213.337 -3383.5297 3383.5297
+ 2760 2.5402728e-07 -2213.3372 -2213.3372 -3383.5411 3383.5411
+ 2770 1.9356027e-08 -2213.3373 -2213.3373 -3383.4273 3383.4273
+ 2772 5.6360951e-08 -2213.3373 -2213.3373 -3383.3799 3383.3799
+Loop time of 0.171 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27747007 -2213.33733818 -2213.33734443
+ Force two-norm initial, final = 0.44094 0.00879139
+ Force max component initial, final = 0.0471691 0.000789307
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.155042 (90.6677)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139594 (0.81634)
+Outpt time (%) = 0.00114059 (0.667014)
+Other time (%) = 0.0134218 (7.84899)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2772 0 -2213.3373 -2213.3373 -3383.3799 3383.3799
+ 2773 5.6336619e-16 -2213.3373 -2213.3373 -3383.3799 3383.3799
+Loop time of 0.00214386 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734443 -2213.33734443 -2213.33734443
+ Force two-norm initial, final = 0.00896876 0.00896876
+ Force max component initial, final = 0.000772908 0.000772908
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191212 (89.1904)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.789591)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000214815 (10.02)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2849 -2213.2849 -3387.6883 3387.6883
+ 2560 1.4951276e-10 -2213.2849 -2213.2849 -3387.6884 3387.6884
+ 2570 1.6392973e-09 -2213.2849 -2213.2849 -3387.6885 3387.6885
+ 2580 8.0037486e-09 -2213.2849 -2213.2849 -3387.6892 3387.6892
+ 2590 4.300489e-08 -2213.285 -2213.285 -3387.6928 3387.6928
+ 2600 1.6884296e-07 -2213.285 -2213.285 -3387.706 3387.706
+ 2610 7.9618729e-07 -2213.2854 -2213.2854 -3387.7709 3387.7709
+ 2620 2.772093e-06 -2213.2866 -2213.2866 -3387.9697 3387.9697
+ 2630 8.93738e-06 -2213.2906 -2213.2906 -3388.4489 3388.4489
+ 2640 1.5722214e-05 -2213.2974 -2213.2974 -3388.0065 3388.0065
+ 2650 4.5539328e-05 -2213.3162 -2213.3162 -3385.0373 3385.0373
+ 2660 1.3220017e-06 -2213.334 -2213.334 -3381.981 3381.981
+ 2670 8.6674857e-07 -2213.3357 -2213.3357 -3383.4424 3383.4424
+ 2680 2.4559536e-06 -2213.3369 -2213.3369 -3383.242 3383.242
+ 2690 2.04435e-07 -2213.3373 -2213.3373 -3383.2971 3383.2971
+ 2700 5.2193837e-08 -2213.3373 -2213.3373 -3383.4045 3383.4045
+ 2710 2.2248992e-07 -2213.3374 -2213.3374 -3383.4457 3383.4457
+ 2720 6.3894294e-09 -2213.3373 -2213.3373 -3383.4077 3383.4077
+ 2730 3.4009444e-08 -2213.3374 -2213.3374 -3383.4107 3383.4107
+ 2731 3.7599725e-08 -2213.3374 -2213.3374 -3383.3965 3383.3965
+Loop time of 0.175805 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28494186 -2213.33735959 -2213.33736345
+ Force two-norm initial, final = 0.416059 0.00652415
+ Force max component initial, final = 0.0620187 0.000597394
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.159012 (90.4481)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014863 (0.845426)
+Outpt time (%) = 0.00118923 (0.676449)
+Other time (%) = 0.0141172 (8.03005)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2731 0 -2213.3374 -2213.3374 -3383.3965 3383.3965
+ 2732 2.9810829e-16 -2213.3374 -2213.3374 -3383.3965 3383.3965
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736345 -2213.33736345 -2213.33736345
+ Force two-norm initial, final = 0.00652415 0.00652415
+ Force max component initial, final = 0.000597394 0.000597394
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.2106)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.78134)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000207663 (10.008)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2798 -2213.2798 -3385.8669 3385.8669
+ 2610 1.7040237e-10 -2213.2798 -2213.2798 -3385.8669 3385.8669
+ 2620 1.8683415e-09 -2213.2798 -2213.2798 -3385.8672 3385.8672
+ 2630 9.1221664e-09 -2213.2798 -2213.2798 -3385.8686 3385.8686
+ 2640 4.9017682e-08 -2213.2798 -2213.2798 -3385.8763 3385.8763
+ 2650 1.9250486e-07 -2213.2799 -2213.2799 -3385.9044 3385.9044
+ 2660 9.089345e-07 -2213.2804 -2213.2804 -3386.0444 3386.0444
+ 2670 3.1799099e-06 -2213.2818 -2213.2818 -3386.5001 3386.5001
+ 2680 1.0357916e-05 -2213.2863 -2213.2863 -3388.0562 3388.0562
+ 2690 1.7328513e-05 -2213.2934 -2213.2934 -3388.5742 3388.5742
+ 2700 5.5264506e-05 -2213.3181 -2213.3181 -3385.1349 3385.1349
+ 2710 1.6937375e-06 -2213.3344 -2213.3344 -3383.9138 3383.9138
+ 2720 6.8279703e-07 -2213.3355 -2213.3355 -3384.0353 3384.0353
+ 2730 5.9228651e-08 -2213.3357 -2213.3357 -3383.7267 3383.7267
+ 2740 5.1072837e-07 -2213.3361 -2213.3361 -3383.8144 3383.8144
+ 2750 9.937537e-07 -2213.3367 -2213.3367 -3383.4911 3383.4911
+ 2760 1.0067297e-07 -2213.337 -2213.337 -3383.4691 3383.4691
+ 2770 4.5545296e-08 -2213.337 -2213.337 -3383.4432 3383.4432
+ 2780 2.0828339e-07 -2213.3372 -2213.3372 -3383.4462 3383.4462
+ 2790 3.0829778e-08 -2213.3372 -2213.3372 -3383.4287 3383.4287
+ 2792 5.065885e-08 -2213.3372 -2213.3372 -3383.406 3383.406
+Loop time of 0.187819 on 1 procs for 192 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27981598 -2213.3372268 -2213.33723483
+ Force two-norm initial, final = 0.444174 0.0098442
+ Force max component initial, final = 0.0705226 0.000946473
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 192 192
+
+Pair time (%) = 0.169705 (90.3557)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00155497 (0.827907)
+Outpt time (%) = 0.00127292 (0.677736)
+Other time (%) = 0.015286 (8.13867)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2792 0 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2800 1.1043502e-13 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2810 1.3938516e-12 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2820 7.7437761e-12 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2830 4.0020387e-11 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2840 1.6945892e-10 -2213.3372 -2213.3372 -3383.406 3383.406
+ 2850 7.7327185e-10 -2213.3372 -2213.3372 -3383.4061 3383.4061
+ 2860 3.100555e-09 -2213.3372 -2213.3372 -3383.4064 3383.4064
+ 2870 1.3674382e-08 -2213.3372 -2213.3372 -3383.4073 3383.4073
+ 2880 5.4477304e-08 -2213.3372 -2213.3372 -3383.4076 3383.4076
+ 2890 2.6185963e-07 -2213.3372 -2213.3372 -3383.4164 3383.4164
+ 2900 3.8580505e-09 -2213.3367 -2213.3367 -3383.5172 3383.5172
+ 2910 4.5241789e-07 -2213.3369 -2213.3369 -3383.4711 3383.4711
+ 2920 1.3176356e-06 -2213.3373 -2213.3373 -3383.3219 3383.3219
+ 2930 6.1022808e-07 -2213.3373 -2213.3373 -3383.3267 3383.3267
+ 2940 9.7594381e-08 -2213.3374 -2213.3374 -3383.425 3383.425
+ 2941 1.0605999e-07 -2213.3374 -2213.3374 -3383.4267 3383.4267
+Loop time of 0.144749 on 1 procs for 149 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33723483 -2213.33735083 -2213.3373536
+ Force two-norm initial, final = 0.0151109 0.00846635
+ Force max component initial, final = 0.00123145 0.000949348
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 149 149
+
+Pair time (%) = 0.13068 (90.2807)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00119114 (0.8229)
+Outpt time (%) = 0.000975609 (0.674001)
+Other time (%) = 0.0119019 (8.22241)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.2637 -2213.2637 -3388.6009 3388.6009
+ 2660 2.2628462e-10 -2213.2637 -2213.2637 -3388.6009 3388.6009
+ 2670 2.4810846e-09 -2213.2637 -2213.2637 -3388.6009 3388.6009
+ 2680 1.211469e-08 -2213.2637 -2213.2637 -3388.601 3388.601
+ 2690 6.5120336e-08 -2213.2637 -2213.2637 -3388.6015 3388.6015
+ 2700 2.5609694e-07 -2213.2638 -2213.2638 -3388.6033 3388.6033
+ 2710 1.2171096e-06 -2213.2644 -2213.2644 -3388.6116 3388.6116
+ 2720 4.3697542e-06 -2213.2663 -2213.2663 -3388.6341 3388.6341
+ 2730 1.6210742e-05 -2213.2735 -2213.2735 -3388.689 3388.689
+ 2740 3.4017884e-05 -2213.287 -2213.287 -3389.5087 3389.5087
+ 2750 7.8391836e-05 -2213.3206 -2213.3206 -3384.4643 3384.4643
+ 2760 1.3499288e-06 -2213.3362 -2213.3362 -3382.9629 3382.9629
+ 2770 4.9767944e-07 -2213.3369 -2213.3369 -3383.2467 3383.2467
+ 2780 3.7622932e-08 -2213.337 -2213.337 -3383.12 3383.12
+ 2790 2.7826688e-07 -2213.3371 -2213.3371 -3383.2007 3383.2007
+ 2800 5.8289212e-07 -2213.3373 -2213.3373 -3383.3395 3383.3395
+ 2810 6.9401382e-08 -2213.3373 -2213.3373 -3383.5507 3383.5507
+ 2820 1.8663931e-08 -2213.3373 -2213.3373 -3383.4758 3383.4758
+ 2825 3.6973251e-08 -2213.3374 -2213.3374 -3383.4798 3383.4798
+Loop time of 0.169771 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26367815 -2213.33735397 -2213.33735742
+ Force two-norm initial, final = 0.51185 0.00835275
+ Force max component initial, final = 0.072409 0.000705745
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.154093 (90.7652)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143576 (0.845702)
+Outpt time (%) = 0.00112128 (0.660468)
+Other time (%) = 0.0131209 (7.72858)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2825 0 -2213.3374 -2213.3374 -3383.4798 3383.4798
+ 2826 4.6294207e-16 -2213.3374 -2213.3374 -3383.4798 3383.4798
+Loop time of 0.00209785 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735742 -2213.33735742 -2213.33735742
+ Force two-norm initial, final = 0.00813018 0.00813018
+ Force max component initial, final = 0.000708846 0.000708846
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184608 (87.9986)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.704626)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000236988 (11.2967)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.3177 -2213.3177 -3386.0013 3386.0013
+ 2610 1.2193613e-10 -2213.3177 -2213.3177 -3386.0013 3386.0013
+ 2620 1.3369349e-09 -2213.3177 -2213.3177 -3386.0013 3386.0013
+ 2630 6.5273801e-09 -2213.3177 -2213.3177 -3386.0016 3386.0016
+ 2640 3.5069062e-08 -2213.3177 -2213.3177 -3386.003 3386.003
+ 2650 1.3764049e-07 -2213.3178 -2213.3178 -3386.008 3386.008
+ 2660 6.4793485e-07 -2213.3181 -2213.3181 -3386.0313 3386.0313
+ 2670 2.2414074e-06 -2213.3191 -2213.3191 -3386.0873 3386.0873
+ 2680 6.8871589e-06 -2213.3221 -2213.3221 -3385.9226 3385.9226
+ 2690 9.9179521e-06 -2213.3259 -2213.3259 -3384.3535 3384.3535
+ 2700 1.7491572e-05 -2213.3341 -2213.3341 -3383.6198 3383.6198
+ 2710 9.8648681e-07 -2213.3359 -2213.3359 -3382.7854 3382.7854
+ 2720 6.4326695e-07 -2213.3368 -2213.3368 -3383.269 3383.269
+ 2730 7.8251934e-08 -2213.3369 -2213.3369 -3383.1856 3383.1856
+ 2740 4.7215318e-07 -2213.3372 -2213.3372 -3383.2604 3383.2604
+ 2750 3.3896182e-09 -2213.3374 -2213.3374 -3383.4058 3383.4058
+ 2754 1.9998949e-08 -2213.3374 -2213.3374 -3383.3801 3383.3801
+Loop time of 0.151467 on 1 procs for 154 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31771996 -2213.33737058 -2213.33737207
+ Force two-norm initial, final = 0.375735 0.00677355
+ Force max component initial, final = 0.0342566 0.00057647
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 154 154
+
+Pair time (%) = 0.137317 (90.6579)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00122452 (0.808438)
+Outpt time (%) = 0.00099802 (0.658902)
+Other time (%) = 0.0119276 (7.87472)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2754 0 -2213.3374 -2213.3374 -3383.3801 3383.3801
+ 2755 3.2133597e-16 -2213.3374 -2213.3374 -3383.3801 3383.3801
+Loop time of 0.0020659 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737207 -2213.33737207 -2213.33737207
+ Force two-norm initial, final = 0.00677355 0.00677355
+ Force max component initial, final = 0.00057647 0.00057647
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (89.5095)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.43051e-05 (0.692441)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000202417 (9.79804)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.3077 -2213.3077 -3387.5492 3387.5492
+ 2660 9.7970382e-11 -2213.3077 -2213.3077 -3387.5492 3387.5492
+ 2670 1.0741762e-09 -2213.3077 -2213.3077 -3387.5491 3387.5491
+ 2680 5.2446601e-09 -2213.3077 -2213.3077 -3387.5487 3387.5487
+ 2690 2.8182133e-08 -2213.3077 -2213.3077 -3387.5465 3387.5465
+ 2700 1.1067901e-07 -2213.3078 -2213.3078 -3387.5383 3387.5383
+ 2710 5.2267627e-07 -2213.308 -2213.308 -3387.4966 3387.4966
+ 2720 1.8315951e-06 -2213.3089 -2213.3089 -3387.3483 3387.3483
+ 2730 6.2258967e-06 -2213.3116 -2213.3116 -3386.6721 3386.6721
+ 2740 1.3666932e-05 -2213.3174 -2213.3174 -3386.0008 3386.0008
+ 2750 2.7391783e-05 -2213.3291 -2213.3291 -3384.2184 3384.2184
+ 2760 1.0191528e-06 -2213.3366 -2213.3366 -3383.5615 3383.5615
+ 2770 2.9038459e-07 -2213.3369 -2213.3369 -3383.1712 3383.1712
+ 2780 6.4715646e-07 -2213.3372 -2213.3372 -3383.0892 3383.0892
+ 2790 7.1463202e-08 -2213.3373 -2213.3373 -3383.3775 3383.3775
+ 2800 1.0062342e-08 -2213.3373 -2213.3373 -3383.3502 3383.3502
+ 2810 4.8438813e-08 -2213.3374 -2213.3374 -3383.3483 3383.3483
+ 2813 6.1723504e-08 -2213.3374 -2213.3374 -3383.388 3383.388
+Loop time of 0.158759 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30772695 -2213.33736116 -2213.33736518
+ Force two-norm initial, final = 0.336793 0.0063977
+ Force max component initial, final = 0.0474694 0.000537403
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.143671 (90.4961)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132155 (0.832427)
+Outpt time (%) = 0.00106049 (0.667984)
+Other time (%) = 0.0127063 (8.0035)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2813 0 -2213.3374 -2213.3374 -3383.388 3383.388
+ 2814 2.866643e-16 -2213.3374 -2213.3374 -3383.388 3383.388
+Loop time of 0.00206304 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736518 -2213.33736518 -2213.33736518
+ Force two-norm initial, final = 0.0063977 0.0063977
+ Force max component initial, final = 0.000537403 0.000537403
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184989 (89.6683)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.808968)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196457 (9.52271)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3206 -2213.3206 -3386.146 3386.146
+ 2710 8.5187884e-11 -2213.3206 -2213.3206 -3386.146 3386.146
+ 2720 9.3403083e-10 -2213.3206 -2213.3206 -3386.1459 3386.1459
+ 2730 4.5605376e-09 -2213.3206 -2213.3206 -3386.1455 3386.1455
+ 2740 2.4509796e-08 -2213.3206 -2213.3206 -3386.1433 3386.1433
+ 2750 9.6315912e-08 -2213.3206 -2213.3206 -3386.1353 3386.1353
+ 2760 4.5614987e-07 -2213.3209 -2213.3209 -3386.0945 3386.0945
+ 2770 1.6154356e-06 -2213.3216 -2213.3216 -3385.9493 3385.9493
+ 2780 5.6724855e-06 -2213.3241 -2213.3241 -3385.2586 3385.2586
+ 2790 1.1744169e-05 -2213.3287 -2213.3287 -3384.2599 3384.2599
+ 2800 1.5076696e-05 -2213.3348 -2213.3348 -3383.8033 3383.8033
+ 2810 3.4394239e-07 -2213.3365 -2213.3365 -3383.5174 3383.5174
+ 2820 2.0034904e-07 -2213.337 -2213.337 -3383.1949 3383.1949
+ 2830 5.1574054e-07 -2213.3372 -2213.3372 -3383.1722 3383.1722
+ 2840 2.1860245e-08 -2213.3373 -2213.3373 -3383.4508 3383.4508
+ 2850 3.7060001e-08 -2213.3374 -2213.3374 -3383.5704 3383.5704
+ 2858 1.6285837e-08 -2213.3374 -2213.3374 -3383.3646 3383.3646
+Loop time of 0.154405 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3205877 -2213.33737003 -2213.3373723
+ Force two-norm initial, final = 0.314054 0.00758249
+ Force max component initial, final = 0.0413709 0.000865145
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.139652 (90.4455)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012815 (0.829959)
+Outpt time (%) = 0.000990152 (0.641269)
+Other time (%) = 0.012481 (8.08326)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2858 0 -2213.3374 -2213.3374 -3383.3646 3383.3646
+ 2859 4.0267105e-16 -2213.3374 -2213.3374 -3383.3646 3383.3646
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373723 -2213.3373723 -2213.3373723
+ Force two-norm initial, final = 0.00758249 0.00758249
+ Force max component initial, final = 0.000865145 0.000865145
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184989 (89.1942)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.862168)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000206232 (9.94367)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.308 -2213.308 -3385.8676 3385.8676
+ 2660 8.7731412e-11 -2213.308 -2213.308 -3385.8676 3385.8676
+ 2670 9.6190672e-10 -2213.308 -2213.308 -3385.8677 3385.8677
+ 2680 4.6963712e-09 -2213.308 -2213.308 -3385.8682 3385.8682
+ 2690 2.523182e-08 -2213.308 -2213.308 -3385.8708 3385.8708
+ 2700 9.9035304e-08 -2213.3081 -2213.3081 -3385.88 3385.88
+ 2710 4.6620686e-07 -2213.3083 -2213.3083 -3385.9252 3385.9252
+ 2720 1.612538e-06 -2213.309 -2213.309 -3386.0598 3386.0598
+ 2730 4.8216273e-06 -2213.3111 -2213.3111 -3386.2847 3386.2847
+ 2740 5.4214002e-06 -2213.3137 -2213.3137 -3385.283 3385.283
+ 2750 2.5006021e-05 -2213.3244 -2213.3244 -3384.6971 3384.6971
+ 2760 8.4030293e-07 -2213.3351 -2213.3351 -3383.063 3383.063
+ 2770 4.0815132e-07 -2213.3357 -2213.3357 -3383.3337 3383.3337
+ 2780 1.4847117e-06 -2213.3365 -2213.3365 -3383.3545 3383.3545
+ 2790 9.9962027e-08 -2213.3371 -2213.3371 -3383.2357 3383.2357
+ 2800 3.2746987e-08 -2213.3371 -2213.3371 -3383.2494 3383.2494
+ 2810 2.2959803e-07 -2213.3372 -2213.3372 -3383.321 3383.321
+ 2820 5.8864623e-09 -2213.3373 -2213.3373 -3383.4262 3383.4262
+ 2823 2.3695006e-08 -2213.3373 -2213.3373 -3383.4148 3383.4148
+Loop time of 0.167671 on 1 procs for 173 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30802742 -2213.33734726 -2213.33734868
+ Force two-norm initial, final = 0.318708 0.00925545
+ Force max component initial, final = 0.0331928 0.000838572
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 173 173
+
+Pair time (%) = 0.152005 (90.6567)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140166 (0.835959)
+Outpt time (%) = 0.001122 (0.669165)
+Other time (%) = 0.0131423 (7.83817)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2823 0 -2213.3373 -2213.3373 -3383.4148 3383.4148
+ 2824 6.2388916e-16 -2213.3373 -2213.3373 -3383.4148 3383.4148
+Loop time of 0.00207305 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734868 -2213.33734868 -2213.33734868
+ Force two-norm initial, final = 0.00943823 0.00943823
+ Force max component initial, final = 0.000810831 0.000810831
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185084 (89.2812)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.80506)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000205517 (9.91374)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3147 -2213.3147 -3386.8996 3386.8996
+ 2710 2.8059679e-10 -2213.3147 -2213.3147 -3386.8996 3386.8996
+ 2720 3.076445e-09 -2213.3147 -2213.3147 -3386.8993 3386.8993
+ 2730 1.5018514e-08 -2213.3147 -2213.3147 -3386.8981 3386.8981
+ 2740 8.0636492e-08 -2213.3147 -2213.3147 -3386.8915 3386.8915
+ 2750 3.1573816e-07 -2213.3149 -2213.3149 -3386.8674 3386.8674
+ 2760 1.4683291e-06 -2213.3156 -2213.3156 -3386.743 3386.743
+ 2770 4.8584627e-06 -2213.3176 -2213.3176 -3386.2891 3386.2891
+ 2780 1.1021939e-05 -2213.322 -2213.322 -3384.2622 3384.2622
+ 2790 9.5782876e-06 -2213.3255 -2213.3255 -3385.2613 3385.2613
+ 2800 1.245522e-05 -2213.3311 -2213.3311 -3383.3577 3383.3577
+ 2810 4.6119907e-08 -2213.3335 -2213.3335 -3383.0537 3383.0537
+ 2820 1.4594446e-06 -2213.3341 -2213.3341 -3383.9171 3383.9171
+ 2830 3.7541959e-06 -2213.3358 -2213.3358 -3383.3562 3383.3562
+ 2840 3.6405752e-07 -2213.3371 -2213.3371 -3383.344 3383.344
+ 2850 7.7945588e-08 -2213.3371 -2213.3371 -3383.3462 3383.3462
+ 2860 2.4505397e-07 -2213.3372 -2213.3372 -3383.585 3383.585
+ 2870 4.7891526e-08 -2213.3373 -2213.3373 -3383.4797 3383.4797
+ 2880 6.4709515e-08 -2213.3373 -2213.3373 -3383.4448 3383.4448
+ 2890 7.7431545e-09 -2213.3374 -2213.3374 -3383.4062 3383.4062
+ 2895 2.0392798e-08 -2213.3374 -2213.3374 -3383.3947 3383.3947
+Loop time of 0.189468 on 1 procs for 195 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3146678 -2213.33735834 -2213.33736059
+ Force two-norm initial, final = 0.569977 0.00604391
+ Force max component initial, final = 0.0583255 0.000429058
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 195 195
+
+Pair time (%) = 0.171707 (90.626)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158072 (0.834292)
+Outpt time (%) = 0.00124383 (0.656486)
+Other time (%) = 0.0149362 (7.88324)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2895 0 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2896 2.5583651e-16 -2213.3374 -2213.3374 -3383.3947 3383.3947
+Loop time of 0.00206208 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736059 -2213.33736059 -2213.33736059
+ Force two-norm initial, final = 0.00604391 0.00604391
+ Force max component initial, final = 0.000429058 0.000429058
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185013 (89.7214)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.832466)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000194788 (9.44618)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.3215 -2213.3215 -3386.912 3386.912
+ 2760 1.0109347e-10 -2213.3215 -2213.3215 -3386.912 3386.912
+ 2770 1.108417e-09 -2213.3215 -2213.3215 -3386.9119 3386.9119
+ 2780 5.4118042e-09 -2213.3215 -2213.3215 -3386.9116 3386.9116
+ 2790 2.9079193e-08 -2213.3215 -2213.3215 -3386.9096 3386.9096
+ 2800 1.1418605e-07 -2213.3216 -2213.3216 -3386.9022 3386.9022
+ 2810 5.3882034e-07 -2213.3218 -2213.3218 -3386.8642 3386.8642
+ 2820 1.8812452e-06 -2213.3226 -2213.3226 -3386.7256 3386.7256
+ 2830 6.1178301e-06 -2213.3253 -2213.3253 -3386.0183 3386.0183
+ 2840 9.4992383e-06 -2213.329 -2213.329 -3385.1137 3385.1137
+ 2850 1.4129703e-05 -2213.3348 -2213.3348 -3383.6222 3383.6222
+ 2860 1.1083682e-06 -2213.3365 -2213.3365 -3382.7527 3382.7527
+ 2870 2.0742404e-07 -2213.3369 -2213.3369 -3383.3636 3383.3636
+ 2880 4.3886921e-07 -2213.3371 -2213.3371 -3383.1231 3383.1231
+ 2890 2.0845827e-07 -2213.3373 -2213.3373 -3383.4917 3383.4917
+ 2900 2.5874354e-08 -2213.3373 -2213.3373 -3383.4071 3383.4071
+ 2910 9.0899436e-08 -2213.3374 -2213.3374 -3383.415 3383.415
+ 2916 1.5268442e-08 -2213.3374 -2213.3374 -3383.4194 3383.4194
+Loop time of 0.165023 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3214945 -2213.33736614 -2213.33736693
+ Force two-norm initial, final = 0.342119 0.00633855
+ Force max component initial, final = 0.0320861 0.000516644
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.14916 (90.3876)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135708 (0.822357)
+Outpt time (%) = 0.00112104 (0.679326)
+Other time (%) = 0.0133846 (8.11073)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2916 0 -2213.3374 -2213.3374 -3383.4194 3383.4194
+ 2917 2.8138792e-16 -2213.3374 -2213.3374 -3383.4194 3383.4194
+Loop time of 0.00213313 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736693 -2213.33736693 -2213.33736693
+ Force two-norm initial, final = 0.00633855 0.00633855
+ Force max component initial, final = 0.000516644 0.000516644
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191498 (89.7731)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.782385)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201464 (9.44451)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3063 -2213.3063 -3380.2884 3380.2884
+ 2710 1.012952e-10 -2213.3063 -2213.3063 -3380.2885 3380.2885
+ 2720 1.1105953e-09 -2213.3063 -2213.3063 -3380.2896 3380.2896
+ 2730 5.4216774e-09 -2213.3063 -2213.3063 -3380.2944 3380.2944
+ 2740 2.9110376e-08 -2213.3063 -2213.3063 -3380.3207 3380.3207
+ 2750 1.1398071e-07 -2213.3064 -2213.3064 -3380.4164 3380.4164
+ 2760 5.3025104e-07 -2213.3066 -2213.3066 -3380.894 3380.894
+ 2770 1.7522662e-06 -2213.3074 -2213.3074 -3382.446 3382.446
+ 2780 4.1412072e-06 -2213.3092 -2213.3092 -3387.333 3387.333
+ 2790 6.5248254e-06 -2213.3121 -2213.3121 -3385.0549 3385.0549
+ 2800 2.5792483e-05 -2213.3241 -2213.3241 -3385.0394 3385.0394
+ 2810 1.2550368e-06 -2213.3354 -2213.3354 -3384.2462 3384.2462
+ 2820 3.3748266e-07 -2213.3364 -2213.3364 -3383.3244 3383.3244
+ 2830 1.0248302e-06 -2213.337 -2213.337 -3383.4189 3383.4189
+ 2840 3.801422e-08 -2213.3371 -2213.3371 -3383.3078 3383.3078
+ 2850 2.0852102e-07 -2213.3373 -2213.3373 -3383.3459 3383.3459
+ 2860 6.1300371e-10 -2213.3373 -2213.3373 -3383.4077 3383.4077
+ 2863 2.4000588e-09 -2213.3373 -2213.3373 -3383.4018 3383.4018
+Loop time of 0.161436 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30631523 -2213.33729803 -2213.33729846
+ Force two-norm initial, final = 0.34246 0.0099442
+ Force max component initial, final = 0.0403646 0.00108433
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.146661 (90.8476)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131083 (0.811979)
+Outpt time (%) = 0.00105834 (0.655579)
+Other time (%) = 0.0124061 (7.68486)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2863 0 -2213.3373 -2213.3373 -3383.4018 3383.4018
+ 2870 4.5923534e-14 -2213.3373 -2213.3373 -3383.4018 3383.4018
+ 2880 6.3417445e-13 -2213.3373 -2213.3373 -3383.4018 3383.4018
+ 2890 3.7937707e-12 -2213.3373 -2213.3373 -3383.4018 3383.4018
+ 2900 1.9176545e-11 -2213.3373 -2213.3373 -3383.4017 3383.4017
+ 2910 8.4437026e-11 -2213.3373 -2213.3373 -3383.4016 3383.4016
+ 2920 3.741469e-10 -2213.3373 -2213.3373 -3383.401 3383.401
+ 2930 1.5558653e-09 -2213.3373 -2213.3373 -3383.3988 3383.3988
+ 2940 6.6631864e-09 -2213.3373 -2213.3373 -3383.3916 3383.3916
+ 2950 2.6287071e-08 -2213.3373 -2213.3373 -3383.3883 3383.3883
+ 2960 1.0489135e-07 -2213.3373 -2213.3373 -3383.3991 3383.3991
+ 2970 9.5763603e-10 -2213.3372 -2213.3372 -3383.3696 3383.3696
+ 2980 8.6302248e-08 -2213.3373 -2213.3373 -3383.4854 3383.4854
+ 2990 1.912277e-07 -2213.3373 -2213.3373 -3383.4255 3383.4255
+ 3000 7.7632568e-09 -2213.3374 -2213.3374 -3383.27 3383.27
+Loop time of 0.137421 on 1 procs for 137 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33729846 -2213.33735639 -2213.33735739
+ Force two-norm initial, final = 0.011405 0.00922687
+ Force max component initial, final = 0.000908399 0.00133541
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 137 137
+
+Pair time (%) = 0.124254 (90.4182)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00117922 (0.858107)
+Outpt time (%) = 0.000864029 (0.628746)
+Other time (%) = 0.0111241 (8.09494)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.3188 -2213.3188 -3381.332 3381.332
+ 2760 1.7525608e-10 -2213.3188 -2213.3188 -3381.3321 3381.3321
+ 2770 1.9215139e-09 -2213.3188 -2213.3188 -3381.3326 3381.3326
+ 2780 9.3807498e-09 -2213.3188 -2213.3188 -3381.335 3381.335
+ 2790 5.0377633e-08 -2213.3188 -2213.3188 -3381.3481 3381.3481
+ 2800 1.9740273e-07 -2213.3189 -2213.3189 -3381.3957 3381.3957
+ 2810 9.2182918e-07 -2213.3194 -2213.3194 -3381.6323 3381.6323
+ 2820 3.0928579e-06 -2213.3207 -2213.3207 -3382.3913 3382.3913
+ 2830 8.1001917e-06 -2213.3242 -2213.3242 -3384.7345 3384.7345
+ 2840 1.1171294e-05 -2213.3284 -2213.3284 -3384.0934 3384.0934
+ 2850 1.4976523e-05 -2213.3345 -2213.3345 -3384.2272 3384.2272
+ 2860 1.751662e-06 -2213.3368 -2213.3368 -3383.5075 3383.5075
+ 2870 2.4126043e-07 -2213.337 -2213.337 -3383.3905 3383.3905
+ 2880 4.9145933e-07 -2213.3372 -2213.3372 -3383.4441 3383.4441
+ 2890 5.153062e-07 -2213.3372 -2213.3372 -3383.066 3383.066
+ 2900 1.0612696e-08 -2213.3374 -2213.3374 -3383.3759 3383.3759
+ 2910 3.85759e-08 -2213.3374 -2213.3374 -3383.4217 3383.4217
+ 2919 1.2462127e-08 -2213.3374 -2213.3374 -3383.3959 3383.3959
+Loop time of 0.167042 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31881486 -2213.33737769 -2213.33737894
+ Force two-norm initial, final = 0.450456 0.00558478
+ Force max component initial, final = 0.0680572 0.000504366
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.150906 (90.3401)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013566 (0.812132)
+Outpt time (%) = 0.00105762 (0.633149)
+Other time (%) = 0.0137219 (8.21467)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3374 -2213.3374 -3383.3959 3383.3959
+ 2920 2.1844275e-16 -2213.3374 -2213.3374 -3383.3959 3383.3959
+Loop time of 0.00224519 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737894 -2213.33737894 -2213.33737894
+ Force two-norm initial, final = 0.00558478 0.00558478
+ Force max component initial, final = 0.000504366 0.000504366
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00201917 (89.9331)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.743337)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000209332 (9.32356)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3265 -2213.3265 -3383.9419 3383.9419
+ 2810 4.3769897e-11 -2213.3265 -2213.3265 -3383.9419 3383.9419
+ 2820 4.7989778e-10 -2213.3265 -2213.3265 -3383.9421 3383.9421
+ 2830 2.3428938e-09 -2213.3265 -2213.3265 -3383.9425 3383.9425
+ 2840 1.2583954e-08 -2213.3265 -2213.3265 -3383.9451 3383.9451
+ 2850 4.9331164e-08 -2213.3265 -2213.3265 -3383.9544 3383.9544
+ 2860 2.3103034e-07 -2213.3266 -2213.3266 -3384.0008 3384.0008
+ 2870 7.8303419e-07 -2213.3269 -2213.3269 -3384.1497 3384.1497
+ 2880 2.3636495e-06 -2213.328 -2213.328 -3384.6289 3384.6289
+ 2890 5.2587972e-06 -2213.3302 -2213.3302 -3384.6992 3384.6992
+ 2900 1.0709181e-05 -2213.3347 -2213.3347 -3383.5166 3383.5166
+ 2910 2.3803767e-07 -2213.337 -2213.337 -3383.0378 3383.0378
+ 2920 3.9410095e-08 -2213.3372 -2213.3372 -3383.3162 3383.3162
+ 2930 1.3366528e-08 -2213.3372 -2213.3372 -3383.2041 3383.2041
+ 2940 9.2824718e-08 -2213.3373 -2213.3373 -3383.2453 3383.2453
+ 2950 1.7447759e-07 -2213.3374 -2213.3374 -3383.3984 3383.3984
+ 2955 1.2193459e-08 -2213.3374 -2213.3374 -3383.3974 3383.3974
+Loop time of 0.151089 on 1 procs for 155 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32645411 -2213.33738141 -2213.33738297
+ Force two-norm initial, final = 0.225114 0.00509785
+ Force max component initial, final = 0.0338543 0.000389173
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 155 155
+
+Pair time (%) = 0.136178 (90.1313)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012548 (0.830502)
+Outpt time (%) = 0.00100422 (0.664654)
+Other time (%) = 0.0126514 (8.37351)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2955 0 -2213.3374 -2213.3374 -3383.3974 3383.3974
+ 2956 1.820118e-16 -2213.3374 -2213.3374 -3383.3974 3383.3974
+Loop time of 0.0021019 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738297 -2213.33738297 -2213.33738297
+ Force two-norm initial, final = 0.00509785 0.00509785
+ Force max component initial, final = 0.000389173 0.000389173
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00187016 (88.9746)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.725953)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000216484 (10.2995)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.326 -2213.326 -3379.4072 3379.4072
+ 2760 1.0874029e-10 -2213.326 -2213.326 -3379.4073 3379.4073
+ 2770 1.1922393e-09 -2213.326 -2213.326 -3379.4083 3379.4083
+ 2780 5.8206401e-09 -2213.326 -2213.326 -3379.4124 3379.4124
+ 2790 3.1263392e-08 -2213.3261 -2213.3261 -3379.435 3379.435
+ 2800 1.2258275e-07 -2213.3261 -2213.3261 -3379.517 3379.517
+ 2810 5.7404422e-07 -2213.3264 -2213.3264 -3379.9265 3379.9265
+ 2820 1.9486035e-06 -2213.3272 -2213.3272 -3381.2598 3381.2598
+ 2830 5.2029969e-06 -2213.3293 -2213.3293 -3385.5307 3385.5307
+ 2840 3.7925765e-06 -2213.3307 -2213.3307 -3383.0912 3383.0912
+ 2850 5.7679406e-06 -2213.3336 -2213.3336 -3384.8578 3384.8578
+ 2860 1.1590537e-06 -2213.3358 -2213.3358 -3383.5839 3383.5839
+ 2870 3.361921e-07 -2213.336 -2213.336 -3383.1608 3383.1608
+ 2880 9.1139052e-07 -2213.3364 -2213.3364 -3383.5053 3383.5053
+ 2890 1.7262083e-06 -2213.3371 -2213.3371 -3383.4204 3383.4204
+ 2900 2.1239119e-08 -2213.3373 -2213.3373 -3383.3925 3383.3925
+ 2910 9.9527805e-08 -2213.3373 -2213.3373 -3383.3717 3383.3717
+ 2919 1.9038751e-08 -2213.3374 -2213.3374 -3383.3962 3383.3962
+Loop time of 0.163813 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3260462 -2213.3373502 -2213.33735231
+ Force two-norm initial, final = 0.354822 0.00866808
+ Force max component initial, final = 0.05243 0.000859367
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.148237 (90.4918)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137401 (0.838766)
+Outpt time (%) = 0.00104737 (0.639371)
+Other time (%) = 0.0131543 (8.03006)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3374 -2213.3374 -3383.3962 3383.3962
+ 2920 5.2622516e-16 -2213.3374 -2213.3374 -3383.3962 3383.3962
+Loop time of 0.00219703 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735231 -2213.33735231 -2213.33735231
+ Force two-norm initial, final = 0.00866808 0.00866808
+ Force max component initial, final = 0.000859367 0.000859367
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0019846 (90.331)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.672816)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197649 (8.9962)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3309 -2213.3309 -3376.2789 3376.2789
+ 2810 1.0260923e-10 -2213.3309 -2213.3309 -3376.279 3376.279
+ 2820 1.1250051e-09 -2213.3309 -2213.3309 -3376.2803 3376.2803
+ 2830 5.492087e-09 -2213.3309 -2213.3309 -3376.2862 3376.2862
+ 2840 2.9490239e-08 -2213.3309 -2213.3309 -3376.3186 3376.3186
+ 2850 1.1549543e-07 -2213.3309 -2213.3309 -3376.4362 3376.4362
+ 2860 5.3787277e-07 -2213.3312 -2213.3312 -3377.0239 3377.0239
+ 2870 1.7824169e-06 -2213.332 -2213.332 -3378.9461 3378.9461
+ 2880 3.9730856e-06 -2213.3336 -2213.3336 -3385.2485 3385.2485
+ 2890 3.0157094e-06 -2213.3347 -2213.3347 -3383.1888 3383.1888
+ 2900 3.6186903e-06 -2213.3359 -2213.3359 -3383.9255 3383.9255
+ 2910 1.5204034e-06 -2213.337 -2213.337 -3383.6459 3383.6459
+ 2920 1.2845762e-07 -2213.3371 -2213.3371 -3383.0974 3383.0974
+ 2930 3.3702176e-07 -2213.3372 -2213.3372 -3383.2889 3383.2889
+ 2940 3.6836329e-07 -2213.3373 -2213.3373 -3382.0768 3382.0768
+ 2950 4.8212441e-09 -2213.3374 -2213.3374 -3383.4423 3383.4423
+ 2960 1.2804756e-08 -2213.3374 -2213.3374 -3383.5568 3383.5568
+ 2969 4.8589516e-09 -2213.3374 -2213.3374 -3383.3834 3383.3834
+Loop time of 0.167518 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33085724 -2213.33738253 -2213.33738303
+ Force two-norm initial, final = 0.344674 0.00396779
+ Force max component initial, final = 0.0408801 0.000350596
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.151441 (90.4027)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00148773 (0.888102)
+Outpt time (%) = 0.00105309 (0.628645)
+Other time (%) = 0.0135365 (8.08059)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2969 0 -2213.3374 -2213.3374 -3383.3834 3383.3834
+ 2970 1.1026136e-16 -2213.3374 -2213.3374 -3383.3834 3383.3834
+Loop time of 0.00227714 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738303 -2213.33738303 -2213.33738303
+ Force two-norm initial, final = 0.00396779 0.00396779
+ Force max component initial, final = 0.000350596 0.000350596
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00204873 (89.9696)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.743378)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211477 (9.28699)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.3314 -2213.3314 -3377.9572 3377.9572
+ 2860 1.237587e-10 -2213.3314 -2213.3314 -3377.9573 3377.9573
+ 2870 1.3568791e-09 -2213.3314 -2213.3314 -3377.9583 3377.9583
+ 2880 6.6239102e-09 -2213.3314 -2213.3314 -3377.9626 3377.9626
+ 2890 3.5562622e-08 -2213.3314 -2213.3314 -3377.9864 3377.9864
+ 2900 1.3921866e-07 -2213.3315 -2213.3315 -3378.0727 3378.0727
+ 2910 6.4669419e-07 -2213.3318 -2213.3318 -3378.504 3378.504
+ 2920 2.1297316e-06 -2213.3327 -2213.3327 -3379.9122 3379.9122
+ 2930 4.4686867e-06 -2213.3345 -2213.3345 -3384.4417 3384.4417
+ 2940 3.6349793e-06 -2213.3358 -2213.3358 -3382.8969 3382.8969
+ 2950 2.7151763e-06 -2213.3365 -2213.3365 -3384.9505 3384.9505
+ 2960 1.2259107e-06 -2213.337 -2213.337 -3383.5232 3383.5232
+ 2970 2.1278215e-07 -2213.3371 -2213.3371 -3383.7222 3383.7222
+ 2980 3.1376215e-07 -2213.3373 -2213.3373 -3383.4809 3383.4809
+ 2990 4.4583317e-08 -2213.3373 -2213.3373 -3382.6987 3382.6987
+ 3000 1.0474313e-08 -2213.3374 -2213.3374 -3383.5575 3383.5575
+ 3010 3.1117119e-08 -2213.3374 -2213.3374 -3383.4501 3383.4501
+ 3020 6.1240054e-08 -2213.3374 -2213.3374 -3383.5881 3383.5881
+ 3030 1.3849376e-09 -2213.3374 -2213.3374 -3383.3558 3383.3558
+ 3033 2.2951125e-09 -2213.3374 -2213.3374 -3383.3899 3383.3899
+Loop time of 0.183207 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33141383 -2213.33738516 -2213.33738528
+ Force two-norm initial, final = 0.378533 0.00271411
+ Force max component initial, final = 0.0398322 0.000242302
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.166637 (90.9557)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.001477 (0.806193)
+Outpt time (%) = 0.00118446 (0.646516)
+Other time (%) = 0.0139084 (7.59162)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3033 0 -2213.3374 -2213.3374 -3383.3899 3383.3899
+ 3034 5.1591787e-17 -2213.3374 -2213.3374 -3383.3899 3383.3899
+Loop time of 0.00223398 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738528 -2213.33738528 -2213.33738528
+ Force two-norm initial, final = 0.00271411 0.00271411
+ Force max component initial, final = 0.000242302 0.000242302
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192904 (86.3501)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.661686)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000290155 (12.9883)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3216 -2213.3216 -3391.2566 3391.2566
+ 2810 8.3664862e-11 -2213.3216 -2213.3216 -3391.2565 3391.2565
+ 2820 9.1731011e-10 -2213.3216 -2213.3216 -3391.2556 3391.2556
+ 2830 4.4783966e-09 -2213.3216 -2213.3216 -3391.2519 3391.2519
+ 2840 2.4054078e-08 -2213.3216 -2213.3216 -3391.2317 3391.2317
+ 2850 9.4309413e-08 -2213.3217 -2213.3217 -3391.1581 3391.1581
+ 2860 4.4164189e-07 -2213.3219 -2213.3219 -3390.7875 3390.7875
+ 2870 1.4965201e-06 -2213.3226 -2213.3226 -3389.5382 3389.5382
+ 2880 3.9909842e-06 -2213.3242 -2213.3242 -3384.7705 3384.7705
+ 2890 3.5991798e-06 -2213.3258 -2213.3258 -3384.5109 3384.5109
+ 2900 1.072161e-05 -2213.3309 -2213.3309 -3382.0583 3382.0583
+ 2910 1.0742395e-06 -2213.3355 -2213.3355 -3380.0702 3380.0702
+ 2920 7.0932074e-07 -2213.3365 -2213.3365 -3383.6359 3383.6359
+ 2930 7.4342724e-08 -2213.3366 -2213.3366 -3383.3419 3383.3419
+ 2940 5.4517328e-07 -2213.3369 -2213.3369 -3383.3672 3383.3672
+ 2950 6.3663706e-07 -2213.3373 -2213.3373 -3383.3366 3383.3366
+ 2960 3.7174647e-08 -2213.3373 -2213.3373 -3383.3605 3383.3605
+ 2962 5.3857641e-08 -2213.3373 -2213.3373 -3383.372 3383.372
+Loop time of 0.160011 on 1 procs for 162 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32163202 -2213.33734379 -2213.33734972
+ Force two-norm initial, final = 0.311234 0.00952052
+ Force max component initial, final = 0.0327328 0.000822605
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 162 162
+
+Pair time (%) = 0.14547 (90.9124)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013721 (0.857503)
+Outpt time (%) = 0.00107694 (0.673039)
+Other time (%) = 0.0120921 (7.55705)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2962 0 -2213.3373 -2213.3373 -3383.372 3383.372
+ 2963 6.7962949e-16 -2213.3373 -2213.3373 -3383.372 3383.372
+Loop time of 0.00215006 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734972 -2213.33734972 -2213.33734972
+ Force two-norm initial, final = 0.00985083 0.00985083
+ Force max component initial, final = 0.000904224 0.000904224
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00193501 (89.9978)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.38283e-05 (0.643158)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201225 (9.35906)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.3282 -2213.3282 -3385.0592 3385.0592
+ 2860 5.1761596e-11 -2213.3282 -2213.3282 -3385.0592 3385.0592
+ 2870 5.6752669e-10 -2213.3282 -2213.3282 -3385.0591 3385.0591
+ 2880 2.7708741e-09 -2213.3282 -2213.3282 -3385.059 3385.059
+ 2890 1.4887386e-08 -2213.3282 -2213.3282 -3385.058 3385.058
+ 2900 5.8434305e-08 -2213.3282 -2213.3282 -3385.0543 3385.0543
+ 2910 2.7523623e-07 -2213.3284 -2213.3284 -3385.0356 3385.0356
+ 2920 9.5148188e-07 -2213.3288 -2213.3288 -3384.9692 3384.9692
+ 2930 2.8392443e-06 -2213.33 -2213.33 -3384.6547 3384.6547
+ 2940 2.438559e-06 -2213.3311 -2213.3311 -3384.3239 3384.3239
+ 2950 7.2149226e-06 -2213.3341 -2213.3341 -3383.8264 3383.8264
+ 2960 2.7775271e-07 -2213.3371 -2213.3371 -3383.3991 3383.3991
+ 2970 8.6025899e-08 -2213.3372 -2213.3372 -3383.2274 3383.2274
+ 2980 1.2069978e-07 -2213.3373 -2213.3373 -3383.3294 3383.3294
+ 2990 2.3864114e-08 -2213.3374 -2213.3374 -3383.492 3383.492
+ 2992 4.39104e-08 -2213.3374 -2213.3374 -3383.3663 3383.3663
+Loop time of 0.141095 on 1 procs for 142 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32819256 -2213.33735644 -2213.33735908
+ Force two-norm initial, final = 0.244804 0.00769169
+ Force max component initial, final = 0.0243447 0.00100171
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 142 142
+
+Pair time (%) = 0.128144 (90.821)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00121498 (0.861108)
+Outpt time (%) = 0.000941515 (0.667291)
+Other time (%) = 0.0107946 (7.65061)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2992 0 -2213.3374 -2213.3374 -3383.3663 3383.3663
+ 2993 4.1435228e-16 -2213.3374 -2213.3374 -3383.3663 3383.3663
+Loop time of 0.00215292 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735908 -2213.33735908 -2213.33735908
+ Force two-norm initial, final = 0.00769169 0.00769169
+ Force max component initial, final = 0.00100171 0.00100171
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00193381 (89.8228)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.730897)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000203371 (9.44629)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.3197 -2213.3197 -3384.4148 3384.4148
+ 2910 9.1962604e-11 -2213.3197 -2213.3197 -3384.4148 3384.4148
+ 2920 1.0083067e-09 -2213.3197 -2213.3197 -3384.415 3384.415
+ 2930 4.9230692e-09 -2213.3197 -2213.3197 -3384.4155 3384.4155
+ 2940 2.6454919e-08 -2213.3197 -2213.3197 -3384.4182 3384.4182
+ 2950 1.0390032e-07 -2213.3198 -2213.3198 -3384.428 3384.428
+ 2960 4.9087825e-07 -2213.32 -2213.32 -3384.4768 3384.4768
+ 2970 1.7176318e-06 -2213.3208 -2213.3208 -3384.6305 3384.6305
+ 2980 5.5888481e-06 -2213.3232 -2213.3232 -3385.0631 3385.0631
+ 2990 6.6581618e-06 -2213.326 -2213.326 -3384.6532 3384.6532
+ 3000 1.3163853e-05 -2213.3312 -2213.3312 -3383.9723 3383.9723
+ 3010 4.8518496e-07 -2213.3367 -2213.3367 -3383.0554 3383.0554
+ 3020 1.6271891e-07 -2213.337 -2213.337 -3383.4287 3383.4287
+ 3030 3.1445978e-07 -2213.3372 -2213.3372 -3383.303 3383.303
+ 3040 4.9317676e-08 -2213.3373 -2213.3373 -3383.3409 3383.3409
+ 3050 1.4354104e-08 -2213.3373 -2213.3373 -3383.3781 3383.3781
+ 3059 4.2296567e-08 -2213.3373 -2213.3373 -3383.3836 3383.3836
+Loop time of 0.154929 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31969249 -2213.337339 -2213.33734323
+ Force two-norm initial, final = 0.326303 0.00695975
+ Force max component initial, final = 0.0551335 0.00051261
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.141074 (91.0574)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012846 (0.829154)
+Outpt time (%) = 0.000987291 (0.637254)
+Other time (%) = 0.0115829 (7.47624)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3059 0 -2213.3373 -2213.3373 -3383.3836 3383.3836
+ 3060 3.3924476e-16 -2213.3373 -2213.3373 -3383.3836 3383.3836
+Loop time of 0.00219584 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734323 -2213.33734323 -2213.33734323
+ Force two-norm initial, final = 0.00695975 0.00695975
+ Force max component initial, final = 0.00051261 0.00051261
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00197887 (90.1194)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.90735e-05 (0.868621)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197887 (9.01194)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2212.763 -2212.763 -3609.4401 3609.4401
+ 2860 1.0492307e-09 -2212.763 -2212.763 -3609.4399 3609.4399
+ 2870 1.1503796e-08 -2212.763 -2212.763 -3609.4374 3609.4374
+ 2880 5.6161438e-08 -2212.763 -2212.763 -3609.4269 3609.4269
+ 2890 3.0160525e-07 -2212.7632 -2212.7632 -3609.3691 3609.3691
+ 2900 1.1820478e-06 -2212.7637 -2212.7637 -3609.1577 3609.1577
+ 2910 5.5202012e-06 -2212.7663 -2212.7663 -3608.0724 3608.0724
+ 2920 1.8586085e-05 -2212.7743 -2212.7743 -3604.1308 3604.1308
+ 2930 4.4395434e-05 -2212.7916 -2212.7916 -3584.0283 3584.0283
+ 2940 3.2225388e-05 -2212.8025 -2212.8025 -3562.734 3562.734
+ 2950 3.4003289e-05 -2212.8151 -2212.8151 -3538.9298 3538.9298
+ 2960 1.7112983e-05 -2212.8238 -2212.8238 -3536.9584 3536.9584
+ 2970 1.137284e-06 -2212.8256 -2212.8256 -3534.0292 3534.0292
+ 2980 2.0441535e-06 -2212.8264 -2212.8264 -3536.9608 3536.9608
+ 2990 2.7347902e-07 -2212.8268 -2212.8268 -3540.4809 3540.4809
+ 3000 6.7523294e-08 -2212.8269 -2212.8269 -3540.3781 3540.3781
+ 3010 2.8994981e-07 -2212.827 -2212.827 -3540.4676 3540.4676
+ 3020 3.510261e-08 -2212.8271 -2212.8271 -3540.1321 3540.1321
+ 3030 7.3206587e-09 -2212.8271 -2212.8271 -3540.113 3540.113
+ 3040 3.7709388e-08 -2212.8272 -2212.8272 -3540.033 3540.033
+ 3048 1.2552992e-07 -2212.8272 -2212.8272 -3539.7333 3539.7333
+Loop time of 0.195716 on 1 procs for 198 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.76298089 -2212.82720184 -2212.82721253
+ Force two-norm initial, final = 1.10218 0.00991086
+ Force max component initial, final = 0.243689 0.000764141
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 198 198
+
+Pair time (%) = 0.179228 (91.5756)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159526 (0.815089)
+Outpt time (%) = 0.00124979 (0.638574)
+Other time (%) = 0.0136428 (6.97071)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14246 ave 14246 max 14246 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14246
+Ave neighs/atom = 27.8787
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3048 0 -2212.8272 -2212.8272 -3539.7333 3539.7333
+ 3050 2.8506689e-15 -2212.8272 -2212.8272 -3539.7333 3539.7333
+ 3060 1.4957316e-13 -2212.8272 -2212.8272 -3539.7333 3539.7333
+ 3070 1.4028572e-12 -2212.8272 -2212.8272 -3539.7333 3539.7333
+ 3080 6.4845726e-12 -2212.8272 -2212.8272 -3539.7333 3539.7333
+ 3090 3.4552569e-11 -2212.8272 -2212.8272 -3539.7332 3539.7332
+ 3100 1.3374305e-10 -2212.8272 -2212.8272 -3539.7329 3539.7329
+ 3110 6.4760731e-10 -2212.8272 -2212.8272 -3539.7312 3539.7312
+ 3115 1.2097023e-09 -2212.8272 -2212.8272 -3539.7293 3539.7293
+Loop time of 0.0674729 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2212.82721253 -2212.82721314 -2212.82721322
+ Force two-norm initial, final = 0.0100874 0.00999068
+ Force max component initial, final = 0.000875964 0.000863406
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0617516 (91.5206)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000549316 (0.814129)
+Outpt time (%) = 0.000459433 (0.680914)
+Other time (%) = 0.00471258 (6.9844)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14250 ave 14250 max 14250 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14250
+Ave neighs/atom = 27.8865
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.3262 -2213.3262 -3389.4062 3389.4062
+ 2910 5.9991503e-11 -2213.3262 -2213.3262 -3389.4061 3389.4061
+ 2920 6.5775441e-10 -2213.3262 -2213.3262 -3389.4054 3389.4054
+ 2930 3.2112495e-09 -2213.3262 -2213.3262 -3389.4021 3389.4021
+ 2940 1.7248963e-08 -2213.3262 -2213.3262 -3389.3845 3389.3845
+ 2950 6.764087e-08 -2213.3263 -2213.3263 -3389.3202 3389.3202
+ 2960 3.1710654e-07 -2213.3264 -2213.3264 -3388.9968 3388.9968
+ 2970 1.0803082e-06 -2213.3269 -2213.3269 -3387.915 3387.915
+ 2980 3.1663785e-06 -2213.3283 -2213.3283 -3383.9522 3383.9522
+ 2990 5.7913122e-06 -2213.3306 -2213.3306 -3384.0264 3384.0264
+ 3000 1.0918104e-05 -2213.3353 -2213.3353 -3382.2259 3382.2259
+ 3010 5.5366342e-07 -2213.3371 -2213.3371 -3380.4443 3380.4443
+ 3020 8.0612635e-08 -2213.3373 -2213.3373 -3383.4244 3383.4244
+ 3030 1.1962461e-07 -2213.3374 -2213.3374 -3383.5351 3383.5351
+ 3040 1.2661151e-08 -2213.3374 -2213.3374 -3383.3305 3383.3305
+ 3050 2.3666466e-08 -2213.3374 -2213.3374 -3383.4909 3383.4909
+ 3052 3.1581381e-08 -2213.3374 -2213.3374 -3383.4589 3383.4589
+Loop time of 0.152909 on 1 procs for 152 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3262134 -2213.33737531 -2213.33737831
+ Force two-norm initial, final = 0.263548 0.00525831
+ Force max component initial, final = 0.043439 0.000504567
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 152 152
+
+Pair time (%) = 0.139029 (90.9227)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00123119 (0.80518)
+Outpt time (%) = 0.000988483 (0.646452)
+Other time (%) = 0.0116603 (7.62567)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3052 0 -2213.3374 -2213.3374 -3383.4589 3383.4589
+ 3053 1.9365056e-16 -2213.3374 -2213.3374 -3383.4589 3383.4589
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737831 -2213.33737831 -2213.33737831
+ Force two-norm initial, final = 0.00525831 0.00525831
+ Force max component initial, final = 0.000504567 0.000504567
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.1185)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.45435e-05 (0.700184)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211477 (10.1814)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2950 0 -2213.3243 -2213.3243 -3390.9473 3390.9473
+ 2960 1.184482e-10 -2213.3243 -2213.3243 -3390.9472 3390.9472
+ 2970 1.2986599e-09 -2213.3243 -2213.3243 -3390.9464 3390.9464
+ 2980 6.3397771e-09 -2213.3243 -2213.3243 -3390.9427 3390.9427
+ 2990 3.4039953e-08 -2213.3243 -2213.3243 -3390.9229 3390.9229
+ 3000 1.3328801e-07 -2213.3243 -2213.3243 -3390.8507 3390.8507
+ 3010 6.2010031e-07 -2213.3246 -2213.3246 -3390.4858 3390.4858
+ 3020 2.0510181e-06 -2213.3255 -2213.3255 -3389.2402 3389.2402
+ 3030 4.7691708e-06 -2213.3275 -2213.3275 -3384.3457 3384.3457
+ 3040 6.5801376e-06 -2213.33 -2213.33 -3383.6828 3383.6828
+ 3050 1.0950952e-05 -2213.3349 -2213.3349 -3381.8089 3381.8089
+ 3060 1.5763877e-06 -2213.3369 -2213.3369 -3383.7634 3383.7634
+ 3070 1.7574687e-07 -2213.337 -2213.337 -3383.4546 3383.4546
+ 3080 3.5316683e-07 -2213.3371 -2213.3371 -3383.4189 3383.4189
+ 3090 4.7320042e-08 -2213.3373 -2213.3373 -3383.3601 3383.3601
+ 3100 1.2395149e-08 -2213.3373 -2213.3373 -3383.4087 3383.4087
+ 3110 4.9636984e-08 -2213.3373 -2213.3373 -3383.3937 3383.3937
+ 3120 1.1899935e-07 -2213.3374 -2213.3374 -3383.3788 3383.3788
+ 3125 3.1641557e-08 -2213.3374 -2213.3374 -3383.4002 3383.4002
+Loop time of 0.171276 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32425052 -2213.33737124 -2213.33737471
+ Force two-norm initial, final = 0.370323 0.00545406
+ Force max component initial, final = 0.0384054 0.000453125
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.154355 (90.1205)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139642 (0.815302)
+Outpt time (%) = 0.00110745 (0.64659)
+Other time (%) = 0.0144174 (8.41764)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3125 0 -2213.3374 -2213.3374 -3383.4002 3383.4002
+ 3126 2.0833675e-16 -2213.3374 -2213.3374 -3383.4002 3383.4002
+Loop time of 0.00207901 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737471 -2213.33737471 -2213.33737471
+ Force two-norm initial, final = 0.00545406 0.00545406
+ Force max component initial, final = 0.000453125 0.000453125
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185227 (89.094)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.802752)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210047 (10.1032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2213.3211 -2213.3211 -3392.4563 3392.4563
+ 3010 1.3626675e-10 -2213.3211 -2213.3211 -3392.4563 3392.4563
+ 3020 1.4940133e-09 -2213.3211 -2213.3211 -3392.4553 3392.4553
+ 3030 7.2932656e-09 -2213.3211 -2213.3211 -3392.4511 3392.4511
+ 3040 3.9154112e-08 -2213.3211 -2213.3211 -3392.4283 3392.4283
+ 3050 1.5323391e-07 -2213.3212 -2213.3212 -3392.3451 3392.3451
+ 3060 7.1101167e-07 -2213.3215 -2213.3215 -3391.9246 3391.9246
+ 3070 2.326522e-06 -2213.3225 -2213.3225 -3390.4871 3390.4871
+ 3080 4.882061e-06 -2213.3245 -2213.3245 -3384.8546 3384.8546
+ 3090 6.7174193e-06 -2213.3272 -2213.3272 -3384.4494 3384.4494
+ 3100 1.4327697e-05 -2213.3338 -2213.3338 -3381.1908 3381.1908
+ 3110 1.9900872e-06 -2213.3368 -2213.3368 -3383.5927 3383.5927
+ 3120 2.0810268e-07 -2213.3368 -2213.3368 -3383.1998 3383.1998
+ 3130 4.2449745e-07 -2213.337 -2213.337 -3383.3207 3383.3207
+ 3140 9.9993671e-07 -2213.3372 -2213.3372 -3383.6979 3383.6979
+ 3150 8.7628341e-09 -2213.3373 -2213.3373 -3383.4559 3383.4559
+ 3160 3.9380468e-08 -2213.3374 -2213.3374 -3383.4155 3383.4155
+ 3170 8.9346972e-09 -2213.3374 -2213.3374 -3383.3487 3383.3487
+ 3172 2.6114415e-08 -2213.3374 -2213.3374 -3383.3759 3383.3759
+Loop time of 0.169301 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32111072 -2213.33737674 -2213.33737958
+ Force two-norm initial, final = 0.397202 0.00546314
+ Force max component initial, final = 0.0607124 0.000459025
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.152452 (90.0482)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146413 (0.864808)
+Outpt time (%) = 0.0011549 (0.682157)
+Other time (%) = 0.0142295 (8.40487)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3172 0 -2213.3374 -2213.3374 -3383.3759 3383.3759
+ 3173 2.090311e-16 -2213.3374 -2213.3374 -3383.3759 3383.3759
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737958 -2213.33737958 -2213.33737958
+ Force two-norm initial, final = 0.00546314 0.00546314
+ Force max component initial, final = 0.000459025 0.000459025
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00192499 (89.9109)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.712695)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000200748 (9.37639)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Loop time of 39.1789 on 1 procs for 22 steps with 511 atoms
+
+TAD stats:
+ NEB time (%) = 18.1759 (46.3922)
+ Dynamics time (%) = 0 (0)
+ Quench time (%) = 0 (0)
+ Comm time (%) = 0 (0)
+ Output time (%) = 0 (0)
+ Other time (%) = 21.0029 (53.6078)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/tad/log.tad.1.9Jan12.linux.3 b/examples/tad/log.tad.1.9Jan12.linux.3
deleted file mode 100644
index 9e14db8af..000000000
--- a/examples/tad/log.tad.1.9Jan12.linux.3
+++ /dev/null
@@ -1,2868 +0,0 @@
-LAMMPS (10 Jan 2012)
-Processor partition = 1
-# temperature accelerated dynamics model for a single vacancy in bulk Si
-# events occur when a neighboring atom diffuses to the vacant site
-# run this on multiple partitions as
-# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
-
-units metal
-
-atom_style atomic
-atom_modify map array
-boundary p p p
-atom_modify sort 0 0.0
-
-# temperatures
-variable tlo equal 1800.0
-variable thi equal 2400.0
-
-# coordination number cutoff
-
-variable r equal 2.835
-
-# minimization parameters
-
-variable etol equal 1.0e-5
-variable ftol equal 1.0e-5
-variable maxiter equal 100
-variable maxeval equal 100
-variable dmax equal 1.0e-1
-
-# diamond unit cell
-
-variable a equal 5.431
-lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-Lattice spacing in x,y,z = 5.431 5.431 5.431
-
-region myreg block 0 4 0 4 0 4
-create_box 1 myreg
-Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 region myreg
-Created 512 atoms
-
-mass 1 28.06
-
-group Si type 1
-512 atoms in group Si
-
-velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
-velocity all create 2400 5287286 mom yes rot yes dist gaussian
-
-# make a vacancy
-
-group del id 300
-1 atoms in group del
-delete_atoms group del
-Deleted 1 atoms, new total = 511
-
-pair_style sw
-pair_coeff * * Si.sw Si
-
-thermo 10
-
-fix 1 all nve
-fix 2 all langevin ${thi} ${thi} 0.1 48278
-fix 2 all langevin 2400 ${thi} 0.1 48278
-fix 2 all langevin 2400 2400 0.1 48278
-
-timestep 1.0e-3
-neighbor 1.0 bin
-neigh_modify every 1 delay 10 check yes
-
-# equilibrate
-
-run 1000
-Memory usage per processor = 2.02216 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 2397.3877 -2211.666 0 -2053.6238 16437.395
- 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
- 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
- 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
- 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
- 50 1355.5121 -2075.899 0 -1986.54 15232.765
- 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
- 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
- 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
- 90 1856.846 -2074.3867 0 -1951.9784 14679.213
- 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
- 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
- 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
- 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
- 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
- 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
- 160 2250.38 -2061.9776 0 -1913.6265 14775.208
- 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
- 180 2133.2342 -2054.0585 0 -1913.43 14703.698
- 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
- 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
- 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
- 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
- 230 2236.7528 -2050.463 0 -1903.0103 15555.164
- 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
- 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
- 260 2315.568 -2051.1362 0 -1898.4877 16359.564
- 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
- 280 2309.251 -2049.7917 0 -1897.5597 14754.994
- 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
- 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
- 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
- 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
- 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
- 340 2310.4682 -2042.508 0 -1890.1957 16597.877
- 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
- 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
- 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
- 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
- 390 2241.238 -2035.6191 0 -1887.8707 16413.388
- 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
- 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
- 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
- 430 2419.621 -2039.4524 0 -1879.9446 17277.841
- 440 2400.3962 -2036.392 0 -1878.1515 17353.749
- 450 2400.084 -2034.8541 0 -1876.6341 17301.395
- 460 2443.232 -2038.2591 0 -1877.1947 15880.125
- 470 2399.563 -2032.3026 0 -1874.117 14524.504
- 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
- 490 2257.134 -2030.7105 0 -1881.9142 13267.538
- 500 2303.4365 -2033.254 0 -1881.4053 13303.626
- 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
- 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
- 530 2244.3528 -2036.563 0 -1888.6093 13611.835
- 540 2289.2186 -2033.577 0 -1882.6656 14593.524
- 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
- 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
- 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
- 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
- 590 2483.692 -2034.8435 0 -1871.1118 16533.816
- 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
- 610 2369.1226 -2030.2599 0 -1874.081 15171.807
- 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
- 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
- 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
- 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
- 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
- 670 2379.955 -2030.0505 0 -1873.1575 15633.06
- 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
- 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
- 700 2475.846 -2034.693 0 -1871.4786 18851.309
- 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
- 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
- 730 2435.1585 -2037.6942 0 -1877.162 16882.364
- 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
- 750 2326.452 -2029.9922 0 -1876.6263 16117.229
- 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
- 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
- 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
- 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
- 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
- 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
- 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
- 830 2323.0047 -2033.1056 0 -1879.967 17703.971
- 840 2498.7372 -2040.984 0 -1876.2606 17876.907
- 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
- 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
- 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
- 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
- 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
- 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
- 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
- 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
- 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
- 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
- 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
- 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
- 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
- 980 2477.0203 -2028.29 0 -1864.9982 14789.439
- 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
- 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
-Loop time of 2.3058 on 1 procs for 1000 steps with 511 atoms
-
-Pair time (%) = 2.22045 (96.2982)
-Neigh time (%) = 0.0381374 (1.65398)
-Comm time (%) = 0.00928426 (0.402647)
-Outpt time (%) = 0.00088644 (0.0384439)
-Other time (%) = 0.0370476 (1.60671)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1021 ave 1021 max 1021 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13046 ave 13046 max 13046 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 13046
-Ave neighs/atom = 25.5303
-Neighbor list builds = 56
-Dangerous builds = 0
-
-# Eliminate COM motion
-velocity all zero linear
-
-# only output atoms near vacancy
-
-compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
-
-compute patom all pe/atom
-compute pe all reduce sum c_patom
-compute satom all stress/atom
-compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
-variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
-
-thermo_style custom step temp pe c_pe press v_press
-
-compute event all event/displace 1.0
-
-unfix 1
-unfix 2
-fix 1 all nvt temp ${thi} ${thi} 0.1
-fix 1 all nvt temp 2400 ${thi} 0.1
-fix 1 all nvt temp 2400 2400 0.1
-
-# tad nsteps nevent tlo thi delta_conf tmax compute
-# [min etol ftol niter neval]
-# [neb etol_neb ftol_neb n1steps n2steps nevery]
-# [min_style min_style]
-# [neb_style min_style]
-# [neb_log logfile]
-
-tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-Memory usage per processor = 4.42542 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
- 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
- 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
- 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
-Loop time of 0.0566721 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.94753371 -2213.26863148 -2213.28029768
- Force two-norm initial, final = 70.3784 0.377272
- Force max component initial, final = 5.75308 0.037084
- Final line search alpha, max atom move = 0.0625 0.00231775
- Iterations, force evaluations = 22 50
-
-Pair time (%) = 2.27449 (4013.43)
-Neigh time (%) = 0.0394623 (69.6327)
-Comm time (%) = 0.00973201 (17.1725)
-Outpt time (%) = 0.00102448 (1.80774)
-Other time (%) = -2.26804 (-4002.04)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1150 0 -2208.1718 -2208.1718 -3227.0211 3227.0211
- 1160 1.1733253e-07 -2208.1719 -2208.1719 -3227.0379 3227.0379
- 1170 1.2862776e-06 -2208.1726 -2208.1726 -3227.2138 3227.2138
- 1180 6.2760279e-06 -2208.1756 -2208.1756 -3227.9792 3227.9792
- 1190 3.3601038e-05 -2208.1922 -2208.1922 -3232.1574 3232.1574
- 1200 0.00013019566 -2208.2515 -2208.2515 -3247.1018 3247.1018
- 1210 0.00057570453 -2208.5222 -2208.5222 -3316.5011 3316.5011
- 1220 0.0016320654 -2209.1721 -2209.1721 -3492.6305 3492.6305
- 1230 0.0027148483 -2210.2729 -2210.2729 -3760.8155 3760.8155
- 1240 0.0024756439 -2211.5384 -2211.5384 -3542.7558 3542.7558
- 1250 0.0041839228 -2212.4358 -2212.4358 -3309.7579 3309.7579
- 1260 0.00019350505 -2209.2944 -2209.2944 -3498.3492 3498.3492
- 1270 0.0005266455 -2210.565 -2210.565 -3701.4099 3701.4099
- 1280 0.0013037694 -2211.6611 -2211.6611 -3514.6377 3514.6377
- 1290 0.00014758664 -2212.7112 -2212.7112 -3419.5491 3419.5491
- 1300 0.00056144907 -2213.0208 -2213.0208 -3366.2897 3366.2897
- 1310 1.2576152e-06 -2213.2324 -2213.2324 -3376.2886 3376.2886
- 1320 8.0337785e-05 -2213.2583 -2213.2583 -3398.8974 3398.8974
- 1330 7.8785645e-07 -2213.2969 -2213.2969 -3380.1374 3380.1374
- 1340 5.5694247e-06 -2213.2975 -2213.2975 -3385.1786 3385.1786
- 1350 6.9876434e-05 -2213.2909 -2213.2909 -3384.8581 3384.8581
-Loop time of 0.206951 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2208.17179808 -2213.29319585 -2213.29085797
- Force two-norm initial, final = 11.6554 0.335826
- Force max component initial, final = 6.62337 0.0362959
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.183106 (88.478)
-Neigh time (%) = 0.00130606 (0.631094)
-Comm time (%) = 0.00165701 (0.800676)
-Outpt time (%) = 0.00134087 (0.647914)
-Other time (%) = 0.019541 (9.44234)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14258 ave 14258 max 14258 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14258
-Ave neighs/atom = 27.9022
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1350 0 -2213.2909 -2213.2909 -3384.8586 3384.8586
- 1360 9.740913e-11 -2213.2909 -2213.2909 -3384.8586 3384.8586
- 1370 1.0680847e-09 -2213.2909 -2213.2909 -3384.8586 3384.8586
- 1380 5.2164951e-09 -2213.2909 -2213.2909 -3384.8585 3384.8585
- 1390 2.8072894e-08 -2213.2909 -2213.2909 -3384.8579 3384.8579
- 1400 1.1094315e-07 -2213.2908 -2213.2908 -3384.8557 3384.8557
- 1410 5.3869668e-07 -2213.2907 -2213.2907 -3384.8451 3384.8451
- 1420 2.0968729e-06 -2213.2904 -2213.2904 -3384.8124 3384.8124
- 1430 9.9189874e-06 -2213.2886 -2213.2886 -3384.7473 3384.7473
- 1440 3.162191e-05 -2213.2813 -2213.2813 -3385.2135 3385.2135
- 1450 8.1692841e-05 -2213.2346 -2213.2346 -3388.5611 3388.5611
- 1460 5.5542794e-09 -2213.2194 -2213.2194 -3390.1489 3390.1489
- 1470 3.2030586e-07 -2213.222 -2213.222 -3389.9284 3389.9284
- 1480 8.5704734e-07 -2213.2313 -2213.2313 -3389.5386 3389.5386
- 1490 2.3162399e-10 -2213.2352 -2213.2352 -3389.2452 3389.2452
- 1500 4.2370897e-08 -2213.2356 -2213.2356 -3389.2006 3389.2006
- 1510 1.7640748e-07 -2213.2388 -2213.2388 -3388.9272 3388.9272
-Loop time of 0.16421 on 1 procs for 160 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.29085797 -2213.23820957 -2213.23875112
- Force two-norm initial, final = 0.335826 0.00809973
- Force max component initial, final = 0.0362959 0.000736646
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 160 160
-
-Pair time (%) = 0.141213 (85.9953)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00129986 (0.791584)
-Outpt time (%) = 0.000990629 (0.60327)
-Other time (%) = 0.0207067 (12.6099)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1550 0 -2212.7878 -2212.7878 -3603.9978 3603.9978
- 1560 8.5937597e-10 -2212.7878 -2212.7878 -3603.9976 3603.9976
- 1570 9.4221974e-09 -2212.7878 -2212.7878 -3603.9952 3603.9952
- 1580 4.5997797e-08 -2212.7878 -2212.7878 -3603.9849 3603.9849
- 1590 2.4700006e-07 -2212.7879 -2212.7879 -3603.9283 3603.9283
- 1600 9.6740827e-07 -2212.7884 -2212.7884 -3603.7217 3603.7217
- 1610 4.5086458e-06 -2212.7905 -2212.7905 -3602.6662 3602.6662
- 1620 1.4938245e-05 -2212.797 -2212.797 -3598.91 3598.91
- 1630 3.368484e-05 -2212.8116 -2212.8116 -3581.0284 3581.0284
- 1640 2.2812554e-05 -2212.819 -2212.819 -3561.2473 3561.2473
- 1650 1.6694571e-05 -2212.8229 -2212.8229 -3537.3927 3537.3927
- 1660 1.178121e-05 -2212.8229 -2212.8229 -3524.9391 3524.9391
- 1670 6.2482459e-07 -2212.8265 -2212.8265 -3531.1619 3531.1619
- 1680 1.0890234e-06 -2212.827 -2212.827 -3534.188 3534.188
- 1690 3.986313e-08 -2212.8271 -2212.8271 -3540.0966 3540.0966
- 1700 3.6991708e-08 -2212.8272 -2212.8272 -3540.5581 3540.5581
- 1710 1.0460742e-07 -2212.8273 -2212.8273 -3539.2859 3539.2859
- 1716 9.1985495e-09 -2212.8273 -2212.8273 -3538.6767 3538.6767
-Loop time of 0.167138 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.78775693 -2212.82728644 -2212.827288
- Force two-norm initial, final = 0.997487 0.00937149
- Force max component initial, final = 0.231841 0.00102351
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.151069 (90.3861)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00135732 (0.812094)
-Outpt time (%) = 0.00107479 (0.643057)
-Other time (%) = 0.0136364 (8.15874)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14248 ave 14248 max 14248 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14248
-Ave neighs/atom = 27.8826
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1716 0 -2212.8273 -2212.8273 -3538.6767 3538.6767
- 1717 6.1538879e-16 -2212.8273 -2212.8273 -3538.6767 3538.6767
-Loop time of 0.00215912 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.827288 -2212.827288 -2212.827288
- Force two-norm initial, final = 0.00937371 0.00937371
- Force max component initial, final = 0.00102355 0.00102355
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0019362 (89.6754)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.739841)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000206947 (9.58481)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2209.3761 -2209.3761 -3142.2135 3142.2135
- 1960 8.0693615e-08 -2209.3762 -2209.3762 -3142.2256 3142.2256
- 1970 8.8464021e-07 -2209.3766 -2209.3766 -3142.3526 3142.3526
- 1980 4.3168586e-06 -2209.3787 -2209.3787 -3142.9055 3142.9055
- 1990 2.3126608e-05 -2209.3902 -2209.3902 -3145.9262 3145.9262
- 2000 8.9819028e-05 -2209.4311 -2209.4311 -3156.7676 3156.7676
- 2010 0.00040151573 -2209.6209 -2209.6209 -3207.9128 3207.9128
- 2020 0.0011726103 -2210.098 -2210.098 -3344.7411 3344.7411
- 2030 0.0019560621 -2210.9298 -2210.9298 -3581.0137 3581.0137
- 2040 0.00078571943 -2211.5357 -2211.5357 -3446.0011 3446.0011
- 2050 6.3506492e-06 -2212.4197 -2212.4197 -3498.58 3498.58
- 2060 0.00024646572 -2212.3642 -2212.3642 -3493.4062 3493.4062
- 2070 7.9785049e-05 -2212.1449 -2212.1449 -3500.0533 3500.0533
- 2080 0.00014139966 -2211.6501 -2211.6501 -3498.8228 3498.8228
- 2090 8.8179033e-06 -2211.6034 -2211.6034 -3481.3701 3481.3701
- 2100 5.8560005e-07 -2211.4398 -2211.4398 -3463.5113 3463.5113
- 2110 5.9613318e-07 -2211.4379 -2211.4379 -3482.3939 3482.3939
- 2120 1.3118683e-06 -2211.4286 -2211.4286 -3475.6555 3475.6555
- 2130 2.1594801e-06 -2211.3815 -2211.3815 -3472.4272 3472.4272
- 2140 1.1837736e-07 -2211.358 -2211.358 -3476.0878 3476.0878
- 2150 6.016045e-08 -2211.3398 -2211.3398 -3473.3638 3473.3638
-Loop time of 0.207419 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2209.37612147 -2211.33982433 -2211.33982433
- Force two-norm initial, final = 9.66579 0.127962
- Force max component initial, final = 5.33469 0.0713942
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.180259 (86.9056)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00163841 (0.789905)
-Outpt time (%) = 0.00134635 (0.649097)
-Other time (%) = 0.0241754 (11.6554)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2211.3398 -2211.3398 -3473.3638 3473.3638
- 2160 1.4142515e-11 -2211.3398 -2211.3398 -3473.3639 3473.3639
- 2170 1.5504963e-10 -2211.3398 -2211.3398 -3473.3647 3473.3647
- 2180 7.5673771e-10 -2211.3398 -2211.3398 -3473.3681 3473.3681
- 2190 4.0578306e-09 -2211.3398 -2211.3398 -3473.3868 3473.3868
- 2200 1.5811818e-08 -2211.3398 -2211.3398 -3473.4548 3473.4548
- 2210 7.174816e-08 -2211.3398 -2211.3398 -3473.794 3473.794
- 2220 2.1504708e-07 -2211.3396 -2211.3396 -3474.8973 3474.8973
- 2230 1.4681933e-07 -2211.3381 -2211.3381 -3477.9351 3477.9351
- 2240 1.5319066e-07 -2211.3341 -2211.3341 -3475.7509 3475.7509
- 2250 3.8051471e-07 -2211.3205 -2211.3205 -3476.1759 3476.1759
- 2260 3.1536309e-09 -2211.3176 -2211.3176 -3476.7038 3476.7038
- 2263 7.436273e-09 -2211.3174 -2211.3174 -3476.4686 3476.4686
-Loop time of 0.11577 on 1 procs for 113 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.33982433 -2211.31748495 -2211.31741581
- Force two-norm initial, final = 0.127962 0.00946178
- Force max component initial, final = 0.0713942 0.00261171
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 113 113
-
-Pair time (%) = 0.103365 (89.2853)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000912428 (0.788139)
-Outpt time (%) = 0.000724077 (0.625445)
-Other time (%) = 0.0107679 (9.30116)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14240 ave 14240 max 14240 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14240
-Ave neighs/atom = 27.8669
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2212.7804 -2212.7804 -3607.4239 3607.4239
- 2360 9.4000454e-10 -2212.7804 -2212.7804 -3607.4237 3607.4237
- 2370 1.0306238e-08 -2212.7804 -2212.7804 -3607.4212 3607.4212
- 2380 5.031458e-08 -2212.7804 -2212.7804 -3607.4106 3607.4106
- 2390 2.7020258e-07 -2212.7805 -2212.7805 -3607.352 3607.352
- 2400 1.058764e-06 -2212.781 -2212.781 -3607.1382 3607.1382
- 2410 4.9426779e-06 -2212.7834 -2212.7834 -3606.0444 3606.0444
- 2420 1.654706e-05 -2212.7905 -2212.7905 -3602.1273 3602.1273
- 2430 3.9147993e-05 -2212.8065 -2212.8065 -3582.9604 3582.9604
- 2440 2.599912e-05 -2212.8147 -2212.8147 -3562.2477 3562.2477
- 2450 1.9911897e-05 -2212.8202 -2212.8202 -3539.4891 3539.4891
- 2460 1.0451866e-05 -2212.825 -2212.825 -3537.3626 3537.3626
- 2470 1.2480977e-06 -2212.8265 -2212.8265 -3534.4046 3534.4046
- 2480 1.3635312e-06 -2212.8269 -2212.8269 -3537.8031 3537.8031
- 2490 2.854552e-07 -2212.827 -2212.827 -3538.2063 3538.2063
- 2500 4.1826301e-08 -2212.827 -2212.827 -3538.3754 3538.3754
- 2510 2.2559061e-07 -2212.8271 -2212.8271 -3539.1749 3539.1749
- 2520 3.613106e-07 -2212.8272 -2212.8272 -3540.6302 3540.6302
- 2527 2.7240166e-08 -2212.8273 -2212.8273 -3540.3483 3540.3483
-Loop time of 0.178834 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.78036278 -2212.82727357 -2212.82727535
- Force two-norm initial, final = 1.04323 0.00967124
- Force max component initial, final = 0.23682 0.00197849
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.160984 (90.0185)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00143433 (0.802044)
-Outpt time (%) = 0.00115323 (0.644861)
-Other time (%) = 0.0152628 (8.53464)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14248 ave 14248 max 14248 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14248
-Ave neighs/atom = 27.8826
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2527 0 -2212.8273 -2212.8273 -3540.3483 3540.3483
- 2530 6.5117747e-15 -2212.8273 -2212.8273 -3540.3483 3540.3483
- 2540 1.9545235e-13 -2212.8273 -2212.8273 -3540.3483 3540.3483
- 2550 1.6784108e-12 -2212.8273 -2212.8273 -3540.3483 3540.3483
- 2560 7.7534117e-12 -2212.8273 -2212.8273 -3540.3482 3540.3482
- 2570 4.0273262e-11 -2212.8273 -2212.8273 -3540.3478 3540.3478
- 2580 1.5728048e-10 -2212.8273 -2212.8273 -3540.3465 3540.3465
- 2584 2.9457297e-10 -2212.8273 -2212.8273 -3540.3449 3540.3449
-Loop time of 0.0588851 on 1 procs for 57 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727535 -2212.82727544 -2212.82727546
- Force two-norm initial, final = 0.010164 0.00999439
- Force max component initial, final = 0.00221896 0.00221473
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 57 57
-
-Pair time (%) = 0.0531199 (90.2094)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000482321 (0.819088)
-Outpt time (%) = 0.000423193 (0.718676)
-Other time (%) = 0.00485969 (8.25283)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2800 0 -2208.8483 -2208.8483 -3052.5382 3052.5382
- 2810 1.0526723e-07 -2208.8484 -2208.8484 -3052.554 3052.554
- 2820 1.1540113e-06 -2208.849 -2208.849 -3052.719 3052.719
- 2830 5.6307037e-06 -2208.8517 -2208.8517 -3053.4377 3053.4377
- 2840 3.0146991e-05 -2208.8667 -2208.8667 -3057.3621 3057.3621
- 2850 0.00011682313 -2208.9199 -2208.9199 -3071.417 3071.417
- 2860 0.00051666017 -2209.163 -2209.163 -3137.0904 3137.0904
- 2870 0.0014589928 -2209.7452 -2209.7452 -3307.7773 3307.7773
- 2880 0.0021638981 -2210.6474 -2210.6474 -3593.9277 3593.9277
- 2890 0.00083599037 -2211.2809 -2211.2809 -3429.1378 3429.1378
- 2900 0.001071445 -2212.3606 -2212.3606 -3459.5023 3459.5023
- 2910 2.2055098e-05 -2212.4862 -2212.4862 -3480.818 3480.818
- 2920 0.00015499474 -2212.3629 -2212.3629 -3474.9632 3474.9632
- 2930 0.00024444951 -2211.5607 -2211.5607 -3445.2075 3445.2075
- 2940 1.2317244e-06 -2211.2116 -2211.2116 -3459.6284 3459.6284
- 2950 1.0919294e-05 -2211.2288 -2211.2288 -3486.2261 3486.2261
- 2960 1.6502675e-06 -2211.2494 -2211.2494 -3474.589 3474.589
- 2970 1.6690579e-07 -2211.2514 -2211.2514 -3477.3058 3477.3058
- 2980 4.4074837e-07 -2211.2592 -2211.2592 -3475.0467 3475.0467
- 2990 1.5269423e-06 -2211.284 -2211.284 -3473.9852 3473.9852
- 3000 8.0527694e-09 -2211.2972 -2211.2972 -3477.6674 3477.6674
-Loop time of 0.208158 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2208.84830981 -2211.29722847 -2211.29722847
- Force two-norm initial, final = 11.0399 0.0851206
- Force max component initial, final = 6.46908 0.0426169
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.180782 (86.8486)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00163007 (0.783092)
-Outpt time (%) = 0.0013473 (0.647251)
-Other time (%) = 0.0243983 (11.7211)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2211.2972 -2211.2972 -3477.6674 3477.6674
- 3010 6.2579993e-12 -2211.2972 -2211.2972 -3477.6674 3477.6674
- 3020 6.860886e-11 -2211.2972 -2211.2972 -3477.6668 3477.6668
- 3030 3.348551e-10 -2211.2972 -2211.2972 -3477.6645 3477.6645
- 3040 1.79564e-09 -2211.2972 -2211.2972 -3477.6519 3477.6519
- 3050 6.9975603e-09 -2211.2972 -2211.2972 -3477.6058 3477.6058
- 3060 3.1771832e-08 -2211.2972 -2211.2972 -3477.3753 3477.3753
- 3070 9.5376116e-08 -2211.2969 -2211.2969 -3476.6213 3476.6213
- 3080 9.2928516e-08 -2211.2953 -2211.2953 -3474.4887 3474.4887
- 3090 1.4617599e-07 -2211.2912 -2211.2912 -3476.0725 3476.0725
- 3100 2.7727432e-07 -2211.2813 -2211.2813 -3476.6436 3476.6436
- 3105 3.4708892e-08 -2211.2815 -2211.2815 -3475.5206 3475.5206
-Loop time of 0.109678 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.29722847 -2211.28141339 -2211.28152071
- Force two-norm initial, final = 0.0851206 0.00924307
- Force max component initial, final = 0.0426169 0.00347619
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.0961735 (87.6871)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000856161 (0.780613)
-Outpt time (%) = 0.000671625 (0.612361)
-Other time (%) = 0.0119767 (10.9199)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14240 ave 14240 max 14240 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14240
-Ave neighs/atom = 27.8669
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1650 0 -2212.7465 -2212.7465 -3601.6034 3601.6034
- 1660 9.4000614e-10 -2212.7465 -2212.7465 -3601.6032 3601.6032
- 1670 1.0306268e-08 -2212.7466 -2212.7466 -3601.6008 3601.6008
- 1680 5.0314608e-08 -2212.7466 -2212.7466 -3601.5904 3601.5904
- 1690 2.7020746e-07 -2212.7467 -2212.7467 -3601.5334 3601.5334
- 1700 1.0586915e-06 -2212.7472 -2212.7472 -3601.325 3601.325
- 1710 4.9436645e-06 -2212.7496 -2212.7496 -3600.2607 3600.2607
- 1720 1.6514572e-05 -2212.7568 -2212.7568 -3596.4792 3596.4792
- 1730 4.0897496e-05 -2212.7747 -2212.7747 -3578.5679 3578.5679
- 1740 4.4588681e-05 -2212.7907 -2212.7907 -3557.2617 3557.2617
- 1750 6.4625819e-05 -2212.816 -2212.816 -3528.6165 3528.6165
- 1760 9.4741151e-06 -2212.8245 -2212.8245 -3524.6622 3524.6622
- 1770 1.0268537e-06 -2212.8259 -2212.8259 -3527.2528 3527.2528
- 1780 1.6684885e-06 -2212.8266 -2212.8266 -3530.4885 3530.4885
- 1790 2.8092461e-07 -2212.827 -2212.827 -3536.6513 3536.6513
- 1800 4.0027444e-08 -2212.8272 -2212.8272 -3537.5148 3537.5148
- 1810 1.2516819e-07 -2212.8272 -2212.8272 -3537.7554 3537.7554
- 1820 2.0383828e-07 -2212.8273 -2212.8273 -3538.1122 3538.1122
- 1824 3.1676011e-08 -2212.8273 -2212.8273 -3538.1436 3538.1436
-Loop time of 0.17471 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.74654678 -2212.82727936 -2212.82728315
- Force two-norm initial, final = 1.04323 0.00661539
- Force max component initial, final = 0.254204 0.000714038
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.158121 (90.5049)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00143933 (0.823841)
-Outpt time (%) = 0.00115037 (0.658445)
-Other time (%) = 0.0139992 (8.01283)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1824 0 -2212.8273 -2212.8273 -3538.1436 3538.1436
- 1825 3.1092486e-16 -2212.8273 -2212.8273 -3538.1436 3538.1436
-Loop time of 0.00213814 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82728315 -2212.82728315 -2212.82728315
- Force two-norm initial, final = 0.00666292 0.00666292
- Force max component initial, final = 0.000688685 0.000688685
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0019238 (89.9755)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.747101)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000198364 (9.27743)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1750 0 -2212.7443 -2212.7443 -3602.0329 3602.0329
- 1760 9.3930794e-10 -2212.7443 -2212.7443 -3602.0327 3602.0327
- 1770 1.0298617e-08 -2212.7443 -2212.7443 -3602.0304 3602.0304
- 1780 5.0277573e-08 -2212.7444 -2212.7444 -3602.0202 3602.0202
- 1790 2.7001327e-07 -2212.7445 -2212.7445 -3601.9643 3601.9643
- 1800 1.0580884e-06 -2212.745 -2212.745 -3601.7604 3601.7604
- 1810 4.9426779e-06 -2212.7473 -2212.7473 -3600.7179 3600.7179
- 1820 1.6563318e-05 -2212.7545 -2212.7545 -3596.9979 3596.9979
- 1830 4.0911532e-05 -2212.772 -2212.772 -3579.1566 3579.1566
- 1840 4.3281604e-05 -2212.7877 -2212.7877 -3558.9167 3558.9167
- 1850 6.4859409e-05 -2212.8147 -2212.8147 -3531.3285 3531.3285
- 1860 9.8407035e-06 -2212.8244 -2212.8244 -3526.2049 3526.2049
- 1870 1.2810989e-06 -2212.8258 -2212.8258 -3527.8228 3527.8228
- 1880 1.9293061e-06 -2212.8265 -2212.8265 -3531.3226 3531.3226
- 1890 3.1518079e-07 -2212.827 -2212.827 -3537.0552 3537.0552
- 1900 5.8880786e-08 -2212.8271 -2212.8271 -3537.5947 3537.5947
- 1910 1.764569e-07 -2212.8272 -2212.8272 -3537.7972 3537.7972
- 1920 1.5692386e-08 -2212.8272 -2212.8272 -3537.9972 3537.9972
- 1929 5.0544058e-08 -2212.8273 -2212.8273 -3538.0987 3538.0987
-Loop time of 0.181161 on 1 procs for 179 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.74432532 -2212.82725058 -2212.82725594
- Force two-norm initial, final = 1.04284 0.00725925
- Force max component initial, final = 0.261627 0.000611234
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 179 179
-
-Pair time (%) = 0.163575 (90.2928)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00147629 (0.814903)
-Outpt time (%) = 0.00115848 (0.639473)
-Other time (%) = 0.014951 (8.25287)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1929 0 -2212.8273 -2212.8273 -3538.0987 3538.0987
- 1930 3.6904458e-16 -2212.8273 -2212.8273 -3538.0987 3538.0987
-Loop time of 0.00228596 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82725594 -2212.82725594 -2212.82725594
- Force two-norm initial, final = 0.00725899 0.00725899
- Force max component initial, final = 0.000610943 0.000610943
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00206995 (90.5507)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.81198e-05 (0.792657)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000197887 (8.65665)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2212.7409 -2212.7409 -3602.3118 3602.3118
- 1860 9.3218783e-10 -2212.7409 -2212.7409 -3602.3116 3602.3116
- 1870 1.0220559e-08 -2212.7409 -2212.7409 -3602.3092 3602.3092
- 1880 4.9896582e-08 -2212.7409 -2212.7409 -3602.2989 3602.2989
- 1890 2.6797108e-07 -2212.741 -2212.741 -3602.242 3602.242
- 1900 1.0501161e-06 -2212.7415 -2212.7415 -3602.0342 3602.0342
- 1910 4.9067176e-06 -2212.7439 -2212.7439 -3600.9728 3600.9728
- 1920 1.6449616e-05 -2212.751 -2212.751 -3597.193 3597.193
- 1930 4.1022566e-05 -2212.7687 -2212.7687 -3579.1467 3579.1467
- 1940 4.3755053e-05 -2212.7848 -2212.7848 -3557.7312 3557.7312
- 1950 7.078731e-05 -2212.8137 -2212.8137 -3529.5425 3529.5425
- 1960 9.4220159e-06 -2212.8246 -2212.8246 -3525.2112 3525.2112
- 1970 1.0413433e-06 -2212.826 -2212.826 -3527.6952 3527.6952
- 1980 1.4497629e-06 -2212.8266 -2212.8266 -3530.8369 3530.8369
- 1990 2.1608992e-07 -2212.827 -2212.827 -3536.6685 3536.6685
- 2000 3.7060311e-08 -2212.8271 -2212.8271 -3537.3414 3537.3414
- 2010 1.3041245e-07 -2212.8272 -2212.8272 -3537.6885 3537.6885
- 2020 2.4337927e-07 -2212.8273 -2212.8273 -3538.2372 3538.2372
- 2024 3.8389593e-08 -2212.8273 -2212.8273 -3538.2481 3538.2481
-Loop time of 0.173934 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.74085978 -2212.82727103 -2212.82727561
- Force two-norm initial, final = 1.03888 0.00730227
- Force max component initial, final = 0.258546 0.000702439
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.158031 (90.8569)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00139952 (0.804625)
-Outpt time (%) = 0.00114179 (0.656448)
-Other time (%) = 0.0133617 (7.68205)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2024 0 -2212.8273 -2212.8273 -3538.2481 3538.2481
- 2025 3.7605541e-16 -2212.8273 -2212.8273 -3538.2481 3538.2481
-Loop time of 0.00217104 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727561 -2212.82727561 -2212.82727561
- Force two-norm initial, final = 0.00732762 0.00732762
- Force max component initial, final = 0.000708779 0.000708779
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193 (88.8974)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.790687)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000223875 (10.3119)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2212.701 -2212.701 -3607.4177 3607.4177
- 1960 9.4604168e-10 -2212.701 -2212.701 -3607.4174 3607.4174
- 1970 1.0372486e-08 -2212.701 -2212.701 -3607.415 3607.415
- 1980 5.063893e-08 -2212.7011 -2212.7011 -3607.4046 3607.4046
- 1990 2.7197854e-07 -2212.7012 -2212.7012 -3607.3471 3607.3471
- 2000 1.0660863e-06 -2212.7017 -2212.7017 -3607.1375 3607.1375
- 2010 4.9885329e-06 -2212.7041 -2212.7041 -3606.0673 3606.0673
- 2020 1.6808323e-05 -2212.7114 -2212.7114 -3602.2731 3602.2731
- 2030 4.4419355e-05 -2212.731 -2212.731 -3584.4421 3584.4421
- 2040 6.2401682e-05 -2212.7551 -2212.7551 -3562.6614 3562.6614
- 2050 0.00012167283 -2212.8062 -2212.8062 -3531.9513 3531.9513
- 2060 1.0081073e-05 -2212.8247 -2212.8247 -3523.8122 3523.8122
- 2070 1.0033296e-06 -2212.826 -2212.826 -3527.9614 3527.9614
- 2080 1.3888728e-06 -2212.8266 -2212.8266 -3530.5708 3530.5708
- 2090 1.4560774e-07 -2212.8271 -2212.8271 -3536.3532 3536.3532
- 2100 2.5735043e-08 -2212.8271 -2212.8271 -3537.1122 3537.1122
- 2110 1.2648341e-07 -2212.8272 -2212.8272 -3537.4224 3537.4224
- 2120 1.8532517e-07 -2212.8273 -2212.8273 -3538.2162 3538.2162
- 2124 3.5258057e-08 -2212.8273 -2212.8273 -3538.1707 3538.1707
-Loop time of 0.174277 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.70102013 -2212.82727346 -2212.82727762
- Force two-norm initial, final = 1.04658 0.00710228
- Force max component initial, final = 0.272824 0.000711432
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.158331 (90.8504)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00140953 (0.808788)
-Outpt time (%) = 0.00114846 (0.658987)
-Other time (%) = 0.0133877 (7.68185)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2124 0 -2212.8273 -2212.8273 -3538.1707 3538.1707
- 2125 3.5278239e-16 -2212.8273 -2212.8273 -3538.1707 3538.1707
-Loop time of 0.00216293 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727762 -2212.82727762 -2212.82727762
- Force two-norm initial, final = 0.00709725 0.00709725
- Force max component initial, final = 0.000711227 0.000711227
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193596 (89.5062)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.793651)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000209808 (9.70018)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2212.7477 -2212.7477 -3601.2371 3601.2371
- 2060 9.4229082e-10 -2212.7477 -2212.7477 -3601.2368 3601.2368
- 2070 1.0331328e-08 -2212.7477 -2212.7477 -3601.2345 3601.2345
- 2080 5.0437465e-08 -2212.7477 -2212.7477 -3601.2243 3601.2243
- 2090 2.7087663e-07 -2212.7478 -2212.7478 -3601.1681 3601.1681
- 2100 1.0615619e-06 -2212.7483 -2212.7483 -3600.9631 3600.9631
- 2110 4.9605787e-06 -2212.7507 -2212.7507 -3599.9148 3599.9148
- 2120 1.6652386e-05 -2212.7579 -2212.7579 -3596.1688 3596.1688
- 2130 4.1361136e-05 -2212.7754 -2212.7754 -3578.0601 3578.0601
- 2140 4.0875006e-05 -2212.7903 -2212.7903 -3556.581 3556.581
- 2150 6.1383841e-05 -2212.8152 -2212.8152 -3528.9032 3528.9032
- 2160 1.2974418e-05 -2212.8221 -2212.8221 -3520.7743 3520.7743
- 2170 7.3701531e-07 -2212.8262 -2212.8262 -3527.4522 3527.4522
- 2180 1.4109316e-06 -2212.8268 -2212.8268 -3531.5654 3531.5654
- 2190 4.2038679e-08 -2212.827 -2212.827 -3540.0635 3540.0635
- 2200 4.2279714e-08 -2212.8272 -2212.8272 -3540.5317 3540.5317
- 2210 1.3480735e-07 -2212.8273 -2212.8273 -3539.1292 3539.1292
- 2216 1.0707065e-08 -2212.8273 -2212.8273 -3538.4124 3538.4124
-Loop time of 0.166266 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.74766185 -2212.82728376 -2212.8272856
- Force two-norm initial, final = 1.0445 0.00980696
- Force max component initial, final = 0.255151 0.000921796
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.151087 (90.8708)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00133705 (0.804164)
-Outpt time (%) = 0.0010612 (0.638255)
-Other time (%) = 0.0127804 (7.68674)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2216 0 -2212.8273 -2212.8273 -3538.4124 3538.4124
- 2217 6.7914337e-16 -2212.8273 -2212.8273 -3538.4124 3538.4124
-Loop time of 0.00213909 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.8272856 -2212.8272856 -2212.8272856
- Force two-norm initial, final = 0.00984731 0.00984731
- Force max component initial, final = 0.000927892 0.000927892
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192404 (89.9465)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.802497)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000197887 (9.251)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2212.7844 -2212.7844 -3598.8836 3598.8836
- 1860 8.3273907e-10 -2212.7844 -2212.7844 -3598.8834 3598.8834
- 1870 9.1301617e-09 -2212.7844 -2212.7844 -3598.881 3598.881
- 1880 4.4572408e-08 -2212.7844 -2212.7844 -3598.8707 3598.8707
- 1890 2.3935357e-07 -2212.7845 -2212.7845 -3598.814 3598.814
- 1900 9.3758754e-07 -2212.785 -2212.785 -3598.6071 3598.6071
- 1910 4.372465e-06 -2212.7871 -2212.7871 -3597.551 3597.551
- 1920 1.4535503e-05 -2212.7934 -2212.7934 -3593.8025 3593.8025
- 1930 3.3898477e-05 -2212.8079 -2212.8079 -3576.0775 3576.0775
- 1940 2.731935e-05 -2212.817 -2212.817 -3556.5166 3556.5166
- 1950 1.9915629e-05 -2212.8227 -2212.8227 -3530.2739 3530.2739
- 1960 8.0165301e-06 -2212.8248 -2212.8248 -3527.27 3527.27
- 1970 9.6184025e-07 -2212.8262 -2212.8262 -3527.6888 3527.6888
- 1980 1.5110624e-06 -2212.8268 -2212.8268 -3531.5819 3531.5819
- 1990 1.1906911e-07 -2212.8272 -2212.8272 -3536.8234 3536.8234
- 2000 1.8726705e-07 -2212.8272 -2212.8272 -3537.6228 3537.6228
- 2010 2.0047296e-08 -2212.8272 -2212.8272 -3537.6451 3537.6451
- 2020 1.0096701e-07 -2212.8273 -2212.8273 -3538.1408 3538.1408
-Loop time of 0.172783 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.78439479 -2212.82726967 -2212.82727801
- Force two-norm initial, final = 0.981907 0.00857419
- Force max component initial, final = 0.210156 0.000717184
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.155394 (89.9358)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00137472 (0.795635)
-Outpt time (%) = 0.00106168 (0.614458)
-Other time (%) = 0.0149529 (8.65415)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2020 0 -2212.8273 -2212.8273 -3538.1408 3538.1408
- 2021 5.2713278e-16 -2212.8273 -2212.8273 -3538.1408 3538.1408
-Loop time of 0.00216889 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727801 -2212.82727801 -2212.82727801
- Force two-norm initial, final = 0.00867555 0.00867555
- Force max component initial, final = 0.000710864 0.000710864
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192881 (88.9304)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.703529)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000224829 (10.3661)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2212.7563 -2212.7563 -3606.367 3606.367
- 2060 9.8546723e-10 -2212.7563 -2212.7563 -3606.3668 3606.3668
- 2070 1.0804697e-08 -2212.7563 -2212.7563 -3606.3643 3606.3643
- 2080 5.2747885e-08 -2212.7563 -2212.7563 -3606.3535 3606.3535
- 2090 2.8327111e-07 -2212.7565 -2212.7565 -3606.294 3606.294
- 2100 1.1098828e-06 -2212.757 -2212.757 -3606.0769 3606.0769
- 2110 5.181639e-06 -2212.7595 -2212.7595 -3604.9673 3604.9673
- 2120 1.7327804e-05 -2212.767 -2212.767 -3601.0121 3601.0121
- 2130 4.2843615e-05 -2212.7849 -2212.7849 -3581.9658 3581.9658
- 2140 3.9281494e-05 -2212.7985 -2212.7985 -3560.5443 3560.5443
- 2150 4.5195215e-05 -2212.8168 -2212.8168 -3536.0303 3536.0303
- 2160 1.1535088e-05 -2212.8222 -2212.8222 -3525.2346 3525.2346
- 2170 2.9740145e-06 -2212.826 -2212.826 -3530.516 3530.516
- 2180 1.4603167e-07 -2212.8263 -2212.8263 -3530.0834 3530.0834
- 2190 5.3007071e-07 -2212.8266 -2212.8266 -3532.4657 3532.4657
- 2200 8.8313954e-07 -2212.827 -2212.827 -3535.2864 3535.2864
- 2210 1.5862933e-07 -2212.8272 -2212.8272 -3537.7765 3537.7765
- 2220 3.0543249e-08 -2212.8272 -2212.8272 -3537.9732 3537.9732
- 2227 6.4754779e-08 -2212.8272 -2212.8272 -3538.1938 3538.1938
-Loop time of 0.177604 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.7562919 -2212.82724285 -2212.8272487
- Force two-norm initial, final = 1.06816 0.00883167
- Force max component initial, final = 0.23287 0.00083182
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.16135 (90.8482)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00145006 (0.816458)
-Outpt time (%) = 0.00114036 (0.642078)
-Other time (%) = 0.0136635 (7.69326)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2227 0 -2212.8272 -2212.8272 -3538.1938 3538.1938
- 2228 5.4998226e-16 -2212.8272 -2212.8272 -3538.1938 3538.1938
-Loop time of 0.00216007 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.8272487 -2212.8272487 -2212.8272487
- Force two-norm initial, final = 0.00886158 0.00886158
- Force max component initial, final = 0.00085675 0.00085675
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192976 (89.3377)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.794702)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000213146 (9.86755)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2212.7781 -2212.7781 -3596.5092 3596.5092
- 2260 9.3935874e-10 -2212.7781 -2212.7781 -3596.509 3596.509
- 2270 1.0299153e-08 -2212.7782 -2212.7782 -3596.5066 3596.5066
- 2280 5.027928e-08 -2212.7782 -2212.7782 -3596.4964 3596.4964
- 2290 2.7000503e-07 -2212.7783 -2212.7783 -3596.4401 3596.4401
- 2300 1.0576227e-06 -2212.7788 -2212.7788 -3596.2347 3596.2347
- 2310 4.9341657e-06 -2212.7812 -2212.7812 -3595.1869 3595.1869
- 2320 1.640447e-05 -2212.7884 -2212.7884 -3591.4826 3591.4826
- 2330 4.0183982e-05 -2212.806 -2212.806 -3574.1765 3574.1765
- 2340 3.4895416e-05 -2212.8169 -2212.8169 -3555.3513 3555.3513
- 2350 2.198385e-05 -2212.8224 -2212.8224 -3529.346 3529.346
- 2360 8.0496632e-06 -2212.8248 -2212.8248 -3528.8468 3528.8468
- 2370 1.0182123e-06 -2212.8262 -2212.8262 -3529.0755 3529.0755
- 2380 1.6069444e-06 -2212.8268 -2212.8268 -3532.335 3532.335
- 2390 1.4277979e-07 -2212.8271 -2212.8271 -3537.0507 3537.0507
- 2400 2.0331147e-07 -2212.8272 -2212.8272 -3537.8411 3537.8411
- 2410 2.4390206e-08 -2212.8272 -2212.8272 -3537.8685 3537.8685
- 2420 1.1454025e-07 -2212.8273 -2212.8273 -3538.1918 3538.1918
-Loop time of 0.170927 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.77814598 -2212.82726385 -2212.82727753
- Force two-norm initial, final = 1.04287 0.00937992
- Force max component initial, final = 0.218919 0.000843657
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.15482 (90.5766)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00137043 (0.801763)
-Outpt time (%) = 0.00105953 (0.619874)
-Other time (%) = 0.0136771 (8.00173)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14248 ave 14248 max 14248 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14248
-Ave neighs/atom = 27.8826
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2420 0 -2212.8273 -2212.8273 -3538.1918 3538.1918
- 2421 6.2353873e-16 -2212.8273 -2212.8273 -3538.1918 3538.1918
-Loop time of 0.00216103 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727753 -2212.82727753 -2212.82727753
- Force two-norm initial, final = 0.00943558 0.00943558
- Force max component initial, final = 0.000842431 0.000842431
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193024 (89.3204)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.794351)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000213623 (9.88526)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2212.7776 -2212.7776 -3603.0653 3603.0653
- 2460 8.5388544e-10 -2212.7776 -2212.7776 -3603.0651 3603.0651
- 2470 9.3620219e-09 -2212.7776 -2212.7776 -3603.0627 3603.0627
- 2480 4.5704639e-08 -2212.7776 -2212.7776 -3603.052 3603.052
- 2490 2.4544151e-07 -2212.7778 -2212.7778 -3602.9937 3602.9937
- 2500 9.615781e-07 -2212.7782 -2212.7782 -3602.7808 3602.7808
- 2510 4.4872302e-06 -2212.7804 -2212.7804 -3601.694 3601.694
- 2520 1.4968859e-05 -2212.7869 -2212.7869 -3597.8374 3597.8374
- 2530 3.5863502e-05 -2212.802 -2212.802 -3579.5549 3579.5549
- 2540 3.0076339e-05 -2212.8119 -2212.8119 -3559.5877 3559.5877
- 2550 2.5992753e-05 -2212.8208 -2212.8208 -3535.0892 3535.0892
- 2560 9.5519553e-06 -2212.823 -2212.823 -3528.6574 3528.6574
- 2570 2.569882e-06 -2212.8262 -2212.8262 -3531.6805 3531.6805
- 2580 1.3329467e-07 -2212.8264 -2212.8264 -3531.4277 3531.4277
- 2590 4.7522762e-07 -2212.8267 -2212.8267 -3533.37 3533.37
- 2600 7.8704099e-07 -2212.8271 -2212.8271 -3535.8629 3535.8629
- 2610 1.5934977e-07 -2212.8272 -2212.8272 -3538.0236 3538.0236
- 2620 3.1321529e-08 -2212.8272 -2212.8272 -3538.2064 3538.2064
- 2627 5.7057414e-08 -2212.8273 -2212.8273 -3538.3857 3538.3857
-Loop time of 0.177712 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.77761494 -2212.82725957 -2212.82726444
- Force two-norm initial, final = 0.994296 0.00773284
- Force max component initial, final = 0.202592 0.000744469
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.161382 (90.811)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00144553 (0.813413)
-Outpt time (%) = 0.00112677 (0.634041)
-Other time (%) = 0.0137577 (7.74158)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2627 0 -2212.8273 -2212.8273 -3538.3857 3538.3857
- 2628 4.1699608e-16 -2212.8273 -2212.8273 -3538.3857 3538.3857
-Loop time of 0.00216103 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82726444 -2212.82726444 -2212.82726444
- Force two-norm initial, final = 0.00771619 0.00771619
- Force max component initial, final = 0.000725268 0.000725268
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0019331 (89.4528)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.70609)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000212669 (9.84113)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2212.7672 -2212.7672 -3595.4174 3595.4174
- 1960 8.6011971e-10 -2212.7672 -2212.7672 -3595.4171 3595.4171
- 1970 9.430389e-09 -2212.7672 -2212.7672 -3595.4148 3595.4148
- 1980 4.6038818e-08 -2212.7673 -2212.7673 -3595.4044 3595.4044
- 1990 2.4724631e-07 -2212.7674 -2212.7674 -3595.3477 3595.3477
- 2000 9.6883669e-07 -2212.7678 -2212.7678 -3595.1406 3595.1406
- 2010 4.5247631e-06 -2212.77 -2212.77 -3594.0827 3594.0827
- 2020 1.5154301e-05 -2212.7766 -2212.7766 -3590.3158 3590.3158
- 2030 3.7110939e-05 -2212.7922 -2212.7922 -3572.2611 3572.2611
- 2040 3.5216811e-05 -2212.8047 -2212.8047 -3550.7804 3550.7804
- 2050 3.7077899e-05 -2212.8188 -2212.8188 -3517.7471 3517.7471
- 2060 1.0624876e-05 -2212.8223 -2212.8223 -3511.1085 3511.1085
- 2070 7.8295407e-07 -2212.8258 -2212.8258 -3517.3933 3517.3933
- 2080 2.0335511e-06 -2212.8266 -2212.8266 -3524.6163 3524.6163
- 2090 1.0659248e-07 -2212.8271 -2212.8271 -3533.0006 3533.0006
- 2100 1.6736506e-07 -2212.8272 -2212.8272 -3534.5642 3534.5642
- 2110 3.1970548e-08 -2212.8272 -2212.8272 -3535.0208 3535.0208
- 2120 8.8673822e-08 -2212.8273 -2212.8273 -3536.2291 3536.2291
- 2125 1.1386806e-08 -2212.8273 -2212.8273 -3536.5516 3536.5516
-Loop time of 0.175844 on 1 procs for 175 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.76723272 -2212.82726619 -2212.8272681
- Force two-norm initial, final = 0.997919 0.00966941
- Force max component initial, final = 0.221204 0.000778797
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 175 175
-
-Pair time (%) = 0.158948 (90.3913)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00145221 (0.82585)
-Outpt time (%) = 0.00113249 (0.64403)
-Other time (%) = 0.0143116 (8.13878)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2125 0 -2212.8273 -2212.8273 -3536.5516 3536.5516
- 2126 6.5452564e-16 -2212.8273 -2212.8273 -3536.5516 3536.5516
-Loop time of 0.00217485 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.8272681 -2212.8272681 -2212.8272681
- Force two-norm initial, final = 0.00966719 0.00966719
- Force max component initial, final = 0.000852178 0.000852178
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192189 (88.3688)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.54972e-05 (0.712563)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000237465 (10.9187)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2212.7558 -2212.7558 -3589.1972 3589.1972
- 2060 8.6872902e-10 -2212.7558 -2212.7558 -3589.197 3589.197
- 2070 9.5247971e-09 -2212.7558 -2212.7558 -3589.1946 3589.1946
- 2080 4.6500249e-08 -2212.7559 -2212.7559 -3589.184 3589.184
- 2090 2.4973602e-07 -2212.756 -2212.756 -3589.1263 3589.1263
- 2100 9.7884052e-07 -2212.7564 -2212.7564 -3588.9153 3588.9153
- 2110 4.5756771e-06 -2212.7586 -2212.7586 -3587.8372 3587.8372
- 2120 1.5401995e-05 -2212.7653 -2212.7653 -3583.9891 3583.9891
- 2130 3.804169e-05 -2212.7811 -2212.7811 -3565.4124 3565.4124
- 2140 3.6456334e-05 -2212.7943 -2212.7943 -3543.7463 3543.7463
- 2150 5.0119014e-05 -2212.8148 -2212.8148 -3517.4618 3517.4618
- 2160 8.1863718e-06 -2212.8242 -2212.8242 -3521.8045 3521.8045
- 2170 1.084094e-06 -2212.8256 -2212.8256 -3522.2051 3522.2051
- 2180 1.6389327e-06 -2212.8263 -2212.8263 -3527.052 3527.052
- 2190 2.6408137e-07 -2212.8269 -2212.8269 -3534.4093 3534.4093
- 2200 6.1361333e-08 -2212.827 -2212.827 -3534.9652 3534.9652
- 2210 2.234694e-07 -2212.8271 -2212.8271 -3535.6729 3535.6729
- 2220 1.8071579e-08 -2212.8272 -2212.8272 -3536.4643 3536.4643
- 2230 8.6093456e-08 -2212.8272 -2212.8272 -3536.8065 3536.8065
- 2236 1.5241883e-08 -2212.8272 -2212.8272 -3536.8451 3536.8451
-Loop time of 0.190585 on 1 procs for 186 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.75582978 -2212.82721502 -2212.82721639
- Force two-norm initial, final = 1.0029 0.00951366
- Force max component initial, final = 0.226947 0.000827148
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 186 186
-
-Pair time (%) = 0.170254 (89.3321)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0015254 (0.800379)
-Outpt time (%) = 0.00120544 (0.632497)
-Other time (%) = 0.0176005 (9.23501)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2236 0 -2212.8272 -2212.8272 -3536.8451 3536.8451
- 2237 6.4102905e-16 -2212.8272 -2212.8272 -3536.8451 3536.8451
-Loop time of 0.0022192 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82721639 -2212.82721639 -2212.82721639
- Force two-norm initial, final = 0.009567 0.009567
- Force max component initial, final = 0.000935961 0.000935961
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193906 (87.3765)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.666094)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.00026536 (11.9575)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2212.7535 -2212.7535 -3583.8872 3583.8872
- 2160 9.7769889e-10 -2212.7535 -2212.7535 -3583.887 3583.887
- 2170 1.0719523e-08 -2212.7536 -2212.7536 -3583.8847 3583.8847
- 2180 5.2332416e-08 -2212.7536 -2212.7536 -3583.8747 3583.8747
- 2190 2.8104197e-07 -2212.7537 -2212.7537 -3583.8201 3583.8201
- 2200 1.1013371e-06 -2212.7542 -2212.7542 -3583.6202 3583.6202
- 2210 5.1427729e-06 -2212.7567 -2212.7567 -3582.5954 3582.5954
- 2220 1.7258646e-05 -2212.7641 -2212.7641 -3578.8933 3578.8933
- 2230 4.1629525e-05 -2212.7811 -2212.7811 -3560.3605 3560.3605
- 2240 3.8236159e-05 -2212.7949 -2212.7949 -3537.9279 3537.9279
- 2250 4.7557104e-05 -2212.8146 -2212.8146 -3506.5649 3506.5649
- 2260 1.4588369e-05 -2212.8211 -2212.8211 -3509.694 3509.694
- 2270 1.2048724e-06 -2212.8254 -2212.8254 -3514.9749 3514.9749
- 2280 2.0197893e-06 -2212.8264 -2212.8264 -3522.4036 3522.4036
- 2290 3.652527e-07 -2212.827 -2212.827 -3532.1406 3532.1406
- 2300 6.1390552e-08 -2212.8271 -2212.8271 -3532.5602 3532.5602
- 2310 1.8866537e-07 -2212.8271 -2212.8271 -3533.9363 3533.9363
- 2320 2.8477e-08 -2212.8272 -2212.8272 -3535.2053 3535.2053
- 2330 7.7057317e-09 -2212.8272 -2212.8272 -3535.3383 3535.3383
- 2333 1.2685828e-08 -2212.8272 -2212.8272 -3535.3704 3535.3704
-Loop time of 0.185613 on 1 procs for 183 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.75354652 -2212.82721983 -2212.82722076
- Force two-norm initial, final = 1.06394 0.00990034
- Force max component initial, final = 0.242878 0.00107295
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 183 183
-
-Pair time (%) = 0.167192 (90.0759)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00148153 (0.798184)
-Outpt time (%) = 0.00122046 (0.657532)
-Other time (%) = 0.0157185 (8.46841)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2333 0 -2212.8272 -2212.8272 -3535.3704 3535.3704
- 2334 6.8366145e-16 -2212.8272 -2212.8272 -3535.3704 3535.3704
-Loop time of 0.00216794 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82722076 -2212.82722076 -2212.82722076
- Force two-norm initial, final = 0.00988001 0.00988001
- Force max component initial, final = 0.000993445 0.000993445
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00194001 (89.4864)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.736831)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000211954 (9.77675)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2212.7786 -2212.7786 -3593.3768 3593.3768
- 2260 8.5752917e-10 -2212.7786 -2212.7786 -3593.3766 3593.3766
- 2270 9.4019739e-09 -2212.7786 -2212.7786 -3593.3742 3593.3742
- 2280 4.5899856e-08 -2212.7787 -2212.7787 -3593.3636 3593.3636
- 2290 2.4649232e-07 -2212.7788 -2212.7788 -3593.3055 3593.3055
- 2300 9.6578298e-07 -2212.7792 -2212.7792 -3593.0933 3593.0933
- 2310 4.5078204e-06 -2212.7814 -2212.7814 -3592.0094 3592.0094
- 2320 1.5066846e-05 -2212.7879 -2212.7879 -3588.1486 3588.1486
- 2330 3.5909552e-05 -2212.8028 -2212.8028 -3569.5943 3569.5943
- 2340 2.7917728e-05 -2212.8122 -2212.8122 -3548.4317 3548.4317
- 2350 2.4837968e-05 -2212.8206 -2212.8206 -3521.046 3521.046
- 2360 9.9290705e-06 -2212.8229 -2212.8229 -3519.8443 3519.8443
- 2370 8.0574541e-07 -2212.8261 -2212.8261 -3523.8084 3523.8084
- 2380 1.7755408e-06 -2212.8268 -2212.8268 -3529.1552 3529.1552
- 2390 2.493642e-07 -2212.8272 -2212.8272 -3536.0557 3536.0557
- 2400 3.753118e-08 -2212.8272 -2212.8272 -3536.5132 3536.5132
- 2410 1.1265954e-07 -2212.8272 -2212.8272 -3537.0297 3537.0297
- 2420 1.661578e-08 -2212.8273 -2212.8273 -3537.2181 3537.2181
- 2421 2.0205679e-08 -2212.8273 -2212.8273 -3537.2407 3537.2407
-Loop time of 0.170142 on 1 procs for 171 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.77863586 -2212.82726903 -2212.82727074
- Force two-norm initial, final = 0.996415 0.00886008
- Force max component initial, final = 0.226541 0.000845429
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 171 171
-
-Pair time (%) = 0.155636 (91.474)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00138187 (0.812189)
-Outpt time (%) = 0.00114012 (0.670098)
-Other time (%) = 0.0119843 (7.04374)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2421 0 -2212.8273 -2212.8273 -3537.2407 3537.2407
- 2422 5.4081733e-16 -2212.8273 -2212.8273 -3537.2407 3537.2407
-Loop time of 0.00213218 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82727074 -2212.82727074 -2212.82727074
- Force two-norm initial, final = 0.00878744 0.00878744
- Force max component initial, final = 0.000836093 0.000836093
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191712 (89.9139)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.66893e-05 (0.782735)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000198364 (9.30337)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2212.7581 -2212.7581 -3590.9886 3590.9886
- 2360 9.3909611e-10 -2212.7581 -2212.7581 -3590.9883 3590.9883
- 2370 1.02963e-08 -2212.7581 -2212.7581 -3590.9859 3590.9859
- 2380 5.0266401e-08 -2212.7582 -2212.7582 -3590.9754 3590.9754
- 2390 2.6995691e-07 -2212.7583 -2212.7583 -3590.9177 3590.9177
- 2400 1.0579302e-06 -2212.7588 -2212.7588 -3590.707 3590.707
- 2410 4.9432595e-06 -2212.7612 -2212.7612 -3589.6302 3589.6302
- 2420 1.6588795e-05 -2212.7684 -2212.7684 -3585.7891 3585.7891
- 2430 4.1312093e-05 -2212.7858 -2212.7858 -3567.2726 3567.2726
- 2440 4.0302432e-05 -2212.8 -2212.8 -3544.9176 3544.9176
- 2450 4.4523184e-05 -2212.8169 -2212.8169 -3510.2378 3510.2378
- 2460 1.1477591e-05 -2212.822 -2212.822 -3509.8875 3509.8875
- 2470 8.9812801e-07 -2212.8257 -2212.8257 -3516.7201 3516.7201
- 2480 2.5323513e-06 -2212.8266 -2212.8266 -3524.4334 3524.4334
- 2490 4.1973975e-08 -2212.827 -2212.827 -3541.3134 3541.3134
- 2500 9.7798748e-08 -2212.8271 -2212.8271 -3540.9361 3540.9361
- 2510 2.9748706e-07 -2212.8272 -2212.8272 -3538.891 3538.891
- 2520 1.7521108e-09 -2212.8273 -2212.8273 -3538.8483 3538.8483
- 2526 1.2471739e-08 -2212.8273 -2212.8273 -3538.7492 3538.7492
-Loop time of 0.177149 on 1 procs for 176 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.75814094 -2212.82726108 -2212.82726209
- Force two-norm initial, final = 1.04273 0.00967745
- Force max component initial, final = 0.240655 0.00195758
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 176 176
-
-Pair time (%) = 0.16088 (90.816)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00141954 (0.801328)
-Outpt time (%) = 0.00115108 (0.649783)
-Other time (%) = 0.0136988 (7.73293)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2526 0 -2212.8273 -2212.8273 -3538.7492 3538.7492
- 2530 1.1550099e-14 -2212.8273 -2212.8273 -3538.7492 3538.7492
- 2540 2.4919057e-13 -2212.8273 -2212.8273 -3538.7492 3538.7492
- 2550 1.949108e-12 -2212.8273 -2212.8273 -3538.7492 3538.7492
- 2560 9.1328766e-12 -2212.8273 -2212.8273 -3538.7491 3538.7491
- 2570 4.5793759e-11 -2212.8273 -2212.8273 -3538.7486 3538.7486
- 2580 1.8351833e-10 -2212.8273 -2212.8273 -3538.7465 3538.7465
- 2590 8.4492633e-10 -2212.8273 -2212.8273 -3538.7367 3538.7367
-Loop time of 0.064497 on 1 procs for 64 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82726209 -2212.8272624 -2212.82726244
- Force two-norm initial, final = 0.0101524 0.00999691
- Force max component initial, final = 0.00221708 0.00217513
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 64 64
-
-Pair time (%) = 0.058943 (91.3888)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000508785 (0.788851)
-Outpt time (%) = 0.000394821 (0.612154)
-Other time (%) = 0.00465035 (7.21019)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2100 0 -2209.2774 -2209.2774 -3063.4702 3063.4702
- 2110 9.0067123e-08 -2209.2775 -2209.2775 -3063.4836 3063.4836
- 2120 9.8739041e-07 -2209.278 -2209.278 -3063.6231 3063.6231
- 2130 4.8180104e-06 -2209.2804 -2209.2804 -3064.2305 3064.2305
- 2140 2.5804241e-05 -2209.2932 -2209.2932 -3067.5485 3067.5485
- 2150 0.00010011533 -2209.3388 -2209.3388 -3079.4455 3079.4455
- 2160 0.00044534039 -2209.5487 -2209.5487 -3135.3298 3135.3298
- 2170 0.0012811252 -2210.0635 -2210.0635 -3283.0563 3283.0563
- 2180 0.0019832676 -2210.8825 -2210.8825 -3533.2945 3533.2945
- 2190 6.5257606e-06 -2211.2771 -2211.2771 -3441.7992 3441.7992
- 2200 0.0001255202 -2211.3508 -2211.3508 -3493.6366 3493.6366
- 2210 0.00012360605 -2211.4444 -2211.4444 -3459.6091 3459.6091
- 2220 8.1424359e-06 -2211.4934 -2211.4934 -3465.8567 3465.8567
- 2230 1.6255626e-05 -2211.4778 -2211.4778 -3471.2573 3471.2573
- 2240 2.7114853e-06 -2211.4162 -2211.4162 -3471.0746 3471.0746
- 2250 1.9391595e-06 -2211.4157 -2211.4157 -3462.9815 3462.9815
- 2260 1.0728226e-07 -2211.4103 -2211.4103 -3459.996 3459.996
- 2270 8.041085e-07 -2211.4106 -2211.4106 -3465.9134 3465.9134
- 2280 1.5263337e-06 -2211.4103 -2211.4103 -3467.2674 3467.2674
- 2290 4.3577935e-07 -2211.4108 -2211.4108 -3464.2084 3464.2084
- 2300 4.3988932e-08 -2211.4115 -2211.4115 -3460.9921 3460.9921
-Loop time of 0.20276 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2209.27744834 -2211.41151465 -2211.41153138
- Force two-norm initial, final = 10.2118 0.0842853
- Force max component initial, final = 6.13448 0.0464771
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.180307 (88.9263)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00161934 (0.798647)
-Outpt time (%) = 0.00134063 (0.661189)
-Other time (%) = 0.0194931 (9.61387)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14236 ave 14236 max 14236 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14236
-Ave neighs/atom = 27.8591
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2300 0 -2211.4115 -2211.4115 -3460.9921 3460.9921
- 2310 6.1357838e-12 -2211.4115 -2211.4115 -3460.9922 3460.9922
- 2320 6.7269137e-11 -2211.4115 -2211.4115 -3460.9927 3460.9927
- 2330 3.2831677e-10 -2211.4115 -2211.4115 -3460.9952 3460.9952
- 2340 1.7606596e-09 -2211.4115 -2211.4115 -3461.0088 3461.0088
- 2350 6.8610005e-09 -2211.4115 -2211.4115 -3461.0581 3461.0581
- 2360 3.1172121e-08 -2211.4116 -2211.4116 -3461.304 3461.304
- 2370 9.3110619e-08 -2211.4116 -2211.4116 -3462.0989 3462.0989
- 2380 1.1024901e-07 -2211.4118 -2211.4118 -3464.329 3464.329
- 2390 2.3404585e-07 -2211.4122 -2211.4122 -3462.7757 3462.7757
- 2400 6.3854817e-07 -2211.4144 -2211.4144 -3461.7021 3461.7021
- 2410 3.662572e-10 -2211.4161 -2211.4161 -3462.9382 3462.9382
- 2415 3.8575819e-09 -2211.4162 -2211.4162 -3463.1024 3463.1024
-Loop time of 0.117566 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.41153138 -2211.41615143 -2211.41617359
- Force two-norm initial, final = 0.0842853 0.00956962
- Force max component initial, final = 0.0464771 0.0017633
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.105408 (89.6586)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000942469 (0.801652)
-Outpt time (%) = 0.000737906 (0.627653)
-Other time (%) = 0.0104775 (8.91206)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14242 ave 14242 max 14242 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14242
-Ave neighs/atom = 27.8708
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2212.7722 -2212.7722 -3589.4211 3589.4211
- 2260 9.1041376e-10 -2212.7722 -2212.7722 -3589.4209 3589.4209
- 2270 9.9818102e-09 -2212.7722 -2212.7722 -3589.4185 3589.4185
- 2280 4.8730742e-08 -2212.7722 -2212.7722 -3589.408 3589.408
- 2290 2.6169997e-07 -2212.7723 -2212.7723 -3589.3509 3589.3509
- 2300 1.0254345e-06 -2212.7728 -2212.7728 -3589.1421 3589.1421
- 2310 4.7880469e-06 -2212.7751 -2212.7751 -3588.075 3588.075
- 2320 1.6024335e-05 -2212.782 -2212.782 -3584.2688 3584.2688
- 2330 3.8883741e-05 -2212.7983 -2212.7983 -3565.9336 3565.9336
- 2340 3.4521059e-05 -2212.8103 -2212.8103 -3544.6661 3544.6661
- 2350 3.0056279e-05 -2212.8207 -2212.8207 -3514.1465 3514.1465
- 2360 6.9374039e-06 -2212.8244 -2212.8244 -3514.0377 3514.0377
- 2370 1.5643345e-06 -2212.8252 -2212.8252 -3518.0192 3518.0192
- 2380 2.3682606e-06 -2212.8262 -2212.8262 -3524.1021 3524.1021
- 2390 6.6862753e-07 -2212.8268 -2212.8268 -3533.6307 3533.6307
- 2400 6.6552948e-08 -2212.8269 -2212.8269 -3533.3607 3533.3607
- 2410 3.2495567e-07 -2212.8271 -2212.8271 -3533.5876 3533.5876
- 2420 5.7285425e-07 -2212.8273 -2212.8273 -3536.9187 3536.9187
- 2430 1.9165355e-08 -2212.8273 -2212.8273 -3537.7939 3537.7939
- 2431 2.3078352e-08 -2212.8273 -2212.8273 -3537.8243 3537.8243
-Loop time of 0.182766 on 1 procs for 181 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.77217171 -2212.82728832 -2212.82729008
- Force two-norm initial, final = 1.02668 0.00579851
- Force max component initial, final = 0.231587 0.000650075
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 181 181
-
-Pair time (%) = 0.165219 (90.3993)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00148582 (0.812965)
-Outpt time (%) = 0.00127888 (0.699734)
-Other time (%) = 0.0147822 (8.08803)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2431 0 -2212.8273 -2212.8273 -3537.8243 3537.8243
- 2432 2.3725795e-16 -2212.8273 -2212.8273 -3537.8243 3537.8243
-Loop time of 0.00217891 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82729008 -2212.82729008 -2212.82729008
- Force two-norm initial, final = 0.00582033 0.00582033
- Force max component initial, final = 0.000700972 0.000700972
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00195074 (89.5284)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.744064)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000211954 (9.72754)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2400 0 -2209.2468 -2209.2468 -3059.7841 3059.7841
- 2410 9.0273979e-08 -2209.2468 -2209.2468 -3059.7975 3059.7975
- 2420 9.8965788e-07 -2209.2474 -2209.2474 -3059.9375 3059.9375
- 2430 4.8290699e-06 -2209.2497 -2209.2497 -3060.5472 3060.5472
- 2440 2.586332e-05 -2209.2625 -2209.2625 -3063.8773 3063.8773
- 2450 0.00010034273 -2209.3082 -2209.3082 -3075.8177 3075.8177
- 2460 0.00044631277 -2209.5186 -2209.5186 -3131.9019 3131.9019
- 2470 0.001283892 -2210.0343 -2210.0343 -3280.1595 3280.1595
- 2480 0.0019985584 -2210.8577 -2210.8577 -3532.509 3532.509
- 2490 6.5626922e-06 -2211.2564 -2211.2564 -3440.2879 3440.2879
- 2500 0.00012586036 -2211.3302 -2211.3302 -3492.9458 3492.9458
- 2510 0.00012624668 -2211.424 -2211.424 -3457.2287 3457.2287
- 2520 7.5956415e-06 -2211.4745 -2211.4745 -3463.508 3463.508
- 2530 1.1566922e-05 -2211.46 -2211.46 -3469.735 3469.735
- 2540 1.695213e-06 -2211.4131 -2211.4131 -3469.5628 3469.5628
- 2550 1.0188387e-06 -2211.4128 -2211.4128 -3462.7827 3462.7827
- 2560 8.8472572e-07 -2211.4085 -2211.4085 -3457.1306 3457.1306
- 2570 3.1824863e-09 -2211.4101 -2211.4101 -3461.5546 3461.5546
- 2580 1.7442395e-07 -2211.4108 -2211.4108 -3464.723 3464.723
- 2590 3.3039828e-07 -2211.4134 -2211.4134 -3461.9028 3461.9028
- 2600 8.7819642e-08 -2211.4157 -2211.4157 -3462.1853 3462.1853
-Loop time of 0.19888 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2209.24677609 -2211.41571163 -2211.41571664
- Force two-norm initial, final = 10.2235 0.0322687
- Force max component initial, final = 6.14088 0.0175135
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.179447 (90.2285)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00162911 (0.819143)
-Outpt time (%) = 0.00134444 (0.676006)
-Other time (%) = 0.0164599 (8.27631)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14234 ave 14234 max 14234 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14234
-Ave neighs/atom = 27.8552
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2600 0 -2211.4157 -2211.4157 -3462.1853 3462.1853
- 2610 8.9935255e-13 -2211.4157 -2211.4157 -3462.1853 3462.1853
- 2620 9.860034e-12 -2211.4157 -2211.4157 -3462.1855 3462.1855
- 2630 4.8123987e-11 -2211.4157 -2211.4157 -3462.1864 3462.1864
- 2640 2.5810691e-10 -2211.4157 -2211.4157 -3462.1913 3462.1913
- 2650 1.0060184e-09 -2211.4157 -2211.4157 -3462.209 3462.209
- 2660 4.5819911e-09 -2211.4157 -2211.4157 -3462.297 3462.297
- 2670 1.378599e-08 -2211.4157 -2211.4157 -3462.5791 3462.5791
- 2680 2.3072675e-08 -2211.4157 -2211.4157 -3463.3766 3463.3766
- 2690 5.3609979e-08 -2211.4157 -2211.4157 -3462.9195 3462.9195
- 2700 1.564511e-07 -2211.4174 -2211.4174 -3462.64 3462.64
- 2705 2.1220626e-07 -2211.4203 -2211.4203 -3463.3095 3463.3095
-Loop time of 0.10693 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.41571664 -2211.41970302 -2211.42031534
- Force two-norm initial, final = 0.0322687 0.00670979
- Force max component initial, final = 0.0175135 0.00350172
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.0957959 (89.5874)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000850439 (0.795323)
-Outpt time (%) = 0.00067091 (0.627429)
-Other time (%) = 0.0096128 (8.9898)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14242 ave 14242 max 14242 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14242
-Ave neighs/atom = 27.8708
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2550 0 -2212.757 -2212.757 -3585.2519 3585.2519
- 2560 9.9347604e-10 -2212.757 -2212.757 -3585.2516 3585.2516
- 2570 1.0892521e-08 -2212.757 -2212.757 -3585.2493 3585.2493
- 2580 5.3177384e-08 -2212.757 -2212.757 -3585.2391 3585.2391
- 2590 2.8559097e-07 -2212.7572 -2212.7572 -3585.1833 3585.1833
- 2600 1.1193331e-06 -2212.7577 -2212.7577 -3584.9792 3584.9792
- 2610 5.2306805e-06 -2212.7602 -2212.7602 -3583.933 3583.933
- 2620 1.7603185e-05 -2212.7678 -2212.7678 -3580.1584 3580.1584
- 2630 4.3183235e-05 -2212.7854 -2212.7854 -3561.2753 3561.2753
- 2640 3.8133736e-05 -2212.799 -2212.799 -3538.1932 3538.1932
- 2650 4.1149285e-05 -2212.8155 -2212.8155 -3506.2535 3506.2535
- 2660 1.3310003e-05 -2212.8145 -2212.8145 -3503.0661 3503.0661
- 2670 3.81494e-06 -2212.8258 -2212.8258 -3517.8025 3517.8025
- 2680 2.0928765e-07 -2212.8261 -2212.8261 -3517.7391 3517.7391
- 2690 9.5768239e-07 -2212.8266 -2212.8266 -3522.9733 3522.9733
- 2700 3.7551166e-09 -2212.8271 -2212.8271 -3532.3202 3532.3202
- 2710 3.9753499e-09 -2212.8272 -2212.8272 -3532.4925 3532.4925
- 2720 4.1935399e-08 -2212.8272 -2212.8272 -3532.9388 3532.9388
- 2730 1.2794465e-07 -2212.8272 -2212.8272 -3535.2036 3535.2036
-Loop time of 0.180417 on 1 procs for 180 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.75701695 -2212.82723323 -2212.82724229
- Force two-norm initial, final = 1.07249 0.00960281
- Force max component initial, final = 0.264594 0.00140235
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 180 180
-
-Pair time (%) = 0.1634 (90.568)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00145745 (0.807824)
-Outpt time (%) = 0.00115609 (0.640788)
-Other time (%) = 0.0144033 (7.98336)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14240 ave 14240 max 14240 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14240
-Ave neighs/atom = 27.8669
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2730 0 -2212.8272 -2212.8272 -3535.2036 3535.2036
- 2731 6.6353699e-16 -2212.8272 -2212.8272 -3535.2036 3535.2036
-Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82724229 -2212.82724229 -2212.82724229
- Force two-norm initial, final = 0.00973351 0.00973351
- Force max component initial, final = 0.0016775 0.0016775
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191283 (89.6324)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.57356e-05 (0.737348)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000205517 (9.63021)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2209.1641 -2209.1641 -3042.2297 3042.2297
- 2710 9.3495659e-08 -2209.1641 -2209.1641 -3042.2435 3042.2435
- 2720 1.0249738e-06 -2209.1647 -2209.1647 -3042.3882 3042.3882
- 2730 5.0013324e-06 -2209.1671 -2209.1671 -3043.0181 3043.0181
- 2740 2.678411e-05 -2209.1804 -2209.1804 -3046.4583 3046.4583
- 2750 0.00010388899 -2209.2277 -2209.2277 -3058.7903 3058.7903
- 2760 0.00046153979 -2209.4452 -2209.4452 -3116.6441 3116.6441
- 2770 0.0013228737 -2209.9755 -2209.9755 -3269.0666 3269.0666
- 2780 0.0020536838 -2210.8145 -2210.8145 -3528.4444 3528.4444
- 2790 6.6825542e-06 -2211.2218 -2211.2218 -3437.7397 3437.7397
- 2800 0.00012749854 -2211.2967 -2211.2967 -3491.4104 3491.4104
- 2810 0.00012740606 -2211.3945 -2211.3945 -3457.4622 3457.4622
- 2820 7.3609714e-06 -2211.4554 -2211.4554 -3464.0213 3464.0213
- 2830 1.1419429e-05 -2211.4476 -2211.4476 -3468.4882 3468.4882
- 2840 1.812906e-06 -2211.415 -2211.415 -3468.1657 3468.1657
- 2850 1.1087012e-06 -2211.4147 -2211.4147 -3462.0458 3462.0458
- 2860 6.1514674e-08 -2211.411 -2211.411 -3460.0691 3460.0691
- 2870 3.7932758e-07 -2211.4117 -2211.4117 -3464.7043 3464.7043
- 2880 8.4629732e-07 -2211.4127 -2211.4127 -3465.9147 3465.9147
- 2890 2.2913593e-07 -2211.413 -2211.413 -3463.6307 3463.6307
- 2900 4.0095624e-08 -2211.4131 -2211.4131 -3463.54 3463.54
-Loop time of 0.198873 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2209.16405022 -2211.41306903 -2211.41308557
- Force two-norm initial, final = 10.4043 0.0210593
- Force max component initial, final = 6.30602 0.00815881
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.179433 (90.2249)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00162888 (0.819054)
-Outpt time (%) = 0.00133228 (0.669917)
-Other time (%) = 0.0164788 (8.28609)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14236 ave 14236 max 14236 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14236
-Ave neighs/atom = 27.8591
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2900 0 -2211.4131 -2211.4131 -3463.54 3463.54
- 2910 3.8305192e-13 -2211.4131 -2211.4131 -3463.54 3463.54
- 2920 4.1998898e-12 -2211.4131 -2211.4131 -3463.54 3463.54
- 2930 2.05054e-11 -2211.4131 -2211.4131 -3463.5396 3463.5396
- 2940 1.1017894e-10 -2211.4131 -2211.4131 -3463.5378 3463.5378
- 2950 4.3244e-10 -2211.4131 -2211.4131 -3463.531 3463.531
- 2960 2.0407018e-09 -2211.4131 -2211.4131 -3463.4976 3463.4976
- 2970 7.1342112e-09 -2211.4131 -2211.4131 -3463.3926 3463.3926
- 2980 2.7682389e-08 -2211.4132 -2211.4132 -3463.093 3463.093
- 2990 9.2888925e-08 -2211.4136 -2211.4136 -3463.2241 3463.2241
- 3000 3.1200983e-07 -2211.4156 -2211.4156 -3463.2627 3463.2627
- 3003 3.7462772e-07 -2211.4174 -2211.4174 -3462.9093 3462.9093
-Loop time of 0.10325 on 1 procs for 103 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.41308557 -2211.41674311 -2211.41742768
- Force two-norm initial, final = 0.0210593 0.00734388
- Force max component initial, final = 0.00815881 0.00280677
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 103 103
-
-Pair time (%) = 0.093724 (90.7738)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000842333 (0.815819)
-Outpt time (%) = 0.000659227 (0.638477)
-Other time (%) = 0.00802445 (7.77187)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14242 ave 14242 max 14242 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14242
-Ave neighs/atom = 27.8708
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2850 0 -2212.7602 -2212.7602 -3583.5856 3583.5856
- 2860 9.0878636e-10 -2212.7602 -2212.7602 -3583.5853 3583.5853
- 2870 9.963976e-09 -2212.7602 -2212.7602 -3583.583 3583.583
- 2880 4.8643735e-08 -2212.7602 -2212.7602 -3583.5728 3583.5728
- 2890 2.6123716e-07 -2212.7604 -2212.7604 -3583.5167 3583.5167
- 2900 1.0236333e-06 -2212.7608 -2212.7608 -3583.312 3583.312
- 2910 4.7810944e-06 -2212.7631 -2212.7631 -3582.2664 3582.2664
- 2920 1.6004174e-05 -2212.7701 -2212.7701 -3578.5456 3578.5456
- 2930 3.9742508e-05 -2212.787 -2212.787 -3560.753 3560.753
- 2940 3.9005819e-05 -2212.8007 -2212.8007 -3539.232 3539.232
- 2950 4.2394481e-05 -2212.817 -2212.817 -3506.2515 3506.2515
- 2960 1.0903904e-05 -2212.8222 -2212.8222 -3508.7341 3508.7341
- 2970 7.9210885e-07 -2212.8258 -2212.8258 -3515.6417 3515.6417
- 2980 2.0200398e-06 -2212.8266 -2212.8266 -3522.7814 3522.7814
- 2990 8.6750359e-08 -2212.827 -2212.827 -3536.5601 3536.5601
- 3000 4.2234644e-08 -2212.8271 -2212.8271 -3537.5014 3537.5014
- 3010 1.6124152e-07 -2212.8272 -2212.8272 -3537.0431 3537.0431
- 3018 9.8166943e-09 -2212.8273 -2212.8273 -3536.5194 3536.5194
-Loop time of 0.167153 on 1 procs for 168 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.76019425 -2212.82725953 -2212.82726079
- Force two-norm initial, final = 1.02576 0.00859213
- Force max component initial, final = 0.227789 0.000860339
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 168 168
-
-Pair time (%) = 0.152484 (91.2244)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00136614 (0.817299)
-Outpt time (%) = 0.0010643 (0.636723)
-Other time (%) = 0.0122383 (7.3216)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14244 ave 14244 max 14244 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14244
-Ave neighs/atom = 27.8748
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3018 0 -2212.8273 -2212.8273 -3536.5194 3536.5194
- 3019 5.1961006e-16 -2212.8273 -2212.8273 -3536.5194 3536.5194
-Loop time of 0.00214791 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82726079 -2212.82726079 -2212.82726079
- Force two-norm initial, final = 0.00861342 0.00861342
- Force max component initial, final = 0.000859006 0.000859006
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192785 (89.7547)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.799201)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000202894 (9.44611)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2209.4461 -2209.4461 -3095.9456 3095.9456
- 3010 8.1261469e-08 -2209.4462 -2209.4462 -3095.9577 3095.9577
- 3020 8.9086347e-07 -2209.4467 -2209.4467 -3096.0841 3096.0841
- 3030 4.3471769e-06 -2209.4488 -2209.4488 -3096.6348 3096.6348
- 3040 2.3287652e-05 -2209.4603 -2209.4603 -3099.6434 3099.6434
- 3050 9.0423362e-05 -2209.5015 -2209.5015 -3110.4398 3110.4398
- 3060 0.0004037923 -2209.6922 -2209.6922 -3161.3418 3161.3418
- 3070 0.0011756896 -2210.1685 -2210.1685 -3297.4165 3297.4165
- 3080 0.0019028122 -2210.9629 -2210.9629 -3531.9216 3531.9216
- 3090 6.2137419e-06 -2211.3429 -2211.3429 -3443.7797 3443.7797
- 3100 0.00012068499 -2211.4141 -2211.4141 -3493.5598 3493.5598
- 3110 0.00011788007 -2211.5046 -2211.5046 -3461.828 3461.828
- 3120 8.2324017e-06 -2211.5473 -2211.5473 -3467.6533 3467.6533
- 3130 1.6742782e-05 -2211.5256 -2211.5256 -3472.8796 3472.8796
- 3140 2.7916009e-06 -2211.4382 -2211.4382 -3471.9168 3471.9168
- 3150 2.006106e-06 -2211.4354 -2211.4354 -3463.3969 3463.3969
- 3160 1.1132456e-07 -2211.4243 -2211.4243 -3460.3027 3460.3027
- 3170 7.9501603e-07 -2211.4224 -2211.4224 -3466.2137 3466.2137
- 3180 1.5693447e-06 -2211.4157 -2211.4157 -3467.5643 3467.5643
- 3190 4.5073874e-07 -2211.4159 -2211.4159 -3464.4349 3464.4349
- 3200 4.5605611e-08 -2211.4159 -2211.4159 -3461.1485 3461.1485
-Loop time of 0.20467 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2209.44612988 -2211.41591394 -2211.41592602
- Force two-norm initial, final = 9.69974 0.0858341
- Force max component initial, final = 5.72119 0.047264
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.180324 (88.1049)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00159931 (0.78141)
-Outpt time (%) = 0.00135994 (0.664455)
-Other time (%) = 0.0213864 (10.4492)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14236 ave 14236 max 14236 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14236
-Ave neighs/atom = 27.8591
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3200 0 -2211.4159 -2211.4159 -3461.1485 3461.1485
- 3210 6.363352e-12 -2211.4159 -2211.4159 -3461.1485 3461.1485
- 3220 6.9764081e-11 -2211.4159 -2211.4159 -3461.1491 3461.1491
- 3230 3.4049416e-10 -2211.4159 -2211.4159 -3461.1516 3461.1516
- 3240 1.8259763e-09 -2211.4159 -2211.4159 -3461.1654 3461.1654
- 3250 7.1157232e-09 -2211.4159 -2211.4159 -3461.2154 3461.2154
- 3260 3.2334027e-08 -2211.4159 -2211.4159 -3461.465 3461.465
- 3270 9.6643582e-08 -2211.416 -2211.416 -3462.2715 3462.2715
- 3280 1.1522971e-07 -2211.416 -2211.416 -3464.531 3464.531
- 3290 2.4360779e-07 -2211.416 -2211.416 -3462.9343 3462.9343
- 3300 6.6523334e-07 -2211.4164 -2211.4164 -3461.7677 3461.7677
- 3310 3.9228991e-10 -2211.4171 -2211.4171 -3462.9868 3462.9868
- 3315 4.1235167e-09 -2211.4172 -2211.4172 -3463.1569 3463.1569
-Loop time of 0.11797 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2211.41592602 -2211.41716658 -2211.41718539
- Force two-norm initial, final = 0.0858341 0.00985993
- Force max component initial, final = 0.047264 0.00176473
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.104719 (88.7674)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00093627 (0.793651)
-Outpt time (%) = 0.000742912 (0.629747)
-Other time (%) = 0.0115719 (9.80918)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14242 ave 14242 max 14242 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14242
-Ave neighs/atom = 27.8708
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2212.7843 -2212.7843 -3595.2514 3595.2514
- 2460 8.5183093e-10 -2212.7843 -2212.7843 -3595.2512 3595.2512
- 2470 9.3394987e-09 -2212.7844 -2212.7844 -3595.2488 3595.2488
- 2480 4.5594847e-08 -2212.7844 -2212.7844 -3595.2386 3595.2386
- 2490 2.4485451e-07 -2212.7845 -2212.7845 -3595.1821 3595.1821
- 2500 9.5935951e-07 -2212.7849 -2212.7849 -3594.9762 3594.9762
- 2510 4.4778353e-06 -2212.7871 -2212.7871 -3593.9242 3593.9242
- 2520 1.4961605e-05 -2212.7936 -2212.7936 -3590.1803 3590.1803
- 2530 3.5496471e-05 -2212.8084 -2212.8084 -3572.259 3572.259
- 2540 2.5631034e-05 -2212.8169 -2212.8169 -3552.706 3552.706
- 2550 1.9884496e-05 -2212.8226 -2212.8226 -3529.3402 3529.3402
- 2560 9.2947139e-06 -2212.8231 -2212.8231 -3526.0053 3526.0053
- 2570 6.9140604e-07 -2212.8262 -2212.8262 -3528.8317 3528.8317
- 2580 1.3513114e-06 -2212.8269 -2212.8269 -3532.3881 3532.3881
- 2590 5.4419425e-08 -2212.8272 -2212.8272 -3538.7396 3538.7396
- 2600 3.3945791e-08 -2212.8273 -2212.8273 -3539.7127 3539.7127
- 2610 8.23128e-08 -2212.8273 -2212.8273 -3538.9121 3538.9121
- 2620 1.1207277e-08 -2212.8273 -2212.8273 -3538.3012 3538.3012
-Loop time of 0.170551 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.78434682 -2212.8272881 -2212.82728957
- Force two-norm initial, final = 0.993099 0.00850767
- Force max component initial, final = 0.219189 0.00125434
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.15492 (90.8352)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00136232 (0.798778)
-Outpt time (%) = 0.0010581 (0.620402)
-Other time (%) = 0.0132103 (7.74565)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2620 0 -2212.8273 -2212.8273 -3538.3012 3538.3012
- 2621 5.1311765e-16 -2212.8273 -2212.8273 -3538.3012 3538.3012
-Loop time of 0.00216603 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82728957 -2212.82728957 -2212.82728957
- Force two-norm initial, final = 0.00855944 0.00855944
- Force max component initial, final = 0.00125026 0.00125026
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193214 (89.202)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.792515)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000216722 (10.0055)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2212.7569 -2212.7569 -3576.0451 3576.0451
- 2710 9.7188081e-10 -2212.7569 -2212.7569 -3576.0448 3576.0448
- 2720 1.0655729e-08 -2212.7569 -2212.7569 -3576.0423 3576.0423
- 2730 5.2020415e-08 -2212.7569 -2212.7569 -3576.0313 3576.0313
- 2740 2.793594e-07 -2212.7571 -2212.7571 -3575.9708 3575.9708
- 2750 1.0944559e-06 -2212.7576 -2212.7576 -3575.75 3575.75
- 2760 5.1075644e-06 -2212.76 -2212.76 -3574.6212 3574.6212
- 2770 1.7028746e-05 -2212.7675 -2212.7675 -3570.5953 3570.5953
- 2780 4.0679011e-05 -2212.785 -2212.785 -3551.2495 3551.2495
- 2790 3.9470736e-05 -2212.799 -2212.799 -3527.7597 3527.7597
- 2800 4.8517844e-05 -2212.8172 -2212.8172 -3502.3963 3502.3963
- 2810 8.7285589e-06 -2212.8241 -2212.8241 -3514.6913 3514.6913
- 2820 9.8939642e-07 -2212.8256 -2212.8256 -3517.317 3517.317
- 2830 1.8116437e-06 -2212.8264 -2212.8264 -3522.5611 3522.5611
- 2840 2.7149681e-07 -2212.8269 -2212.8269 -3531.9314 3531.9314
- 2850 4.3695307e-08 -2212.8271 -2212.8271 -3532.9231 3532.9231
- 2860 1.6559853e-07 -2212.8271 -2212.8271 -3533.7939 3533.7939
- 2870 2.8425846e-07 -2212.8272 -2212.8272 -3536.1616 3536.1616
- 2874 3.9903479e-08 -2212.8273 -2212.8273 -3536.1954 3536.1954
-Loop time of 0.172699 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.75691607 -2212.82725719 -2212.82726209
- Force two-norm initial, final = 1.06077 0.00846157
- Force max component initial, final = 0.264354 0.000819037
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.157697 (91.3132)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00140429 (0.813141)
-Outpt time (%) = 0.00113344 (0.656311)
-Other time (%) = 0.0124643 (7.21735)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2874 0 -2212.8273 -2212.8273 -3536.1954 3536.1954
- 2875 5.0194725e-16 -2212.8273 -2212.8273 -3536.1954 3536.1954
-Loop time of 0.00213385 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82726209 -2212.82726209 -2212.82726209
- Force two-norm initial, final = 0.00846576 0.00846576
- Force max component initial, final = 0.000818596 0.000818596
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191379 (89.6872)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.78814e-05 (0.837989)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000202179 (9.47486)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2950 0 -2212.776 -2212.776 -3598.3431 3598.3431
- 2960 8.8762318e-10 -2212.776 -2212.776 -3598.3429 3598.3429
- 2970 9.7319244e-09 -2212.776 -2212.776 -3598.3405 3598.3405
- 2980 4.7510615e-08 -2212.776 -2212.776 -3598.33 3598.33
- 2990 2.5514164e-07 -2212.7762 -2212.7762 -3598.2726 3598.2726
- 3000 9.9965185e-07 -2212.7766 -2212.7766 -3598.0629 3598.0629
- 3010 4.6655045e-06 -2212.7789 -2212.7789 -3596.9913 3596.9913
- 3020 1.5579347e-05 -2212.7856 -2212.7856 -3593.1718 3593.1718
- 3030 3.6638907e-05 -2212.8011 -2212.8011 -3574.8621 3574.8621
- 3040 2.8875745e-05 -2212.8109 -2212.8109 -3554.7553 3554.7553
- 3050 3.0677806e-05 -2212.8214 -2212.8214 -3531.3628 3531.3628
- 3060 1.1181294e-05 -2212.8227 -2212.8227 -3524.6183 3524.6183
- 3070 6.8424623e-07 -2212.8262 -2212.8262 -3529.3546 3529.3546
- 3080 1.3419573e-06 -2212.8269 -2212.8269 -3532.5419 3532.5419
- 3090 7.1418776e-08 -2212.8272 -2212.8272 -3537.9361 3537.9361
- 3100 2.81691e-08 -2212.8272 -2212.8272 -3538.9238 3538.9238
- 3110 7.5142588e-08 -2212.8273 -2212.8273 -3538.5997 3538.5997
- 3117 4.4031701e-09 -2212.8273 -2212.8273 -3538.0896 3538.0896
-Loop time of 0.167823 on 1 procs for 167 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.77601703 -2212.82728707 -2212.82728788
- Force two-norm initial, final = 1.01375 0.00815425
- Force max component initial, final = 0.227712 0.0009868
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 167 167
-
-Pair time (%) = 0.151829 (90.4701)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00137258 (0.817872)
-Outpt time (%) = 0.00108123 (0.644268)
-Other time (%) = 0.0135396 (8.06777)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14246 ave 14246 max 14246 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14246
-Ave neighs/atom = 27.8787
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3117 0 -2212.8273 -2212.8273 -3538.0896 3538.0896
- 3118 4.8497768e-16 -2212.8273 -2212.8273 -3538.0896 3538.0896
-Loop time of 0.00220513 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2212.82728788 -2212.82728788 -2212.82728788
- Force two-norm initial, final = 0.00832143 0.00832143
- Force max component initial, final = 0.00115856 0.00115856
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00192499 (87.2959)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.81198e-05 (0.82171)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000262022 (11.8824)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
-Loop time of 25.5724 on 1 procs for 22 steps with 511 atoms
-
-TAD stats:
- NEB time (%) = 6.39887 (25.0226)
- Dynamics time (%) = 0 (0)
- Quench time (%) = 0 (0)
- Comm time (%) = 0 (0)
- Output time (%) = 0 (0)
- Other time (%) = 19.1735 (74.9774)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14250 ave 14250 max 14250 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14250
-Ave neighs/atom = 27.8865
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/tad/log.tad.18Feb13.linux.3 b/examples/tad/log.tad.18Feb13.linux.3
new file mode 100644
index 000000000..4180919a6
--- /dev/null
+++ b/examples/tad/log.tad.18Feb13.linux.3
@@ -0,0 +1,114 @@
+LAMMPS (18 Feb 2013)
+Running on 3 partitions of processors
+Step CPU N M Status Barrier Margin t_lo delt_lo
+1000 0.000 0 0 E 0.000 0.000 0.000 0.000
+1150 0.902 0 0 DF 2.957 0.000 0.000 17626.816
+1550 2.531 0 1 DF 0.510 0.049 0.000 1251.448
+1950 4.331 0 2 D 2.971 0.610 0.000 114049.225
+2350 6.048 0 3 D 0.510 0.867 0.000 3071.754
+2800 8.014 0 4 D 2.971 1.156 0.000 216085.667
+1550 8.014 1 1 E 0.510 0.000 1251.448 1251.448
+1600 8.570 1 0 DF 0.004 0.000 1251.448 50.293
+1650 8.933 1 1 D 0.510 0.716 1251.448 227.529
+1700 9.286 1 2 D 0.510 1.074 1251.448 341.298
+1600 9.286 2 0 E 0.004 0.000 1301.740 50.293
+1650 9.662 2 0 DF 0.510 0.000 1301.740 113.769
+1700 10.021 2 1 D 0.510 0.388 1301.740 227.536
+1750 10.376 2 2 D 0.510 0.582 1301.740 341.308
+1800 10.742 2 3 D 0.510 0.776 1301.740 455.073
+1850 11.102 2 4 D 0.510 0.970 1301.740 568.841
+1900 11.466 2 5 D 0.510 1.164 1301.740 682.598
+1650 11.466 3 0 E 0.510 0.000 1415.510 113.769
+1700 11.842 3 0 DF 0.000 0.000 1415.510 50.000
+1750 12.435 3 1 D 1.567 0.719 1415.510 1250.573
+1800 13.054 3 2 D 76.180 1.078 1415.510 31613081566057115238226786648460034882806574434213691392.000
+1700 13.054 4 0 E 0.000 0.000 1465.510 50.000
+1750 13.606 4 0 DF 0.002 0.000 1465.510 50.195
+1800 14.079 4 1 D 0.000 0.717 1465.510 100.004
+1850 14.544 4 2 D 0.000 1.075 1465.510 150.012
+1750 14.544 5 0 E 0.002 0.000 1515.705 50.195
+1800 14.920 5 0 DF 0.000 0.000 1515.705 50.000
+1850 15.398 5 1 D 0.000 0.719 1515.705 100.000
+1900 15.867 5 2 D 0.000 1.078 1515.705 150.001
+1800 15.867 6 0 E 0.000 0.000 1565.705 50.000
+1850 16.230 6 0 DF 0.510 0.000 1565.705 113.770
+1900 16.673 6 1 DF 0.000 0.388 1565.705 100.005
+1950 17.138 6 2 D 0.000 0.641 1565.705 150.005
+2000 17.603 6 3 D 0.000 0.855 1565.705 200.017
+2050 18.214 6 4 D 76.670 1.069 1565.705 116027362857509849655775788102251808311739383313088905216.000
+1900 18.214 7 1 E 0.000 0.000 1665.709 100.005
+1950 18.591 7 0 DF 0.000 0.000 1665.709 50.004
+2000 18.945 7 1 D 0.000 0.719 1665.709 100.000
+2050 19.313 7 2 D 0.000 1.078 1665.709 150.006
+1950 19.313 8 0 E 0.000 0.000 1715.714 50.004
+2000 19.674 8 0 DF 0.000 0.000 1715.714 50.001
+2050 20.019 8 1 D 0.000 0.719 1715.714 100.000
+2100 20.436 8 2 D 0.000 1.078 1715.714 150.002
+2000 20.436 9 0 E 0.000 0.000 1765.714 50.001
+2050 20.790 9 0 DF 0.000 0.000 1765.714 50.002
+2100 21.130 9 1 D 0.000 0.719 1765.714 100.000
+2150 21.476 9 2 D 0.000 1.078 1765.714 150.000
+2050 21.476 10 0 E 0.000 0.000 1815.716 50.002
+2100 21.834 10 0 DF 0.000 0.000 1815.716 50.001
+2150 22.180 10 1 D 0.000 0.719 1815.716 100.000
+2200 22.521 10 2 D 0.000 1.078 1815.716 150.000
+2100 22.521 11 0 E 0.000 0.000 1865.717 50.001
+2150 23.074 11 0 DF 0.002 0.000 1865.717 50.166
+2200 23.415 11 1 D 0.000 0.717 1865.717 100.005
+2250 23.770 11 2 D 0.000 1.076 1865.717 150.000
+2150 23.770 12 0 E 0.002 0.000 1915.884 50.166
+2200 24.329 12 0 DF 0.001 0.000 1915.884 50.116
+2250 24.668 12 1 D 0.000 0.718 1915.884 100.000
+2300 25.021 12 2 D 0.000 1.076 1915.884 150.000
+2200 25.021 13 0 E 0.001 0.000 1966.000 50.116
+2250 25.370 13 0 DF 0.000 0.000 1966.000 50.003
+2300 25.710 13 1 D 0.000 0.719 1966.000 100.005
+2350 26.056 13 2 D 0.000 1.078 1966.000 150.000
+2250 26.056 14 0 E 0.000 0.000 2016.003 50.003
+2300 26.442 14 0 DF 0.000 0.000 2016.003 50.000
+2350 26.776 14 1 D 0.000 0.719 2016.003 100.001
+2400 27.120 14 2 D 0.000 1.078 2016.003 150.002
+2300 27.120 15 0 E 0.000 0.000 2066.003 50.000
+2350 27.482 15 0 DF 0.000 0.000 2066.003 50.001
+2400 27.844 15 1 D 0.000 0.719 2066.003 100.003
+2450 28.218 15 2 D 0.000 1.078 2066.003 150.005
+2350 28.218 16 0 E 0.000 0.000 2116.004 50.001
+2400 28.576 16 0 DF 0.510 0.000 2116.004 113.775
+2450 28.924 16 1 DF 0.000 0.388 2116.004 100.008
+2500 29.288 16 2 D 0.000 0.641 2116.004 150.000
+2550 29.624 16 3 D 0.000 0.855 2116.004 200.019
+2600 29.970 16 4 D 0.000 1.069 2116.004 250.001
+2450 29.970 17 1 E 0.000 0.000 2216.012 100.008
+2500 30.362 17 0 DF 0.000 0.000 2216.012 50.003
+2550 30.703 17 1 D 0.000 0.719 2216.012 100.001
+2600 31.058 17 2 D 0.000 1.078 2216.012 150.004
+2500 31.058 18 0 E 0.000 0.000 2266.015 50.003
+2550 31.429 18 0 DF 0.000 0.000 2266.015 50.000
+2600 31.945 18 1 D 0.000 0.719 2266.015 100.006
+2650 32.294 18 2 D 0.000 1.078 2266.015 150.002
+2550 32.294 19 0 E 0.000 0.000 2316.015 50.000
+2600 32.648 19 0 DF 0.000 0.000 2316.015 50.000
+2650 32.990 19 1 D 0.000 0.719 2316.015 100.006
+2700 33.331 19 2 D 0.000 1.078 2316.015 150.003
+2600 33.331 20 0 E 0.000 0.000 2366.015 50.000
+2650 33.697 20 0 DF 0.000 0.000 2366.015 50.003
+2700 34.064 20 1 D 0.000 0.719 2366.015 100.010
+2750 34.409 20 2 D 0.000 1.078 2366.015 150.009
+2650 34.409 21 0 E 0.000 0.000 2416.018 50.003
+2700 34.903 21 0 DF 0.000 0.000 2416.018 50.003
+2750 35.250 21 1 D 0.000 0.719 2416.018 100.000
+2800 35.583 21 2 D 0.000 1.078 2416.018 150.000
+2700 35.583 22 0 E 0.000 0.000 2466.021 50.003
+2750 35.948 22 0 DF 0.000 0.000 2466.021 50.000
+2800 36.302 22 1 D 0.000 0.719 2466.021 100.005
+2850 36.675 22 2 D 0.000 1.078 2466.021 150.003
+2750 36.675 23 0 E 0.000 0.000 2516.021 50.000
+2800 37.028 23 0 DF 0.000 0.000 2516.021 50.003
+2850 37.359 23 1 D 0.000 0.719 2516.021 100.004
+2900 37.695 23 2 D 0.000 1.078 2516.021 150.010
+2800 37.695 24 0 E 0.000 0.000 2566.023 50.003
+2850 38.149 24 0 DF 0.510 0.000 2566.023 113.771
+2900 38.491 24 1 DF 0.000 0.388 2566.023 100.000
+2950 38.848 24 2 D 0.000 0.641 2566.023 150.000
+3000 39.198 24 3 D 0.000 0.855 2566.023 200.004
+Loop time of 39.1984 on 3 procs for 2000 steps with 511 atoms
diff --git a/examples/tad/log.tad.2.18Feb13.linux.3 b/examples/tad/log.tad.2.18Feb13.linux.3
new file mode 100644
index 000000000..eb4004c51
--- /dev/null
+++ b/examples/tad/log.tad.2.18Feb13.linux.3
@@ -0,0 +1,7814 @@
+LAMMPS (18 Feb 2013)
+Processor partition = 2
+# temperature accelerated dynamics model for a single vacancy in bulk Si
+# events occur when a neighboring atom diffuses to the vacant site
+# run this on multiple partitions as
+# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
+
+units metal
+
+atom_style atomic
+atom_modify map array
+boundary p p p
+atom_modify sort 0 0.0
+
+# temperatures
+variable tlo equal 1800.0
+variable thi equal 2400.0
+
+# coordination number cutoff
+
+variable r equal 2.835
+
+# minimization parameters
+
+variable etol equal 1.0e-5
+variable ftol equal 1.0e-5
+variable maxiter equal 100
+variable maxeval equal 100
+variable dmax equal 1.0e-1
+
+# diamond unit cell
+
+variable a equal 5.431
+lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+lattice custom 5.4310000000000000497 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
+Lattice spacing in x,y,z = 5.431 5.431 5.431
+
+region myreg block 0 4 0 4 0 4
+create_box 1 myreg
+Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
+ 1 by 1 by 1 MPI processor grid
+create_atoms 1 region myreg
+Created 512 atoms
+
+mass 1 28.06
+
+group Si type 1
+512 atoms in group Si
+
+velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
+velocity all create 2400 5287286 mom yes rot yes dist gaussian
+
+# make a vacancy
+
+group del id 300
+1 atoms in group del
+delete_atoms group del
+Deleted 1 atoms, new total = 511
+
+pair_style sw
+pair_coeff * * Si.sw Si
+
+thermo 10
+
+fix 1 all nve
+fix 2 all langevin ${thi} ${thi} 0.1 48278
+fix 2 all langevin 2400 ${thi} 0.1 48278
+fix 2 all langevin 2400 2400 0.1 48278
+
+timestep 1.0e-3
+neighbor 1.0 bin
+neigh_modify every 1 delay 10 check yes
+
+# equilibrate
+
+run 1000
+Memory usage per processor = 2.0318 Mbytes
+Step Temp E_pair E_mol TotEng Press
+ 0 2397.3877 -2211.666 0 -2053.6238 16437.395
+ 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
+ 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
+ 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
+ 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
+ 50 1355.5121 -2075.899 0 -1986.54 15232.765
+ 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
+ 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
+ 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
+ 90 1856.846 -2074.3867 0 -1951.9784 14679.213
+ 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
+ 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
+ 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
+ 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
+ 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
+ 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
+ 160 2250.38 -2061.9776 0 -1913.6265 14775.208
+ 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
+ 180 2133.2342 -2054.0585 0 -1913.43 14703.698
+ 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
+ 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
+ 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
+ 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
+ 230 2236.7528 -2050.463 0 -1903.0103 15555.164
+ 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
+ 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
+ 260 2315.568 -2051.1362 0 -1898.4877 16359.564
+ 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
+ 280 2309.251 -2049.7917 0 -1897.5597 14754.994
+ 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
+ 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
+ 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
+ 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
+ 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
+ 340 2310.4682 -2042.508 0 -1890.1957 16597.877
+ 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
+ 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
+ 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
+ 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
+ 390 2241.238 -2035.6191 0 -1887.8707 16413.388
+ 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
+ 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
+ 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
+ 430 2419.621 -2039.4524 0 -1879.9446 17277.841
+ 440 2400.3962 -2036.392 0 -1878.1515 17353.749
+ 450 2400.084 -2034.8541 0 -1876.6341 17301.395
+ 460 2443.232 -2038.2591 0 -1877.1947 15880.125
+ 470 2399.563 -2032.3026 0 -1874.117 14524.504
+ 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
+ 490 2257.134 -2030.7105 0 -1881.9142 13267.538
+ 500 2303.4365 -2033.254 0 -1881.4053 13303.626
+ 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
+ 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
+ 530 2244.3528 -2036.563 0 -1888.6093 13611.835
+ 540 2289.2186 -2033.577 0 -1882.6656 14593.524
+ 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
+ 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
+ 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
+ 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
+ 590 2483.692 -2034.8435 0 -1871.1118 16533.816
+ 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
+ 610 2369.1226 -2030.2599 0 -1874.081 15171.807
+ 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
+ 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
+ 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
+ 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
+ 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
+ 670 2379.955 -2030.0505 0 -1873.1575 15633.06
+ 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
+ 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
+ 700 2475.846 -2034.693 0 -1871.4786 18851.309
+ 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
+ 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
+ 730 2435.1585 -2037.6942 0 -1877.162 16882.364
+ 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
+ 750 2326.452 -2029.9922 0 -1876.6263 16117.229
+ 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
+ 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
+ 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
+ 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
+ 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
+ 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
+ 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
+ 830 2323.0047 -2033.1056 0 -1879.967 17703.971
+ 840 2498.7372 -2040.984 0 -1876.2606 17876.907
+ 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
+ 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
+ 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
+ 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
+ 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
+ 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
+ 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
+ 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
+ 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
+ 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
+ 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
+ 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
+ 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
+ 980 2477.0203 -2028.29 0 -1864.9982 14789.439
+ 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
+ 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
+Loop time of 2.29979 on 1 procs for 1000 steps with 511 atoms
+
+Pair time (%) = 2.21489 (96.3082)
+Neigh time (%) = 0.0377162 (1.63998)
+Comm time (%) = 0.00944972 (0.410894)
+Outpt time (%) = 0.000857592 (0.0372899)
+Other time (%) = 0.036881 (1.60366)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1021 ave 1021 max 1021 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 13046 ave 13046 max 13046 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 13046
+Ave neighs/atom = 25.5303
+Neighbor list builds = 56
+Dangerous builds = 0
+
+# Eliminate COM motion
+velocity all zero linear
+
+# only output atoms near vacancy
+
+compute coord all coord/atom $r
+compute coord all coord/atom 2.8349999999999999645
+
+#dump events all custom 1 dump.prd id type x y z
+#dump_modify events thresh c_coord != 4
+
+compute patom all pe/atom
+compute pe all reduce sum c_patom
+compute satom all stress/atom
+compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
+variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
+
+thermo_style custom step temp pe c_pe press v_press
+
+compute event all event/displace 1.0
+
+unfix 1
+unfix 2
+fix 1 all nvt temp ${thi} ${thi} 0.1
+fix 1 all nvt temp 2400 ${thi} 0.1
+fix 1 all nvt temp 2400 2400 0.1
+
+# tad nsteps nevent tlo thi delta_conf tmax compute
+# [min etol ftol niter neval]
+# [neb etol_neb ftol_neb n1steps n2steps nevery]
+# [min_style min_style]
+# [neb_style min_style]
+# [neb_log logfile]
+
+tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+tad 2000 50 1800 2400 0.05 1.0 event min 1.0000000000000000818e-05 1.0000000000000000818e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
+Memory usage per processor = 4.43506 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+ 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
+ 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
+ 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
+Loop time of 0.056566 on 1 procs for 22 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = energy tolerance
+ Energy initial, next-to-last, final =
+ -2022.94753371 -2213.26863148 -2213.28029768
+ Force two-norm initial, final = 70.3784 0.377272
+ Force max component initial, final = 5.75308 0.037084
+ Final line search alpha, max atom move = 0.0625 0.00231775
+ Iterations, force evaluations = 22 50
+
+Pair time (%) = 2.26885 (4010.98)
+Neigh time (%) = 0.039026 (68.992)
+Comm time (%) = 0.00990248 (17.5061)
+Outpt time (%) = 0.000991583 (1.75297)
+Other time (%) = -2.2622 (-3999.23)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 2
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1150 0 -2210.3277 -2210.3277 -2894.1659 2894.1659
+ 1160 5.0093068e-10 -2210.3277 -2210.3277 -2894.1654 2894.1654
+ 1170 5.492482e-09 -2210.3277 -2210.3277 -2894.16 2894.16
+ 1180 2.6823132e-08 -2210.3277 -2210.3277 -2894.1364 2894.1364
+ 1190 1.442462e-07 -2210.3278 -2210.3278 -2894.0072 2894.0072
+ 1200 5.6941397e-07 -2210.3281 -2210.3281 -2893.536 2893.536
+ 1210 2.7286163e-06 -2210.3293 -2210.3293 -2891.1444 2891.1444
+ 1220 1.0300063e-05 -2210.3333 -2210.3333 -2882.8466 2882.8466
+ 1230 2.2971017e-05 -2210.3423 -2210.3423 -2854.7405 2854.7405
+ 1240 3.2808569e-05 -2210.3552 -2210.3552 -2871.9077 2871.9077
+ 1250 3.594707e-05 -2210.3722 -2210.3722 -2874.7238 2874.7238
+ 1260 7.8610014e-06 -2210.3556 -2210.3556 -2950.2634 2950.2634
+ 1270 3.1033339e-05 -2210.3775 -2210.3775 -2881.0128 2881.0128
+ 1280 1.6885339e-05 -2210.3769 -2210.3769 -2862.6994 2862.6994
+ 1290 3.2733191e-05 -2210.3788 -2210.3788 -2904.9865 2904.9865
+ 1300 1.3276349e-06 -2210.3607 -2210.3607 -2958.8904 2958.8904
+ 1310 1.1298436e-06 -2210.3638 -2210.3638 -2954.6686 2954.6686
+ 1320 1.2250413e-06 -2210.3708 -2210.3708 -2832.3221 2832.3221
+ 1330 2.5638138e-06 -2210.3697 -2210.3697 -2830.5733 2830.5733
+ 1340 2.6797373e-06 -2210.3797 -2210.3797 -2897.9275 2897.9275
+ 1350 2.4291298e-06 -2210.3794 -2210.3794 -2901.6624 2901.6624
+Loop time of 0.203294 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2210.32771293 -2210.37997743 -2210.37935652
+ Force two-norm initial, final = 0.761559 0.223978
+ Force max component initial, final = 0.141109 0.115869
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.183693 (90.3584)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160789 (0.790921)
+Outpt time (%) = 0.00133705 (0.657693)
+Other time (%) = 0.0166559 (8.19302)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14232 ave 14232 max 14232 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14232
+Ave neighs/atom = 27.8513
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1350 0 -2210.3794 -2210.3794 -2901.6624 2901.6624
+ 1360 4.3328896e-11 -2210.3794 -2210.3794 -2901.6621 2901.6621
+ 1370 4.7501887e-10 -2210.3794 -2210.3794 -2901.6594 2901.6594
+ 1380 2.3179452e-09 -2210.3794 -2210.3794 -2901.6476 2901.6476
+ 1390 1.242021e-08 -2210.3794 -2210.3794 -2901.5827 2901.5827
+ 1400 4.8191864e-08 -2210.3794 -2210.3794 -2901.3472 2901.3472
+ 1410 2.1536536e-07 -2210.3795 -2210.3795 -2900.1734 2900.1734
+ 1420 5.8626989e-07 -2210.3798 -2210.3798 -2896.4038 2896.4038
+ 1430 3.5192587e-07 -2210.38 -2210.38 -2884.9637 2884.9637
+ 1440 2.434635e-07 -2210.38 -2210.38 -2890.6413 2890.6413
+ 1450 3.4131704e-08 -2210.3798 -2210.3798 -2895.6337 2895.6337
+ 1460 1.8638458e-08 -2210.3799 -2210.3799 -2893.6776 2893.6776
+ 1470 2.5000627e-08 -2210.38 -2210.38 -2884.7585 2884.7585
+ 1480 1.0199399e-07 -2210.38 -2210.38 -2891.0841 2891.0841
+ 1490 4.0875406e-10 -2210.38 -2210.38 -2890.1409 2890.1409
+ 1500 9.9083081e-09 -2210.38 -2210.38 -2887.758 2887.758
+ 1510 3.400939e-08 -2210.38 -2210.38 -2888.871 2888.871
+Loop time of 0.160341 on 1 procs for 160 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2210.37935652 -2210.37998812 -2210.37999469
+ Force two-norm initial, final = 0.223978 0.00662292
+ Force max component initial, final = 0.115869 0.00339832
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 160 160
+
+Pair time (%) = 0.147596 (92.0511)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130224 (0.81217)
+Outpt time (%) = 0.000999212 (0.623179)
+Other time (%) = 0.0104439 (6.51357)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14232 ave 14232 max 14232 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14232
+Ave neighs/atom = 27.8513
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1550 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1560 1.9039633e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
+ 1570 2.0876357e-09 -2213.2368 -2213.2368 -3396.254 3396.254
+ 1580 1.0194865e-08 -2213.2368 -2213.2368 -3396.251 3396.251
+ 1590 5.4833166e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
+ 1600 2.1623698e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
+ 1610 1.0396353e-06 -2213.2374 -2213.2374 -3395.8735 3395.8735
+ 1620 3.9477339e-06 -2213.2391 -2213.2391 -3394.8687 3394.8687
+ 1630 1.8936831e-05 -2213.2467 -2213.2467 -3391.2209 3391.2209
+ 1640 5.0020717e-05 -2213.2672 -2213.2672 -3390.6889 3390.6889
+ 1650 0.00010605104 -2213.3175 -2213.3175 -3385.7784 3385.7784
+ 1660 6.5069812e-07 -2213.336 -2213.336 -3383.3143 3383.3143
+ 1670 3.1350052e-07 -2213.3364 -2213.3364 -3383.8397 3383.8397
+ 1680 1.0763366e-06 -2213.3369 -2213.3369 -3383.6793 3383.6793
+ 1690 3.4333633e-08 -2213.3372 -2213.3372 -3383.4535 3383.4535
+ 1700 2.6460074e-08 -2213.3373 -2213.3373 -3383.3317 3383.3317
+ 1710 1.1436703e-07 -2213.3374 -2213.3374 -3383.3522 3383.3522
+ 1716 9.6055846e-09 -2213.3374 -2213.3374 -3383.3875 3383.3875
+Loop time of 0.166742 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23675492 -2213.3373777 -2213.33737924
+ Force two-norm initial, final = 0.469509 0.00806101
+ Force max component initial, final = 0.0569166 0.00101257
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.146234 (87.7007)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013082 (0.784568)
+Outpt time (%) = 0.00106955 (0.641438)
+Other time (%) = 0.0181303 (10.8733)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1716 0 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 1717 4.5509861e-16 -2213.3374 -2213.3374 -3383.3875 3383.3875
+Loop time of 0.00216007 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737924 -2213.33737924 -2213.33737924
+ Force two-norm initial, final = 0.00806101 0.00806101
+ Force max component initial, final = 0.00101257 0.00101257
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185418 (85.8389)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.783664)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000288963 (13.3775)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2210.3201 -2210.3201 -2984.6338 2984.6338
+ 1960 1.5298925e-10 -2210.3201 -2210.3201 -2984.6341 2984.6341
+ 1970 1.6774483e-09 -2210.3201 -2210.3201 -2984.637 2984.637
+ 1980 8.1915809e-09 -2210.3201 -2210.3201 -2984.6498 2984.6498
+ 1990 4.4043183e-08 -2210.3201 -2210.3201 -2984.7196 2984.7196
+ 2000 1.736695e-07 -2210.3202 -2210.3202 -2984.9736 2984.9736
+ 2010 8.2973006e-07 -2210.3206 -2210.3206 -2986.245 2986.245
+ 2020 3.1280897e-06 -2210.3218 -2210.3218 -2990.4143 2990.4143
+ 2030 1.0321813e-05 -2210.3256 -2210.3256 -3001.3547 3001.3547
+ 2040 2.3571966e-05 -2210.3351 -2210.3351 -2984.4566 2984.4566
+ 2050 6.5744893e-08 -2210.352 -2210.352 -2977.6133 2977.6133
+ 2060 5.6793351e-06 -2210.3553 -2210.3553 -2968.6595 2968.6595
+ 2070 1.7533506e-06 -2210.3578 -2210.3578 -2960.0547 2960.0547
+ 2080 6.3990654e-06 -2210.3618 -2210.3618 -2953.2118 2953.2118
+ 2090 1.2071723e-06 -2210.3625 -2210.3625 -2952.0833 2952.0833
+ 2100 5.3510687e-09 -2210.3645 -2210.3645 -2942.6078 2942.6078
+ 2110 3.1027508e-08 -2210.3646 -2210.3646 -2941.4323 2941.4323
+ 2120 3.8245439e-07 -2210.3648 -2210.3648 -2940.2031 2940.2031
+ 2130 1.6048232e-06 -2210.3657 -2210.3657 -2932.4563 2932.4563
+ 2140 8.3390819e-08 -2210.3662 -2210.3662 -2927.144 2927.144
+ 2150 1.1404807e-09 -2210.3665 -2210.3665 -2921.2368 2921.2368
+Loop time of 0.203044 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2210.32008705 -2210.36646754 -2210.36646754
+ Force two-norm initial, final = 0.420868 0.0176185
+ Force max component initial, final = 0.164469 0.00364235
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.184614 (90.9234)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159168 (0.78391)
+Outpt time (%) = 0.0013423 (0.661087)
+Other time (%) = 0.0154955 (7.63162)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14222 ave 14222 max 14222 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14222
+Ave neighs/atom = 27.8317
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2210.3665 -2210.3665 -2921.2368 2921.2368
+ 2160 2.6810817e-13 -2210.3665 -2210.3665 -2921.2368 2921.2368
+ 2170 2.9399037e-12 -2210.3665 -2210.3665 -2921.2367 2921.2367
+ 2180 1.4362192e-11 -2210.3665 -2210.3665 -2921.2367 2921.2367
+ 2190 7.7377007e-11 -2210.3665 -2210.3665 -2921.2363 2921.2363
+ 2200 3.0758214e-10 -2210.3665 -2210.3665 -2921.2347 2921.2347
+ 2210 1.5285846e-09 -2210.3665 -2210.3665 -2921.2267 2921.2267
+ 2220 6.9065397e-09 -2210.3665 -2210.3665 -2921.1925 2921.1925
+ 2230 5.2984347e-08 -2210.3665 -2210.3665 -2920.8599 2920.8599
+ 2240 9.1976987e-08 -2210.3665 -2210.3665 -2919.6703 2919.6703
+ 2250 1.8852598e-07 -2210.3667 -2210.3667 -2915.7062 2915.7062
+ 2260 8.4849705e-10 -2210.3667 -2210.3667 -2914.7636 2914.7636
+ 2263 2.8403331e-09 -2210.3667 -2210.3667 -2914.7108 2914.7108
+Loop time of 0.116554 on 1 procs for 113 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2210.36646754 -2210.36667402 -2210.36667448
+ Force two-norm initial, final = 0.0176185 0.00939525
+ Force max component initial, final = 0.00364235 0.00201016
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 113 113
+
+Pair time (%) = 0.105707 (90.6937)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000905275 (0.7767)
+Outpt time (%) = 0.000733852 (0.629624)
+Other time (%) = 0.00920773 (7.89996)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14230 ave 14230 max 14230 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14230
+Ave neighs/atom = 27.8474
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.3234 -2213.3234 -3384.2623 3384.2623
+ 2360 2.4136758e-10 -2213.3234 -2213.3234 -3384.2623 3384.2623
+ 2370 2.6463553e-09 -2213.3234 -2213.3234 -3384.2624 3384.2624
+ 2380 1.291923e-08 -2213.3235 -2213.3235 -3384.2626 3384.2626
+ 2390 6.9375585e-08 -2213.3235 -2213.3235 -3384.2642 3384.2642
+ 2400 2.7177557e-07 -2213.3236 -2213.3236 -3384.2697 3384.2697
+ 2410 1.2674913e-06 -2213.3242 -2213.3242 -3384.2942 3384.2942
+ 2420 4.2353281e-06 -2213.326 -2213.326 -3384.3357 3384.3357
+ 2430 1.0918189e-05 -2213.3304 -2213.3304 -3383.9338 3383.9338
+ 2440 1.1142917e-05 -2213.3347 -2213.3347 -3383.3492 3383.3492
+ 2450 5.3493734e-06 -2213.3357 -2213.3357 -3383.4646 3383.4646
+ 2460 3.8701125e-06 -2213.3367 -2213.3367 -3384.1529 3384.1529
+ 2470 6.3677933e-07 -2213.3371 -2213.3371 -3383.2689 3383.2689
+ 2480 5.6946852e-07 -2213.3373 -2213.3373 -3383.4752 3383.4752
+ 2490 1.358502e-07 -2213.3373 -2213.3373 -3383.3484 3383.3484
+ 2500 1.4404824e-08 -2213.3373 -2213.3373 -3383.3376 3383.3376
+ 2510 5.0415063e-08 -2213.3374 -2213.3374 -3383.3787 3383.3787
+ 2520 8.3323473e-08 -2213.3374 -2213.3374 -3383.3002 3383.3002
+ 2527 1.1571795e-08 -2213.3374 -2213.3374 -3383.4143 3383.4143
+Loop time of 0.178356 on 1 procs for 177 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32344573 -2213.33738416 -2213.33738484
+ Force two-norm initial, final = 0.528634 0.00481446
+ Force max component initial, final = 0.0645651 0.000839477
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 177 177
+
+Pair time (%) = 0.156353 (87.6637)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140858 (0.789756)
+Outpt time (%) = 0.00114131 (0.639906)
+Other time (%) = 0.0194526 (10.9066)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2527 0 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2530 1.4610464e-15 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2540 4.3853458e-14 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2550 3.7656975e-13 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2560 1.7392829e-12 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2570 9.0265613e-12 -2213.3374 -2213.3374 -3383.4143 3383.4143
+ 2580 3.5138681e-11 -2213.3374 -2213.3374 -3383.4142 3383.4142
+ 2584 6.558358e-11 -2213.3374 -2213.3374 -3383.414 3383.414
+Loop time of 0.0581439 on 1 procs for 57 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738484 -2213.33738487 -2213.33738488
+ Force two-norm initial, final = 0.00481446 0.00469678
+ Force max component initial, final = 0.000839477 0.000834097
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 57 57
+
+Pair time (%) = 0.050966 (87.655)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000470161 (0.808618)
+Outpt time (%) = 0.000404835 (0.696264)
+Other time (%) = 0.00630283 (10.8401)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2210.2791 -2210.2791 -2897.8685 2897.8685
+ 2810 5.8798622e-10 -2210.2791 -2210.2791 -2897.8684 2897.8684
+ 2820 6.4472498e-09 -2210.2791 -2210.2791 -2897.8673 2897.8673
+ 2830 3.1492002e-08 -2210.2792 -2210.2792 -2897.8627 2897.8627
+ 2840 1.6951856e-07 -2210.2792 -2210.2792 -2897.8377 2897.8377
+ 2850 6.7193648e-07 -2210.2795 -2210.2795 -2897.7461 2897.7461
+ 2860 3.2821348e-06 -2210.2811 -2210.2811 -2897.2741 2897.2741
+ 2870 1.358526e-05 -2210.2862 -2210.2862 -2895.5205 2895.5205
+ 2880 4.5479353e-05 -2210.3028 -2210.3028 -2886.963 2886.963
+ 2890 4.8228066e-05 -2210.3217 -2210.3217 -2880.2603 2880.2603
+ 2900 4.8688082e-05 -2210.3519 -2210.3519 -2890.1748 2890.1748
+ 2910 2.1476452e-07 -2210.3545 -2210.3545 -2888.9476 2888.9476
+ 2920 3.3235413e-06 -2210.3564 -2210.3564 -2888.4434 2888.4434
+ 2930 8.7216506e-06 -2210.3617 -2210.3617 -2892.8658 2892.8658
+ 2940 1.1224881e-08 -2210.3641 -2210.3641 -2895.4084 2895.4084
+ 2950 5.423776e-07 -2210.3644 -2210.3644 -2895.3897 2895.3897
+ 2960 1.1053915e-07 -2210.3648 -2210.3648 -2895.9001 2895.9001
+ 2970 4.2797497e-08 -2210.3649 -2210.3649 -2896.0886 2896.0886
+ 2980 4.9523656e-07 -2210.3652 -2210.3652 -2896.735 2896.735
+ 2990 1.4667391e-06 -2210.366 -2210.366 -2898.7478 2898.7478
+ 3000 2.0477083e-10 -2210.3666 -2210.3666 -2901.5784 2901.5784
+Loop time of 0.201283 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2210.27913224 -2210.36659674 -2210.36659674
+ Force two-norm initial, final = 0.825083 0.0135736
+ Force max component initial, final = 0.110945 0.00166236
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.185101 (91.9605)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0016067 (0.798231)
+Outpt time (%) = 0.00133705 (0.664265)
+Other time (%) = 0.0132384 (6.57702)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14230 ave 14230 max 14230 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14230
+Ave neighs/atom = 27.8474
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2210.3666 -2210.3666 -2901.5784 2901.5784
+ 3010 1.5913468e-13 -2210.3666 -2210.3666 -2901.5784 2901.5784
+ 3020 1.7449696e-12 -2210.3666 -2210.3666 -2901.5784 2901.5784
+ 3030 8.5246056e-12 -2210.3666 -2210.3666 -2901.5784 2901.5784
+ 3040 4.5926453e-11 -2210.3666 -2210.3666 -2901.5787 2901.5787
+ 3050 1.8254822e-10 -2210.3666 -2210.3666 -2901.5795 2901.5795
+ 3060 9.0686196e-10 -2210.3666 -2210.3666 -2901.584 2901.584
+ 3070 4.0615755e-09 -2210.3666 -2210.3666 -2901.6008 2901.6008
+ 3080 2.621072e-08 -2210.3666 -2210.3666 -2901.7047 2901.7047
+ 3090 5.7025655e-08 -2210.3666 -2210.3666 -2902.0006 2902.0006
+ 3100 1.3012627e-07 -2210.3667 -2210.3667 -2903.1849 2903.1849
+ 3105 4.2214234e-09 -2210.3667 -2210.3667 -2903.2252 2903.2252
+Loop time of 0.106131 on 1 procs for 105 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2210.36659674 -2210.3667094 -2210.36671018
+ Force two-norm initial, final = 0.0135736 0.00748907
+ Force max component initial, final = 0.00166236 0.000944124
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 105 105
+
+Pair time (%) = 0.0978246 (92.1734)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000856876 (0.807376)
+Outpt time (%) = 0.000659704 (0.621594)
+Other time (%) = 0.00678992 (6.39768)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14230 ave 14230 max 14230 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14230
+Ave neighs/atom = 27.8474
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1600 0 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1610 2.7779183e-10 -2213.3006 -2213.3006 -3388.355 3388.355
+ 1620 3.0457945e-09 -2213.3006 -2213.3006 -3388.3548 3388.3548
+ 1630 1.4871079e-08 -2213.3006 -2213.3006 -3388.3542 3388.3542
+ 1640 7.9910872e-08 -2213.3006 -2213.3006 -3388.351 3388.351
+ 1650 3.1382436e-07 -2213.3007 -2213.3007 -3388.339 3388.339
+ 1660 1.4821751e-06 -2213.3015 -2213.3015 -3388.2768 3388.2768
+ 1670 5.1768016e-06 -2213.3037 -2213.3037 -3388.0415 3388.0415
+ 1680 1.6640678e-05 -2213.3112 -2213.3112 -3386.7191 3386.7191
+ 1690 2.2600571e-05 -2213.3203 -2213.3203 -3384.7529 3384.7529
+ 1700 2.5542751e-05 -2213.3315 -2213.3315 -3382.8807 3382.8807
+ 1710 1.46454e-06 -2213.3366 -2213.3366 -3381.6037 3381.6037
+ 1720 2.473232e-07 -2213.3371 -2213.3371 -3383.3007 3383.3007
+ 1730 4.1390719e-07 -2213.3373 -2213.3373 -3383.5444 3383.5444
+ 1740 7.8365647e-08 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 1750 8.1783151e-09 -2213.3374 -2213.3374 -3383.4095 3383.4095
+ 1760 2.022227e-08 -2213.3374 -2213.3374 -3383.4041 3383.4041
+ 1770 3.6247798e-09 -2213.3374 -2213.3374 -3383.4407 3383.4407
+ 1772 1.1112911e-08 -2213.3374 -2213.3374 -3383.4174 3383.4174
+Loop time of 0.169733 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30055148 -2213.33738589 -2213.33738741
+ Force two-norm initial, final = 0.56712 0.00551351
+ Force max component initial, final = 0.0597908 0.000425695
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.151712 (89.383)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135875 (0.80052)
+Outpt time (%) = 0.00113368 (0.66792)
+Other time (%) = 0.0155282 (9.1486)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1772 0 -2213.3374 -2213.3374 -3383.4174 3383.4174
+ 1780 1.4702192e-14 -2213.3374 -2213.3374 -3383.4174 3383.4174
+ 1790 1.8555136e-13 -2213.3374 -2213.3374 -3383.4174 3383.4174
+ 1800 1.030477e-12 -2213.3374 -2213.3374 -3383.4174 3383.4174
+ 1810 5.3161267e-12 -2213.3374 -2213.3374 -3383.4174 3383.4174
+ 1820 2.2331734e-11 -2213.3374 -2213.3374 -3383.4172 3383.4172
+ 1830 9.8493926e-11 -2213.3374 -2213.3374 -3383.4165 3383.4165
+ 1840 3.4014429e-10 -2213.3374 -2213.3374 -3383.4138 3383.4138
+ 1850 8.0593876e-10 -2213.3374 -2213.3374 -3383.4041 3383.4041
+ 1860 1.2064644e-09 -2213.3374 -2213.3374 -3383.395 3383.395
+ 1870 6.6794793e-10 -2213.3374 -2213.3374 -3383.3886 3383.3886
+ 1880 3.3654233e-10 -2213.3374 -2213.3374 -3383.3905 3383.3905
+ 1890 4.6293412e-11 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 1900 5.2102963e-11 -2213.3374 -2213.3374 -3383.3933 3383.3933
+ 1910 5.9924822e-11 -2213.3374 -2213.3374 -3383.3932 3383.3932
+ 1920 5.5178222e-13 -2213.3374 -2213.3374 -3383.3952 3383.3952
+ 1930 5.5250169e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1940 3.6549008e-12 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 1950 3.1135e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1960 1.8634855e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1970 3.6527793e-15 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 1972 7.1489085e-15 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.196566 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738741 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00551351 6.27102e-06
+ Force max component initial, final = 0.000425695 4.46243e-07
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175596 (89.3318)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159121 (0.809502)
+Outpt time (%) = 0.00139499 (0.709678)
+Other time (%) = 0.0179839 (9.14904)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2213.3239 -2213.3239 -3386.1773 3386.1773
+ 1660 8.4288554e-11 -2213.3239 -2213.3239 -3386.1773 3386.1773
+ 1670 9.2412998e-10 -2213.3239 -2213.3239 -3386.1771 3386.1771
+ 1680 4.5112345e-09 -2213.3239 -2213.3239 -3386.176 3386.176
+ 1690 2.4218115e-08 -2213.3239 -2213.3239 -3386.1702 3386.1702
+ 1700 9.4752875e-08 -2213.324 -2213.324 -3386.1491 3386.1491
+ 1710 4.3947393e-07 -2213.3242 -2213.3242 -3386.0424 3386.0424
+ 1720 1.4330632e-06 -2213.3248 -2213.3248 -3385.6781 3385.6781
+ 1730 3.4127464e-06 -2213.3262 -2213.3262 -3384.2913 3384.2913
+ 1740 6.0615935e-06 -2213.3286 -2213.3286 -3384.7016 3384.7016
+ 1750 1.3009955e-05 -2213.3346 -2213.3346 -3383.4657 3383.4657
+ 1760 6.1818469e-07 -2213.3371 -2213.3371 -3382.5743 3382.5743
+ 1770 7.0158382e-08 -2213.3373 -2213.3373 -3383.3865 3383.3865
+ 1780 9.6043821e-08 -2213.3373 -2213.3373 -3383.4275 3383.4275
+ 1790 4.4667814e-08 -2213.3374 -2213.3374 -3383.2649 3383.2649
+ 1800 6.68214e-09 -2213.3374 -2213.3374 -3383.4224 3383.4224
+ 1810 1.2685219e-08 -2213.3374 -2213.3374 -3383.4641 3383.4641
+ 1820 6.4663926e-09 -2213.3374 -2213.3374 -3383.3597 3383.3597
+ 1821 7.2438561e-09 -2213.3374 -2213.3374 -3383.3861 3383.3861
+Loop time of 0.169756 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32390268 -2213.33738425 -2213.33738467
+ Force two-norm initial, final = 0.312392 0.00278266
+ Force max component initial, final = 0.0388695 0.000244585
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.150218 (88.4904)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136399 (0.803502)
+Outpt time (%) = 0.00113249 (0.667127)
+Other time (%) = 0.0170417 (10.0389)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1821 0 -2213.3374 -2213.3374 -3383.3861 3383.3861
+ 1822 5.4230679e-17 -2213.3374 -2213.3374 -3383.3861 3383.3861
+Loop time of 0.00215316 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738467 -2213.33738467 -2213.33738467
+ Force two-norm initial, final = 0.00278266 0.00278266
+ Force max component initial, final = 0.000244585 0.000244585
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184274 (85.583)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.752962)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000294209 (13.664)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.2886 -2213.2886 -3394.8999 3394.8999
+ 1710 1.7613681e-10 -2213.2886 -2213.2886 -3394.8999 3394.8999
+ 1720 1.9312551e-09 -2213.2886 -2213.2886 -3394.8992 3394.8992
+ 1730 9.4304188e-09 -2213.2887 -2213.2887 -3394.896 3394.896
+ 1740 5.0701508e-08 -2213.2887 -2213.2887 -3394.8786 3394.8786
+ 1750 1.9960212e-07 -2213.2888 -2213.2888 -3394.8154 3394.8154
+ 1760 9.5251408e-07 -2213.2892 -2213.2892 -3394.4972 3394.4972
+ 1770 3.5061247e-06 -2213.2907 -2213.2907 -3393.4306 3393.4306
+ 1780 1.4986695e-05 -2213.2969 -2213.2969 -3389.484 3389.484
+ 1790 3.6032459e-05 -2213.3117 -2213.3117 -3388.6901 3388.6901
+ 1800 4.5308219e-05 -2213.3326 -2213.3326 -3383.9479 3383.9479
+ 1810 1.2884592e-06 -2213.334 -2213.334 -3381.0288 3381.0288
+ 1820 5.9737074e-07 -2213.3347 -2213.3347 -3382.5266 3382.5266
+ 1830 2.5521865e-06 -2213.336 -2213.336 -3382.5658 3382.5658
+ 1840 6.7042102e-08 -2213.3372 -2213.3372 -3382.4715 3382.4715
+ 1850 1.9518672e-08 -2213.3373 -2213.3373 -3383.566 3383.566
+ 1860 1.0711716e-07 -2213.3373 -2213.3373 -3383.44 3383.44
+ 1870 9.7485898e-08 -2213.3374 -2213.3374 -3383.658 3383.658
+ 1874 7.4500873e-09 -2213.3374 -2213.3374 -3383.4501 3383.4501
+Loop time of 0.173377 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28864614 -2213.33738016 -2213.33738117
+ Force two-norm initial, final = 0.451586 0.00499743
+ Force max component initial, final = 0.0517507 0.000637952
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.153516 (88.5446)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141048 (0.813536)
+Outpt time (%) = 0.001127 (0.650031)
+Other time (%) = 0.0173235 (9.9918)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1874 0 -2213.3374 -2213.3374 -3383.4501 3383.4501
+ 1875 1.7491189e-16 -2213.3374 -2213.3374 -3383.4501 3383.4501
+Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738117 -2213.33738117 -2213.33738117
+ Force two-norm initial, final = 0.00499743 0.00499743
+ Force max component initial, final = 0.000637952 0.000637952
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185299 (86.6347)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.746851)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00026989 (12.6184)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1650 0 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1660 3.2517147e-10 -2213.2904 -2213.2904 -3383.9979 3383.9979
+ 1670 3.5652102e-09 -2213.2904 -2213.2904 -3383.9984 3383.9984
+ 1680 1.7405659e-08 -2213.2904 -2213.2904 -3384.0002 3384.0002
+ 1690 9.3486385e-08 -2213.2904 -2213.2904 -3384.0102 3384.0102
+ 1700 3.6652147e-07 -2213.2906 -2213.2906 -3384.0463 3384.0463
+ 1710 1.7159765e-06 -2213.2914 -2213.2914 -3384.2238 3384.2238
+ 1720 5.8247643e-06 -2213.2939 -2213.2939 -3384.7656 3384.7656
+ 1730 1.6631137e-05 -2213.3006 -2213.3006 -3386.0133 3386.0133
+ 1740 2.6807636e-05 -2213.3107 -2213.3107 -3384.9084 3384.9084
+ 1750 3.9587458e-05 -2213.33 -2213.33 -3384.1839 3384.1839
+ 1760 3.7041901e-06 -2213.3353 -2213.3353 -3383.5466 3383.5466
+ 1770 6.1399657e-07 -2213.3357 -2213.3357 -3383.6516 3383.6516
+ 1780 1.1262592e-06 -2213.3363 -2213.3363 -3383.5599 3383.5599
+ 1790 1.5962271e-07 -2213.337 -2213.337 -3383.7564 3383.7564
+ 1800 4.0761305e-08 -2213.337 -2213.337 -3383.4078 3383.4078
+ 1810 2.0660343e-07 -2213.3371 -2213.3371 -3383.386 3383.386
+ 1820 4.1687831e-07 -2213.3373 -2213.3373 -3383.1483 3383.1483
+ 1830 3.7670728e-09 -2213.3373 -2213.3373 -3383.4417 3383.4417
+ 1832 6.269078e-09 -2213.3373 -2213.3373 -3383.4144 3383.4144
+Loop time of 0.180799 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29035342 -2213.33734399 -2213.33734465
+ Force two-norm initial, final = 0.613581 0.00797302
+ Force max component initial, final = 0.0647895 0.000620187
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.160241 (88.6292)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143266 (0.792403)
+Outpt time (%) = 0.00119686 (0.661984)
+Other time (%) = 0.0179288 (9.91645)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1832 0 -2213.3373 -2213.3373 -3383.4144 3383.4144
+ 1833 4.4521665e-16 -2213.3373 -2213.3373 -3383.4144 3383.4144
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734465 -2213.33734465 -2213.33734465
+ Force two-norm initial, final = 0.00797302 0.00797302
+ Force max component initial, final = 0.000620187 0.000620187
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (86.3697)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.801782)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000274658 (12.8285)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.2885 -2213.2885 -3393.6273 3393.6273
+ 1710 1.8382646e-10 -2213.2885 -2213.2885 -3393.6273 3393.6273
+ 1720 2.0155899e-09 -2213.2885 -2213.2885 -3393.6268 3393.6268
+ 1730 9.8427849e-09 -2213.2885 -2213.2885 -3393.6246 3393.6246
+ 1740 5.2933121e-08 -2213.2885 -2213.2885 -3393.6129 3393.6129
+ 1750 2.0863155e-07 -2213.2886 -2213.2886 -3393.57 3393.57
+ 1760 1.0006021e-06 -2213.2891 -2213.2891 -3393.3541 3393.3541
+ 1770 3.751598e-06 -2213.2907 -2213.2907 -3392.6264 3392.6264
+ 1780 1.6772413e-05 -2213.2974 -2213.2974 -3389.7982 3389.7982
+ 1790 3.6340272e-05 -2213.3116 -2213.3116 -3388.2367 3388.2367
+ 1800 4.1383153e-05 -2213.3317 -2213.3317 -3384.1502 3384.1502
+ 1810 2.1519776e-06 -2213.3343 -2213.3343 -3382.1291 3382.1291
+ 1820 7.9907301e-07 -2213.3347 -2213.3347 -3382.8652 3382.8652
+ 1830 2.8751616e-06 -2213.3362 -2213.3362 -3382.6943 3382.6943
+ 1840 7.1102985e-08 -2213.3369 -2213.3369 -3383.4235 3383.4235
+ 1850 4.610599e-08 -2213.337 -2213.337 -3383.4083 3383.4083
+ 1860 3.7365457e-07 -2213.3371 -2213.3371 -3383.2976 3383.2976
+ 1870 3.6682086e-07 -2213.3374 -2213.3374 -3383.6586 3383.6586
+ 1880 1.5825736e-09 -2213.3374 -2213.3374 -3383.3225 3383.3225
+ 1881 2.0878444e-09 -2213.3374 -2213.3374 -3383.3731 3383.3731
+Loop time of 0.179999 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28850602 -2213.33738566 -2213.33738589
+ Force two-norm initial, final = 0.461337 0.00365913
+ Force max component initial, final = 0.0845325 0.00040908
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.159722 (88.735)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143743 (0.798575)
+Outpt time (%) = 0.00120521 (0.669563)
+Other time (%) = 0.0176342 (9.79681)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1881 0 -2213.3374 -2213.3374 -3383.3731 3383.3731
+ 1882 9.3774045e-17 -2213.3374 -2213.3374 -3383.3731 3383.3731
+Loop time of 0.00213504 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738589 -2213.33738589 -2213.33738589
+ Force two-norm initial, final = 0.00365913 0.00365913
+ Force max component initial, final = 0.00040908 0.00040908
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185013 (86.6555)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.759352)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000268698 (12.5851)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.2882 -2213.2882 -3394.5698 3394.5698
+ 1760 1.774932e-10 -2213.2882 -2213.2882 -3394.5697 3394.5697
+ 1770 1.9461491e-09 -2213.2882 -2213.2882 -3394.5691 3394.5691
+ 1780 9.5037133e-09 -2213.2882 -2213.2882 -3394.5663 3394.5663
+ 1790 5.1110445e-08 -2213.2883 -2213.2883 -3394.5512 3394.5512
+ 1800 2.0146144e-07 -2213.2884 -2213.2884 -3394.4963 3394.4963
+ 1810 9.6653637e-07 -2213.2888 -2213.2888 -3394.2201 3394.2201
+ 1820 3.6306135e-06 -2213.2904 -2213.2904 -3393.293 3393.293
+ 1830 1.6479396e-05 -2213.2969 -2213.2969 -3389.7731 3389.7731
+ 1840 3.6945308e-05 -2213.3114 -2213.3114 -3388.3474 3388.3474
+ 1850 4.1822303e-05 -2213.3316 -2213.3316 -3384.1539 3384.1539
+ 1860 9.4257117e-07 -2213.3339 -2213.3339 -3380.3454 3380.3454
+ 1870 5.1701159e-07 -2213.3349 -2213.3349 -3382.7389 3382.7389
+ 1880 2.0407987e-06 -2213.3362 -2213.3362 -3382.3143 3382.3143
+ 1890 4.1811427e-08 -2213.3372 -2213.3372 -3382.5545 3382.5545
+ 1900 1.7530475e-08 -2213.3373 -2213.3373 -3383.4519 3383.4519
+ 1910 1.1946411e-07 -2213.3373 -2213.3373 -3383.408 3383.408
+ 1920 3.5342023e-09 -2213.3374 -2213.3374 -3383.2108 3383.2108
+ 1922 6.6728658e-09 -2213.3374 -2213.3374 -3383.3465 3383.3465
+Loop time of 0.176228 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28822947 -2213.33737189 -2213.33737263
+ Force two-norm initial, final = 0.453321 0.00681964
+ Force max component initial, final = 0.0773247 0.0007306
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.152769 (86.6884)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138092 (0.783599)
+Outpt time (%) = 0.00115585 (0.655885)
+Other time (%) = 0.0209219 (11.8721)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1922 0 -2213.3374 -2213.3374 -3383.3465 3383.3465
+ 1923 3.2572381e-16 -2213.3374 -2213.3374 -3383.3465 3383.3465
+Loop time of 0.00220394 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737263 -2213.33737263 -2213.33737263
+ Force two-norm initial, final = 0.00681964 0.00681964
+ Force max component initial, final = 0.0007306 0.0007306
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186896 (84.801)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.724794)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000319004 (14.4743)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2882 -2213.2882 -3395.5242 3395.5242
+ 1810 1.7623222e-10 -2213.2882 -2213.2882 -3395.5242 3395.5242
+ 1820 1.9323191e-09 -2213.2882 -2213.2882 -3395.5234 3395.5234
+ 1830 9.4360814e-09 -2213.2882 -2213.2882 -3395.52 3395.52
+ 1840 5.0744172e-08 -2213.2882 -2213.2882 -3395.5014 3395.5014
+ 1850 1.9997618e-07 -2213.2883 -2213.2883 -3395.4337 3395.4337
+ 1860 9.5854836e-07 -2213.2888 -2213.2888 -3395.0932 3395.0932
+ 1870 3.5899885e-06 -2213.2903 -2213.2903 -3393.9527 3393.9527
+ 1880 1.627482e-05 -2213.2968 -2213.2968 -3389.6857 3389.6857
+ 1890 3.7301146e-05 -2213.3114 -2213.3114 -3388.4494 3388.4494
+ 1900 4.1935908e-05 -2213.3317 -2213.3317 -3384.1455 3384.1455
+ 1910 2.0627413e-06 -2213.3343 -2213.3343 -3381.7569 3381.7569
+ 1920 8.3401267e-07 -2213.3347 -2213.3347 -3382.9585 3382.9585
+ 1930 2.9324772e-06 -2213.3362 -2213.3362 -3382.4607 3382.4607
+ 1940 8.4654282e-08 -2213.3369 -2213.3369 -3383.4349 3383.4349
+ 1950 4.776711e-08 -2213.3369 -2213.3369 -3383.3978 3383.3978
+ 1960 3.7560805e-07 -2213.3371 -2213.3371 -3383.2198 3383.2198
+ 1970 3.7117247e-07 -2213.3374 -2213.3374 -3383.756 3383.756
+ 1980 3.4049718e-09 -2213.3374 -2213.3374 -3383.2716 3383.2716
+ 1981 4.2383146e-09 -2213.3374 -2213.3374 -3383.3553 3383.3553
+Loop time of 0.186222 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28819682 -2213.33738529 -2213.33738567
+ Force two-norm initial, final = 0.451708 0.00393386
+ Force max component initial, final = 0.0699404 0.000473916
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.160828 (86.3634)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144529 (0.776113)
+Outpt time (%) = 0.00122023 (0.655253)
+Other time (%) = 0.0227289 (12.2053)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1981 0 -2213.3374 -2213.3374 -3383.3553 3383.3553
+ 1982 1.0838361e-16 -2213.3374 -2213.3374 -3383.3553 3383.3553
+Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738567 -2213.33738567 -2213.33738567
+ Force two-norm initial, final = 0.00393386 0.00393386
+ Force max component initial, final = 0.000473916 0.000473916
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184822 (86.4118)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.746851)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000274658 (12.8414)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.2899 -2213.2899 -3395.9363 3395.9363
+ 1860 1.8824787e-10 -2213.2899 -2213.2899 -3395.9362 3395.9362
+ 1870 2.0640471e-09 -2213.2899 -2213.2899 -3395.9353 3395.9353
+ 1880 1.0078864e-08 -2213.2899 -2213.2899 -3395.9315 3395.9315
+ 1890 5.4187895e-08 -2213.2899 -2213.2899 -3395.9106 3395.9106
+ 1900 2.1333467e-07 -2213.29 -2213.29 -3395.8344 3395.8344
+ 1910 1.0180321e-06 -2213.2905 -2213.2905 -3395.451 3395.451
+ 1920 3.7473827e-06 -2213.2921 -2213.2921 -3394.1659 3394.1659
+ 1930 1.6063922e-05 -2213.2984 -2213.2984 -3389.3693 3389.3693
+ 1940 3.595212e-05 -2213.3125 -2213.3125 -3388.4214 3388.4214
+ 1950 4.0353056e-05 -2213.3322 -2213.3322 -3384.0285 3384.0285
+ 1960 2.0900944e-06 -2213.3344 -2213.3344 -3381.443 3381.443
+ 1970 8.2510451e-07 -2213.3348 -2213.3348 -3382.9771 3382.9771
+ 1980 2.8071336e-06 -2213.3362 -2213.3362 -3382.318 3382.318
+ 1990 9.8665818e-08 -2213.3369 -2213.3369 -3383.4363 3383.4363
+ 2000 4.6254698e-08 -2213.337 -2213.337 -3383.3877 3383.3877
+ 2010 3.4776093e-07 -2213.3372 -2213.3372 -3383.1535 3383.1535
+ 2020 3.4956322e-07 -2213.3374 -2213.3374 -3383.747 3383.747
+ 2030 6.9913967e-09 -2213.3374 -2213.3374 -3383.2284 3383.2284
+ 2031 8.4510543e-09 -2213.3374 -2213.3374 -3383.3431 3383.3431
+Loop time of 0.180184 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28985688 -2213.33738481 -2213.33738545
+ Force two-norm initial, final = 0.466853 0.00419611
+ Force max component initial, final = 0.0685554 0.000580546
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.159552 (88.5492)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146699 (0.814161)
+Outpt time (%) = 0.00121593 (0.674829)
+Other time (%) = 0.0179496 (9.9618)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2031 0 -2213.3374 -2213.3374 -3383.3431 3383.3431
+ 2032 1.2331587e-16 -2213.3374 -2213.3374 -3383.3431 3383.3431
+Loop time of 0.0021379 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738545 -2213.33738545 -2213.33738545
+ Force two-norm initial, final = 0.00419611 0.00419611
+ Force max component initial, final = 0.000580546 0.000580546
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186181 (87.086)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.802944)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000258923 (12.1111)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.2887 -2213.2887 -3394.8138 3394.8138
+ 1910 1.7905479e-10 -2213.2887 -2213.2887 -3394.8137 3394.8137
+ 1920 1.9632476e-09 -2213.2887 -2213.2887 -3394.813 3394.813
+ 1930 9.5866134e-09 -2213.2887 -2213.2887 -3394.81 3394.81
+ 1940 5.1540259e-08 -2213.2887 -2213.2887 -3394.7933 3394.7933
+ 1950 2.0289485e-07 -2213.2888 -2213.2888 -3394.7326 3394.7326
+ 1960 9.6795888e-07 -2213.2893 -2213.2893 -3394.4269 3394.4269
+ 1970 3.5664973e-06 -2213.2908 -2213.2908 -3393.3985 3393.3985
+ 1980 1.5846645e-05 -2213.2971 -2213.2971 -3389.5309 3389.5309
+ 1990 3.9202197e-05 -2213.3125 -2213.3125 -3388.6849 3388.6849
+ 2000 4.172563e-05 -2213.3326 -2213.3326 -3383.6198 3383.6198
+ 2010 2.0082097e-06 -2213.3343 -2213.3343 -3381.4971 3381.4971
+ 2020 9.110794e-07 -2213.3348 -2213.3348 -3382.8342 3382.8342
+ 2030 3.0346665e-06 -2213.3363 -2213.3363 -3382.3681 3382.3681
+ 2040 8.8951148e-08 -2213.3369 -2213.3369 -3383.212 3383.212
+ 2050 3.1480074e-07 -2213.3371 -2213.3371 -3383.9076 3383.9076
+ 2060 5.3605268e-08 -2213.3373 -2213.3373 -3383.7598 3383.7598
+ 2070 2.3357824e-08 -2213.3373 -2213.3373 -3383.296 3383.296
+ 2080 1.1139111e-07 -2213.3373 -2213.3373 -3383.6227 3383.6227
+ 2087 1.9494699e-08 -2213.3373 -2213.3373 -3383.4073 3383.4073
+Loop time of 0.185696 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28870784 -2213.33734852 -2213.33734994
+ Force two-norm initial, final = 0.455311 0.0070539
+ Force max component initial, final = 0.0524376 0.000475323
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.164719 (88.7034)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00148201 (0.798084)
+Outpt time (%) = 0.00120521 (0.649021)
+Other time (%) = 0.01829 (9.84946)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2087 0 -2213.3373 -2213.3373 -3383.4073 3383.4073
+ 2088 3.48486e-16 -2213.3373 -2213.3373 -3383.4073 3383.4073
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734994 -2213.33734994 -2213.33734994
+ Force two-norm initial, final = 0.0070539 0.0070539
+ Force max component initial, final = 0.000475323 0.000475323
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018568 (86.7261)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.790646)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000267267 (12.4833)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1700 0 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1710 1.5731887e-10 -2213.3083 -2213.3083 -3384.0321 3384.0321
+ 1720 1.7248712e-09 -2213.3083 -2213.3083 -3384.0323 3384.0323
+ 1730 8.4212867e-09 -2213.3083 -2213.3083 -3384.033 3384.033
+ 1740 4.5239509e-08 -2213.3083 -2213.3083 -3384.0373 3384.0373
+ 1750 1.7750749e-07 -2213.3084 -2213.3084 -3384.0529 3384.0529
+ 1760 8.3420022e-07 -2213.3088 -2213.3088 -3384.129 3384.129
+ 1770 2.8846365e-06 -2213.31 -2213.31 -3384.3554 3384.3554
+ 1780 9.4000369e-06 -2213.3139 -2213.3139 -3384.7844 3384.7844
+ 1790 1.706912e-05 -2213.321 -2213.321 -3383.9207 3383.9207
+ 1800 2.5249069e-05 -2213.3324 -2213.3324 -3383.238 3383.238
+ 1810 1.6751945e-06 -2213.3355 -2213.3355 -3384.0028 3384.0028
+ 1820 6.8385236e-07 -2213.3358 -2213.3358 -3383.9163 3383.9163
+ 1830 1.4873023e-06 -2213.3366 -2213.3366 -3383.62 3383.62
+ 1840 5.2343858e-08 -2213.3371 -2213.3371 -3383.4586 3383.4586
+ 1850 6.77409e-08 -2213.3372 -2213.3372 -3383.2543 3383.2543
+ 1860 2.1331795e-07 -2213.3373 -2213.3373 -3383.3148 3383.3148
+ 1870 1.4883088e-08 -2213.3373 -2213.3373 -3383.3886 3383.3886
+ 1880 1.7248334e-08 -2213.3374 -2213.3374 -3383.4452 3383.4452
+ 1882 2.2128494e-08 -2213.3374 -2213.3374 -3383.4331 3383.4331
+Loop time of 0.178704 on 1 procs for 182 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3082919 -2213.33735691 -2213.33735809
+ Force two-norm initial, final = 0.426782 0.00849827
+ Force max component initial, final = 0.0429426 0.000694099
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 182 182
+
+Pair time (%) = 0.159928 (89.493)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146508 (0.819837)
+Outpt time (%) = 0.00119638 (0.669478)
+Other time (%) = 0.016115 (9.01768)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1882 0 -2213.3374 -2213.3374 -3383.4331 3383.4331
+ 1883 5.0580924e-16 -2213.3374 -2213.3374 -3383.4331 3383.4331
+Loop time of 0.00213003 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735809 -2213.33735809 -2213.33735809
+ Force two-norm initial, final = 0.00849827 0.00849827
+ Force max component initial, final = 0.000694099 0.000694099
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (86.904)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.749944)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000262976 (12.3461)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.3267 -2213.3267 -3384.6823 3384.6823
+ 1760 5.4181076e-11 -2213.3267 -2213.3267 -3384.6823 3384.6823
+ 1770 5.9404706e-10 -2213.3267 -2213.3267 -3384.6823 3384.6823
+ 1780 2.900232e-09 -2213.3267 -2213.3267 -3384.6823 3384.6823
+ 1790 1.5577952e-08 -2213.3267 -2213.3267 -3384.6819 3384.6819
+ 1800 6.1095713e-08 -2213.3267 -2213.3267 -3384.6806 3384.6806
+ 1810 2.8627467e-07 -2213.3269 -2213.3269 -3384.6735 3384.6735
+ 1820 9.7657513e-07 -2213.3273 -2213.3273 -3384.6431 3384.6431
+ 1830 2.9358374e-06 -2213.3285 -2213.3285 -3384.4605 3384.4605
+ 1840 6.8184037e-06 -2213.3308 -2213.3308 -3384.4055 3384.4055
+ 1850 1.4126718e-07 -2213.3335 -2213.3335 -3383.7913 3383.7913
+ 1860 1.7006663e-06 -2213.3343 -2213.3343 -3383.7908 3383.7908
+ 1870 1.2097303e-07 -2213.3361 -2213.3361 -3383.6149 3383.6149
+ 1880 4.5578059e-09 -2213.3365 -2213.3365 -3383.5349 3383.5349
+ 1890 3.1099048e-07 -2213.3366 -2213.3366 -3383.442 3383.442
+ 1900 5.4670681e-09 -2213.337 -2213.337 -3383.3954 3383.3954
+ 1910 1.904652e-07 -2213.3371 -2213.3371 -3383.4421 3383.4421
+ 1920 2.728737e-08 -2213.3372 -2213.3372 -3383.4097 3383.4097
+ 1930 1.3458873e-08 -2213.3373 -2213.3373 -3383.4043 3383.4043
+ 1940 3.8934592e-08 -2213.3373 -2213.3373 -3383.407 3383.407
+ 1950 1.3395187e-07 -2213.3373 -2213.3373 -3383.4021 3383.4021
+Loop time of 0.199142 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.32670816 -2213.33732473 -2213.33733405
+ Force two-norm initial, final = 0.250461 0.0401254
+ Force max component initial, final = 0.0268979 0.00257163
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175105 (87.9299)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157237 (0.789573)
+Outpt time (%) = 0.00132895 (0.667336)
+Other time (%) = 0.0211353 (10.6132)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 1960 1.3906083e-12 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 1970 1.5246029e-11 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 1980 7.4415595e-11 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 1990 3.992098e-10 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 2000 1.5578861e-09 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 2010 7.1268411e-09 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 2020 2.1958198e-08 -2213.3373 -2213.3373 -3383.4017 3383.4017
+ 2030 2.0907843e-08 -2213.3374 -2213.3374 -3383.3962 3383.3962
+ 2040 2.1122635e-08 -2213.3374 -2213.3374 -3383.3963 3383.3963
+ 2050 3.086201e-08 -2213.3374 -2213.3374 -3383.3894 3383.3894
+ 2060 5.1052333e-07 -2213.3373 -2213.3373 -3383.3668 3383.3668
+ 2070 0.0021983566 -2211.6158 -2211.6158 -3132.1562 3132.1562
+ 2080 0.0010030576 -2213.3349 -2213.3349 -3383.0481 3383.0481
+ 2090 4.3264695e-05 -2213.3356 -2213.3356 -3383.0445 3383.0445
+ 2100 2.442377e-05 -2213.3371 -2213.3371 -3383.3193 3383.3193
+ 2110 7.6810688e-05 -2213.3313 -2213.3313 -3382.6127 3382.6127
+ 2120 0.00052340408 -2213.3362 -2213.3362 -3383.2404 3383.2404
+ 2130 7.2230496e-05 -2213.3248 -2213.3248 -3381.466 3381.466
+ 2140 2.7149688e-06 -2213.2944 -2213.2944 -3377.2844 3377.2844
+ 2150 0.00059443483 -2213.1226 -2213.1226 -3352.4931 3352.4931
+Loop time of 0.200035 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33733405 -2212.95704562 -2213.12260669
+ Force two-norm initial, final = 0.0401254 3.95006
+ Force max component initial, final = 0.00257163 0.214944
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174461 (87.2151)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157928 (0.789504)
+Outpt time (%) = 0.00134778 (0.673772)
+Other time (%) = 0.0226471 (11.3216)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2525 -2213.2525 -3392.9731 3392.9731
+ 1810 4.4985883e-10 -2213.2525 -2213.2525 -3392.9731 3392.9731
+ 1820 4.9323663e-09 -2213.2525 -2213.2525 -3392.9733 3392.9733
+ 1830 2.4082271e-08 -2213.2525 -2213.2525 -3392.9741 3392.9741
+ 1840 1.2939735e-07 -2213.2526 -2213.2526 -3392.9783 3392.9783
+ 1850 5.0822107e-07 -2213.2528 -2213.2528 -3392.9935 3392.9935
+ 1860 2.3966695e-06 -2213.2539 -2213.2539 -3393.065 3393.065
+ 1870 8.3735354e-06 -2213.2575 -2213.2575 -3393.2384 3393.2384
+ 1880 2.566314e-05 -2213.2679 -2213.2679 -3392.8371 3392.8371
+ 1890 5.1068342e-05 -2213.2849 -2213.2849 -3389.5957 3389.5957
+ 1900 9.6529303e-07 -2213.3077 -2213.3077 -3387.3359 3387.3359
+ 1910 1.2157692e-05 -2213.3136 -2213.3136 -3386.1323 3386.1323
+ 1920 3.0494319e-05 -2213.3339 -2213.3339 -3383.6939 3383.6939
+ 1930 2.6621489e-07 -2213.3356 -2213.3356 -3383.2501 3383.2501
+ 1940 1.0940607e-06 -2213.3362 -2213.3362 -3383.377 3383.377
+ 1950 2.4149185e-07 -2213.3363 -2213.3363 -3383.4466 3383.4466
+ 1960 7.4881104e-08 -2213.3367 -2213.3367 -3383.3708 3383.3708
+ 1970 2.5424309e-08 -2213.3367 -2213.3367 -3383.4288 3383.4288
+ 1980 2.4678315e-07 -2213.3369 -2213.3369 -3383.4002 3383.4002
+ 1990 6.0771676e-07 -2213.3372 -2213.3372 -3383.3921 3383.3921
+ 2000 1.2605414e-09 -2213.3373 -2213.3373 -3383.4053 3383.4053
+Loop time of 0.200839 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.25247142 -2213.33728083 -2213.33728118
+ Force two-norm initial, final = 0.721695 0.0131731
+ Force max component initial, final = 0.09625 0.0011228
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175102 (87.185)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161171 (0.802488)
+Outpt time (%) = 0.00134516 (0.669769)
+Other time (%) = 0.0227807 (11.3427)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2010 1.4988181e-13 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2020 1.6434025e-12 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2030 8.025437e-12 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2040 4.3162629e-11 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2050 1.7020479e-10 -2213.3373 -2213.3373 -3383.4054 3383.4054
+ 2060 8.1768741e-10 -2213.3373 -2213.3373 -3383.4059 3383.4059
+ 2070 3.1082839e-09 -2213.3373 -2213.3373 -3383.4074 3383.4074
+ 2080 1.4120787e-08 -2213.3373 -2213.3373 -3383.4121 3383.4121
+ 2090 3.9795266e-08 -2213.3373 -2213.3373 -3383.4079 3383.4079
+ 2100 1.0502164e-07 -2213.3374 -2213.3374 -3383.4002 3383.4002
+ 2110 3.7862332e-08 -2213.3374 -2213.3374 -3383.3651 3383.3651
+ 2120 4.8074438e-05 -2213.3142 -2213.3142 -3382.3105 3382.3105
+ 2130 5.0141385e-05 -2213.2664 -2213.2664 -3373.0932 3373.0932
+ 2140 6.5238623e-05 -2213.2793 -2213.2793 -3370.6102 3370.6102
+ 2150 7.6103905e-05 -2213.3169 -2213.3169 -3383.6905 3383.6905
+ 2160 3.3549338e-05 -2213.3236 -2213.3236 -3377.935 3377.935
+ 2170 1.1486027e-05 -2213.3308 -2213.3308 -3382.5451 3382.5451
+ 2180 1.1145424e-05 -2213.3343 -2213.3343 -3384.2057 3384.2057
+ 2190 1.4109524e-05 -2213.337 -2213.337 -3384.121 3384.121
+ 2200 2.2414997e-06 -2213.3372 -2213.3372 -3383.1497 3383.1497
+Loop time of 0.24141 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33728118 -2213.33722327 -2213.33719181
+ Force two-norm initial, final = 0.0131731 0.116641
+ Force max component initial, final = 0.0011228 0.00928705
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174086 (72.1122)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159431 (0.660414)
+Outpt time (%) = 0.00132823 (0.550197)
+Other time (%) = 0.0644014 (26.6772)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1750 0 -2213.2325 -2213.2325 -3383.8766 3383.8766
+ 1760 2.7616267e-10 -2213.2325 -2213.2325 -3383.8767 3383.8767
+ 1770 3.027999e-09 -2213.2325 -2213.2325 -3383.8778 3383.8778
+ 1780 1.4785943e-08 -2213.2325 -2213.2325 -3383.8826 3383.8826
+ 1790 7.9499255e-08 -2213.2326 -2213.2326 -3383.9088 3383.9088
+ 1800 3.1298337e-07 -2213.2327 -2213.2327 -3384.0044 3384.0044
+ 1810 1.494469e-06 -2213.2334 -2213.2334 -3384.4834 3384.4834
+ 1820 5.4648979e-06 -2213.2358 -2213.2358 -3386.0671 3386.0671
+ 1830 2.1413301e-05 -2213.2453 -2213.2453 -3391.787 3391.787
+ 1840 4.9124535e-05 -2213.2649 -2213.2649 -3393.3398 3393.3398
+ 1850 0.00011651605 -2213.3176 -2213.3176 -3385.1453 3385.1453
+ 1860 5.0035615e-07 -2213.3365 -2213.3365 -3383.4247 3383.4247
+ 1870 1.9491807e-07 -2213.3368 -2213.3368 -3383.3753 3383.3753
+ 1880 3.9286921e-07 -2213.337 -2213.337 -3383.3745 3383.3745
+ 1890 3.3579645e-08 -2213.3372 -2213.3372 -3383.2569 3383.2569
+ 1900 1.4973044e-08 -2213.3372 -2213.3372 -3383.3303 3383.3303
+ 1910 1.1569344e-07 -2213.3373 -2213.3373 -3383.4368 3383.4368
+ 1913 1.533903e-07 -2213.3373 -2213.3373 -3383.4036 3383.4036
+Loop time of 0.163834 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.23252773 -2213.33732116 -2213.33733231
+ Force two-norm initial, final = 0.565454 0.00957009
+ Force max component initial, final = 0.0740597 0.000785422
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.143929 (87.8506)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129771 (0.79209)
+Outpt time (%) = 0.00105596 (0.644528)
+Other time (%) = 0.0175512 (10.7128)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1913 0 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1920 3.2335153e-14 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1930 4.4652811e-13 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1940 2.6712539e-12 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1950 1.3502993e-11 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1960 5.9468046e-11 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1970 2.636778e-10 -2213.3373 -2213.3373 -3383.4036 3383.4036
+ 1980 1.0992333e-09 -2213.3373 -2213.3373 -3383.4033 3383.4033
+ 1990 4.6766816e-09 -2213.3373 -2213.3373 -3383.4021 3383.4021
+ 2000 1.6632266e-08 -2213.3373 -2213.3373 -3383.3974 3383.3974
+ 2010 4.8544209e-08 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2020 6.4104268e-12 -2213.3374 -2213.3374 -3383.3995 3383.3995
+ 2030 2.685826e-10 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 2040 3.6594936e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2050 1.6784142e-11 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2060 5.3185431e-11 -2213.3374 -2213.3374 -3383.3951 3383.3951
+ 2070 1.1481825e-14 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2080 1.4340179e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2090 7.3026909e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2100 2.9789412e-14 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2110 6.1422901e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2113 6.6880161e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.200194 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33733231 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00957009 2.36789e-05
+ Force max component initial, final = 0.000785422 1.66827e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174287 (87.059)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161147 (0.804954)
+Outpt time (%) = 0.00139189 (0.695269)
+Other time (%) = 0.0229037 (11.4407)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.2985 -2213.2985 -3389.6701 3389.6701
+ 1810 8.1696449e-11 -2213.2985 -2213.2985 -3389.6701 3389.6701
+ 1820 8.9575901e-10 -2213.2985 -2213.2985 -3389.6699 3389.6699
+ 1830 4.3740158e-09 -2213.2985 -2213.2985 -3389.6691 3389.6691
+ 1840 2.3514738e-08 -2213.2986 -2213.2986 -3389.6646 3389.6646
+ 1850 9.2567712e-08 -2213.2986 -2213.2986 -3389.6484 3389.6484
+ 1860 4.4114984e-07 -2213.2988 -2213.2988 -3389.566 3389.566
+ 1870 1.6200351e-06 -2213.2995 -2213.2995 -3389.2786 3389.2786
+ 1880 6.9267142e-06 -2213.3022 -2213.3022 -3388.0439 3388.0439
+ 1890 2.3081563e-05 -2213.3101 -2213.3101 -3387.0324 3387.0324
+ 1900 3.7686381e-07 -2213.3215 -2213.3215 -3385.2957 3385.2957
+ 1910 6.5779148e-06 -2213.3246 -2213.3246 -3385.0295 3385.0295
+ 1920 1.559642e-05 -2213.3355 -2213.3355 -3383.5908 3383.5908
+ 1930 9.1749027e-08 -2213.3364 -2213.3364 -3383.4101 3383.4101
+ 1940 5.2092457e-07 -2213.3367 -2213.3367 -3383.3617 3383.3617
+ 1950 1.3577236e-07 -2213.3368 -2213.3368 -3383.3976 3383.3976
+ 1960 3.749618e-08 -2213.337 -2213.337 -3383.3972 3383.3972
+ 1970 1.4688763e-08 -2213.337 -2213.337 -3383.4057 3383.4057
+ 1980 1.4045464e-07 -2213.3371 -2213.3371 -3383.4033 3383.4033
+ 1990 3.1618777e-07 -2213.3373 -2213.3373 -3383.4029 3383.4029
+ 2000 1.1600895e-09 -2213.3373 -2213.3373 -3383.3983 3383.3983
+Loop time of 0.197562 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.29853768 -2213.3373398 -2213.33734011
+ Force two-norm initial, final = 0.307551 0.0110391
+ Force max component initial, final = 0.0277577 0.000865135
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174895 (88.5266)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160694 (0.813386)
+Outpt time (%) = 0.00134611 (0.681362)
+Other time (%) = 0.0197141 (9.9787)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.3373 -2213.3373 -3383.3983 3383.3983
+ 2010 1.0525277e-13 -2213.3373 -2213.3373 -3383.3983 3383.3983
+ 2020 1.1540241e-12 -2213.3373 -2213.3373 -3383.3983 3383.3983
+ 2030 5.634758e-12 -2213.3373 -2213.3373 -3383.3983 3383.3983
+ 2040 3.0281224e-11 -2213.3373 -2213.3373 -3383.3983 3383.3983
+ 2050 1.1905129e-10 -2213.3373 -2213.3373 -3383.3984 3383.3984
+ 2060 5.6383846e-10 -2213.3373 -2213.3373 -3383.3989 3383.3989
+ 2070 2.0539566e-09 -2213.3373 -2213.3373 -3383.4006 3383.4006
+ 2080 9.2583032e-09 -2213.3373 -2213.3373 -3383.4057 3383.4057
+ 2089 1.5299626e-08 -2213.3374 -2213.3374 -3383.403 3383.403
+Loop time of 0.0884271 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734011 -2213.33735017 -2213.33735125
+ Force two-norm initial, final = 0.0110391 0.00665603
+ Force max component initial, final = 0.000865135 0.000441733
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0783184 (88.5683)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000710249 (0.803203)
+Outpt time (%) = 0.000539541 (0.610154)
+Other time (%) = 0.00885892 (10.0183)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.2668 -2213.2668 -3393.1148 3393.1148
+ 1860 1.9178452e-10 -2213.2668 -2213.2668 -3393.1148 3393.1148
+ 1870 2.1028402e-09 -2213.2668 -2213.2668 -3393.1146 3393.1146
+ 1880 1.0268807e-08 -2213.2668 -2213.2668 -3393.1137 3393.1137
+ 1890 5.5220593e-08 -2213.2668 -2213.2668 -3393.1087 3393.1087
+ 1900 2.1763423e-07 -2213.2669 -2213.2669 -3393.0906 3393.0906
+ 1910 1.0423743e-06 -2213.2674 -2213.2674 -3392.9979 3392.9979
+ 1920 3.8906985e-06 -2213.2691 -2213.2691 -3392.6656 3392.6656
+ 1930 1.6155528e-05 -2213.2754 -2213.2754 -3391.0308 3391.0308
+ 1940 3.9789193e-05 -2213.2892 -2213.2892 -3388.5847 3388.5847
+ 1950 6.7339896e-07 -2213.3092 -2213.3092 -3386.5836 3386.5836
+ 1960 1.1585091e-05 -2213.3147 -2213.3147 -3385.9282 3385.9282
+ 1970 2.8000946e-05 -2213.3342 -2213.3342 -3383.7283 3383.7283
+ 1980 5.0426962e-08 -2213.3358 -2213.3358 -3383.4542 3383.4542
+ 1990 6.7466757e-07 -2213.3362 -2213.3362 -3383.4498 3383.4498
+ 2000 2.0958369e-07 -2213.3364 -2213.3364 -3383.474 3383.474
+ 2010 2.8819699e-08 -2213.3367 -2213.3367 -3383.4206 3383.4206
+ 2020 1.9275226e-08 -2213.3368 -2213.3368 -3383.4409 3383.4409
+ 2030 2.2717995e-07 -2213.3369 -2213.3369 -3383.4299 3383.4299
+ 2040 5.3339255e-07 -2213.3372 -2213.3372 -3383.4059 3383.4059
+ 2050 3.4693015e-08 -2213.3373 -2213.3373 -3383.3965 3383.3965
+Loop time of 0.195968 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.26677965 -2213.33728802 -2213.33729312
+ Force two-norm initial, final = 0.471218 0.0108897
+ Force max component initial, final = 0.0964744 0.000753178
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175083 (89.3427)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161481 (0.824016)
+Outpt time (%) = 0.00132465 (0.675954)
+Other time (%) = 0.0179455 (9.15737)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3373 -2213.3373 -3383.3965 3383.3965
+ 2060 1.024242e-13 -2213.3373 -2213.3373 -3383.3965 3383.3965
+ 2070 1.1230932e-12 -2213.3373 -2213.3373 -3383.3965 3383.3965
+ 2080 5.4858189e-12 -2213.3373 -2213.3373 -3383.3965 3383.3965
+ 2090 2.9536608e-11 -2213.3373 -2213.3373 -3383.3966 3383.3966
+ 2100 1.1704588e-10 -2213.3373 -2213.3373 -3383.3967 3383.3967
+ 2110 5.7427498e-10 -2213.3373 -2213.3373 -3383.3975 3383.3975
+ 2120 2.3986645e-09 -2213.3373 -2213.3373 -3383.4 3383.4
+ 2130 1.4907906e-08 -2213.3373 -2213.3373 -3383.4079 3383.4079
+ 2139 3.0144818e-08 -2213.3373 -2213.3373 -3383.4044 3383.4044
+Loop time of 0.0879011 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33729312 -2213.33731094 -2213.33731305
+ Force two-norm initial, final = 0.0108897 0.0094118
+ Force max component initial, final = 0.000753178 0.000604305
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0789642 (89.833)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000726938 (0.826995)
+Outpt time (%) = 0.000527143 (0.599701)
+Other time (%) = 0.0076828 (8.74028)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1800 0 -2213.3045 -2213.3045 -3397.6575 3397.6575
+ 1810 1.3789873e-10 -2213.3045 -2213.3045 -3397.6573 3397.6573
+ 1820 1.5119687e-09 -2213.3045 -2213.3045 -3397.6555 3397.6555
+ 1830 7.3822813e-09 -2213.3046 -2213.3046 -3397.6479 3397.6479
+ 1840 3.9672379e-08 -2213.3046 -2213.3046 -3397.6061 3397.6061
+ 1850 1.5584463e-07 -2213.3046 -2213.3046 -3397.454 3397.454
+ 1860 7.3731228e-07 -2213.305 -2213.305 -3396.6922 3396.6922
+ 1870 2.5999041e-06 -2213.3062 -2213.3062 -3394.1846 3394.1846
+ 1880 9.4383976e-06 -2213.3104 -2213.3104 -3385.4051 3385.4051
+ 1890 2.4507641e-05 -2213.3202 -2213.3202 -3385.8815 3385.8815
+ 1900 2.9298041e-05 -2213.3332 -2213.3332 -3384.8769 3384.8769
+ 1910 9.343264e-07 -2213.336 -2213.336 -3388.2627 3388.2627
+ 1920 1.1012718e-07 -2213.3368 -2213.3368 -3387.8022 3387.8022
+ 1930 7.3638284e-07 -2213.3372 -2213.3372 -3382.6599 3382.6599
+ 1940 8.368028e-08 -2213.3372 -2213.3372 -3381.3327 3381.3327
+ 1950 4.4423763e-08 -2213.3373 -2213.3373 -3384.5657 3384.5657
+ 1960 9.8981937e-08 -2213.3373 -2213.3373 -3382.55 3382.55
+ 1970 2.2857223e-08 -2213.3374 -2213.3374 -3383.3043 3383.3043
+ 1980 5.6675196e-08 -2213.3374 -2213.3374 -3383.8922 3383.8922
+ 1987 4.6664832e-08 -2213.3374 -2213.3374 -3383.4113 3383.4113
+Loop time of 0.185138 on 1 procs for 187 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30454791 -2213.33738473 -2213.33738595
+ Force two-norm initial, final = 0.399572 0.00529531
+ Force max component initial, final = 0.0884399 0.000362017
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 187 187
+
+Pair time (%) = 0.164868 (89.0512)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00147223 (0.795209)
+Outpt time (%) = 0.00119567 (0.645826)
+Other time (%) = 0.0176024 (9.50774)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1987 0 -2213.3374 -2213.3374 -3383.4113 3383.4113
+ 1988 1.9638524e-16 -2213.3374 -2213.3374 -3383.4113 3383.4113
+Loop time of 0.0021112 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738595 -2213.33738595 -2213.33738595
+ Force two-norm initial, final = 0.00529531 0.00529531
+ Force max component initial, final = 0.000362017 0.000362017
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184822 (87.5438)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.767928)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000246763 (11.6883)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.3051 -2213.3051 -3384.6926 3384.6926
+ 1860 2.2026309e-10 -2213.3051 -2213.3051 -3384.6926 3384.6926
+ 1870 2.4150624e-09 -2213.3051 -2213.3051 -3384.6926 3384.6926
+ 1880 1.1792606e-08 -2213.3051 -2213.3051 -3384.6928 3384.6928
+ 1890 6.339174e-08 -2213.3052 -2213.3052 -3384.6935 3384.6935
+ 1900 2.4944746e-07 -2213.3053 -2213.3053 -3384.6962 3384.6962
+ 1910 1.186355e-06 -2213.3059 -2213.3059 -3384.709 3384.709
+ 1920 4.290202e-06 -2213.3077 -2213.3077 -3384.7429 3384.7429
+ 1930 1.4826669e-05 -2213.3136 -2213.3136 -3384.7602 3384.7602
+ 1940 2.2481867e-05 -2213.3214 -2213.3214 -3385.0949 3385.0949
+ 1950 4.0524628e-07 -2213.3288 -2213.3288 -3383.5473 3383.5473
+ 1960 3.5871254e-06 -2213.3306 -2213.3306 -3384.2575 3384.2575
+ 1970 8.7880566e-06 -2213.3362 -2213.3362 -3383.4953 3383.4953
+ 1980 1.1300848e-07 -2213.3368 -2213.3368 -3383.663 3383.663
+ 1990 3.9126046e-07 -2213.337 -2213.337 -3383.4452 3383.4452
+ 2000 8.0326881e-08 -2213.3371 -2213.3371 -3383.3704 3383.3704
+ 2010 4.4603497e-08 -2213.3372 -2213.3372 -3383.4713 3383.4713
+ 2020 1.1371976e-08 -2213.3372 -2213.3372 -3383.3986 3383.3986
+ 2030 8.030194e-08 -2213.3372 -2213.3372 -3383.4319 3383.4319
+ 2040 2.0007017e-07 -2213.3373 -2213.3373 -3383.4241 3383.4241
+ 2050 1.0606066e-09 -2213.3374 -2213.3374 -3383.4012 3383.4012
+Loop time of 0.198935 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.30513354 -2213.33735395 -2213.33735423
+ Force two-norm initial, final = 0.504994 0.0115915
+ Force max component initial, final = 0.0723078 0.000901001
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175213 (88.0754)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159216 (0.800341)
+Outpt time (%) = 0.00132751 (0.667311)
+Other time (%) = 0.0208025 (10.4569)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.3374 -2213.3374 -3383.4012 3383.4012
+ 2060 1.1604997e-13 -2213.3374 -2213.3374 -3383.4012 3383.4012
+ 2070 1.2723638e-12 -2213.3374 -2213.3374 -3383.4012 3383.4012
+ 2080 6.2113659e-12 -2213.3374 -2213.3374 -3383.4012 3383.4012
+ 2090 3.3349207e-11 -2213.3374 -2213.3374 -3383.4012 3383.4012
+ 2100 1.3056858e-10 -2213.3374 -2213.3374 -3383.4011 3383.4011
+ 2110 6.0715199e-10 -2213.3374 -2213.3374 -3383.4007 3383.4007
+ 2120 2.0118502e-09 -2213.3374 -2213.3374 -3383.3994 3383.3994
+ 2130 5.2957628e-09 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2140 1.2981866e-08 -2213.3374 -2213.3374 -3383.3961 3383.3961
+ 2145 2.2198235e-08 -2213.3374 -2213.3374 -3383.3982 3383.3982
+Loop time of 0.0939829 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735423 -2213.33736794 -2213.33736963
+ Force two-norm initial, final = 0.0115915 0.00485617
+ Force max component initial, final = 0.000901001 0.000347963
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.0837173 (89.0772)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000761032 (0.809756)
+Outpt time (%) = 0.000595093 (0.633192)
+Other time (%) = 0.00890946 (9.47987)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.2658 -2213.2658 -3391.3565 3391.3565
+ 1910 1.0105859e-10 -2213.2658 -2213.2658 -3391.3565 3391.3565
+ 1920 1.108104e-09 -2213.2658 -2213.2658 -3391.3564 3391.3564
+ 1930 5.4121505e-09 -2213.2658 -2213.2658 -3391.356 3391.356
+ 1940 2.9129062e-08 -2213.2658 -2213.2658 -3391.3538 3391.3538
+ 1950 1.1521998e-07 -2213.2659 -2213.2659 -3391.3458 3391.3458
+ 1960 5.6094395e-07 -2213.2662 -2213.2662 -3391.3051 3391.3051
+ 1970 2.2380833e-06 -2213.2671 -2213.2671 -3391.1637 3391.1637
+ 1980 1.2288612e-05 -2213.2718 -2213.2718 -3390.5339 3390.5339
+ 1990 4.195964e-05 -2213.2866 -2213.2866 -3389.4403 3389.4403
+ 2000 6.8471773e-07 -2213.3075 -2213.3075 -3387.0807 3387.0807
+ 2010 1.2186703e-05 -2213.3133 -2213.3133 -3386.1121 3386.1121
+ 2020 3.0677768e-05 -2213.3341 -2213.3341 -3383.752 3383.752
+ 2030 4.6946048e-08 -2213.3358 -2213.3358 -3383.5559 3383.5559
+ 2040 6.7897931e-07 -2213.3362 -2213.3362 -3383.4213 3383.4213
+ 2050 2.0617284e-07 -2213.3364 -2213.3364 -3383.4287 3383.4287
+ 2060 2.940899e-08 -2213.3367 -2213.3367 -3383.4607 3383.4607
+ 2070 1.9463565e-08 -2213.3368 -2213.3368 -3383.4467 3383.4467
+ 2080 2.3539723e-07 -2213.3369 -2213.3369 -3383.4281 3383.4281
+ 2090 6.2044379e-07 -2213.3372 -2213.3372 -3383.4143 3383.4143
+ 2100 1.481043e-09 -2213.3373 -2213.3373 -3383.4113 3383.4113
+Loop time of 0.193761 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.26583146 -2213.33728753 -2213.33728788
+ Force two-norm initial, final = 0.342059 0.0109453
+ Force max component initial, final = 0.0408205 0.000748566
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175138 (90.3885)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00160098 (0.826265)
+Outpt time (%) = 0.00133228 (0.687591)
+Other time (%) = 0.0156901 (8.09765)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2110 1.0347368e-13 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2120 1.1345759e-12 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2130 5.5410221e-12 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2140 2.9814664e-11 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2150 1.1772809e-10 -2213.3373 -2213.3373 -3383.4113 3383.4113
+ 2160 5.6999421e-10 -2213.3373 -2213.3373 -3383.4112 3383.4112
+ 2170 2.1915876e-09 -2213.3373 -2213.3373 -3383.4108 3383.4108
+ 2180 1.0434534e-08 -2213.3373 -2213.3373 -3383.409 3383.409
+ 2190 3.639196e-08 -2213.3373 -2213.3373 -3383.4048 3383.4048
+ 2195 6.9013979e-08 -2213.3373 -2213.3373 -3383.401 3383.401
+Loop time of 0.0928531 on 1 procs for 95 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33728788 -2213.33732456 -2213.33732961
+ Force two-norm initial, final = 0.0109453 0.00832137
+ Force max component initial, final = 0.000748566 0.000533858
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 95 95
+
+Pair time (%) = 0.0839596 (90.422)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00076437 (0.823204)
+Outpt time (%) = 0.000600338 (0.646546)
+Other time (%) = 0.00752878 (8.10827)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1850 0 -2213.2261 -2213.2261 -3403.6123 3403.6123
+ 1860 2.1446465e-10 -2213.2261 -2213.2261 -3403.6121 3403.6121
+ 1870 2.3515185e-09 -2213.2261 -2213.2261 -3403.6104 3403.6104
+ 1880 1.1483042e-08 -2213.2262 -2213.2262 -3403.6027 3403.6027
+ 1890 6.1748941e-08 -2213.2262 -2213.2262 -3403.5608 3403.5608
+ 1900 2.4329687e-07 -2213.2263 -2213.2263 -3403.4083 3403.4083
+ 1910 1.1652553e-06 -2213.2269 -2213.2269 -3402.6418 3402.6418
+ 1920 4.3581266e-06 -2213.2287 -2213.2287 -3400.0857 3400.0857
+ 1930 1.9961784e-05 -2213.2368 -2213.2368 -3390.8335 3390.8335
+ 1940 5.5562233e-05 -2213.2597 -2213.2597 -3390.5052 3390.5052
+ 1950 0.00012121921 -2213.3164 -2213.3164 -3386.3664 3386.3664
+ 1960 1.9399983e-06 -2213.3348 -2213.3348 -3381.5741 3381.5741
+ 1970 5.5093686e-07 -2213.3353 -2213.3353 -3384.8396 3384.8396
+ 1980 1.7670948e-06 -2213.3361 -2213.3361 -3383.9243 3383.9243
+ 1990 1.323005e-07 -2213.3371 -2213.3371 -3381.4938 3381.4938
+ 2000 2.8490521e-08 -2213.3371 -2213.3371 -3383.8648 3383.8648
+ 2010 1.5269199e-07 -2213.3372 -2213.3372 -3383.5592 3383.5592
+ 2020 7.0633386e-09 -2213.3373 -2213.3373 -3383.0802 3383.0802
+ 2029 4.2502865e-08 -2213.3373 -2213.3373 -3383.4605 3383.4605
+Loop time of 0.178432 on 1 procs for 179 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.22614687 -2213.33732444 -2213.33732986
+ Force two-norm initial, final = 0.498302 0.00859783
+ Force max component initial, final = 0.055075 0.000570062
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 179 179
+
+Pair time (%) = 0.158396 (88.7708)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140953 (0.789954)
+Outpt time (%) = 0.00113034 (0.633486)
+Other time (%) = 0.0174966 (9.80575)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2029 0 -2213.3373 -2213.3373 -3383.4605 3383.4605
+ 2030 5.1773025e-16 -2213.3373 -2213.3373 -3383.4605 3383.4605
+Loop time of 0.00240016 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732986 -2213.33732986 -2213.33732986
+ Force two-norm initial, final = 0.00859783 0.00859783
+ Force max component initial, final = 0.000570062 0.000570062
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0019989 (83.282)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.705275)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000384331 (16.0127)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1900 0 -2213.2799 -2213.2799 -3383.5967 3383.5967
+ 1910 1.0381572e-09 -2213.2799 -2213.2799 -3383.5968 3383.5968
+ 1920 1.1382172e-08 -2213.2799 -2213.2799 -3383.598 3383.598
+ 1930 5.5562089e-08 -2213.2799 -2213.2799 -3383.6034 3383.6034
+ 1940 2.9823986e-07 -2213.2801 -2213.2801 -3383.633 3383.633
+ 1950 1.1663696e-06 -2213.2806 -2213.2806 -3383.7399 3383.7399
+ 1960 5.393638e-06 -2213.2832 -2213.2832 -3384.2605 3384.2605
+ 1970 1.7284441e-05 -2213.2906 -2213.2906 -3385.7989 3385.7989
+ 1980 3.1838986e-05 -2213.3043 -2213.3043 -3388.798 3388.798
+ 1990 3.6856345e-05 -2213.3154 -2213.3154 -3386.4784 3386.4784
+ 2000 1.6366631e-06 -2213.3265 -2213.3265 -3386.3952 3386.3952
+ 2010 6.1431314e-06 -2213.3296 -2213.3296 -3384.3651 3384.3651
+ 2020 5.9238067e-07 -2213.333 -2213.333 -3383.9873 3383.9873
+ 2030 3.3279917e-06 -2213.3346 -2213.3346 -3384.1181 3384.1181
+ 2040 6.1258087e-07 -2213.3349 -2213.3349 -3383.7016 3383.7016
+ 2050 2.1491186e-06 -2213.3361 -2213.3361 -3383.498 3383.498
+ 2060 1.7726033e-07 -2213.3371 -2213.3371 -3383.2659 3383.2659
+ 2070 6.7732213e-08 -2213.3371 -2213.3371 -3383.5038 3383.5038
+ 2080 3.3226473e-07 -2213.3372 -2213.3372 -3383.5866 3383.5866
+ 2090 2.141833e-08 -2213.3373 -2213.3373 -3383.3395 3383.3395
+ 2100 6.5561672e-08 -2213.3373 -2213.3373 -3383.3998 3383.3998
+Loop time of 0.197681 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.27987891 -2213.33731575 -2213.33732177
+ Force two-norm initial, final = 1.09635 0.00983111
+ Force max component initial, final = 0.107427 0.000754018
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175369 (88.713)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00162721 (0.823148)
+Outpt time (%) = 0.00134349 (0.679625)
+Other time (%) = 0.0193415 (9.78418)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2110 8.34786e-14 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2120 9.1530262e-13 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2130 4.4693465e-12 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2140 2.402784e-11 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2150 9.4527302e-11 -2213.3373 -2213.3373 -3383.3998 3383.3998
+ 2160 4.505991e-10 -2213.3373 -2213.3373 -3383.4 3383.4
+ 2167 1.1108202e-09 -2213.3373 -2213.3373 -3383.4003 3383.4003
+Loop time of 0.0667078 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732177 -2213.33732238 -2213.33732246
+ Force two-norm initial, final = 0.00983111 0.00937293
+ Force max component initial, final = 0.000754018 0.000697445
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0593133 (88.915)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000550032 (0.824538)
+Outpt time (%) = 0.000397205 (0.59544)
+Other time (%) = 0.00644732 (9.665)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.2898 -2213.2898 -3389.0679 3389.0679
+ 1960 1.713558e-10 -2213.2898 -2213.2898 -3389.0679 3389.0679
+ 1970 1.8788566e-09 -2213.2898 -2213.2898 -3389.0679 3389.0679
+ 1980 9.1752714e-09 -2213.2898 -2213.2898 -3389.0677 3389.0677
+ 1990 4.9346385e-08 -2213.2899 -2213.2899 -3389.067 3389.067
+ 2000 1.9459024e-07 -2213.29 -2213.29 -3389.0643 3389.0643
+ 2010 9.3412389e-07 -2213.2904 -2213.2904 -3389.0498 3389.0498
+ 2020 3.5132504e-06 -2213.2919 -2213.2919 -3388.9919 3388.9919
+ 2030 1.4359122e-05 -2213.2975 -2213.2975 -3388.5821 3388.5821
+ 2040 2.8176757e-05 -2213.3073 -2213.3073 -3387.4111 3387.4111
+ 2050 5.339469e-07 -2213.3202 -2213.3202 -3385.866 3385.866
+ 2060 7.2828017e-06 -2213.3237 -2213.3237 -3385.1269 3385.1269
+ 2070 1.7118655e-05 -2213.3354 -2213.3354 -3383.5502 3383.5502
+ 2080 4.1656697e-08 -2213.3364 -2213.3364 -3383.4496 3383.4496
+ 2090 4.5491551e-07 -2213.3367 -2213.3367 -3383.3372 3383.3372
+ 2100 1.3374278e-07 -2213.3368 -2213.3368 -3383.3241 3383.3241
+ 2110 2.4238374e-08 -2213.337 -2213.337 -3383.4247 3383.4247
+ 2120 1.2988983e-08 -2213.337 -2213.337 -3383.3899 3383.3899
+ 2130 1.4191512e-07 -2213.3371 -2213.3371 -3383.3975 3383.3975
+ 2140 3.2223992e-07 -2213.3373 -2213.3373 -3383.4215 3383.4215
+ 2150 7.8053625e-10 -2213.3373 -2213.3373 -3383.4186 3383.4186
+Loop time of 0.194623 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.28983178 -2213.33734072 -2213.33734093
+ Force two-norm initial, final = 0.445414 0.00925575
+ Force max component initial, final = 0.105566 0.00072048
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174852 (89.8413)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157714 (0.810356)
+Outpt time (%) = 0.00135136 (0.694346)
+Other time (%) = 0.0168426 (8.65396)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.3373 -2213.3373 -3383.4186 3383.4186
+ 2160 7.3993461e-14 -2213.3373 -2213.3373 -3383.4186 3383.4186
+ 2170 8.1131084e-13 -2213.3373 -2213.3373 -3383.4186 3383.4186
+ 2180 3.96199e-12 -2213.3373 -2213.3373 -3383.4186 3383.4186
+ 2190 2.1307719e-11 -2213.3373 -2213.3373 -3383.4185 3383.4185
+ 2200 8.4037221e-11 -2213.3373 -2213.3373 -3383.4184 3383.4184
+ 2210 4.0375e-10 -2213.3373 -2213.3373 -3383.4177 3383.4177
+ 2220 1.5627578e-09 -2213.3373 -2213.3373 -3383.4154 3383.4154
+ 2230 8.8161046e-09 -2213.3373 -2213.3373 -3383.4065 3383.4065
+ 2239 1.5063443e-08 -2213.3374 -2213.3374 -3383.4034 3383.4034
+Loop time of 0.0877039 on 1 procs for 89 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734093 -2213.33735046 -2213.33735151
+ Force two-norm initial, final = 0.00925575 0.00661725
+ Force max component initial, final = 0.00072048 0.00043371
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 89 89
+
+Pair time (%) = 0.0789332 (89.9996)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000721931 (0.823146)
+Outpt time (%) = 0.000532866 (0.607573)
+Other time (%) = 0.00751591 (8.56963)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2064 -2213.2064 -3397.8372 3397.8372
+ 2010 6.4821489e-10 -2213.2064 -2213.2064 -3397.8372 3397.8372
+ 2020 7.1073242e-09 -2213.2064 -2213.2064 -3397.8372 3397.8372
+ 2030 3.4704894e-08 -2213.2064 -2213.2064 -3397.8371 3397.8371
+ 2040 1.8656376e-07 -2213.2065 -2213.2065 -3397.8365 3397.8365
+ 2050 7.3424672e-07 -2213.2069 -2213.2069 -3397.8341 3397.8341
+ 2060 3.4940902e-06 -2213.2085 -2213.2085 -3397.8172 3397.8172
+ 2070 1.2669119e-05 -2213.2139 -2213.2139 -3397.7017 3397.7017
+ 2080 4.3972296e-05 -2213.2315 -2213.2315 -3396.1939 3396.1939
+ 2090 7.0471086e-05 -2213.2554 -2213.2554 -3391.4548 3391.4548
+ 2100 1.7427366e-06 -2213.29 -2213.29 -3388.4296 3388.4296
+ 2110 1.9545717e-05 -2213.2996 -2213.2996 -3387.3889 3387.3889
+ 2120 4.9933523e-05 -2213.3319 -2213.3319 -3383.8775 3383.8775
+ 2130 6.39707e-07 -2213.3348 -2213.3348 -3383.611 3383.611
+ 2140 1.9931749e-06 -2213.3356 -2213.3356 -3383.4698 3383.4698
+ 2150 3.9216902e-07 -2213.3359 -2213.3359 -3383.5042 3383.5042
+ 2160 3.1671937e-07 -2213.3364 -2213.3364 -3383.4531 3383.4531
+ 2170 7.1661639e-08 -2213.3364 -2213.3364 -3383.4689 3383.4689
+ 2180 3.7865548e-07 -2213.3367 -2213.3367 -3383.4632 3383.4632
+ 2190 8.5481389e-07 -2213.3371 -2213.3371 -3383.4335 3383.4335
+ 2200 1.2887326e-08 -2213.3373 -2213.3373 -3383.3811 3383.3811
+Loop time of 0.194431 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.20642056 -2213.33725308 -2213.33725653
+ Force two-norm initial, final = 0.866312 0.0353853
+ Force max component initial, final = 0.239549 0.00262634
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175208 (90.113)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161314 (0.829672)
+Outpt time (%) = 0.00134444 (0.691475)
+Other time (%) = 0.0162659 (8.36588)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.3373 -2213.3373 -3383.3811 3383.3811
+ 2210 1.0814642e-12 -2213.3373 -2213.3373 -3383.3811 3383.3811
+ 2220 1.1856879e-11 -2213.3373 -2213.3373 -3383.3811 3383.3811
+ 2230 5.787768e-11 -2213.3373 -2213.3373 -3383.3811 3383.3811
+ 2240 3.1060816e-10 -2213.3373 -2213.3373 -3383.3813 3383.3813
+ 2250 1.2141091e-09 -2213.3373 -2213.3373 -3383.3817 3383.3817
+ 2260 5.5967347e-09 -2213.3373 -2213.3373 -3383.3842 3383.3842
+ 2270 1.7947236e-08 -2213.3373 -2213.3373 -3383.392 3383.392
+ 2280 3.2836742e-08 -2213.3373 -2213.3373 -3383.4145 3383.4145
+ 2290 4.8519918e-08 -2213.3373 -2213.3373 -3383.4032 3383.4032
+ 2296 7.549393e-08 -2213.3373 -2213.3373 -3383.4049 3383.4049
+Loop time of 0.0933979 on 1 procs for 96 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33725653 -2213.33732016 -2213.33732671
+ Force two-norm initial, final = 0.0353853 0.00872384
+ Force max component initial, final = 0.00262634 0.000615553
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 96 96
+
+Pair time (%) = 0.0846906 (90.6772)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000774145 (0.828868)
+Outpt time (%) = 0.000597715 (0.639967)
+Other time (%) = 0.00733542 (7.85395)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2905 -2213.2905 -3385.4857 3385.4857
+ 2060 2.8461311e-10 -2213.2905 -2213.2905 -3385.4857 3385.4857
+ 2070 3.120491e-09 -2213.2906 -2213.2906 -3385.4864 3385.4864
+ 2080 1.5233782e-08 -2213.2906 -2213.2906 -3385.4892 3385.4892
+ 2090 8.1799558e-08 -2213.2906 -2213.2906 -3385.5047 3385.5047
+ 2100 3.203926e-07 -2213.2907 -2213.2907 -3385.5609 3385.5609
+ 2110 1.4922339e-06 -2213.2915 -2213.2915 -3385.8393 3385.8393
+ 2120 4.9531612e-06 -2213.2936 -2213.2936 -3386.7193 3386.7193
+ 2130 1.2711591e-05 -2213.2988 -2213.2988 -3389.2498 3389.2498
+ 2140 2.9431366e-05 -2213.3087 -2213.3087 -3387.7032 3387.7032
+ 2150 6.9337618e-07 -2213.3215 -2213.3215 -3385.7291 3385.7291
+ 2160 6.929416e-06 -2213.3248 -2213.3248 -3385.1246 3385.1246
+ 2170 1.7240574e-05 -2213.3351 -2213.3351 -3383.3606 3383.3606
+ 2180 1.5254387e-06 -2213.3359 -2213.3359 -3382.932 3382.932
+ 2190 3.6262192e-07 -2213.3363 -2213.3363 -3383.4234 3383.4234
+ 2200 2.0609253e-07 -2213.3365 -2213.3365 -3383.1848 3383.1848
+ 2210 1.3227823e-06 -2213.3369 -2213.3369 -3383.3032 3383.3032
+ 2220 1.3913442e-08 -2213.337 -2213.337 -3383.4096 3383.4096
+ 2230 8.1946071e-08 -2213.3371 -2213.3371 -3383.3805 3383.3805
+ 2240 3.1433675e-07 -2213.3372 -2213.3372 -3383.3828 3383.3828
+ 2250 3.2214989e-10 -2213.3373 -2213.3373 -3383.3942 3383.3942
+Loop time of 0.194381 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.29054963 -2213.33732721 -2213.33732721
+ Force two-norm initial, final = 0.574041 0.0206004
+ Force max component initial, final = 0.0611461 0.00137398
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.17474 (89.8955)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157905 (0.812346)
+Outpt time (%) = 0.0013423 (0.690549)
+Other time (%) = 0.0167198 (8.60157)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.3373 -2213.3373 -3383.3942 3383.3942
+ 2260 3.6653885e-13 -2213.3373 -2213.3373 -3383.3942 3383.3942
+ 2270 4.0186165e-12 -2213.3373 -2213.3373 -3383.3942 3383.3942
+ 2280 1.9615585e-11 -2213.3373 -2213.3373 -3383.3942 3383.3942
+ 2290 1.0525615e-10 -2213.3373 -2213.3373 -3383.3943 3383.3943
+ 2300 4.1107547e-10 -2213.3373 -2213.3373 -3383.3944 3383.3944
+ 2310 1.889623e-09 -2213.3373 -2213.3373 -3383.3952 3383.3952
+ 2320 5.9187958e-09 -2213.3373 -2213.3373 -3383.3976 3383.3976
+ 2330 1.0578615e-08 -2213.3373 -2213.3373 -3383.4045 3383.4045
+ 2340 2.3193292e-08 -2213.3373 -2213.3373 -3383.4006 3383.4006
+ 2350 5.0529618e-08 -2213.3374 -2213.3374 -3383.3981 3383.3981
+ 2360 2.6345889e-08 -2213.3373 -2213.3373 -3383.3519 3383.3519
+ 2370 8.329852e-07 -2213.2458 -2213.2458 -3371.0802 3371.0802
+ 2380 0.00034681995 -2213.3102 -2213.3102 -3379.5239 3379.5239
+ 2390 3.7759605e-06 -2213.2137 -2213.2137 -3364.3153 3364.3153
+ 2400 1.875264e-05 -2213.2875 -2213.2875 -3376.9009 3376.9009
+ 2410 2.0858518e-05 -2213.2983 -2213.2983 -3376.9628 3376.9628
+ 2420 2.2126614e-05 -2213.3316 -2213.3316 -3382.5885 3382.5885
+ 2430 8.0869167e-06 -2213.3303 -2213.3303 -3382.5864 3382.5864
+ 2440 3.6751765e-05 -2213.3366 -2213.3366 -3383.3942 3383.3942
+ 2450 2.4169356e-06 -2213.3368 -2213.3368 -3383.25 3383.25
+Loop time of 0.236382 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33732721 -2213.33692292 -2213.33682524
+ Force two-norm initial, final = 0.0206004 0.20242
+ Force max component initial, final = 0.00137398 0.0100039
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174387 (73.7734)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00159097 (0.673049)
+Outpt time (%) = 0.00133657 (0.56543)
+Other time (%) = 0.0590675 (24.9881)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 1950 0 -2213.2565 -2213.2565 -3397.7829 3397.7829
+ 1960 4.5847133e-10 -2213.2565 -2213.2565 -3397.7828 3397.7828
+ 1970 5.0267342e-09 -2213.2565 -2213.2565 -3397.782 3397.782
+ 1980 2.4541548e-08 -2213.2565 -2213.2565 -3397.7786 3397.7786
+ 1990 1.3182426e-07 -2213.2566 -2213.2566 -3397.7598 3397.7598
+ 2000 5.1712254e-07 -2213.2568 -2213.2568 -3397.6912 3397.6912
+ 2010 2.4252052e-06 -2213.2579 -2213.2579 -3397.3396 3397.3396
+ 2020 8.3370411e-06 -2213.2615 -2213.2615 -3396.0767 3396.0767
+ 2030 2.4139315e-05 -2213.2706 -2213.2706 -3390.1679 3390.1679
+ 2040 3.4931905e-05 -2213.2849 -2213.2849 -3388.403 3388.403
+ 2050 6.51502e-05 -2213.3189 -2213.3189 -3381.5842 3381.5842
+ 2060 4.7891252e-06 -2213.3341 -2213.3341 -3384.6781 3384.6781
+ 2070 3.5791697e-07 -2213.3344 -2213.3344 -3383.5005 3383.5005
+ 2080 1.4454788e-06 -2213.3352 -2213.3352 -3383.4547 3383.4547
+ 2090 5.924399e-09 -2213.3369 -2213.3369 -3383.6249 3383.6249
+ 2100 2.6528983e-08 -2213.3369 -2213.3369 -3383.4572 3383.4572
+ 2110 2.6538309e-07 -2213.3371 -2213.3371 -3383.4244 3383.4244
+ 2120 1.3196446e-08 -2213.3372 -2213.3372 -3383.4171 3383.4171
+ 2130 7.293591e-09 -2213.3372 -2213.3372 -3383.4137 3383.4137
+ 2140 4.6658696e-08 -2213.3372 -2213.3372 -3383.4109 3383.4109
+ 2147 1.3569338e-07 -2213.3373 -2213.3373 -3383.4053 3383.4053
+Loop time of 0.194966 on 1 procs for 197 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25647364 -2213.33729376 -2213.33730534
+ Force two-norm initial, final = 0.728571 0.00993779
+ Force max component initial, final = 0.0742721 0.000724303
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 197 197
+
+Pair time (%) = 0.173587 (89.0346)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00158262 (0.811743)
+Outpt time (%) = 0.00127721 (0.655093)
+Other time (%) = 0.0185189 (9.49854)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2147 0 -2213.3373 -2213.3373 -3383.4053 3383.4053
+ 2148 6.9168102e-16 -2213.3373 -2213.3373 -3383.4053 3383.4053
+Loop time of 0.00213385 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33730534 -2213.33730534 -2213.33730534
+ Force two-norm initial, final = 0.00993779 0.00993779
+ Force max component initial, final = 0.000724303 0.000724303
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185776 (87.0615)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.703911)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000261068 (12.2346)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2902 -2213.2902 -3394.6352 3394.6352
+ 2010 1.7354678e-10 -2213.2902 -2213.2902 -3394.6351 3394.6351
+ 2020 1.902868e-09 -2213.2902 -2213.2902 -3394.6344 3394.6344
+ 2030 9.292189e-09 -2213.2902 -2213.2902 -3394.6314 3394.6314
+ 2040 4.9966829e-08 -2213.2903 -2213.2903 -3394.6151 3394.6151
+ 2050 1.9689038e-07 -2213.2904 -2213.2904 -3394.5555 3394.5555
+ 2060 9.42777e-07 -2213.2908 -2213.2908 -3394.2553 3394.2553
+ 2070 3.5406748e-06 -2213.2923 -2213.2923 -3393.2387 3393.2387
+ 2080 1.6485544e-05 -2213.2985 -2213.2985 -3389.3211 3389.3211
+ 2090 3.1081052e-05 -2213.312 -2213.312 -3388.2204 3388.2204
+ 2100 3.7671126e-05 -2213.3316 -2213.3316 -3382.947 3382.947
+ 2110 1.2752964e-06 -2213.3343 -2213.3343 -3382.3002 3382.3002
+ 2120 5.6631017e-07 -2213.3348 -2213.3348 -3382.3822 3382.3822
+ 2130 2.3414652e-06 -2213.336 -2213.336 -3382.7376 3382.7376
+ 2140 4.5643614e-08 -2213.337 -2213.337 -3383.2514 3383.2514
+ 2150 2.4445516e-08 -2213.337 -2213.337 -3383.2458 3383.2458
+ 2160 2.1855036e-07 -2213.3371 -2213.3371 -3383.303 3383.303
+ 2170 3.4728824e-10 -2213.3373 -2213.3373 -3383.4177 3383.4177
+ 2180 1.8293568e-09 -2213.3373 -2213.3373 -3383.4228 3383.4228
+Loop time of 0.175266 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2902385 -2213.33733416 -2213.33733448
+ Force two-norm initial, final = 0.448253 0.00834302
+ Force max component initial, final = 0.0537995 0.000670857
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.158526 (90.449)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144911 (0.826805)
+Outpt time (%) = 0.00112915 (0.644249)
+Other time (%) = 0.0141613 (8.07992)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2180 0 -2213.3373 -2213.3373 -3383.4228 3383.4228
+ 2181 4.8749841e-16 -2213.3373 -2213.3373 -3383.4228 3383.4228
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733448 -2213.33733448 -2213.33733448
+ Force two-norm initial, final = 0.00834302 0.00834302
+ Force max component initial, final = 0.000670857 0.000670857
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184727 (89.0268)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815811)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210762 (10.1574)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.29 -2213.29 -3393.8152 3393.8152
+ 2060 1.819033e-10 -2213.29 -2213.29 -3393.8151 3393.8151
+ 2070 1.9945061e-09 -2213.29 -2213.29 -3393.8146 3393.8146
+ 2080 9.7399861e-09 -2213.29 -2213.29 -3393.8121 3393.8121
+ 2090 5.238303e-08 -2213.29 -2213.29 -3393.7987 3393.7987
+ 2100 2.0654353e-07 -2213.2901 -2213.2901 -3393.75 3393.75
+ 2110 9.9178865e-07 -2213.2906 -2213.2906 -3393.5041 3393.5041
+ 2120 3.758434e-06 -2213.2922 -2213.2922 -3392.672 3392.672
+ 2130 1.7562911e-05 -2213.2988 -2213.2988 -3389.4309 3389.4309
+ 2140 3.0151592e-05 -2213.3119 -2213.3119 -3388.1017 3388.1017
+ 2150 3.7066233e-05 -2213.3314 -2213.3314 -3383.4507 3383.4507
+ 2160 1.2676042e-06 -2213.3344 -2213.3344 -3382.2041 3382.2041
+ 2170 5.432351e-07 -2213.3349 -2213.3349 -3382.4056 3382.4056
+ 2180 2.2375066e-06 -2213.336 -2213.336 -3382.7911 3382.7911
+ 2190 3.6218696e-08 -2213.337 -2213.337 -3383.2216 3383.2216
+ 2200 2.4502056e-08 -2213.337 -2213.337 -3383.2525 3383.2525
+ 2210 2.2397811e-07 -2213.3371 -2213.3371 -3383.3152 3383.3152
+ 2220 2.782875e-10 -2213.3373 -2213.3373 -3383.4212 3383.4212
+ 2230 1.4101193e-09 -2213.3373 -2213.3373 -3383.4199 3383.4199
+ 2240 1.5325548e-08 -2213.3373 -2213.3373 -3383.4162 3383.4162
+ 2243 2.3868013e-08 -2213.3373 -2213.3373 -3383.4133 3383.4133
+Loop time of 0.189391 on 1 procs for 193 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29001156 -2213.33734215 -2213.33734451
+ Force two-norm initial, final = 0.458918 0.0072655
+ Force max component initial, final = 0.0754693 0.000482963
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 193 193
+
+Pair time (%) = 0.169959 (89.74)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00154042 (0.813356)
+Outpt time (%) = 0.00126338 (0.667075)
+Other time (%) = 0.0166278 (8.77961)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2243 0 -2213.3373 -2213.3373 -3383.4133 3383.4133
+ 2244 3.6970624e-16 -2213.3373 -2213.3373 -3383.4133 3383.4133
+Loop time of 0.00212622 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734451 -2213.33734451 -2213.33734451
+ Force two-norm initial, final = 0.0072655 0.0072655
+ Force max component initial, final = 0.000482963 0.000482963
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (86.959)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.75129)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000261307 (12.2898)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2000 0 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2010 1.6900041e-10 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2020 1.8529929e-09 -2213.2798 -2213.2798 -3389.2266 3389.2266
+ 2030 9.0478996e-09 -2213.2798 -2213.2798 -3389.2269 3389.2269
+ 2040 4.8634894e-08 -2213.2798 -2213.2798 -3389.2284 3389.2284
+ 2050 1.9130823e-07 -2213.2799 -2213.2799 -3389.2338 3389.2338
+ 2060 9.0929011e-07 -2213.2804 -2213.2804 -3389.2591 3389.2591
+ 2070 3.2902906e-06 -2213.2818 -2213.2818 -3389.3195 3389.3195
+ 2080 1.2602496e-05 -2213.287 -2213.287 -3389.1567 3389.1567
+ 2090 2.6494358e-05 -2213.2982 -2213.2982 -3387.645 3387.645
+ 2100 5.8913017e-05 -2213.3255 -2213.3255 -3384.2991 3384.2991
+ 2110 5.3383143e-07 -2213.3365 -2213.3365 -3381.8633 3381.8633
+ 2120 2.7516227e-07 -2213.337 -2213.337 -3383.4858 3383.4858
+ 2130 3.0685186e-08 -2213.337 -2213.337 -3383.2154 3383.2154
+ 2140 1.8459846e-07 -2213.3371 -2213.3371 -3383.4685 3383.4685
+ 2150 2.9977355e-07 -2213.3373 -2213.3373 -3383.6046 3383.6046
+ 2160 3.1050634e-10 -2213.3374 -2213.3374 -3383.4096 3383.4096
+ 2170 9.3861243e-09 -2213.3374 -2213.3374 -3383.4173 3383.4173
+ 2174 1.8074449e-08 -2213.3374 -2213.3374 -3383.4157 3383.4157
+Loop time of 0.168254 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27981778 -2213.33736257 -2213.33736454
+ Force two-norm initial, final = 0.442343 0.00613572
+ Force max component initial, final = 0.046303 0.000612808
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.152937 (90.8965)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136757 (0.8128)
+Outpt time (%) = 0.00113297 (0.673365)
+Other time (%) = 0.0128164 (7.6173)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2174 0 -2213.3374 -2213.3374 -3383.4157 3383.4157
+ 2175 2.6366789e-16 -2213.3374 -2213.3374 -3383.4157 3383.4157
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736454 -2213.33736454 -2213.33736454
+ Force two-norm initial, final = 0.00613572 0.00613572
+ Force max component initial, final = 0.000612808 0.000612808
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.2516)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.781699)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000206709 (9.96666)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2902 -2213.2902 -3394.0514 3394.0514
+ 2060 1.8064258e-10 -2213.2902 -2213.2902 -3394.0513 3394.0513
+ 2070 1.9806698e-09 -2213.2902 -2213.2902 -3394.0507 3394.0507
+ 2080 9.6720053e-09 -2213.2902 -2213.2902 -3394.0481 3394.0481
+ 2090 5.2007919e-08 -2213.2902 -2213.2902 -3394.0338 3394.0338
+ 2100 2.0487298e-07 -2213.2903 -2213.2903 -3393.9816 3393.9816
+ 2110 9.8015015e-07 -2213.2908 -2213.2908 -3393.7188 3393.7188
+ 2120 3.6355688e-06 -2213.2923 -2213.2923 -3392.8356 3392.8356
+ 2130 1.5007023e-05 -2213.2986 -2213.2986 -3389.4914 3389.4914
+ 2140 3.0441544e-05 -2213.3114 -2213.3114 -3388.2017 3388.2017
+ 2150 4.4556822e-05 -2213.332 -2213.332 -3384.1483 3384.1483
+ 2160 1.3284783e-06 -2213.3347 -2213.3347 -3381.9323 3381.9323
+ 2170 4.7539494e-07 -2213.3351 -2213.3351 -3382.4053 3382.4053
+ 2180 2.1467239e-06 -2213.3362 -2213.3362 -3382.7644 3382.7644
+ 2190 8.0408005e-09 -2213.3372 -2213.3372 -3384.3251 3384.3251
+ 2200 2.7110776e-08 -2213.3372 -2213.3372 -3383.5547 3383.5547
+ 2210 1.9668534e-07 -2213.3373 -2213.3373 -3383.4074 3383.4074
+ 2220 1.0534325e-08 -2213.3374 -2213.3374 -3383.502 3383.502
+ 2221 1.2541729e-08 -2213.3374 -2213.3374 -3383.4377 3383.4377
+Loop time of 0.166324 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29017544 -2213.33736654 -2213.33736744
+ Force two-norm initial, final = 0.457325 0.00599828
+ Force max component initial, final = 0.0722144 0.000690766
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.150861 (90.7029)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137019 (0.823809)
+Outpt time (%) = 0.00112605 (0.677023)
+Other time (%) = 0.0129671 (7.7963)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2221 0 -2213.3374 -2213.3374 -3383.4377 3383.4377
+ 2222 2.5198764e-16 -2213.3374 -2213.3374 -3383.4377 3383.4377
+Loop time of 0.00206304 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736744 -2213.33736744 -2213.33736744
+ Force two-norm initial, final = 0.00599828 0.00599828
+ Force max component initial, final = 0.000690766 0.000690766
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (89.6221)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.832081)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000196934 (9.54582)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2888 -2213.2888 -3392.2863 3392.2863
+ 2110 2.0043131e-10 -2213.2888 -2213.2888 -3392.2863 3392.2863
+ 2120 2.1976483e-09 -2213.2888 -2213.2888 -3392.286 3392.286
+ 2130 1.0731633e-08 -2213.2888 -2213.2888 -3392.2847 3392.2847
+ 2140 5.7707934e-08 -2213.2888 -2213.2888 -3392.2776 3392.2776
+ 2150 2.2735936e-07 -2213.2889 -2213.2889 -3392.2516 3392.2516
+ 2160 1.0884063e-06 -2213.2895 -2213.2895 -3392.1202 3392.1202
+ 2170 4.0407669e-06 -2213.2912 -2213.2912 -3391.6713 3391.6713
+ 2180 1.6431358e-05 -2213.298 -2213.298 -3389.8199 3389.8199
+ 2190 3.0894869e-05 -2213.311 -2213.311 -3388.1446 3388.1446
+ 2200 4.5104439e-05 -2213.3318 -2213.3318 -3384.2536 3384.2536
+ 2210 1.1501685e-06 -2213.3347 -2213.3347 -3382.0453 3382.0453
+ 2220 4.2448163e-07 -2213.3353 -2213.3353 -3382.536 3382.536
+ 2230 1.7130529e-06 -2213.3363 -2213.3363 -3382.6746 3382.6746
+ 2240 3.1012712e-08 -2213.3372 -2213.3372 -3382.8441 3382.8441
+ 2250 1.5953642e-08 -2213.3372 -2213.3372 -3383.4384 3383.4384
+ 2260 1.1864548e-07 -2213.3373 -2213.3373 -3383.3934 3383.3934
+ 2270 1.4894063e-07 -2213.3374 -2213.3374 -3383.6237 3383.6237
+ 2274 9.807791e-09 -2213.3374 -2213.3374 -3383.4485 3383.4485
+Loop time of 0.172789 on 1 procs for 174 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28880437 -2213.33736737 -2213.33736866
+ Force two-norm initial, final = 0.481723 0.0059152
+ Force max component initial, final = 0.0941874 0.000644359
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 174 174
+
+Pair time (%) = 0.154062 (89.1616)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139546 (0.807611)
+Outpt time (%) = 0.00114989 (0.665489)
+Other time (%) = 0.0161822 (9.36528)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2274 0 -2213.3374 -2213.3374 -3383.4485 3383.4485
+ 2280 8.8220159e-15 -2213.3374 -2213.3374 -3383.4485 3383.4485
+ 2290 1.356909e-13 -2213.3374 -2213.3374 -3383.4485 3383.4485
+ 2300 8.8033995e-13 -2213.3374 -2213.3374 -3383.4485 3383.4485
+ 2310 4.3453768e-12 -2213.3374 -2213.3374 -3383.4484 3383.4484
+ 2320 1.9931281e-11 -2213.3374 -2213.3374 -3383.4481 3383.4481
+ 2330 8.5468152e-11 -2213.3374 -2213.3374 -3383.4467 3383.4467
+ 2340 3.6593196e-10 -2213.3374 -2213.3374 -3383.441 3383.441
+ 2342 4.7231441e-10 -2213.3374 -2213.3374 -3383.439 3383.439
+Loop time of 0.0679121 on 1 procs for 68 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736866 -2213.33736892 -2213.33736895
+ Force two-norm initial, final = 0.0059152 0.00571671
+ Force max component initial, final = 0.000644359 0.000623861
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 68 68
+
+Pair time (%) = 0.0604737 (89.047)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00056386 (0.830279)
+Outpt time (%) = 0.000468254 (0.6895)
+Other time (%) = 0.00640631 (9.43323)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2050 0 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2060 1.2619501e-10 -2213.2721 -2213.2721 -3386.4848 3386.4848
+ 2070 1.3836837e-09 -2213.2721 -2213.2721 -3386.485 3386.485
+ 2080 6.7569002e-09 -2213.2721 -2213.2721 -3386.4858 3386.4858
+ 2090 3.6337677e-08 -2213.2721 -2213.2721 -3386.49 3386.49
+ 2100 1.4317491e-07 -2213.2722 -2213.2722 -3386.5052 3386.5052
+ 2110 6.8648453e-07 -2213.2725 -2213.2725 -3386.5807 3386.5807
+ 2120 2.5484547e-06 -2213.2736 -2213.2736 -3386.8193 3386.8193
+ 2130 1.086157e-05 -2213.2785 -2213.2785 -3387.4886 3387.4886
+ 2140 3.1387113e-05 -2213.2917 -2213.2917 -3386.3683 3386.3683
+ 2150 7.8019562e-05 -2213.3252 -2213.3252 -3385.0537 3385.0537
+ 2160 3.9053041e-07 -2213.3359 -2213.3359 -3384.0678 3384.0678
+ 2170 2.3274295e-07 -2213.3363 -2213.3363 -3384.2072 3384.2072
+ 2180 1.1086168e-06 -2213.3368 -2213.3368 -3383.925 3383.925
+ 2190 3.5799935e-09 -2213.3373 -2213.3373 -3383.3859 3383.3859
+ 2200 1.1195874e-08 -2213.3373 -2213.3373 -3383.1627 3383.1627
+ 2210 3.1930276e-09 -2213.3374 -2213.3374 -3383.2588 3383.2588
+ 2211 4.2350633e-09 -2213.3374 -2213.3374 -3383.2525 3383.2525
+Loop time of 0.161482 on 1 procs for 161 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27206669 -2213.33735533 -2213.33735588
+ Force two-norm initial, final = 0.38224 0.00976121
+ Force max component initial, final = 0.0342368 0.000796186
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 161 161
+
+Pair time (%) = 0.142424 (88.1979)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130057 (0.805399)
+Outpt time (%) = 0.00107884 (0.66809)
+Other time (%) = 0.0166788 (10.3286)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2211 0 -2213.3374 -2213.3374 -3383.2525 3383.2525
+ 2212 6.6731893e-16 -2213.3374 -2213.3374 -3383.2525 3383.2525
+Loop time of 0.00207686 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735588 -2213.33735588 -2213.33735588
+ Force two-norm initial, final = 0.00976121 0.00976121
+ Force max component initial, final = 0.000796186 0.000796186
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184822 (88.9909)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.757663)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212908 (10.2514)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.2998 -2213.2998 -3387.8305 3387.8305
+ 2110 2.1755649e-10 -2213.2998 -2213.2998 -3387.8305 3387.8305
+ 2120 2.3853182e-09 -2213.2998 -2213.2998 -3387.8306 3387.8306
+ 2130 1.1645465e-08 -2213.2998 -2213.2998 -3387.8306 3387.8306
+ 2140 6.2553356e-08 -2213.2998 -2213.2998 -3387.8311 3387.8311
+ 2150 2.4529924e-07 -2213.2999 -2213.2999 -3387.8327 3387.8327
+ 2160 1.1501354e-06 -2213.3005 -2213.3005 -3387.8384 3387.8384
+ 2170 3.9140331e-06 -2213.3022 -2213.3022 -3387.8269 3387.8269
+ 2180 1.1269248e-05 -2213.3071 -2213.3071 -3387.3524 3387.3524
+ 2190 2.0883522e-05 -2213.3154 -2213.3154 -3386.3354 3386.3354
+ 2200 3.5567557e-05 -2213.3307 -2213.3307 -3383.7407 3383.7407
+ 2210 1.614157e-06 -2213.3363 -2213.3363 -3382.4118 3382.4118
+ 2220 2.2144753e-07 -2213.3369 -2213.3369 -3382.9566 3382.9566
+ 2230 6.604572e-07 -2213.3372 -2213.3372 -3383.1373 3383.1373
+ 2240 1.7206081e-08 -2213.3373 -2213.3373 -3383.41 3383.41
+ 2250 1.9305506e-08 -2213.3374 -2213.3374 -3383.5132 3383.5132
+ 2259 4.2869824e-08 -2213.3374 -2213.3374 -3383.445 3383.445
+Loop time of 0.157414 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29978928 -2213.33738045 -2213.33738356
+ Force two-norm initial, final = 0.501882 0.00499487
+ Force max component initial, final = 0.0831585 0.000512733
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.140592 (89.3132)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012691 (0.806218)
+Outpt time (%) = 0.00102282 (0.649761)
+Other time (%) = 0.0145307 (9.23084)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2259 0 -2213.3374 -2213.3374 -3383.445 3383.445
+ 2260 1.747331e-16 -2213.3374 -2213.3374 -3383.445 3383.445
+Loop time of 0.00219893 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738356 -2213.33738356 -2213.33738356
+ Force two-norm initial, final = 0.00499487 0.00499487
+ Force max component initial, final = 0.000512733 0.000512733
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00198174 (90.1225)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.769815)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000200272 (9.10767)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2996 -2213.2996 -3383.6945 3383.6945
+ 2160 2.5134948e-10 -2213.2996 -2213.2996 -3383.6946 3383.6946
+ 2170 2.7557833e-09 -2213.2996 -2213.2996 -3383.6954 3383.6954
+ 2180 1.3453046e-08 -2213.2996 -2213.2996 -3383.6987 3383.6987
+ 2190 7.2232457e-08 -2213.2996 -2213.2996 -3383.7169 3383.7169
+ 2200 2.8278681e-07 -2213.2998 -2213.2998 -3383.783 3383.783
+ 2210 1.3154751e-06 -2213.3004 -2213.3004 -3384.1107 3384.1107
+ 2220 4.3418487e-06 -2213.3023 -2213.3023 -3385.1491 3385.1491
+ 2230 1.1108835e-05 -2213.3071 -2213.3071 -3388.1827 3388.1827
+ 2240 2.2368097e-05 -2213.316 -2213.316 -3386.9861 3386.9861
+ 2250 3.7733566e-05 -2213.3321 -2213.3321 -3383.1782 3383.1782
+ 2260 5.1242554e-06 -2213.3359 -2213.3359 -3382.6102 3382.6102
+ 2270 5.6119192e-07 -2213.3361 -2213.3361 -3382.4589 3382.4589
+ 2280 1.1728387e-06 -2213.3366 -2213.3366 -3382.7278 3382.7278
+ 2290 1.5858785e-06 -2213.3369 -2213.3369 -3382.2709 3382.2709
+ 2300 2.3647448e-08 -2213.3373 -2213.3373 -3383.6513 3383.6513
+ 2310 8.9515218e-08 -2213.3373 -2213.3373 -3383.6859 3383.6859
+ 2317 6.4845223e-09 -2213.3374 -2213.3374 -3383.3993 3383.3993
+Loop time of 0.163387 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29958221 -2213.33736698 -2213.33736817
+ Force two-norm initial, final = 0.539455 0.00925729
+ Force max component initial, final = 0.0621745 0.000808434
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.147129 (90.0494)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134826 (0.825193)
+Outpt time (%) = 0.00107765 (0.659571)
+Other time (%) = 0.0138321 (8.46586)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2317 0 -2213.3374 -2213.3374 -3383.3993 3383.3993
+ 2318 6.0019713e-16 -2213.3374 -2213.3374 -3383.3993 3383.3993
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736817 -2213.33736817 -2213.33736817
+ Force two-norm initial, final = 0.00925729 0.00925729
+ Force max component initial, final = 0.000808434 0.000808434
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018487 (89.0446)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815342)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210524 (10.1401)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2100 0 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2110 1.1938726e-10 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2120 1.3090119e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2130 6.3915367e-09 -2213.292 -2213.292 -3387.1767 3387.1767
+ 2140 3.4354098e-08 -2213.292 -2213.292 -3387.177 3387.177
+ 2150 1.3504058e-07 -2213.2921 -2213.2921 -3387.178 3387.178
+ 2160 6.4097834e-07 -2213.2924 -2213.2924 -3387.1824 3387.1824
+ 2170 2.2869434e-06 -2213.2934 -2213.2934 -3387.1904 3387.1904
+ 2180 8.744053e-06 -2213.2974 -2213.2974 -3387.1447 3387.1447
+ 2190 2.4271251e-05 -2213.3076 -2213.3076 -3386.8066 3386.8066
+ 2200 4.9365464e-05 -2213.3287 -2213.3287 -3384.2044 3384.2044
+ 2210 8.3869821e-07 -2213.337 -2213.337 -3383.2384 3383.2384
+ 2220 1.2081684e-07 -2213.3372 -2213.3372 -3383.3321 3383.3321
+ 2230 2.1528307e-07 -2213.3373 -2213.3373 -3383.3869 3383.3869
+ 2240 4.000674e-08 -2213.3373 -2213.3373 -3383.2947 3383.2947
+ 2250 1.8253537e-08 -2213.3374 -2213.3374 -3383.3921 3383.3921
+ 2260 2.2172798e-08 -2213.3374 -2213.3374 -3383.4445 3383.4445
+ 2267 5.2514706e-09 -2213.3374 -2213.3374 -3383.3826 3383.3826
+Loop time of 0.161479 on 1 procs for 167 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29197462 -2213.33738334 -2213.33738426
+ Force two-norm initial, final = 0.371787 0.0074964
+ Force max component initial, final = 0.0378451 0.000590821
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 167 167
+
+Pair time (%) = 0.146873 (90.9546)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132537 (0.820769)
+Outpt time (%) = 0.00106001 (0.656438)
+Other time (%) = 0.0122211 (7.56823)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2267 0 -2213.3374 -2213.3374 -3383.3826 3383.3826
+ 2268 3.9357931e-16 -2213.3374 -2213.3374 -3383.3826 3383.3826
+Loop time of 0.00207305 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738426 -2213.33738426 -2213.33738426
+ Force two-norm initial, final = 0.0074964 0.0074964
+ Force max component initial, final = 0.000590821 0.000590821
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (89.1892)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.770558)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000208139 (10.0403)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2897 -2213.2897 -3388.0824 3388.0824
+ 2160 7.5667231e-11 -2213.2897 -2213.2897 -3388.0824 3388.0824
+ 2170 8.2966112e-10 -2213.2897 -2213.2897 -3388.0824 3388.0824
+ 2180 4.0513425e-09 -2213.2897 -2213.2897 -3388.0824 3388.0824
+ 2190 2.1785029e-08 -2213.2897 -2213.2897 -3388.0827 3388.0827
+ 2200 8.578196e-08 -2213.2898 -2213.2898 -3388.0838 3388.0838
+ 2210 4.1040272e-07 -2213.29 -2213.29 -3388.089 3388.089
+ 2220 1.5076617e-06 -2213.2907 -2213.2907 -3388.102 3388.102
+ 2230 6.3251838e-06 -2213.2936 -2213.2936 -3388.0752 3388.0752
+ 2240 1.9315267e-05 -2213.3017 -2213.3017 -3387.3207 3387.3207
+ 2250 6.137661e-05 -2213.3272 -2213.3272 -3384.61 3384.61
+ 2260 2.0777759e-07 -2213.3372 -2213.3372 -3383.3045 3383.3045
+ 2270 3.6124175e-08 -2213.3372 -2213.3372 -3383.6502 3383.6502
+ 2280 1.6046512e-08 -2213.3373 -2213.3373 -3383.3832 3383.3832
+ 2290 4.2453986e-08 -2213.3373 -2213.3373 -3383.4415 3383.4415
+ 2300 9.6157244e-08 -2213.3374 -2213.3374 -3383.4752 3383.4752
+ 2307 5.4837696e-08 -2213.3374 -2213.3374 -3383.396 3383.396
+Loop time of 0.152832 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28972971 -2213.33737707 -2213.3373827
+ Force two-norm initial, final = 0.295984 0.0054
+ Force max component initial, final = 0.0346455 0.00042327
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.138704 (90.7556)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126481 (0.827582)
+Outpt time (%) = 0.000992537 (0.64943)
+Other time (%) = 0.0118711 (7.76742)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2307 0 -2213.3374 -2213.3374 -3383.396 3383.396
+ 2308 2.042271e-16 -2213.3374 -2213.3374 -3383.396 3383.396
+Loop time of 0.00214696 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373827 -2213.3373827 -2213.3373827
+ Force two-norm initial, final = 0.0054 0.0054
+ Force max component initial, final = 0.00042327 0.00042327
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (86.1299)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.799556)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000280619 (13.0705)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2777 -2213.2777 -3383.074 3383.074
+ 2210 2.2784146e-10 -2213.2777 -2213.2777 -3383.0741 3383.0741
+ 2220 2.4980833e-09 -2213.2777 -2213.2777 -3383.0751 3383.0751
+ 2230 1.2195914e-08 -2213.2777 -2213.2777 -3383.0795 3383.0795
+ 2240 6.5508964e-08 -2213.2778 -2213.2778 -3383.1034 3383.1034
+ 2250 2.5684572e-07 -2213.2779 -2213.2779 -3383.1901 3383.1901
+ 2260 1.2038583e-06 -2213.2785 -2213.2785 -3383.6221 3383.6221
+ 2270 4.0843854e-06 -2213.2803 -2213.2803 -3385.0106 3385.0106
+ 2280 1.1939748e-05 -2213.2856 -2213.2856 -3389.3626 3389.3626
+ 2290 2.6435582e-05 -2213.2963 -2213.2963 -3387.9686 3387.9686
+ 2300 6.8103171e-05 -2213.3253 -2213.3253 -3384.0194 3384.0194
+ 2310 2.0528733e-06 -2213.3369 -2213.3369 -3383.1831 3383.1831
+ 2320 2.3720349e-07 -2213.3371 -2213.3371 -3383.2984 3383.2984
+ 2330 3.1025386e-07 -2213.3372 -2213.3372 -3383.3906 3383.3906
+ 2340 6.4778553e-07 -2213.3372 -2213.3372 -3383.4241 3383.4241
+ 2350 1.1859921e-08 -2213.3374 -2213.3374 -3383.4075 3383.4075
+ 2357 2.5218909e-08 -2213.3374 -2213.3374 -3383.419 3383.419
+Loop time of 0.154384 on 1 procs for 157 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27772946 -2213.33736658 -2213.33736987
+ Force two-norm initial, final = 0.513608 0.00964374
+ Force max component initial, final = 0.122736 0.000836295
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 157 157
+
+Pair time (%) = 0.139555 (90.3948)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00125289 (0.811542)
+Outpt time (%) = 0.000991344 (0.642129)
+Other time (%) = 0.0125847 (8.15155)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2357 0 -2213.3374 -2213.3374 -3383.419 3383.419
+ 2358 6.5135351e-16 -2213.3374 -2213.3374 -3383.419 3383.419
+Loop time of 0.00209785 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736987 -2213.33736987 -2213.33736987
+ Force two-norm initial, final = 0.00964374 0.00964374
+ Force max component initial, final = 0.000836295 0.000836295
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186491 (88.8965)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.76145)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000216961 (10.3421)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2150 0 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2160 5.3853547e-10 -2213.2067 -2213.2067 -3392.9048 3392.9048
+ 2170 5.904725e-09 -2213.2067 -2213.2067 -3392.905 3392.905
+ 2180 2.8831222e-08 -2213.2068 -2213.2068 -3392.9061 3392.9061
+ 2190 1.5496546e-07 -2213.2068 -2213.2068 -3392.9117 3392.9117
+ 2200 6.092021e-07 -2213.2071 -2213.2071 -3392.9319 3392.9319
+ 2210 2.8907332e-06 -2213.2085 -2213.2085 -3393.0318 3393.0318
+ 2220 1.0286243e-05 -2213.2131 -2213.2131 -3393.3432 3393.3432
+ 2230 3.5693244e-05 -2213.2288 -2213.2288 -3394.1288 3394.1288
+ 2240 5.6702839e-05 -2213.2511 -2213.2511 -3392.9304 3392.9304
+ 2250 0.00013295998 -2213.3121 -2213.3121 -3385.2548 3385.2548
+ 2260 1.1234965e-06 -2213.3362 -2213.3362 -3382.8413 3382.8413
+ 2270 1.6471607e-07 -2213.3369 -2213.3369 -3383.1809 3383.1809
+ 2280 3.6499402e-07 -2213.3371 -2213.3371 -3383.3254 3383.3254
+ 2290 1.8737819e-08 -2213.3373 -2213.3373 -3383.4193 3383.4193
+ 2300 9.402844e-08 -2213.3373 -2213.3373 -3383.4201 3383.4201
+ 2310 2.1573708e-08 -2213.3374 -2213.3374 -3383.3922 3383.3922
+ 2320 2.5686528e-08 -2213.3374 -2213.3374 -3383.4296 3383.4296
+ 2330 1.4354148e-10 -2213.3374 -2213.3374 -3383.3963 3383.3963
+ 2334 7.4082997e-10 -2213.3374 -2213.3374 -3383.3955 3383.3955
+Loop time of 0.178537 on 1 procs for 184 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.20674529 -2213.33738028 -2213.33738039
+ Force two-norm initial, final = 0.789627 0.00417051
+ Force max component initial, final = 0.123951 0.000472641
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 184 184
+
+Pair time (%) = 0.162097 (90.7917)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145698 (0.816063)
+Outpt time (%) = 0.00119543 (0.66957)
+Other time (%) = 0.0137877 (7.72262)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2334 0 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2340 4.3853733e-15 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2350 6.7450888e-14 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2360 4.3759308e-13 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2370 2.1596347e-12 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2380 9.8967911e-12 -2213.3374 -2213.3374 -3383.3955 3383.3955
+ 2390 4.2309269e-11 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 2400 1.7824831e-10 -2213.3374 -2213.3374 -3383.3953 3383.3953
+ 2410 6.8998424e-10 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2420 2.3390526e-09 -2213.3374 -2213.3374 -3383.3943 3383.3943
+ 2430 6.4000454e-09 -2213.3374 -2213.3374 -3383.3965 3383.3965
+ 2440 5.6743029e-09 -2213.3374 -2213.3374 -3383.3956 3383.3956
+ 2450 3.0443393e-11 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2460 1.844034e-11 -2213.3374 -2213.3374 -3383.3954 3383.3954
+ 2470 3.8711599e-12 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2480 5.1067187e-12 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2490 2.3816184e-13 -2213.3374 -2213.3374 -3383.3945 3383.3945
+ 2500 1.7909435e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2510 5.7025949e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2520 2.2820907e-15 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2530 9.4193307e-14 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2534 1.5685761e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.193662 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738039 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00417051 1.43068e-05
+ Force max component initial, final = 0.000472641 1.02309e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.174654 (90.1848)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161481 (0.833829)
+Outpt time (%) = 0.00140166 (0.723768)
+Other time (%) = 0.0159919 (8.25765)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2835 -2213.2835 -3384.5423 3384.5423
+ 2210 1.93982e-10 -2213.2835 -2213.2835 -3384.5424 3384.5424
+ 2220 2.1268502e-09 -2213.2835 -2213.2835 -3384.543 3384.543
+ 2230 1.0383704e-08 -2213.2835 -2213.2835 -3384.5456 3384.5456
+ 2240 5.5779481e-08 -2213.2835 -2213.2835 -3384.5598 3384.5598
+ 2250 2.1878604e-07 -2213.2836 -2213.2836 -3384.6116 3384.6116
+ 2260 1.0272297e-06 -2213.2841 -2213.2841 -3384.8693 3384.8693
+ 2270 3.5191903e-06 -2213.2857 -2213.2857 -3385.6966 3385.6966
+ 2280 1.110367e-05 -2213.2906 -2213.2906 -3388.3242 3388.3242
+ 2290 2.6094981e-05 -2213.3011 -2213.3011 -3388.1686 3388.1686
+ 2300 6.3306989e-05 -2213.3272 -2213.3272 -3383.6684 3383.6684
+ 2310 2.4103839e-06 -2213.3364 -2213.3364 -3382.4776 3382.4776
+ 2320 4.6444278e-07 -2213.3369 -2213.3369 -3383.0553 3383.0553
+ 2330 5.9922816e-07 -2213.3371 -2213.3371 -3383.2018 3383.2018
+ 2340 1.4048064e-07 -2213.3372 -2213.3372 -3382.9945 3382.9945
+ 2350 3.764856e-08 -2213.3372 -2213.3372 -3383.1261 3383.1261
+ 2360 1.5366102e-07 -2213.3373 -2213.3373 -3383.1959 3383.1959
+ 2363 2.0525588e-07 -2213.3373 -2213.3373 -3383.3708 3383.3708
+Loop time of 0.158804 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28349281 -2213.3373308 -2213.33734424
+ Force two-norm initial, final = 0.47391 0.00972614
+ Force max component initial, final = 0.0556212 0.000827919
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.14381 (90.5581)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013144 (0.827688)
+Outpt time (%) = 0.00107527 (0.677104)
+Other time (%) = 0.0126045 (7.93713)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2363 0 -2213.3373 -2213.3373 -3383.3708 3383.3708
+ 2364 6.6253267e-16 -2213.3373 -2213.3373 -3383.3708 3383.3708
+Loop time of 0.00207996 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734424 -2213.33734424 -2213.33734424
+ Force two-norm initial, final = 0.00972614 0.00972614
+ Force max component initial, final = 0.000827919 0.000827919
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184679 (88.7895)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.825309)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000216007 (10.3851)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2812 -2213.2812 -3390.7106 3390.7106
+ 2260 5.7153538e-10 -2213.2812 -2213.2812 -3390.7106 3390.7106
+ 2270 6.2663006e-09 -2213.2812 -2213.2812 -3390.7099 3390.7099
+ 2280 3.0591029e-08 -2213.2812 -2213.2812 -3390.7072 3390.7072
+ 2290 1.6426143e-07 -2213.2813 -2213.2813 -3390.6921 3390.6921
+ 2300 6.4331066e-07 -2213.2815 -2213.2815 -3390.637 3390.637
+ 2310 2.9962622e-06 -2213.283 -2213.283 -3390.3551 3390.3551
+ 2320 9.9416539e-06 -2213.2873 -2213.2873 -3389.3624 3389.3624
+ 2330 2.3727299e-05 -2213.2973 -2213.2973 -3385.3803 3385.3803
+ 2340 2.9161011e-05 -2213.3081 -2213.3081 -3388.4972 3388.4972
+ 2350 4.71686e-05 -2213.3279 -2213.3279 -3384.2816 3384.2816
+ 2360 7.6595158e-06 -2213.3355 -2213.3355 -3382.3352 3382.3352
+ 2370 7.4359546e-07 -2213.3359 -2213.3359 -3383.0286 3383.0286
+ 2380 1.3497593e-06 -2213.3365 -2213.3365 -3383.4245 3383.4245
+ 2390 2.8029821e-07 -2213.3369 -2213.3369 -3383.0612 3383.0612
+ 2400 3.4577457e-08 -2213.337 -2213.337 -3383.4848 3383.4848
+ 2410 2.2085916e-07 -2213.3371 -2213.3371 -3383.4228 3383.4228
+ 2420 4.182042e-07 -2213.3373 -2213.3373 -3383.7451 3383.7451
+ 2430 2.969376e-09 -2213.3374 -2213.3374 -3383.4845 3383.4845
+Loop time of 0.175577 on 1 procs for 180 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2811526 -2213.33737787 -2213.33737848
+ Force two-norm initial, final = 0.813462 0.00945875
+ Force max component initial, final = 0.104009 0.000914002
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 180 180
+
+Pair time (%) = 0.158858 (90.4775)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143743 (0.818686)
+Outpt time (%) = 0.001127 (0.641886)
+Other time (%) = 0.0141549 (8.06193)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2430 0 -2213.3374 -2213.3374 -3383.4845 3383.4845
+ 2431 6.2660421e-16 -2213.3374 -2213.3374 -3383.4845 3383.4845
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737848 -2213.33737848 -2213.33737848
+ Force two-norm initial, final = 0.00945875 0.00945875
+ Force max component initial, final = 0.000914002 0.000914002
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184679 (88.9527)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.815342)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212431 (10.232)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2200 0 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2210 1.6285677e-10 -2213.2824 -2213.2824 -3389.8226 3389.8226
+ 2220 1.7856434e-09 -2213.2824 -2213.2824 -3389.8227 3389.8227
+ 2230 8.7191933e-09 -2213.2824 -2213.2824 -3389.8228 3389.8228
+ 2240 4.68748e-08 -2213.2824 -2213.2824 -3389.8235 3389.8235
+ 2250 1.8443635e-07 -2213.2825 -2213.2825 -3389.8259 3389.8259
+ 2260 8.7874825e-07 -2213.2829 -2213.2829 -3389.837 3389.837
+ 2270 3.1841515e-06 -2213.2843 -2213.2843 -3389.859 3389.859
+ 2280 1.2380617e-05 -2213.2897 -2213.2897 -3389.6569 3389.6569
+ 2290 2.7490248e-05 -2213.3005 -2213.3005 -3387.6785 3387.6785
+ 2300 5.9574405e-05 -2213.3274 -2213.3274 -3384.5567 3384.5567
+ 2310 4.5381743e-07 -2213.3364 -2213.3364 -3382.9765 3382.9765
+ 2320 1.841444e-07 -2213.3368 -2213.3368 -3383.0158 3383.0158
+ 2330 4.6965419e-07 -2213.337 -2213.337 -3383.153 3383.153
+ 2340 9.339127e-07 -2213.3373 -2213.3373 -3383.7857 3383.7857
+ 2350 1.7008704e-08 -2213.3374 -2213.3374 -3383.4141 3383.4141
+ 2360 3.099772e-09 -2213.3374 -2213.3374 -3383.5325 3383.5325
+ 2370 4.8881955e-09 -2213.3374 -2213.3374 -3383.4413 3383.4413
+ 2378 1.2916382e-08 -2213.3374 -2213.3374 -3383.4578 3383.4578
+Loop time of 0.17282 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28238469 -2213.33738414 -2213.33738525
+ Force two-norm initial, final = 0.434228 0.00586713
+ Force max component initial, final = 0.0418507 0.000561361
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.156806 (90.7334)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014205 (0.821952)
+Outpt time (%) = 0.00113153 (0.654747)
+Other time (%) = 0.0134625 (7.78992)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2378 0 -2213.3374 -2213.3374 -3383.4578 3383.4578
+ 2380 9.6435804e-16 -2213.3374 -2213.3374 -3383.4578 3383.4578
+ 2390 5.0598576e-14 -2213.3374 -2213.3374 -3383.4578 3383.4578
+ 2400 4.7449255e-13 -2213.3374 -2213.3374 -3383.4578 3383.4578
+ 2410 2.1917356e-12 -2213.3374 -2213.3374 -3383.4577 3383.4577
+ 2420 1.1634279e-11 -2213.3374 -2213.3374 -3383.4575 3383.4575
+ 2430 4.4388819e-11 -2213.3374 -2213.3374 -3383.4569 3383.4569
+ 2440 2.0008789e-10 -2213.3374 -2213.3374 -3383.4538 3383.4538
+ 2450 5.6430805e-10 -2213.3374 -2213.3374 -3383.4441 3383.4441
+ 2460 8.4080499e-10 -2213.3374 -2213.3374 -3383.4152 3383.4152
+ 2470 2.0375068e-09 -2213.3374 -2213.3374 -3383.4216 3383.4216
+ 2480 3.1198211e-09 -2213.3374 -2213.3374 -3383.4045 3383.4045
+ 2490 9.140593e-10 -2213.3374 -2213.3374 -3383.3966 3383.3966
+ 2500 7.5181601e-09 -2213.3374 -2213.3374 -3383.4322 3383.4322
+ 2510 1.0699781e-10 -2213.3374 -2213.3374 -3383.389 3383.389
+ 2520 1.099664e-11 -2213.3374 -2213.3374 -3383.3966 3383.3966
+ 2530 2.8641595e-12 -2213.3374 -2213.3374 -3383.3923 3383.3923
+ 2540 6.15606e-11 -2213.3374 -2213.3374 -3383.3942 3383.3942
+ 2550 1.042549e-13 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2560 3.4205551e-13 -2213.3374 -2213.3374 -3383.3944 3383.3944
+ 2570 1.458187e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2578 1.7972522e-12 -2213.3374 -2213.3374 -3383.3949 3383.3949
+Loop time of 0.198219 on 1 procs for 200 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = max iterations
+ Energy initial, next-to-last, final =
+ -2213.33738525 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00586713 0.000252892
+ Force max component initial, final = 0.000561361 1.4302e-05
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 200 200
+
+Pair time (%) = 0.175363 (88.4693)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00161004 (0.812254)
+Outpt time (%) = 0.00140572 (0.709174)
+Other time (%) = 0.0198402 (10.0093)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2704 -2213.2704 -3394.6081 3394.6081
+ 2260 3.8046885e-10 -2213.2704 -2213.2704 -3394.6081 3394.6081
+ 2270 4.1713808e-09 -2213.2704 -2213.2704 -3394.6076 3394.6076
+ 2280 2.0362025e-08 -2213.2704 -2213.2704 -3394.6058 3394.6058
+ 2290 1.0928659e-07 -2213.2705 -2213.2705 -3394.5956 3394.5956
+ 2300 4.2713783e-07 -2213.2707 -2213.2707 -3394.5585 3394.5585
+ 2310 1.9724761e-06 -2213.2716 -2213.2716 -3394.3661 3394.3661
+ 2320 6.3063818e-06 -2213.2744 -2213.2744 -3393.6579 3393.6579
+ 2330 1.4434341e-05 -2213.2806 -2213.2806 -3390.2877 3390.2877
+ 2340 3.3119086e-05 -2213.2933 -2213.2933 -3389.1076 3389.1076
+ 2350 6.9561554e-05 -2213.3242 -2213.3242 -3384.5191 3384.5191
+ 2360 3.5734061e-06 -2213.3362 -2213.3362 -3381.0981 3381.0981
+ 2370 5.5246322e-07 -2213.3369 -2213.3369 -3382.866 3382.866
+ 2380 6.0650441e-07 -2213.3371 -2213.3371 -3383.2609 3383.2609
+ 2390 1.211644e-07 -2213.3373 -2213.3373 -3383.2764 3383.2764
+ 2400 3.0504448e-08 -2213.3373 -2213.3373 -3383.3148 3383.3148
+ 2410 7.5657533e-08 -2213.3373 -2213.3373 -3383.3499 3383.3499
+ 2414 1.0406875e-07 -2213.3374 -2213.3374 -3383.3778 3383.3778
+Loop time of 0.160108 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27039945 -2213.33734437 -2213.33735505
+ Force two-norm initial, final = 0.663706 0.00969775
+ Force max component initial, final = 0.0613998 0.000954685
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.144464 (90.2294)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132394 (0.826903)
+Outpt time (%) = 0.00106406 (0.66459)
+Other time (%) = 0.0132556 (8.27915)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2414 0 -2213.3374 -2213.3374 -3383.3778 3383.3778
+ 2415 6.5867017e-16 -2213.3374 -2213.3374 -3383.3778 3383.3778
+Loop time of 0.00207591 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735505 -2213.33735505 -2213.33735505
+ Force two-norm initial, final = 0.00969775 0.00969775
+ Force max component initial, final = 0.000954685 0.000954685
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184393 (88.8251)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.872861)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000213861 (10.3021)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.2888 -2213.2888 -3395.0146 3395.0146
+ 2310 1.6578344e-10 -2213.2888 -2213.2888 -3395.0145 3395.0145
+ 2320 1.8177338e-09 -2213.2888 -2213.2888 -3395.0137 3395.0137
+ 2330 8.8759224e-09 -2213.2889 -2213.2889 -3395.0102 3395.0102
+ 2340 4.7718119e-08 -2213.2889 -2213.2889 -3394.991 3394.991
+ 2350 1.877725e-07 -2213.289 -2213.289 -3394.9212 3394.9212
+ 2360 8.9512604e-07 -2213.2894 -2213.2894 -3394.5711 3394.5711
+ 2370 3.2623302e-06 -2213.2908 -2213.2908 -3393.4145 3393.4145
+ 2380 1.3693544e-05 -2213.2968 -2213.2968 -3389.2977 3389.2977
+ 2390 3.7966572e-05 -2213.3116 -2213.3116 -3388.9208 3388.9208
+ 2400 4.769631e-05 -2213.3325 -2213.3325 -3384.5035 3384.5035
+ 2410 1.6504902e-06 -2213.3344 -2213.3344 -3385.1739 3385.1739
+ 2420 9.6376172e-07 -2213.3352 -2213.3352 -3381.3805 3381.3805
+ 2430 2.0352757e-06 -2213.3362 -2213.3362 -3382.9458 3382.9458
+ 2440 4.1743055e-07 -2213.3371 -2213.3371 -3385.2352 3385.2352
+ 2450 9.2182802e-08 -2213.3373 -2213.3373 -3382.786 3382.786
+ 2460 1.9141428e-07 -2213.3373 -2213.3373 -3383.2308 3383.2308
+ 2470 1.3670279e-10 -2213.3373 -2213.3373 -3383.528 3383.528
+ 2478 8.872213e-09 -2213.3374 -2213.3374 -3383.3854 3383.3854
+Loop time of 0.173742 on 1 procs for 178 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2888478 -2213.3373519 -2213.33735283
+ Force two-norm initial, final = 0.438112 0.00970328
+ Force max component initial, final = 0.0498683 0.000987393
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 178 178
+
+Pair time (%) = 0.156807 (90.2529)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00146103 (0.84092)
+Outpt time (%) = 0.0011301 (0.65045)
+Other time (%) = 0.0143437 (8.25578)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2478 0 -2213.3374 -2213.3374 -3383.3854 3383.3854
+ 2479 6.5942138e-16 -2213.3374 -2213.3374 -3383.3854 3383.3854
+Loop time of 0.00208998 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735283 -2213.33735283 -2213.33735283
+ Force two-norm initial, final = 0.00970328 0.00970328
+ Force max component initial, final = 0.000987393 0.000987393
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (89.1399)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.764317)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211 (10.0958)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2250 0 -2213.2943 -2213.2943 -3390.9182 3390.9182
+ 2260 2.6977595e-10 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2270 2.9578644e-09 -2213.2943 -2213.2943 -3390.9183 3390.9183
+ 2280 1.444077e-08 -2213.2943 -2213.2943 -3390.9186 3390.9186
+ 2290 7.7571024e-08 -2213.2944 -2213.2944 -3390.92 3390.92
+ 2300 3.0420745e-07 -2213.2945 -2213.2945 -3390.9249 3390.9249
+ 2310 1.4273152e-06 -2213.2952 -2213.2952 -3390.9453 3390.9453
+ 2320 4.8664367e-06 -2213.2973 -2213.2973 -3390.9582 3390.9582
+ 2330 1.4459106e-05 -2213.3037 -2213.3037 -3390.079 3390.079
+ 2340 2.3605998e-05 -2213.313 -2213.313 -3385.2716 3385.2716
+ 2350 4.4014157e-05 -2213.3317 -2213.3317 -3384.7454 3384.7454
+ 2360 1.311336e-06 -2213.3357 -2213.3357 -3383.959 3383.959
+ 2370 2.9999315e-06 -2213.3364 -2213.3364 -3386.695 3386.695
+ 2380 4.7585687e-08 -2213.3372 -2213.3372 -3383.7973 3383.7973
+ 2390 1.2058375e-07 -2213.3373 -2213.3373 -3383.0017 3383.0017
+ 2400 8.773781e-10 -2213.3374 -2213.3374 -3383.588 3383.588
+ 2410 2.4717308e-08 -2213.3374 -2213.3374 -3383.2639 3383.2639
+ 2415 3.2856391e-08 -2213.3374 -2213.3374 -3383.4059 3383.4059
+Loop time of 0.160708 on 1 procs for 165 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29433424 -2213.33737577 -2213.33737767
+ Force two-norm initial, final = 0.558878 0.00983737
+ Force max component initial, final = 0.0743325 0.00084201
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 165 165
+
+Pair time (%) = 0.145324 (90.4274)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131392 (0.817585)
+Outpt time (%) = 0.00106406 (0.662109)
+Other time (%) = 0.013006 (8.09292)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2415 0 -2213.3374 -2213.3374 -3383.4059 3383.4059
+ 2416 6.7777304e-16 -2213.3374 -2213.3374 -3383.4059 3383.4059
+Loop time of 0.00207686 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737767 -2213.33737767 -2213.33737767
+ Force two-norm initial, final = 0.00983737 0.00983737
+ Force max component initial, final = 0.00084201 0.00084201
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185013 (89.0828)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.780622)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210524 (10.1366)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.253 -2213.253 -3397.9261 3397.9261
+ 2310 3.9320043e-10 -2213.253 -2213.253 -3397.926 3397.926
+ 2320 4.3110783e-09 -2213.253 -2213.253 -3397.9252 3397.9252
+ 2330 2.1046758e-08 -2213.253 -2213.253 -3397.9217 3397.9217
+ 2340 1.1303679e-07 -2213.253 -2213.253 -3397.9027 3397.9027
+ 2350 4.4303254e-07 -2213.2533 -2213.2533 -3397.8334 3397.8334
+ 2360 2.0719095e-06 -2213.2542 -2213.2542 -3397.4812 3397.4812
+ 2370 6.9827717e-06 -2213.2573 -2213.2573 -3396.2628 3396.2628
+ 2380 1.9181655e-05 -2213.2655 -2213.2655 -3391.2486 3391.2486
+ 2390 3.6580426e-05 -2213.2799 -2213.2799 -3390.2973 3390.2973
+ 2400 8.9822276e-05 -2213.3203 -2213.3203 -3385.2083 3385.2083
+ 2410 3.3585597e-06 -2213.3341 -2213.3341 -3386.8716 3386.8716
+ 2420 1.2774035e-06 -2213.3367 -2213.3367 -3382.7641 3382.7641
+ 2430 8.5441513e-08 -2213.3367 -2213.3367 -3383.7068 3383.7068
+ 2440 3.1291088e-07 -2213.3369 -2213.3369 -3382.7736 3382.7736
+ 2450 7.5747391e-07 -2213.3372 -2213.3372 -3382.744 3382.744
+ 2460 8.1393714e-10 -2213.3373 -2213.3373 -3383.3598 3383.3598
+ 2463 3.061523e-09 -2213.3373 -2213.3373 -3383.3934 3383.3934
+Loop time of 0.159689 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25297963 -2213.33733419 -2213.33733469
+ Force two-norm initial, final = 0.674719 0.00979413
+ Force max component initial, final = 0.0706247 0.000843463
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.144154 (90.2715)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130343 (0.816233)
+Outpt time (%) = 0.00106764 (0.668574)
+Other time (%) = 0.0131643 (8.2437)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2463 0 -2213.3373 -2213.3373 -3383.3934 3383.3934
+ 2464 6.7182809e-16 -2213.3373 -2213.3373 -3383.3934 3383.3934
+Loop time of 0.00207806 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733469 -2213.33733469 -2213.33733469
+ Force two-norm initial, final = 0.00979413 0.00979413
+ Force max component initial, final = 0.000843463 0.000843463
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185084 (89.0661)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.7643e-05 (0.849013)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00020957 (10.0849)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.2129 -2213.2129 -3398.0878 3398.0878
+ 2360 3.7782073e-10 -2213.2129 -2213.2129 -3398.0878 3398.0878
+ 2370 4.1425769e-09 -2213.2129 -2213.2129 -3398.0877 3398.0877
+ 2380 2.0227e-08 -2213.2129 -2213.2129 -3398.0871 3398.0871
+ 2390 1.0871504e-07 -2213.2129 -2213.2129 -3398.0839 3398.0839
+ 2400 4.2733548e-07 -2213.2131 -2213.2131 -3398.072 3398.072
+ 2410 2.0268073e-06 -2213.2141 -2213.2141 -3398.0098 3398.0098
+ 2420 7.2127603e-06 -2213.2173 -2213.2173 -3397.7697 3397.7697
+ 2430 2.5881639e-05 -2213.2287 -2213.2287 -3396.285 3396.285
+ 2440 5.5239284e-05 -2213.2509 -2213.2509 -3392.4926 3392.4926
+ 2450 0.00014503277 -2213.3136 -2213.3136 -3386.242 3386.242
+ 2460 1.8360766e-06 -2213.3365 -2213.3365 -3383.3643 3383.3643
+ 2470 3.4883093e-07 -2213.3368 -2213.3368 -3383.1679 3383.1679
+ 2480 5.2572556e-07 -2213.337 -2213.337 -3383.3074 3383.3074
+ 2490 1.1021963e-07 -2213.3372 -2213.3372 -3383.3814 3383.3814
+ 2500 1.4759382e-08 -2213.3372 -2213.3372 -3383.3819 3383.3819
+ 2510 1.0019496e-07 -2213.3373 -2213.3373 -3383.3839 3383.3839
+ 2520 1.8536443e-07 -2213.3374 -2213.3374 -3383.417 3383.417
+ 2521 2.1145972e-07 -2213.3374 -2213.3374 -3383.3898 3383.3898
+Loop time of 0.167444 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.21287083 -2213.33736917 -2213.33738312
+ Force two-norm initial, final = 0.661391 0.0061839
+ Force max component initial, final = 0.162657 0.000610317
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.151793 (90.6533)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136805 (0.817017)
+Outpt time (%) = 0.00113463 (0.67762)
+Other time (%) = 0.0131478 (7.85208)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2521 0 -2213.3374 -2213.3374 -3383.3898 3383.3898
+ 2522 2.6782459e-16 -2213.3374 -2213.3374 -3383.3898 3383.3898
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738312 -2213.33738312 -2213.33738312
+ Force two-norm initial, final = 0.0061839 0.0061839
+ Force max component initial, final = 0.000610317 0.000610317
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184608 (88.8774)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.45435e-05 (0.700184)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000216484 (10.4224)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2300 0 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2310 2.8364316e-10 -2213.321 -2213.321 -3384.1861 3384.1861
+ 2320 3.1098077e-09 -2213.321 -2213.321 -3384.186 3384.186
+ 2330 1.5180349e-08 -2213.321 -2213.321 -3384.1857 3384.1857
+ 2340 8.1479333e-08 -2213.3211 -2213.3211 -3384.1841 3384.1841
+ 2350 3.1857531e-07 -2213.3212 -2213.3212 -3384.1779 3384.1779
+ 2360 1.472265e-06 -2213.3219 -2213.3219 -3384.1435 3384.1435
+ 2370 4.7244727e-06 -2213.324 -2213.324 -3383.9895 3383.9895
+ 2380 9.1643609e-06 -2213.3278 -2213.3278 -3383.0783 3383.0783
+ 2390 9.1995019e-06 -2213.3311 -2213.3311 -3384.4913 3384.4913
+ 2400 1.0965655e-05 -2213.3349 -2213.3349 -3383.2525 3383.2525
+ 2410 3.6136741e-06 -2213.3367 -2213.3367 -3382.9829 3382.9829
+ 2420 3.9218494e-07 -2213.3369 -2213.3369 -3383.1445 3383.1445
+ 2430 5.4959582e-07 -2213.3371 -2213.3371 -3383.4823 3383.4823
+ 2440 1.0911175e-08 -2213.3373 -2213.3373 -3383.4661 3383.4661
+ 2450 1.9869453e-07 -2213.3373 -2213.3373 -3383.5191 3383.5191
+ 2460 6.7329381e-09 -2213.3373 -2213.3373 -3383.3814 3383.3814
+ 2470 8.4125272e-09 -2213.3374 -2213.3374 -3383.428 3383.428
+ 2480 4.7018806e-08 -2213.3374 -2213.3374 -3383.4264 3383.4264
+ 2486 4.7627267e-09 -2213.3374 -2213.3374 -3383.3882 3383.3882
+Loop time of 0.183218 on 1 procs for 186 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32101676 -2213.33738021 -2213.33738133
+ Force two-norm initial, final = 0.573063 0.00964146
+ Force max component initial, final = 0.0497965 0.000574535
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 186 186
+
+Pair time (%) = 0.163365 (89.1641)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00145841 (0.795995)
+Outpt time (%) = 0.00119019 (0.649601)
+Other time (%) = 0.0172048 (9.39032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2486 0 -2213.3374 -2213.3374 -3383.3882 3383.3882
+ 2487 6.5104565e-16 -2213.3374 -2213.3374 -3383.3882 3383.3882
+Loop time of 0.00212598 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738133 -2213.33738133 -2213.33738133
+ Force two-norm initial, final = 0.00964146 0.00964146
+ Force max component initial, final = 0.000574535 0.000574535
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (87.6304)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.64509e-05 (0.773803)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000246525 (11.5958)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.2884 -2213.2884 -3391.5951 3391.5951
+ 2360 1.4803077e-10 -2213.2884 -2213.2884 -3391.595 3391.595
+ 2370 1.6230599e-09 -2213.2884 -2213.2884 -3391.5946 3391.5946
+ 2380 7.9247983e-09 -2213.2884 -2213.2884 -3391.5927 3391.5927
+ 2390 4.2588797e-08 -2213.2884 -2213.2884 -3391.5823 3391.5823
+ 2400 1.6735822e-07 -2213.2885 -2213.2885 -3391.5445 3391.5445
+ 2410 7.9221493e-07 -2213.2889 -2213.2889 -3391.3536 3391.3536
+ 2420 2.8140066e-06 -2213.2901 -2213.2901 -3390.709 3390.709
+ 2430 1.032856e-05 -2213.2945 -2213.2945 -3388.2744 3388.2744
+ 2440 2.5620395e-05 -2213.3048 -2213.3048 -3388.2161 3388.2161
+ 2450 5.4612242e-05 -2213.3286 -2213.3286 -3383.9139 3383.9139
+ 2460 1.0538263e-06 -2213.3363 -2213.3363 -3381.7735 3381.7735
+ 2470 2.3473462e-07 -2213.3367 -2213.3367 -3382.8125 3382.8125
+ 2480 7.13353e-07 -2213.337 -2213.337 -3383.0514 3383.0514
+ 2490 1.486557e-08 -2213.3373 -2213.3373 -3383.5383 3383.5383
+ 2500 1.0272717e-08 -2213.3374 -2213.3374 -3383.5446 3383.5446
+ 2508 3.2088269e-08 -2213.3374 -2213.3374 -3383.4411 3383.4411
+Loop time of 0.154269 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28840234 -2213.33737338 -2213.33737605
+ Force two-norm initial, final = 0.413991 0.00654944
+ Force max component initial, final = 0.0427926 0.000904343
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.139704 (90.559)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00128293 (0.831619)
+Outpt time (%) = 0.000998259 (0.64709)
+Other time (%) = 0.0122833 (7.96228)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2508 0 -2213.3374 -2213.3374 -3383.4411 3383.4411
+ 2509 3.0042353e-16 -2213.3374 -2213.3374 -3383.4411 3383.4411
+Loop time of 0.00208092 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737605 -2213.33737605 -2213.33737605
+ Force two-norm initial, final = 0.00654944 0.00654944
+ Force max component initial, final = 0.000904343 0.000904343
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00186706 (89.7227)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.4782e-05 (0.710357)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00019908 (9.56691)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.2666 -2213.2666 -3392.032 3392.032
+ 2410 1.417065e-10 -2213.2666 -2213.2666 -3392.032 3392.032
+ 2420 1.5537212e-09 -2213.2666 -2213.2666 -3392.0318 3392.0318
+ 2430 7.5863106e-09 -2213.2666 -2213.2666 -3392.0309 3392.0309
+ 2440 4.0771637e-08 -2213.2666 -2213.2666 -3392.0258 3392.0258
+ 2450 1.6024792e-07 -2213.2667 -2213.2667 -3392.0073 3392.0073
+ 2460 7.593579e-07 -2213.267 -2213.267 -3391.9134 3391.9134
+ 2470 2.7145433e-06 -2213.2682 -2213.2682 -3391.5916 3391.5916
+ 2480 1.0650344e-05 -2213.2728 -2213.2728 -3390.3201 3390.3201
+ 2490 3.1620575e-05 -2213.2857 -2213.2857 -3389.6306 3389.6306
+ 2500 8.4012552e-05 -2213.3226 -2213.3226 -3385.2554 3385.2554
+ 2510 2.3416687e-06 -2213.3366 -2213.3366 -3383.8313 3383.8313
+ 2520 4.3007412e-07 -2213.337 -2213.337 -3383.1585 3383.1585
+ 2530 4.4077854e-07 -2213.3371 -2213.3371 -3383.0361 3383.0361
+ 2540 1.1869894e-07 -2213.3373 -2213.3373 -3383.3496 3383.3496
+ 2550 3.0535678e-08 -2213.3373 -2213.3373 -3383.3101 3383.3101
+ 2560 8.3344659e-08 -2213.3373 -2213.3373 -3383.3333 3383.3333
+ 2564 1.1794961e-07 -2213.3374 -2213.3374 -3383.3622 3383.3622
+Loop time of 0.160636 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26657097 -2213.33734143 -2213.3373522
+ Force two-norm initial, final = 0.405051 0.00861611
+ Force max component initial, final = 0.0330955 0.000849223
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.145534 (90.5984)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00129533 (0.806374)
+Outpt time (%) = 0.00107193 (0.667303)
+Other time (%) = 0.0127351 (7.92793)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2564 0 -2213.3374 -2213.3374 -3383.3622 3383.3622
+ 2565 5.1993408e-16 -2213.3374 -2213.3374 -3383.3622 3383.3622
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373522 -2213.3373522 -2213.3373522
+ Force two-norm initial, final = 0.00861611 0.00861611
+ Force max component initial, final = 0.000849223 0.000849223
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184798 (89.0612)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.861772)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000209093 (10.077)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2350 0 -2213.307 -2213.307 -3381.196 3381.196
+ 2360 2.0004396e-10 -2213.307 -2213.307 -3381.196 3381.196
+ 2370 2.1933836e-09 -2213.307 -2213.307 -3381.1966 3381.1966
+ 2380 1.0710449e-08 -2213.307 -2213.307 -3381.1992 3381.1992
+ 2390 5.7582897e-08 -2213.307 -2213.307 -3381.2132 3381.2132
+ 2400 2.2671904e-07 -2213.3071 -2213.3071 -3381.264 3381.264
+ 2410 1.0816627e-06 -2213.3076 -2213.3076 -3381.5183 3381.5183
+ 2420 3.9825727e-06 -2213.3093 -2213.3093 -3382.3506 3382.3506
+ 2430 1.575876e-05 -2213.3156 -2213.3156 -3385.145 3385.145
+ 2440 2.5668836e-05 -2213.3257 -2213.3257 -3384.8047 3384.8047
+ 2450 1.7779371e-05 -2213.3333 -2213.3333 -3384.3171 3384.3171
+ 2460 2.9339701e-08 -2213.3344 -2213.3344 -3383.9334 3383.9334
+ 2470 1.2166139e-06 -2213.3351 -2213.3351 -3383.2905 3383.2905
+ 2480 2.2260302e-06 -2213.3365 -2213.3365 -3383.6687 3383.6687
+ 2490 2.1827314e-09 -2213.3367 -2213.3367 -3383.5007 3383.5007
+ 2500 9.6719063e-08 -2213.3368 -2213.3368 -3383.4371 3383.4371
+ 2510 5.7441764e-07 -2213.3371 -2213.3371 -3383.4399 3383.4399
+ 2520 4.6452788e-09 -2213.3374 -2213.3374 -3383.3944 3383.3944
+ 2522 1.3580054e-08 -2213.3374 -2213.3374 -3383.3977 3383.3977
+Loop time of 0.166652 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30695658 -2213.33737278 -2213.3373741
+ Force two-norm initial, final = 0.481258 0.0058088
+ Force max component initial, final = 0.0519303 0.000900609
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.151401 (90.8484)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00134706 (0.808309)
+Outpt time (%) = 0.00114441 (0.686705)
+Other time (%) = 0.0127599 (7.65662)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2522 0 -2213.3374 -2213.3374 -3383.3977 3383.3977
+ 2523 2.3631925e-16 -2213.3374 -2213.3374 -3383.3977 3383.3977
+Loop time of 0.00207806 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373741 -2213.3373741 -2213.3373741
+ Force two-norm initial, final = 0.0058088 0.0058088
+ Force max component initial, final = 0.000900609 0.000900609
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185061 (89.0546)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.757228)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211716 (10.1882)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.2979 -2213.2979 -3388.9907 3388.9907
+ 2410 9.2539914e-11 -2213.2979 -2213.2979 -3388.9907 3388.9907
+ 2420 1.0146578e-09 -2213.2979 -2213.2979 -3388.9905 3388.9905
+ 2430 4.9547544e-09 -2213.2979 -2213.2979 -3388.99 3388.99
+ 2440 2.6640791e-08 -2213.2979 -2213.2979 -3388.9871 3388.9871
+ 2450 1.0494347e-07 -2213.2979 -2213.2979 -3388.9764 3388.9764
+ 2460 5.0171095e-07 -2213.2982 -2213.2982 -3388.9216 3388.9216
+ 2470 1.875374e-06 -2213.299 -2213.299 -3388.7243 3388.7243
+ 2480 8.3018506e-06 -2213.3022 -2213.3022 -3387.755 3387.755
+ 2490 1.8120237e-05 -2213.3096 -2213.3096 -3386.2452 3386.2452
+ 2500 3.686714e-05 -2213.3286 -2213.3286 -3384.1972 3384.1972
+ 2510 9.7142361e-07 -2213.3361 -2213.3361 -3383.7998 3383.7998
+ 2520 2.1916654e-07 -2213.3362 -2213.3362 -3383.6789 3383.6789
+ 2530 5.976658e-07 -2213.3365 -2213.3365 -3383.4469 3383.4469
+ 2540 6.4232587e-08 -2213.3369 -2213.3369 -3383.3532 3383.3532
+ 2550 2.5842435e-08 -2213.3369 -2213.3369 -3383.3946 3383.3946
+ 2560 2.4238754e-07 -2213.3371 -2213.3371 -3383.4487 3383.4487
+ 2570 5.1341495e-07 -2213.3373 -2213.3373 -3383.3866 3383.3866
+ 2571 4.9862975e-07 -2213.3374 -2213.3374 -3383.3707 3383.3707
+Loop time of 0.16609 on 1 procs for 171 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29785881 -2213.33733725 -2213.33736148
+ Force two-norm initial, final = 0.327325 0.00728645
+ Force max component initial, final = 0.0334638 0.000745569
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 171 171
+
+Pair time (%) = 0.150871 (90.8369)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138044 (0.831142)
+Outpt time (%) = 0.00114131 (0.687163)
+Other time (%) = 0.0126972 (7.64478)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2571 0 -2213.3374 -2213.3374 -3383.3708 3383.3708
+ 2572 3.7184176e-16 -2213.3374 -2213.3374 -3383.3708 3383.3708
+Loop time of 0.00206184 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736148 -2213.33736148 -2213.33736148
+ Force two-norm initial, final = 0.00728645 0.00728645
+ Force max component initial, final = 0.000745569 0.000745569
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184774 (89.6161)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.774746)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198126 (9.60916)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.3247 -2213.3247 -3387.0849 3387.0849
+ 2460 5.6092548e-11 -2213.3247 -2213.3247 -3387.0848 3387.0848
+ 2470 6.1500579e-10 -2213.3247 -2213.3247 -3387.0844 3387.0844
+ 2480 3.0026021e-09 -2213.3247 -2213.3247 -3387.0827 3387.0827
+ 2490 1.612875e-08 -2213.3247 -2213.3247 -3387.0732 3387.0732
+ 2500 6.3278969e-08 -2213.3247 -2213.3247 -3387.0385 3387.0385
+ 2510 2.9694544e-07 -2213.3249 -2213.3249 -3386.8638 3386.8638
+ 2520 1.026956e-06 -2213.3253 -2213.3253 -3386.2744 3386.2744
+ 2530 3.2447357e-06 -2213.3265 -2213.3265 -3384.1209 3384.1209
+ 2540 5.5907052e-06 -2213.3288 -2213.3288 -3384.6505 3384.6505
+ 2550 1.0001271e-05 -2213.3343 -2213.3343 -3382.4508 3382.4508
+ 2560 7.5548327e-09 -2213.3357 -2213.3357 -3383.1118 3383.1118
+ 2570 3.204618e-07 -2213.3359 -2213.3359 -3383.689 3383.689
+ 2580 1.0287847e-06 -2213.3364 -2213.3364 -3383.2458 3383.2458
+ 2590 3.2440247e-08 -2213.3371 -2213.3371 -3383.4046 3383.4046
+ 2600 3.484166e-08 -2213.3371 -2213.3371 -3383.4106 3383.4106
+ 2610 2.0187976e-07 -2213.3373 -2213.3373 -3383.4194 3383.4194
+ 2620 7.284236e-10 -2213.3373 -2213.3373 -3383.4116 3383.4116
+ 2630 2.098292e-08 -2213.3373 -2213.3373 -3383.3999 3383.3999
+ 2633 3.27521e-08 -2213.3373 -2213.3373 -3383.4015 3383.4015
+Loop time of 0.180108 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3246928 -2213.33731494 -2213.3373181
+ Force two-norm initial, final = 0.25484 0.00911541
+ Force max component initial, final = 0.0303204 0.000586904
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.161704 (89.7817)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014596 (0.810402)
+Outpt time (%) = 0.0012126 (0.673261)
+Other time (%) = 0.0157318 (8.73465)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2633 0 -2213.3373 -2213.3373 -3383.4015 3383.4015
+ 2634 5.8194051e-16 -2213.3373 -2213.3373 -3383.4015 3383.4015
+Loop time of 0.0020771 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373181 -2213.3373181 -2213.3373181
+ Force two-norm initial, final = 0.00911541 0.00911541
+ Force max component initial, final = 0.000586904 0.000586904
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184822 (88.9807)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.769054)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212908 (10.2502)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2400 0 -2213.2993 -2213.2993 -3391.0348 3391.0348
+ 2410 2.1453945e-10 -2213.2993 -2213.2993 -3391.0347 3391.0347
+ 2420 2.3521978e-09 -2213.2993 -2213.2993 -3391.034 3391.034
+ 2430 1.148283e-08 -2213.2993 -2213.2993 -3391.0311 3391.0311
+ 2440 6.1652875e-08 -2213.2993 -2213.2993 -3391.0149 3391.0149
+ 2450 2.4136852e-07 -2213.2994 -2213.2994 -3390.9559 3390.9559
+ 2460 1.1226345e-06 -2213.3 -2213.3 -3390.6568 3390.6568
+ 2470 3.7184865e-06 -2213.3016 -2213.3016 -3389.6287 3389.6287
+ 2480 1.0255477e-05 -2213.3057 -2213.3057 -3385.5647 3385.5647
+ 2490 2.1350324e-05 -2213.3139 -2213.3139 -3385.7123 3385.7123
+ 2500 3.1461397e-05 -2213.3296 -2213.3296 -3383.4416 3383.4416
+ 2510 1.8134992e-06 -2213.3358 -2213.3358 -3381.0189 3381.0189
+ 2520 9.0034198e-07 -2213.3371 -2213.3371 -3383.7695 3383.7695
+ 2530 7.9226255e-08 -2213.3371 -2213.3371 -3383.3007 3383.3007
+ 2540 2.690817e-07 -2213.3372 -2213.3372 -3383.6796 3383.6796
+ 2550 6.1671634e-09 -2213.3373 -2213.3373 -3383.5917 3383.5917
+ 2560 2.6129474e-08 -2213.3374 -2213.3374 -3383.2737 3383.2737
+ 2569 1.4131302e-08 -2213.3374 -2213.3374 -3383.446 3383.446
+Loop time of 0.168043 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29928929 -2213.33737263 -2213.33737403
+ Force two-norm initial, final = 0.49839 0.00807189
+ Force max component initial, final = 0.0454184 0.000543783
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.149072 (88.7107)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013597 (0.809138)
+Outpt time (%) = 0.00107622 (0.640444)
+Other time (%) = 0.016535 (9.83976)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2569 0 -2213.3374 -2213.3374 -3383.446 3383.446
+ 2570 4.563273e-16 -2213.3374 -2213.3374 -3383.446 3383.446
+Loop time of 0.00228095 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737403 -2213.33737403 -2213.33737403
+ Force two-norm initial, final = 0.00807189 0.00807189
+ Force max component initial, final = 0.000543783 0.000543783
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199199 (87.3315)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.742134)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000272036 (11.9264)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2450 0 -2213.2814 -2213.2814 -3378.0814 3378.0814
+ 2460 4.2849706e-10 -2213.2814 -2213.2814 -3378.0816 3378.0816
+ 2470 4.6979972e-09 -2213.2814 -2213.2814 -3378.0836 3378.0836
+ 2480 2.2933917e-08 -2213.2814 -2213.2814 -3378.0927 3378.0927
+ 2490 1.2312209e-07 -2213.2815 -2213.2815 -3378.1426 3378.1426
+ 2500 4.8178618e-07 -2213.2817 -2213.2817 -3378.3235 3378.3235
+ 2510 2.2355748e-06 -2213.2828 -2213.2828 -3379.2236 3379.2236
+ 2520 7.2915051e-06 -2213.286 -2213.286 -3382.1133 3382.1133
+ 2530 1.6062345e-05 -2213.2928 -2213.2928 -3390.9007 3390.9007
+ 2540 2.5541001e-05 -2213.3019 -2213.3019 -3386.6194 3386.6194
+ 2550 5.4309478e-05 -2213.3268 -2213.3268 -3384.2167 3384.2167
+ 2560 6.5960416e-06 -2213.336 -2213.336 -3383.4867 3383.4867
+ 2570 5.8451597e-07 -2213.3361 -2213.3361 -3382.9074 3382.9074
+ 2580 9.454348e-07 -2213.3364 -2213.3364 -3382.8774 3382.8774
+ 2590 1.758576e-08 -2213.3371 -2213.3371 -3382.9591 3382.9591
+ 2600 3.0887089e-08 -2213.3372 -2213.3372 -3383.5614 3383.5614
+ 2610 1.3748932e-07 -2213.3373 -2213.3373 -3383.5973 3383.5973
+ 2620 1.5450226e-08 -2213.3373 -2213.3373 -3383.4066 3383.4066
+Loop time of 0.165882 on 1 procs for 170 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2814196 -2213.33731219 -2213.33731364
+ Force two-norm initial, final = 0.704352 0.00943311
+ Force max component initial, final = 0.083632 0.000626719
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 170 170
+
+Pair time (%) = 0.149864 (90.3441)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135136 (0.81465)
+Outpt time (%) = 0.00107312 (0.646919)
+Other time (%) = 0.013593 (8.19436)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2620 0 -2213.3373 -2213.3373 -3383.4066 3383.4066
+ 2621 6.232124e-16 -2213.3373 -2213.3373 -3383.4066 3383.4066
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33731364 -2213.33731364 -2213.33731364
+ Force two-norm initial, final = 0.00943311 0.00943311
+ Force max component initial, final = 0.000626719 0.000626719
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184393 (89.2968)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.727399)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000205994 (9.97575)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.3154 -2213.3154 -3385.0979 3385.0979
+ 2510 1.9615867e-10 -2213.3154 -2213.3154 -3385.0979 3385.0979
+ 2520 2.1507415e-09 -2213.3154 -2213.3154 -3385.0981 3385.0981
+ 2530 1.0500983e-08 -2213.3154 -2213.3154 -3385.0987 3385.0987
+ 2540 5.6426869e-08 -2213.3154 -2213.3154 -3385.1021 3385.1021
+ 2550 2.2160237e-07 -2213.3155 -2213.3155 -3385.1142 3385.1142
+ 2560 1.0464276e-06 -2213.316 -2213.316 -3385.1732 3385.1732
+ 2570 3.6633955e-06 -2213.3176 -2213.3176 -3385.3401 3385.3401
+ 2580 1.2157161e-05 -2213.3229 -2213.3229 -3385.4726 3385.4726
+ 2590 1.9685075e-05 -2213.3301 -2213.3301 -3382.9265 3382.9265
+ 2600 1.3039025e-05 -2213.3348 -2213.3348 -3384.0042 3384.0042
+ 2610 2.0177702e-06 -2213.3358 -2213.3358 -3384.2915 3384.2915
+ 2620 8.8251602e-07 -2213.3367 -2213.3367 -3383.3677 3383.3677
+ 2630 1.4730136e-07 -2213.3368 -2213.3368 -3383.3521 3383.3521
+ 2640 4.7654505e-07 -2213.3371 -2213.3371 -3383.7135 3383.7135
+ 2650 5.7594245e-08 -2213.3373 -2213.3373 -3383.2764 3383.2764
+ 2660 5.3637832e-09 -2213.3373 -2213.3373 -3383.4459 3383.4459
+ 2670 4.3749325e-08 -2213.3373 -2213.3373 -3383.3685 3383.3685
+ 2675 1.0616221e-07 -2213.3374 -2213.3374 -3383.3618 3383.3618
+Loop time of 0.173266 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31535072 -2213.33735022 -2213.33736353
+ Force two-norm initial, final = 0.476562 0.00709915
+ Force max component initial, final = 0.0601429 0.000662738
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.154589 (89.2209)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00140905 (0.813232)
+Outpt time (%) = 0.00112724 (0.650585)
+Other time (%) = 0.0161402 (9.31529)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2675 0 -2213.3374 -2213.3374 -3383.3618 3383.3618
+ 2676 3.5297121e-16 -2213.3374 -2213.3374 -3383.3618 3383.3618
+Loop time of 0.0020659 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736353 -2213.33736353 -2213.33736353
+ Force two-norm initial, final = 0.00709915 0.00709915
+ Force max component initial, final = 0.000662738 0.000662738
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184679 (89.3941)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.830929)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000201941 (9.77496)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2673 -2213.2673 -3394.1583 3394.1583
+ 2560 2.3825583e-10 -2213.2673 -2213.2673 -3394.1583 3394.1583
+ 2570 2.6122896e-09 -2213.2673 -2213.2673 -3394.1579 3394.1579
+ 2580 1.2754058e-08 -2213.2673 -2213.2673 -3394.1563 3394.1563
+ 2590 6.8521971e-08 -2213.2674 -2213.2674 -3394.1472 3394.1472
+ 2600 2.689161e-07 -2213.2675 -2213.2675 -3394.114 3394.114
+ 2610 1.2658547e-06 -2213.2681 -2213.2681 -3393.9458 3393.9458
+ 2620 4.3819748e-06 -2213.27 -2213.27 -3393.3627 3393.3627
+ 2630 1.4295322e-05 -2213.2763 -2213.2763 -3390.9016 3390.9016
+ 2640 3.255791e-05 -2213.2886 -2213.2886 -3388.8149 3388.8149
+ 2650 7.8881149e-05 -2213.3239 -2213.3239 -3385.5147 3385.5147
+ 2660 3.6860342e-06 -2213.3364 -2213.3364 -3383.3183 3383.3183
+ 2670 6.2154143e-07 -2213.3371 -2213.3371 -3383.0527 3383.0527
+ 2680 4.7984814e-07 -2213.3371 -2213.3371 -3383.1279 3383.1279
+ 2690 2.1495964e-07 -2213.3373 -2213.3373 -3383.3866 3383.3866
+ 2700 1.9443046e-08 -2213.3373 -2213.3373 -3383.3558 3383.3558
+ 2708 5.9521999e-08 -2213.3373 -2213.3373 -3383.3566 3383.3566
+Loop time of 0.154695 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26731374 -2213.33732264 -2213.33732825
+ Force two-norm initial, final = 0.525215 0.00994901
+ Force max component initial, final = 0.0927091 0.000858681
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.13962 (90.2552)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00126386 (0.817)
+Outpt time (%) = 0.00100279 (0.648237)
+Other time (%) = 0.0128081 (8.27958)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3373 -2213.3373 -3383.3566 3383.3566
+ 2709 6.9324306e-16 -2213.3373 -2213.3373 -3383.3566 3383.3566
+Loop time of 0.00211215 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33732825 -2213.33732825 -2213.33732825
+ Force two-norm initial, final = 0.00994901 0.00994901
+ Force max component initial, final = 0.000858681 0.000858681
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (87.5381)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.756293)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00024724 (11.7056)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2972 -2213.2972 -3381.369 3381.369
+ 2610 5.1425394e-10 -2213.2972 -2213.2972 -3381.3692 3381.3692
+ 2620 5.6383213e-09 -2213.2972 -2213.2972 -3381.3704 3381.3704
+ 2630 2.7526512e-08 -2213.2972 -2213.2972 -3381.3757 3381.3757
+ 2640 1.4784063e-07 -2213.2972 -2213.2972 -3381.4046 3381.4046
+ 2650 5.7950248e-07 -2213.2975 -2213.2975 -3381.5095 3381.5095
+ 2660 2.711143e-06 -2213.2988 -2213.2988 -3382.0289 3382.0289
+ 2670 9.1557594e-06 -2213.3028 -2213.3028 -3383.6604 3383.6604
+ 2680 2.5024638e-05 -2213.3135 -2213.3135 -3388.0853 3388.0853
+ 2690 2.6809689e-05 -2213.323 -2213.323 -3382.6048 3382.6048
+ 2700 2.3345701e-05 -2213.332 -2213.332 -3384.9748 3384.9748
+ 2710 6.3250426e-06 -2213.3318 -2213.3318 -3387.6819 3387.6819
+ 2720 2.784296e-06 -2213.3368 -2213.3368 -3382.9491 3382.9491
+ 2730 2.0594094e-07 -2213.3369 -2213.3369 -3384.0659 3384.0659
+ 2740 5.105602e-07 -2213.3372 -2213.3372 -3383.1737 3383.1737
+ 2750 8.8326039e-09 -2213.3374 -2213.3374 -3383.354 3383.354
+ 2760 2.860921e-09 -2213.3374 -2213.3374 -3383.4541 3383.4541
+ 2764 8.5055935e-09 -2213.3374 -2213.3374 -3383.4408 3383.4408
+Loop time of 0.159871 on 1 procs for 164 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29715986 -2213.33737378 -2213.33737456
+ Force two-norm initial, final = 0.771622 0.00946234
+ Force max component initial, final = 0.100533 0.000754851
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 164 164
+
+Pair time (%) = 0.144897 (90.6338)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131464 (0.822312)
+Outpt time (%) = 0.00106406 (0.665575)
+Other time (%) = 0.0125952 (7.87833)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2764 0 -2213.3374 -2213.3374 -3383.4408 3383.4408
+ 2765 6.2707992e-16 -2213.3374 -2213.3374 -3383.4408 3383.4408
+Loop time of 0.00206208 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737456 -2213.33737456 -2213.33737456
+ Force two-norm initial, final = 0.00946234 0.00946234
+ Force max component initial, final = 0.000754851 0.000754851
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184369 (89.4092)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.867152)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.00020051 (9.72367)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2500 0 -2213.2185 -2213.2185 -3391.4696 3391.4696
+ 2510 4.2857336e-10 -2213.2185 -2213.2185 -3391.4697 3391.4697
+ 2520 4.6990536e-09 -2213.2185 -2213.2185 -3391.47 3391.47
+ 2530 2.2944621e-08 -2213.2185 -2213.2185 -3391.4717 3391.4717
+ 2540 1.2332812e-07 -2213.2186 -2213.2186 -3391.4807 3391.4807
+ 2550 4.8503587e-07 -2213.2188 -2213.2188 -3391.5134 3391.5134
+ 2560 2.3032862e-06 -2213.2199 -2213.2199 -3391.6744 3391.6744
+ 2570 8.2949557e-06 -2213.2235 -2213.2235 -3392.1715 3392.1715
+ 2580 3.0304404e-05 -2213.236 -2213.236 -3393.4093 3393.4093
+ 2590 5.6660254e-05 -2213.2594 -2213.2594 -3392.3196 3392.3196
+ 2600 0.00011858484 -2213.3143 -2213.3143 -3385.02 3385.02
+ 2610 2.3906348e-06 -2213.3342 -2213.3342 -3382.4116 3382.4116
+ 2620 9.7167698e-07 -2213.3364 -2213.3364 -3383.661 3383.661
+ 2630 8.085761e-08 -2213.3365 -2213.3365 -3383.5049 3383.5049
+ 2640 5.1929853e-07 -2213.3368 -2213.3368 -3383.3605 3383.3605
+ 2650 8.4325579e-07 -2213.3373 -2213.3373 -3383.4696 3383.4696
+ 2660 1.941919e-09 -2213.3373 -2213.3373 -3383.4671 3383.4671
+ 2670 2.2772612e-08 -2213.3373 -2213.3373 -3383.4153 3383.4153
+ 2672 3.0082056e-08 -2213.3373 -2213.3373 -3383.4043 3383.4043
+Loop time of 0.168499 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.21848611 -2213.33733891 -2213.33734165
+ Force two-norm initial, final = 0.704414 0.00863526
+ Force max component initial, final = 0.106027 0.000753688
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.152023 (90.2217)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0013938 (0.827183)
+Outpt time (%) = 0.00113797 (0.675358)
+Other time (%) = 0.0139446 (8.27579)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2672 0 -2213.3373 -2213.3373 -3383.4043 3383.4043
+ 2680 3.6064406e-14 -2213.3373 -2213.3373 -3383.4043 3383.4043
+ 2690 4.5518599e-13 -2213.3373 -2213.3373 -3383.4043 3383.4043
+ 2700 2.5288856e-12 -2213.3373 -2213.3373 -3383.4043 3383.4043
+ 2710 1.3069874e-11 -2213.3373 -2213.3373 -3383.4044 3383.4044
+ 2713 2.1807045e-11 -2213.3373 -2213.3373 -3383.4044 3383.4044
+Loop time of 0.040802 on 1 procs for 41 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734165 -2213.33734166 -2213.33734166
+ Force two-norm initial, final = 0.00863526 0.00863287
+ Force max component initial, final = 0.000753688 0.000753405
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 41 41
+
+Pair time (%) = 0.0368087 (90.213)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000331163 (0.811635)
+Outpt time (%) = 0.000270128 (0.662047)
+Other time (%) = 0.00339198 (8.31327)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.2662 -2213.2662 -3391.6073 3391.6073
+ 2560 1.0284203e-10 -2213.2662 -2213.2662 -3391.6073 3391.6073
+ 2570 1.1276517e-09 -2213.2662 -2213.2662 -3391.6071 3391.6071
+ 2580 5.5074161e-09 -2213.2662 -2213.2662 -3391.6065 3391.6065
+ 2590 2.9636522e-08 -2213.2662 -2213.2662 -3391.6032 3391.6032
+ 2600 1.1713571e-07 -2213.2663 -2213.2663 -3391.5912 3391.5912
+ 2610 5.6853522e-07 -2213.2666 -2213.2666 -3391.5303 3391.5303
+ 2620 2.2488065e-06 -2213.2675 -2213.2675 -3391.3222 3391.3222
+ 2630 1.1884429e-05 -2213.2722 -2213.2722 -3390.47 3390.47
+ 2640 2.8874753e-05 -2213.2851 -2213.2851 -3389.5562 3389.5562
+ 2650 6.7800478e-05 -2213.3198 -2213.3198 -3385.2151 3385.2151
+ 2660 3.6358459e-07 -2213.3367 -2213.3367 -3383.4164 3383.4164
+ 2670 2.6448857e-07 -2213.337 -2213.337 -3383.1967 3383.1967
+ 2680 2.94277e-08 -2213.3371 -2213.3371 -3383.2104 3383.2104
+ 2690 1.9648479e-07 -2213.3372 -2213.3372 -3383.2081 3383.2081
+ 2700 2.8517721e-07 -2213.3373 -2213.3373 -3383.4294 3383.4294
+ 2708 1.839256e-10 -2213.3374 -2213.3374 -3383.4482 3383.4482
+Loop time of 0.157561 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26622677 -2213.33736465 -2213.33736471
+ Force two-norm initial, final = 0.345064 0.00785453
+ Force max component initial, final = 0.0373438 0.0012523
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.142471 (90.4226)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00131321 (0.833461)
+Outpt time (%) = 0.0011158 (0.708169)
+Other time (%) = 0.0126612 (8.03575)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2708 0 -2213.3374 -2213.3374 -3383.4482 3383.4482
+ 2709 4.3208245e-16 -2213.3374 -2213.3374 -3383.4482 3383.4482
+Loop time of 0.00212216 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736471 -2213.33736471 -2213.33736471
+ Force two-norm initial, final = 0.00785453 0.00785453
+ Force max component initial, final = 0.0012523 0.0012523
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00191212 (90.1022)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.808898)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000192881 (9.08887)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2668 -2213.2668 -3391.8369 3391.8369
+ 2610 1.600484e-10 -2213.2668 -2213.2668 -3391.8369 3391.8369
+ 2620 1.7548275e-09 -2213.2668 -2213.2668 -3391.8367 3391.8367
+ 2630 8.568358e-09 -2213.2668 -2213.2668 -3391.8358 3391.8358
+ 2640 4.6050094e-08 -2213.2669 -2213.2669 -3391.8308 3391.8308
+ 2650 1.8105697e-07 -2213.2669 -2213.2669 -3391.8125 3391.8125
+ 2660 8.5842491e-07 -2213.2673 -2213.2673 -3391.7196 3391.7196
+ 2670 3.102761e-06 -2213.2687 -2213.2687 -3391.3947 3391.3947
+ 2680 1.2638376e-05 -2213.2736 -2213.2736 -3390.0643 3390.0643
+ 2690 2.8225978e-05 -2213.2863 -2213.2863 -3389.5852 3389.5852
+ 2700 6.5903316e-05 -2213.3199 -2213.3199 -3385.281 3385.281
+ 2710 2.0881193e-06 -2213.3348 -2213.3348 -3383.1541 3383.1541
+ 2720 3.8989623e-07 -2213.335 -2213.335 -3383.2897 3383.2897
+ 2730 1.1099713e-06 -2213.3356 -2213.3356 -3383.4836 3383.4836
+ 2740 2.6726627e-06 -2213.3368 -2213.3368 -3383.9755 3383.9755
+ 2750 3.3474295e-08 -2213.3371 -2213.3371 -3383.4306 3383.4306
+ 2760 1.8168613e-07 -2213.3372 -2213.3372 -3383.3717 3383.3717
+ 2770 3.3614751e-08 -2213.3373 -2213.3373 -3383.247 3383.247
+ 2772 9.6405286e-08 -2213.3374 -2213.3374 -3383.3542 3383.3542
+Loop time of 0.171 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26682443 -2213.33734035 -2213.33735039
+ Force two-norm initial, final = 0.430468 0.00841615
+ Force max component initial, final = 0.0352718 0.000761054
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.153027 (89.4895)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00139141 (0.813691)
+Outpt time (%) = 0.00115824 (0.677332)
+Other time (%) = 0.0154233 (9.01947)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2772 0 -2213.3374 -2213.3374 -3383.3542 3383.3542
+ 2773 4.9608156e-16 -2213.3374 -2213.3374 -3383.3542 3383.3542
+Loop time of 0.00214386 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735039 -2213.33735039 -2213.33735039
+ Force two-norm initial, final = 0.00841615 0.00841615
+ Force max component initial, final = 0.000761054 0.000761054
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018611 (86.8105)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.62125e-05 (0.756228)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000266552 (12.4333)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2550 0 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2560 2.4508622e-10 -2213.3 -2213.3 -3387.6237 3387.6237
+ 2570 2.6871946e-09 -2213.3 -2213.3 -3387.6238 3387.6238
+ 2580 1.3120154e-08 -2213.3 -2213.3 -3387.6239 3387.6239
+ 2590 7.0499101e-08 -2213.3 -2213.3 -3387.6246 3387.6246
+ 2600 2.7684354e-07 -2213.3002 -2213.3002 -3387.6269 3387.6269
+ 2610 1.3066377e-06 -2213.3008 -2213.3008 -3387.6365 3387.6365
+ 2620 4.5670665e-06 -2213.3028 -2213.3028 -3387.637 3387.637
+ 2630 1.5056089e-05 -2213.3094 -2213.3094 -3387.1577 3387.1577
+ 2640 2.9642266e-05 -2213.321 -2213.321 -3385.3388 3385.3388
+ 2650 2.4770566e-05 -2213.3322 -2213.3322 -3383.5394 3383.5394
+ 2660 1.1581597e-06 -2213.3359 -2213.3359 -3382.5344 3382.5344
+ 2670 4.0693559e-07 -2213.337 -2213.337 -3383.2838 3383.2838
+ 2680 6.3723417e-07 -2213.3372 -2213.3372 -3383.1312 3383.1312
+ 2690 1.1042406e-07 -2213.3373 -2213.3373 -3383.5018 3383.5018
+ 2700 1.6760906e-08 -2213.3374 -2213.3374 -3383.366 3383.366
+ 2710 3.3092961e-08 -2213.3374 -2213.3374 -3383.3105 3383.3105
+ 2720 2.7895341e-09 -2213.3374 -2213.3374 -3383.4002 3383.4002
+ 2730 8.4180711e-09 -2213.3374 -2213.3374 -3383.4256 3383.4256
+ 2731 1.1143418e-08 -2213.3374 -2213.3374 -3383.4082 3383.4082
+Loop time of 0.175805 on 1 procs for 181 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2999915 -2213.33738508 -2213.33738595
+ Force two-norm initial, final = 0.53269 0.00348755
+ Force max component initial, final = 0.0661065 0.000325025
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 181 181
+
+Pair time (%) = 0.159295 (90.6089)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00144696 (0.823049)
+Outpt time (%) = 0.00120664 (0.686349)
+Other time (%) = 0.0138564 (7.88169)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2731 0 -2213.3374 -2213.3374 -3383.4082 3383.4082
+ 2732 8.5185842e-17 -2213.3374 -2213.3374 -3383.4082 3383.4082
+Loop time of 0.00207496 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738595 -2213.33738595 -2213.33738595
+ Force two-norm initial, final = 0.00348755 0.00348755
+ Force max component initial, final = 0.000325025 0.000325025
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.0018611 (89.6932)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.723888)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000198841 (9.5829)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.2971 -2213.2971 -3383.0833 3383.0833
+ 2610 2.9811376e-10 -2213.2971 -2213.2971 -3383.0833 3383.0833
+ 2620 3.2686095e-09 -2213.2971 -2213.2971 -3383.0836 3383.0836
+ 2630 1.5959038e-08 -2213.2971 -2213.2971 -3383.0851 3383.0851
+ 2640 8.5757275e-08 -2213.2972 -2213.2972 -3383.0931 3383.0931
+ 2650 3.3681981e-07 -2213.2973 -2213.2973 -3383.1222 3383.1222
+ 2660 1.5907812e-06 -2213.2981 -2213.2981 -3383.2675 3383.2675
+ 2670 5.5607292e-06 -2213.3005 -2213.3005 -3383.7446 3383.7446
+ 2680 1.7121233e-05 -2213.308 -2213.308 -3385.4284 3385.4284
+ 2690 1.6246574e-05 -2213.3143 -2213.3143 -3386.3526 3386.3526
+ 2700 3.5091752e-05 -2213.3303 -2213.3303 -3384.0827 3384.0827
+ 2710 1.7060613e-06 -2213.3366 -2213.3366 -3383.7391 3383.7391
+ 2720 4.990968e-07 -2213.3373 -2213.3373 -3383.2557 3383.2557
+ 2730 4.2269212e-08 -2213.3372 -2213.3372 -3383.6682 3383.6682
+ 2740 4.4717645e-08 -2213.3373 -2213.3373 -3383.2541 3383.2541
+ 2750 1.3083806e-07 -2213.3373 -2213.3373 -3383.5456 3383.5456
+ 2760 1.4476076e-07 -2213.3374 -2213.3374 -3383.3951 3383.3951
+ 2770 1.5816675e-08 -2213.3374 -2213.3374 -3383.3984 3383.3984
+ 2780 4.1649897e-08 -2213.3374 -2213.3374 -3383.3709 3383.3709
+ 2790 2.2778715e-09 -2213.3374 -2213.3374 -3383.3882 3383.3882
+ 2792 1.3247796e-08 -2213.3374 -2213.3374 -3383.3937 3383.3937
+Loop time of 0.18782 on 1 procs for 192 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29711694 -2213.33738608 -2213.33738741
+ Force two-norm initial, final = 0.587498 0.00198184
+ Force max component initial, final = 0.155853 0.000189686
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 192 192
+
+Pair time (%) = 0.169903 (90.4607)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00154567 (0.822952)
+Outpt time (%) = 0.00127006 (0.676209)
+Other time (%) = 0.015101 (8.04012)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2792 0 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2800 1.8996142e-15 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2810 2.3974988e-14 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2820 1.3316574e-13 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2830 6.8745955e-13 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2840 2.8963082e-12 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2850 1.2947448e-11 -2213.3374 -2213.3374 -3383.3937 3383.3937
+ 2860 4.7616669e-11 -2213.3374 -2213.3374 -3383.3939 3383.3939
+ 2870 1.6109455e-10 -2213.3374 -2213.3374 -3383.3942 3383.3942
+ 2880 4.9409375e-10 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2890 1.4561636e-09 -2213.3374 -2213.3374 -3383.3949 3383.3949
+ 2900 1.6019013e-12 -2213.3374 -2213.3374 -3383.395 3383.395
+ 2910 3.3751562e-11 -2213.3374 -2213.3374 -3383.3951 3383.3951
+ 2920 7.888829e-10 -2213.3374 -2213.3374 -3383.3953 3383.3953
+ 2930 5.862236e-11 -2213.3374 -2213.3374 -3383.3947 3383.3947
+ 2940 2.709888e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+ 2941 2.5618299e-12 -2213.3374 -2213.3374 -3383.3946 3383.3946
+Loop time of 0.14475 on 1 procs for 149 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738741 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00198184 4.52889e-05
+ Force max component initial, final = 0.000189686 3.07126e-06
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 149 149
+
+Pair time (%) = 0.130607 (90.2297)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00119638 (0.826518)
+Outpt time (%) = 0.000990152 (0.684044)
+Other time (%) = 0.011956 (8.25975)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.2674 -2213.2674 -3388.544 3388.544
+ 2660 3.2480131e-10 -2213.2674 -2213.2674 -3388.544 3388.544
+ 2670 3.561266e-09 -2213.2674 -2213.2674 -3388.5437 3388.5437
+ 2680 1.7389043e-08 -2213.2674 -2213.2674 -3388.5427 3388.5427
+ 2690 9.3472209e-08 -2213.2675 -2213.2675 -3388.537 3388.537
+ 2700 3.6760421e-07 -2213.2676 -2213.2676 -3388.5163 3388.5163
+ 2710 1.7471991e-06 -2213.2685 -2213.2685 -3388.412 3388.412
+ 2720 6.272669e-06 -2213.2712 -2213.2712 -3388.0652 3388.0652
+ 2730 2.3033363e-05 -2213.2814 -2213.2814 -3386.8817 3386.8817
+ 2740 3.9991633e-05 -2213.2974 -2213.2974 -3388.5873 3388.5873
+ 2750 6.9783388e-05 -2213.3261 -2213.3261 -3384.196 3384.196
+ 2760 1.1589894e-06 -2213.3363 -2213.3363 -3384.4725 3384.4725
+ 2770 4.1992304e-07 -2213.337 -2213.337 -3383.0685 3383.0685
+ 2780 2.9345679e-08 -2213.3371 -2213.3371 -3383.5155 3383.5155
+ 2790 1.7843383e-07 -2213.3372 -2213.3372 -3383.0415 3383.0415
+ 2800 2.6825401e-07 -2213.3373 -2213.3373 -3383.2742 3383.2742
+ 2810 5.2113088e-08 -2213.3374 -2213.3374 -3383.3909 3383.3909
+ 2820 6.9536568e-09 -2213.3374 -2213.3374 -3383.4935 3383.4935
+ 2825 1.2094121e-08 -2213.3374 -2213.3374 -3383.4439 3383.4439
+Loop time of 0.169771 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26741921 -2213.33737938 -2213.33738067
+ Force two-norm initial, final = 0.613231 0.00460086
+ Force max component initial, final = 0.0841613 0.000494243
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.154046 (90.7373)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00141335 (0.832501)
+Outpt time (%) = 0.0011301 (0.665664)
+Other time (%) = 0.0131819 (7.76453)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2825 0 -2213.3374 -2213.3374 -3383.4439 3383.4439
+ 2826 1.4825294e-16 -2213.3374 -2213.3374 -3383.4439 3383.4439
+Loop time of 0.00209785 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738067 -2213.33738067 -2213.33738067
+ Force two-norm initial, final = 0.00460086 0.00460086
+ Force max component initial, final = 0.000494243 0.000494243
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.001863 (88.8055)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.57356e-05 (0.750085)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000219107 (10.4444)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2600 0 -2213.3129 -2213.3129 -3385.0412 3385.0412
+ 2610 2.692144e-10 -2213.3129 -2213.3129 -3385.0413 3385.0413
+ 2620 2.9517312e-09 -2213.3129 -2213.3129 -3385.0415 3385.0415
+ 2630 1.4411493e-08 -2213.3129 -2213.3129 -3385.0423 3385.0423
+ 2640 7.74304e-08 -2213.3129 -2213.3129 -3385.0469 3385.0469
+ 2650 3.0395265e-07 -2213.3131 -2213.3131 -3385.0636 3385.0636
+ 2660 1.4318632e-06 -2213.3137 -2213.3137 -3385.1447 3385.1447
+ 2670 4.9647246e-06 -2213.3159 -2213.3159 -3385.3784 3385.3784
+ 2680 1.5042829e-05 -2213.3223 -2213.3223 -3385.6385 3385.6385
+ 2690 1.2534009e-05 -2213.3272 -2213.3272 -3383.5224 3383.5224
+ 2700 1.5591141e-05 -2213.3337 -2213.3337 -3383.6874 3383.6874
+ 2710 2.291622e-06 -2213.3357 -2213.3357 -3381.8324 3381.8324
+ 2720 1.2254221e-06 -2213.3373 -2213.3373 -3383.4522 3383.4522
+ 2730 1.0561795e-07 -2213.3373 -2213.3373 -3383.1509 3383.1509
+ 2740 1.5030211e-07 -2213.3373 -2213.3373 -3383.4583 3383.4583
+ 2750 1.1153953e-08 -2213.3374 -2213.3374 -3383.5123 3383.5123
+ 2754 6.3160598e-08 -2213.3374 -2213.3374 -3383.4041 3383.4041
+Loop time of 0.151467 on 1 procs for 154 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31286621 -2213.33737159 -2213.33737584
+ Force two-norm initial, final = 0.558296 0.00775078
+ Force max component initial, final = 0.0508422 0.000620436
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 154 154
+
+Pair time (%) = 0.135814 (89.666)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00122404 (0.808123)
+Outpt time (%) = 0.00100541 (0.663782)
+Other time (%) = 0.0134232 (8.86213)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2754 0 -2213.3374 -2213.3374 -3383.4041 3383.4041
+ 2755 4.2074303e-16 -2213.3374 -2213.3374 -3383.4041 3383.4041
+Loop time of 0.00206494 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33737584 -2213.33737584 -2213.33737584
+ Force two-norm initial, final = 0.00775078 0.00775078
+ Force max component initial, final = 0.000620436 0.000620436
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185013 (89.597)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.831313)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197649 (9.57164)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.2666 -2213.2666 -3392.0158 3392.0158
+ 2660 1.2650108e-10 -2213.2666 -2213.2666 -3392.0158 3392.0158
+ 2670 1.3870157e-09 -2213.2666 -2213.2666 -3392.0156 3392.0156
+ 2680 6.7726226e-09 -2213.2666 -2213.2666 -3392.0147 3392.0147
+ 2690 3.640659e-08 -2213.2667 -2213.2667 -3392.0098 3392.0098
+ 2700 1.4321195e-07 -2213.2667 -2213.2667 -3391.992 3391.992
+ 2710 6.813986e-07 -2213.2671 -2213.2671 -3391.9022 3391.9022
+ 2720 2.4704788e-06 -2213.2681 -2213.2681 -3391.5972 3391.5972
+ 2730 1.0118109e-05 -2213.2726 -2213.2726 -3390.4097 3390.4097
+ 2740 3.1226681e-05 -2213.2853 -2213.2853 -3389.6116 3389.6116
+ 2750 8.9822928e-05 -2213.3233 -2213.3233 -3385.143 3385.143
+ 2760 2.2753349e-06 -2213.3365 -2213.3365 -3383.7891 3383.7891
+ 2770 4.0992164e-07 -2213.3369 -2213.3369 -3383.1569 3383.1569
+ 2780 4.7710714e-07 -2213.3371 -2213.3371 -3383.0174 3383.0174
+ 2790 2.024359e-07 -2213.3373 -2213.3373 -3383.3684 3383.3684
+ 2800 2.1576772e-08 -2213.3373 -2213.3373 -3383.3362 3383.3362
+ 2810 8.641208e-08 -2213.3373 -2213.3373 -3383.3263 3383.3263
+ 2813 1.2304127e-07 -2213.3373 -2213.3373 -3383.3889 3383.3889
+Loop time of 0.158759 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26663661 -2213.33734047 -2213.33734905
+ Force two-norm initial, final = 0.382703 0.0090853
+ Force max component initial, final = 0.0337521 0.000942166
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.144277 (90.8777)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00130892 (0.824468)
+Outpt time (%) = 0.00107861 (0.679398)
+Other time (%) = 0.012095 (7.61844)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2813 0 -2213.3373 -2213.3373 -3383.3889 3383.3889
+ 2814 5.7810259e-16 -2213.3373 -2213.3373 -3383.3889 3383.3889
+Loop time of 0.00206304 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734905 -2213.33734905 -2213.33734905
+ Force two-norm initial, final = 0.0090853 0.0090853
+ Force max component initial, final = 0.000942166 0.000942166
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184989 (89.6683)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.7643e-05 (0.855195)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195503 (9.47648)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3094 -2213.3094 -3387.1912 3387.1912
+ 2710 9.3325203e-11 -2213.3094 -2213.3094 -3387.1912 3387.1912
+ 2720 1.0232755e-09 -2213.3094 -2213.3094 -3387.191 3387.191
+ 2730 4.996903e-09 -2213.3094 -2213.3094 -3387.1902 3387.1902
+ 2740 2.687132e-08 -2213.3094 -2213.3094 -3387.1859 3387.1859
+ 2750 1.0586752e-07 -2213.3095 -2213.3095 -3387.1702 3387.1702
+ 2760 5.0715399e-07 -2213.3097 -2213.3097 -3387.0912 3387.0912
+ 2770 1.8805027e-06 -2213.3105 -2213.3105 -3386.8239 3386.8239
+ 2780 7.8182922e-06 -2213.3139 -2213.3139 -3385.7543 3385.7543
+ 2790 1.7565972e-05 -2213.321 -2213.321 -3384.6794 3384.6794
+ 2800 2.935201e-05 -2213.3329 -2213.3329 -3384.6777 3384.6777
+ 2810 3.4263186e-07 -2213.3365 -2213.3365 -3384.4504 3384.4504
+ 2820 2.2446085e-07 -2213.337 -2213.337 -3383.3297 3383.3297
+ 2830 4.2871522e-07 -2213.3372 -2213.3372 -3383.3485 3383.3485
+ 2840 3.6601039e-08 -2213.3373 -2213.3373 -3383.4901 3383.4901
+ 2850 7.0343104e-08 -2213.3373 -2213.3373 -3383.5976 3383.5976
+ 2858 2.2853801e-08 -2213.3374 -2213.3374 -3383.3426 3383.3426
+Loop time of 0.154406 on 1 procs for 158 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30940628 -2213.3373529 -2213.33735618
+ Force two-norm initial, final = 0.328711 0.00963518
+ Force max component initial, final = 0.0555882 0.000891589
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 158 158
+
+Pair time (%) = 0.139786 (90.5314)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00124264 (0.804785)
+Outpt time (%) = 0.00100088 (0.648214)
+Other time (%) = 0.0123765 (8.01558)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2858 0 -2213.3374 -2213.3374 -3383.3426 3383.3426
+ 2859 6.5019894e-16 -2213.3374 -2213.3374 -3383.3426 3383.3426
+Loop time of 0.002074 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735618 -2213.33735618 -2213.33735618
+ Force two-norm initial, final = 0.00963518 0.00963518
+ Force max component initial, final = 0.000891589 0.000891589
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184417 (88.9183)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.827681)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000212669 (10.2541)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2650 0 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2660 1.3325242e-10 -2213.2839 -2213.2839 -3387.3383 3387.3383
+ 2670 1.4610032e-09 -2213.2839 -2213.2839 -3387.3385 3387.3385
+ 2680 7.1329858e-09 -2213.2839 -2213.2839 -3387.3391 3387.3391
+ 2690 3.8318827e-08 -2213.2839 -2213.2839 -3387.3423 3387.3423
+ 2700 1.503387e-07 -2213.284 -2213.284 -3387.3539 3387.3539
+ 2710 7.0666506e-07 -2213.2843 -2213.2843 -3387.4106 3387.4106
+ 2720 2.4474164e-06 -2213.2854 -2213.2854 -3387.5793 3387.5793
+ 2730 8.8263583e-06 -2213.2891 -2213.2891 -3387.9339 3387.9339
+ 2740 2.7054094e-05 -2213.2995 -2213.2995 -3387.132 3387.132
+ 2750 5.4344384e-05 -2213.3258 -2213.3258 -3384.3896 3384.3896
+ 2760 9.4000654e-07 -2213.3369 -2213.3369 -3383.5172 3383.5172
+ 2770 1.8139933e-07 -2213.3371 -2213.3371 -3383.5291 3383.5291
+ 2780 2.7823199e-07 -2213.3372 -2213.3372 -3383.4824 3383.4824
+ 2790 1.2930188e-07 -2213.3373 -2213.3373 -3383.4283 3383.4283
+ 2800 1.1590467e-08 -2213.3373 -2213.3373 -3383.4274 3383.4274
+ 2810 4.1499875e-08 -2213.3374 -2213.3374 -3383.4123 3383.4123
+ 2820 8.6050581e-09 -2213.3374 -2213.3374 -3383.4041 3383.4041
+ 2823 2.8909877e-08 -2213.3374 -2213.3374 -3383.3901 3383.3901
+Loop time of 0.167672 on 1 procs for 173 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28389711 -2213.33738144 -2213.33738187
+ Force two-norm initial, final = 0.392783 0.00598893
+ Force max component initial, final = 0.0302606 0.000441225
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 173 173
+
+Pair time (%) = 0.152295 (90.829)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00137496 (0.820029)
+Outpt time (%) = 0.00113297 (0.675703)
+Other time (%) = 0.0128694 (7.67531)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2823 0 -2213.3374 -2213.3374 -3383.3902 3383.3902
+ 2824 2.5120287e-16 -2213.3374 -2213.3374 -3383.3902 3383.3902
+Loop time of 0.00207305 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738187 -2213.33738187 -2213.33738187
+ Force two-norm initial, final = 0.00598893 0.00598893
+ Force max component initial, final = 0.000441225 0.000441225
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184894 (89.1892)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.80506)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000207424 (10.0058)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.2586 -2213.2586 -3391.4328 3391.4328
+ 2710 9.5061011e-10 -2213.2586 -2213.2586 -3391.4328 3391.4328
+ 2720 1.0422314e-08 -2213.2586 -2213.2586 -3391.4325 3391.4325
+ 2730 5.0876516e-08 -2213.2586 -2213.2586 -3391.431 3391.431
+ 2740 2.7308652e-07 -2213.2588 -2213.2588 -3391.4227 3391.4227
+ 2750 1.0680209e-06 -2213.2592 -2213.2592 -3391.3922 3391.3922
+ 2760 4.9400481e-06 -2213.2616 -2213.2616 -3391.2262 3391.2262
+ 2770 1.5962594e-05 -2213.2684 -2213.2684 -3390.526 3390.526
+ 2780 3.2560881e-05 -2213.2815 -2213.2815 -3386.595 3386.595
+ 2790 4.0610718e-05 -2213.2964 -2213.2964 -3389.8366 3389.8366
+ 2800 5.6527969e-05 -2213.3224 -2213.3224 -3382.6159 3382.6159
+ 2810 1.1801052e-07 -2213.3293 -2213.3293 -3382.141 3382.141
+ 2820 1.983121e-06 -2213.3305 -2213.3305 -3384.3946 3384.3946
+ 2830 5.2419811e-06 -2213.3332 -2213.3332 -3383.167 3383.167
+ 2840 1.3391532e-06 -2213.3363 -2213.3363 -3383.3399 3383.3399
+ 2850 2.9509319e-07 -2213.3364 -2213.3364 -3383.3132 3383.3132
+ 2860 1.0713274e-06 -2213.3369 -2213.3369 -3383.8121 3383.8121
+ 2870 1.2913551e-07 -2213.337 -2213.337 -3383.605 3383.605
+ 2880 2.5920638e-07 -2213.3373 -2213.3373 -3383.5375 3383.5375
+ 2890 2.2027453e-08 -2213.3373 -2213.3373 -3383.4382 3383.4382
+ 2895 5.8449425e-08 -2213.3373 -2213.3373 -3383.3994 3383.3994
+Loop time of 0.189467 on 1 procs for 195 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.25858867 -2213.337299 -2213.33730558
+ Force two-norm initial, final = 1.0491 0.00997267
+ Force max component initial, final = 0.121913 0.000641319
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 195 195
+
+Pair time (%) = 0.172755 (91.1797)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00154233 (0.814036)
+Outpt time (%) = 0.00126362 (0.666933)
+Other time (%) = 0.0139055 (7.33929)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2895 0 -2213.3373 -2213.3373 -3383.3994 3383.3994
+ 2896 6.9654552e-16 -2213.3373 -2213.3373 -3383.3994 3383.3994
+Loop time of 0.00206304 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33730558 -2213.33730558 -2213.33730558
+ Force two-norm initial, final = 0.00997267 0.00997267
+ Force max component initial, final = 0.000641319 0.000641319
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (89.6337)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.81198e-05 (0.878308)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000195742 (9.48804)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.2899 -2213.2899 -3391.4875 3391.4875
+ 2760 1.548515e-10 -2213.2899 -2213.2899 -3391.4875 3391.4875
+ 2770 1.6978675e-09 -2213.2899 -2213.2899 -3391.4872 3391.4872
+ 2780 8.2906036e-09 -2213.2899 -2213.2899 -3391.4859 3391.4859
+ 2790 4.4569879e-08 -2213.2899 -2213.2899 -3391.4785 3391.4785
+ 2800 1.7538151e-07 -2213.29 -2213.29 -3391.4519 3391.4519
+ 2810 8.3554157e-07 -2213.2904 -2213.2904 -3391.3174 3391.3174
+ 2820 3.0429225e-06 -2213.2917 -2213.2917 -3390.8638 3390.8638
+ 2830 1.2483487e-05 -2213.297 -2213.297 -3389.1303 3389.1303
+ 2840 3.4195467e-05 -2213.31 -2213.31 -3388.5166 3388.5166
+ 2850 4.819787e-05 -2213.3313 -2213.3313 -3383.8253 3383.8253
+ 2860 1.7448916e-06 -2213.3348 -2213.3348 -3382.6208 3382.6208
+ 2870 2.0026503e-07 -2213.3362 -2213.3362 -3382.722 3382.722
+ 2880 9.494359e-07 -2213.3368 -2213.3368 -3383.0212 3383.0212
+ 2890 2.3712436e-07 -2213.3372 -2213.3372 -3383.3224 3383.3224
+ 2900 4.1354604e-08 -2213.3372 -2213.3372 -3383.3319 3383.3319
+ 2910 1.9074533e-07 -2213.3373 -2213.3373 -3383.3757 3383.3757
+ 2916 2.0419819e-08 -2213.3373 -2213.3373 -3383.4025 3383.4025
+Loop time of 0.165023 on 1 procs for 166 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.28989121 -2213.33731511 -2213.3373168
+ Force two-norm initial, final = 0.423421 0.00980518
+ Force max component initial, final = 0.0519817 0.000855214
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 166 166
+
+Pair time (%) = 0.146823 (88.9714)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00132251 (0.801408)
+Outpt time (%) = 0.00108624 (0.658232)
+Other time (%) = 0.0157909 (9.56893)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2916 0 -2213.3373 -2213.3373 -3383.4025 3383.4025
+ 2917 6.7334467e-16 -2213.3373 -2213.3373 -3383.4025 3383.4025
+Loop time of 0.00213313 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373168 -2213.3373168 -2213.3373168
+ Force two-norm initial, final = 0.00980518 0.00980518
+ Force max component initial, final = 0.000855214 0.000855214
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185895 (87.1465)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.782385)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000257492 (12.0711)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2700 0 -2213.3146 -2213.3146 -3373.9619 3373.9619
+ 2710 2.5457349e-10 -2213.3146 -2213.3146 -3373.9621 3373.9621
+ 2720 2.7911356e-09 -2213.3146 -2213.3146 -3373.9642 3373.9642
+ 2730 1.3625821e-08 -2213.3146 -2213.3146 -3373.9734 3373.9734
+ 2740 7.3163787e-08 -2213.3147 -2213.3147 -3374.0237 3374.0237
+ 2750 2.8652294e-07 -2213.3148 -2213.3148 -3374.2065 3374.2065
+ 2760 1.3339075e-06 -2213.3154 -2213.3154 -3375.1186 3375.1186
+ 2770 4.4126407e-06 -2213.3173 -2213.3173 -3378.079 3378.079
+ 2780 9.6683445e-06 -2213.3214 -2213.3214 -3387.3904 3387.3904
+ 2790 1.0218743e-05 -2213.3251 -2213.3251 -3383.3405 3383.3405
+ 2800 1.7494008e-05 -2213.3326 -2213.3326 -3384.8353 3384.8353
+ 2810 1.9593133e-06 -2213.3358 -2213.3358 -3382.6895 3382.6895
+ 2820 2.1480141e-07 -2213.3373 -2213.3373 -3383.4412 3383.4412
+ 2830 2.3682117e-07 -2213.3374 -2213.3374 -3383.2715 3383.2715
+ 2840 9.3286593e-08 -2213.3374 -2213.3374 -3383.49 3383.49
+ 2850 7.7693952e-08 -2213.3374 -2213.3374 -3383.5096 3383.5096
+ 2860 3.1379467e-10 -2213.3374 -2213.3374 -3383.3855 3383.3855
+ 2863 1.1217323e-09 -2213.3374 -2213.3374 -3383.3875 3383.3875
+Loop time of 0.161436 on 1 procs for 163 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.31461814 -2213.33738572 -2213.3373859
+ Force two-norm initial, final = 0.542903 0.00594547
+ Force max component initial, final = 0.0689803 0.00079796
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 163 163
+
+Pair time (%) = 0.144036 (89.222)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0012815 (0.793814)
+Outpt time (%) = 0.00108004 (0.669019)
+Other time (%) = 0.015038 (9.31516)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2863 0 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2870 1.2480016e-14 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2880 1.7233504e-13 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2890 1.0307103e-12 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2900 5.2045981e-12 -2213.3374 -2213.3374 -3383.3875 3383.3875
+ 2910 2.2802591e-11 -2213.3374 -2213.3374 -3383.3876 3383.3876
+ 2920 9.904873e-11 -2213.3374 -2213.3374 -3383.3878 3383.3878
+ 2930 3.7584777e-10 -2213.3374 -2213.3374 -3383.3888 3383.3888
+ 2940 1.1354956e-09 -2213.3374 -2213.3374 -3383.3925 3383.3925
+ 2950 1.7110734e-09 -2213.3374 -2213.3374 -3383.4 3383.4
+ 2960 1.7370053e-09 -2213.3374 -2213.3374 -3383.3893 3383.3893
+ 2970 6.05698e-12 -2213.3374 -2213.3374 -3383.3799 3383.3799
+ 2980 1.6360827e-10 -2213.3374 -2213.3374 -3383.3957 3383.3957
+ 2990 8.4076698e-10 -2213.3374 -2213.3374 -3383.3202 3383.3202
+ 3000 1.1215039e-11 -2213.3374 -2213.3374 -3383.3965 3383.3965
+Loop time of 0.137422 on 1 procs for 137 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373859 -2213.3373891 -2213.3373891
+ Force two-norm initial, final = 0.00594547 0.000245054
+ Force max component initial, final = 0.00079796 3.3225e-05
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 137 137
+
+Pair time (%) = 0.121582 (88.4732)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00112224 (0.816636)
+Outpt time (%) = 0.000879049 (0.639672)
+Other time (%) = 0.013839 (10.0705)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.2503 -2213.2503 -3383.6805 3383.6805
+ 2760 6.3933998e-10 -2213.2503 -2213.2503 -3383.6806 3383.6806
+ 2770 7.0097899e-09 -2213.2503 -2213.2503 -3383.6818 3383.6818
+ 2780 3.4222611e-08 -2213.2503 -2213.2503 -3383.6871 3383.6871
+ 2790 1.8381596e-07 -2213.2504 -2213.2504 -3383.716 3383.716
+ 2800 7.2076664e-07 -2213.2507 -2213.2507 -3383.8207 3383.8207
+ 2810 3.3762721e-06 -2213.2523 -2213.2523 -3384.339 3384.339
+ 2820 1.1482521e-05 -2213.2573 -2213.2573 -3385.9673 3385.9673
+ 2830 3.2222345e-05 -2213.2709 -2213.2709 -3390.5062 3390.5062
+ 2840 4.8729415e-05 -2213.2896 -2213.2896 -3388.1129 3388.1129
+ 2850 7.6420076e-05 -2213.3227 -2213.3227 -3386.0618 3386.0618
+ 2860 5.4016962e-06 -2213.3351 -2213.3351 -3383.4933 3383.4933
+ 2870 7.117383e-07 -2213.3356 -2213.3356 -3383.3242 3383.3242
+ 2880 1.4412704e-06 -2213.3363 -2213.3363 -3383.5112 3383.5112
+ 2890 2.2432109e-06 -2213.337 -2213.337 -3382.8985 3382.8985
+ 2900 1.7525078e-08 -2213.3372 -2213.3372 -3383.3911 3383.3911
+ 2910 9.9277993e-08 -2213.3373 -2213.3373 -3383.4452 3383.4452
+ 2919 1.1670833e-08 -2213.3373 -2213.3373 -3383.4027 3383.4027
+Loop time of 0.167042 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.2502563 -2213.33733666 -2213.33733823
+ Force two-norm initial, final = 0.860363 0.00942471
+ Force max component initial, final = 0.121147 0.00072731
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.149282 (89.3676)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136971 (0.819982)
+Outpt time (%) = 0.00107121 (0.641285)
+Other time (%) = 0.0153196 (9.1711)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3373 -2213.3373 -3383.4027 3383.4027
+ 2920 6.2210286e-16 -2213.3373 -2213.3373 -3383.4027 3383.4027
+Loop time of 0.00224614 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733823 -2213.33733823 -2213.33733823
+ Force two-norm initial, final = 0.00942471 0.00942471
+ Force max component initial, final = 0.00072731 0.00072731
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00197983 (88.1435)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.69277e-05 (0.753635)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000249386 (11.1029)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.3077 -2213.3077 -3386.6934 3386.6934
+ 2810 9.403944e-11 -2213.3077 -2213.3077 -3386.6934 3386.6934
+ 2820 1.031099e-09 -2213.3077 -2213.3077 -3386.6934 3386.6934
+ 2830 5.0349323e-09 -2213.3077 -2213.3077 -3386.6936 3386.6936
+ 2840 2.7070734e-08 -2213.3077 -2213.3077 -3386.6948 3386.6948
+ 2850 1.0657841e-07 -2213.3077 -2213.3077 -3386.6989 3386.6989
+ 2860 5.0879429e-07 -2213.308 -2213.308 -3386.7193 3386.7193
+ 2870 1.8632709e-06 -2213.3088 -2213.3088 -3386.7812 3386.7812
+ 2880 7.309896e-06 -2213.312 -2213.312 -3386.9237 3386.9237
+ 2890 1.7557923e-05 -2213.3194 -2213.3194 -3386.5585 3386.5585
+ 2900 3.1325878e-05 -2213.3329 -2213.3329 -3383.871 3383.871
+ 2910 5.0193981e-07 -2213.3363 -2213.3363 -3382.5806 3382.5806
+ 2920 4.0602792e-08 -2213.337 -2213.337 -3383.2678 3383.2678
+ 2930 1.9352651e-08 -2213.3371 -2213.3371 -3383.0827 3383.0827
+ 2940 1.9894753e-07 -2213.3372 -2213.3372 -3383.1314 3383.1314
+ 2950 3.0326746e-07 -2213.3374 -2213.3374 -3383.4321 3383.4321
+ 2955 2.1354897e-09 -2213.3374 -2213.3374 -3383.4361 3383.4361
+Loop time of 0.15109 on 1 procs for 155 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30766026 -2213.3373787 -2213.3373791
+ Force two-norm initial, final = 0.329967 0.00469731
+ Force max component initial, final = 0.0636933 0.000376642
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 155 155
+
+Pair time (%) = 0.136514 (90.3526)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00124884 (0.826552)
+Outpt time (%) = 0.000988007 (0.65392)
+Other time (%) = 0.0123394 (8.16689)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2955 0 -2213.3374 -2213.3374 -3383.4361 3383.4361
+ 2956 1.5453424e-16 -2213.3374 -2213.3374 -3383.4361 3383.4361
+Loop time of 0.00210309 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373791 -2213.3373791 -2213.3373791
+ Force two-norm initial, final = 0.00469731 0.00469731
+ Force max component initial, final = 0.000376642 0.000376642
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185513 (88.21)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.71661e-05 (0.816234)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000230789 (10.9738)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2750 0 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2760 1.7695438e-10 -2213.3254 -2213.3254 -3384.6162 3384.6162
+ 2770 1.9401878e-09 -2213.3254 -2213.3254 -3384.6161 3384.6161
+ 2780 9.4732885e-09 -2213.3255 -2213.3255 -3384.6161 3384.6161
+ 2790 5.0910998e-08 -2213.3255 -2213.3255 -3384.6158 3384.6158
+ 2800 2.0009783e-07 -2213.3256 -2213.3256 -3384.6148 3384.6148
+ 2810 9.471496e-07 -2213.326 -2213.326 -3384.6083 3384.6083
+ 2820 3.3625196e-06 -2213.3275 -2213.3275 -3384.5724 3384.5724
+ 2830 1.0949308e-05 -2213.3317 -2213.3317 -3384.1972 3384.1972
+ 2840 5.3177821e-06 -2213.3337 -2213.3337 -3383.7235 3383.7235
+ 2850 5.0810605e-06 -2213.3358 -2213.3358 -3383.2819 3383.2819
+ 2860 1.3337106e-06 -2213.3369 -2213.3369 -3383.2531 3383.2531
+ 2870 1.3751651e-07 -2213.3371 -2213.3371 -3383.2684 3383.2684
+ 2880 1.9875247e-07 -2213.3372 -2213.3372 -3383.4003 3383.4003
+ 2890 2.9091841e-07 -2213.3373 -2213.3373 -3383.651 3383.651
+ 2900 7.8671389e-09 -2213.3374 -2213.3374 -3383.4191 3383.4191
+ 2910 2.9677589e-08 -2213.3374 -2213.3374 -3383.3969 3383.3969
+ 2919 3.0965781e-09 -2213.3374 -2213.3374 -3383.3977 3383.3977
+Loop time of 0.163813 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.32544812 -2213.33737982 -2213.33738024
+ Force two-norm initial, final = 0.452633 0.00468183
+ Force max component initial, final = 0.0407944 0.000388237
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.148484 (90.6427)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00135374 (0.826395)
+Outpt time (%) = 0.00105047 (0.641264)
+Other time (%) = 0.0129242 (7.88961)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2919 0 -2213.3374 -2213.3374 -3383.3977 3383.3977
+ 2920 1.5351744e-16 -2213.3374 -2213.3374 -3383.3977 3383.3977
+Loop time of 0.00219703 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738024 -2213.33738024 -2213.33738024
+ Force two-norm initial, final = 0.00468183 0.00468183
+ Force max component initial, final = 0.000388237 0.000388237
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00198483 (90.3418)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.45435e-05 (0.661964)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197649 (8.9962)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.2914 -2213.2914 -3383.0687 3383.0687
+ 2810 2.156113e-10 -2213.2914 -2213.2914 -3383.0687 3383.0687
+ 2820 2.3640096e-09 -2213.2914 -2213.2914 -3383.0695 3383.0695
+ 2830 1.1542043e-08 -2213.2914 -2213.2914 -3383.0727 3383.0727
+ 2840 6.2011692e-08 -2213.2915 -2213.2915 -3383.0906 3383.0906
+ 2850 2.4345714e-07 -2213.2916 -2213.2916 -3383.1553 3383.1553
+ 2860 1.1466465e-06 -2213.2921 -2213.2921 -3383.4779 3383.4779
+ 2870 4.0039609e-06 -2213.2938 -2213.2938 -3384.5224 3384.5224
+ 2880 1.3131612e-05 -2213.299 -2213.299 -3387.8392 3387.8392
+ 2890 2.1890946e-05 -2213.3079 -2213.3079 -3386.9569 3386.9569
+ 2900 4.0186948e-05 -2213.3276 -2213.3276 -3384.5429 3384.5429
+ 2910 2.6276004e-06 -2213.3358 -2213.3358 -3383.0698 3383.0698
+ 2920 2.5562189e-07 -2213.336 -2213.336 -3383.0778 3383.0778
+ 2930 7.242873e-07 -2213.3364 -2213.3364 -3383.2941 3383.2941
+ 2940 1.5040753e-06 -2213.3371 -2213.3371 -3382.6649 3382.6649
+ 2950 1.6412566e-08 -2213.3372 -2213.3372 -3383.451 3383.451
+ 2960 1.022563e-07 -2213.3373 -2213.3373 -3383.5629 3383.5629
+ 2969 1.3451e-08 -2213.3373 -2213.3373 -3383.4045 3383.4045
+Loop time of 0.167518 on 1 procs for 169 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29141735 -2213.33733361 -2213.33733525
+ Force two-norm initial, final = 0.499633 0.00892127
+ Force max component initial, final = 0.0972565 0.00067889
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 169 169
+
+Pair time (%) = 0.149909 (89.4885)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00136042 (0.812101)
+Outpt time (%) = 0.00106168 (0.633769)
+Other time (%) = 0.0151865 (9.06561)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2969 0 -2213.3373 -2213.3373 -3383.4045 3383.4045
+ 2970 5.5741578e-16 -2213.3373 -2213.3373 -3383.4045 3383.4045
+Loop time of 0.00227714 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733525 -2213.33733525 -2213.33733525
+ Force two-norm initial, final = 0.00892127 0.00892127
+ Force max component initial, final = 0.00067889 0.00067889
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00199175 (87.4673)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.659617)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000270367 (11.8731)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.3032 -2213.3032 -3384.7419 3384.7419
+ 2860 3.8134359e-10 -2213.3032 -2213.3032 -3384.7419 3384.7419
+ 2870 4.1809854e-09 -2213.3033 -2213.3033 -3384.7421 3384.7421
+ 2880 2.040963e-08 -2213.3033 -2213.3033 -3384.7428 3384.7428
+ 2890 1.0955482e-07 -2213.3033 -2213.3033 -3384.7468 3384.7468
+ 2900 4.2853406e-07 -2213.3035 -2213.3035 -3384.7612 3384.7612
+ 2910 1.9835133e-06 -2213.3045 -2213.3045 -3384.8278 3384.8278
+ 2920 6.4423013e-06 -2213.3072 -2213.3072 -3384.9833 3384.9833
+ 2930 1.3879655e-05 -2213.3126 -2213.3126 -3384.7858 3384.7858
+ 2940 1.7836518e-05 -2213.3197 -2213.3197 -3385.1351 3385.1351
+ 2950 2.3469605e-05 -2213.331 -2213.331 -3382.8648 3382.8648
+ 2960 2.4477267e-06 -2213.3353 -2213.3353 -3384.0894 3384.0894
+ 2970 6.7879134e-07 -2213.3357 -2213.3357 -3383.6386 3383.6386
+ 2980 1.3520132e-06 -2213.3364 -2213.3364 -3383.5703 3383.5703
+ 2990 2.0246054e-07 -2213.3369 -2213.3369 -3383.8862 3383.8862
+ 3000 5.9682768e-08 -2213.337 -2213.337 -3383.3185 3383.3185
+ 3010 2.2767653e-07 -2213.3371 -2213.3371 -3383.3836 3383.3836
+ 3020 4.3647065e-07 -2213.3373 -2213.3373 -3383.2774 3383.2774
+ 3030 1.0555807e-08 -2213.3373 -2213.3373 -3383.4254 3383.4254
+ 3033 1.794923e-08 -2213.3373 -2213.3373 -3383.4045 3383.4045
+Loop time of 0.183207 on 1 procs for 183 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30324955 -2213.33733688 -2213.3373379
+ Force two-norm initial, final = 0.664468 0.00838472
+ Force max component initial, final = 0.0842257 0.000647751
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 183 183
+
+Pair time (%) = 0.161125 (87.9468)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00143862 (0.785242)
+Outpt time (%) = 0.00119019 (0.64964)
+Other time (%) = 0.0194535 (10.6183)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3033 0 -2213.3373 -2213.3373 -3383.4045 3383.4045
+ 3034 4.9238329e-16 -2213.3373 -2213.3373 -3383.4045 3383.4045
+Loop time of 0.00223398 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.3373379 -2213.3373379 -2213.3373379
+ Force two-norm initial, final = 0.00838472 0.00838472
+ Force max component initial, final = 0.000647751 0.000647751
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184703 (82.6788)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.5974e-05 (0.715048)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000370979 (16.6062)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2800 0 -2213.2992 -2213.2992 -3398.9572 3398.9572
+ 2810 1.62796e-10 -2213.2992 -2213.2992 -3398.9571 3398.9571
+ 2820 1.7849008e-09 -2213.2993 -2213.2993 -3398.9555 3398.9555
+ 2830 8.7137701e-09 -2213.2993 -2213.2993 -3398.9483 3398.9483
+ 2840 4.6795227e-08 -2213.2993 -2213.2993 -3398.9094 3398.9094
+ 2850 1.8334674e-07 -2213.2994 -2213.2994 -3398.7676 3398.7676
+ 2860 8.5615245e-07 -2213.2998 -2213.2998 -3398.0532 3398.0532
+ 2870 2.8781179e-06 -2213.301 -2213.301 -3395.6426 3395.6426
+ 2880 8.4930817e-06 -2213.3045 -2213.3045 -3386.4579 3386.4579
+ 2890 1.9477078e-05 -2213.312 -2213.312 -3386.1368 3386.1368
+ 2900 3.5892277e-05 -2213.3295 -2213.3295 -3380.6322 3380.6322
+ 2910 2.024221e-06 -2213.3359 -2213.3359 -3375.6113 3375.6113
+ 2920 1.1027014e-06 -2213.3372 -2213.3372 -3384.0386 3384.0386
+ 2930 3.4255151e-08 -2213.3372 -2213.3372 -3383.2778 3383.2778
+ 2940 1.479196e-07 -2213.3373 -2213.3373 -3383.3567 3383.3567
+ 2950 1.9916225e-07 -2213.3374 -2213.3374 -3383.2902 3383.2902
+ 2960 3.2596572e-09 -2213.3374 -2213.3374 -3383.4481 3383.4481
+ 2962 8.5629609e-09 -2213.3374 -2213.3374 -3383.4025 3383.4025
+Loop time of 0.160011 on 1 procs for 162 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29924988 -2213.3373856 -2213.33738681
+ Force two-norm initial, final = 0.434148 0.00499658
+ Force max component initial, final = 0.0470123 0.000634405
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 162 162
+
+Pair time (%) = 0.142797 (89.2421)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00128984 (0.806097)
+Outpt time (%) = 0.00106597 (0.666185)
+Other time (%) = 0.014858 (9.28561)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2962 0 -2213.3374 -2213.3374 -3383.4025 3383.4025
+ 2963 1.7485244e-16 -2213.3374 -2213.3374 -3383.4025 3383.4025
+Loop time of 0.00215006 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33738681 -2213.33738681 -2213.33738681
+ Force two-norm initial, final = 0.00499658 0.00499658
+ Force max component initial, final = 0.000634405 0.000634405
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184798 (85.9503)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.50204e-05 (0.698603)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000287056 (13.3511)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.2975 -2213.2975 -3388.0032 3388.0032
+ 2860 6.0158387e-11 -2213.2975 -2213.2975 -3388.0032 3388.0032
+ 2870 6.5962154e-10 -2213.2975 -2213.2975 -3388.0032 3388.0032
+ 2880 3.221291e-09 -2213.2975 -2213.2975 -3388.0032 3388.0032
+ 2890 1.7328017e-08 -2213.2975 -2213.2975 -3388.0029 3388.0029
+ 2900 6.8357546e-08 -2213.2976 -2213.2976 -3388.0022 3388.0022
+ 2910 3.2938108e-07 -2213.2977 -2213.2977 -3387.9978 3387.9978
+ 2920 1.2543303e-06 -2213.2983 -2213.2983 -3387.9785 3387.9785
+ 2930 6.1176073e-06 -2213.3008 -2213.3008 -3387.8095 3387.8095
+ 2940 2.036101e-05 -2213.3086 -2213.3086 -3386.8052 3386.8052
+ 2950 4.459042e-05 -2213.3292 -2213.3292 -3384.4988 3384.4988
+ 2960 1.4776271e-07 -2213.3371 -2213.3371 -3383.3989 3383.3989
+ 2970 6.300268e-08 -2213.3372 -2213.3372 -3383.0808 3383.0808
+ 2980 1.1737782e-07 -2213.3373 -2213.3373 -3383.3264 3383.3264
+ 2990 1.4209345e-08 -2213.3373 -2213.3373 -3383.4507 3383.4507
+ 2992 2.8626714e-08 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.141095 on 1 procs for 142 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29751659 -2213.33734781 -2213.33735012
+ Force two-norm initial, final = 0.263914 0.0095007
+ Force max component initial, final = 0.028895 0.0018893
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 142 142
+
+Pair time (%) = 0.125732 (89.1116)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00114226 (0.80957)
+Outpt time (%) = 0.000941277 (0.667122)
+Other time (%) = 0.0132794 (9.41169)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2992 0 -2213.3374 -2213.3374 -3383.3637 3383.3637
+ 2993 6.3217506e-16 -2213.3374 -2213.3374 -3383.3637 3383.3637
+Loop time of 0.00215197 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735012 -2213.33735012 -2213.33735012
+ Force two-norm initial, final = 0.0095007 0.0095007
+ Force max component initial, final = 0.0018893 0.0018893
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185061 (85.996)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.775537)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000284672 (13.2285)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.2605 -2213.2605 -3387.5326 3387.5326
+ 2910 2.5786487e-10 -2213.2605 -2213.2605 -3387.5327 3387.5327
+ 2920 2.8273782e-09 -2213.2605 -2213.2605 -3387.5331 3387.5331
+ 2930 1.380642e-08 -2213.2605 -2213.2605 -3387.5348 3387.5348
+ 2940 7.4236593e-08 -2213.2606 -2213.2606 -3387.5441 3387.5441
+ 2950 2.9231768e-07 -2213.2607 -2213.2607 -3387.578 3387.578
+ 2960 1.3972806e-06 -2213.2614 -2213.2614 -3387.7467 3387.7467
+ 2970 5.1355943e-06 -2213.2636 -2213.2636 -3388.2863 3388.2863
+ 2980 2.1163083e-05 -2213.2728 -2213.2728 -3389.9205 3389.9205
+ 2990 4.9315649e-05 -2213.291 -2213.291 -3388.1711 3388.1711
+ 3000 7.628635e-05 -2213.3248 -2213.3248 -3384.5945 3384.5945
+ 3010 7.4679494e-07 -2213.3362 -2213.3362 -3382.9442 3382.9442
+ 3020 2.9577906e-07 -2213.3368 -2213.3368 -3383.5403 3383.5403
+ 3030 5.9795123e-07 -2213.3372 -2213.3372 -3383.4003 3383.4003
+ 3040 7.1633161e-08 -2213.3372 -2213.3372 -3383.1957 3383.1957
+ 3050 2.8745135e-08 -2213.3373 -2213.3373 -3383.4295 3383.4295
+ 3059 1.0052915e-07 -2213.3373 -2213.3373 -3383.3704 3383.3704
+Loop time of 0.154929 on 1 procs for 159 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.26050682 -2213.33733576 -2213.33734253
+ Force two-norm initial, final = 0.5464 0.00890134
+ Force max component initial, final = 0.109358 0.000869585
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 159 159
+
+Pair time (%) = 0.141114 (91.0827)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00127816 (0.824999)
+Outpt time (%) = 0.000995159 (0.642333)
+Other time (%) = 0.0115421 (7.44992)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3059 0 -2213.3373 -2213.3373 -3383.3704 3383.3704
+ 3060 5.5492894e-16 -2213.3373 -2213.3373 -3383.3704 3383.3704
+Loop time of 0.00219584 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734253 -2213.33734253 -2213.33734253
+ Force two-norm initial, final = 0.00890134 0.00890134
+ Force max component initial, final = 0.000869585 0.000869585
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00198507 (90.4017)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.33514e-05 (0.608035)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000197411 (8.99023)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2850 0 -2213.2962 -2213.2962 -3380.2048 3380.2048
+ 2860 5.6594065e-10 -2213.2962 -2213.2962 -3380.2049 3380.2049
+ 2870 6.204834e-09 -2213.2962 -2213.2962 -3380.206 3380.206
+ 2880 3.0287971e-08 -2213.2962 -2213.2962 -3380.2107 3380.2107
+ 2890 1.6255072e-07 -2213.2963 -2213.2963 -3380.2366 3380.2366
+ 2900 6.3531807e-07 -2213.2966 -2213.2966 -3380.3302 3380.3302
+ 2910 2.9302533e-06 -2213.298 -2213.298 -3380.7914 3380.7914
+ 2920 9.3502494e-06 -2213.302 -2213.302 -3382.218 3382.218
+ 2930 1.8134386e-05 -2213.3092 -2213.3092 -3385.9892 3385.9892
+ 2940 2.2277211e-05 -2213.3179 -2213.3179 -3385.2033 3385.2033
+ 2950 2.7885546e-05 -2213.3302 -2213.3302 -3385.3276 3385.3276
+ 2960 1.6131301e-05 -2213.3355 -2213.3355 -3383.9853 3383.9853
+ 2970 7.424147e-07 -2213.3362 -2213.3362 -3383.3387 3383.3387
+ 2980 1.1720262e-06 -2213.3367 -2213.3367 -3383.4605 3383.4605
+ 2990 3.9493688e-07 -2213.3371 -2213.3371 -3383.4911 3383.4911
+ 3000 9.7623995e-08 -2213.3371 -2213.3371 -3383.4392 3383.4392
+ 3010 2.2086447e-07 -2213.3372 -2213.3372 -3383.3904 3383.3904
+ 3020 7.1453715e-08 -2213.3373 -2213.3373 -3383.4009 3383.4009
+ 3030 8.6240245e-09 -2213.3373 -2213.3373 -3383.3899 3383.3899
+ 3040 2.4320353e-08 -2213.3373 -2213.3373 -3383.401 3383.401
+ 3048 8.1441842e-08 -2213.3373 -2213.3373 -3383.4034 3383.4034
+Loop time of 0.195716 on 1 procs for 198 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29616793 -2213.33733397 -2213.33734077
+ Force two-norm initial, final = 0.809472 0.00796232
+ Force max component initial, final = 0.101619 0.000566891
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 198 198
+
+Pair time (%) = 0.173822 (88.8133)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00157094 (0.802663)
+Outpt time (%) = 0.00125527 (0.641375)
+Other time (%) = 0.019068 (9.74269)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3048 0 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3050 1.7760937e-15 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3060 9.3190644e-14 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3070 8.74032e-13 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3080 4.0399254e-12 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3090 2.1520735e-11 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3100 8.3216613e-11 -2213.3373 -2213.3373 -3383.4034 3383.4034
+ 3110 4.010701e-10 -2213.3373 -2213.3373 -3383.4035 3383.4035
+ 3115 7.4506593e-10 -2213.3373 -2213.3373 -3383.4036 3383.4036
+Loop time of 0.0674729 on 1 procs for 67 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33734077 -2213.33734118 -2213.33734123
+ Force two-norm initial, final = 0.00796232 0.00780619
+ Force max component initial, final = 0.000566891 0.000541564
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 67 67
+
+Pair time (%) = 0.0595963 (88.3262)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.000530243 (0.78586)
+Outpt time (%) = 0.0004704 (0.697168)
+Other time (%) = 0.00687599 (10.1907)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2900 0 -2213.3079 -2213.3079 -3383.9409 3383.9409
+ 2910 9.4996209e-11 -2213.3079 -2213.3079 -3383.9409 3383.9409
+ 2920 1.0415917e-09 -2213.3079 -2213.3079 -3383.9411 3383.9411
+ 2930 5.0862511e-09 -2213.3079 -2213.3079 -3383.942 3383.942
+ 2940 2.7348377e-08 -2213.308 -2213.308 -3383.9471 3383.9471
+ 2950 1.0771025e-07 -2213.308 -2213.308 -3383.9656 3383.9656
+ 2960 5.1485134e-07 -2213.3083 -2213.3083 -3384.0583 3384.0583
+ 2970 1.9003805e-06 -2213.3091 -2213.3091 -3384.3635 3384.3635
+ 2980 7.6022051e-06 -2213.3123 -2213.3123 -3385.4347 3385.4347
+ 2990 1.5542934e-05 -2213.3188 -2213.3188 -3385.5878 3385.5878
+ 3000 2.9484101e-05 -2213.3318 -2213.3318 -3383.7931 3383.7931
+ 3010 2.0857341e-07 -2213.337 -2213.337 -3383.5257 3383.5257
+ 3020 1.2444496e-07 -2213.3372 -2213.3372 -3383.4076 3383.4076
+ 3030 2.5545194e-07 -2213.3373 -2213.3373 -3383.4059 3383.4059
+ 3040 2.1224936e-08 -2213.3373 -2213.3373 -3383.428 3383.428
+ 3050 4.922348e-08 -2213.3374 -2213.3374 -3383.3686 3383.3686
+ 3052 5.1489597e-08 -2213.3374 -2213.3374 -3383.3935 3383.3935
+Loop time of 0.152908 on 1 procs for 152 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.30793757 -2213.33736581 -2213.33736951
+ Force two-norm initial, final = 0.331641 0.00600408
+ Force max component initial, final = 0.0440265 0.000563225
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 152 152
+
+Pair time (%) = 0.134825 (88.1742)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00121617 (0.795362)
+Outpt time (%) = 0.00100899 (0.659865)
+Other time (%) = 0.0158575 (10.3706)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3052 0 -2213.3374 -2213.3374 -3383.3935 3383.3935
+ 3053 2.5247576e-16 -2213.3374 -2213.3374 -3383.3935 3383.3935
+Loop time of 0.00207615 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33736951 -2213.33736951 -2213.33736951
+ Force two-norm initial, final = 0.00600408 0.00600408
+ Force max component initial, final = 0.000563225 0.000563225
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184798 (89.0101)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.66893e-05 (0.803859)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000211477 (10.186)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 2950 0 -2213.2979 -2213.2979 -3387.4123 3387.4123
+ 2960 3.2429168e-10 -2213.2979 -2213.2979 -3387.4123 3387.4123
+ 2970 3.5555317e-09 -2213.2979 -2213.2979 -3387.4124 3387.4124
+ 2980 1.7357708e-08 -2213.2979 -2213.2979 -3387.4128 3387.4128
+ 2990 9.3208018e-08 -2213.298 -2213.298 -3387.4149 3387.4149
+ 3000 3.6513241e-07 -2213.2982 -2213.2982 -3387.4223 3387.4223
+ 3010 1.7022192e-06 -2213.299 -2213.299 -3387.4552 3387.4552
+ 3020 5.683349e-06 -2213.3014 -2213.3014 -3387.509 3387.509
+ 3030 1.402215e-05 -2213.3072 -2213.3072 -3386.9239 3386.9239
+ 3040 1.9842839e-05 -2213.3149 -2213.3149 -3385.3351 3385.3351
+ 3050 3.2686269e-05 -2213.3298 -2213.3298 -3384.9309 3384.9309
+ 3060 4.0761844e-06 -2213.3358 -2213.3358 -3383.6221 3383.6221
+ 3070 4.8807797e-07 -2213.3361 -2213.3361 -3383.6491 3383.6491
+ 3080 1.0819262e-06 -2213.3366 -2213.3366 -3383.5599 3383.5599
+ 3090 1.2055739e-07 -2213.337 -2213.337 -3383.2923 3383.2923
+ 3100 3.3613833e-08 -2213.3371 -2213.3371 -3383.4653 3383.4653
+ 3110 1.5812496e-07 -2213.3371 -2213.3371 -3383.4136 3383.4136
+ 3120 3.7092307e-07 -2213.3373 -2213.3373 -3383.4037 3383.4037
+ 3125 7.8565455e-08 -2213.3373 -2213.3373 -3383.4148 3383.4148
+Loop time of 0.171276 on 1 procs for 175 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.29793441 -2213.33733108 -2213.33733983
+ Force two-norm initial, final = 0.612751 0.00942964
+ Force max component initial, final = 0.0619012 0.000649515
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 175 175
+
+Pair time (%) = 0.154675 (90.3077)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.0014174 (0.827552)
+Outpt time (%) = 0.00113511 (0.662737)
+Other time (%) = 0.0140481 (8.20202)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3125 0 -2213.3373 -2213.3373 -3383.4148 3383.4148
+ 3126 6.2275443e-16 -2213.3373 -2213.3373 -3383.4148 3383.4148
+Loop time of 0.00207901 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33733983 -2213.33733983 -2213.33733983
+ Force two-norm initial, final = 0.00942964 0.00942964
+ Force max component initial, final = 0.000649515 0.000649515
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00185108 (89.0367)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.78814e-05 (0.860092)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000210047 (10.1032)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3000 0 -2213.277 -2213.277 -3391.6581 3391.6581
+ 3010 4.0672859e-10 -2213.277 -2213.277 -3391.6581 3391.6581
+ 3020 4.4593363e-09 -2213.277 -2213.277 -3391.658 3391.658
+ 3030 2.1769213e-08 -2213.277 -2213.277 -3391.6576 3391.6576
+ 3040 1.1687526e-07 -2213.2771 -2213.2771 -3391.655 3391.655
+ 3050 4.5751471e-07 -2213.2773 -2213.2773 -3391.6453 3391.6453
+ 3060 2.1253229e-06 -2213.2783 -2213.2783 -3391.5907 3391.5907
+ 3070 6.996351e-06 -2213.2813 -2213.2813 -3391.3353 3391.3353
+ 3080 1.575108e-05 -2213.2877 -2213.2877 -3389.4578 3389.4578
+ 3090 2.4655459e-05 -2213.2975 -2213.2975 -3388.2555 3388.2555
+ 3100 5.5802104e-05 -2213.3241 -2213.3241 -3384.5886 3384.5886
+ 3110 6.0846116e-06 -2213.3353 -2213.3353 -3383.1918 3383.1918
+ 3120 5.6295836e-07 -2213.3355 -2213.3355 -3383.1706 3383.1706
+ 3130 1.0451297e-06 -2213.336 -2213.336 -3383.3477 3383.3477
+ 3140 3.2711188e-06 -2213.3368 -2213.3368 -3384.0495 3384.0495
+ 3150 3.1407877e-08 -2213.3371 -2213.3371 -3383.4737 3383.4737
+ 3160 1.62497e-07 -2213.3372 -2213.3372 -3383.3605 3383.3605
+ 3170 3.171707e-08 -2213.3373 -2213.3373 -3383.2134 3383.2134
+ 3172 9.180213e-08 -2213.3374 -2213.3374 -3383.3516 3383.3516
+Loop time of 0.169297 on 1 procs for 172 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.27699844 -2213.33734711 -2213.33735699
+ Force two-norm initial, final = 0.686228 0.00856208
+ Force max component initial, final = 0.0925357 0.000713214
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 172 172
+
+Pair time (%) = 0.151946 (89.7509)
+Neigh time (%) = 0 (0)
+Comm time (%) = 0.00138927 (0.820608)
+Outpt time (%) = 0.00112462 (0.664289)
+Other time (%) = 0.0148375 (8.76419)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Memory usage per processor = 4.28247 Mbytes
+Step Temp PotEng pe Press press
+ 3172 0 -2213.3374 -2213.3374 -3383.3516 3383.3516
+ 3173 5.1343405e-16 -2213.3374 -2213.3374 -3383.3516 3383.3516
+Loop time of 0.002141 on 1 procs for 1 steps with 511 atoms
+
+Minimization stats:
+ Stopping criterion = force tolerance
+ Energy initial, next-to-last, final =
+ -2213.33735699 -2213.33735699 -2213.33735699
+ Force two-norm initial, final = 0.00856208 0.00856208
+ Force max component initial, final = 0.000713214 0.000713214
+ Final line search alpha, max atom move = 0 0
+ Iterations, force evaluations = 1 1
+
+Pair time (%) = 0.00184917 (86.3697)
+Neigh time (%) = 0 (0)
+Comm time (%) = 1.52588e-05 (0.712695)
+Outpt time (%) = 0 (0)
+Other time (%) = 0.000276566 (12.9176)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
+Loop time of 39.2004 on 1 procs for 22 steps with 511 atoms
+
+TAD stats:
+ NEB time (%) = 18.1761 (46.3671)
+ Dynamics time (%) = 0 (0)
+ Quench time (%) = 0 (0)
+ Comm time (%) = 0 (0)
+ Output time (%) = 0 (0)
+ Other time (%) = 21.0243 (53.6329)
+
+Nlocal: 511 ave 511 max 511 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Nghost: 1017 ave 1017 max 1017 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+Neighs: 0 ave 0 max 0 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+FullNghs: 14256 ave 14256 max 14256 min
+Histogram: 1 0 0 0 0 0 0 0 0 0
+
+Total # of neighbors = 14256
+Ave neighs/atom = 27.8982
+Neighbor list builds = 0
+Dangerous builds = 0
diff --git a/examples/tad/log.tad.2.9Jan12.linux.3 b/examples/tad/log.tad.2.9Jan12.linux.3
deleted file mode 100644
index ce31694ec..000000000
--- a/examples/tad/log.tad.2.9Jan12.linux.3
+++ /dev/null
@@ -1,2868 +0,0 @@
-LAMMPS (10 Jan 2012)
-Processor partition = 2
-# temperature accelerated dynamics model for a single vacancy in bulk Si
-# events occur when a neighboring atom diffuses to the vacant site
-# run this on multiple partitions as
-# mpirun -np 3 lmp_g++ -partition 3x1 -in in.tad
-
-units metal
-
-atom_style atomic
-atom_modify map array
-boundary p p p
-atom_modify sort 0 0.0
-
-# temperatures
-variable tlo equal 1800.0
-variable thi equal 2400.0
-
-# coordination number cutoff
-
-variable r equal 2.835
-
-# minimization parameters
-
-variable etol equal 1.0e-5
-variable ftol equal 1.0e-5
-variable maxiter equal 100
-variable maxeval equal 100
-variable dmax equal 1.0e-1
-
-# diamond unit cell
-
-variable a equal 5.431
-lattice custom $a a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-lattice custom 5.431 a1 1.0 0.0 0.0 a2 0.0 1.0 0.0 a3 0.0 0.0 1.0 basis 0.0 0.0 0.0 basis 0.0 0.5 0.5 basis 0.5 0.0 0.5 basis 0.5 0.5 0.0 basis 0.25 0.25 0.25 basis 0.25 0.75 0.75 basis 0.75 0.25 0.75 basis 0.75 0.75 0.25
-Lattice spacing in x,y,z = 5.431 5.431 5.431
-
-region myreg block 0 4 0 4 0 4
-create_box 1 myreg
-Created orthogonal box = (0 0 0) to (21.724 21.724 21.724)
- 1 by 1 by 1 MPI processor grid
-create_atoms 1 region myreg
-Created 512 atoms
-
-mass 1 28.06
-
-group Si type 1
-512 atoms in group Si
-
-velocity all create ${thi} 5287286 mom yes rot yes dist gaussian
-velocity all create 2400 5287286 mom yes rot yes dist gaussian
-
-# make a vacancy
-
-group del id 300
-1 atoms in group del
-delete_atoms group del
-Deleted 1 atoms, new total = 511
-
-pair_style sw
-pair_coeff * * Si.sw Si
-
-thermo 10
-
-fix 1 all nve
-fix 2 all langevin ${thi} ${thi} 0.1 48278
-fix 2 all langevin 2400 ${thi} 0.1 48278
-fix 2 all langevin 2400 2400 0.1 48278
-
-timestep 1.0e-3
-neighbor 1.0 bin
-neigh_modify every 1 delay 10 check yes
-
-# equilibrate
-
-run 1000
-Memory usage per processor = 2.02216 Mbytes
-Step Temp E_pair E_mol TotEng Press
- 0 2397.3877 -2211.666 0 -2053.6238 16437.395
- 10 1408.3954 -2139.6418 0 -2046.7966 19704.911
- 20 1093.6239 -2098.8191 0 -2026.7244 19039.499
- 30 1697.5623 -2125.7046 0 -2013.7967 14407.763
- 40 1432.3638 -2098.9446 0 -2004.5194 13762.586
- 50 1355.5121 -2075.899 0 -1986.54 15232.765
- 60 1740.8873 -2091.9136 0 -1977.1496 12856.126
- 70 1729.3154 -2080.3289 0 -1966.3278 13304.077
- 80 1544.9927 -2060.2808 0 -1958.4307 14545.574
- 90 1856.846 -2074.3867 0 -1951.9784 14679.213
- 100 1926.6837 -2075.6481 0 -1948.6359 15581.373
- 110 1952.0127 -2066.2941 0 -1937.6122 17867.407
- 120 2127.5273 -2070.5556 0 -1930.3033 18800.477
- 130 2263.2625 -2070.7786 0 -1921.5783 17480.258
- 140 2108.2074 -2055.1663 0 -1916.1876 18061.09
- 150 2108.0709 -2056.9914 0 -1918.0217 16185.697
- 160 2250.38 -2061.9776 0 -1913.6265 14775.208
- 170 2094.3406 -2051.5912 0 -1913.5267 15618.246
- 180 2133.2342 -2054.0585 0 -1913.43 14703.698
- 190 2167.8664 -2054.4793 0 -1911.5678 14412.634
- 200 2081.1592 -2044.2284 0 -1907.0328 16067.013
- 210 2193.7422 -2046.2424 0 -1901.6251 17491.305
- 220 2402.1726 -2058.7802 0 -1900.4225 16445.048
- 230 2236.7528 -2050.463 0 -1903.0103 15555.164
- 240 2073.9668 -2040.1169 0 -1903.3955 14943.188
- 250 2257.4854 -2050.8203 0 -1902.0008 15445.431
- 260 2315.568 -2051.1362 0 -1898.4877 16359.564
- 270 2262.0937 -2049.0576 0 -1899.9343 15948.584
- 280 2309.251 -2049.7917 0 -1897.5597 14754.994
- 290 2222.9618 -2047.2347 0 -1900.6911 14707.58
- 300 2150.8078 -2041.3575 0 -1899.5705 16172.518
- 310 2228.9047 -2040.8171 0 -1893.8817 17426.066
- 320 2376.2682 -2048.5423 0 -1891.8923 15802.606
- 330 2320.7227 -2042.4295 0 -1889.4413 16474.996
- 340 2310.4682 -2042.508 0 -1890.1957 16597.877
- 350 2466.8374 -2045.3922 0 -1882.7716 17771.513
- 360 2382.7707 -2044.9519 0 -1887.8733 16757.953
- 370 2318.9975 -2047.2097 0 -1894.3352 15267.698
- 380 2227.9435 -2038.9468 0 -1892.0748 15167.633
- 390 2241.238 -2035.6191 0 -1887.8707 16413.388
- 400 2298.3869 -2035.5143 0 -1883.9985 17573.361
- 410 2439.1094 -2041.2185 0 -1880.4259 17417.366
- 420 2438.0816 -2040.4181 0 -1879.6933 17000.799
- 430 2419.621 -2039.4524 0 -1879.9446 17277.841
- 440 2400.3962 -2036.392 0 -1878.1515 17353.749
- 450 2400.084 -2034.8541 0 -1876.6341 17301.395
- 460 2443.232 -2038.2591 0 -1877.1947 15880.125
- 470 2399.563 -2032.3026 0 -1874.117 14524.504
- 480 2379.1642 -2028.2813 0 -1871.4404 15080.571
- 490 2257.134 -2030.7105 0 -1881.9142 13267.538
- 500 2303.4365 -2033.254 0 -1881.4053 13303.626
- 510 2224.8834 -2029.9027 0 -1883.2324 15142.358
- 520 2259.6418 -2032.3898 0 -1883.4281 14426.825
- 530 2244.3528 -2036.563 0 -1888.6093 13611.835
- 540 2289.2186 -2033.577 0 -1882.6656 14593.524
- 550 2314.1805 -2030.4002 0 -1877.8432 16550.978
- 560 2434.1597 -2038.2171 0 -1877.7507 15320.174
- 570 2356.8023 -2033.9511 0 -1878.5843 15767.645
- 580 2448.0436 -2037.9988 0 -1876.6172 15958.914
- 590 2483.692 -2034.8435 0 -1871.1118 16533.816
- 600 2428.7684 -2032.2828 0 -1872.1719 17139.354
- 610 2369.1226 -2030.2599 0 -1874.081 15171.807
- 620 2351.8958 -2032.3817 0 -1877.3384 12759.907
- 630 2419.4363 -2037.1648 0 -1877.6691 12759.528
- 640 2306.8968 -2027.1601 0 -1875.0833 13699.543
- 650 2240.4669 -2023.1048 0 -1875.4073 14586.771
- 660 2303.5839 -2027.6735 0 -1875.8151 15077.465
- 670 2379.955 -2030.0505 0 -1873.1575 15633.06
- 680 2354.1404 -2030.6415 0 -1875.4502 16414.371
- 690 2427.7365 -2032.9922 0 -1872.9493 17097.223
- 700 2475.846 -2034.693 0 -1871.4786 18851.309
- 710 2456.3338 -2031.7442 0 -1869.8161 19487.645
- 720 2447.4768 -2037.4819 0 -1876.1377 17474.031
- 730 2435.1585 -2037.6942 0 -1877.162 16882.364
- 740 2391.3302 -2037.1798 0 -1879.5369 16071.534
- 750 2326.452 -2029.9922 0 -1876.6263 16117.229
- 760 2257.6714 -2022.4776 0 -1873.6458 17738.278
- 770 2371.2269 -2027.8008 0 -1871.4832 18100.791
- 780 2407.1838 -2030.3917 0 -1871.7037 17026.917
- 790 2367.9404 -2026.9448 0 -1870.8438 16038.578
- 800 2374.6123 -2033.0121 0 -1876.4713 14038.371
- 810 2424.6786 -2036.3506 0 -1876.5093 14206.078
- 820 2168.9017 -2026.7054 0 -1883.7256 16263.054
- 830 2323.0047 -2033.1056 0 -1879.967 17703.971
- 840 2498.7372 -2040.984 0 -1876.2606 17876.907
- 850 2460.7818 -2036.0467 0 -1873.8254 18545.104
- 860 2492.3205 -2034.6257 0 -1870.3253 19534.056
- 870 2575.2601 -2040.6532 0 -1870.8852 18719.18
- 880 2401.7961 -2030.4479 0 -1872.1151 17576.352
- 890 2386.7565 -2029.1495 0 -1871.8081 16681.21
- 900 2331.1129 -2028.8907 0 -1875.2175 14827.322
- 910 2414.7425 -2029.6198 0 -1870.4335 15192.331
- 920 2454.6751 -2027.6775 0 -1865.8587 15974.309
- 930 2428.2206 -2031.2363 0 -1871.1615 16206.415
- 940 2338.8519 -2027.1405 0 -1872.9572 15790.925
- 950 2342.8708 -2025.5463 0 -1871.0979 14662.456
- 960 2446.3658 -2027.9008 0 -1866.6298 16178.407
- 970 2479.8875 -2029.3424 0 -1865.8616 15827.32
- 980 2477.0203 -2028.29 0 -1864.9982 14789.439
- 990 2409.3478 -2024.9793 0 -1866.1486 14519.793
- 1000 2403.9699 -2022.9475 0 -1864.4714 15470.426
-Loop time of 2.37548 on 1 procs for 1000 steps with 511 atoms
-
-Pair time (%) = 2.28772 (96.3056)
-Neigh time (%) = 0.0396614 (1.66962)
-Comm time (%) = 0.00934577 (0.393427)
-Outpt time (%) = 0.000915289 (0.0385307)
-Other time (%) = 0.0378373 (1.59283)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1021 ave 1021 max 1021 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 13046 ave 13046 max 13046 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 13046
-Ave neighs/atom = 25.5303
-Neighbor list builds = 56
-Dangerous builds = 0
-
-# Eliminate COM motion
-velocity all zero linear
-
-# only output atoms near vacancy
-
-compute coord all coord/atom $r
-compute coord all coord/atom 2.835
-dump events all custom 1 dump.prd id type x y z
-dump_modify events thresh c_coord != 4
-
-compute patom all pe/atom
-compute pe all reduce sum c_patom
-compute satom all stress/atom
-compute str all reduce sum c_satom[1] c_satom[2] c_satom[3]
-variable press equal (c_str[1]+c_str[2]+c_str[3])/(3*vol)
-
-thermo_style custom step temp pe c_pe press v_press
-
-compute event all event/displace 1.0
-
-unfix 1
-unfix 2
-fix 1 all nvt temp ${thi} ${thi} 0.1
-fix 1 all nvt temp 2400 ${thi} 0.1
-fix 1 all nvt temp 2400 2400 0.1
-
-# tad nsteps nevent tlo thi delta_conf tmax compute
-# [min etol ftol niter neval]
-# [neb etol_neb ftol_neb n1steps n2steps nevery]
-# [min_style min_style]
-# [neb_style min_style]
-# [neb_log logfile]
-
-tad 2000 50 ${tlo} ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 ${thi} 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min ${etol} ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 ${ftol} ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 ${maxiter} ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 ${maxeval} neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-tad 2000 50 1800 2400 0.05 1.0 event min 1e-05 1e-05 100 100 neb 0.0 0.01 200 200 20 min_style cg neb_style fire neb_log log.neb
-Memory usage per processor = 4.42542 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
- 1010 2402.628 -2209.0552 -2209.0552 13124.77 -13124.77
- 1020 2402.628 -2213.2419 -2213.2419 13109.348 -13109.348
- 1022 2402.628 -2213.2803 -2213.2803 13111.643 -13111.643
-Loop time of 0.0580611 on 1 procs for 22 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = energy tolerance
- Energy initial, next-to-last, final =
- -2022.94753371 -2213.26863148 -2213.28029768
- Force two-norm initial, final = 70.3784 0.377272
- Force max component initial, final = 5.75308 0.037084
- Final line search alpha, max atom move = 0.0625 0.00231775
- Iterations, force evaluations = 22 50
-
-Pair time (%) = 2.343 (4035.41)
-Neigh time (%) = 0.0410743 (70.7432)
-Comm time (%) = 0.0098331 (16.9358)
-Outpt time (%) = 0.00104833 (1.80556)
-Other time (%) = -2.3369 (-4024.9)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 2
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1000 2402.628 -2022.9475 -2022.9475 15461.21 -15461.21
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1150 0 -2210.3277 -2210.3277 -2894.1659 2894.1659
- 1160 5.0093068e-10 -2210.3277 -2210.3277 -2894.1654 2894.1654
- 1170 5.492482e-09 -2210.3277 -2210.3277 -2894.16 2894.16
- 1180 2.6823132e-08 -2210.3277 -2210.3277 -2894.1364 2894.1364
- 1190 1.442462e-07 -2210.3278 -2210.3278 -2894.0072 2894.0072
- 1200 5.6941397e-07 -2210.3281 -2210.3281 -2893.536 2893.536
- 1210 2.7286163e-06 -2210.3293 -2210.3293 -2891.1444 2891.1444
- 1220 1.0300063e-05 -2210.3333 -2210.3333 -2882.8466 2882.8466
- 1230 2.2971017e-05 -2210.3423 -2210.3423 -2854.7405 2854.7405
- 1240 3.2808569e-05 -2210.3552 -2210.3552 -2871.9077 2871.9077
- 1250 3.594707e-05 -2210.3722 -2210.3722 -2874.7238 2874.7238
- 1260 7.8610014e-06 -2210.3556 -2210.3556 -2950.2634 2950.2634
- 1270 3.1033339e-05 -2210.3775 -2210.3775 -2881.0128 2881.0128
- 1280 1.6885339e-05 -2210.3769 -2210.3769 -2862.6994 2862.6994
- 1290 3.2733191e-05 -2210.3788 -2210.3788 -2904.9865 2904.9865
- 1300 1.3276349e-06 -2210.3607 -2210.3607 -2958.8904 2958.8904
- 1310 1.1298436e-06 -2210.3638 -2210.3638 -2954.6686 2954.6686
- 1320 1.2250413e-06 -2210.3708 -2210.3708 -2832.3221 2832.3221
- 1330 2.5638138e-06 -2210.3697 -2210.3697 -2830.5733 2830.5733
- 1340 2.6797373e-06 -2210.3797 -2210.3797 -2897.9275 2897.9275
- 1350 2.4291298e-06 -2210.3794 -2210.3794 -2901.6624 2901.6624
-Loop time of 0.206951 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.32771293 -2210.37997743 -2210.37935652
- Force two-norm initial, final = 0.761559 0.223978
- Force max component initial, final = 0.141109 0.115869
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.187691 (90.6933)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00159717 (0.77176)
-Outpt time (%) = 0.00139236 (0.672799)
-Other time (%) = 0.0162709 (7.86218)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1350 0 -2210.3794 -2210.3794 -2901.6624 2901.6624
- 1360 4.3328896e-11 -2210.3794 -2210.3794 -2901.6621 2901.6621
- 1370 4.7501887e-10 -2210.3794 -2210.3794 -2901.6594 2901.6594
- 1380 2.3179452e-09 -2210.3794 -2210.3794 -2901.6476 2901.6476
- 1390 1.242021e-08 -2210.3794 -2210.3794 -2901.5827 2901.5827
- 1400 4.8191864e-08 -2210.3794 -2210.3794 -2901.3472 2901.3472
- 1410 2.1536536e-07 -2210.3795 -2210.3795 -2900.1734 2900.1734
- 1420 5.8626989e-07 -2210.3798 -2210.3798 -2896.4038 2896.4038
- 1430 3.5192587e-07 -2210.38 -2210.38 -2884.9637 2884.9637
- 1440 2.434635e-07 -2210.38 -2210.38 -2890.6413 2890.6413
- 1450 3.4131704e-08 -2210.3798 -2210.3798 -2895.6337 2895.6337
- 1460 1.8638458e-08 -2210.3799 -2210.3799 -2893.6776 2893.6776
- 1470 2.5000627e-08 -2210.38 -2210.38 -2884.7585 2884.7585
- 1480 1.0199399e-07 -2210.38 -2210.38 -2891.0841 2891.0841
- 1490 4.0875406e-10 -2210.38 -2210.38 -2890.1409 2890.1409
- 1500 9.9083081e-09 -2210.38 -2210.38 -2887.758 2887.758
- 1510 3.400939e-08 -2210.38 -2210.38 -2888.871 2888.871
-Loop time of 0.164211 on 1 procs for 160 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.37935652 -2210.37998812 -2210.37999469
- Force two-norm initial, final = 0.223978 0.00662292
- Force max component initial, final = 0.115869 0.00339832
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 160 160
-
-Pair time (%) = 0.151628 (92.3373)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00127554 (0.77677)
-Outpt time (%) = 0.000993013 (0.604719)
-Other time (%) = 0.0103145 (6.28123)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14232 ave 14232 max 14232 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14232
-Ave neighs/atom = 27.8513
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1550 0 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1560 1.9039633e-10 -2213.2368 -2213.2368 -3396.2547 3396.2547
- 1570 2.0876357e-09 -2213.2368 -2213.2368 -3396.254 3396.254
- 1580 1.0194865e-08 -2213.2368 -2213.2368 -3396.251 3396.251
- 1590 5.4833166e-08 -2213.2368 -2213.2368 -3396.2345 3396.2345
- 1600 2.1623698e-07 -2213.2369 -2213.2369 -3396.1746 3396.1746
- 1610 1.0396353e-06 -2213.2374 -2213.2374 -3395.8735 3395.8735
- 1620 3.9477339e-06 -2213.2391 -2213.2391 -3394.8687 3394.8687
- 1630 1.8936831e-05 -2213.2467 -2213.2467 -3391.2209 3391.2209
- 1640 5.0020717e-05 -2213.2672 -2213.2672 -3390.6889 3390.6889
- 1650 0.00010605104 -2213.3175 -2213.3175 -3385.7784 3385.7784
- 1660 6.5069812e-07 -2213.336 -2213.336 -3383.3143 3383.3143
- 1670 3.1350052e-07 -2213.3364 -2213.3364 -3383.8397 3383.8397
- 1680 1.0763366e-06 -2213.3369 -2213.3369 -3383.6793 3383.6793
- 1690 3.4333633e-08 -2213.3372 -2213.3372 -3383.4535 3383.4535
- 1700 2.6460074e-08 -2213.3373 -2213.3373 -3383.3317 3383.3317
- 1710 1.1436703e-07 -2213.3374 -2213.3374 -3383.3522 3383.3522
- 1716 9.6055846e-09 -2213.3374 -2213.3374 -3383.3875 3383.3875
-Loop time of 0.167138 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.23675492 -2213.3373777 -2213.33737924
- Force two-norm initial, final = 0.469509 0.00806101
- Force max component initial, final = 0.0569166 0.00101257
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.150595 (90.1024)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00132489 (0.792693)
-Outpt time (%) = 0.00106812 (0.639061)
-Other time (%) = 0.0141497 (8.46585)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1716 0 -2213.3374 -2213.3374 -3383.3875 3383.3875
- 1717 4.5509861e-16 -2213.3374 -2213.3374 -3383.3875 3383.3875
-Loop time of 0.00215912 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737924 -2213.33737924 -2213.33737924
- Force two-norm initial, final = 0.00806101 0.00806101
- Force max component initial, final = 0.00101257 0.00101257
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191021 (88.4717)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.684629)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000234127 (10.8436)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2210.3201 -2210.3201 -2984.6338 2984.6338
- 1960 1.5298925e-10 -2210.3201 -2210.3201 -2984.6341 2984.6341
- 1970 1.6774483e-09 -2210.3201 -2210.3201 -2984.637 2984.637
- 1980 8.1915809e-09 -2210.3201 -2210.3201 -2984.6498 2984.6498
- 1990 4.4043183e-08 -2210.3201 -2210.3201 -2984.7196 2984.7196
- 2000 1.736695e-07 -2210.3202 -2210.3202 -2984.9736 2984.9736
- 2010 8.2973006e-07 -2210.3206 -2210.3206 -2986.245 2986.245
- 2020 3.1280897e-06 -2210.3218 -2210.3218 -2990.4143 2990.4143
- 2030 1.0321813e-05 -2210.3256 -2210.3256 -3001.3547 3001.3547
- 2040 2.3571966e-05 -2210.3351 -2210.3351 -2984.4566 2984.4566
- 2050 6.5744893e-08 -2210.352 -2210.352 -2977.6133 2977.6133
- 2060 5.6793351e-06 -2210.3553 -2210.3553 -2968.6595 2968.6595
- 2070 1.7533506e-06 -2210.3578 -2210.3578 -2960.0547 2960.0547
- 2080 6.3990654e-06 -2210.3618 -2210.3618 -2953.2118 2953.2118
- 2090 1.2071723e-06 -2210.3625 -2210.3625 -2952.0833 2952.0833
- 2100 5.3510687e-09 -2210.3645 -2210.3645 -2942.6078 2942.6078
- 2110 3.1027508e-08 -2210.3646 -2210.3646 -2941.4323 2941.4323
- 2120 3.8245439e-07 -2210.3648 -2210.3648 -2940.2031 2940.2031
- 2130 1.6048232e-06 -2210.3657 -2210.3657 -2932.4563 2932.4563
- 2140 8.3390819e-08 -2210.3662 -2210.3662 -2927.144 2927.144
- 2150 1.1404807e-09 -2210.3665 -2210.3665 -2921.2368 2921.2368
-Loop time of 0.207419 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.32008705 -2210.36646754 -2210.36646754
- Force two-norm initial, final = 0.420868 0.0176185
- Force max component initial, final = 0.164469 0.00364235
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.190293 (91.7434)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0016048 (0.773697)
-Outpt time (%) = 0.00134134 (0.646682)
-Other time (%) = 0.0141797 (6.83626)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14222 ave 14222 max 14222 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14222
-Ave neighs/atom = 27.8317
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2210.3665 -2210.3665 -2921.2368 2921.2368
- 2160 2.6810817e-13 -2210.3665 -2210.3665 -2921.2368 2921.2368
- 2170 2.9399037e-12 -2210.3665 -2210.3665 -2921.2367 2921.2367
- 2180 1.4362192e-11 -2210.3665 -2210.3665 -2921.2367 2921.2367
- 2190 7.7377007e-11 -2210.3665 -2210.3665 -2921.2363 2921.2363
- 2200 3.0758214e-10 -2210.3665 -2210.3665 -2921.2347 2921.2347
- 2210 1.5285846e-09 -2210.3665 -2210.3665 -2921.2267 2921.2267
- 2220 6.9065397e-09 -2210.3665 -2210.3665 -2921.1925 2921.1925
- 2230 5.2984347e-08 -2210.3665 -2210.3665 -2920.8599 2920.8599
- 2240 9.1976987e-08 -2210.3665 -2210.3665 -2919.6703 2919.6703
- 2250 1.8852598e-07 -2210.3667 -2210.3667 -2915.7062 2915.7062
- 2260 8.4849705e-10 -2210.3667 -2210.3667 -2914.7636 2914.7636
- 2263 2.8403331e-09 -2210.3667 -2210.3667 -2914.7108 2914.7108
-Loop time of 0.115771 on 1 procs for 113 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.36646754 -2210.36667402 -2210.36667448
- Force two-norm initial, final = 0.0176185 0.00939525
- Force max component initial, final = 0.00364235 0.00201016
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 113 113
-
-Pair time (%) = 0.106894 (92.3322)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000916481 (0.791634)
-Outpt time (%) = 0.000726938 (0.627911)
-Other time (%) = 0.00723362 (6.24822)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2213.3234 -2213.3234 -3384.2623 3384.2623
- 2360 2.4136758e-10 -2213.3234 -2213.3234 -3384.2623 3384.2623
- 2370 2.6463553e-09 -2213.3234 -2213.3234 -3384.2624 3384.2624
- 2380 1.291923e-08 -2213.3235 -2213.3235 -3384.2626 3384.2626
- 2390 6.9375585e-08 -2213.3235 -2213.3235 -3384.2642 3384.2642
- 2400 2.7177557e-07 -2213.3236 -2213.3236 -3384.2697 3384.2697
- 2410 1.2674913e-06 -2213.3242 -2213.3242 -3384.2942 3384.2942
- 2420 4.2353281e-06 -2213.326 -2213.326 -3384.3357 3384.3357
- 2430 1.0918189e-05 -2213.3304 -2213.3304 -3383.9338 3383.9338
- 2440 1.1142917e-05 -2213.3347 -2213.3347 -3383.3492 3383.3492
- 2450 5.3493734e-06 -2213.3357 -2213.3357 -3383.4646 3383.4646
- 2460 3.8701125e-06 -2213.3367 -2213.3367 -3384.1529 3384.1529
- 2470 6.3677933e-07 -2213.3371 -2213.3371 -3383.2689 3383.2689
- 2480 5.6946852e-07 -2213.3373 -2213.3373 -3383.4752 3383.4752
- 2490 1.358502e-07 -2213.3373 -2213.3373 -3383.3484 3383.3484
- 2500 1.4404824e-08 -2213.3373 -2213.3373 -3383.3376 3383.3376
- 2510 5.0415063e-08 -2213.3374 -2213.3374 -3383.3787 3383.3787
- 2520 8.3323473e-08 -2213.3374 -2213.3374 -3383.3002 3383.3002
- 2527 1.1571795e-08 -2213.3374 -2213.3374 -3383.4143 3383.4143
-Loop time of 0.178834 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.32344573 -2213.33738416 -2213.33738484
- Force two-norm initial, final = 0.528634 0.00481446
- Force max component initial, final = 0.0645651 0.000839477
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.160748 (89.8867)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00143218 (0.800844)
-Outpt time (%) = 0.00114822 (0.642061)
-Other time (%) = 0.0155056 (8.67036)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2527 0 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2530 1.4610464e-15 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2540 4.3853458e-14 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2550 3.7656975e-13 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2560 1.7392829e-12 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2570 9.0265613e-12 -2213.3374 -2213.3374 -3383.4143 3383.4143
- 2580 3.5138681e-11 -2213.3374 -2213.3374 -3383.4142 3383.4142
- 2584 6.558358e-11 -2213.3374 -2213.3374 -3383.414 3383.414
-Loop time of 0.0588851 on 1 procs for 57 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738484 -2213.33738487 -2213.33738488
- Force two-norm initial, final = 0.00481446 0.00469678
- Force max component initial, final = 0.000839477 0.000834097
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 57 57
-
-Pair time (%) = 0.0525458 (89.2344)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000470877 (0.799653)
-Outpt time (%) = 0.000401974 (0.682641)
-Other time (%) = 0.00546646 (9.28327)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2800 0 -2210.2791 -2210.2791 -2897.8685 2897.8685
- 2810 5.8798622e-10 -2210.2791 -2210.2791 -2897.8684 2897.8684
- 2820 6.4472498e-09 -2210.2791 -2210.2791 -2897.8673 2897.8673
- 2830 3.1492002e-08 -2210.2792 -2210.2792 -2897.8627 2897.8627
- 2840 1.6951856e-07 -2210.2792 -2210.2792 -2897.8377 2897.8377
- 2850 6.7193648e-07 -2210.2795 -2210.2795 -2897.7461 2897.7461
- 2860 3.2821348e-06 -2210.2811 -2210.2811 -2897.2741 2897.2741
- 2870 1.358526e-05 -2210.2862 -2210.2862 -2895.5205 2895.5205
- 2880 4.5479353e-05 -2210.3028 -2210.3028 -2886.963 2886.963
- 2890 4.8228066e-05 -2210.3217 -2210.3217 -2880.2603 2880.2603
- 2900 4.8688082e-05 -2210.3519 -2210.3519 -2890.1748 2890.1748
- 2910 2.1476452e-07 -2210.3545 -2210.3545 -2888.9476 2888.9476
- 2920 3.3235413e-06 -2210.3564 -2210.3564 -2888.4434 2888.4434
- 2930 8.7216506e-06 -2210.3617 -2210.3617 -2892.8658 2892.8658
- 2940 1.1224881e-08 -2210.3641 -2210.3641 -2895.4084 2895.4084
- 2950 5.423776e-07 -2210.3644 -2210.3644 -2895.3897 2895.3897
- 2960 1.1053915e-07 -2210.3648 -2210.3648 -2895.9001 2895.9001
- 2970 4.2797497e-08 -2210.3649 -2210.3649 -2896.0886 2896.0886
- 2980 4.9523656e-07 -2210.3652 -2210.3652 -2896.735 2896.735
- 2990 1.4667391e-06 -2210.366 -2210.366 -2898.7478 2898.7478
- 3000 2.0477083e-10 -2210.3666 -2210.3666 -2901.5784 2901.5784
-Loop time of 0.208158 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.27913224 -2210.36659674 -2210.36659674
- Force two-norm initial, final = 0.825083 0.0135736
- Force max component initial, final = 0.110945 0.00166236
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.190922 (91.7199)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00161767 (0.777136)
-Outpt time (%) = 0.00141168 (0.678176)
-Other time (%) = 0.0142064 (6.82483)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2210.3666 -2210.3666 -2901.5784 2901.5784
- 3010 1.5913468e-13 -2210.3666 -2210.3666 -2901.5784 2901.5784
- 3020 1.7449696e-12 -2210.3666 -2210.3666 -2901.5784 2901.5784
- 3030 8.5246056e-12 -2210.3666 -2210.3666 -2901.5784 2901.5784
- 3040 4.5926453e-11 -2210.3666 -2210.3666 -2901.5787 2901.5787
- 3050 1.8254822e-10 -2210.3666 -2210.3666 -2901.5795 2901.5795
- 3060 9.0686196e-10 -2210.3666 -2210.3666 -2901.584 2901.584
- 3070 4.0615755e-09 -2210.3666 -2210.3666 -2901.6008 2901.6008
- 3080 2.621072e-08 -2210.3666 -2210.3666 -2901.7047 2901.7047
- 3090 5.7025655e-08 -2210.3666 -2210.3666 -2902.0006 2902.0006
- 3100 1.3012627e-07 -2210.3667 -2210.3667 -2903.1849 2903.1849
- 3105 4.2214234e-09 -2210.3667 -2210.3667 -2903.2252 2903.2252
-Loop time of 0.109678 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.36659674 -2210.3667094 -2210.36671018
- Force two-norm initial, final = 0.0135736 0.00748907
- Force max component initial, final = 0.00166236 0.000944124
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.10107 (92.1517)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000841379 (0.767136)
-Outpt time (%) = 0.000691414 (0.630403)
-Other time (%) = 0.00707507 (6.45076)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1650 0 -2213.2899 -2213.2899 -3385.937 3385.937
- 1660 1.6514742e-10 -2213.2899 -2213.2899 -3385.937 3385.937
- 1670 1.8107911e-09 -2213.2899 -2213.2899 -3385.9369 3385.9369
- 1680 8.8429266e-09 -2213.2899 -2213.2899 -3385.9363 3385.9363
- 1690 4.7562721e-08 -2213.2899 -2213.2899 -3385.933 3385.933
- 1700 1.875695e-07 -2213.29 -2213.29 -3385.9211 3385.9211
- 1710 9.0194482e-07 -2213.2904 -2213.2904 -3385.8613 3385.8613
- 1720 3.4130694e-06 -2213.2919 -2213.2919 -3385.6613 3385.6613
- 1730 1.5458203e-05 -2213.2983 -2213.2983 -3384.9513 3384.9513
- 1740 3.2718002e-05 -2213.3117 -2213.3117 -3385.2967 3385.2967
- 1750 4.2259541e-05 -2213.3305 -2213.3305 -3384.3635 3384.3635
- 1760 8.0694276e-07 -2213.3354 -2213.3354 -3383.3067 3383.3067
- 1770 3.5713925e-07 -2213.3359 -2213.3359 -3383.6245 3383.6245
- 1780 1.3395549e-06 -2213.3366 -2213.3366 -3383.6602 3383.6602
- 1790 4.2564211e-08 -2213.3372 -2213.3372 -3383.3519 3383.3519
- 1800 1.8883478e-08 -2213.3373 -2213.3373 -3383.5519 3383.5519
- 1810 1.1196663e-07 -2213.3373 -2213.3373 -3383.4368 3383.4368
- 1820 1.0030553e-07 -2213.3374 -2213.3374 -3383.4809 3383.4809
- 1824 5.4149631e-09 -2213.3374 -2213.3374 -3383.4061 3383.4061
-Loop time of 0.17471 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2898737 -2213.33737885 -2213.33737963
- Force two-norm initial, final = 0.437271 0.00494911
- Force max component initial, final = 0.0416374 0.000430705
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.155299 (88.8895)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0015595 (0.89262)
-Outpt time (%) = 0.00114512 (0.655443)
-Other time (%) = 0.0167065 (9.5624)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1824 0 -2213.3374 -2213.3374 -3383.4061 3383.4061
- 1825 1.7154617e-16 -2213.3374 -2213.3374 -3383.4061 3383.4061
-Loop time of 0.00213814 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737963 -2213.33737963 -2213.33737963
- Force two-norm initial, final = 0.00494911 0.00494911
- Force max component initial, final = 0.000430705 0.000430705
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190687 (89.1838)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.4782e-05 (0.691347)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000216484 (10.1249)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1750 0 -2213.3036 -2213.3036 -3387.8693 3387.8693
- 1760 2.0392855e-10 -2213.3036 -2213.3036 -3387.8693 3387.8693
- 1770 2.235899e-09 -2213.3036 -2213.3036 -3387.8691 3387.8691
- 1780 1.091602e-08 -2213.3036 -2213.3036 -3387.8687 3387.8687
- 1790 5.8635183e-08 -2213.3036 -2213.3036 -3387.8659 3387.8659
- 1800 2.299593e-07 -2213.3037 -2213.3037 -3387.8559 3387.8559
- 1810 1.0784023e-06 -2213.3043 -2213.3043 -3387.8034 3387.8034
- 1820 3.6877897e-06 -2213.3059 -2213.3059 -3387.5993 3387.5993
- 1830 1.1170775e-05 -2213.3105 -2213.3105 -3386.4665 3386.4665
- 1840 1.9177705e-05 -2213.3182 -2213.3182 -3385.7524 3385.7524
- 1850 3.171378e-05 -2213.3325 -2213.3325 -3383.624 3383.624
- 1860 3.3368731e-06 -2213.336 -2213.336 -3382.669 3382.669
- 1870 6.3720492e-07 -2213.3364 -2213.3364 -3383.2616 3383.2616
- 1880 9.91994e-07 -2213.3369 -2213.3369 -3383.1426 3383.1426
- 1890 1.8056942e-07 -2213.3372 -2213.3372 -3383.1428 3383.1428
- 1900 3.2780456e-08 -2213.3373 -2213.3373 -3383.428 3383.428
- 1910 9.748656e-08 -2213.3373 -2213.3373 -3383.3712 3383.3712
- 1920 8.1989129e-09 -2213.3374 -2213.3374 -3383.3646 3383.3646
- 1929 2.6918762e-08 -2213.3374 -2213.3374 -3383.4028 3383.4028
-Loop time of 0.181162 on 1 procs for 179 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30360857 -2213.33736719 -2213.33737
- Force two-norm initial, final = 0.485909 0.00530168
- Force max component initial, final = 0.043725 0.000398973
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 179 179
-
-Pair time (%) = 0.163223 (90.0976)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00149083 (0.822927)
-Outpt time (%) = 0.00124192 (0.685531)
-Other time (%) = 0.0152066 (8.3939)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1929 0 -2213.3374 -2213.3374 -3383.4028 3383.4028
- 1930 1.9685779e-16 -2213.3374 -2213.3374 -3383.4028 3383.4028
-Loop time of 0.00228691 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737 -2213.33737 -2213.33737
- Force two-norm initial, final = 0.00530168 0.00530168
- Force max component initial, final = 0.000398973 0.000398973
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00198984 (87.01)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.750626)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000279903 (12.2394)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2213.2926 -2213.2926 -3388.1739 3388.1739
- 1860 1.0120689e-10 -2213.2926 -2213.2926 -3388.1739 3388.1739
- 1870 1.1096724e-09 -2213.2926 -2213.2926 -3388.1738 3388.1738
- 1880 5.4182789e-09 -2213.2926 -2213.2926 -3388.1735 3388.1735
- 1890 2.9122394e-08 -2213.2926 -2213.2926 -3388.1715 3388.1715
- 1900 1.1451388e-07 -2213.2926 -2213.2926 -3388.1641 3388.1641
- 1910 5.4354842e-07 -2213.2929 -2213.2929 -3388.1266 3388.1266
- 1920 1.9596564e-06 -2213.2937 -2213.2937 -3387.9927 3387.9927
- 1930 7.8690633e-06 -2213.2969 -2213.2969 -3387.3845 3387.3845
- 1940 1.9828788e-05 -2213.3051 -2213.3051 -3386.7502 3386.7502
- 1950 4.8227526e-05 -2213.3274 -2213.3274 -3384.6954 3384.6954
- 1960 6.6942334e-07 -2213.3369 -2213.3369 -3383.3845 3383.3845
- 1970 1.4009562e-07 -2213.337 -2213.337 -3383.4408 3383.4408
- 1980 2.4954537e-07 -2213.3371 -2213.3371 -3383.4566 3383.4566
- 1990 4.6576331e-08 -2213.3372 -2213.3372 -3383.3451 3383.3451
- 2000 1.1817561e-08 -2213.3373 -2213.3373 -3383.4344 3383.4344
- 2010 6.953589e-08 -2213.3373 -2213.3373 -3383.424 3383.424
- 2020 1.3402677e-07 -2213.3374 -2213.3374 -3383.4766 3383.4766
- 2024 1.2268313e-08 -2213.3374 -2213.3374 -3383.4058 3383.4058
-Loop time of 0.173934 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.29255922 -2213.33737059 -2213.33737216
- Force two-norm initial, final = 0.34231 0.00537878
- Force max component initial, final = 0.0293883 0.000432119
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.155098 (89.1709)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00142884 (0.821486)
-Outpt time (%) = 0.00114083 (0.6559)
-Other time (%) = 0.0162659 (9.35175)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2024 0 -2213.3374 -2213.3374 -3383.4058 3383.4058
- 2025 2.0262509e-16 -2213.3374 -2213.3374 -3383.4058 3383.4058
-Loop time of 0.00217104 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737216 -2213.33737216 -2213.33737216
- Force two-norm initial, final = 0.00537878 0.00537878
- Force max component initial, final = 0.000432119 0.000432119
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185013 (85.2185)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.43051e-05 (0.658906)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000306606 (14.1226)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2213.2225 -2213.2225 -3395.5414 3395.5414
- 1960 2.1724453e-10 -2213.2225 -2213.2225 -3395.5414 3395.5414
- 1970 2.3819893e-09 -2213.2225 -2213.2225 -3395.5413 3395.5413
- 1980 1.1631548e-08 -2213.2225 -2213.2225 -3395.541 3395.541
- 1990 6.2540702e-08 -2213.2225 -2213.2225 -3395.539 3395.539
- 2000 2.4628317e-07 -2213.2226 -2213.2226 -3395.5319 3395.5319
- 2010 1.1770354e-06 -2213.2232 -2213.2232 -3395.4944 3395.4944
- 2020 4.3529822e-06 -2213.2251 -2213.2251 -3395.3518 3395.3518
- 2030 1.8934409e-05 -2213.233 -2213.233 -3394.5564 3394.5564
- 2040 5.3859797e-05 -2213.2553 -2213.2553 -3392.6851 3392.6851
- 2050 0.00013099824 -2213.3141 -2213.3141 -3386.3055 3386.3055
- 2060 3.5868299e-07 -2213.3366 -2213.3366 -3383.3877 3383.3877
- 2070 1.2007655e-07 -2213.3368 -2213.3368 -3383.3978 3383.3978
- 2080 3.9546845e-07 -2213.337 -2213.337 -3383.3502 3383.3502
- 2090 2.3427817e-08 -2213.3372 -2213.3372 -3383.4558 3383.4558
- 2100 1.0574464e-08 -2213.3372 -2213.3372 -3383.3832 3383.3832
- 2110 9.0522995e-08 -2213.3373 -2213.3373 -3383.3891 3383.3891
- 2120 1.445845e-07 -2213.3374 -2213.3374 -3383.3316 3383.3316
- 2124 1.4141238e-08 -2213.3374 -2213.3374 -3383.3866 3383.3866
-Loop time of 0.174277 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2224704 -2213.33736964 -2213.33737137
- Force two-norm initial, final = 0.501521 0.00561915
- Force max component initial, final = 0.0467143 0.000483905
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.155947 (89.4822)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00139213 (0.798802)
-Outpt time (%) = 0.00113678 (0.652284)
-Other time (%) = 0.0158012 (9.06672)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2124 0 -2213.3374 -2213.3374 -3383.3866 3383.3866
- 2125 2.2114021e-16 -2213.3374 -2213.3374 -3383.3866 3383.3866
-Loop time of 0.00216293 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737137 -2213.33737137 -2213.33737137
- Force two-norm initial, final = 0.00561915 0.00561915
- Force max component initial, final = 0.000483905 0.000483905
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190496 (88.0732)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.738536)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000241995 (11.1883)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.3054 -2213.3054 -3389.0464 3389.0464
- 2060 1.703581e-10 -2213.3054 -2213.3054 -3389.0463 3389.0463
- 2070 1.8678068e-09 -2213.3054 -2213.3054 -3389.0459 3389.0459
- 2080 9.1183946e-09 -2213.3054 -2213.3054 -3389.0443 3389.0443
- 2090 4.8964815e-08 -2213.3055 -2213.3055 -3389.0353 3389.0353
- 2100 1.9179555e-07 -2213.3055 -2213.3055 -3389.0025 3389.0025
- 2110 8.9432746e-07 -2213.306 -2213.306 -3388.8361 3388.8361
- 2120 2.9832683e-06 -2213.3073 -2213.3073 -3388.2645 3388.2645
- 2130 7.9101757e-06 -2213.3106 -2213.3106 -3386.0113 3386.0113
- 2140 1.4059728e-05 -2213.316 -2213.316 -3385.9997 3385.9997
- 2150 3.1447562e-05 -2213.3305 -2213.3305 -3384.2969 3384.2969
- 2160 9.262711e-07 -2213.3369 -2213.3369 -3382.9752 3382.9752
- 2170 7.901468e-08 -2213.3373 -2213.3373 -3383.4377 3383.4377
- 2180 1.0390018e-07 -2213.3373 -2213.3373 -3383.4703 3383.4703
- 2190 1.8468906e-08 -2213.3373 -2213.3373 -3383.5298 3383.5298
- 2200 6.6229556e-09 -2213.3374 -2213.3374 -3383.3845 3383.3845
- 2210 1.5304315e-08 -2213.3374 -2213.3374 -3383.3909 3383.3909
- 2216 4.2859923e-09 -2213.3374 -2213.3374 -3383.3991 3383.3991
-Loop time of 0.166266 on 1 procs for 166 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30543095 -2213.3373842 -2213.33738492
- Force two-norm initial, final = 0.444117 0.00596569
- Force max component initial, final = 0.041327 0.000511123
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 166 166
-
-Pair time (%) = 0.148009 (89.0195)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0013299 (0.799862)
-Outpt time (%) = 0.00106478 (0.640406)
-Other time (%) = 0.0158622 (9.54027)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2216 0 -2213.3374 -2213.3374 -3383.3991 3383.3991
- 2217 2.4925714e-16 -2213.3374 -2213.3374 -3383.3991 3383.3991
-Loop time of 0.00213885 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738492 -2213.33738492 -2213.33738492
- Force two-norm initial, final = 0.00596569 0.00596569
- Force max component initial, final = 0.000511123 0.000511123
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185013 (86.5009)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.40667e-05 (0.657675)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000274658 (12.8414)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1850 0 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 1860 9.759105e-11 -2213.2857 -2213.2857 -3388.6146 3388.6146
- 1870 1.0700433e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 1880 5.2252041e-09 -2213.2857 -2213.2857 -3388.6147 3388.6147
- 1890 2.809586e-08 -2213.2857 -2213.2857 -3388.6151 3388.6151
- 1900 1.1066537e-07 -2213.2858 -2213.2858 -3388.6165 3388.6165
- 1910 5.2926047e-07 -2213.286 -2213.286 -3388.6225 3388.6225
- 1920 1.9688236e-06 -2213.2869 -2213.2869 -3388.6296 3388.6296
- 1930 8.9708794e-06 -2213.2904 -2213.2904 -3388.4321 3388.4321
- 1940 2.5679605e-05 -2213.3006 -2213.3006 -3387.164 3387.164
- 1950 5.3989135e-05 -2213.3268 -2213.3268 -3384.478 3384.478
- 1960 9.3338371e-07 -2213.3366 -2213.3366 -3383.6052 3383.6052
- 1970 1.9692682e-07 -2213.3368 -2213.3368 -3383.5047 3383.5047
- 1980 4.6996226e-07 -2213.337 -2213.337 -3383.446 3383.446
- 1990 1.709731e-08 -2213.3372 -2213.3372 -3383.4242 3383.4242
- 2000 1.1357802e-07 -2213.3373 -2213.3373 -3383.4483 3383.4483
- 2010 2.8598064e-08 -2213.3373 -2213.3373 -3383.3935 3383.3935
- 2020 8.6657811e-08 -2213.3373 -2213.3373 -3383.3997 3383.3997
-Loop time of 0.172783 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28569783 -2213.33732567 -2213.33733387
- Force two-norm initial, final = 0.33614 0.00828103
- Force max component initial, final = 0.0352185 0.000575638
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.154961 (89.6854)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00137949 (0.798395)
-Outpt time (%) = 0.00106215 (0.614734)
-Other time (%) = 0.0153801 (8.90143)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2020 0 -2213.3373 -2213.3373 -3383.3997 3383.3997
- 2021 4.8028103e-16 -2213.3373 -2213.3373 -3383.3997 3383.3997
-Loop time of 0.00216889 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33733387 -2213.33733387 -2213.33733387
- Force two-norm initial, final = 0.00828103 0.00828103
- Force max component initial, final = 0.000575638 0.000575638
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191808 (88.4357)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.703529)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000235558 (10.8607)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.2819 -2213.2819 -3379.494 3379.494
- 2060 4.1041292e-10 -2213.2819 -2213.2819 -3379.4942 3379.4942
- 2070 4.4998677e-09 -2213.2819 -2213.2819 -3379.4953 3379.4953
- 2080 2.1970279e-08 -2213.2819 -2213.2819 -3379.5002 3379.5002
- 2090 1.1804492e-07 -2213.282 -2213.282 -3379.5272 3379.5272
- 2100 4.6347769e-07 -2213.2822 -2213.2822 -3379.6254 3379.6254
- 2110 2.1842279e-06 -2213.2833 -2213.2833 -3380.1168 3380.1168
- 2120 7.5990356e-06 -2213.2866 -2213.2866 -3381.7368 3381.7368
- 2130 2.2687897e-05 -2213.2958 -2213.2958 -3387.4723 3387.4723
- 2140 2.4331339e-05 -2213.3047 -2213.3047 -3388.3212 3388.3212
- 2150 4.5521183e-05 -2213.3265 -2213.3265 -3387.284 3387.284
- 2160 1.7480413e-06 -2213.3361 -2213.3361 -3381.9907 3381.9907
- 2170 2.1179382e-07 -2213.337 -2213.337 -3383.6583 3383.6583
- 2180 1.1293923e-08 -2213.3371 -2213.3371 -3383.2411 3383.2411
- 2190 1.2268729e-07 -2213.3372 -2213.3372 -3383.497 3383.497
- 2200 2.5870696e-07 -2213.3373 -2213.3373 -3383.3039 3383.3039
- 2210 1.5433334e-08 -2213.3373 -2213.3373 -3383.3466 3383.3466
- 2220 6.8343453e-09 -2213.3373 -2213.3373 -3383.3999 3383.3999
- 2227 2.7344684e-08 -2213.3373 -2213.3373 -3383.3964 3383.3964
-Loop time of 0.177605 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28193621 -2213.33734644 -2213.3373494
- Force two-norm initial, final = 0.689328 0.00700012
- Force max component initial, final = 0.0833432 0.000442433
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.158837 (89.4327)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00146246 (0.823433)
-Outpt time (%) = 0.00118589 (0.667714)
-Other time (%) = 0.0161197 (9.07615)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2227 0 -2213.3373 -2213.3373 -3383.3964 3383.3964
- 2228 3.431916e-16 -2213.3373 -2213.3373 -3383.3964 3383.3964
-Loop time of 0.00215912 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3373494 -2213.3373494 -2213.3373494
- Force two-norm initial, final = 0.00700012 0.00700012
- Force max component initial, final = 0.000442433 0.000442433
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190616 (88.284)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.795053)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000235796 (10.9209)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.2572 -2213.2572 -3375.5826 3375.5826
- 2260 4.8449233e-10 -2213.2572 -2213.2572 -3375.5828 3375.5828
- 2270 5.3122703e-09 -2213.2572 -2213.2572 -3375.5845 3375.5845
- 2280 2.5941141e-08 -2213.2572 -2213.2572 -3375.5916 3375.5916
- 2290 1.3949922e-07 -2213.2572 -2213.2572 -3375.631 3375.631
- 2300 5.4962428e-07 -2213.2575 -2213.2575 -3375.7742 3375.7742
- 2310 2.6322916e-06 -2213.2588 -2213.2588 -3376.4904 3376.4904
- 2320 9.7636218e-06 -2213.263 -2213.263 -3378.843 3378.843
- 2330 3.9612448e-05 -2213.2795 -2213.2795 -3386.9494 3386.9494
- 2340 4.8440939e-05 -2213.2982 -2213.2982 -3386.5143 3386.5143
- 2350 6.344483e-05 -2213.3261 -2213.3261 -3382.6591 3382.6591
- 2360 1.4017164e-06 -2213.3362 -2213.3362 -3385.3554 3385.3554
- 2370 3.7843559e-07 -2213.3367 -2213.3367 -3382.4013 3382.4013
- 2380 5.7258242e-07 -2213.3371 -2213.3371 -3383.1216 3383.1216
- 2390 5.277182e-08 -2213.3372 -2213.3372 -3384.3511 3384.3511
- 2400 1.4337797e-07 -2213.3373 -2213.3373 -3384.3743 3384.3743
- 2410 4.1351677e-08 -2213.3373 -2213.3373 -3382.5717 3382.5717
- 2420 8.5422684e-08 -2213.3373 -2213.3373 -3383.6531 3383.6531
-Loop time of 0.170927 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.25716335 -2213.33732655 -2213.33733571
- Force two-norm initial, final = 0.748959 0.00987455
- Force max component initial, final = 0.0606848 0.00111504
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.153118 (89.5807)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00143552 (0.839843)
-Outpt time (%) = 0.00106287 (0.621827)
-Other time (%) = 0.015311 (8.95762)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2420 0 -2213.3373 -2213.3373 -3383.6531 3383.6531
- 2421 6.8290527e-16 -2213.3373 -2213.3373 -3383.6531 3383.6531
-Loop time of 0.00216293 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33733571 -2213.33733571 -2213.33733571
- Force two-norm initial, final = 0.00987455 0.00987455
- Force max component initial, final = 0.00111504 0.00111504
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190997 (88.3047)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.52588e-05 (0.705467)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000237703 (10.9899)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2213.3278 -2213.3278 -3384.4225 3384.4225
- 2460 4.2863897e-11 -2213.3278 -2213.3278 -3384.4225 3384.4225
- 2470 4.6998571e-10 -2213.3278 -2213.3278 -3384.4224 3384.4224
- 2480 2.2950669e-09 -2213.3278 -2213.3278 -3384.4224 3384.4224
- 2490 1.2341748e-08 -2213.3278 -2213.3278 -3384.4224 3384.4224
- 2500 4.8632291e-08 -2213.3278 -2213.3278 -3384.4221 3384.4221
- 2510 2.329476e-07 -2213.328 -2213.328 -3384.4204 3384.4204
- 2520 8.6881864e-07 -2213.3283 -2213.3283 -3384.4132 3384.4132
- 2530 3.6881124e-06 -2213.3298 -2213.3298 -3384.3595 3384.3595
- 2540 5.7627872e-06 -2213.3321 -2213.3321 -3384.2982 3384.2982
- 2550 7.403341e-06 -2213.3357 -2213.3357 -3383.1036 3383.1036
- 2560 2.2965045e-07 -2213.337 -2213.337 -3383.564 3383.564
- 2570 7.7478715e-08 -2213.3372 -2213.3372 -3383.3603 3383.3603
- 2580 6.7369486e-09 -2213.3372 -2213.3372 -3383.3773 3383.3773
- 2590 8.4148346e-08 -2213.3373 -2213.3373 -3383.3081 3383.3081
- 2600 1.3490159e-07 -2213.3374 -2213.3374 -3383.3498 3383.3498
- 2610 6.5002916e-09 -2213.3374 -2213.3374 -3383.3844 3383.3844
- 2620 2.14697e-09 -2213.3374 -2213.3374 -3383.3776 3383.3776
- 2627 5.9437554e-09 -2213.3374 -2213.3374 -3383.3863 3383.3863
-Loop time of 0.177713 on 1 procs for 177 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.327815 -2213.33738222 -2213.33738274
- Force two-norm initial, final = 0.222772 0.00285014
- Force max component initial, final = 0.0222752 0.000188521
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 177 177
-
-Pair time (%) = 0.159945 (90.0016)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00140929 (0.793016)
-Outpt time (%) = 0.00112271 (0.631757)
-Other time (%) = 0.0152364 (8.57359)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2627 0 -2213.3374 -2213.3374 -3383.3863 3383.3863
- 2628 5.689301e-17 -2213.3374 -2213.3374 -3383.3863 3383.3863
-Loop time of 0.00216103 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738274 -2213.33738274 -2213.33738274
- Force two-norm initial, final = 0.00285014 0.00285014
- Force max component initial, final = 0.000188521 0.000188521
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191212 (88.4819)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.71661e-05 (0.794351)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000231743 (10.7237)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 1950 0 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 1960 9.6005278e-11 -2213.3077 -2213.3077 -3386.2577 3386.2577
- 1970 1.0526577e-09 -2213.3077 -2213.3077 -3386.2576 3386.2576
- 1980 5.1403581e-09 -2213.3077 -2213.3077 -3386.2573 3386.2573
- 1990 2.7640841e-08 -2213.3078 -2213.3078 -3386.2557 3386.2557
- 2000 1.0889613e-07 -2213.3078 -2213.3078 -3386.2498 3386.2498
- 2010 5.2120037e-07 -2213.3081 -2213.3081 -3386.2199 3386.2199
- 2020 1.9445434e-06 -2213.3089 -2213.3089 -3386.112 3386.112
- 2030 8.7364936e-06 -2213.3123 -2213.3123 -3385.5994 3385.5994
- 2040 1.8850127e-05 -2213.3201 -2213.3201 -3385.1573 3385.1573
- 2050 2.3891927e-05 -2213.3315 -2213.3315 -3383.613 3383.613
- 2060 7.8691973e-07 -2213.3368 -2213.3368 -3383.3122 3383.3122
- 2070 1.3735612e-07 -2213.3371 -2213.3371 -3383.5316 3383.5316
- 2080 4.4003067e-07 -2213.3373 -2213.3373 -3383.4249 3383.4249
- 2090 1.606976e-08 -2213.3374 -2213.3374 -3383.3855 3383.3855
- 2100 2.8631351e-08 -2213.3374 -2213.3374 -3383.375 3383.375
- 2110 4.9455598e-09 -2213.3374 -2213.3374 -3383.4204 3383.4204
- 2120 1.8255471e-08 -2213.3374 -2213.3374 -3383.378 3383.378
- 2125 4.0832807e-09 -2213.3374 -2213.3374 -3383.3967 3383.3967
-Loop time of 0.175845 on 1 procs for 175 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.30773729 -2213.33738167 -2213.33738232
- Force two-norm initial, final = 0.333398 0.00513243
- Force max component initial, final = 0.0311417 0.000345599
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 175 175
-
-Pair time (%) = 0.156633 (89.0742)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00162125 (0.921974)
-Outpt time (%) = 0.00114179 (0.649314)
-Other time (%) = 0.0164495 (9.35451)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2125 0 -2213.3374 -2213.3374 -3383.3967 3383.3967
- 2126 1.8449003e-16 -2213.3374 -2213.3374 -3383.3967 3383.3967
-Loop time of 0.00217509 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738232 -2213.33738232 -2213.33738232
- Force two-norm initial, final = 0.00513243 0.00513243
- Force max component initial, final = 0.000345599 0.000345599
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00188804 (86.8026)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.54972e-05 (0.712485)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000271559 (12.4849)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2050 0 -2213.279 -2213.279 -3383.9095 3383.9095
- 2060 2.7846745e-10 -2213.279 -2213.279 -3383.9096 3383.9096
- 2070 3.0531216e-09 -2213.279 -2213.279 -3383.9106 3383.9106
- 2080 1.4905089e-08 -2213.279 -2213.279 -3383.9151 3383.9151
- 2090 8.0041626e-08 -2213.279 -2213.279 -3383.9397 3383.9397
- 2100 3.1359058e-07 -2213.2792 -2213.2792 -3384.0291 3384.0291
- 2110 1.4634588e-06 -2213.2799 -2213.2799 -3384.4729 3384.4729
- 2120 4.9142289e-06 -2213.282 -2213.282 -3385.8876 3385.8876
- 2130 1.4128599e-05 -2213.2877 -2213.2877 -3390.0451 3390.0451
- 2140 2.9224409e-05 -2213.2995 -2213.2995 -3387.4629 3387.4629
- 2150 5.6498385e-05 -2213.3266 -2213.3266 -3384.1584 3384.1584
- 2160 4.0749685e-06 -2213.336 -2213.336 -3385.0199 3385.0199
- 2170 8.2333881e-07 -2213.3364 -2213.3364 -3382.892 3382.892
- 2180 1.0497419e-06 -2213.3368 -2213.3368 -3383.4746 3383.4746
- 2190 2.76085e-07 -2213.3371 -2213.3371 -3384.5949 3384.5949
- 2200 6.106254e-08 -2213.3372 -2213.3372 -3383.104 3383.104
- 2210 1.5256666e-07 -2213.3373 -2213.3373 -3383.2975 3383.2975
- 2220 2.6704862e-08 -2213.3373 -2213.3373 -3383.6073 3383.6073
- 2230 6.8526677e-08 -2213.3373 -2213.3373 -3383.5852 3383.5852
- 2236 2.1545678e-08 -2213.3373 -2213.3373 -3383.3888 3383.3888
-Loop time of 0.190585 on 1 procs for 186 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2789707 -2213.33734712 -2213.33734808
- Force two-norm initial, final = 0.56781 0.00735174
- Force max component initial, final = 0.0625 0.000470746
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 186 186
-
-Pair time (%) = 0.171801 (90.144)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0016675 (0.874938)
-Outpt time (%) = 0.00120163 (0.630496)
-Other time (%) = 0.0159149 (8.35057)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2236 0 -2213.3373 -2213.3373 -3383.3888 3383.3888
- 2237 3.7853564e-16 -2213.3373 -2213.3373 -3383.3888 3383.3888
-Loop time of 0.0022192 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33734808 -2213.33734808 -2213.33734808
- Force two-norm initial, final = 0.00735174 0.00735174
- Force max component initial, final = 0.000470746 0.000470746
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0019989 (90.0731)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.719811)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000204325 (9.20713)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2150 0 -2213.2611 -2213.2611 -3398.2674 3398.2674
- 2160 4.7985913e-10 -2213.2611 -2213.2611 -3398.2673 3398.2673
- 2170 5.261146e-09 -2213.2611 -2213.2611 -3398.266 3398.266
- 2180 2.5683615e-08 -2213.2611 -2213.2611 -3398.2604 3398.2604
- 2190 1.3789868e-07 -2213.2612 -2213.2612 -3398.2297 3398.2297
- 2200 5.398879e-07 -2213.2614 -2213.2614 -3398.1179 3398.1179
- 2210 2.5107264e-06 -2213.2626 -2213.2626 -3397.5511 3397.5511
- 2220 8.2992308e-06 -2213.2662 -2213.2662 -3395.6017 3395.6017
- 2230 2.0633248e-05 -2213.2745 -2213.2745 -3388.0163 3388.0163
- 2240 3.3601887e-05 -2213.2879 -2213.2879 -3389.4631 3389.4631
- 2250 7.0060093e-05 -2213.3216 -2213.3216 -3384.6395 3384.6395
- 2260 7.9442438e-06 -2213.3343 -2213.3343 -3374.7414 3374.7414
- 2270 7.2349333e-07 -2213.3363 -2213.3363 -3383.5294 3383.5294
- 2280 1.1398035e-06 -2213.3367 -2213.3367 -3384.2951 3384.2951
- 2290 3.2511029e-07 -2213.3372 -2213.3372 -3382.3635 3382.3635
- 2300 4.6408892e-08 -2213.3372 -2213.3372 -3383.6608 3383.6608
- 2310 1.4104966e-07 -2213.3373 -2213.3373 -3383.9878 3383.9878
- 2320 2.4891615e-08 -2213.3373 -2213.3373 -3383.1277 3383.1277
- 2330 6.260943e-09 -2213.3373 -2213.3373 -3383.5759 3383.5759
- 2333 9.4099887e-09 -2213.3373 -2213.3373 -3383.403 3383.403
-Loop time of 0.185613 on 1 procs for 183 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.26108707 -2213.33733837 -2213.33733897
- Force two-norm initial, final = 0.745371 0.00781094
- Force max component initial, final = 0.0730043 0.000540572
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 183 183
-
-Pair time (%) = 0.1679 (90.4567)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00154209 (0.830809)
-Outpt time (%) = 0.00126696 (0.682579)
-Other time (%) = 0.0149045 (8.02987)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2333 0 -2213.3373 -2213.3373 -3383.403 3383.403
- 2334 4.2729997e-16 -2213.3373 -2213.3373 -3383.403 3383.403
-Loop time of 0.00216818 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33733897 -2213.33733897 -2213.33733897
- Force two-norm initial, final = 0.00781094 0.00781094
- Force max component initial, final = 0.000540572 0.000540572
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190496 (87.8601)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.73675)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.00024724 (11.4031)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.3202 -2213.3202 -3392.9843 3392.9843
- 2260 7.5019294e-11 -2213.3202 -2213.3202 -3392.9842 3392.9842
- 2270 8.2254855e-10 -2213.3202 -2213.3202 -3392.9829 3392.9829
- 2280 4.0165229e-09 -2213.3202 -2213.3202 -3392.9771 3392.9771
- 2290 2.1593311e-08 -2213.3202 -2213.3202 -3392.9454 3392.9454
- 2300 8.4999882e-08 -2213.3202 -2213.3202 -3392.8299 3392.8299
- 2310 4.0526557e-07 -2213.3204 -2213.3204 -3392.2509 3392.2509
- 2320 1.4896325e-06 -2213.321 -2213.321 -3390.3311 3390.3311
- 2330 6.3507607e-06 -2213.3235 -2213.3235 -3383.617 3383.617
- 2340 1.1918931e-05 -2213.3285 -2213.3285 -3385.1363 3385.1363
- 2350 1.4402295e-05 -2213.3355 -2213.3355 -3383.4328 3383.4328
- 2360 6.6854132e-07 -2213.3363 -2213.3363 -3378.8113 3378.8113
- 2370 2.2765377e-07 -2213.3366 -2213.3366 -3383.4181 3383.4181
- 2380 8.759794e-07 -2213.337 -2213.337 -3384.07 3384.07
- 2390 3.9799916e-08 -2213.3373 -2213.3373 -3382.7384 3382.7384
- 2400 9.5798875e-09 -2213.3374 -2213.3374 -3383.5819 3383.5819
- 2410 4.1403497e-08 -2213.3374 -2213.3374 -3383.7938 3383.7938
- 2420 3.5463257e-09 -2213.3374 -2213.3374 -3383.1829 3383.1829
- 2421 4.3850101e-09 -2213.3374 -2213.3374 -3383.3282 3383.3282
-Loop time of 0.170143 on 1 procs for 171 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.32015715 -2213.33738337 -2213.33738379
- Force two-norm initial, final = 0.294714 0.00452903
- Force max component initial, final = 0.0683941 0.00121877
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 171 171
-
-Pair time (%) = 0.150608 (88.5186)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00136685 (0.803355)
-Outpt time (%) = 0.00113153 (0.665049)
-Other time (%) = 0.0170364 (10.013)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2421 0 -2213.3374 -2213.3374 -3383.3282 3383.3282
- 2422 1.436605e-16 -2213.3374 -2213.3374 -3383.3282 3383.3282
-Loop time of 0.00213218 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738379 -2213.33738379 -2213.33738379
- Force two-norm initial, final = 0.00452903 0.00452903
- Force max component initial, final = 0.00121877 0.00121877
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00184989 (86.7606)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.5974e-05 (0.749189)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000266314 (12.4902)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2350 0 -2213.2843 -2213.2843 -3394.0284 3394.0284
- 2360 2.2311245e-10 -2213.2843 -2213.2843 -3394.0283 3394.0283
- 2370 2.4462886e-09 -2213.2843 -2213.2843 -3394.0273 3394.0273
- 2380 1.194458e-08 -2213.2843 -2213.2843 -3394.0231 3394.0231
- 2390 6.4197323e-08 -2213.2844 -2213.2844 -3393.9995 3393.9995
- 2400 2.523926e-07 -2213.2845 -2213.2845 -3393.914 3393.914
- 2410 1.196772e-06 -2213.2851 -2213.2851 -3393.4824 3393.4824
- 2420 4.2889245e-06 -2213.2869 -2213.2869 -3392.0216 3392.0216
- 2430 1.5964059e-05 -2213.2933 -2213.2933 -3386.3863 3386.3863
- 2440 2.8858869e-05 -2213.305 -2213.305 -3386.1329 3386.1329
- 2450 4.7229145e-05 -2213.327 -2213.327 -3382.3121 3382.3121
- 2460 1.2378775e-06 -2213.336 -2213.336 -3379.1759 3379.1759
- 2470 2.9889387e-07 -2213.3367 -2213.3367 -3383.3725 3383.3725
- 2480 8.5955445e-07 -2213.3371 -2213.3371 -3383.6767 3383.6767
- 2490 4.7569238e-09 -2213.3373 -2213.3373 -3384.1802 3384.1802
- 2500 1.2051995e-08 -2213.3374 -2213.3374 -3383.2438 3383.2438
- 2510 3.1320506e-08 -2213.3374 -2213.3374 -3383.1235 3383.1235
- 2520 3.101594e-10 -2213.3374 -2213.3374 -3383.4805 3383.4805
- 2526 2.1687063e-09 -2213.3374 -2213.3374 -3383.4174 3383.4174
-Loop time of 0.177149 on 1 procs for 176 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.28432503 -2213.33737947 -2213.33737967
- Force two-norm initial, final = 0.50825 0.00407659
- Force max component initial, final = 0.0632063 0.000344708
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 176 176
-
-Pair time (%) = 0.158315 (89.3682)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00141191 (0.797021)
-Outpt time (%) = 0.00115061 (0.649514)
-Other time (%) = 0.0162716 (9.18525)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2526 0 -2213.3374 -2213.3374 -3383.4174 3383.4174
- 2530 1.8622614e-15 -2213.3374 -2213.3374 -3383.4174 3383.4174
- 2540 4.0177888e-14 -2213.3374 -2213.3374 -3383.4174 3383.4174
- 2550 3.1426513e-13 -2213.3374 -2213.3374 -3383.4173 3383.4173
- 2560 1.472613e-12 -2213.3374 -2213.3374 -3383.4173 3383.4173
- 2570 7.3857946e-12 -2213.3374 -2213.3374 -3383.4172 3383.4172
- 2580 2.9626513e-11 -2213.3374 -2213.3374 -3383.4167 3383.4167
- 2590 1.3703204e-10 -2213.3374 -2213.3374 -3383.4146 3383.4146
-Loop time of 0.064496 on 1 procs for 64 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737967 -2213.33737974 -2213.33737975
- Force two-norm initial, final = 0.00407659 0.00403716
- Force max component initial, final = 0.000344708 0.000336869
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 64 64
-
-Pair time (%) = 0.0568862 (88.2011)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000531912 (0.82472)
-Outpt time (%) = 0.000393867 (0.610685)
-Other time (%) = 0.00668406 (10.3635)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2100 0 -2210.7729 -2210.7729 -2967.8793 2967.8793
- 2110 4.1246415e-10 -2210.7729 -2210.7729 -2967.879 2967.879
- 2120 4.5225607e-09 -2210.7729 -2210.7729 -2967.8763 2967.8763
- 2130 2.2088106e-08 -2210.7729 -2210.7729 -2967.8643 2967.8643
- 2140 1.1883177e-07 -2210.773 -2210.773 -2967.7987 2967.7987
- 2150 4.698326e-07 -2210.7732 -2210.7732 -2967.5592 2967.5592
- 2160 2.2700454e-06 -2210.7743 -2210.7743 -2966.3447 2966.3447
- 2170 8.9300962e-06 -2210.7777 -2210.7777 -2962.1294 2962.1294
- 2180 2.4920096e-05 -2210.7869 -2210.7869 -2947.0925 2947.0925
- 2190 1.262883e-07 -2210.7923 -2210.7923 -2947.6718 2947.6718
- 2200 3.6077565e-06 -2210.7941 -2210.7941 -2947.8637 2947.8637
- 2210 1.239225e-05 -2210.7997 -2210.7997 -2944.7107 2944.7107
- 2220 6.0604768e-07 -2210.8059 -2210.8059 -2939.1749 2939.1749
- 2230 6.4295145e-06 -2210.8091 -2210.8091 -2936.6174 2936.6174
- 2240 7.4418738e-08 -2210.8164 -2210.8164 -2927.8213 2927.8213
- 2250 1.9477739e-07 -2210.8167 -2210.8167 -2927.3382 2927.3382
- 2260 1.2755962e-08 -2210.8173 -2210.8173 -2926.5328 2926.5328
- 2270 5.4045486e-07 -2210.8177 -2210.8177 -2926.0356 2926.0356
- 2280 2.9465389e-08 -2210.8186 -2210.8186 -2924.4239 2924.4239
- 2290 7.1059813e-08 -2210.8187 -2210.8187 -2924.2802 2924.2802
- 2300 3.6569336e-09 -2210.8189 -2210.8189 -2923.8212 2923.8212
-Loop time of 0.202761 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.7729333 -2210.81885658 -2210.81885774
- Force two-norm initial, final = 0.691047 0.0260478
- Force max component initial, final = 0.105579 0.00180945
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.186224 (91.8442)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00163412 (0.805934)
-Outpt time (%) = 0.00133944 (0.660598)
-Other time (%) = 0.0135632 (6.68923)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2300 0 -2210.8189 -2210.8189 -2923.8212 2923.8212
- 2310 5.8602133e-13 -2210.8189 -2210.8189 -2923.8212 2923.8212
- 2320 6.4258883e-12 -2210.8189 -2210.8189 -2923.8212 2923.8212
- 2330 3.1390421e-11 -2210.8189 -2210.8189 -2923.8211 2923.8211
- 2340 1.6907981e-10 -2210.8189 -2210.8189 -2923.8209 2923.8209
- 2350 6.7127571e-10 -2210.8189 -2210.8189 -2923.8202 2923.8202
- 2360 3.3186455e-09 -2210.8189 -2210.8189 -2923.8163 2923.8163
- 2370 1.4301135e-08 -2210.8189 -2210.8189 -2923.802 2923.802
- 2380 8.1184054e-08 -2210.8189 -2210.8189 -2923.7212 2923.7212
- 2390 2.0875285e-07 -2210.819 -2210.819 -2923.4777 2923.4777
- 2400 5.8802415e-07 -2210.8193 -2210.8193 -2922.4958 2922.4958
- 2410 1.8769502e-10 -2210.8194 -2210.8194 -2921.9696 2921.9696
- 2415 2.4146446e-09 -2210.8194 -2210.8194 -2921.9615 2921.9615
-Loop time of 0.117565 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.81885774 -2210.81938017 -2210.81938057
- Force two-norm initial, final = 0.0260478 0.00887173
- Force max component initial, final = 0.00180945 0.000613346
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.108153 (91.994)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000929832 (0.79091)
-Outpt time (%) = 0.000740051 (0.629483)
-Other time (%) = 0.0077424 (6.58564)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2250 0 -2213.2957 -2213.2957 -3384.9846 3384.9846
- 2260 1.3985674e-10 -2213.2957 -2213.2957 -3384.9847 3384.9847
- 2270 1.5334501e-09 -2213.2957 -2213.2957 -3384.9849 3384.9849
- 2280 7.4876536e-09 -2213.2957 -2213.2957 -3384.9858 3384.9858
- 2290 4.02489e-08 -2213.2957 -2213.2957 -3384.9911 3384.9911
- 2300 1.5833913e-07 -2213.2958 -2213.2958 -3385.0103 3385.0103
- 2310 7.5293729e-07 -2213.2962 -2213.2962 -3385.1048 3385.1048
- 2320 2.7365972e-06 -2213.2973 -2213.2973 -3385.3952 3385.3952
- 2330 1.1244909e-05 -2213.3018 -2213.3018 -3386.0244 3386.0244
- 2340 2.5840358e-05 -2213.3122 -2213.3122 -3384.1289 3384.1289
- 2350 4.1152973e-05 -2213.3323 -2213.3323 -3384.0168 3384.0168
- 2360 1.4553291e-06 -2213.3351 -2213.3351 -3384.719 3384.719
- 2370 5.4767725e-07 -2213.3354 -2213.3354 -3384.0382 3384.0382
- 2380 1.6854941e-06 -2213.3362 -2213.3362 -3384.0122 3384.0122
- 2390 1.5598347e-07 -2213.3369 -2213.3369 -3383.4317 3383.4317
- 2400 4.0305476e-08 -2213.3369 -2213.3369 -3383.4469 3383.4469
- 2410 3.4028301e-07 -2213.3371 -2213.3371 -3383.5493 3383.5493
- 2420 4.4445479e-07 -2213.3374 -2213.3374 -3383.1509 3383.1509
- 2430 3.9187387e-09 -2213.3374 -2213.3374 -3383.4685 3383.4685
- 2431 4.8187594e-09 -2213.3374 -2213.3374 -3383.4184 3383.4184
-Loop time of 0.182766 on 1 procs for 181 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.2957145 -2213.3373868 -2213.3373872
- Force two-norm initial, final = 0.402399 0.00318128
- Force max component initial, final = 0.0392624 0.000297337
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 181 181
-
-Pair time (%) = 0.162217 (88.7569)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00162959 (0.891627)
-Outpt time (%) = 0.00125885 (0.688777)
-Other time (%) = 0.0176601 (9.66271)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2431 0 -2213.3374 -2213.3374 -3383.4184 3383.4184
- 2432 7.0880876e-17 -2213.3374 -2213.3374 -3383.4184 3383.4184
-Loop time of 0.00217891 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3373872 -2213.3373872 -2213.3373872
- Force two-norm initial, final = 0.00318128 0.00318128
- Force max component initial, final = 0.000297337 0.000297337
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00193501 (88.8062)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.81198e-05 (0.831601)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000225782 (10.3622)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2400 0 -2210.788 -2210.788 -2941.47 2941.47
- 2410 2.717718e-10 -2210.788 -2210.788 -2941.47 2941.47
- 2420 2.9799393e-09 -2210.788 -2210.788 -2941.4692 2941.4692
- 2430 1.455482e-08 -2210.788 -2210.788 -2941.4659 2941.4659
- 2440 7.8326e-08 -2210.7881 -2210.7881 -2941.4479 2941.4479
- 2450 3.100633e-07 -2210.7882 -2210.7882 -2941.3819 2941.3819
- 2460 1.5065646e-06 -2210.7889 -2210.7889 -2941.0444 2941.0444
- 2470 6.0840077e-06 -2210.7912 -2210.7912 -2939.8331 2939.8331
- 2480 2.0190612e-05 -2210.7986 -2210.7986 -2934.8229 2934.8229
- 2490 8.4271542e-08 -2210.8052 -2210.8052 -2934.681 2934.681
- 2500 2.4753356e-06 -2210.8064 -2210.8064 -2935.7736 2935.7736
- 2510 8.9188865e-06 -2210.8105 -2210.8105 -2934.8988 2934.8988
- 2520 3.2188083e-07 -2210.8138 -2210.8138 -2931.5796 2931.5796
- 2530 2.865221e-06 -2210.8152 -2210.8152 -2930.5088 2930.5088
- 2540 6.5344003e-08 -2210.8181 -2210.8181 -2926.2236 2926.2236
- 2550 8.6690346e-08 -2210.8182 -2210.8182 -2925.2698 2925.2698
- 2560 6.9449439e-07 -2210.8187 -2210.8187 -2924.4086 2924.4086
- 2570 2.8724959e-10 -2210.8189 -2210.8189 -2923.9471 2923.9471
- 2580 5.5647633e-08 -2210.819 -2210.819 -2923.8536 2923.8536
- 2590 2.3757789e-07 -2210.8191 -2210.8191 -2923.4132 2923.4132
- 2600 4.6174826e-09 -2210.8193 -2210.8193 -2922.481 2922.481
-Loop time of 0.19888 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.78801151 -2210.81930562 -2210.81930692
- Force two-norm initial, final = 0.56094 0.0127789
- Force max component initial, final = 0.150366 0.000849706
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.182968 (91.9993)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00159454 (0.801761)
-Outpt time (%) = 0.00133061 (0.669053)
-Other time (%) = 0.0129867 (6.52989)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2600 0 -2210.8193 -2210.8193 -2922.481 2922.481
- 2610 1.4104605e-13 -2210.8193 -2210.8193 -2922.481 2922.481
- 2620 1.5465914e-12 -2210.8193 -2210.8193 -2922.481 2922.481
- 2630 7.5544895e-12 -2210.8193 -2210.8193 -2922.481 2922.481
- 2640 4.0677571e-11 -2210.8193 -2210.8193 -2922.4809 2922.4809
- 2650 1.6121201e-10 -2210.8193 -2210.8193 -2922.4805 2922.4805
- 2660 7.913495e-10 -2210.8193 -2210.8193 -2922.4788 2922.4788
- 2670 3.2526764e-09 -2210.8193 -2210.8193 -2922.4725 2922.4725
- 2680 1.6588649e-08 -2210.8193 -2210.8193 -2922.4389 2922.4389
- 2690 5.0737643e-08 -2210.8193 -2210.8193 -2922.3285 2922.3285
- 2700 1.5431378e-07 -2210.8194 -2210.8194 -2921.8145 2921.8145
- 2705 1.3283532e-07 -2210.8194 -2210.8194 -2921.3323 2921.3323
-Loop time of 0.10693 on 1 procs for 105 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.81930692 -2210.8194398 -2210.81944388
- Force two-norm initial, final = 0.0127789 0.00258959
- Force max component initial, final = 0.000849706 0.000179098
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 105 105
-
-Pair time (%) = 0.0983393 (91.9661)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000846148 (0.79131)
-Outpt time (%) = 0.000670195 (0.62676)
-Other time (%) = 0.00707436 (6.61587)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2550 0 -2213.2565 -2213.2565 -3376.0644 3376.0644
- 2560 4.7353658e-10 -2213.2565 -2213.2565 -3376.0646 3376.0646
- 2570 5.1918294e-09 -2213.2565 -2213.2565 -3376.0671 3376.0671
- 2580 2.5345296e-08 -2213.2565 -2213.2565 -3376.0777 3376.0777
- 2590 1.3608437e-07 -2213.2566 -2213.2566 -3376.1356 3376.1356
- 2600 5.3281307e-07 -2213.2568 -2213.2568 -3376.3462 3376.3462
- 2610 2.4786184e-06 -2213.258 -2213.258 -3377.3963 3377.3963
- 2620 8.205089e-06 -2213.2616 -2213.2616 -3380.8079 3380.8079
- 2630 2.0903361e-05 -2213.27 -2213.27 -3391.8895 3391.8895
- 2640 3.5733333e-05 -2213.284 -2213.284 -3388.8351 3388.8351
- 2650 7.3789858e-05 -2213.3202 -2213.3202 -3388.7434 3388.7434
- 2660 5.9960772e-06 -2213.3324 -2213.3324 -3392.9043 3392.9043
- 2670 2.6098042e-06 -2213.3367 -2213.3367 -3382.4314 3382.4314
- 2680 2.0817625e-07 -2213.3368 -2213.3368 -3384.1442 3384.1442
- 2690 4.5811276e-07 -2213.337 -2213.337 -3382.7857 3382.7857
- 2700 9.3155363e-09 -2213.3372 -2213.3372 -3382.9373 3382.9373
- 2710 6.4521508e-09 -2213.3373 -2213.3373 -3383.4922 3383.4922
- 2720 2.0009404e-08 -2213.3373 -2213.3373 -3383.3668 3383.3668
- 2730 8.5425347e-08 -2213.3374 -2213.3374 -3383.4398 3383.4398
-Loop time of 0.180418 on 1 procs for 180 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.25650649 -2213.3373643 -2213.33737054
- Force two-norm initial, final = 0.740445 0.00745891
- Force max component initial, final = 0.0685478 0.000883885
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 180 180
-
-Pair time (%) = 0.161377 (89.4464)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.0014379 (0.796984)
-Outpt time (%) = 0.00112987 (0.626249)
-Other time (%) = 0.0164728 (9.13036)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2730 0 -2213.3374 -2213.3374 -3383.4398 3383.4398
- 2731 3.8965179e-16 -2213.3374 -2213.3374 -3383.4398 3383.4398
-Loop time of 0.00213408 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737054 -2213.33737054 -2213.33737054
- Force two-norm initial, final = 0.00745891 0.00745891
- Force max component initial, final = 0.000883885 0.000883885
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.0018487 (86.6272)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.69277e-05 (0.793207)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000268459 (12.5796)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2210.7875 -2210.7875 -2921.2253 2921.2253
- 2710 4.3849904e-10 -2210.7875 -2210.7875 -2921.2254 2921.2254
- 2720 4.8080804e-09 -2210.7875 -2210.7875 -2921.2261 2921.2261
- 2730 2.3484002e-08 -2210.7875 -2210.7875 -2921.2291 2921.2291
- 2740 1.2637858e-07 -2210.7875 -2210.7875 -2921.2454 2921.2454
- 2750 5.0030956e-07 -2210.7878 -2210.7878 -2921.3051 2921.3051
- 2760 2.4309811e-06 -2210.7889 -2210.7889 -2921.6058 2921.6058
- 2770 9.8029412e-06 -2210.7927 -2210.7927 -2922.6363 2922.6363
- 2780 2.9727756e-05 -2210.8036 -2210.8036 -2926.3268 2926.3268
- 2790 7.7909667e-08 -2210.8078 -2210.8078 -2927.8729 2927.8729
- 2800 2.2359717e-06 -2210.8089 -2210.8089 -2927.4122 2927.4122
- 2810 6.1963956e-06 -2210.8118 -2210.8118 -2926.7828 2926.7828
- 2820 2.4428475e-07 -2210.8147 -2210.8147 -2926.9446 2926.9446
- 2830 2.5773621e-06 -2210.8159 -2210.8159 -2925.837 2925.837
- 2840 3.3120249e-08 -2210.8184 -2210.8184 -2923.7207 2923.7207
- 2850 6.6456992e-08 -2210.8185 -2210.8185 -2923.6978 2923.6978
- 2860 4.3130811e-09 -2210.8187 -2210.8187 -2923.3292 2923.3292
- 2870 1.8148807e-07 -2210.8189 -2210.8189 -2923.1346 2923.1346
- 2880 9.8118539e-09 -2210.8192 -2210.8192 -2922.422 2922.422
- 2890 2.3962018e-08 -2210.8192 -2210.8192 -2922.368 2922.368
- 2900 1.0538236e-08 -2210.8192 -2210.8192 -2922.3417 2922.3417
-Loop time of 0.198874 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.78746295 -2210.81919575 -2210.81919728
- Force two-norm initial, final = 0.712523 0.0170138
- Force max component initial, final = 0.0715418 0.00121796
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.182559 (91.7961)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00161266 (0.810897)
-Outpt time (%) = 0.00132155 (0.664518)
-Other time (%) = 0.0133812 (6.7285)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2900 0 -2210.8192 -2210.8192 -2922.3417 2922.3417
- 2910 2.5001933e-13 -2210.8192 -2210.8192 -2922.3417 2922.3417
- 2920 2.7414228e-12 -2210.8192 -2210.8192 -2922.3417 2922.3417
- 2930 1.3388206e-11 -2210.8192 -2210.8192 -2922.3417 2922.3417
- 2940 7.2031936e-11 -2210.8192 -2210.8192 -2922.3416 2922.3416
- 2950 2.8428363e-10 -2210.8192 -2210.8192 -2922.3413 2922.3413
- 2960 1.3740555e-09 -2210.8192 -2210.8192 -2922.3395 2922.3395
- 2970 5.2326376e-09 -2210.8192 -2210.8192 -2922.3332 2922.3332
- 2980 2.4461595e-08 -2210.8192 -2210.8192 -2922.3017 2922.3017
- 2990 8.6005219e-08 -2210.8192 -2210.8192 -2922.1935 2922.1935
- 3000 3.0664643e-07 -2210.8194 -2210.8194 -2921.698 2921.698
- 3003 3.7174658e-07 -2210.8194 -2210.8194 -2921.4041 2921.4041
-Loop time of 0.10325 on 1 procs for 103 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.81919728 -2210.81941514 -2210.81942806
- Force two-norm initial, final = 0.0170138 0.00497533
- Force max component initial, final = 0.00121796 0.000351084
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 103 103
-
-Pair time (%) = 0.0950263 (92.0351)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.000826597 (0.800578)
-Outpt time (%) = 0.000650883 (0.630395)
-Other time (%) = 0.00674629 (6.53394)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2850 0 -2213.2626 -2213.2626 -3389.6783 3389.6783
- 2860 2.3366668e-10 -2213.2626 -2213.2626 -3389.6783 3389.6783
- 2870 2.5620529e-09 -2213.2626 -2213.2626 -3389.6783 3389.6783
- 2880 1.2510919e-08 -2213.2626 -2213.2626 -3389.6781 3389.6781
- 2890 6.7270647e-08 -2213.2627 -2213.2627 -3389.6773 3389.6773
- 2900 2.6495468e-07 -2213.2628 -2213.2628 -3389.6744 3389.6744
- 2910 1.2667002e-06 -2213.2634 -2213.2634 -3389.6583 3389.6583
- 2920 4.6875287e-06 -2213.2654 -2213.2654 -3389.5875 3389.5875
- 2930 1.9552723e-05 -2213.2733 -2213.2733 -3389.0209 3389.0209
- 2940 3.6464704e-05 -2213.2879 -2213.2879 -3387.5863 3387.5863
- 2950 7.3647367e-05 -2213.323 -2213.323 -3384.6976 3384.6976
- 2960 7.900643e-07 -2213.3361 -2213.3361 -3383.7939 3383.7939
- 2970 2.8206522e-07 -2213.3366 -2213.3366 -3383.5591 3383.5591
- 2980 7.9844771e-07 -2213.337 -2213.337 -3383.5259 3383.5259
- 2990 4.8234216e-08 -2213.3373 -2213.3373 -3383.3264 3383.3264
- 3000 2.4854974e-08 -2213.3374 -2213.3374 -3383.3588 3383.3588
- 3010 3.5744823e-08 -2213.3374 -2213.3374 -3383.3867 3383.3867
- 3018 1.182628e-08 -2213.3374 -2213.3374 -3383.3948 3383.3948
-Loop time of 0.167153 on 1 procs for 168 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.26262303 -2213.33737828 -2213.33737942
- Force two-norm initial, final = 0.520132 0.00492247
- Force max component initial, final = 0.0761579 0.0003736
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 168 168
-
-Pair time (%) = 0.149857 (89.6524)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00137448 (0.822291)
-Outpt time (%) = 0.00106096 (0.634726)
-Other time (%) = 0.0148609 (8.89058)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3018 0 -2213.3374 -2213.3374 -3383.3948 3383.3948
- 3019 1.6970389e-16 -2213.3374 -2213.3374 -3383.3948 3383.3948
-Loop time of 0.00214791 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737942 -2213.33737942 -2213.33737942
- Force two-norm initial, final = 0.00492247 0.00492247
- Force max component initial, final = 0.0003736 0.0003736
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00190592 (88.7335)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.50204e-05 (0.699301)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000226974 (10.5672)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3000 0 -2210.7635 -2210.7635 -2990.3416 2990.3416
- 3010 9.2425308e-10 -2210.7635 -2210.7635 -2990.3416 2990.3416
- 3020 1.013388e-08 -2210.7635 -2210.7635 -2990.3414 2990.3414
- 3030 4.9485413e-08 -2210.7635 -2210.7635 -2990.3405 2990.3405
- 3040 2.6601212e-07 -2210.7636 -2210.7636 -2990.3357 2990.3357
- 3050 1.0480283e-06 -2210.7641 -2210.7641 -2990.3175 2990.3175
- 3060 4.9843445e-06 -2210.7664 -2210.7664 -2990.2086 2990.2086
- 3070 1.8196433e-05 -2210.7736 -2210.7736 -2989.6083 2989.6083
- 3080 3.4803095e-05 -2210.787 -2210.787 -2983.8059 2983.8059
- 3090 1.3412422e-07 -2210.7915 -2210.7915 -2977.0237 2977.0237
- 3100 3.4970641e-06 -2210.7933 -2210.7933 -2976.2013 2976.2013
- 3110 1.2101084e-05 -2210.7986 -2210.7986 -2968.5601 2968.5601
- 3120 7.5960261e-07 -2210.805 -2210.805 -2956.7557 2956.7557
- 3130 6.9281411e-06 -2210.8084 -2210.8084 -2950.3744 2950.3744
- 3140 2.1488689e-07 -2210.8161 -2210.8161 -2932.0356 2932.0356
- 3150 2.2681179e-07 -2210.8165 -2210.8165 -2931.1534 2931.1534
- 3160 1.3924044e-08 -2210.8172 -2210.8172 -2929.7223 2929.7223
- 3170 5.7727535e-07 -2210.8176 -2210.8176 -2928.8451 2928.8451
- 3180 3.1480161e-08 -2210.8185 -2210.8185 -2926.1092 2926.1092
- 3190 7.5484366e-08 -2210.8186 -2210.8186 -2925.88 2925.88
- 3200 3.8950711e-09 -2210.8188 -2210.8188 -2925.1602 2925.1602
-Loop time of 0.204669 on 1 procs for 200 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = max iterations
- Energy initial, next-to-last, final =
- -2210.76347178 -2210.81881501 -2210.81881625
- Force two-norm initial, final = 1.03445 0.0268825
- Force max component initial, final = 0.102997 0.00189104
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 200 200
-
-Pair time (%) = 0.18813 (91.919)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00166202 (0.812051)
-Outpt time (%) = 0.00139952 (0.683795)
-Other time (%) = 0.0134778 (6.58517)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14230 ave 14230 max 14230 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14230
-Ave neighs/atom = 27.8474
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3200 0 -2210.8188 -2210.8188 -2925.1602 2925.1602
- 3210 6.2418299e-13 -2210.8188 -2210.8188 -2925.1602 2925.1602
- 3220 6.8443407e-12 -2210.8188 -2210.8188 -2925.1602 2925.1602
- 3230 3.3434531e-11 -2210.8188 -2210.8188 -2925.1601 2925.1601
- 3240 1.8008948e-10 -2210.8188 -2210.8188 -2925.1598 2925.1598
- 3250 7.149727e-10 -2210.8188 -2210.8188 -2925.1586 2925.1586
- 3260 3.5344124e-09 -2210.8188 -2210.8188 -2925.1525 2925.1525
- 3270 1.5223557e-08 -2210.8188 -2210.8188 -2925.1301 2925.1301
- 3280 8.6448584e-08 -2210.8189 -2210.8189 -2925.0031 2925.0031
- 3290 2.2273374e-07 -2210.819 -2210.819 -2924.6231 2924.6231
- 3300 6.281021e-07 -2210.8193 -2210.8193 -2923.116 2923.116
- 3310 2.0249275e-10 -2210.8194 -2210.8194 -2922.3256 2922.3256
- 3315 2.6067974e-09 -2210.8194 -2210.8194 -2922.3149 2922.3149
-Loop time of 0.117971 on 1 procs for 115 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2210.81881625 -2210.81937404 -2210.81937447
- Force two-norm initial, final = 0.0268825 0.00921546
- Force max component initial, final = 0.00189104 0.000621013
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 115 115
-
-Pair time (%) = 0.108736 (92.1717)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00102711 (0.870644)
-Outpt time (%) = 0.000731945 (0.620445)
-Other time (%) = 0.00747609 (6.33723)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14228 ave 14228 max 14228 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14228
-Ave neighs/atom = 27.8434
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2450 0 -2213.3047 -2213.3047 -3388.4226 3388.4226
- 2460 7.7585564e-11 -2213.3047 -2213.3047 -3388.4226 3388.4226
- 2470 8.506936e-10 -2213.3047 -2213.3047 -3388.4223 3388.4223
- 2480 4.1541375e-09 -2213.3047 -2213.3047 -3388.4212 3388.4212
- 2490 2.2338011e-08 -2213.3047 -2213.3047 -3388.4152 3388.4152
- 2500 8.8011716e-08 -2213.3047 -2213.3047 -3388.3933 3388.3933
- 2510 4.213848e-07 -2213.3049 -2213.3049 -3388.2832 3388.2832
- 2520 1.5768872e-06 -2213.3056 -2213.3056 -3387.9123 3387.9123
- 2530 7.3455894e-06 -2213.3084 -2213.3084 -3386.5075 3386.5075
- 2540 1.6663334e-05 -2213.3153 -2213.3153 -3385.9638 3385.9638
- 2550 3.0708075e-05 -2213.3304 -2213.3304 -3384.1457 3384.1457
- 2560 2.3946628e-07 -2213.3371 -2213.3371 -3382.7852 3382.7852
- 2570 5.7379092e-08 -2213.3372 -2213.3372 -3383.4046 3383.4046
- 2580 1.7649567e-07 -2213.3373 -2213.3373 -3383.5059 3383.5059
- 2590 4.2238132e-09 -2213.3374 -2213.3374 -3383.5793 3383.5793
- 2600 4.5272412e-09 -2213.3374 -2213.3374 -3383.3548 3383.3548
- 2610 2.3127141e-08 -2213.3374 -2213.3374 -3383.3329 3383.3329
- 2620 1.9691208e-09 -2213.3374 -2213.3374 -3383.4164 3383.4164
-Loop time of 0.17055 on 1 procs for 170 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3046868 -2213.33738096 -2213.33738123
- Force two-norm initial, final = 0.299713 0.0041602
- Force max component initial, final = 0.0331465 0.0003742
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 170 170
-
-Pair time (%) = 0.151762 (88.9837)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00138164 (0.810105)
-Outpt time (%) = 0.00105715 (0.619846)
-Other time (%) = 0.0163496 (9.58636)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2620 0 -2213.3374 -2213.3374 -3383.4164 3383.4164
- 2621 1.2121467e-16 -2213.3374 -2213.3374 -3383.4164 3383.4164
-Loop time of 0.00216484 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33738123 -2213.33738123 -2213.33738123
- Force two-norm initial, final = 0.0041602 0.0041602
- Force max component initial, final = 0.0003742 0.0003742
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00191522 (88.4692)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.748899)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000233412 (10.7819)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2700 0 -2213.2289 -2213.2289 -3402.4916 3402.4916
- 2710 2.4265039e-10 -2213.2289 -2213.2289 -3402.4915 3402.4915
- 2720 2.6605696e-09 -2213.2289 -2213.2289 -3402.4902 3402.4902
- 2730 1.2992362e-08 -2213.2289 -2213.2289 -3402.4844 3402.4844
- 2740 6.9869065e-08 -2213.2289 -2213.2289 -3402.4528 3402.4528
- 2750 2.7535536e-07 -2213.2291 -2213.2291 -3402.3376 3402.3376
- 2760 1.3200975e-06 -2213.2297 -2213.2297 -3401.7582 3401.7582
- 2770 4.9527016e-06 -2213.2318 -2213.2318 -3399.8182 3399.8182
- 2780 2.2613276e-05 -2213.2409 -2213.2409 -3392.6408 3392.6408
- 2790 5.6803742e-05 -2213.2643 -2213.2643 -3391.6055 3391.6055
- 2800 0.00011279578 -2213.3168 -2213.3168 -3385.0447 3385.0447
- 2810 1.848032e-06 -2213.3351 -2213.3351 -3381.3633 3381.3633
- 2820 4.9280673e-07 -2213.3356 -2213.3356 -3383.7767 3383.7767
- 2830 1.5104501e-06 -2213.3364 -2213.3364 -3383.3308 3383.3308
- 2840 1.038024e-07 -2213.3371 -2213.3371 -3382.141 3382.141
- 2850 2.5554762e-08 -2213.3371 -2213.3371 -3383.7295 3383.7295
- 2860 1.6313319e-07 -2213.3372 -2213.3372 -3383.5007 3383.5007
- 2870 2.5474388e-07 -2213.3374 -2213.3374 -3383.9541 3383.9541
- 2874 1.3718448e-08 -2213.3374 -2213.3374 -3383.5084 3383.5084
-Loop time of 0.172698 on 1 procs for 174 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.22889348 -2213.33735543 -2213.3373574
- Force two-norm initial, final = 0.530036 0.0076394
- Force max component initial, final = 0.0541313 0.000707933
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 174 174
-
-Pair time (%) = 0.154123 (89.2444)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00135875 (0.786777)
-Outpt time (%) = 0.00113487 (0.657143)
-Other time (%) = 0.0160811 (9.31168)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2874 0 -2213.3374 -2213.3374 -3383.5084 3383.5084
- 2875 4.0873793e-16 -2213.3374 -2213.3374 -3383.5084 3383.5084
-Loop time of 0.0021348 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.3373574 -2213.3373574 -2213.3373574
- Force two-norm initial, final = 0.0076394 0.0076394
- Force max component initial, final = 0.000707933 0.000707933
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00184584 (86.4642)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.97887e-05 (0.92696)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000269175 (12.6089)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 2950 0 -2213.267 -2213.267 -3390.271 3390.271
- 2960 1.4574484e-10 -2213.267 -2213.267 -3390.271 3390.271
- 2970 1.5980015e-09 -2213.267 -2213.267 -3390.2709 3390.2709
- 2980 7.8026446e-09 -2213.267 -2213.267 -3390.2708 3390.2708
- 2990 4.1936535e-08 -2213.267 -2213.267 -3390.2699 3390.2699
- 3000 1.6488985e-07 -2213.2671 -2213.2671 -3390.2668 3390.2668
- 3010 7.8231987e-07 -2213.2674 -2213.2674 -3390.2497 3390.2497
- 3020 2.8276862e-06 -2213.2687 -2213.2687 -3390.1775 3390.1775
- 3030 1.2077664e-05 -2213.2734 -2213.2734 -3389.7067 3389.7067
- 3040 3.2131282e-05 -2213.2867 -2213.2867 -3388.647 3388.647
- 3050 7.2886875e-05 -2213.3219 -2213.3219 -3385.42 3385.42
- 3060 3.936633e-07 -2213.3369 -2213.3369 -3383.3665 3383.3665
- 3070 1.051171e-07 -2213.337 -2213.337 -3383.4665 3383.4665
- 3080 3.0631308e-07 -2213.3372 -2213.3372 -3383.5085 3383.5085
- 3090 3.6618175e-08 -2213.3373 -2213.3373 -3383.3692 3383.3692
- 3100 2.053406e-08 -2213.3373 -2213.3373 -3383.3501 3383.3501
- 3110 4.4711177e-08 -2213.3374 -2213.3374 -3383.3889 3383.3889
- 3117 6.584192e-09 -2213.3374 -2213.3374 -3383.4018 3383.4018
-Loop time of 0.167823 on 1 procs for 167 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.26696081 -2213.33737238 -2213.33737354
- Force two-norm initial, final = 0.410782 0.00864358
- Force max component initial, final = 0.0411416 0.000542984
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 167 167
-
-Pair time (%) = 0.148379 (88.4143)
-Neigh time (%) = 0 (0)
-Comm time (%) = 0.00142622 (0.849837)
-Outpt time (%) = 0.00110912 (0.660889)
-Other time (%) = 0.0169082 (10.075)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Memory usage per processor = 4.27283 Mbytes
-Step Temp PotEng pe Press press
- 3117 0 -2213.3374 -2213.3374 -3383.4018 3383.4018
- 3118 5.2325575e-16 -2213.3374 -2213.3374 -3383.4018 3383.4018
-Loop time of 0.00220513 on 1 procs for 1 steps with 511 atoms
-
-Minimization stats:
- Stopping criterion = force tolerance
- Energy initial, next-to-last, final =
- -2213.33737354 -2213.33737354 -2213.33737354
- Force two-norm initial, final = 0.00864358 0.00864358
- Force max component initial, final = 0.000542984 0.000542984
- Final line search alpha, max atom move = 0 0
- Iterations, force evaluations = 1 1
-
-Pair time (%) = 0.00185585 (84.1604)
-Neigh time (%) = 0 (0)
-Comm time (%) = 1.62125e-05 (0.735215)
-Outpt time (%) = 0 (0)
-Other time (%) = 0.000333071 (15.1043)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
-Loop time of 25.5012 on 1 procs for 22 steps with 511 atoms
-
-TAD stats:
- NEB time (%) = 6.39894 (25.0927)
- Dynamics time (%) = 0 (0)
- Quench time (%) = 0 (0)
- Comm time (%) = 0 (0)
- Output time (%) = 0 (0)
- Other time (%) = 19.1023 (74.9073)
-
-Nlocal: 511 ave 511 max 511 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Nghost: 1017 ave 1017 max 1017 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-Neighs: 0 ave 0 max 0 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-FullNghs: 14256 ave 14256 max 14256 min
-Histogram: 1 0 0 0 0 0 0 0 0 0
-
-Total # of neighbors = 14256
-Ave neighs/atom = 27.8982
-Neighbor list builds = 0
-Dangerous builds = 0
diff --git a/examples/tad/log.tad.9Jan12.linux.3 b/examples/tad/log.tad.9Jan12.linux.3
deleted file mode 100644
index 846a8eb96..000000000
--- a/examples/tad/log.tad.9Jan12.linux.3
+++ /dev/null
@@ -1,39 +0,0 @@
-LAMMPS (10 Jan 2012)
-Running on 3 partitions of processors
-Step CPU N M Status Barrier Margin t_lo delt_lo
-1000 0.000 0 0 E 0.000 0.000 0.000 0.000
-1150 0.893 0 0 DF 2.957 0.000 0.000 17626.816
-1550 2.481 0 1 DF 0.510 0.049 0.000 1251.448
-1950 4.250 0 2 D 2.971 0.610 0.000 114049.225
-2350 5.927 0 3 D 0.510 0.867 0.000 3071.754
-2800 7.861 0 4 D 2.971 1.156 0.000 216085.667
-1550 7.862 1 1 E 0.510 0.000 1251.448 1251.448
-1650 8.398 1 0 DF 0.510 0.000 1251.448 227.532
-1750 8.936 1 1 D 0.510 0.461 1251.448 455.047
-1850 9.482 1 2 D 0.510 0.692 1251.448 682.596
-1950 10.014 1 3 D 0.510 0.923 1251.448 910.144
-2050 10.557 1 4 D 0.510 1.154 1251.448 1137.675
-1650 10.557 2 0 E 0.510 0.000 1478.980 227.532
-1850 11.450 2 0 DF 0.510 0.000 1478.980 455.054
-2050 12.341 2 1 D 0.510 0.549 1478.980 910.140
-2250 13.230 2 2 D 0.510 0.823 1478.980 1365.169
-2450 14.126 2 3 D 0.510 1.098 1478.980 1820.232
-1850 14.126 3 0 E 0.510 0.000 1934.033 455.054
-1950 14.670 3 0 DF 0.510 0.000 1934.033 227.541
-2050 15.230 3 1 D 0.510 0.461 1934.033 455.092
-2150 15.771 3 2 D 0.510 0.692 1934.033 682.654
-2250 16.308 3 3 D 0.510 0.923 1934.033 910.147
-2350 16.909 3 4 D 0.510 1.154 1934.033 1137.725
-1950 16.909 4 0 E 0.510 0.000 2161.574 227.541
-2100 17.755 4 0 DF 2.518 0.000 2161.574 8681.348
-2250 18.460 4 1 DF 0.510 0.045 2161.574 682.611
-2400 19.303 4 2 D 2.518 0.455 2161.574 26042.889
-2550 20.006 4 3 D 0.510 0.607 2161.574 1365.321
-2700 20.846 4 4 D 2.518 0.759 2161.574 43403.531
-2850 21.543 4 5 D 0.510 0.911 2161.574 2047.918
-3000 22.407 4 6 D 2.518 1.063 2161.574 60770.044
-2250 22.407 5 1 E 0.510 0.000 2844.185 682.611
-2450 23.291 5 0 DF 0.510 0.000 2844.185 455.071
-2700 24.340 5 1 D 0.510 0.617 2844.185 1023.952
-2950 25.407 5 2 D 0.510 0.960 2844.185 1592.756
-Loop time of 25.5788 on 3 procs for 2000 steps with 511 atoms
diff --git a/examples/tad/log.tad.neb.18Feb13.linux.3 b/examples/tad/log.tad.neb.18Feb13.linux.3
new file mode 100644
index 000000000..cc2b429e2
--- /dev/null
+++ b/examples/tad/log.tad.neb.18Feb13.linux.3
@@ -0,0 +1,1423 @@
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1150 11.655403 6.623367 0.37727152 0.76155938 11.869357 5.1084996 2.1559148 2.7280904 0 -2213.2803 0.5 -2208.1718 1 -2210.3277
+1170 11.651196 6.6203715 0.37724777 0.76145295 11.865256 5.1077327 2.1551504 2.7280908 0 -2213.2803 0.49999984 -2208.1726 1 -2210.3277
+1190 11.543286 6.5434663 0.37663593 0.75870912 11.760084 5.0880698 2.1355512 2.7281013 0 -2213.2803 0.4999958 -2208.1922 1 -2210.3278
+1210 9.7227256 5.2217049 0.36548022 0.70780961 9.9944894 4.7584693 1.8070952 2.7290301 0 -2213.2807 0.499949 -2208.5222 1 -2210.3293
+1230 4.0362471 1.8940133 0.28568089 0.33787985 4.6404782 3.013971 0.069384794 2.8405792 0 -2213.2869 0.50383681 -2210.2729 1 -2210.3423
+1250 2.9118697 0.63230438 0.14901496 0.28522683 0.28522683 2.9511268 0 4.1606816 0 -2213.3234 0.483278 -2212.4358 1 -2210.3722
+1270 2.2186424 0.41208684 0.073569669 0.21301177 0.21301177 2.9595988 0 5.4303384 0 -2213.3371 0.41585363 -2210.565 1 -2210.3775
+1290 1.2602512 0.24065469 0.085169438 0.27420361 0.27420361 2.9583807 0 4.6556578 0 -2213.3372 0.42617912 -2212.7112 1 -2210.3788
+1310 1.1906322 0.56206495 0.17827272 1.1285294 1.1285294 2.9731113 0 3.9349928 0 -2213.3369 0.44257832 -2213.2324 1 -2210.3638
+1330 0.89532224 0.47264487 0.017675455 0.89532224 0.89532224 2.9676936 0 3.6857125 0 -2213.3374 0.4702756 -2213.2969 1 -2210.3697
+1350 0.33582581 0.11586911 0.002936747 0.22397836 0.22397836 2.9580297 0 3.6166925 0 -2213.3374 0.4790925 -2213.2909 1 -2210.3794
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1350 0.33582581 0.11586911 0.002936747 0.22397836 0.22397836 2.9580297 0 3.6166925 0 -2213.3374 0.4790925 -2213.2909 1 -2210.3794
+1370 0.33582328 0.11584321 0.0029364136 0.2239284 0.2239284 2.9580294 0 3.6166922 0 -2213.3374 0.4790926 -2213.2909 1 -2210.3794
+1390 0.33575799 0.11517566 0.0029278315 0.22264113 0.22264113 2.9580221 0 3.616685 0 -2213.3374 0.47909525 -2213.2909 1 -2210.3794
+1410 0.33454439 0.10293495 0.0027734953 0.19902886 0.19902886 2.9578959 0 3.6165451 0 -2213.3374 0.47914577 -2213.2907 1 -2210.3795
+1430 0.31562833 0.028528062 0.001926566 0.051059072 0.051059072 2.9574266 0 3.6128616 0 -2213.3374 0.48023376 -2213.2886 1 -2210.38
+1450 0.11994702 0.061807359 0.001384692 0.11994702 0.11994702 2.9575764 0 3.5615203 0 -2213.3374 0.49978029 -2213.2346 1 -2210.3798
+1470 0.057977605 0.029746953 0.00073958548 0.057977605 0.057977605 2.9574366 0 3.5650233 0 -2213.3374 0.50343697 -2213.222 1 -2210.38
+1490 0.027837589 0.014344236 0.00033572514 0.027837589 0.027837589 2.9574037 0 3.5709966 0 -2213.3374 0.50108854 -2213.2352 1 -2210.38
+1510 0.0080997322 0.0033983226 0.00022432441 0.0066229208 0.0066229208 2.9573944 0 3.5718523 0 -2213.3374 0.50024338 -2213.2388 1 -2210.38
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1550 0.99748733 0.23184059 0.37727152 0.46950903 0.99882002 0.49254075 0.44899798 1.9312391 0 -2213.2803 0.5 -2212.7878 1 -2213.2368
+1570 0.99736001 0.23181611 0.37724777 0.46948682 0.99869286 0.49253593 0.44899361 1.931238 0 -2213.2803 0.49999993 -2212.7878 1 -2213.2368
+1590 0.9940787 0.23118476 0.37663635 0.46891499 0.99541574 0.49241192 0.44888098 1.9312095 0 -2213.2803 0.49999802 -2212.7879 1 -2213.2368
+1610 0.93353111 0.21944771 0.36563124 0.45859996 0.93495023 0.49018815 0.44687102 1.9306783 0 -2213.2807 0.49996227 -2212.7905 1 -2213.2374
+1630 0.37557714 0.056185811 0.28718244 0.37557714 0.30874763 0.47459379 0.43501198 1.9217948 0 -2213.2862 0.49936504 -2212.8116 1 -2213.2467
+1650 0.30584324 0.056495148 0.14631792 0.17336218 0.30575575 0.5027362 0.49456128 1.784937 0 -2213.3257 0.50422714 -2212.8229 1 -2213.3175
+1670 0.066051467 0.013906922 0.02860191 0.058179443 0.066018913 0.51060828 0.50984387 1.7393182 0 -2213.3372 0.50336597 -2212.8265 1 -2213.3364
+1690 0.093882695 0.0085080928 0.065848535 0.087128397 0.093967528 0.51023559 0.51011712 1.7431006 0 -2213.3373 0.49855941 -2212.8271 1 -2213.3372
+1710 0.015937963 0.0015162043 0.010622271 0.015327493 0.015932285 0.51009988 0.51008901 1.7415432 0 -2213.3374 0.50012302 -2212.8273 1 -2213.3374
+1716 0.0093714883 0.0010235098 0.006225712 0.0080610136 0.0093737137 0.51009454 0.51009124 1.7415176 0 -2213.3374 0.50040494 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1716 0.0093737137 0.0010235532 0.006225712 0.0080610136 0.0093737137 0.51009454 0.51009124 1.7415176 0 -2213.3374 0.50040494 -2212.8273 1 -2213.3374
+1717 0.0093737137 0.0010235532 0.006225712 0.0080610136 0.0093737137 0.51009454 0.51009124 1.7415176 0 -2213.3374 0.50040494 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1950 9.6657857 5.3346907 0.37727152 0.42086762 10.093402 3.9041762 0.94396558 2.0488761 0 -2213.2803 0.5 -2209.3761 1 -2210.3201
+1970 9.6627578 5.3325887 0.37724777 0.42081141 10.090575 3.903649 0.94343858 2.0488751 0 -2213.2803 0.50000006 -2209.3766 1 -2210.3201
+1990 9.585007 5.2785737 0.37663601 0.41936341 10.018042 3.8901206 0.9299152 2.0488514 0 -2213.2803 0.50000174 -2209.3902 1 -2210.3201
+2010 8.2473744 4.3338983 0.3655083 0.39295108 8.7849575 3.6598219 0.69969753 2.049104 0 -2213.2807 0.5000823 -2209.6209 1 -2210.3206
+2030 2.907511 1.3231393 0.2854114 0.25597304 0.25597304 2.9613451 0 2.1510004 0 -2213.2869 0.5091887 -2210.9298 1 -2210.3256
+2050 1.8117987 0.32328649 0.19189385 0.18434522 0.18434522 2.9679106 0 2.4763853 0 -2213.3199 0.42635359 -2212.4197 1 -2210.352
+2070 0.91671012 0.2354548 0.12224857 0.13044144 0.13044144 2.9695391 0 2.2433769 0 -2213.3273 0.41959064 -2212.1449 1 -2210.3578
+2090 0.39685057 0.21211039 0.081248408 0.075203893 0.075203893 2.9703254 0 2.2381315 0 -2213.3328 0.47853927 -2211.6034 1 -2210.3625
+2110 0.17917404 0.073853941 0.051351099 0.048992196 0.048992196 2.9706206 0 2.236581 0 -2213.3352 0.4931835 -2211.4379 1 -2210.3646
+2130 0.20574348 0.11293426 0.033965954 0.033607774 0.033607774 2.9707082 0 2.2442809 0 -2213.3364 0.49757109 -2211.3815 1 -2210.3657
+2150 0.12796175 0.071394157 0.016329563 0.017618487 0.017618487 2.9706977 0 2.247958 0 -2213.3372 0.49835834 -2211.3398 1 -2210.3665
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2150 0.12796175 0.071394157 0.016329563 0.017618487 0.017618487 2.9706977 0 2.247958 0 -2213.3372 0.49835834 -2211.3398 1 -2210.3665
+2170 0.12793114 0.071376679 0.016329488 0.01761839 0.01761839 2.9706977 0 2.2479581 0 -2213.3372 0.49835836 -2211.3398 1 -2210.3665
+2190 0.12714234 0.07092625 0.016327551 0.0176159 0.0176159 2.9706977 0 2.2479601 0 -2213.3372 0.49835882 -2211.3398 1 -2210.3665
+2210 0.11263287 0.062626636 0.01629139 0.017570204 0.017570204 2.9706976 0 2.2479983 0 -2213.3372 0.49836744 -2211.3398 1 -2210.3665
+2230 0.048948878 0.024378789 0.015608967 0.016885618 0.016885618 2.9706948 0 2.2486574 0 -2213.3372 0.49850537 -2211.3381 1 -2210.3665
+2250 0.012875441 0.0039721517 0.0091494903 0.010586402 0.010586402 2.970666 0 2.2530781 0 -2213.3373 0.49914981 -2211.3205 1 -2210.3667
+2263 0.0094617783 0.0026117124 0.0079499466 0.0093952502 0.0093952502 2.9706609 0 2.2537785 0 -2213.3373 0.49921714 -2211.3174 1 -2210.3667
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2350 1.0432316 0.23681991 0.37727152 0.52863419 1.0450381 0.49993491 0.54308296 1.8032502 0 -2213.2803 0.5 -2212.7804 1 -2213.3234
+2370 1.0430973 0.23679541 0.37724777 0.5285646 1.0449041 0.49992956 0.54307839 1.8032491 0 -2213.2803 0.5000001 -2212.7804 1 -2213.3234
+2390 1.0396367 0.23616356 0.37663633 0.5267713 1.0414507 0.49979196 0.5429607 1.8032197 0 -2213.2803 0.50000271 -2212.7805 1 -2213.3235
+2410 0.97572934 0.22440756 0.36562183 0.49382425 0.97768396 0.49732276 0.5408399 1.8026739 0 -2213.2807 0.50005161 -2212.7834 1 -2213.3242
+2430 0.3138978 0.065116444 0.2865792 0.21056037 0.3197498 0.47989123 0.52392658 1.794105 0 -2213.2864 0.5008886 -2212.8065 1 -2213.3304
+2450 0.36871427 0.065895365 0.14397796 0.14740643 0.36888865 0.50484309 0.51540473 1.7425204 0 -2213.3251 0.49593039 -2212.8202 1 -2213.3357
+2470 0.077498208 0.014763966 0.041541304 0.048040256 0.081168712 0.50994635 0.51059374 1.7461468 0 -2213.3365 0.49268681 -2212.8265 1 -2213.3371
+2490 0.029687731 0.0055198189 0.027264927 0.013888402 0.032096586 0.50984575 0.51035488 1.7409299 0 -2213.3368 0.49774317 -2212.827 1 -2213.3373
+2510 0.022240561 0.0028792656 0.022240561 0.008020554 0.02052511 0.50989073 0.51027099 1.7407879 0 -2213.337 0.49867891 -2212.8271 1 -2213.3374
+2527 0.009671242 0.001978487 0.0061308868 0.0048144609 0.010164016 0.51009832 0.51010949 1.7409062 0 -2213.3374 0.50088025 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2527 0.010164016 0.0022189588 0.0061308868 0.0048144609 0.010164016 0.51009832 0.51010949 1.7409062 0 -2213.3374 0.50088025 -2212.8273 1 -2213.3374
+2547 0.010163457 0.0022189453 0.0061302831 0.0048140731 0.010163457 0.51009832 0.51010949 1.7409062 0 -2213.3374 0.50088023 -2212.8273 1 -2213.3374
+2567 0.010149062 0.0022185988 0.0061147447 0.0048040896 0.010149062 0.51009832 0.51010949 1.7409065 0 -2213.3374 0.50087983 -2212.8273 1 -2213.3374
+2584 0.0099943859 0.0022147282 0.0059480491 0.0046967803 0.0099943859 0.51009827 0.51010942 1.7409093 0 -2213.3374 0.50087542 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2800 11.039887 6.4690758 0.37727152 0.82508341 11.389176 4.4319879 1.4308224 2.1514825 0 -2213.2803 0.5 -2208.8483 1 -2210.2791
+2820 11.035932 6.4663286 0.37724777 0.82500883 11.385394 4.4312999 1.4301375 2.1514813 0 -2213.2803 0.50000007 -2208.849 1 -2210.2791
+2840 10.934446 6.3957801 0.37663593 0.82308569 11.288377 4.4136598 1.4125758 2.1514548 0 -2213.2803 0.50000191 -2208.8667 1 -2210.2792
+2860 9.2085936 5.176667 0.36548139 0.78723595 9.6527678 4.1176904 1.1180539 2.1517932 0 -2213.2807 0.50008808 -2209.163 1 -2210.2811
+2880 3.2028806 1.4971265 0.28523374 0.39364331 0.39364331 2.9842088 0 2.262537 0 -2213.287 0.50895959 -2210.6474 1 -2210.3028
+2900 3.4033058 1.5343586 0.15973104 0.29458414 0.29458414 2.9708406 0 2.5627733 0 -2213.3227 0.40898244 -2212.3606 1 -2210.3519
+2920 1.1952424 0.68171912 0.12166684 0.11778827 0.11778827 2.9696452 0 2.3972942 0 -2213.3261 0.40044262 -2212.3629 1 -2210.3564
+2940 0.60938819 0.28460835 0.061508208 0.060128186 0.060128186 2.9704824 0 2.2761076 0 -2213.3346 0.50513572 -2211.2116 1 -2210.3641
+2960 0.066562974 0.021809905 0.049235693 0.048054742 0.048054742 2.9705734 0 2.2785862 0 -2213.3354 0.50329005 -2211.2494 1 -2210.3648
+2980 0.045895363 0.012706586 0.044166915 0.042763254 0.042763254 2.9705978 0 2.2795926 0 -2213.3358 0.50275539 -2211.2592 1 -2210.3652
+3000 0.085120583 0.042616874 0.012853548 0.01357363 0.01357363 2.9706525 0 2.2672039 0 -2213.3372 0.49817863 -2211.2972 1 -2210.3666
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3000 0.085120583 0.042616874 0.012853548 0.01357363 0.01357363 2.9706525 0 2.2672039 0 -2213.3372 0.49817863 -2211.2972 1 -2210.3666
+3020 0.08510054 0.042604987 0.012853504 0.013573581 0.013573581 2.9706525 0 2.2672038 0 -2213.3372 0.49817865 -2211.2972 1 -2210.3666
+3040 0.084584128 0.042298644 0.012852358 0.013572327 0.013572327 2.9706525 0 2.2672029 0 -2213.3372 0.49817913 -2211.2972 1 -2210.3666
+3060 0.075111841 0.036652374 0.012830565 0.013548539 0.013548539 2.9706525 0 2.2671864 0 -2213.3372 0.4981883 -2211.2972 1 -2210.3666
+3080 0.037705519 0.022783014 0.012346281 0.013042071 0.013042071 2.9706513 0 2.2670108 0 -2213.3373 0.49843037 -2211.2953 1 -2210.3666
+3100 0.03337188 0.019421592 0.0069712966 0.0076286345 0.0076286345 2.9706393 0 2.265552 0 -2213.3373 0.50045141 -2211.2813 1 -2210.3667
+3105 0.0092430669 0.0034761912 0.0068384549 0.0074890692 0.0074890692 2.970639 0 2.2654475 0 -2213.3373 0.50041987 -2211.2815 1 -2210.3667
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1600 0.56712006 0.059790773 0.46950903 0.56712006 0.46950903 0 0.063796562 0.37735201 0 -2213.2368 0.5 -2213.2863 1 -2213.3006
+1620 0.56707493 0.059788298 0.46948682 0.56707493 0.46948682 0 0.063797133 0.3773499 0 -2213.2368 0.49999747 -2213.2863 1 -2213.3006
+1640 0.56591194 0.059724441 0.46891505 0.56591194 0.46891505 0 0.063811846 0.37729547 0 -2213.2368 0.49993216 -2213.2863 1 -2213.3006
+1660 0.54450643 0.058527498 0.45862236 0.54450643 0.45862236 0 0.064073763 0.37627445 0 -2213.2374 0.4986958 -2213.2866 1 -2213.3015
+1680 0.37697537 0.049223715 0.37697537 0.3047665 0.37697537 0 0.064966753 0.35866172 0 -2213.2463 0.47425702 -2213.2906 1 -2213.3112
+1700 0.23396169 0.027856223 0.17392863 0.18032976 0.19105812 0.0025685899 0.016099098 0.2077821 0 -2213.3179 0.17504951 -2213.3154 1 -2213.3315
+1720 0.071381342 0.010700553 0.050737626 0.043315846 0.087590343 0.0011805182 0.0017088643 0.12604267 0 -2213.3366 0.61127178 -2213.3354 1 -2213.3371
+1740 0.022477113 0.0043593582 0.019317289 0.012457312 0.028535825 0.00029482662 0.00039895629 0.078311558 0 -2213.3373 0.5613151 -2213.337 1 -2213.3374
+1760 0.016943359 0.0018111126 0.016943359 0.0098470127 0.021486007 0.00021078612 0.00026555498 0.064281466 0 -2213.3373 0.55500458 -2213.3371 1 -2213.3374
+1772 0.009667742 0.00087849877 0.0076540094 0.0055135061 0.013396991 0.00010499551 0.00011048864 0.038788176 0 -2213.3374 0.52997654 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1772 0.013396991 0.0010896822 0.0076540094 0.0055135061 0.013396991 0.00010499551 0.00011048864 0.038788176 0 -2213.3374 0.52997654 -2213.3373 1 -2213.3374
+1792 0.01339678 0.0010896775 0.00765276 0.0055126818 0.01339678 0.00010499587 0.00011048883 0.038788191 0 -2213.3374 0.52997651 -2213.3373 1 -2213.3374
+1812 0.013391349 0.0010895551 0.0076205819 0.0054914506 0.013391349 0.00010500488 0.00011049376 0.038788563 0 -2213.3374 0.52997581 -2213.3373 1 -2213.3374
+1832 0.013297574 0.0010870371 0.0070347731 0.0051051568 0.013297574 0.00010516994 0.00011058662 0.038795735 0 -2213.3374 0.52996227 -2213.3373 1 -2213.3374
+1852 0.01298181 0.0010203665 0.0033650718 0.0024624533 0.01298181 0.00010738885 0.00011234772 0.038969177 0 -2213.3374 0.52961059 -2213.3373 1 -2213.3374
+1872 0.018308993 0.0018366315 0.0015801458 0.0011345646 0.018308993 0.00019760783 0.00019871461 0.048661888 0 -2213.3374 0.51413773 -2213.3372 1 -2213.3374
+1892 0.024489982 0.0021987827 0.00047657737 0.00042284585 0.024489982 0.00037010574 0.00037018689 0.064037781 0 -2213.3374 0.50292927 -2213.337 1 -2213.3374
+1912 0.08244968 0.0053319085 0.00032247114 0.00029971161 0.08244968 0.00083539356 0.0008354058 0.091640927 0 -2213.3374 0.50086342 -2213.3366 1 -2213.3374
+1932 0.04775067 0.0033541281 0.00014532649 8.6068979e-05 0.04775067 0.00097796078 0.0009779706 0.10562548 0 -2213.3374 0.50062078 -2213.3364 1 -2213.3374
+1952 0.091107009 0.0078317639 5.5568252e-05 4.9686956e-05 0.091107009 0.0033193432 0.0033193432 0.19587965 0 -2213.3374 0.50003658 -2213.3341 1 -2213.3374
+1972 0.07948325 0.0061053015 1.1754261e-05 6.2710226e-06 0.07948325 0.0036196576 0.0036196577 0.20406834 0 -2213.3374 0.50002481 -2213.3338 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1650 1.008775 0.25859164 0.46950903 0.31239227 1.0121286 0.46818994 0.55533771 1.8022573 0 -2213.2368 0.5 -2212.7686 1 -2213.3239
+1670 1.0086464 0.25856506 0.46948682 0.31234747 1.0120004 0.46818544 0.55533251 1.8022572 0 -2213.2368 0.50000002 -2212.7686 1 -2213.3239
+1690 1.0053314 0.25787962 0.46891497 0.31119332 1.0086956 0.46806951 0.55519865 1.802253 0 -2213.2368 0.50000055 -2212.7687 1 -2213.3239
+1710 0.94418407 0.24513137 0.45859558 0.2900653 0.94774652 0.46599915 0.55278551 1.8021825 0 -2213.2374 0.50001028 -2212.7714 1 -2213.3242
+1730 0.37519763 0.064082517 0.37519763 0.13503346 0.33532183 0.45343704 0.53289744 1.8022205 0 -2213.2468 0.50009448 -2212.7933 1 -2213.3262
+1750 0.32881967 0.059770471 0.17351141 0.098693251 0.32946035 0.49837464 0.5160499 1.7630442 0 -2213.3169 0.49080638 -2212.8185 1 -2213.3346
+1770 0.070859536 0.01489256 0.059732412 0.017215849 0.072242965 0.50993772 0.51092406 1.7399964 0 -2213.3363 0.49513727 -2212.8264 1 -2213.3373
+1790 0.04133207 0.0058481563 0.023220041 0.014661853 0.041139043 0.51006176 0.51018654 1.7447444 0 -2213.3372 0.50193398 -2212.8272 1 -2213.3374
+1810 0.018004296 0.0017004812 0.013700319 0.011460287 0.01800725 0.51005972 0.51011858 1.7417228 0 -2213.3373 0.50010865 -2212.8273 1 -2213.3374
+1821 0.0083742455 0.0020791666 0.0083742455 0.0027826553 0.0081767606 0.51007612 0.51010652 1.7412505 0 -2213.3374 0.49953136 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1821 0.0083742455 0.0020791666 0.0083742455 0.0027826553 0.0081767606 0.51007612 0.51010652 1.7412505 0 -2213.3374 0.49953136 -2212.8273 1 -2213.3374
+1822 0.0083742455 0.0020791666 0.0083742455 0.0027826553 0.0081767606 0.51007612 0.51010652 1.7412505 0 -2213.3374 0.49953136 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1700 1.0037244 0.24385606 0.46950903 0.4515855 1.0055752 0.47723776 0.52912899 1.8163069 0 -2213.2368 0.5 -2212.7595 1 -2213.2886
+1720 1.0036022 0.24382979 0.46948682 0.45155609 1.0054532 0.47723332 0.52912444 1.8163067 0 -2213.2368 0.50000007 -2212.7595 1 -2213.2886
+1740 1.0004543 0.24315266 0.468915 0.45079906 1.0023109 0.47711885 0.52900757 1.8162994 0 -2213.2368 0.50000183 -2212.7597 1 -2213.2887
+1760 0.94245845 0.23056678 0.45860321 0.43713878 0.94442535 0.47507037 0.5269105 1.8161709 0 -2213.2374 0.50003477 -2212.7623 1 -2213.2892
+1780 0.37587279 0.067852582 0.37587279 0.33281291 0.36872604 0.46147416 0.51181001 1.8151442 0 -2213.2466 0.50054333 -2212.7851 1 -2213.2969
+1800 0.29831134 0.055194309 0.17368215 0.12975885 0.29817596 0.49954403 0.51397199 1.7624189 0 -2213.3181 0.49412082 -2212.8186 1 -2213.3326
+1820 0.09279925 0.015206667 0.061978331 0.09279925 0.091385118 0.51056972 0.50915646 1.7383308 0 -2213.3361 0.49500434 -2212.8255 1 -2213.3347
+1840 0.089498429 0.012376877 0.036068737 0.04104631 0.089548076 0.51014595 0.51020486 1.7456738 0 -2213.3372 0.50170156 -2212.827 1 -2213.3372
+1860 0.012861463 0.0014794582 0.012843754 0.01127965 0.013086591 0.51004194 0.51010645 1.7422052 0 -2213.3373 0.50053656 -2212.8272 1 -2213.3373
+1874 0.0063665171 0.00063795221 0.0058733779 0.0049974282 0.0063558027 0.51008317 0.5100979 1.7417421 0 -2213.3374 0.49976069 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1874 0.0063558027 0.00063795221 0.0058733779 0.0049974282 0.0063558027 0.51008317 0.5100979 1.7417421 0 -2213.3374 0.49976069 -2212.8273 1 -2213.3374
+1875 0.0063558027 0.00063795221 0.0058733779 0.0049974282 0.0063558027 0.51008317 0.5100979 1.7417421 0 -2213.3374 0.49976069 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1650 1.0359043 0.212886 0.56712006 0.61358093 1.036002 0.5323373 0.52213924 1.7161665 0 -2213.3006 0.5 -2212.7682 1 -2213.2904
+1670 1.0357762 0.21286352 0.56707493 0.61350806 1.0358739 0.53233305 0.5221353 1.7161666 0 -2213.3006 0.50000013 -2212.7682 1 -2213.2904
+1690 1.0324737 0.21228397 0.56591179 0.61163046 1.032572 0.53222375 0.52203395 1.7161694 0 -2213.3006 0.50000339 -2212.7684 1 -2213.2904
+1710 0.97151267 0.20150429 0.54445017 0.57713165 0.97162174 0.53026635 0.52020739 1.7162317 0 -2213.3015 0.50006495 -2212.7712 1 -2213.2914
+1730 0.33750285 0.054071216 0.29673651 0.27113858 0.33796201 0.5166981 0.50564157 1.7196523 0 -2213.3117 0.50123995 -2212.795 1 -2213.3006
+1750 0.35043909 0.066889301 0.19846643 0.19437168 0.35080103 0.51238932 0.51130374 1.7534842 0 -2213.3311 0.5057439 -2212.8187 1 -2213.33
+1770 0.087872651 0.015131874 0.072625298 0.064018954 0.088264361 0.51028976 0.51006829 1.7492486 0 -2213.3359 0.49869657 -2212.8257 1 -2213.3357
+1790 0.073458537 0.007405402 0.044241686 0.060628736 0.073479771 0.51020766 0.51007197 1.7393045 0 -2213.3371 0.49878723 -2212.8269 1 -2213.337
+1810 0.019644063 0.0019413791 0.016679746 0.019490482 0.019646606 0.51013673 0.51004972 1.7408866 0 -2213.3372 0.4996976 -2212.8271 1 -2213.3371
+1830 0.012659052 0.001162691 0.01050536 0.010587077 0.012712594 0.51010174 0.51009017 1.7423564 0 -2213.3374 0.50027833 -2212.8273 1 -2213.3373
+1832 0.0086946759 0.00075899405 0.0078904795 0.0079730152 0.0087678154 0.51010118 0.51008964 1.7423384 0 -2213.3374 0.5002671 -2212.8273 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1832 0.0087678154 0.00085120191 0.0078904795 0.0079730152 0.0087678154 0.51010118 0.51008964 1.7423384 0 -2213.3374 0.5002671 -2212.8273 1 -2213.3373
+1833 0.0087678154 0.00085120191 0.0078904795 0.0079730152 0.0087678154 0.51010118 0.51008964 1.7423384 0 -2213.3374 0.5002671 -2212.8273 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1700 1.0554932 0.2708554 0.56712006 0.4613375 1.0555419 0.52992464 0.51787919 1.7622591 0 -2213.3006 0.5 -2212.7706 1 -2213.2885
+1720 1.0553648 0.27082884 0.56707493 0.46131344 1.0554136 0.52992016 0.51787409 1.7622587 0 -2213.3006 0.50000001 -2212.7706 1 -2213.2885
+1740 1.0520578 0.27014388 0.56591183 0.4606936 1.0521068 0.5298049 0.51774301 1.7622472 0 -2213.3006 0.50000018 -2212.7708 1 -2213.2885
+1760 0.99106034 0.25739997 0.54446266 0.4492953 0.99111354 0.52773857 0.51539244 1.7620392 0 -2213.3015 0.50000365 -2212.7737 1 -2213.2891
+1780 0.35664944 0.073930199 0.29874437 0.32159686 0.35676271 0.51279978 0.49862427 1.7600704 0 -2213.3115 0.5001102 -2212.7987 1 -2213.2974
+1800 0.33987014 0.059116299 0.19284553 0.12567975 0.34060313 0.51085544 0.51118716 1.7461717 0 -2213.3314 0.5037273 -2212.8205 1 -2213.3317
+1820 0.081933958 0.014161358 0.076825807 0.081933958 0.080739447 0.5098385 0.50930376 1.7435312 0 -2213.3353 0.50323475 -2212.8254 1 -2213.3347
+1840 0.032873231 0.00641108 0.029995727 0.028223468 0.032845312 0.51002521 0.51000213 1.7412522 0 -2213.3369 0.49951474 -2212.8269 1 -2213.3369
+1860 0.028062521 0.0040087734 0.018188829 0.017327375 0.028278507 0.51006887 0.51004855 1.7411615 0 -2213.3372 0.50020594 -2212.8271 1 -2213.3371
+1880 0.011674026 0.0015708082 0.0046880934 0.0043682503 0.011693781 0.51009706 0.51009592 1.7422096 0 -2213.3374 0.5001316 -2212.8273 1 -2213.3374
+1881 0.0057672553 0.00071827877 0.0035478386 0.0036591332 0.005805105 0.51009553 0.51009435 1.7421996 0 -2213.3374 0.50012688 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1881 0.005805105 0.00071818718 0.0035478386 0.0036591332 0.005805105 0.51009553 0.51009435 1.7421996 0 -2213.3374 0.50012688 -2212.8273 1 -2213.3374
+1882 0.005805105 0.00071818718 0.0035478386 0.0036591332 0.005805105 0.51009553 0.51009435 1.7421996 0 -2213.3374 0.50012688 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1750 1.0532492 0.27060485 0.56712006 0.45332074 1.0533066 0.52993902 0.51761701 1.7621982 0 -2213.3006 0.5 -2212.7706 1 -2213.2882
+1770 1.0531212 0.27057825 0.56707493 0.45329744 1.0531785 0.52993457 0.5176119 1.7621977 0 -2213.3006 0.5 -2212.7706 1 -2213.2882
+1790 1.0498207 0.26989231 0.56591183 0.45269716 1.0498784 0.52982 0.51748044 1.7621865 0 -2213.3006 0.5000001 -2212.7708 1 -2213.2883
+1810 0.98894725 0.25713047 0.54446255 0.44169418 0.98900995 0.5277661 0.51512268 1.7619839 0 -2213.3015 0.50000209 -2212.7737 1 -2213.2888
+1830 0.35694265 0.073588646 0.29878592 0.3239226 0.35708044 0.51292452 0.49828293 1.7601021 0 -2213.3115 0.50008416 -2212.7986 1 -2213.2969
+1850 0.33941158 0.059504212 0.19251866 0.12416428 0.34016647 0.51087082 0.51113426 1.7462829 0 -2213.3314 0.50378737 -2212.8205 1 -2213.3316
+1870 0.12598142 0.018187068 0.066291461 0.09024863 0.12620971 0.5109283 0.50913436 1.7454957 0 -2213.3367 0.50214116 -2212.8258 1 -2213.3349
+1890 0.076819954 0.010798857 0.026765498 0.03421446 0.076788645 0.51023979 0.51013391 1.7430794 0 -2213.3373 0.49936424 -2212.8271 1 -2213.3372
+1910 0.012149738 0.0012291013 0.0069243345 0.011913517 0.012305214 0.51011228 0.51007162 1.7421244 0 -2213.3374 0.50005837 -2212.8273 1 -2213.3373
+1922 0.0080872662 0.00082859402 0.0044108626 0.0068196432 0.008351396 0.51010131 0.51009381 1.7418949 0 -2213.3374 0.50033863 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1922 0.008351396 0.0013247108 0.0044108626 0.0068196432 0.008351396 0.51010131 0.51009381 1.7418949 0 -2213.3374 0.50033863 -2212.8273 1 -2213.3374
+1923 0.008351396 0.0013247108 0.0044108626 0.0068196432 0.008351396 0.51010131 0.51009381 1.7418949 0 -2213.3374 0.50033863 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1800 1.051911 0.27050915 0.56712006 0.45170762 1.051972 0.52987285 0.51751819 1.7619977 0 -2213.3006 0.5 -2212.7707 1 -2213.2882
+1820 1.051783 0.27048249 0.56707493 0.45168321 1.0518441 0.52986842 0.51751309 1.7619973 0 -2213.3006 0.5 -2212.7707 1 -2213.2882
+1840 1.0484846 0.2697952 0.56591182 0.45105442 1.048546 0.52975425 0.51738182 1.7619862 0 -2213.3006 0.50000006 -2212.7708 1 -2213.2882
+1860 0.98765015 0.25700837 0.54446208 0.43957388 0.98771688 0.5277078 0.515027 1.7617863 0 -2213.3015 0.50000122 -2212.7738 1 -2213.2888
+1880 0.35693782 0.073231626 0.29876806 0.32522419 0.35708693 0.51293562 0.49815669 1.7599485 0 -2213.3115 0.50006893 -2212.7986 1 -2213.2968
+1900 0.33982746 0.060005415 0.19249174 0.12343877 0.3405862 0.51086547 0.51115761 1.7462756 0 -2213.3314 0.50378455 -2212.8205 1 -2213.3317
+1920 0.083214895 0.014315694 0.076852406 0.083214895 0.081146564 0.50984586 0.50926883 1.743486 0 -2213.3353 0.50334545 -2212.8254 1 -2213.3347
+1940 0.032940929 0.0064449425 0.029985808 0.028455796 0.032906147 0.51002656 0.51000002 1.7412783 0 -2213.3369 0.4994917 -2212.8269 1 -2213.3369
+1960 0.028316084 0.0040229629 0.018208844 0.018030626 0.028528873 0.51006964 0.51004822 1.7411628 0 -2213.3372 0.50020428 -2212.8271 1 -2213.3371
+1980 0.011716566 0.0015650972 0.0046670539 0.0054979234 0.011739343 0.51009704 0.51009562 1.7422024 0 -2213.3374 0.50014265 -2212.8273 1 -2213.3374
+1981 0.0057258245 0.00071092764 0.0035638788 0.0039338582 0.005769916 0.51009549 0.51009418 1.7421923 0 -2213.3374 0.50013774 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1981 0.005769916 0.00071082837 0.0035638788 0.0039338582 0.005769916 0.51009549 0.51009418 1.7421923 0 -2213.3374 0.50013774 -2212.8273 1 -2213.3374
+1982 0.005769916 0.00071082837 0.0035638788 0.0039338582 0.005769916 0.51009549 0.51009418 1.7421923 0 -2213.3374 0.50013774 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1850 1.054293 0.27142292 0.56712006 0.46685281 1.0543279 0.52935247 0.51865787 1.7612576 0 -2213.3006 0.5 -2212.7712 1 -2213.2899
+1870 1.0541644 0.27139617 0.56707493 0.46682179 1.0541993 0.52934801 0.51865282 1.7612571 0 -2213.3006 0.50000001 -2212.7712 1 -2213.2899
+1890 1.0508504 0.27070635 0.56591182 0.46602304 1.0508854 0.52923311 0.51852284 1.7612454 0 -2213.3006 0.50000021 -2212.7714 1 -2213.2899
+1910 0.98971962 0.25787171 0.54446031 0.45147309 0.98975796 0.52717368 0.51618966 1.761034 0 -2213.3015 0.50000405 -2212.7743 1 -2213.2905
+1930 0.35525571 0.073180016 0.29851125 0.31898608 0.35534007 0.51235842 0.49924899 1.7590027 0 -2213.3116 0.50011493 -2212.7992 1 -2213.2984
+1950 0.34329837 0.060860913 0.1936605 0.1237622 0.34397006 0.51074715 0.51155609 1.7456652 0 -2213.3313 0.50346647 -2212.8206 1 -2213.3322
+1970 0.081934146 0.013474886 0.077038847 0.081934146 0.080658209 0.50980448 0.50937816 1.7434264 0 -2213.3353 0.50297374 -2212.8255 1 -2213.3348
+1990 0.03264517 0.0063384379 0.030109138 0.027493367 0.032621603 0.51001055 0.51002703 1.7411738 0 -2213.3369 0.49954342 -2212.8269 1 -2213.3369
+2010 0.029232179 0.0041672212 0.018507985 0.018525233 0.029428582 0.51006128 0.51006228 1.7411137 0 -2213.3372 0.50020018 -2212.8271 1 -2213.3372
+2030 0.012153567 0.0015350598 0.0046965267 0.0070705583 0.012180112 0.51009705 0.51009541 1.7421799 0 -2213.3374 0.5001564 -2212.8273 1 -2213.3374
+2031 0.0056371161 0.00066794147 0.003606422 0.0041961052 0.0056912932 0.51009536 0.51009409 1.7421705 0 -2213.3374 0.5001511 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2031 0.0056912932 0.00066783077 0.003606422 0.0041961052 0.0056912932 0.51009536 0.51009409 1.7421705 0 -2213.3374 0.5001511 -2212.8273 1 -2213.3374
+2032 0.0056912932 0.00066783077 0.003606422 0.0041961052 0.0056912932 0.51009536 0.51009409 1.7421705 0 -2213.3374 0.5001511 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1900 1.0475705 0.27151148 0.56712006 0.45531076 1.0476066 0.5288493 0.51700566 1.7606493 0 -2213.3006 0.5 -2212.7717 1 -2213.2887
+1920 1.047442 0.27148405 0.56707493 0.45527991 1.0474781 0.52884491 0.51700063 1.7606489 0 -2213.3006 0.50000001 -2212.7717 1 -2213.2887
+1940 1.0441314 0.27077679 0.56591182 0.45448561 1.0441677 0.52873208 0.51687116 1.7606367 0 -2213.3006 0.5000003 -2212.7719 1 -2213.2887
+1960 0.98306936 0.25762151 0.54445946 0.44015409 0.98310955 0.52671043 0.51454694 1.7604159 0 -2213.3015 0.50000578 -2212.7747 1 -2213.2893
+1980 0.35449378 0.06972594 0.29860459 0.33253428 0.35459351 0.51230188 0.49784867 1.7582203 0 -2213.3116 0.50013818 -2212.7993 1 -2213.2971
+2000 0.34127187 0.061821852 0.19193035 0.13030747 0.34194839 0.51054045 0.51176083 1.7450917 0 -2213.3314 0.50333199 -2212.8209 1 -2213.3326
+2020 0.085986233 0.014420509 0.076993288 0.085986233 0.08091318 0.50980119 0.50932175 1.7432262 0 -2213.3353 0.50282382 -2212.8255 1 -2213.3348
+2040 0.0275243 0.0031934065 0.0275243 0.026396026 0.026783287 0.50998337 0.51003719 1.7413595 0 -2213.3369 0.49981486 -2212.8269 1 -2213.3369
+2060 0.031105862 0.0040479851 0.016630691 0.020960241 0.031321728 0.51006999 0.51009102 1.741084 0 -2213.3372 0.50039776 -2212.8272 1 -2213.3373
+2080 0.022066556 0.0031274591 0.01115637 0.012408745 0.022166683 0.51008542 0.51009581 1.7414636 0 -2213.3373 0.50016208 -2212.8272 1 -2213.3373
+2087 0.0075963566 0.00058581219 0.0075963566 0.0070539043 0.007280777 0.51008546 0.51009276 1.7416063 0 -2213.3373 0.50008918 -2212.8273 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2087 0.0075963566 0.00074136368 0.0075963566 0.0070539043 0.007280777 0.51008546 0.51009276 1.7416063 0 -2213.3373 0.50008918 -2212.8273 1 -2213.3373
+2088 0.0075963566 0.00074136368 0.0075963566 0.0070539043 0.007280777 0.51008546 0.51009276 1.7416063 0 -2213.3373 0.50008918 -2212.8273 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1700 0.61358093 0.064789466 0.61358093 0.42678183 0.61358093 0 0.017938474 0.22944927 0 -2213.2904 0.5 -2213.3089 1 -2213.3083
+1720 0.61350806 0.064781215 0.61350806 0.42673514 0.61350806 0 0.017937376 0.22944738 0 -2213.2904 0.49999807 -2213.3089 1 -2213.3083
+1740 0.61163046 0.064568481 0.61163046 0.42553269 0.61163046 0 0.017909102 0.22939864 0 -2213.2904 0.49994838 -2213.3089 1 -2213.3083
+1760 0.5771327 0.060618772 0.5771327 0.40367379 0.5771327 0 0.017399819 0.22848746 0 -2213.2914 0.49901194 -2213.3093 1 -2213.3088
+1780 0.27164612 0.022102699 0.27164612 0.2415579 0.27164612 0 0.013411029 0.21325013 0 -2213.3005 0.48140707 -2213.3133 1 -2213.3139
+1800 0.19074655 0.020387242 0.19074655 0.13081038 0.19074655 0 0.0022073385 0.093277511 0 -2213.3301 0.24425695 -2213.3306 1 -2213.3324
+1820 0.066576559 0.0059509038 0.05527684 0.066576559 0.062415213 0.0001546574 0.00037358887 0.082916045 0 -2213.3356 0.4956508 -2213.3355 1 -2213.3358
+1840 0.058687044 0.0065928709 0.058687044 0.051361194 0.046252885 0.00012355995 0.0001302103 0.039331841 0 -2213.3371 0.4081632 -2213.3369 1 -2213.3371
+1860 0.033628189 0.0023289486 0.016784686 0.033628189 0.022434937 5.3821189e-05 8.1862896e-05 0.024572107 0 -2213.3372 0.38733645 -2213.3372 1 -2213.3373
+1880 0.014280889 0.00095867306 0.0072058636 0.014280889 0.014280889 8.4120893e-07 0 0.0074256475 0 -2213.3374 0.34855193 -2213.3374 1 -2213.3374
+1882 0.0084982651 0.00069409874 0.0063502473 0.0084982651 0.0063502473 0 1.3079161e-06 0.0072872605 0 -2213.3374 0.35042621 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1882 0.0084982651 0.00069409874 0.0063502473 0.0084982651 0.0063502473 0 1.3079161e-06 0.0072872605 0 -2213.3374 0.35042621 -2213.3374 1 -2213.3374
+1883 0.0084982651 0.00069409874 0.0063502473 0.0084982651 0.0063502473 0 1.3079161e-06 0.0072872605 0 -2213.3374 0.35042621 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1750 6.0363918 2.6723126 0.61358093 0.25046061 6.0364123 2.0801623 2.1165171 2.7674387 0 -2213.2904 0.5 -2211.2102 1 -2213.3267
+1770 6.0355577 2.6718718 0.61350806 0.25042947 6.0355782 2.0799585 2.1163115 2.7674385 0 -2213.2904 0.49999999 -2211.2104 1 -2213.3267
+1790 6.0140898 2.6605228 0.61163034 0.24962727 6.0141105 2.0747128 2.1110202 2.7674333 0 -2213.2904 0.49999963 -2211.2157 1 -2213.3267
+1810 5.6280255 2.4552923 0.57708941 0.23499739 5.6280498 1.9804198 2.0159005 2.76754 0 -2213.2914 0.49999305 -2211.311 1 -2213.3269
+1830 2.5045315 0.76621973 0.27123596 0.13061962 2.5046019 1.1088537 1.1367308 2.8153906 0 -2213.3006 0.49989361 -2212.1917 1 -2213.3285
+1850 1.2821761 0.26316655 0.17599649 0.082531287 1.2821778 0.14035739 0.15051013 3.5722333 0 -2213.3234 0.49913623 -2213.183 1 -2213.3335
+1870 0.66435392 0.18712858 0.098987411 0.056190915 0.66433143 0.029066815 0.032155583 3.370499 0 -2213.333 0.50082226 -2213.3039 1 -2213.3361
+1890 0.18235382 0.039671165 0.061035748 0.040753061 0.18256553 0.0011531212 0.0028863929 3.4465393 0 -2213.3349 0.50029502 -2213.3337 1 -2213.3366
+1910 0.13711843 0.030532327 0.037649919 0.023999921 0.13716995 0.00047601529 0.0011181093 3.4455723 0 -2213.3365 0.50002263 -2213.336 1 -2213.3371
+1930 0.059289805 0.010820381 0.024818911 0.02636614 0.059316736 6.1822855e-05 0.0003516313 3.4496368 0 -2213.337 0.49976944 -2213.3369 1 -2213.3373
+1950 0.06177303 0.0094423553 0.019948291 0.040125359 0.061786229 4.8435854e-05 0.00010930097 3.449706 0 -2213.3373 0.50002553 -2213.3372 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1950 0.061786229 0.0093786869 0.019948291 0.040125359 0.061786229 4.8435854e-05 0.00010930097 3.449706 0 -2213.3373 0.50002553 -2213.3372 1 -2213.3373
+1970 0.061775335 0.0093772862 0.019945612 0.040117318 0.061775335 4.8416563e-05 0.0001092885 3.449706 0 -2213.3373 0.50002552 -2213.3372 1 -2213.3373
+1990 0.061494555 0.0093411539 0.019876603 0.03991009 0.061494555 4.7919996e-05 0.00010896798 3.449707 0 -2213.3373 0.50002542 -2213.3372 1 -2213.3373
+2010 0.056309714 0.0086642882 0.018620612 0.036082536 0.056309714 3.9130151e-05 0.00010324464 3.4497255 0 -2213.3373 0.50002351 -2213.3372 1 -2213.3373
+2030 0.018363239 0.0029150357 0.011719853 0.012219768 0.018363239 -5.1239863e-06 6.630007e-05 3.4499666 0 -2213.3373 0.49996349 -2213.3373 1 -2213.3374
+2050 0.037727403 0.010743078 0.010698179 0.017904362 0.037727403 5.6065561e-05 7.7849759e-05 3.4488413 0 -2213.3374 0.49901457 -2213.3373 1 -2213.3374
+2070 14.913486 1.6265548 4.4123586 11.171647 14.913486 3.6914984 2.2450494 3.6458528 0 -2213.0623 0.30919029 -2209.3708 1 -2211.6158
+2090 1.763186 0.73378651 0.12793802 0.35587969 1.763186 0.73889858 0.73739024 3.4178325 0 -2213.3371 0.24190101 -2212.5983 1 -2213.3356
+2110 2.533233 0.79844945 0.27910675 0.66221482 2.533233 0.71877273 0.713839 2.8530405 0 -2213.3363 0.23192059 -2212.6175 1 -2213.3313
+2130 1.6906359 0.67431296 0.29199129 0.95835149 1.6906359 0.66726459 0.65581165 3.1010965 0 -2213.3362 0.58551607 -2212.6689 1 -2213.3248
+2150 4.7722982 1.7391179 1.1909902 3.9500624 4.7722982 1.5673694 1.3722426 3.8860706 0 -2213.3177 0.76212711 -2211.7504 1 -2213.1226
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1800 6.0064023 2.6823021 0.61358093 0.72169468 6.0064588 2.1154364 2.0775544 2.7936317 0 -2213.2904 0.5 -2211.1749 1 -2213.2525
+1820 6.0055817 2.6818665 0.61350806 0.72161785 6.0056382 2.1152346 2.0773534 2.7936315 0 -2213.2904 0.5 -2211.1751 1 -2213.2525
+1840 5.984461 2.670653 0.61163035 0.71963809 5.9845177 2.1100414 2.0721812 2.7936278 0 -2213.2904 0.49999994 -2211.1804 1 -2213.2526
+1860 5.6046867 2.4678069 0.57709317 0.683232 5.6047461 2.0166437 1.9791706 2.793759 0 -2213.2914 0.49999933 -2211.2748 1 -2213.2539
+1880 2.5289333 0.77704264 0.27128425 0.34561076 2.5289974 1.1450804 1.1123879 2.8409046 0 -2213.3006 0.50014386 -2212.1555 1 -2213.2679
+1900 1.2687263 0.26386577 0.17560334 0.22224614 1.2695962 0.15002916 0.13438856 3.5840297 0 -2213.3233 0.50268059 -2213.1733 1 -2213.3077
+1920 0.92006683 0.22137504 0.1497019 0.11953812 0.92008529 0.036406013 0.034927052 3.4349637 0 -2213.3354 0.50020605 -2213.299 1 -2213.3339
+1940 0.17679481 0.029014138 0.038266716 0.041996007 0.17686123 0.0034498819 0.0028646037 3.4608859 0 -2213.3367 0.50040391 -2213.3333 1 -2213.3362
+1960 0.10559713 0.025047796 0.030014072 0.036411626 0.10559509 0.00075044886 0.00040142838 3.4550207 0 -2213.337 0.50018529 -2213.3363 1 -2213.3367
+1980 0.035363254 0.0072159294 0.018027985 0.025004261 0.035360254 0.0003053863 4.6347627e-05 3.4531186 0 -2213.3371 0.50006693 -2213.3368 1 -2213.3369
+2000 0.027101403 0.0028849001 0.010600088 0.013173136 0.02712614 5.4286747e-05 2.9564353e-07 3.4513725 0 -2213.3373 0.5000356 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2000 0.02712614 0.0028245659 0.010600088 0.013173136 0.02712614 5.4286747e-05 2.9564399e-07 3.4513725 0 -2213.3373 0.5000356 -2213.3373 1 -2213.3373
+2020 0.027121929 0.0028241317 0.010599113 0.013172372 0.027121929 5.4283237e-05 2.9247485e-07 3.4513725 0 -2213.3373 0.5000356 -2213.3373 1 -2213.3373
+2040 0.027013445 0.0028129392 0.010574016 0.013152713 0.027013445 5.4193015e-05 2.1117512e-07 3.4513724 0 -2213.3373 0.50003565 -2213.3373 1 -2213.3373
+2060 0.025031355 0.0026341716 0.010123278 0.012801882 0.025031355 5.2590805e-05 -1.2217988e-06 3.4513702 0 -2213.3373 0.50003659 -2213.3373 1 -2213.3373
+2080 0.012501638 0.0020134073 0.0077277311 0.010892574 0.012501638 4.1941164e-05 -8.5264683e-06 3.4513212 0 -2213.3373 0.50005488 -2213.3373 1 -2213.3373
+2100 0.019255783 0.0075528946 0.0041795643 0.0058516334 0.019255783 4.7769361e-05 3.3260586e-05 3.4493721 0 -2213.3374 0.50084177 -2213.3373 1 -2213.3374
+2120 5.3664424 1.6273989 1.2045508 1.2674259 5.3664424 1.3471678 1.3448508 3.7553339 0 -2213.3165 0.78404766 -2211.9693 1 -2213.3142
+2140 14.921629 4.5799668 1.8480327 2.0039087 14.921629 13.122305 13.113724 10.513233 0 -2213.2879 0.62463521 -2200.1656 1 -2213.2793
+2160 20.938112 5.243544 0.91411889 0.97339097 20.938112 31.110592 31.108973 20.24802 0 -2213.3252 0.56359911 -2182.2146 1 -2213.3236
+2180 89.875466 43.518893 0.42342459 0.46425562 89.875466 97.266298 97.265778 28.833802 0 -2213.3348 0.5451518 -2116.0685 1 -2213.3343
+2200 25.168554 8.2131809 0.10465996 0.11664091 25.168554 76.180261 76.180223 35.766125 0 -2213.3372 0.53565532 -2137.157 1 -2213.3372
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1750 0.5654541 0.074059656 0.42678183 0.5654541 0.5654541 0.075764161 0 0.41784701 0 -2213.3083 0.5 -2213.2883 1 -2213.2325
+1770 0.56542411 0.074055988 0.42673514 0.56542411 0.56542411 0.075763384 0 0.41784507 0 -2213.3083 0.50000245 -2213.2883 1 -2213.2325
+1790 0.56465158 0.073961393 0.42553282 0.56465158 0.56465158 0.075743306 0 0.41779513 0 -2213.3083 0.50006575 -2213.2883 1 -2213.2326
+1810 0.55047136 0.072194833 0.4037221 0.55047136 0.55047136 0.075361554 0 0.41685696 0 -2213.3088 0.50126076 -2213.2886 1 -2213.2334
+1830 0.39437042 0.044918588 0.24249848 0.39437042 0.39437042 0.068471476 0 0.40033413 0 -2213.3138 0.52379628 -2213.2925 1 -2213.2453
+1850 0.23884231 0.0197281 0.13993938 0.18424194 0.18424194 0.014719951 0 0.19760381 0 -2213.3324 0.90135558 -2213.3178 1 -2213.3176
+1870 0.06865001 0.0056513009 0.034617352 0.041340106 0.077289447 0.0013074008 0.0009705739 0.10944167 0 -2213.3371 0.37031401 -2213.3358 1 -2213.3368
+1890 0.017720719 0.001657322 0.0096637914 0.017628447 0.019621691 0.00021561842 5.984144e-05 0.067332498 0 -2213.3374 0.39945773 -2213.3372 1 -2213.3372
+1910 0.016820619 0.0013153093 0.016820619 0.012610642 0.016348758 0.00012848597 4.6766986e-05 0.052299044 0 -2213.3374 0.40708429 -2213.3373 1 -2213.3373
+1913 0.0098661882 0.00078542171 0.0068514381 0.0095700899 0.011898089 9.1891034e-05 3.9058655e-05 0.043292601 0 -2213.3374 0.41384239 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1913 0.011898089 0.00094073324 0.0068514381 0.0095700899 0.011898089 9.1891034e-05 3.9058655e-05 0.043292601 0 -2213.3374 0.41384239 -2213.3373 1 -2213.3373
+1933 0.011897926 0.00094071789 0.0068502326 0.0095699695 0.011897926 9.1891629e-05 3.90595e-05 0.043292645 0 -2213.3374 0.41384275 -2213.3373 1 -2213.3373
+1953 0.01189374 0.00094032205 0.0068191804 0.0095668696 0.01189374 9.190693e-05 3.9081335e-05 0.043293766 0 -2213.3374 0.41385196 -2213.3373 1 -2213.3373
+1973 0.01182093 0.00093304176 0.0062527702 0.0095104764 0.01182093 9.2189641e-05 3.9494249e-05 0.04331493 0 -2213.3374 0.4140254 -2213.3373 1 -2213.3373
+1993 0.011617084 0.00084728059 0.0025082526 0.0088762539 0.011617084 9.6386834e-05 4.7196541e-05 0.043707528 0 -2213.3374 0.41715718 -2213.3373 1 -2213.3373
+2013 0.016976675 0.0012359873 0.0011501031 0.0040272149 0.016976675 0.00020078875 0.00019033434 0.052998213 0 -2213.3374 0.46389567 -2213.3372 1 -2213.3374
+2033 0.045511204 0.0035292287 0.0018811591 0.0006664385 0.045511204 0.00032496823 0.00032494116 0.057822507 0 -2213.3374 0.49747473 -2213.3371 1 -2213.3374
+2053 0.022544556 0.0017485216 0.0010733841 0.00036292126 0.022544556 0.0002889564 0.00028893518 0.056256144 0 -2213.3374 0.49784358 -2213.3371 1 -2213.3374
+2073 0.030981933 0.0025413207 9.6003659e-05 0.00012341279 0.030981933 0.00049788916 0.00049788099 0.076366762 0 -2213.3374 0.4991672 -2213.3369 1 -2213.3374
+2093 0.04508876 0.0033696104 0.0001350265 7.3118933e-05 0.04508876 0.0010868438 0.0010868416 0.11683394 0 -2213.3374 0.49969798 -2213.3363 1 -2213.3374
+2113 0.065886714 0.0056860504 6.9793083e-05 2.3678903e-05 0.065886714 0.0024153183 0.0024153183 0.17691495 0 -2213.3374 0.49996358 -2213.335 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1800 6.0314947 2.6837566 0.42678183 0.30755061 6.031511 2.1009853 2.0912311 2.7730818 0 -2213.3083 0.5 -2211.2073 1 -2213.2985
+1820 6.0306614 2.6833169 0.42673514 0.30752583 6.0306777 2.1007807 2.091026 2.7730817 0 -2213.3083 0.49999998 -2211.2075 1 -2213.2985
+1840 6.0092134 2.6719982 0.42553261 0.30688781 6.0092298 2.0955154 2.0857479 2.7730791 0 -2213.3083 0.49999953 -2211.2128 1 -2213.2986
+1860 5.6234931 2.467316 0.40364679 0.29535317 5.6235111 2.0008669 1.9908709 2.7732343 0 -2213.3088 0.49999113 -2211.3079 1 -2213.2988
+1880 2.5015126 0.7641419 0.24117393 0.21951167 2.5015554 1.1270016 1.1151915 2.821443 0 -2213.314 0.49988453 -2212.187 1 -2213.3022
+1900 1.2766891 0.27054995 0.12707458 0.14357509 1.276908 0.14874328 0.14126636 3.5781293 0 -2213.3289 0.50086377 -2213.1802 1 -2213.3215
+1920 0.95045003 0.23060901 0.11021877 0.057107616 0.95048033 0.03829167 0.037634496 3.4308241 0 -2213.3362 0.5005006 -2213.2979 1 -2213.3355
+1940 0.17721315 0.027613609 0.026490537 0.030012676 0.17728472 0.0033656326 0.0030649325 3.4611063 0 -2213.337 0.50041603 -2213.3336 1 -2213.3367
+1960 0.10160994 0.023793376 0.048764646 0.0262772 0.10162519 0.00068003171 0.00053320406 3.4548818 0 -2213.3371 0.50018293 -2213.3364 1 -2213.337
+1980 0.033962335 0.0071576678 0.016487171 0.018908575 0.033977761 0.00027521735 0.00014872151 3.4530654 0 -2213.3372 0.50010997 -2213.3369 1 -2213.3371
+2000 0.034729579 0.004724752 0.026617967 0.011039059 0.034735803 4.5621489e-05 3.4079865e-05 3.451328 0 -2213.3374 0.50002646 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2000 0.034735803 0.0047326188 0.026617967 0.011039059 0.034735803 4.5621489e-05 3.4079865e-05 3.451328 0 -2213.3374 0.50002646 -2213.3373 1 -2213.3373
+2020 0.034729862 0.0047319113 0.02661282 0.011037825 0.034729862 4.5618681e-05 3.4073747e-05 3.451328 0 -2213.3374 0.50002646 -2213.3373 1 -2213.3373
+2040 0.034576759 0.0047136693 0.026480169 0.011006057 0.034576759 4.5546366e-05 3.3916202e-05 3.4513281 0 -2213.3374 0.5000265 -2213.3373 1 -2213.3373
+2060 0.031757354 0.0043750804 0.024032793 0.010432385 0.031757354 4.4245254e-05 3.1123975e-05 3.4513312 0 -2213.3374 0.50002716 -2213.3373 1 -2213.3373
+2080 0.012847791 0.0027628652 0.0085878747 0.0074960543 0.012847791 3.3361208e-05 1.5302121e-05 3.4513695 0 -2213.3374 0.50004314 -2213.3373 1 -2213.3373
+2089 0.00925315 0.0028707008 0.0053724793 0.0066560327 0.00925315 2.4926718e-05 9.178234e-06 3.4513863 0 -2213.3374 0.50008281 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1850 6.0385803 2.7013565 0.42678183 0.47121769 6.0388288 2.1181414 2.0766291 2.7780686 0 -2213.3083 0.5 -2211.1902 1 -2213.2668
+1870 6.0377451 2.7009139 0.42673514 0.47118631 6.0379936 2.1179363 2.0764243 2.7780688 0 -2213.3083 0.49999993 -2211.1904 1 -2213.2668
+1890 6.0162507 2.6895197 0.42553261 0.47037763 6.0164997 2.1126586 2.0711524 2.7780751 0 -2213.3083 0.49999814 -2211.1957 1 -2213.2668
+1910 5.6297587 2.4835013 0.40364698 0.45551083 5.6300165 2.0177921 1.9764016 2.7783936 0 -2213.3088 0.49996519 -2211.291 1 -2213.2674
+1930 2.5086041 0.76947501 0.24118351 0.30231437 2.5089153 1.1417912 1.1031852 2.8286666 0 -2213.314 0.49960399 -2212.1722 1 -2213.2754
+1950 1.2723928 0.27651968 0.12698961 0.19292172 1.2727993 0.15347759 0.13371319 3.584663 0 -2213.3289 0.50180691 -2213.1755 1 -2213.3092
+1970 0.92810515 0.21470142 0.1176058 0.06897758 0.92820724 0.037596728 0.035657716 3.4328361 0 -2213.3362 0.50072098 -2213.2986 1 -2213.3342
+1990 0.17675201 0.029148286 0.026092374 0.037306429 0.17695638 0.0035850915 0.002818683 3.4612709 0 -2213.337 0.50069204 -2213.3334 1 -2213.3362
+2010 0.10320845 0.024616106 0.0489032 0.028658077 0.10320853 0.00080252132 0.00038984169 3.4552445 0 -2213.3371 0.50022938 -2213.3363 1 -2213.3367
+2030 0.035199978 0.0073362633 0.016163294 0.024063418 0.03519589 0.00036483588 4.0065779e-05 3.4534186 0 -2213.3372 0.50007872 -2213.3369 1 -2213.3369
+2050 0.026961877 0.0034612601 0.026961877 0.010889684 0.010889684 5.330265e-05 0 3.4515611 0 -2213.3373 0.4999979 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 0.026961877 0.0034612601 0.026961877 0.010889684 0.010889684 5.330265e-05 0 3.4515611 0 -2213.3373 0.4999979 -2213.3373 1 -2213.3373
+2070 0.026956677 0.0034610064 0.026956677 0.010889522 0.010889522 5.3306086e-05 0 3.4515611 0 -2213.3373 0.4999979 -2213.3373 1 -2213.3373
+2090 0.026822671 0.0034544662 0.026822671 0.010885377 0.010885377 5.3394428e-05 0 3.4515612 0 -2213.3373 0.49999793 -2213.3373 1 -2213.3373
+2110 0.024444869 0.0033327988 0.02435273 0.010811129 0.010811129 5.4928656e-05 0 3.4515631 0 -2213.3373 0.4999985 -2213.3373 1 -2213.3373
+2130 0.011546064 0.0016522919 0.0087255157 0.010211434 0.010211434 5.7829307e-05 0 3.4515978 0 -2213.3374 0.50000918 -2213.3373 1 -2213.3373
+2139 0.0094117982 0.0010032356 0.0056669263 0.0094117982 0.0094117982 4.9737812e-05 0 3.4516542 0 -2213.3374 0.50002747 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1800 0.5654541 0.088439908 0.5654541 0.39957227 0.5654541 0 0.072020179 0.47162986 0 -2213.2325 0.5 -2213.2915 1 -2213.3045
+1820 0.56542411 0.088433436 0.56542411 0.39954323 0.56542411 0 0.072019274 0.47162765 0 -2213.2325 0.49999816 -2213.2915 1 -2213.3045
+1840 0.56465161 0.088266607 0.56465161 0.39879549 0.56465161 0 0.071995943 0.47157083 0 -2213.2326 0.49995074 -2213.2915 1 -2213.3046
+1860 0.55048328 0.085178778 0.55048328 0.38524046 0.55048328 0 0.071561553 0.47050352 0 -2213.2334 0.49905652 -2213.2918 1 -2213.305
+1880 0.39543009 0.07885396 0.39543009 0.27544104 0.39543009 0 0.065235895 0.45179505 0 -2213.2452 0.48244408 -2213.2956 1 -2213.3104
+1900 0.20683271 0.027007263 0.18024269 0.12391472 0.18024269 0 0.014879484 0.20787592 0 -2213.3183 0.14165464 -2213.321 1 -2213.3332
+1920 0.10138424 0.017222831 0.097645685 0.10138424 0.097645685 0 0.00020305654 0.067210303 0 -2213.3366 0.72868143 -2213.3367 1 -2213.3368
+1940 0.064416937 0.0070645735 0.046774905 0.064416937 0.046774905 0 8.7289956e-05 0.041099796 0 -2213.3371 0.73707142 -2213.3372 1 -2213.3372
+1960 0.026300742 0.0032368655 0.026300742 0.023721086 0.026300742 0 8.6124155e-05 0.02396474 0 -2213.3373 0.7173593 -2213.3373 1 -2213.3373
+1980 0.022111756 0.0017770745 0.018060337 0.022111756 0.018060337 0 3.2115006e-05 0.011289843 0 -2213.3373 0.52768696 -2213.3374 1 -2213.3374
+1987 0.0083247399 0.0009872043 0.0083247399 0.0052953091 0.0083247399 0 2.1484164e-05 0.0082488266 0 -2213.3374 0.37668562 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1987 0.0083247399 0.0009872043 0.0083247399 0.0052953091 0.0083247399 0 2.1484164e-05 0.0082488266 0 -2213.3374 0.37668562 -2213.3374 1 -2213.3374
+1988 0.0083247399 0.0009872043 0.0083247399 0.0052953091 0.0083247399 0 2.1484164e-05 0.0082488266 0 -2213.3374 0.37668562 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1850 5.9154277 2.6884068 0.5654541 0.50499366 5.9154511 1.9912007 2.0638065 2.795816 0 -2213.2325 0.5 -2211.2413 1 -2213.3051
+1870 5.9146247 2.687981 0.56542411 0.50495141 5.9146481 1.9910047 2.0636101 2.7958158 0 -2213.2325 0.49999994 -2211.2415 1 -2213.3051
+1890 5.8939571 2.6770185 0.56465145 0.50386252 5.8939807 1.985961 2.0585569 2.7958097 0 -2213.2326 0.4999984 -2211.2466 1 -2213.3052
+1910 5.5218241 2.4784796 0.55042424 0.48371502 5.5218528 1.8952519 1.9676644 2.7958921 0 -2213.2334 0.49996922 -2211.3382 1 -2213.3059
+1930 2.4654083 0.7540828 0.38900895 0.25124818 2.4654969 1.0562621 1.1239555 2.8417235 0 -2213.2459 0.49935383 -2212.1897 1 -2213.3136
+1950 1.2618699 0.271893 0.23964089 0.14093499 1.2616085 0.11834072 0.15026657 3.5834023 0 -2213.2968 0.49588977 -2213.1785 1 -2213.3288
+1970 0.91859833 0.22521649 0.082136669 0.10552294 0.91861993 0.032992862 0.035993026 3.4374247 0 -2213.3332 0.50152661 -2213.3002 1 -2213.3362
+1990 0.17879377 0.031907995 0.04314773 0.026355842 0.17888142 0.0023232322 0.0034415278 3.4617843 0 -2213.3359 0.50034417 -2213.3336 1 -2213.337
+2010 0.10371409 0.023887041 0.034133118 0.024589355 0.10400859 0.00020489546 0.00083984742 3.4559689 0 -2213.3365 0.50035945 -2213.3363 1 -2213.3372
+2030 0.034488498 0.0067488134 0.027360237 0.014012516 0.027360237 0 0.00046766516 3.4544747 0 -2213.3368 0.50035768 -2213.3368 1 -2213.3372
+2050 0.028252107 0.0029034636 0.013468027 0.011591468 0.013468027 0 9.2579663e-05 3.4520688 0 -2213.3373 0.50006897 -2213.3373 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 0.028252107 0.0029034636 0.013468027 0.011591468 0.013468027 0 9.2579663e-05 3.4520688 0 -2213.3373 0.50006897 -2213.3373 1 -2213.3374
+2070 0.028247525 0.0029030908 0.013467508 0.01158978 0.013467508 0 9.2579386e-05 3.4520688 0 -2213.3373 0.50006897 -2213.3373 1 -2213.3374
+2090 0.028129486 0.0028934831 0.013454158 0.011546316 0.013454158 0 9.2572497e-05 3.4520687 0 -2213.3373 0.50006896 -2213.3373 1 -2213.3374
+2110 0.02596888 0.0027157527 0.013216728 0.010756386 0.013216728 0 9.2429023e-05 3.452068 0 -2213.3373 0.50006863 -2213.3373 1 -2213.3374
+2130 0.012267676 0.0018663812 0.011862911 0.0064045684 0.011862911 0 8.7157141e-05 3.4520467 0 -2213.3373 0.50006305 -2213.3373 1 -2213.3374
+2145 0.0092872676 0.0011024216 0.0092872676 0.0048561678 0.0092872676 0 5.3797979e-05 3.4519632 0 -2213.3373 0.50002439 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1900 5.899284 2.6749804 0.5654541 0.34205885 5.8993015 2.0219705 2.0552743 2.8046281 0 -2213.2325 0.5 -2211.2106 1 -2213.2658
+1920 5.8984866 2.6745571 0.56542411 0.34205121 5.8985041 2.0217757 2.0550782 2.8046281 0 -2213.2325 0.49999993 -2211.2108 1 -2213.2658
+1940 5.877963 2.6636591 0.56465145 0.3418544 5.8779804 2.0167596 2.0500326 2.8046286 0 -2213.2326 0.49999809 -2211.2158 1 -2213.2658
+1960 5.508522 2.4663299 0.55042473 0.33825704 5.5085381 1.9265311 1.9592598 2.8048304 0 -2213.2334 0.49996366 -2211.3069 1 -2213.2662
+1980 2.4833138 0.75951879 0.38913914 0.29936639 2.4833194 1.0877115 1.11364 2.8518491 0 -2213.2459 0.49942451 -2212.1582 1 -2213.2718
+2000 1.2469823 0.27936041 0.23978763 0.19578059 1.2472123 0.12760481 0.1383204 3.5904718 0 -2213.2968 0.4985619 -2213.1691 1 -2213.3075
+2020 0.87085182 0.20027941 0.082205225 0.06649387 0.87088768 0.031716582 0.032532995 3.441162 0 -2213.3333 0.501279 -2213.3016 1 -2213.3341
+2040 0.17545752 0.032985051 0.04193361 0.037494868 0.17552584 0.0028024116 0.0030327541 3.4621276 0 -2213.336 0.50044608 -2213.3332 1 -2213.3362
+2060 0.10596634 0.024174869 0.033264056 0.028891474 0.10603906 0.00048946084 0.00061642374 3.4563836 0 -2213.3366 0.5002817 -2213.3361 1 -2213.3367
+2080 0.03707722 0.007053456 0.026574763 0.024304531 0.037216695 0.00012509263 0.00021492805 3.4541226 0 -2213.3368 0.50024768 -2213.3367 1 -2213.3369
+2100 0.018358046 0.0020865501 0.011947792 0.01094534 0.018357185 1.5161173e-05 3.0697114e-05 3.4518901 0 -2213.3373 0.50002579 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2100 0.018357185 0.00209016 0.011947792 0.01094534 0.018357185 1.5161173e-05 3.0697114e-05 3.4518901 0 -2213.3373 0.50002579 -2213.3373 1 -2213.3373
+2120 0.01835576 0.0020900074 0.011947663 0.010945269 0.01835576 1.5160069e-05 3.0695875e-05 3.4518901 0 -2213.3373 0.50002579 -2213.3373 1 -2213.3373
+2140 0.018319095 0.0020860758 0.011944351 0.010943439 0.018319095 1.5131817e-05 3.0664282e-05 3.4518901 0 -2213.3373 0.50002579 -2213.3373 1 -2213.3373
+2160 0.017661092 0.002013491 0.011884992 0.010910221 0.017661092 1.4624286e-05 3.009449e-05 3.4518896 0 -2213.3373 0.50002587 -2213.3373 1 -2213.3373
+2180 0.013303829 0.0017517344 0.011352094 0.010526349 0.013303829 1.0061624e-05 2.4543863e-05 3.4518818 0 -2213.3373 0.50002743 -2213.3373 1 -2213.3373
+2195 0.0095832546 0.0013400264 0.0089501071 0.0083213652 0.0095832546 2.6072503e-06 1.1436617e-05 3.4519816 0 -2213.3373 0.50002355 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1850 1.0266159 0.26335404 0.39957227 0.49830203 1.0267761 0.54649277 0.46809173 1.7015614 0 -2213.3045 0.5 -2212.7581 1 -2213.2261
+1870 1.0264892 0.26332791 0.39954323 0.49827355 1.0266495 0.54648772 0.46808717 1.7015618 0 -2213.3045 0.50000049 -2212.7581 1 -2213.2261
+1890 1.0232232 0.26265408 0.39879539 0.49754048 1.0233848 0.54635763 0.46797 1.7015731 0 -2213.3046 0.50001303 -2212.7582 1 -2213.2262
+1910 0.96304234 0.25012225 0.385205 0.48433668 0.96323083 0.54401965 0.46587375 1.7017953 0 -2213.305 0.50024965 -2212.761 1 -2213.2269
+1930 0.39187981 0.07906841 0.27391334 0.39187981 0.37135409 0.52609078 0.45223937 1.7078111 0 -2213.3107 0.50462876 -2212.7846 1 -2213.2368
+1950 0.32671509 0.07731474 0.12837348 0.16950198 0.32893452 0.51493461 0.49826021 1.7631175 0 -2213.3331 0.51829641 -2212.8181 1 -2213.3164
+1970 0.091199563 0.0136406 0.064936106 0.075870774 0.094652969 0.51019147 0.50925179 1.7588793 0 -2213.3362 0.49236638 -2212.826 1 -2213.3353
+1990 0.086464119 0.010906442 0.035913714 0.055953174 0.086532908 0.51026249 0.51005688 1.7436389 0 -2213.3373 0.50016183 -2212.827 1 -2213.3371
+2010 0.015247048 0.0014662511 0.0084551717 0.015247048 0.012507367 0.51012471 0.50999473 1.7427735 0 -2213.3374 0.49981858 -2212.8272 1 -2213.3372
+2029 0.0085978263 0.00071411241 0.0037640726 0.0085978263 0.0058346254 0.510106 0.51005662 1.7426995 0 -2213.3374 0.50005548 -2212.8273 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2029 0.0085978263 0.00065166986 0.0037640726 0.0085978263 0.0058346254 0.510106 0.51005662 1.7426995 0 -2213.3374 0.50005548 -2212.8273 1 -2213.3373
+2030 0.0085978263 0.00065166986 0.0037640726 0.0085978263 0.0058346254 0.510106 0.51005662 1.7426995 0 -2213.3374 0.50005548 -2212.8273 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1900 6.1047158 2.847284 0.39957227 1.096346 6.1047611 2.1088884 2.0842194 2.8324908 0 -2213.3045 0.5 -2211.1957 1 -2213.2799
+1920 6.103862 2.8468292 0.39954323 1.0961725 6.1039073 2.1086787 2.0840156 2.83249 0 -2213.3045 0.49999997 -2211.1959 1 -2213.2799
+1940 6.0818884 2.8351215 0.39879532 1.0917005 6.081934 2.103281 2.0787694 2.8324685 0 -2213.3046 0.49999916 -2211.2013 1 -2213.2801
+1960 5.6868662 2.6232791 0.38518057 1.0094354 5.6869156 2.006308 1.9844833 2.8322676 0 -2213.305 0.49998343 -2211.2987 1 -2213.2832
+1980 2.503875 0.78011273 0.2731219 0.34861224 2.5039361 1.1179231 1.1113983 2.8737795 0 -2213.3108 0.4996257 -2212.1929 1 -2213.3043
+2000 1.265153 0.29307219 0.11511996 0.25138685 1.2651617 0.14431325 0.14076891 3.5838817 0 -2213.3301 0.49949823 -2213.1858 1 -2213.3265
+2020 0.4688571 0.12096134 0.065883849 0.088046937 0.46888518 0.021428199 0.020147227 3.3886387 0 -2213.3343 0.49978851 -2213.3129 1 -2213.333
+2040 0.15020272 0.040314959 0.047295013 0.061043638 0.15022225 0.0033174908 0.0025809011 3.4508249 0 -2213.3356 0.50011188 -2213.3323 1 -2213.3349
+2060 0.078078028 0.014982845 0.016635834 0.042707111 0.078218021 0.00032724037 0.00020755893 3.4527443 0 -2213.3372 0.50028375 -2213.3369 1 -2213.3371
+2080 0.067854739 0.013064107 0.01129355 0.058060884 0.067856836 0.00011762962 4.0135802e-05 3.4514898 0 -2213.3373 0.50001617 -2213.3372 1 -2213.3372
+2100 0.010236083 0.0018077888 0.0072439153 0.0098311084 0.010287096 2.9721473e-05 7.0240844e-06 3.4519098 0 -2213.3373 0.50005759 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2100 0.010287096 0.0018391777 0.0072439153 0.0098311084 0.010287096 2.9721473e-05 7.0240844e-06 3.4519098 0 -2213.3373 0.50005759 -2213.3373 1 -2213.3373
+2120 0.01028683 0.0018390792 0.007243885 0.0098306937 0.01028683 2.9721184e-05 7.0240412e-06 3.4519098 0 -2213.3373 0.50005759 -2213.3373 1 -2213.3373
+2140 0.010279979 0.0018365459 0.0072431036 0.0098200312 0.010279979 2.9713756e-05 7.0230526e-06 3.4519097 0 -2213.3373 0.50005762 -2213.3373 1 -2213.3373
+2160 0.010157982 0.0017899431 0.0072286228 0.0096315815 0.010157982 2.9576695e-05 7.0031706e-06 3.4519067 0 -2213.3373 0.50005827 -2213.3373 1 -2213.3373
+2167 0.0099865385 0.0017188098 0.0072059331 0.0093729342 0.0099865385 2.9363869e-05 6.9663615e-06 3.4519019 0 -2213.3373 0.50005935 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1950 6.142169 2.8722994 0.39957227 0.44541427 6.1423779 2.1217311 2.1070149 2.8354473 0 -2213.3045 0.5 -2211.1828 1 -2213.2898
+1970 6.1413012 2.8718369 0.39954323 0.44538701 6.1415102 2.1215187 2.1068028 2.8354468 0 -2213.3045 0.4999999 -2211.183 1 -2213.2898
+1990 6.1189688 2.8599291 0.39879532 0.44468423 6.1191779 2.1160545 2.1013442 2.8354365 0 -2213.3046 0.49999725 -2211.1885 1 -2213.2899
+2010 5.717729 2.6445836 0.38518032 0.43162661 5.7179412 2.0179353 2.0033314 2.8354396 0 -2213.305 0.49994807 -2211.2871 1 -2213.2904
+2030 2.5021223 0.77908431 0.27314337 0.26502399 2.5023128 1.1245891 1.1113019 2.8792728 0 -2213.3108 0.49927612 -2212.1862 1 -2213.2975
+2050 1.262019 0.29863714 0.1150333 0.16810935 1.262044 0.14731511 0.13737985 3.591828 0 -2213.3301 0.49971443 -2213.1828 1 -2213.3202
+2070 0.89289562 0.20507511 0.064383847 0.070386033 0.89302686 0.036287456 0.035133271 3.4372083 0 -2213.3366 0.50096173 -2213.3003 1 -2213.3354
+2090 0.16092897 0.024066212 0.022047178 0.030371314 0.16120555 0.0032281891 0.0027880513 3.4634093 0 -2213.3371 0.50061895 -2213.3339 1 -2213.3367
+2110 0.10372882 0.023199673 0.023157382 0.023822609 0.10373996 0.00066279065 0.00040584802 3.4565072 0 -2213.3372 0.50018798 -2213.3366 1 -2213.337
+2130 0.032324797 0.0068654396 0.011984362 0.018914936 0.032324562 0.0002428647 4.9632218e-05 3.4544258 0 -2213.3373 0.50004445 -2213.337 1 -2213.3371
+2150 0.038317217 0.0047197961 0.012021887 0.0092557463 0.038316785 5.1893031e-05 2.216553e-05 3.4518174 0 -2213.3374 0.49996405 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2150 0.038316785 0.0047214136 0.012021887 0.0092557463 0.038316785 5.1893031e-05 2.216553e-05 3.4518174 0 -2213.3374 0.49996405 -2213.3373 1 -2213.3373
+2170 0.038309899 0.0047206477 0.012019753 0.0092550599 0.038309899 5.1885538e-05 2.2157707e-05 3.4518174 0 -2213.3374 0.49996405 -2213.3373 1 -2213.3373
+2190 0.038132441 0.0047009067 0.011964757 0.0092373951 0.038132441 5.1693154e-05 2.1956787e-05 3.4518176 0 -2213.3374 0.49996407 -2213.3373 1 -2213.3373
+2210 0.034860689 0.0043353183 0.010955406 0.0089212458 0.034860689 4.8286125e-05 1.8407648e-05 3.4518198 0 -2213.3374 0.49996443 -2213.3373 1 -2213.3373
+2230 0.012863487 0.0024541548 0.0051435171 0.0073184739 0.012863487 2.9117759e-05 4.1039948e-07 3.451843 0 -2213.3374 0.49997292 -2213.3373 1 -2213.3373
+2239 0.008307923 0.0025014301 0.0039660662 0.0066172538 0.008307923 2.0370311e-05 -4.0745472e-06 3.4518418 0 -2213.3374 0.49999012 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2000 6.1176322 2.822041 0.39957227 0.86631243 6.11863 2.1530341 2.0549068 2.8690106 0 -2213.3045 0.5 -2211.1515 1 -2213.2064
+2020 6.1167775 2.8215892 0.39954323 0.86624023 6.1177754 2.1528235 2.0546995 2.8690103 0 -2213.3045 0.49999988 -2211.1517 1 -2213.2064
+2040 6.0947808 2.8099571 0.39879532 0.86437939 6.0957809 2.1474028 2.0493649 2.8690047 0 -2213.3046 0.49999668 -2211.1572 1 -2213.2065
+2060 5.6995367 2.5995908 0.38518201 0.8299491 5.700576 2.0500204 1.953559 2.8690902 0 -2213.305 0.49993788 -2211.255 1 -2213.2085
+2080 2.5196724 0.78516492 0.27320991 0.42851937 2.5208736 1.1562848 1.0769819 2.9126597 0 -2213.3108 0.49932158 -2212.1545 1 -2213.2315
+2100 1.2521784 0.30452564 0.11501314 0.29683098 1.2521341 0.15622945 0.11615538 3.607307 0 -2213.3301 0.50282923 -2213.1739 1 -2213.29
+2120 0.84648519 0.18007156 0.066435753 0.19831554 0.84716715 0.034906472 0.030242732 3.4419092 0 -2213.3366 0.5014137 -2213.3017 1 -2213.3319
+2140 0.16489472 0.029218153 0.021239388 0.051516681 0.16617709 0.0036399727 0.002168831 3.4634832 0 -2213.3371 0.50143315 -2213.3335 1 -2213.3356
+2160 0.10519424 0.022600941 0.022569349 0.061540042 0.061540042 0.00088096258 0 3.4569858 0 -2213.3372 0.50032619 -2213.3364 1 -2213.3364
+2180 0.035506128 0.0071153491 0.011889263 0.030814627 0.030814627 0.00062795682 0 3.4551498 0 -2213.3373 0.5000497 -2213.3369 1 -2213.3367
+2200 0.04411434 0.0049962357 0.012503485 0.035385256 0.035385256 0.00011422436 0 3.452196 0 -2213.3374 0.49991457 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2200 0.04411434 0.0049962357 0.012503485 0.035385256 0.035385256 0.00011422436 0 3.452196 0 -2213.3374 0.49991457 -2213.3373 1 -2213.3373
+2220 0.044106265 0.0049954265 0.012501235 0.035378799 0.035378799 0.00011421817 0 3.452196 0 -2213.3374 0.49991457 -2213.3373 1 -2213.3373
+2240 0.043898134 0.0049745677 0.012443254 0.035212422 0.035212422 0.0001140589 0 3.452196 0 -2213.3374 0.49991461 -2213.3373 1 -2213.3373
+2260 0.040058853 0.004588153 0.011377903 0.032152791 0.032152791 0.00011123991 0 3.4521958 0 -2213.3374 0.49991538 -2213.3373 1 -2213.3373
+2280 0.015036328 0.0024482307 0.0052573996 0.014343552 0.014343552 9.416265e-05 0 3.4521807 0 -2213.3374 0.49993056 -2213.3373 1 -2213.3373
+2296 0.0087238399 0.0014006844 0.0032574287 0.0087238399 0.0087238399 5.3649093e-05 0 3.4521222 0 -2213.3374 0.50001606 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 6.0479025 2.8362103 0.39957227 0.5740415 6.0479153 2.0907571 2.0767588 2.8342873 0 -2213.3045 0.5 -2211.2138 1 -2213.2905
+2070 6.0470627 2.8357639 0.39954323 0.57396117 6.0470755 2.0905513 2.0765539 2.8342863 0 -2213.3045 0.49999999 -2211.214 1 -2213.2906
+2090 6.0254483 2.8242716 0.39879532 0.57189192 6.0254613 2.0852539 2.0712813 2.834263 0 -2213.3046 0.49999961 -2211.2193 1 -2213.2906
+2110 5.6366437 2.6161688 0.38518176 0.53405034 5.6366612 1.9900572 1.9765167 2.8340234 0 -2213.305 0.49999203 -2211.3149 1 -2213.2915
+2130 2.484025 0.76469181 0.27317344 0.26564234 2.484139 1.1169615 1.1049597 2.8744727 0 -2213.3108 0.49972545 -2212.1938 1 -2213.2988
+2150 1.2639545 0.30013586 0.11508403 0.17840368 1.2640615 0.14456191 0.13595846 3.5853196 0 -2213.3301 0.49925925 -2213.1855 1 -2213.3215
+2170 0.93316512 0.23251239 0.062690321 0.19479097 0.93328418 0.037351347 0.035866117 3.4374835 0 -2213.3365 0.50100136 -2213.2992 1 -2213.3351
+2190 0.27604098 0.061046505 0.038557065 0.13456718 0.27648717 0.0081571051 0.0074405019 3.4664601 0 -2213.337 0.50093599 -2213.3288 1 -2213.3363
+2210 0.10794714 0.016678985 0.024413235 0.098402586 0.10800479 0.00063240308 0.00030064326 3.4565424 0 -2213.3372 0.49999795 -2213.3366 1 -2213.3369
+2230 0.034604896 0.0042175329 0.012672521 0.029220839 0.034834822 0.0002206741 4.0846232e-05 3.4543924 0 -2213.3373 0.49992381 -2213.3371 1 -2213.3371
+2250 0.020600432 0.0023057611 0.0064567939 0.020600432 0.01888914 4.1737442e-05 1.9524537e-06 3.4515957 0 -2213.3374 0.50007073 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2250 0.020600432 0.0023854382 0.0064567939 0.020600432 0.01888914 4.1737442e-05 1.9524537e-06 3.4515957 0 -2213.3374 0.50007073 -2213.3373 1 -2213.3373
+2270 0.020596849 0.002385401 0.0064562965 0.020596849 0.018887184 4.1735859e-05 1.9530412e-06 3.4515957 0 -2213.3374 0.50007074 -2213.3373 1 -2213.3373
+2290 0.020504561 0.0023844449 0.0064434962 0.020504561 0.018836816 4.1695307e-05 1.9680901e-06 3.4515955 0 -2213.3374 0.5000709 -2213.3373 1 -2213.3373
+2310 0.018816122 0.0023678729 0.0062146084 0.018816122 0.017928117 4.0961916e-05 2.2160971e-06 3.4515926 0 -2213.3374 0.50007396 -2213.3373 1 -2213.3373
+2330 0.012599715 0.0023820139 0.0050194615 0.0089063733 0.012599715 3.3650701e-05 5.9987451e-07 3.4515225 0 -2213.3374 0.50013585 -2213.3373 1 -2213.3373
+2350 0.036348433 0.01388773 0.0027996044 0.0049628067 0.036348433 0.00015181986 0.00014139419 3.4491752 0 -2213.3374 0.50186002 -2213.3372 1 -2213.3374
+2370 4.0300427 1.8025453 0.52919467 2.5795583 4.0300427 1.0225338 0.93480749 3.8859138 0 -2213.3335 0.80584864 -2212.311 1 -2213.2458
+2390 14.46004 5.1209871 0.61407719 2.9999715 14.46004 14.759219 14.640687 11.140214 0 -2213.3322 0.617925 -2198.573 1 -2213.2137
+2410 26.500223 6.8712836 0.34559908 1.6868408 26.500223 34.59083 34.553344 20.846813 0 -2213.3357 0.5618359 -2178.7449 1 -2213.2983
+2430 84.773263 40.837573 0.14696324 0.71774391 84.773263 95.25993 95.253141 29.305038 0 -2213.3371 0.54437594 -2118.0772 1 -2213.3303
+2450 24.396858 7.92386 0.041435141 0.20242017 24.396858 76.670062 76.669521 36.278733 0 -2213.3374 0.5351267 -2136.6673 1 -2213.3368
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+1950 1.096346 0.10742698 1.096346 0.72857068 0.72857068 0.023405271 0 0.39928164 0 -2213.2799 0.5 -2213.2906 1 -2213.2565
+1970 1.0961725 0.10741616 1.0961725 0.72847915 0.72847915 0.023409064 0 0.39927911 0 -2213.2799 0.50000083 -2213.2906 1 -2213.2565
+1990 1.0917004 0.10713704 1.0917004 0.7261204 0.7261204 0.023506604 0 0.39921373 0 -2213.2801 0.50002228 -2213.2906 1 -2213.2566
+2010 1.0093953 0.10192778 1.0093953 0.682729 0.682729 0.025228586 0 0.39799855 0 -2213.2832 0.50043787 -2213.2917 1 -2213.2579
+2030 0.35191146 0.043746965 0.35191146 0.32139557 0.32139557 0.033842241 0 0.37834924 0 -2213.3044 0.51172468 -2213.3005 1 -2213.2706
+2050 0.29813908 0.049410979 0.29416291 0.29813908 0.29813908 0.011462779 0 0.18644073 0 -2213.3304 0.75813639 -2213.324 1 -2213.3189
+2070 0.097783427 0.012559934 0.08042339 0.064753702 0.086914781 0.0019933287 0.001092997 0.11065315 0 -2213.3353 0.70418439 -2213.3333 1 -2213.3344
+2090 0.14525992 0.0088092329 0.14525992 0.039812063 0.14525992 0 2.8087988e-05 0.053391444 0 -2213.3368 0.429263 -2213.3369 1 -2213.3369
+2110 0.051589326 0.0032363208 0.051589326 0.021390347 0.021390347 0.00016602681 0 0.037010368 0 -2213.3372 0.39673338 -2213.3372 1 -2213.3371
+2130 0.014079451 0.0011927631 0.012087876 0.014079451 0.014079451 0.00010656825 0 0.021641489 0 -2213.3373 0.37751202 -2213.3373 1 -2213.3372
+2147 0.0099377902 0.00072430276 0.007600349 0.0099377902 0.0099377902 5.4389133e-05 0 0.013461882 0 -2213.3374 0.52324904 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2147 0.0099377902 0.00072430276 0.007600349 0.0099377902 0.0099377902 5.4389133e-05 0 0.013461882 0 -2213.3374 0.52324904 -2213.3373 1 -2213.3373
+2148 0.0099377902 0.00072430276 0.007600349 0.0099377902 0.0099377902 5.4389133e-05 0 0.013461882 0 -2213.3374 0.52324904 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2000 1.096346 0.10742698 1.096346 0.44825291 1.096346 0 0.010359584 0.06045868 0 -2213.2799 0.5 -2213.2909 1 -2213.2902
+2020 1.0961725 0.10741616 1.0961725 0.44822318 1.0961725 0 0.010353926 0.060454303 0 -2213.2799 0.49998398 -2213.2909 1 -2213.2902
+2040 1.0917006 0.10713706 1.0917006 0.44745759 1.0917006 0 0.010208429 0.060341566 0 -2213.2801 0.49957102 -2213.291 1 -2213.2903
+2060 1.0094715 0.10193267 1.0094715 0.43355449 1.0094715 0 0.0076347154 0.058285519 0 -2213.2832 0.49195642 -2213.292 1 -2213.2908
+2080 0.34935549 0.043855847 0.34935549 0.31650593 0.31650593 0.0058261795 0 0.038779386 0 -2213.3043 0.47551066 -2213.3024 1 -2213.2985
+2100 0.28933091 0.046058894 0.28933091 0.12168676 0.28933091 0 0.00095650926 0.021007093 0 -2213.3306 0.43317397 -2213.3315 1 -2213.3316
+2120 0.090372101 0.01593775 0.081601332 0.08787067 0.091390978 0.00060055838 3.8125326e-05 0.021066306 0 -2213.3354 0.55228731 -2213.3348 1 -2213.3348
+2140 0.077035419 0.0056302431 0.077035419 0.02855273 0.036378291 2.0301396e-05 7.2695836e-05 0.016277445 0 -2213.3369 0.53233149 -2213.3369 1 -2213.337
+2160 0.029745925 0.0025692299 0.029745925 0.018451987 0.024365221 3.1349532e-05 2.9338685e-05 0.011732292 0 -2213.3371 0.52412035 -2213.3371 1 -2213.3371
+2180 0.0094679248 0.00076660392 0.0094679248 0.0083430241 0.0083430241 8.7223361e-07 0 0.0039501346 0 -2213.3373 0.49136635 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2180 0.0094679248 0.00076660392 0.0094679248 0.0083430241 0.0083430241 8.7223361e-07 0 0.0039501346 0 -2213.3373 0.49136635 -2213.3373 1 -2213.3373
+2181 0.0094679248 0.00076660392 0.0094679248 0.0083430241 0.0083430241 8.7223361e-07 0 0.0039501346 0 -2213.3373 0.49136635 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 1.096346 0.10742698 1.096346 0.45891792 1.096346 0 0.010132648 0.055911885 0 -2213.2799 0.5 -2213.2901 1 -2213.29
+2070 1.0961725 0.10741616 1.0961725 0.45889153 1.0961725 0 0.010127045 0.055907683 0 -2213.2799 0.49998168 -2213.2901 1 -2213.29
+2090 1.0917006 0.10713706 1.0917006 0.45821164 1.0917006 0 0.0099829629 0.05579946 0 -2213.2801 0.4995094 -2213.2902 1 -2213.29
+2110 1.0094844 0.1019335 1.0094844 0.44573443 1.0094844 0 0.0074375941 0.053827022 0 -2213.2832 0.49079521 -2213.2913 1 -2213.2906
+2130 0.34899474 0.043850906 0.34899474 0.31346533 0.31346533 0.0055299134 0 0.035402652 0 -2213.3043 0.4728096 -2213.3024 1 -2213.2988
+2150 0.28651394 0.046676795 0.28651394 0.12459259 0.28651394 0 0.00071109591 0.020963355 0 -2213.3306 0.4252214 -2213.3312 1 -2213.3314
+2170 0.090355285 0.015591186 0.081502033 0.08662067 0.08662067 0.00050248987 0 0.020450206 0 -2213.3354 0.48687053 -2213.335 1 -2213.3349
+2190 0.076498661 0.0056054962 0.076498661 0.027939164 0.076498661 0 4.1662645e-05 0.007035722 0 -2213.3369 0.43654587 -2213.337 1 -2213.337
+2210 0.029726127 0.0025646724 0.029726127 0.01868873 0.020501568 1.4099082e-05 3.7482064e-06 0.0027646044 0 -2213.3371 0.56674342 -2213.3371 1 -2213.3371
+2230 0.018214607 0.0012960925 0.018214607 0.0087140315 0.016094455 3.2085139e-05 3.2002868e-05 0.0075219097 0 -2213.3373 0.51910332 -2213.3373 1 -2213.3373
+2243 0.0094482742 0.00073961376 0.0073647514 0.0072654963 0.0095032127 2.3562438e-05 2.1026604e-05 0.0059250832 0 -2213.3373 0.52656445 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2243 0.0095032127 0.00079629254 0.0073647514 0.0072654963 0.0095032127 2.3562438e-05 2.1026604e-05 0.0059250832 0 -2213.3373 0.52656445 -2213.3373 1 -2213.3373
+2244 0.0095032127 0.00079629254 0.0073647514 0.0072654963 0.0095032127 2.3562438e-05 2.1026604e-05 0.0059250832 0 -2213.3373 0.52656445 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2000 0.72857068 0.074272127 0.72857068 0.4423428 0.72857068 0 0.023344141 0.28421381 0 -2213.2565 0.5 -2213.2785 1 -2213.2798
+2020 0.72847915 0.074263418 0.72847915 0.44230833 0.72847915 0 0.023342247 0.28421217 0 -2213.2565 0.49999837 -2213.2785 1 -2213.2798
+2040 0.72612064 0.074038875 0.72612064 0.4414205 0.72612064 0 0.023293514 0.28416985 0 -2213.2566 0.49995624 -2213.2785 1 -2213.2798
+2060 0.68282143 0.0698645 0.68282143 0.4252476 0.68282143 0 0.02242464 0.28338036 0 -2213.2579 0.49916581 -2213.2791 1 -2213.2804
+2080 0.32055295 0.029891886 0.32055295 0.29018957 0.32055295 0 0.016803272 0.27051068 0 -2213.2702 0.48522302 -2213.2852 1 -2213.287
+2100 0.22926364 0.02734734 0.22926364 0.14768597 0.22926364 0 0.0042762121 0.1322468 0 -2213.3212 0.25891474 -2213.3236 1 -2213.3255
+2120 0.052144454 0.0064441154 0.052144454 0.035023859 0.052144454 0 0.00035075389 0.036452247 0 -2213.3366 0.66994847 -2213.337 1 -2213.337
+2140 0.040663438 0.0035691395 0.040663438 0.023585166 0.040663438 0 0.00023841229 0.027338537 0 -2213.3369 0.64950363 -2213.3371 1 -2213.3371
+2160 0.023064065 0.0014485971 0.023064065 0.010140909 0.01636166 5.9972049e-06 3.4459764e-05 0.011162392 0 -2213.3373 0.29811417 -2213.3373 1 -2213.3374
+2174 0.0096785099 0.00090057566 0.0080040108 0.0061357198 0.0091653431 7.7018776e-06 2.4043958e-05 0.0094698878 0 -2213.3373 0.32724941 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2174 0.0091653431 0.00082343767 0.0080040108 0.0061357198 0.0091653431 7.7018776e-06 2.4043958e-05 0.0094698878 0 -2213.3373 0.32724941 -2213.3373 1 -2213.3374
+2175 0.0091653431 0.00082343767 0.0080040108 0.0061357198 0.0091653431 7.7018776e-06 2.4043958e-05 0.0094698878 0 -2213.3373 0.32724941 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 0.72857068 0.074272127 0.72857068 0.45732495 0.72857068 0 0.033701799 0.40341332 0 -2213.2565 0.5 -2213.2917 1 -2213.2902
+2070 0.72847915 0.074263418 0.72847915 0.45729804 0.72847915 0 0.033699981 0.40341126 0 -2213.2565 0.49999883 -2213.2917 1 -2213.2902
+2090 0.72612067 0.074038878 0.72612067 0.45660481 0.72612067 0 0.033653224 0.40335801 0 -2213.2566 0.49996863 -2213.2918 1 -2213.2902
+2110 0.68283282 0.069865612 0.68283282 0.44391737 0.68283282 0 0.032824869 0.40235927 0 -2213.2579 0.49940049 -2213.2923 1 -2213.2908
+2130 0.32051569 0.035256824 0.32051569 0.31565377 0.32051569 0 0.028391569 0.38484667 0 -2213.2702 0.48888834 -2213.2982 1 -2213.2986
+2150 0.22131595 0.026226205 0.22131595 0.12010068 0.22131595 0 0.0099358999 0.1724469 0 -2213.322 0.23211686 -2213.3259 1 -2213.332
+2170 0.084212802 0.013517873 0.049040973 0.083422698 0.083151436 0.0019039218 0.00088089466 0.10866776 0 -2213.3361 0.41871064 -2213.3342 1 -2213.3351
+2190 0.072606485 0.0067048708 0.072606485 0.046381221 0.055148854 6.7762708e-06 1.7472385e-05 0.025542314 0 -2213.3371 0.39862076 -2213.3371 1 -2213.3372
+2210 0.020773134 0.0017730847 0.020773134 0.015999206 0.020773134 0 4.401073e-05 0.018180537 0 -2213.3373 0.41074447 -2213.3373 1 -2213.3373
+2221 0.0080735511 0.00069076556 0.0080735511 0.0059982769 0.0080735511 0 2.9207112e-05 0.013185344 0 -2213.3373 0.48962968 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2221 0.0080735511 0.00069076556 0.0080735511 0.0059982769 0.0080735511 0 2.9207112e-05 0.013185344 0 -2213.3373 0.48962968 -2213.3374 1 -2213.3374
+2222 0.0080735511 0.00069076556 0.0080735511 0.0059982769 0.0080735511 0 2.9207112e-05 0.013185344 0 -2213.3373 0.48962968 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2100 0.72857068 0.094187384 0.72857068 0.48172323 0.72857068 0 0.032330729 0.40168628 0 -2213.2565 0.5 -2213.2912 1 -2213.2888
+2120 0.72847915 0.094180609 0.72847915 0.4816962 0.72847915 0 0.03232904 0.40168419 0 -2213.2565 0.49999887 -2213.2912 1 -2213.2888
+2140 0.72612069 0.094005867 0.72612069 0.48099957 0.72612069 0 0.032285623 0.40163041 0 -2213.2566 0.49996965 -2213.2912 1 -2213.2888
+2160 0.6828384 0.090730931 0.6828384 0.46814951 0.6828384 0 0.031519708 0.40062223 0 -2213.2579 0.49941986 -2213.2917 1 -2213.2895
+2180 0.32049086 0.037263135 0.32049086 0.31985787 0.32049086 0 0.027871726 0.383071 0 -2213.2702 0.48919176 -2213.2978 1 -2213.298
+2200 0.21977466 0.025870347 0.21977466 0.12518455 0.21977466 0 0.0096552651 0.17151391 0 -2213.3221 0.23387436 -2213.3259 1 -2213.3318
+2220 0.084308586 0.012467027 0.063495218 0.079393041 0.083238935 0.0017331887 0.00084435838 0.10470367 0 -2213.3362 0.41802572 -2213.3345 1 -2213.3353
+2240 0.10308611 0.0099133266 0.10308611 0.029512189 0.065360497 5.3041766e-05 0.00036480691 0.045522895 0 -2213.3369 0.34429953 -2213.3368 1 -2213.3372
+2260 0.024867206 0.0022340039 0.019354675 0.013544915 0.023303652 8.7015039e-05 0.00021535374 0.037116462 0 -2213.3371 0.38011679 -2213.3371 1 -2213.3373
+2274 0.0099376657 0.001101208 0.0094776741 0.0059152023 0.010492571 8.1231992e-06 3.5439647e-05 0.020893131 0 -2213.3373 0.54438889 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2274 0.010492571 0.0011279925 0.0094776741 0.0059152023 0.010492571 8.1231992e-06 3.5439647e-05 0.020893131 0 -2213.3373 0.54438889 -2213.3373 1 -2213.3374
+2294 0.010492172 0.0011279161 0.0094769837 0.0059150477 0.010492172 8.1232633e-06 3.5439395e-05 0.020893099 0 -2213.3373 0.54438948 -2213.3373 1 -2213.3374
+2314 0.010481902 0.0011259429 0.0094592171 0.0059110691 0.010481902 8.1246071e-06 3.5432753e-05 0.020892267 0 -2213.3373 0.54440475 -2213.3373 1 -2213.3374
+2334 0.010299141 0.0010895406 0.0091412358 0.0058398031 0.010299141 8.1476196e-06 3.5311044e-05 0.020876614 0 -2213.3373 0.5446921 -2213.3373 1 -2213.3374
+2342 0.0099911459 0.0010211406 0.0085982833 0.0057167095 0.0099911459 8.1812523e-06 3.5083873e-05 0.020845311 0 -2213.3373 0.54526728 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2050 0.4423428 0.046302957 0.4423428 0.3822397 0.3822397 0.0077510963 0 0.24043172 0 -2213.2798 0.5 -2213.2844 1 -2213.2721
+2070 0.44230833 0.046298584 0.44230833 0.38222593 0.38222593 0.0077513764 0 0.24043013 0 -2213.2798 0.50000076 -2213.2844 1 -2213.2721
+2090 0.44142063 0.04618585 0.44142063 0.38187118 0.38187118 0.0077585746 0 0.24038903 0 -2213.2798 0.50002032 -2213.2844 1 -2213.2721
+2110 0.42529504 0.044097807 0.42529504 0.37542531 0.37542531 0.007884136 0 0.23961871 0 -2213.2804 0.50039182 -2213.2847 1 -2213.2725
+2130 0.31350003 0.030043212 0.29205536 0.31350003 0.31350003 0.0081714397 0 0.22656822 0 -2213.2867 0.50792188 -2213.289 1 -2213.2785
+2150 0.14020813 0.014319081 0.13632192 0.14020813 0.14020813 0.000790534 0 0.092431407 0 -2213.326 0.64122069 -2213.3262 1 -2213.3252
+2170 0.056580356 0.0049042065 0.029775837 0.056580356 0.056580356 0.00076279139 0 0.040987001 0 -2213.337 0.53981154 -2213.3369 1 -2213.3363
+2190 0.063119217 0.0052840233 0.063119217 0.028134614 0.063119217 0 1.8247193e-05 0.011812911 0 -2213.3373 0.33079631 -2213.3374 1 -2213.3373
+2210 0.010100782 0.00084057658 0.009933661 0.010100782 0.010100782 1.9938985e-05 0 0.009344908 0 -2213.3374 0.34183375 -2213.3374 1 -2213.3374
+2211 0.0097612092 0.00079618601 0.0082188526 0.0097612092 0.0097612092 1.9998817e-05 0 0.0092711758 0 -2213.3374 0.34288817 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2211 0.0097612092 0.00079618601 0.0082188526 0.0097612092 0.0097612092 1.9998817e-05 0 0.0092711758 0 -2213.3374 0.34288817 -2213.3374 1 -2213.3374
+2212 0.0097612092 0.00079618601 0.0082188526 0.0097612092 0.0097612092 1.9998817e-05 0 0.0092711758 0 -2213.3374 0.34288817 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2100 0.50188196 0.08315847 0.4423428 0.50188196 0.4423428 0 0.019971498 0.48126923 0 -2213.2798 0.5 -2213.3114 1 -2213.2998
+2120 0.50182763 0.083149615 0.44230833 0.50182763 0.44230833 0 0.019971816 0.4812672 0 -2213.2798 0.49999951 -2213.3114 1 -2213.2998
+2140 0.50042806 0.082921313 0.44142053 0.50042806 0.44142053 0 0.01997998 0.48121473 0 -2213.2798 0.49998693 -2213.3115 1 -2213.2998
+2160 0.47480163 0.078681239 0.42526038 0.47480163 0.42526038 0 0.020121947 0.48022742 0 -2213.2804 0.49974832 -2213.3118 1 -2213.3005
+2180 0.29074203 0.054841764 0.29074203 0.25471005 0.29074203 0 0.020222394 0.46228854 0 -2213.2869 0.49495356 -2213.3151 1 -2213.3071
+2200 0.16905455 0.027730715 0.1386397 0.16905455 0.1386397 0 0.004589539 0.22213483 0 -2213.3261 0.39657894 -2213.3317 1 -2213.3307
+2220 0.045818406 0.0091759593 0.035801238 0.045818406 0.045818406 0.00023576264 0 0.039554059 0 -2213.3371 0.55940653 -2213.3371 1 -2213.3369
+2240 0.029705427 0.0044077905 0.026196057 0.029705427 0.029705427 3.7886066e-06 0 0.012138393 0 -2213.3373 0.52778139 -2213.3374 1 -2213.3373
+2259 0.0069626892 0.00069980413 0.0069626892 0.0049948734 0.0069626892 0 6.7968717e-06 0.0082046029 0 -2213.3374 0.50719938 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2259 0.0069626892 0.00069980413 0.0069626892 0.0049948734 0.0069626892 0 6.7968717e-06 0.0082046029 0 -2213.3374 0.50719938 -2213.3374 1 -2213.3374
+2260 0.0069626892 0.00069980413 0.0069626892 0.0049948734 0.0069626892 0 6.7968717e-06 0.0082046029 0 -2213.3374 0.50719938 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2150 0.53945456 0.06217447 0.4423428 0.53945456 0.4423428 0 0.019764429 0.47763316 0 -2213.2798 0.5 -2213.3114 1 -2213.2996
+2170 0.53938182 0.062171399 0.44230833 0.53938182 0.44230833 0 0.019764968 0.47763111 0 -2213.2798 0.49999951 -2213.3114 1 -2213.2996
+2190 0.53750819 0.062092192 0.44142049 0.53750819 0.44142049 0 0.019778804 0.47757801 0 -2213.2798 0.49998686 -2213.3115 1 -2213.2996
+2210 0.50335061 0.060617042 0.42524525 0.50335061 0.42524525 0 0.020016106 0.47657827 0 -2213.2804 0.49974655 -2213.3118 1 -2213.3004
+2230 0.29039955 0.039172105 0.29039955 0.27044499 0.29039955 0 0.020147474 0.45822163 0 -2213.287 0.49480401 -2213.3152 1 -2213.3071
+2250 0.14370337 0.015962264 0.14370337 0.13586754 0.14370337 0 0.0062007826 0.21778172 0 -2213.3259 0.38736745 -2213.3318 1 -2213.3321
+2270 0.057367241 0.0074299581 0.054085798 0.057367241 0.057367241 8.8177603e-05 0 0.078115162 0 -2213.3362 0.34015287 -2213.3364 1 -2213.3361
+2290 0.16363336 0.014578918 0.04875278 0.16363336 0.16363336 0.00029828377 0 0.026140679 0 -2213.3372 0.64595482 -2213.3372 1 -2213.3369
+2310 0.024388912 0.0020771202 0.010411775 0.024388912 0.010411775 0 1.9171734e-05 0.017406545 0 -2213.3373 0.5796226 -2213.3374 1 -2213.3373
+2317 0.0092572897 0.00080843353 0.0073150433 0.0092572897 0.0073150433 0 1.8100907e-05 0.013532656 0 -2213.3374 0.47444611 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2317 0.0092572897 0.00080843353 0.0073150433 0.0092572897 0.0073150433 0 1.8100907e-05 0.013532656 0 -2213.3374 0.47444611 -2213.3374 1 -2213.3374
+2318 0.0092572897 0.00080843353 0.0073150433 0.0092572897 0.0073150433 0 1.8100907e-05 0.013532656 0 -2213.3374 0.47444611 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2100 0.3822397 0.037845114 0.3822397 0.37178689 0.3822397 0 0.01990793 0.24092317 0 -2213.2721 0.5 -2213.2911 1 -2213.292
+2120 0.38222593 0.037843107 0.38222593 0.37176468 0.38222593 0 0.019907886 0.24092146 0 -2213.2721 0.49999806 -2213.2911 1 -2213.292
+2140 0.38187119 0.037791372 0.38187119 0.37119285 0.38187119 0 0.019906727 0.2408773 0 -2213.2721 0.49994803 -2213.2912 1 -2213.292
+2160 0.37542887 0.036832998 0.37542887 0.36089975 0.37542887 0 0.019881887 0.24004844 0 -2213.2725 0.49900255 -2213.2914 1 -2213.2924
+2180 0.31378783 0.028117293 0.31378783 0.28151464 0.31378783 0 0.018949937 0.22577596 0 -2213.2785 0.48088063 -2213.2948 1 -2213.2974
+2200 0.15144337 0.014060196 0.13910665 0.13669653 0.14134169 0.00049602822 0.0038358281 0.11389653 0 -2213.3254 0.24863946 -2213.3249 1 -2213.3287
+2220 0.05733852 0.0049105666 0.05733852 0.024741865 0.05733852 0 0.00096089629 0.054831598 0 -2213.3362 0.74835775 -2213.337 1 -2213.3372
+2240 0.043402202 0.0036490715 0.022324118 0.043402202 0.035135603 0.00012211157 0.00012163042 0.028043597 0 -2213.3373 0.55267616 -2213.3372 1 -2213.3373
+2260 0.024571483 0.0019028221 0.010322161 0.024571483 0.018268629 4.120107e-05 3.8708095e-05 0.016508173 0 -2213.3374 0.54285531 -2213.3373 1 -2213.3374
+2267 0.0091136092 0.00073687663 0.0060523802 0.0074964047 0.0093434577 1.5808326e-05 1.9929467e-05 0.011309983 0 -2213.3374 0.52852686 -2213.3374 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2267 0.0093434577 0.00080374718 0.0060523802 0.0074964047 0.0093434577 1.5808326e-05 1.9929467e-05 0.011309983 0 -2213.3374 0.52852686 -2213.3374 1 -2213.3374
+2268 0.0093434577 0.00080374718 0.0060523802 0.0074964047 0.0093434577 1.5808326e-05 1.9929467e-05 0.011309983 0 -2213.3374 0.52852686 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2150 0.3822397 0.034645496 0.3822397 0.29598431 0.3822397 0 0.017663023 0.65153316 0 -2213.2721 0.5 -2213.3151 1 -2213.2897
+2170 0.38222593 0.034642137 0.38222593 0.29597397 0.38222593 0 0.017662693 0.65153079 0 -2213.2721 0.49999976 -2213.3151 1 -2213.2897
+2190 0.3818712 0.034555568 0.3818712 0.2957076 0.3818712 0 0.017654168 0.6514696 0 -2213.2721 0.4999937 -2213.3151 1 -2213.2897
+2210 0.37543242 0.033446634 0.37543242 0.29088059 0.37543242 0 0.017495855 0.65031834 0 -2213.2725 0.49987959 -2213.3152 1 -2213.29
+2230 0.31397668 0.027046052 0.31397668 0.24579692 0.31397668 0 0.015135755 0.629711 0 -2213.2785 0.49785123 -2213.3173 1 -2213.2936
+2250 0.13996565 0.014223788 0.13996565 0.11970002 0.13996565 0 0.002143927 0.30701774 0 -2213.3251 0.46998297 -2213.3332 1 -2213.3272
+2270 0.059444138 0.0053710482 0.059444138 0.05832678 0.059444138 0 0.00024165065 0.030364587 0 -2213.337 0.3189246 -2213.3372 1 -2213.3372
+2290 0.028180174 0.0023156444 0.028180174 0.022546705 0.028180174 0 0.00013677793 0.024369141 0 -2213.3372 0.30898021 -2213.3373 1 -2213.3373
+2307 0.0053999978 0.00045220684 0.0045992035 0.0053999978 0.0053999978 3.930154e-07 0 0.0063453156 0 -2213.3374 0.41615083 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2307 0.0053999978 0.00045220684 0.0045992035 0.0053999978 0.0053999978 3.930154e-07 0 0.0063453156 0 -2213.3374 0.41615083 -2213.3374 1 -2213.3374
+2308 0.0053999978 0.00045220684 0.0045992035 0.0053999978 0.0053999978 3.930154e-07 0 0.0063453156 0 -2213.3374 0.41615083 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2200 0.51360819 0.12273649 0.3822397 0.51360819 0.3822397 0 0.0056627718 0.67569394 0 -2213.2721 0.5 -2213.3127 1 -2213.2777
+2220 0.51355469 0.12272615 0.38222593 0.51355469 0.38222593 0 0.005663437 0.67569142 0 -2213.2721 0.49999993 -2213.3127 1 -2213.2777
+2240 0.51217648 0.1224596 0.38187116 0.51217648 0.38187116 0 0.0056805356 0.67562619 0 -2213.2721 0.49999812 -2213.3127 1 -2213.2778
+2260 0.48699302 0.11751358 0.37541669 0.48699302 0.37541669 0 0.0059806787 0.67439727 0 -2213.2725 0.49996334 -2213.3129 1 -2213.2785
+2280 0.31278304 0.050863653 0.31278304 0.28018849 0.31278304 0 0.0069712538 0.65181323 0 -2213.2787 0.49918946 -2213.3159 1 -2213.2856
+2300 0.17273657 0.029561606 0.14058762 0.17273657 0.14058762 0 0.00012335448 0.31614103 0 -2213.3252 0.48903531 -2213.3329 1 -2213.3253
+2320 0.05650307 0.0063197759 0.05650307 0.034362143 0.05650307 0 0.00080770806 0.054337488 0 -2213.3363 0.48445904 -2213.337 1 -2213.3371
+2340 0.099184759 0.0077358145 0.053788819 0.099184759 0.099184759 7.5946435e-05 0 0.016812355 0 -2213.3373 0.37795722 -2213.3373 1 -2213.3372
+2357 0.0096437352 0.00083629509 0.0093163904 0.0096437352 0.0093163904 0 1.1325882e-05 0.013436969 0 -2213.3374 0.37443886 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2357 0.0096437352 0.00083629509 0.0093163904 0.0096437352 0.0093163904 0 1.1325882e-05 0.013436969 0 -2213.3374 0.37443886 -2213.3374 1 -2213.3374
+2358 0.0096437352 0.00083629509 0.0093163904 0.0096437352 0.0093163904 0 1.1325882e-05 0.013436969 0 -2213.3374 0.37443886 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2150 0.78962746 0.12395066 0.37178689 0.78962746 0.78962746 0.085229322 0 0.37831167 0 -2213.292 0.5 -2213.2676 1 -2213.2067
+2170 0.78957553 0.1239414 0.37176468 0.78957553 0.78957553 0.085226579 0 0.37830949 0 -2213.292 0.50000337 -2213.2676 1 -2213.2067
+2190 0.78823657 0.12370255 0.37119282 0.78823657 0.78823657 0.085155899 0 0.37825324 0 -2213.292 0.50009021 -2213.2676 1 -2213.2068
+2210 0.76340062 0.11925227 0.36088964 0.76340062 0.76340062 0.083856574 0 0.37720091 0 -2213.2924 0.50172541 -2213.2681 1 -2213.2085
+2230 0.44233413 0.053116412 0.28075961 0.44233413 0.44233413 0.068737969 0 0.35978067 0 -2213.2976 0.53161401 -2213.2737 1 -2213.2288
+2250 0.25513003 0.025810227 0.13633991 0.24136332 0.20851308 0.019258962 0.0026179967 0.21737971 0 -2213.3288 0.83822269 -2213.3095 1 -2213.3121
+2270 0.079081747 0.0069464761 0.046190146 0.039895513 0.098021304 0.0024252409 0.0021463221 0.14131744 0 -2213.3372 0.42842957 -2213.3347 1 -2213.3369
+2290 0.028706713 0.0029624158 0.025520596 0.018664458 0.038661274 0.00074066219 0.00064956933 0.10012088 0 -2213.3374 0.45448521 -2213.3366 1 -2213.3373
+2310 0.018077611 0.0013889257 0.018077611 0.0083556289 0.02439076 0.00037020667 0.00034943217 0.071792865 0 -2213.3374 0.46580611 -2213.337 1 -2213.3374
+2330 0.010838015 0.0010012787 0.0062429464 0.0046917659 0.018145204 0.00021640007 0.00020974708 0.05326787 0 -2213.3374 0.47376926 -2213.3372 1 -2213.3374
+2334 0.0099692898 0.00090270328 0.0030947275 0.0041705084 0.017747532 0.00021449842 0.00020771867 0.052982838 0 -2213.3374 0.47388071 -2213.3372 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2334 0.017747532 0.0016625959 0.0030947275 0.0041705084 0.017747532 0.00021449842 0.00020771867 0.052982838 0 -2213.3374 0.47388071 -2213.3372 1 -2213.3374
+2354 0.017747528 0.0016625851 0.0030942971 0.0041704013 0.017747528 0.00021449922 0.00020771952 0.052982912 0 -2213.3374 0.4738808 -2213.3372 1 -2213.3374
+2374 0.017747426 0.0016623052 0.0030832184 0.004167641 0.017747426 0.00021451981 0.00020774124 0.052984821 0 -2213.3374 0.47388297 -2213.3372 1 -2213.3374
+2394 0.017746829 0.0016571098 0.0028832478 0.0041173256 0.017746829 0.00021490781 0.00020815162 0.053020854 0 -2213.3374 0.47392395 -2213.3372 1 -2213.3374
+2414 0.017957295 0.0015904643 0.0016726888 0.0035946571 0.017957295 0.00022218949 0.00021595157 0.053697446 0 -2213.3374 0.47469225 -2213.3372 1 -2213.3374
+2434 0.026293421 0.0023352017 0.0008061616 0.0017508195 0.026293421 0.00046161181 0.00046023941 0.072779214 0 -2213.3374 0.48960251 -2213.3369 1 -2213.3374
+2454 0.064540137 0.0060942005 0.00088408574 0.00046277174 0.064540137 0.00094410574 0.00094410489 0.096519297 0 -2213.3374 0.50032234 -2213.3364 1 -2213.3374
+2474 0.03978549 0.0035134528 0.00025146011 0.00013135123 0.03978549 0.00068544401 0.00068544151 0.08331757 0 -2213.3374 0.50030973 -2213.3367 1 -2213.3374
+2494 0.058748504 0.005348598 9.4891022e-05 5.5045339e-05 0.058748504 0.00087249373 0.00087249318 0.09670717 0 -2213.3374 0.50013553 -2213.3365 1 -2213.3374
+2514 0.099577261 0.0077997889 0.00010527761 3.3472494e-05 0.099577261 0.0016447087 0.0016447087 0.13785278 0 -2213.3374 0.50005689 -2213.3357 1 -2213.3374
+2534 0.05955288 0.0068867518 1.3484157e-05 1.4306814e-05 0.05955288 0.0020618166 0.0020618165 0.1597325 0 -2213.3374 0.5000407 -2213.3353 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2200 0.47391039 0.055621178 0.37178689 0.47391039 0.47391039 0.0084818007 0 0.66447563 0 -2213.292 0.5 -2213.3246 1 -2213.2835
+2220 0.47386186 0.055616241 0.37176468 0.47386186 0.47386186 0.0084813126 0 0.66447312 0 -2213.292 0.50000011 -2213.3246 1 -2213.2835
+2240 0.47261235 0.055488971 0.37119278 0.47261235 0.47261235 0.0084687596 0 0.66440839 0 -2213.292 0.50000292 -2213.3246 1 -2213.2835
+2260 0.44997161 0.053128528 0.36087681 0.44997161 0.44997161 0.0082466662 0 0.66318847 0 -2213.2924 0.50005563 -2213.3248 1 -2213.2841
+2280 0.28957453 0.040228245 0.2806764 0.28957453 0.28957453 0.0069485709 0 0.64076947 0 -2213.2976 0.50098384 -2213.327 1 -2213.2906
+2300 0.15581001 0.012391336 0.13547735 0.15581001 0.15581001 0.0016164976 0 0.30824409 0 -2213.3289 0.52356853 -2213.3353 1 -2213.3272
+2320 0.041886815 0.0081395097 0.035969496 0.041886815 0.041886815 0.00015609493 0 0.040287575 0 -2213.3371 0.49687494 -2213.3372 1 -2213.3369
+2340 0.031928198 0.0026418257 0.023018038 0.031928198 0.031928198 0.00010613152 0 0.027584064 0 -2213.3373 0.54118379 -2213.3373 1 -2213.3372
+2360 0.024092498 0.0017880911 0.016394773 0.024092498 0.024092498 5.6983122e-05 0 0.019664587 0 -2213.3374 0.57518764 -2213.3374 1 -2213.3373
+2363 0.0097261407 0.00082791909 0.0066087518 0.0097261407 0.0097261407 2.9674672e-05 0 0.015204894 0 -2213.3374 0.60327992 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2363 0.0097261407 0.00082791909 0.0066087518 0.0097261407 0.0097261407 2.9674672e-05 0 0.015204894 0 -2213.3374 0.60327992 -2213.3374 1 -2213.3373
+2364 0.0097261407 0.00082791909 0.0066087518 0.0097261407 0.0097261407 2.9674672e-05 0 0.015204894 0 -2213.3374 0.60327992 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2250 0.81346222 0.10400896 0.37178689 0.81346222 0.81346222 0.010822017 0 0.63080261 0 -2213.292 0.5 -2213.3232 1 -2213.2812
+2270 0.81335215 0.1039974 0.37176468 0.81335215 0.81335215 0.010819058 0 0.63079999 0 -2213.292 0.50000015 -2213.3232 1 -2213.2812
+2290 0.81051596 0.1036995 0.37119273 0.81051596 0.81051596 0.010742938 0 0.6307323 0 -2213.292 0.50000412 -2213.3232 1 -2213.2813
+2310 0.75843841 0.098160094 0.36085576 0.75843841 0.75843841 0.0093856121 0 0.62945765 0 -2213.2924 0.50007675 -2213.3237 1 -2213.283
+2330 0.321806 0.041225976 0.27924772 0.321806 0.321806 0.00059866059 0 0.60560081 0 -2213.2978 0.50088418 -2213.3279 1 -2213.2973
+2350 0.2213025 0.027194107 0.12965823 0.2213025 0.2213025 0.00053206977 0 0.2995032 0 -2213.3285 0.50556872 -2213.3353 1 -2213.3279
+2370 0.077951006 0.0066442505 0.077951006 0.066674291 0.077951006 0 0.00052231029 0.11125176 0 -2213.3354 0.52064307 -2213.3369 1 -2213.3359
+2390 0.050970711 0.0040664646 0.028722475 0.050970711 0.050970711 3.1648991e-05 0 0.066414891 0 -2213.337 0.48702886 -2213.3373 1 -2213.3369
+2410 0.020873483 0.0019027201 0.018603298 0.020873483 0.020873483 4.7149524e-07 0 0.05474334 0 -2213.3371 0.49295476 -2213.3373 1 -2213.3371
+2430 0.0094587457 0.00091400192 0.0056433286 0.0094587457 0.0094587457 1.5298565e-06 0 0.0094192758 0 -2213.3374 0.54726609 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2430 0.0094587457 0.00091400192 0.0056433286 0.0094587457 0.0094587457 1.5298565e-06 0 0.0094192758 0 -2213.3374 0.54726609 -2213.3374 1 -2213.3374
+2431 0.0094587457 0.00091400192 0.0056433286 0.0094587457 0.0094587457 1.5298565e-06 0 0.0094192758 0 -2213.3374 0.54726609 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2200 0.78962746 0.12395066 0.78962746 0.43422802 0.78962746 0 0.075639392 0.39393974 0 -2213.2067 0.5 -2213.2622 1 -2213.2824
+2220 0.78957553 0.1239414 0.78957553 0.43420434 0.78957553 0 0.075636934 0.39393771 0 -2213.2067 0.49999725 -2213.2622 1 -2213.2824
+2240 0.78823658 0.12370255 0.78823658 0.43359398 0.78823658 0 0.075573589 0.39388551 0 -2213.2068 0.49992617 -2213.2622 1 -2213.2824
+2260 0.76340372 0.11925283 0.76340372 0.42232943 0.76340372 0 0.074410562 0.39290939 0 -2213.2085 0.49858858 -2213.2628 1 -2213.2829
+2280 0.44237161 0.053128906 0.44237161 0.28766638 0.44237161 0 0.0608943 0.37685462 0 -2213.2288 0.47432238 -2213.2699 1 -2213.2897
+2300 0.24365949 0.024468307 0.23694259 0.13725404 0.23694259 0 0.015102604 0.1858034 0 -2213.3123 0.080423234 -2213.3136 1 -2213.3274
+2320 0.064139974 0.0067235245 0.053830986 0.047784578 0.076497492 0.001608774 0.0015388666 0.12240677 0 -2213.3369 0.60608073 -2213.3353 1 -2213.3368
+2340 0.067651447 0.0063090236 0.067651447 0.044173383 0.058805473 0.00023472299 0.0003013084 0.060390422 0 -2213.3373 0.53647518 -2213.337 1 -2213.3373
+2360 0.018145413 0.0018003559 0.012659288 0.01030083 0.022601884 0.0002198987 0.00023058496 0.055828241 0 -2213.3374 0.5373076 -2213.3371 1 -2213.3374
+2378 0.0094302506 0.00085679563 0.0075466554 0.0058671346 0.016114663 0.00014948368 0.00015403696 0.045861838 0 -2213.3374 0.53421893 -2213.3372 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2378 0.016114663 0.0014606161 0.0075466554 0.0058671346 0.016114663 0.00014948368 0.00015403696 0.045861838 0 -2213.3374 0.53421893 -2213.3372 1 -2213.3374
+2398 0.016114296 0.0014605293 0.0075455322 0.0058662094 0.016114296 0.00014948459 0.00015403774 0.04586193 0 -2213.3374 0.53421878 -2213.3372 1 -2213.3374
+2418 0.016104862 0.0014582929 0.0075166041 0.0058423785 0.016104862 0.0001495077 0.00015405757 0.045864298 0 -2213.3374 0.53421486 -2213.3372 1 -2213.3374
+2438 0.015941435 0.0014169543 0.0069899172 0.0054078942 0.015941435 0.00014994414 0.00015443533 0.045909149 0 -2213.3374 0.53414068 -2213.3372 1 -2213.3374
+2458 0.015521167 0.0011313082 0.0035031443 0.002506129 0.015521167 0.00015811446 0.00016210004 0.046778196 0 -2213.3374 0.53272715 -2213.3372 1 -2213.3374
+2478 0.025079867 0.0021932231 0.002161741 0.0015007594 0.025079867 0.00039954156 0.00040050858 0.068352491 0 -2213.3374 0.51152869 -2213.337 1 -2213.3374
+2498 0.079639655 0.0071679371 0.012494635 0.0099023173 0.079639655 0.00061118067 0.00061205175 0.077030408 0 -2213.3374 0.50098835 -2213.3368 1 -2213.3374
+2518 0.029920187 0.0025754044 0.0010030105 0.0009875473 0.029920187 0.00025443774 0.00025444117 0.052380892 0 -2213.3374 0.50115741 -2213.3371 1 -2213.3374
+2538 0.028180845 0.0022608822 0.00097388371 0.00094074361 0.028180845 0.00032764841 0.00032765114 0.060545765 0 -2213.3374 0.50075257 -2213.3371 1 -2213.3374
+2558 0.025878014 0.0023979672 6.763947e-05 6.7951392e-05 0.025878014 0.00039795117 0.00039795228 0.067421656 0 -2213.3374 0.50054703 -2213.337 1 -2213.3374
+2578 0.073107304 0.0045565276 0.00017034329 0.00025289188 0.073107304 0.0014402407 0.0014402404 0.12879888 0 -2213.3374 0.50008744 -2213.3359 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2250 0.78962746 0.12395066 0.78962746 0.6637059 0.78962746 0 0.063654154 1.0138329 0 -2213.2067 0.5 -2213.3227 1 -2213.2704
+2270 0.78957553 0.1239414 0.78957553 0.66360562 0.78957553 0 0.063653119 1.0138292 0 -2213.2067 0.49999965 -2213.3227 1 -2213.2704
+2290 0.78823643 0.12370252 0.78823643 0.66102242 0.78823643 0 0.063626349 1.0137323 0 -2213.2068 0.49999062 -2213.3228 1 -2213.2705
+2310 0.76334434 0.11924214 0.76334434 0.61388164 0.76334434 0 0.063095074 1.0119069 0 -2213.2085 0.49982004 -2213.3233 1 -2213.2716
+2330 0.43495336 0.051056717 0.43495336 0.30611536 0.43495336 0 0.051246042 0.97752663 0 -2213.2294 0.4965911 -2213.3285 1 -2213.2806
+2350 0.24819679 0.027561888 0.24819679 0.21041097 0.24819679 0 0.013135161 0.4803314 0 -2213.311 0.4451502 -2213.3343 1 -2213.3242
+2370 0.051154252 0.0065615019 0.051154252 0.038151636 0.051154252 0 0.00015336151 0.065714527 0 -2213.3367 0.45466598 -2213.3372 1 -2213.3369
+2390 0.022089499 0.0021946409 0.022089499 0.014917107 0.022089499 0 6.5121312e-05 0.038572279 0 -2213.3372 0.46549873 -2213.3373 1 -2213.3373
+2410 0.017040466 0.0015028378 0.011429979 0.017040466 0.011429979 0 3.4517298e-05 0.030596285 0 -2213.3373 0.46676606 -2213.3374 1 -2213.3373
+2414 0.009697748 0.00097978814 0.0092900521 0.009697748 0.0092900521 0 2.4240068e-05 0.024655557 0 -2213.3373 0.46875409 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2414 0.009697748 0.00097978814 0.0092900521 0.009697748 0.0092900521 0 2.4240068e-05 0.024655557 0 -2213.3373 0.46875409 -2213.3374 1 -2213.3374
+2415 0.009697748 0.00097978814 0.0092900521 0.009697748 0.0092900521 0 2.4240068e-05 0.024655557 0 -2213.3373 0.46875409 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2300 0.78962746 0.12395066 0.78962746 0.43811236 0.78962746 0 0.082102504 0.849176 0 -2213.2067 0.5 -2213.3112 1 -2213.2888
+2320 0.78957553 0.1239414 0.78957553 0.43808833 0.78957553 0 0.082100065 0.84917263 0 -2213.2067 0.49999936 -2213.3112 1 -2213.2888
+2340 0.78823657 0.12370255 0.78823657 0.43746966 0.78823657 0 0.082037212 0.84908558 0 -2213.2068 0.49998276 -2213.3112 1 -2213.2889
+2360 0.76339958 0.11925208 0.76339958 0.42628966 0.76339958 0 0.080883167 0.84744811 0 -2213.2085 0.49967043 -2213.3116 1 -2213.2894
+2380 0.44219023 0.053077087 0.44219023 0.33161227 0.44219023 0 0.06791302 0.81783637 0 -2213.2288 0.49400822 -2213.317 1 -2213.2968
+2400 0.22659933 0.021807944 0.22659933 0.12774467 0.22659933 0 0.018797375 0.37777018 0 -2213.3137 0.37542003 -2213.331 1 -2213.3325
+2420 0.088345806 0.0089574468 0.044174093 0.088345806 0.088345806 0.0014746919 0 0.08170997 0 -2213.3367 0.64423758 -2213.3365 1 -2213.3352
+2440 0.094309805 0.0082089239 0.036660663 0.094309805 0.094309805 0.00010821228 0 0.032846181 0 -2213.3372 0.68557188 -2213.3373 1 -2213.3371
+2460 0.016699725 0.0017979315 0.011219816 0.016699725 0.011219816 0 2.2938477e-05 0.024362308 0 -2213.3373 0.64685486 -2213.3374 1 -2213.3373
+2478 0.0097032766 0.00098739278 0.0096135278 0.0097032766 0.0096135278 0 2.5550172e-05 0.021441826 0 -2213.3373 0.62776581 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2478 0.0097032766 0.00098739278 0.0096135278 0.0097032766 0.0096135278 0 2.5550172e-05 0.021441826 0 -2213.3373 0.62776581 -2213.3374 1 -2213.3374
+2479 0.0097032766 0.00098739278 0.0096135278 0.0097032766 0.0096135278 0 2.5550172e-05 0.021441826 0 -2213.3373 0.62776581 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2250 0.55887817 0.074332524 0.43422802 0.55887817 0.43422802 0 0.011949557 0.26741764 0 -2213.2824 0.5 -2213.2972 1 -2213.2943
+2270 0.5588213 0.07432641 0.43420434 0.5588213 0.43420434 0 0.011950257 0.26741614 0 -2213.2824 0.49999906 -2213.2972 1 -2213.2943
+2290 0.5573562 0.074168724 0.43359394 0.5573562 0.43359394 0 0.011968248 0.26737758 0 -2213.2824 0.49997468 -2213.2972 1 -2213.2944
+2310 0.53055247 0.07122038 0.42231723 0.53055247 0.42231723 0 0.01228605 0.26665644 0 -2213.2829 0.49951009 -2213.2976 1 -2213.2952
+2330 0.28674942 0.030140928 0.28674942 0.28346897 0.28674942 0 0.013941269 0.25471289 0 -2213.2898 0.48955965 -2213.3028 1 -2213.3037
+2350 0.15891005 0.016833842 0.13408595 0.15891005 0.13408595 0 0.0041705249 0.11664385 0 -2213.3275 0.23519665 -2213.3292 1 -2213.3317
+2370 0.20997955 0.021092139 0.11964512 0.20997955 0.20997955 0.0005184049 0 0.047354923 0 -2213.3369 0.44109976 -2213.3367 1 -2213.3364
+2390 0.054432329 0.0041383748 0.015713986 0.054432329 0.030892366 0.00013022432 9.6933955e-05 0.036472527 0 -2213.3373 0.41452648 -2213.3372 1 -2213.3373
+2410 0.014014517 0.0021649706 0.0084691631 0.014014517 0.012339256 5.4266356e-05 5.9159266e-05 0.024332718 0 -2213.3374 0.40519006 -2213.3373 1 -2213.3374
+2415 0.0098373708 0.00084201009 0.0052466222 0.0098373708 0.0094788913 3.9223884e-05 4.3684115e-05 0.020606377 0 -2213.3374 0.40351326 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2415 0.0098373708 0.00088240809 0.0052466222 0.0098373708 0.0094788913 3.9223884e-05 4.3684115e-05 0.020606377 0 -2213.3374 0.40351326 -2213.3373 1 -2213.3374
+2416 0.0098373708 0.00088240809 0.0052466222 0.0098373708 0.0094788913 3.9223884e-05 4.3684115e-05 0.020606377 0 -2213.3374 0.40351326 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2300 0.67471856 0.070624707 0.43422802 0.67471856 0.67471856 0.029405052 0 0.84966907 0 -2213.2824 0.5 -2213.3262 1 -2213.253
+2320 0.6746394 0.070614231 0.43420434 0.6746394 0.6746394 0.029403545 0 0.84966595 0 -2213.2824 0.50000023 -2213.3262 1 -2213.253
+2340 0.6725998 0.070344187 0.43359391 0.6725998 0.6725998 0.029364774 0 0.84958562 0 -2213.2824 0.50000617 -2213.3262 1 -2213.253
+2360 0.63518756 0.065338387 0.42230391 0.63518756 0.63518756 0.02867595 0 0.8480707 0 -2213.2829 0.5001178 -2213.3266 1 -2213.2542
+2380 0.31855342 0.02808102 0.28488769 0.31855342 0.31855342 0.024435151 0 0.81941666 0 -2213.2899 0.50216372 -2213.3296 1 -2213.2655
+2400 0.20523198 0.023190295 0.14104872 0.20523198 0.20523198 0.006518308 0 0.4042166 0 -2213.3268 0.53874056 -2213.3356 1 -2213.3203
+2420 0.049484151 0.0047634945 0.049484151 0.048305152 0.049484151 0 0.00016991493 0.071786032 0 -2213.3365 0.46938895 -2213.3371 1 -2213.3367
+2440 0.040569738 0.0036783968 0.03541298 0.040569738 0.03541298 0 2.8192415e-05 0.060582018 0 -2213.3368 0.47038345 -2213.3372 1 -2213.3369
+2460 0.010819458 0.00094376952 0.006902325 0.010819458 0.010819458 3.1897365e-05 0 0.019349149 0 -2213.3374 0.54110085 -2213.3374 1 -2213.3373
+2463 0.0097941325 0.00084346302 0.0066061338 0.0097941325 0.0097941325 3.1167147e-05 0 0.019196199 0 -2213.3374 0.54122398 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2463 0.0097941325 0.00084346302 0.0066061338 0.0097941325 0.0097941325 3.1167147e-05 0 0.019196199 0 -2213.3374 0.54122398 -2213.3374 1 -2213.3373
+2464 0.0097941325 0.00084346302 0.0066061338 0.0097941325 0.0097941325 3.1167147e-05 0 0.019196199 0 -2213.3374 0.54122398 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2350 0.66139058 0.16265726 0.43422802 0.66139058 0.66139058 0.069513859 0 0.95329014 0 -2213.2824 0.5 -2213.3217 1 -2213.2129
+2370 0.66134537 0.16264261 0.43420434 0.66134537 0.66134537 0.069512452 0 0.95328663 0 -2213.2824 0.50000043 -2213.3217 1 -2213.2129
+2390 0.66018054 0.16226481 0.43359397 0.66018054 0.66018054 0.069476212 0 0.95319598 0 -2213.2824 0.50001159 -2213.3217 1 -2213.2129
+2410 0.63877398 0.15521175 0.42232624 0.63877398 0.63877398 0.068812604 0 0.95148898 0 -2213.2829 0.50022176 -2213.322 1 -2213.2141
+2430 0.40940169 0.052940411 0.28758999 0.40940169 0.40940169 0.061036515 0 0.9201934 0 -2213.2897 0.50409753 -2213.3251 1 -2213.2287
+2450 0.21462492 0.021470923 0.13475363 0.21462492 0.21462492 0.013705855 0 0.44063599 0 -2213.3273 0.5745801 -2213.3339 1 -2213.3136
+2470 0.041104812 0.0043471529 0.041104812 0.038845583 0.041104812 0 2.6100965e-05 0.068448137 0 -2213.3367 0.56476103 -2213.3371 1 -2213.3368
+2490 0.030887735 0.0030218893 0.015875726 0.030887735 0.030887735 7.5984151e-05 0 0.039364161 0 -2213.3373 0.53683881 -2213.3373 1 -2213.3372
+2510 0.014895048 0.0013436607 0.010160355 0.014895048 0.014895048 5.4125863e-05 0 0.031547373 0 -2213.3373 0.53753162 -2213.3374 1 -2213.3373
+2521 0.0061838952 0.00061031698 0.0039308378 0.0061838952 0.0061838952 9.347591e-07 0 0.0075172138 0 -2213.3374 0.51612523 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2521 0.0061838952 0.00061031698 0.0039308378 0.0061838952 0.0061838952 9.347591e-07 0 0.0075172138 0 -2213.3374 0.51612523 -2213.3374 1 -2213.3374
+2522 0.0061838952 0.00061031698 0.0039308378 0.0061838952 0.0061838952 9.347591e-07 0 0.0075172138 0 -2213.3374 0.51612523 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2300 0.57306287 0.074332524 0.55887817 0.57306287 0.55887817 0 0.026682519 0.22258501 0 -2213.2943 0.5 -2213.317 1 -2213.321
+2320 0.57297218 0.07432641 0.5588213 0.57297218 0.5588213 0 0.026682609 0.22258312 0 -2213.2943 0.49999696 -2213.317 1 -2213.321
+2340 0.57063526 0.074168701 0.55735599 0.57063526 0.55735599 0 0.026684891 0.22253434 0 -2213.2944 0.49991838 -2213.317 1 -2213.3211
+2360 0.53047563 0.071211729 0.53047563 0.52770906 0.53047563 0 0.026707658 0.22162444 0 -2213.2952 0.49842407 -2213.3174 1 -2213.3219
+2380 0.27927545 0.028269904 0.27927545 0.19595058 0.27927545 0 0.023752975 0.20670815 0 -2213.3041 0.46652796 -2213.3207 1 -2213.3278
+2400 0.15557357 0.017378757 0.15557357 0.12003994 0.12692201 0.00042898851 0.0044678812 0.11854953 0 -2213.3309 0.22707455 -2213.3305 1 -2213.3349
+2420 0.065774797 0.008792684 0.065774797 0.04191511 0.067253964 0.00040042829 0.0015935549 0.11382311 0 -2213.3357 0.50734573 -2213.3353 1 -2213.3369
+2440 0.054029169 0.0038735627 0.039569946 0.054029169 0.043216704 0.00039248513 0.00049716625 0.055408898 0 -2213.3372 0.43876655 -2213.3368 1 -2213.3373
+2460 0.023825877 0.0018980326 0.017765548 0.022961785 0.023117616 0.00014663103 0.00021236237 0.03427242 0 -2213.3373 0.41431184 -2213.3371 1 -2213.3373
+2480 0.024510706 0.0014667795 0.015625043 0.024510706 0.013893941 1.5708703e-05 3.6136569e-05 0.01471542 0 -2213.3373 0.40725943 -2213.3373 1 -2213.3374
+2486 0.0096414559 0.00062429005 0.0077012797 0.0096414559 0.0077012797 0 1.1432333e-05 0.0076832488 0 -2213.3374 0.49834898 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2486 0.0096414559 0.00062429005 0.0077012797 0.0096414559 0.0077012797 0 1.1432333e-05 0.0076832488 0 -2213.3374 0.49834898 -2213.3374 1 -2213.3374
+2487 0.0096414559 0.00062429005 0.0077012797 0.0096414559 0.0077012797 0 1.1432333e-05 0.0076832488 0 -2213.3374 0.49834898 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2350 0.55887817 0.074332524 0.55887817 0.41399131 0.41399131 0.0059319045 0 0.5586388 0 -2213.2943 0.5 -2213.3187 1 -2213.2884
+2370 0.5588213 0.07432641 0.5588213 0.41395658 0.41395658 0.0059327012 0 0.55863659 0 -2213.2943 0.50000011 -2213.3187 1 -2213.2884
+2390 0.55735614 0.074168718 0.55735614 0.41306227 0.41306227 0.005953209 0 0.5585795 0 -2213.2944 0.50000288 -2213.3187 1 -2213.2884
+2410 0.53053153 0.071218023 0.53053153 0.39684116 0.39684116 0.0063228411 0 0.55750473 0 -2213.2952 0.50005612 -2213.319 1 -2213.2889
+2430 0.28272817 0.029803508 0.28272817 0.27383041 0.27383041 0.0092694556 0 0.5378158 0 -2213.3038 0.50134451 -2213.3225 1 -2213.2945
+2450 0.15473168 0.016091073 0.15473168 0.12712207 0.12712207 0.0031105036 0 0.25764217 0 -2213.3317 0.53894807 -2213.3351 1 -2213.3286
+2470 0.065640939 0.007868848 0.065640939 0.046562043 0.065640939 0 0.00072699587 0.044030437 0 -2213.336 0.43537845 -2213.3365 1 -2213.3367
+2490 0.045956243 0.0036514451 0.045956243 0.027729126 0.045956243 0 5.8832106e-06 0.013676552 0 -2213.3373 0.39598175 -2213.3374 1 -2213.3373
+2508 0.0065494354 0.00090434288 0.0065294327 0.0065494354 0.0065494354 5.9219356e-06 0 0.0091873393 0 -2213.3374 0.34872212 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2508 0.0065494354 0.00090434288 0.0065294327 0.0065494354 0.0065494354 5.9219356e-06 0 0.0091873393 0 -2213.3374 0.34872212 -2213.3374 1 -2213.3374
+2509 0.0065494354 0.00090434288 0.0065294327 0.0065494354 0.0065494354 5.9219356e-06 0 0.0091873393 0 -2213.3374 0.34872212 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2400 0.55887817 0.074332524 0.55887817 0.40505133 0.40505133 0.027763275 0 0.65876547 0 -2213.2943 0.5 -2213.3173 1 -2213.2666
+2420 0.5588213 0.07432641 0.5588213 0.40501859 0.40501859 0.027764113 0 0.65876294 0 -2213.2943 0.50000036 -2213.3173 1 -2213.2666
+2440 0.55735615 0.074168718 0.55735615 0.40417589 0.40417589 0.027785686 0 0.6586977 0 -2213.2944 0.50000969 -2213.3173 1 -2213.2666
+2460 0.53053501 0.071218415 0.53053501 0.38906721 0.38906721 0.028174174 0 0.65746887 0 -2213.2952 0.50018675 -2213.3176 1 -2213.267
+2480 0.29925456 0.031097442 0.2831259 0.29925456 0.29925456 0.030971212 0 0.6348585 0 -2213.3038 0.50382478 -2213.3204 1 -2213.2728
+2500 0.16681283 0.016076624 0.15265557 0.16681283 0.16681283 0.0089466309 0 0.30595457 0 -2213.3315 0.58809274 -2213.3332 1 -2213.3226
+2520 0.06185365 0.007391599 0.06185365 0.03045787 0.06185365 0 0.00091532889 0.057248435 0 -2213.3361 0.42275621 -2213.3368 1 -2213.337
+2540 0.023483968 0.0031929987 0.023483968 0.01536291 0.023483968 0 5.8357305e-05 0.026694695 0 -2213.3372 0.35328597 -2213.3373 1 -2213.3373
+2560 0.017697766 0.0014631618 0.017206108 0.017697766 0.017206108 0 5.1887478e-06 0.020015473 0 -2213.3373 0.40088081 -2213.3373 1 -2213.3373
+2564 0.0095146969 0.00088849575 0.0095146969 0.0086161061 0.0086161061 9.0068443e-06 0 0.015198443 0 -2213.3374 0.45151006 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2564 0.0095146969 0.00088849575 0.0095146969 0.0086161061 0.0086161061 9.0068443e-06 0 0.015198443 0 -2213.3374 0.45151006 -2213.3374 1 -2213.3374
+2565 0.0095146969 0.00088849575 0.0095146969 0.0086161061 0.0086161061 9.0068443e-06 0 0.015198443 0 -2213.3374 0.45151006 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2350 0.57306287 0.051930271 0.57306287 0.48125769 0.48125769 0.014060178 0 0.1559398 0 -2213.321 0.5 -2213.3226 1 -2213.307
+2370 0.57297218 0.051927251 0.57297218 0.4812223 0.4812223 0.014060725 0 0.15593731 0 -2213.321 0.50000327 -2213.3226 1 -2213.307
+2390 0.5706353 0.051849376 0.5706353 0.48031077 0.48031077 0.01407474 0 0.15587311 0 -2213.3211 0.50008774 -2213.3226 1 -2213.307
+2410 0.52772622 0.050392729 0.52772622 0.4636488 0.4636488 0.01430443 0 0.15467452 0 -2213.3219 0.50170793 -2213.3229 1 -2213.3076
+2430 0.30172943 0.042788722 0.19540181 0.30172943 0.30172943 0.012131576 0 0.13518918 0 -2213.3278 0.53984186 -2213.3258 1 -2213.3156
+2450 0.1357834 0.014199325 0.1357834 0.13261418 0.13261418 0.0016801075 0 0.077964231 0 -2213.335 0.58371204 -2213.3344 1 -2213.3333
+2470 0.11837287 0.0093032813 0.11837287 0.078944808 0.078944808 0.00092209716 0 0.064435704 0 -2213.336 0.59375927 -2213.3355 1 -2213.3351
+2490 0.045673526 0.0038602617 0.044450568 0.032063435 0.043032175 0.00042454371 0.00021053255 0.038218485 0 -2213.3369 0.7371785 -2213.3365 1 -2213.3367
+2510 0.02220277 0.0019991116 0.015980688 0.019343796 0.019343796 0.00010533075 0 0.017145757 0 -2213.3372 0.77843085 -2213.3371 1 -2213.3371
+2522 0.0089646742 0.00090060897 0.0064738983 0.0058088003 0.0089439314 1.4208468e-05 8.1315252e-06 0.013622744 0 -2213.3374 0.43000306 -2213.3374 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2522 0.0089439314 0.00090200475 0.0064738983 0.0058088003 0.0089439314 1.4208468e-05 8.1315252e-06 0.013622744 0 -2213.3374 0.43000306 -2213.3374 1 -2213.3374
+2523 0.0089439314 0.00090200475 0.0064738983 0.0058088003 0.0089439314 1.4208468e-05 8.1315252e-06 0.013622744 0 -2213.3374 0.43000306 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2400 0.57306287 0.049796526 0.57306287 0.32732521 0.32732521 0.023157956 0 0.38682392 0 -2213.321 0.5 -2213.3232 1 -2213.2979
+2420 0.57297218 0.049789641 0.57297218 0.32730099 0.32730099 0.023159206 0 0.38682231 0 -2213.321 0.50000087 -2213.3232 1 -2213.2979
+2440 0.57063521 0.049612144 0.57063521 0.32667771 0.32667771 0.023191351 0 0.38678074 0 -2213.3211 0.50002347 -2213.3232 1 -2213.2979
+2460 0.5276909 0.046320721 0.5276909 0.31542979 0.31542979 0.023755177 0 0.38599852 0 -2213.3219 0.50045477 -2213.3235 1 -2213.2982
+2480 0.2344622 0.026791671 0.19648134 0.2344622 0.2344622 0.025634275 0 0.37135173 0 -2213.3278 0.51010806 -2213.3259 1 -2213.3022
+2500 0.12157633 0.011931196 0.12157633 0.1127814 0.1127814 0.0063184811 0 0.18904624 0 -2213.3349 0.68594172 -2213.3329 1 -2213.3286
+2520 0.058199132 0.0049994362 0.039930291 0.044330561 0.044330561 0.00075178977 0 0.075750623 0 -2213.3369 0.7777616 -2213.3365 1 -2213.3362
+2540 0.038775442 0.0031689751 0.038775442 0.030821152 0.030821152 0.00034932511 0 0.052647523 0 -2213.3372 0.54263469 -2213.3371 1 -2213.3369
+2560 0.02054478 0.001546357 0.014319052 0.02054478 0.02054478 0.00024981367 0 0.042749716 0 -2213.3373 0.53034756 -2213.3372 1 -2213.3371
+2571 0.0091061532 0.00075775156 0.0091061532 0.0072864498 0.0072864498 1.8745129e-05 0 0.011254267 0 -2213.3374 0.52157438 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2571 0.0091061532 0.00075775156 0.0091061532 0.0072864498 0.0072864498 1.8745129e-05 0 0.011254267 0 -2213.3374 0.52157438 -2213.3374 1 -2213.3374
+2572 0.0091061532 0.00075775156 0.0091061532 0.0072864498 0.0072864498 1.8745129e-05 0 0.011254267 0 -2213.3374 0.52157438 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2450 0.57306287 0.049796526 0.57306287 0.25484034 0.57306287 0 0.0036760422 0.2573338 0 -2213.321 0.5 -2213.3302 1 -2213.3247
+2470 0.57297218 0.049789641 0.57297218 0.25480809 0.57297218 0 0.0036745532 0.25733252 0 -2213.321 0.49999969 -2213.3302 1 -2213.3247
+2490 0.57063513 0.049612138 0.57063513 0.25397727 0.57063513 0 0.0036362499 0.25729934 0 -2213.3211 0.49999161 -2213.3302 1 -2213.3247
+2510 0.52765905 0.046318257 0.52765905 0.23877504 0.52765905 0 0.0029550112 0.2566786 0 -2213.3219 0.49984589 -2213.3304 1 -2213.3249
+2530 0.1978121 0.022018814 0.1978121 0.12958135 0.12958135 0.0013450817 0 0.24564169 0 -2213.3279 0.49889476 -2213.3323 1 -2213.3265
+2550 0.15251281 0.01338159 0.15251281 0.10523506 0.10523506 0.00039385698 0 0.13078964 0 -2213.3347 0.53443378 -2213.3359 1 -2213.3343
+2570 0.076089195 0.0069447782 0.076089195 0.046498319 0.046498319 0.00026530906 0 0.094067376 0 -2213.3361 0.53844294 -2213.3367 1 -2213.3359
+2590 0.022341426 0.0021803376 0.022341426 0.018686287 0.018686287 4.2906364e-05 0 0.040204466 0 -2213.3372 0.51269195 -2213.3373 1 -2213.3371
+2610 0.01644007 0.0013632624 0.01644007 0.01223547 0.01223547 3.2040254e-05 0 0.026502393 0 -2213.3373 0.52249978 -2213.3373 1 -2213.3373
+2630 0.016547343 0.0012475625 0.016547343 0.0098745241 0.0098745241 2.0136636e-05 0 0.02167485 0 -2213.3373 0.5255142 -2213.3374 1 -2213.3373
+2633 0.0091154097 0.00061712266 0.0081263215 0.0091154097 0.0091154097 2.0793721e-05 0 0.020429376 0 -2213.3373 0.52648626 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2633 0.0091154097 0.00061712266 0.0081263215 0.0091154097 0.0091154097 2.0793721e-05 0 0.020429376 0 -2213.3373 0.52648626 -2213.3374 1 -2213.3373
+2634 0.0091154097 0.00061712266 0.0081263215 0.0091154097 0.0091154097 2.0793721e-05 0 0.020429376 0 -2213.3373 0.52648626 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2400 1.0544511 0.22792246 0.48125769 0.49839017 1.0559942 0.53555534 0.52788804 1.728801 0 -2213.307 0.5 -2212.7714 1 -2213.2993
+2420 1.0543152 0.22789875 0.4812223 0.4983209 1.0558585 0.53555036 0.52788316 1.7288006 0 -2213.307 0.49999974 -2212.7714 1 -2213.2993
+2440 1.0508107 0.2272874 0.48031078 0.49653664 1.0523595 0.53542234 0.52775753 1.7287901 0 -2213.307 0.49999308 -2212.7716 1 -2213.2993
+2460 0.98613736 0.21591166 0.46365156 0.4639922 0.9877964 0.53312944 0.52549227 1.7286011 0 -2213.3076 0.49986761 -2212.7745 1 -2213.3
+2480 0.33206235 0.055485599 0.30087095 0.24716076 0.33738306 0.51750149 0.50746728 1.7272032 0 -2213.3157 0.49759408 -2212.7982 1 -2213.3057
+2500 0.37037743 0.065693062 0.12841348 0.15562884 0.37039983 0.5151804 0.51145175 1.7446033 0 -2213.3334 0.49907925 -2212.8182 1 -2213.3296
+2520 0.10048749 0.018737235 0.069249958 0.041732236 0.106056 0.50993212 0.51039422 1.7493236 0 -2213.3366 0.50980507 -2212.8267 1 -2213.3371
+2540 0.05247003 0.0099008011 0.03623676 0.030602412 0.057522146 0.51010953 0.51022104 1.7451 0 -2213.3371 0.50534147 -2212.827 1 -2213.3372
+2560 0.021180395 0.0019415284 0.0085711976 0.021180395 0.0202906 0.51014576 0.51012973 1.7415925 0 -2213.3374 0.50007489 -2212.8272 1 -2213.3374
+2569 0.0094543664 0.0011231486 0.0040834296 0.0080718879 0.0098441655 0.51013036 0.5101211 1.7419045 0 -2213.3374 0.50030207 -2212.8273 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2569 0.0098441655 0.0016657278 0.0040834296 0.0080718879 0.0098441655 0.51013036 0.5101211 1.7419045 0 -2213.3374 0.50030207 -2212.8273 1 -2213.3374
+2570 0.0098441655 0.0016657278 0.0040834296 0.0080718879 0.0098441655 0.51013036 0.5101211 1.7419045 0 -2213.3374 0.50030207 -2212.8273 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2450 0.70435221 0.083632036 0.48125769 0.70435221 0.70435221 0.025536984 0 0.38149373 0 -2213.307 0.5 -2213.3114 1 -2213.2814
+2470 0.70425107 0.083622734 0.4812223 0.70425107 0.70425107 0.025535489 0 0.38149169 0 -2213.307 0.50000099 -2213.3114 1 -2213.2814
+2490 0.70164509 0.083382919 0.48031078 0.70164509 0.70164509 0.025497068 0 0.38143911 0 -2213.307 0.50002658 -2213.3114 1 -2213.2815
+2510 0.65381923 0.078931719 0.46365381 0.65381923 0.65381923 0.02482544 0 0.38045393 0 -2213.3076 0.50050815 -2213.3119 1 -2213.2828
+2530 0.30204143 0.04280981 0.30204143 0.2726603 0.2726603 0.022786045 0 0.36333955 0 -2213.3156 0.50963827 -2213.3164 1 -2213.2928
+2550 0.1824823 0.01999914 0.12239752 0.1824823 0.1824823 0.0066847875 0 0.17589126 0 -2213.3335 0.72510049 -2213.3304 1 -2213.3268
+2570 0.088469316 0.013099602 0.088469316 0.046413204 0.072645728 0.0003485764 0.00072750978 0.090648929 0 -2213.3357 0.70076316 -2213.3354 1 -2213.3361
+2590 0.068591943 0.0057830989 0.041435089 0.068591943 0.041435089 0 2.8999209e-05 0.04136196 0 -2213.3371 0.48345949 -2213.3372 1 -2213.3371
+2610 0.024822983 0.0019917514 0.014408398 0.024822983 0.024822983 7.1907211e-05 0 0.028042158 0 -2213.3373 0.45507741 -2213.3373 1 -2213.3373
+2620 0.0094331109 0.00076702853 0.0065373465 0.0094331109 0.0094331109 5.0589296e-05 0 0.019497476 0 -2213.3374 0.44826863 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2620 0.0094331109 0.00076702853 0.0065373465 0.0094331109 0.0094331109 5.0589296e-05 0 0.019497476 0 -2213.3374 0.44826863 -2213.3373 1 -2213.3373
+2621 0.0094331109 0.00076702853 0.0065373465 0.0094331109 0.0094331109 5.0589296e-05 0 0.019497476 0 -2213.3374 0.44826863 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2500 0.48125769 0.060142895 0.48125769 0.47656159 0.48125769 0 0.0083941328 0.26016414 0 -2213.307 0.5 -2213.3254 1 -2213.3154
+2520 0.4812223 0.060140821 0.4812223 0.47652124 0.4812223 0 0.0083941073 0.26016167 0 -2213.307 0.4999993 -2213.3254 1 -2213.3154
+2540 0.48031088 0.060087345 0.48031088 0.47548178 0.48031088 0 0.0083934447 0.26009782 0 -2213.307 0.49998119 -2213.3254 1 -2213.3154
+2560 0.46369051 0.059085943 0.46369051 0.4564721 0.46369051 0 0.0083786754 0.25890055 0 -2213.3076 0.49963788 -2213.3257 1 -2213.316
+2580 0.30516036 0.04303321 0.30516036 0.26838369 0.30516036 0 0.007581242 0.23852755 0 -2213.3154 0.49267956 -2213.3288 1 -2213.3229
+2600 0.14545102 0.014142384 0.12736507 0.14545102 0.12736507 0 0.0012554887 0.10492966 0 -2213.3335 0.40935461 -2213.3356 1 -2213.3348
+2620 0.057494085 0.0056656421 0.052231915 0.057494085 0.052231915 0 0.00039319706 0.058106679 0 -2213.3364 0.3596595 -2213.3368 1 -2213.3367
+2640 0.039180815 0.0035943141 0.036203939 0.039180815 0.036203939 0 0.0002090427 0.04116331 0 -2213.3369 0.39143632 -2213.3371 1 -2213.3371
+2660 0.024680588 0.0019707805 0.015861592 0.024680588 0.015861592 0 3.8583652e-05 0.018833511 0 -2213.3373 0.45573913 -2213.3373 1 -2213.3373
+2675 0.0076581026 0.00066273838 0.0076581026 0.007099153 0.0076581026 0 1.9028463e-05 0.012186243 0 -2213.3373 0.41637869 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2675 0.0076581026 0.00066273838 0.0076581026 0.007099153 0.0076581026 0 1.9028463e-05 0.012186243 0 -2213.3373 0.41637869 -2213.3374 1 -2213.3374
+2676 0.0076581026 0.00066273838 0.0076581026 0.007099153 0.0076581026 0 1.9028463e-05 0.012186243 0 -2213.3373 0.41637869 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2550 0.52521507 0.092709071 0.48125769 0.52521507 0.52521507 0.039642839 0 0.43794931 0 -2213.307 0.5 -2213.3069 1 -2213.2673
+2570 0.52516539 0.09270186 0.4812223 0.52516539 0.52516539 0.039642589 0 0.43794728 0 -2213.307 0.50000117 -2213.3069 1 -2213.2673
+2590 0.52388599 0.092515881 0.48031087 0.52388599 0.52388599 0.039636163 0 0.43789472 0 -2213.307 0.5000313 -2213.3069 1 -2213.2674
+2610 0.5006336 0.089034439 0.46368693 0.5006336 0.5006336 0.039523997 0 0.43690739 0 -2213.3076 0.50060088 -2213.3072 1 -2213.2681
+2630 0.31038856 0.043037988 0.30515235 0.31038856 0.31038856 0.039048008 0 0.41950342 0 -2213.3154 0.5116417 -2213.3112 1 -2213.2763
+2650 0.19662738 0.019735161 0.11734473 0.19662738 0.19662738 0.0096773744 0 0.19670171 0 -2213.3336 0.77029148 -2213.3279 1 -2213.3239
+2670 0.060356814 0.011410598 0.054890788 0.031202822 0.060719708 0.00032096361 0.00051513938 0.064147857 0 -2213.3369 0.36301673 -2213.3365 1 -2213.3371
+2690 0.016958113 0.0044822292 0.016958113 0.015082059 0.015082059 6.223183e-05 0 0.035886479 0 -2213.3374 0.4107838 -2213.3373 1 -2213.3373
+2708 0.0099490053 0.00085868087 0.0029054032 0.0099490053 0.0099490053 5.7537607e-05 0 0.03021812 0 -2213.3374 0.41754493 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2708 0.0099490053 0.00085868087 0.0029054032 0.0099490053 0.0099490053 5.7537607e-05 0 0.03021812 0 -2213.3374 0.41754493 -2213.3373 1 -2213.3373
+2709 0.0099490053 0.00085868087 0.0029054032 0.0099490053 0.0099490053 5.7537607e-05 0 0.03021812 0 -2213.3374 0.41754493 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2600 0.77162176 0.10053257 0.48125769 0.77162176 0.77162176 0.0097967194 0 0.29509683 0 -2213.307 0.5 -2213.3201 1 -2213.2972
+2620 0.7715309 0.1005261 0.4812223 0.7715309 0.7715309 0.0097946633 0 0.29509406 0 -2213.307 0.50000064 -2213.3201 1 -2213.2972
+2640 0.76919014 0.10035917 0.48031082 0.76919014 0.76919014 0.0097417577 0 0.29502264 0 -2213.307 0.50001703 -2213.3202 1 -2213.2972
+2660 0.726319 0.097230821 0.46366678 0.726319 0.726319 0.0087957722 0 0.29368619 0 -2213.3076 0.50032026 -2213.3207 1 -2213.2988
+2680 0.33742089 0.045610102 0.30306893 0.33742089 0.33742089 0.0020642962 0 0.27137884 0 -2213.3155 0.50444388 -2213.3258 1 -2213.3135
+2700 0.23412214 0.041987826 0.12702592 0.23412214 0.23412214 0.0014138526 0 0.12244204 0 -2213.3334 0.54795599 -2213.3347 1 -2213.332
+2720 0.075576856 0.013980022 0.070552932 0.075576856 0.070552932 0 0.00018163382 0.044960521 0 -2213.3366 0.60495253 -2213.3372 1 -2213.3368
+2740 0.048971022 0.0046067018 0.037274239 0.048971022 0.037274239 0 3.3001409e-05 0.029048211 0 -2213.3371 0.58417773 -2213.3373 1 -2213.3372
+2760 0.016937792 0.0026818645 0.0099661617 0.016937792 0.016937792 4.8989859e-06 0 0.011416169 0 -2213.3374 0.53114465 -2213.3374 1 -2213.3374
+2764 0.0094623355 0.0025111378 0.0091198056 0.0094623355 0.0094623355 3.0401202e-06 0 0.01132193 0 -2213.3374 0.53006314 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2764 0.0094623355 0.0025111378 0.0091198056 0.0094623355 0.0094623355 3.0401202e-06 0 0.01132193 0 -2213.3374 0.53006314 -2213.3374 1 -2213.3374
+2765 0.0094623355 0.0025111378 0.0091198056 0.0094623355 0.0094623355 3.0401202e-06 0 0.01132193 0 -2213.3374 0.53006314 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2500 0.70441355 0.10602745 0.70435221 0.70441355 0.70441355 0.062933489 0 0.43404627 0 -2213.2814 0.5 -2213.2701 1 -2213.2185
+2520 0.7043565 0.10601631 0.70425107 0.7043565 0.7043565 0.062933488 0 0.43404417 0 -2213.2814 0.50000189 -2213.2701 1 -2213.2185
+2540 0.7028868 0.10572908 0.70164515 0.7028868 0.7028868 0.062933383 0 0.43399015 0 -2213.2815 0.50005062 -2213.2701 1 -2213.2186
+2560 0.6759982 0.1003905 0.65384076 0.6759982 0.6759982 0.062899908 0 0.43297842 0 -2213.2828 0.50097383 -2213.2708 1 -2213.2199
+2580 0.42894956 0.038042373 0.27235226 0.42894956 0.42894956 0.056751346 0 0.41558825 0 -2213.2928 0.519315 -2213.2779 1 -2213.236
+2600 0.23007419 0.020782736 0.18556852 0.23007419 0.23007419 0.012103136 0 0.20298085 0 -2213.3264 0.81379894 -2213.3186 1 -2213.3143
+2620 0.058912833 0.0068101229 0.047729109 0.058912833 0.058912833 0.00060410622 0 0.078861624 0 -2213.337 0.30440818 -2213.3368 1 -2213.3364
+2640 0.033473779 0.004030441 0.02048962 0.030840744 0.030840744 0.00036896615 0 0.059022578 0 -2213.3372 0.2865828 -2213.3371 1 -2213.3368
+2660 0.013677108 0.0011399389 0.012044903 0.012477233 0.013863797 4.568484e-05 1.970689e-06 0.014067791 0 -2213.3374 0.60613224 -2213.3373 1 -2213.3373
+2672 0.0097007729 0.00083344096 0.0062113171 0.0086352573 0.010003511 3.4217107e-05 1.5941027e-06 0.012734221 0 -2213.3374 0.57902218 -2213.3373 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2672 0.010003511 0.00078227489 0.0062113171 0.0086352573 0.010003511 3.4217107e-05 1.5941027e-06 0.012734221 0 -2213.3374 0.57902218 -2213.3373 1 -2213.3373
+2692 0.01000338 0.00078226823 0.0062108295 0.0086351813 0.01000338 3.4216854e-05 1.5940791e-06 0.012734186 0 -2213.3374 0.57902117 -2213.3373 1 -2213.3373
+2712 0.010000005 0.00078208626 0.0061982842 0.0086332225 0.010000005 3.4210811e-05 1.5932787e-06 0.012733272 0 -2213.3374 0.57899529 -2213.3373 1 -2213.3373
+2713 0.0099993897 0.00078205346 0.0061959993 0.0086328653 0.0099993897 3.4209707e-05 1.5931414e-06 0.012733105 0 -2213.3374 0.57899056 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2550 0.70435221 0.083632036 0.70435221 0.34506399 0.34506399 0.015192834 0 0.098708996 0 -2213.2814 0.5 -2213.2772 1 -2213.2662
+2570 0.70425107 0.083622734 0.70425107 0.34505399 0.34505399 0.015194965 0 0.098707464 0 -2213.2814 0.50000881 -2213.2772 1 -2213.2662
+2590 0.70164504 0.083382914 0.70164504 0.34479641 0.34479641 0.015249762 0 0.098668011 0 -2213.2815 0.50023656 -2213.2772 1 -2213.2662
+2610 0.6538001 0.078929917 0.6538001 0.34014231 0.34014231 0.016217624 0 0.097945926 0 -2213.2828 0.50465833 -2213.2776 1 -2213.2666
+2630 0.29860266 0.031688497 0.27304347 0.29860266 0.29860266 0.020667761 0 0.089606248 0 -2213.2929 0.62136004 -2213.2809 1 -2213.2722
+2650 0.19738168 0.020102737 0.17012956 0.15261942 0.19376334 0.011026894 0.0056666465 0.11928436 0 -2213.3251 0.66368194 -2213.3141 1 -2213.3198
+2670 0.040189104 0.0050105604 0.040189104 0.030027604 0.030027604 8.7190748e-05 0 0.029820078 0 -2213.3371 0.41538778 -2213.3371 1 -2213.337
+2690 0.018730502 0.0015843972 0.017978539 0.018730502 0.018730502 6.1697847e-05 0 0.023530971 0 -2213.3372 0.43061409 -2213.3372 1 -2213.3372
+2708 0.0097910905 0.001252297 0.0097910905 0.0078545302 0.0078545302 8.4985195e-06 0 0.0068555682 0 -2213.3374 0.48753762 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2708 0.0097910905 0.001252297 0.0097910905 0.0078545302 0.0078545302 8.4985195e-06 0 0.0068555682 0 -2213.3374 0.48753762 -2213.3374 1 -2213.3374
+2709 0.0097910905 0.001252297 0.0097910905 0.0078545302 0.0078545302 8.4985195e-06 0 0.0068555682 0 -2213.3374 0.48753762 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2600 0.70435221 0.083632036 0.70435221 0.430468 0.430468 0.014595167 0 0.094305119 0 -2213.2814 0.5 -2213.2775 1 -2213.2668
+2620 0.70425107 0.083622734 0.70425107 0.43042735 0.43042735 0.014596924 0 0.094303514 0 -2213.2814 0.50000928 -2213.2775 1 -2213.2668
+2640 0.70164498 0.083382909 0.70164498 0.42938083 0.42938083 0.014642103 0 0.094262161 0 -2213.2815 0.50024897 -2213.2775 1 -2213.2669
+2660 0.65377745 0.078927784 0.65377745 0.41052992 0.41052992 0.015442545 0 0.093505991 0 -2213.2828 0.50489807 -2213.278 1 -2213.2673
+2680 0.30045145 0.032006754 0.27349518 0.30045145 0.30045145 0.019294548 0 0.084938301 0 -2213.2929 0.62783081 -2213.2817 1 -2213.2736
+2700 0.19803856 0.020955944 0.17508808 0.15533756 0.19471849 0.010231057 0.0051966333 0.11236056 0 -2213.325 0.66100318 -2213.3147 1 -2213.3199
+2720 0.073479108 0.0082078391 0.050832828 0.055727713 0.072885651 0.0020994093 0.001471598 0.067580666 0 -2213.3356 0.57248641 -2213.3335 1 -2213.335
+2740 0.20187746 0.015657084 0.20187746 0.13220689 0.20187746 0 0.00026555669 0.020414377 0 -2213.3366 0.56924933 -2213.3368 1 -2213.3368
+2760 0.035174831 0.0026921353 0.035174831 0.030877452 0.02764509 8.9529664e-05 4.3709614e-05 0.015301343 0 -2213.3372 0.56584376 -2213.3372 1 -2213.3372
+2772 0.0092631937 0.00086622615 0.0092631937 0.0084161495 0.0089687576 1.5413071e-05 5.9653607e-06 0.0097689402 0 -2213.3374 0.50957748 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2772 0.0092631937 0.00086622615 0.0092631937 0.0084161495 0.0089687576 1.5413071e-05 5.9653607e-06 0.0097689402 0 -2213.3374 0.50957748 -2213.3373 1 -2213.3374
+2773 0.0092631937 0.00086622615 0.0092631937 0.0084161495 0.0089687576 1.5413071e-05 5.9653607e-06 0.0097689402 0 -2213.3374 0.50957748 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2550 0.70441355 0.10602745 0.70441355 0.53269026 0.70441355 0 0.081505388 0.45757874 0 -2213.2185 0.5 -2213.2849 1 -2213.3
+2570 0.7043565 0.10601631 0.7043565 0.53264382 0.7043565 0 0.081504188 0.4575762 0 -2213.2185 0.4999978 -2213.2849 1 -2213.3
+2590 0.70288691 0.10572911 0.70288691 0.53144752 0.70288691 0 0.081473248 0.45751068 0 -2213.2186 0.49994104 -2213.285 1 -2213.3
+2610 0.67604008 0.10039894 0.67604008 0.50954686 0.67604008 0 0.080904822 0.45628108 0 -2213.2199 0.49886883 -2213.2854 1 -2213.3008
+2630 0.43107582 0.03870537 0.43107582 0.30596225 0.43107582 0 0.073675495 0.43486742 0 -2213.2357 0.47827154 -2213.2906 1 -2213.3094
+2650 0.24418388 0.028718619 0.22356541 0.15580993 0.19367401 0.0001400887 0.016029172 0.22026399 0 -2213.3163 0.14995587 -2213.3162 1 -2213.3322
+2670 0.08995456 0.0072840614 0.066993435 0.045871543 0.089846165 0.00034846816 0.0013173346 0.11020227 0 -2213.336 0.70334547 -2213.3357 1 -2213.337
+2690 0.054981667 0.004974781 0.054981667 0.024865115 0.054981667 0 0.00034869583 0.039316437 0 -2213.337 0.75155968 -2213.3373 1 -2213.3373
+2710 0.040501742 0.0040825222 0.040501742 0.014341858 0.040501742 0 0.00019511351 0.021287081 0 -2213.3372 0.72184345 -2213.3374 1 -2213.3374
+2730 0.016791096 0.0016111314 0.016791096 0.0069101489 0.016791096 0 4.6042275e-05 0.0096884406 0 -2213.3373 0.29039918 -2213.3374 1 -2213.3374
+2731 0.0082972223 0.00091814248 0.0082972223 0.0034875513 0.0082972223 0 3.5293035e-05 0.008737426 0 -2213.3374 0.25688588 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2731 0.0082972223 0.00091814248 0.0082972223 0.0034875513 0.0082972223 0 3.5293035e-05 0.008737426 0 -2213.3374 0.25688588 -2213.3374 1 -2213.3374
+2732 0.0082972223 0.00091814248 0.0082972223 0.0034875513 0.0082972223 0 3.5293035e-05 0.008737426 0 -2213.3374 0.25688588 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2600 0.70441355 0.15585265 0.70441355 0.58749786 0.70441355 0 0.078630829 0.4455614 0 -2213.2185 0.5 -2213.2798 1 -2213.2971
+2620 0.7043565 0.1558396 0.7043565 0.58744825 0.7043565 0 0.078629976 0.44555916 0 -2213.2185 0.49999776 -2213.2798 1 -2213.2971
+2640 0.70288692 0.15550297 0.70288692 0.58616946 0.70288692 0 0.078607978 0.44550154 0 -2213.2186 0.49994 -2213.2798 1 -2213.2972
+2660 0.67604179 0.14922356 0.67604179 0.56247939 0.67604179 0 0.078203721 0.44442207 0 -2213.2199 0.4988488 -2213.2804 1 -2213.2981
+2680 0.43071348 0.054120176 0.43071348 0.26317035 0.43071348 0 0.07222948 0.42605282 0 -2213.2358 0.47779064 -2213.2863 1 -2213.308
+2700 0.22613572 0.023555731 0.22173146 0.15927511 0.22173146 0 0.014776723 0.20484467 0 -2213.3156 0.11193536 -2213.3181 1 -2213.3303
+2720 0.076278388 0.0091004319 0.066611031 0.037153041 0.087027754 0.0012641475 0.0017626592 0.13784578 0 -2213.3368 0.56401911 -2213.3355 1 -2213.3373
+2740 0.057527873 0.0073628886 0.047736422 0.043330449 0.066967248 0.00091312442 0.0012303453 0.12571278 0 -2213.337 0.56103405 -2213.3361 1 -2213.3373
+2760 0.021527785 0.002702301 0.012741795 0.006326869 0.028825486 0.00035361715 0.00038573688 0.070002765 0 -2213.3373 0.53636475 -2213.337 1 -2213.3374
+2780 0.016721328 0.0014725106 0.012840069 0.014991231 0.021141799 0.00019596457 0.00020602282 0.053239767 0 -2213.3374 0.53055452 -2213.3372 1 -2213.3374
+2792 0.0098441996 0.00094647278 0.0036962366 0.0019818425 0.015110864 0.00014657375 0.00015258102 0.045271052 0 -2213.3374 0.52839499 -2213.3372 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2792 0.015110864 0.0012314487 0.0036962366 0.0019818425 0.015110864 0.00014657375 0.00015258102 0.045271052 0 -2213.3374 0.52839499 -2213.3372 1 -2213.3374
+2812 0.015110773 0.0012314404 0.0036961076 0.0019816785 0.015110773 0.00014657409 0.00015258132 0.045271084 0 -2213.3374 0.52839495 -2213.3372 1 -2213.3374
+2832 0.015108441 0.0012312219 0.0036927862 0.001977459 0.015108441 0.00014658306 0.00015258886 0.045271919 0 -2213.3374 0.52839371 -2213.3372 1 -2213.3374
+2852 0.015068506 0.0012271853 0.0036329428 0.0019021148 0.015068506 0.00014675353 0.0001527328 0.045287708 0 -2213.3374 0.52837039 -2213.3372 1 -2213.3374
+2872 0.015015168 0.0011796663 0.0031542108 0.0014657865 0.015015168 0.00015018574 0.00015573603 0.045594818 0 -2213.3374 0.52790876 -2213.3372 1 -2213.3374
+2892 0.019664052 0.0015197361 0.001690552 0.0007819199 0.019664052 0.00026864051 0.00026997616 0.057340194 0 -2213.3374 0.51392269 -2213.3371 1 -2213.3374
+2912 0.02650651 0.0026406236 0.0017422192 0.00089511372 0.02650651 0.00035497384 0.00035502539 0.066364109 0 -2213.3374 0.50063813 -2213.337 1 -2213.3374
+2932 0.056232015 0.0048600417 7.6450136e-05 0.00032494848 0.056232015 8.284788e-05 8.2847218e-05 0.020181004 0 -2213.3374 0.49983547 -2213.3373 1 -2213.3374
+2941 0.0084663514 0.00094934839 4.7835459e-05 4.5288854e-05 0.0084663514 3.5504172e-05 3.5504783e-05 0.01960537 0 -2213.3374 0.4998029 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2650 0.70441355 0.10602745 0.70441355 0.61323075 0.70441355 0 0.0489331 0.4382961 0 -2213.2185 0.5 -2213.2637 1 -2213.2674
+2670 0.7043565 0.10601631 0.7043565 0.61319131 0.7043565 0 0.048932421 0.43829396 0 -2213.2185 0.49999856 -2213.2637 1 -2213.2674
+2690 0.70288696 0.10572912 0.70288696 0.61217525 0.70288696 0 0.048914946 0.43823881 0 -2213.2186 0.49996142 -2213.2637 1 -2213.2675
+2710 0.67605891 0.10040274 0.67605891 0.5935419 0.67605891 0 0.048601448 0.43720532 0 -2213.2199 0.49926055 -2213.2644 1 -2213.2685
+2730 0.43199073 0.046908429 0.43199073 0.38891418 0.43199073 0 0.045859977 0.41961974 0 -2213.2356 0.48598618 -2213.2735 1 -2213.2814
+2750 0.21822808 0.02147516 0.21822808 0.14947497 0.21822808 0 0.0096199193 0.19485634 0 -2213.3165 0.21587601 -2213.3206 1 -2213.3261
+2770 0.074041757 0.010792064 0.074041757 0.05435059 0.074041757 0 0.00040248679 0.06525489 0 -2213.3366 0.68436709 -2213.3369 1 -2213.337
+2790 0.047252532 0.0054749757 0.047252532 0.029904374 0.047252532 0 0.00032549168 0.054070175 0 -2213.3368 0.69231665 -2213.3371 1 -2213.3372
+2810 0.025579542 0.0025237694 0.025579542 0.014162307 0.018785423 7.5610983e-06 3.6061798e-05 0.012481751 0 -2213.3373 0.35991631 -2213.3373 1 -2213.3374
+2825 0.0083527539 0.00070574507 0.0071355632 0.004600855 0.0081301812 8.0908849e-06 2.3246309e-05 0.010350286 0 -2213.3374 0.38277014 -2213.3374 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2825 0.0081301812 0.00070884619 0.0071355632 0.004600855 0.0081301812 8.0908849e-06 2.3246309e-05 0.010350286 0 -2213.3374 0.38277014 -2213.3374 1 -2213.3374
+2826 0.0081301812 0.00070884619 0.0071355632 0.004600855 0.0081301812 8.0908849e-06 2.3246309e-05 0.010350286 0 -2213.3374 0.38277014 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2600 0.55829601 0.066106469 0.53269026 0.55829601 0.53269026 0 0.012874716 0.18470177 0 -2213.3 0.5 -2213.3177 1 -2213.3129
+2620 0.5582432 0.066102173 0.53264382 0.5582432 0.53264382 0 0.012874873 0.184699 0 -2213.3 0.49999787 -2213.3177 1 -2213.3129
+2640 0.55688223 0.065991395 0.53144749 0.55688223 0.53144749 0 0.012878934 0.18462771 0 -2213.3 0.4999428 -2213.3177 1 -2213.3129
+2660 0.53180875 0.063923555 0.50953715 0.53180875 0.50953715 0 0.012950708 0.18329501 0 -2213.3008 0.49889245 -2213.3181 1 -2213.3137
+2680 0.30505963 0.03235582 0.30505963 0.2471742 0.30505963 0 0.012867369 0.16146574 0 -2213.3095 0.47509436 -2213.3221 1 -2213.3223
+2700 0.17803322 0.030251064 0.16025859 0.17803322 0.16025859 0 0.0014806169 0.078563463 0 -2213.3322 0.51361369 -2213.3341 1 -2213.3337
+2720 0.06244679 0.0052162373 0.06244679 0.033947592 0.06244679 0 0.00070657394 0.036055148 0 -2213.3366 0.28952772 -2213.3368 1 -2213.3373
+2740 0.037328847 0.0033484333 0.037328847 0.032680629 0.037328847 0 0.00026003971 0.023235239 0 -2213.3371 0.3318893 -2213.3372 1 -2213.3373
+2754 0.0077507791 0.00083849424 0.007450738 0.0077507791 0.007450738 0 6.9386124e-06 0.0077019542 0 -2213.3374 0.58556518 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2754 0.0077507791 0.00083849424 0.007450738 0.0077507791 0.007450738 0 6.9386124e-06 0.0077019542 0 -2213.3374 0.58556518 -2213.3374 1 -2213.3374
+2755 0.0077507791 0.00083849424 0.007450738 0.0077507791 0.007450738 0 6.9386124e-06 0.0077019542 0 -2213.3374 0.58556518 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2650 0.53269026 0.066106469 0.53269026 0.38270324 0.38270324 0.033354891 0 0.50954864 0 -2213.3 0.5 -2213.3077 1 -2213.2666
+2670 0.53264382 0.066102173 0.53264382 0.38267814 0.38267814 0.033355667 0 0.50954647 0 -2213.3 0.50000073 -2213.3077 1 -2213.2666
+2690 0.53144753 0.065991398 0.53144753 0.38203244 0.38203244 0.033375647 0 0.50949058 0 -2213.3 0.50001946 -2213.3077 1 -2213.2667
+2710 0.50955148 0.063924934 0.50955148 0.37048336 0.37048336 0.033737269 0 0.5084386 0 -2213.3008 0.50037471 -2213.308 1 -2213.2671
+2730 0.30649534 0.032954127 0.30649534 0.29876064 0.29876064 0.036763554 0 0.48941829 0 -2213.3093 0.50753702 -2213.3116 1 -2213.2726
+2750 0.16295311 0.028117814 0.15039367 0.16295311 0.16295311 0.0090338422 0 0.22984315 0 -2213.3324 0.69576216 -2213.3291 1 -2213.3233
+2770 0.053597729 0.0046451266 0.053597729 0.031816395 0.053597729 0 0.00019973602 0.051111637 0 -2213.3367 0.34296476 -2213.3369 1 -2213.3369
+2790 0.016176326 0.003120059 0.0092677892 0.016176326 0.016176326 0.00010256044 0 0.029790758 0 -2213.3374 0.43481847 -2213.3373 1 -2213.3373
+2810 0.020169699 0.001682976 0.0046416676 0.020169699 0.020169699 6.1283237e-05 0 0.022327048 0 -2213.3374 0.44246508 -2213.3374 1 -2213.3373
+2813 0.0090853017 0.00094216561 0.0035646186 0.0090853017 0.0090853017 3.6195202e-05 0 0.018078278 0 -2213.3374 0.44882208 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2813 0.0090853017 0.00094216561 0.0035646186 0.0090853017 0.0090853017 3.6195202e-05 0 0.018078278 0 -2213.3374 0.44882208 -2213.3374 1 -2213.3373
+2814 0.0090853017 0.00094216561 0.0035646186 0.0090853017 0.0090853017 3.6195202e-05 0 0.018078278 0 -2213.3374 0.44882208 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2700 0.53269026 0.066106469 0.53269026 0.32871099 0.53269026 0 0.0094147779 0.34999722 0 -2213.3 0.5 -2213.3206 1 -2213.3094
+2720 0.53264382 0.066102173 0.53264382 0.32869626 0.53264382 0 0.0094137848 0.34999516 0 -2213.3 0.49999957 -2213.3206 1 -2213.3094
+2740 0.53144755 0.0659914 0.53144755 0.32831681 0.53144755 0 0.0093882169 0.34994221 0 -2213.3 0.49998837 -2213.3206 1 -2213.3094
+2760 0.50955772 0.063925535 0.50955772 0.32134488 0.50955772 0 0.008925981 0.34894764 0 -2213.3008 0.49977935 -2213.3209 1 -2213.3097
+2780 0.30647405 0.043797319 0.30647405 0.23989343 0.30647405 0 0.0046157576 0.33149393 0 -2213.3093 0.4964435 -2213.3241 1 -2213.3139
+2800 0.15970109 0.029266074 0.15970109 0.11211039 0.15970109 0 0.00051870961 0.1454844 0 -2213.3324 0.51296452 -2213.3348 1 -2213.3329
+2820 0.054162717 0.0050006727 0.054162717 0.040314639 0.054162717 0 0.00024102021 0.044367814 0 -2213.3367 0.39965553 -2213.337 1 -2213.337
+2840 0.014933414 0.0017166609 0.013682674 0.014933414 0.014933414 3.3686038e-05 0 0.020279466 0 -2213.3373 0.510384 -2213.3373 1 -2213.3373
+2858 0.0096351843 0.0010117931 0.0096210113 0.0096351843 0.0096351843 1.0519148e-05 0 0.011786524 0 -2213.3374 0.56706546 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2858 0.0096351843 0.0010117931 0.0096210113 0.0096351843 0.0096351843 1.0519148e-05 0 0.011786524 0 -2213.3374 0.56706546 -2213.3374 1 -2213.3374
+2859 0.0096351843 0.0010117931 0.0096210113 0.0096351843 0.0096351843 1.0519148e-05 0 0.011786524 0 -2213.3374 0.56706546 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2650 0.55829601 0.050842204 0.55829601 0.39278332 0.39278332 0.028969101 0 0.26057707 0 -2213.3129 0.5 -2213.308 1 -2213.2839
+2670 0.5582432 0.050837217 0.5582432 0.39274263 0.39274263 0.02896999 0 0.26057539 0 -2213.3129 0.50000241 -2213.308 1 -2213.2839
+2690 0.55688221 0.050708626 0.55688221 0.39169511 0.39169511 0.028992911 0 0.26053223 0 -2213.3129 0.50006465 -2213.308 1 -2213.2839
+2710 0.53180118 0.048317426 0.53180118 0.37284189 0.37284189 0.029411952 0 0.25972579 0 -2213.3137 0.50124851 -2213.3083 1 -2213.2843
+2730 0.26403309 0.026015946 0.24704175 0.26403309 0.26403309 0.033257336 0 0.24650181 0 -2213.3223 0.52662489 -2213.3111 1 -2213.2891
+2750 0.18450005 0.016118486 0.17510783 0.15037017 0.15512582 0.0090451964 0.0014537309 0.15331315 0 -2213.3334 0.82662084 -2213.3244 1 -2213.3258
+2770 0.067782774 0.0057568793 0.033443183 0.027367734 0.080010523 0.001533326 0.001405303 0.097831734 0 -2213.3372 0.47666241 -2213.3357 1 -2213.3371
+2790 0.024894484 0.002201687 0.0099420676 0.011638873 0.025831599 0.00031289255 0.00026721363 0.054428268 0 -2213.3374 0.49901173 -2213.3371 1 -2213.3373
+2810 0.018748751 0.0014814658 0.0095482873 0.015637863 0.019605738 0.00016937806 0.00014025063 0.041576075 0 -2213.3374 0.49786229 -2213.3372 1 -2213.3374
+2823 0.0092554502 0.00083857163 0.0037747696 0.0059889294 0.0094382313 3.8464035e-05 3.3186928e-05 0.019930709 0 -2213.3374 0.49610428 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2823 0.0094382313 0.00081083066 0.0037747696 0.0059889294 0.0094382313 3.8464035e-05 3.3186928e-05 0.019930709 0 -2213.3374 0.49610428 -2213.3373 1 -2213.3374
+2824 0.0094382313 0.00081083066 0.0037747696 0.0059889294 0.0094382313 3.8464035e-05 3.3186928e-05 0.019930709 0 -2213.3374 0.49610428 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2700 1.049101 0.12191339 0.55829601 1.049101 1.049101 0.054277546 0 0.51650446 0 -2213.3129 0.5 -2213.3147 1 -2213.2586
+2720 1.0489322 0.12190429 0.5582432 1.0489322 1.0489322 0.054273087 0 0.51650192 0 -2213.3129 0.50000115 -2213.3147 1 -2213.2586
+2740 1.0445815 0.1216696 0.55688202 1.0445815 1.0445815 0.05415844 0 0.51643658 0 -2213.3129 0.5000308 -2213.3147 1 -2213.2588
+2760 0.96468847 0.11729985 0.53173143 0.96468847 0.96468847 0.052136771 0 0.51521351 0 -2213.3137 0.50058787 -2213.3156 1 -2213.2616
+2780 0.3933498 0.05770809 0.23737626 0.3933498 0.3933498 0.041145817 0 0.49355865 0 -2213.3227 0.51104437 -2213.322 1 -2213.2815
+2800 0.29048819 0.038850389 0.19898551 0.29048819 0.29048819 0.010472477 0 0.25688268 0 -2213.3329 0.65986881 -2213.3311 1 -2213.3224
+2820 0.14445127 0.011833504 0.066889166 0.14445127 0.14445127 0.005028175 0 0.18290573 0 -2213.3355 0.70175545 -2213.3341 1 -2213.3305
+2840 0.043078717 0.0053255783 0.028940775 0.043078717 0.043078717 0.00077345923 0 0.074470735 0 -2213.337 0.52034421 -2213.3371 1 -2213.3363
+2860 0.05704656 0.0043920398 0.017792143 0.05704656 0.05704656 0.00039161176 0 0.049355844 0 -2213.3373 0.59635252 -2213.3372 1 -2213.3369
+2880 0.033424916 0.0025247869 0.014017372 0.033424916 0.033424916 9.9440083e-05 0 0.024658642 0 -2213.3374 0.6090492 -2213.3373 1 -2213.3373
+2895 0.0099726746 0.00064131853 0.0051001148 0.0099726746 0.0099726746 6.2987011e-05 0 0.02095251 0 -2213.3374 0.60885165 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2895 0.0099726746 0.00064131853 0.0051001148 0.0099726746 0.0099726746 6.2987011e-05 0 0.02095251 0 -2213.3374 0.60885165 -2213.3374 1 -2213.3373
+2896 0.0099726746 0.00064131853 0.0051001148 0.0099726746 0.0099726746 6.2987011e-05 0 0.02095251 0 -2213.3374 0.60885165 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2750 0.55829601 0.051981682 0.55829601 0.42342128 0.42342128 0.022975001 0 0.42819137 0 -2213.3129 0.5 -2213.3215 1 -2213.2899
+2770 0.5582432 0.051978593 0.5582432 0.42339465 0.42339465 0.022975749 0 0.42818925 0 -2213.3129 0.50000071 -2213.3215 1 -2213.2899
+2790 0.55688226 0.05189894 0.55688226 0.4227089 0.4227089 0.022995007 0 0.42813445 0 -2213.3129 0.500019 -2213.3215 1 -2213.2899
+2810 0.5318205 0.050416729 0.5318205 0.41028903 0.41028903 0.023339902 0 0.42710516 0 -2213.3137 0.50036639 -2213.3218 1 -2213.2904
+2830 0.30702218 0.031006314 0.24898964 0.30702218 0.30702218 0.025250142 0 0.40891859 0 -2213.3223 0.50758052 -2213.3253 1 -2213.297
+2850 0.17238497 0.017311715 0.17238497 0.13867425 0.13867425 0.0025082791 0 0.18211578 0 -2213.3338 0.63158547 -2213.3348 1 -2213.3313
+2870 0.10770005 0.012401288 0.10770005 0.064928753 0.064928753 0.00048706719 0 0.069630218 0 -2213.3367 0.66464235 -2213.3369 1 -2213.3362
+2890 0.037897247 0.0033924888 0.037897247 0.025726587 0.025726587 0.00010423865 0 0.037235573 0 -2213.3373 0.60253289 -2213.3373 1 -2213.3372
+2910 0.011711204 0.00096617055 0.0095997361 0.011711204 0.011711204 5.0019192e-05 0 0.024400141 0 -2213.3373 0.56565665 -2213.3374 1 -2213.3373
+2916 0.0098051809 0.00085521362 0.0094800649 0.0098051809 0.0098051809 3.7908971e-05 0 0.021588746 0 -2213.3374 0.55578342 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2916 0.0098051809 0.00085521362 0.0094800649 0.0098051809 0.0098051809 3.7908971e-05 0 0.021588746 0 -2213.3374 0.55578342 -2213.3374 1 -2213.3373
+2917 0.0098051809 0.00085521362 0.0094800649 0.0098051809 0.0098051809 3.7908971e-05 0 0.021588746 0 -2213.3374 0.55578342 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2700 0.54290324 0.068980346 0.39278332 0.54290324 0.39278332 0 0.030721024 0.2459132 0 -2213.2839 0.5 -2213.3063 1 -2213.3146
+2720 0.54282843 0.06897037 0.39274263 0.54282843 0.39274263 0 0.030721818 0.2459119 0 -2213.2839 0.49999713 -2213.3063 1 -2213.3146
+2740 0.54090046 0.068713219 0.39169502 0.54090046 0.39169502 0 0.030742235 0.24587843 0 -2213.2839 0.49992301 -2213.3063 1 -2213.3147
+2760 0.50538465 0.063944982 0.37280941 0.50538465 0.37280941 0 0.031103337 0.24525268 0 -2213.2843 0.49851262 -2213.3066 1 -2213.3154
+2780 0.26442848 0.025967046 0.26442848 0.18669594 0.26442848 0 0.032222812 0.23461548 0 -2213.2892 0.46817953 -2213.3092 1 -2213.3214
+2800 0.19255912 0.029410639 0.13723374 0.18029076 0.15829821 0.00074175547 0.0085384302 0.13954724 0 -2213.3248 0.10715122 -2213.3241 1 -2213.3326
+2820 0.056344045 0.0059846802 0.025767186 0.030963322 0.060776048 0.00081493707 0.00089507095 0.092241987 0 -2213.3372 0.53774868 -2213.3364 1 -2213.3373
+2840 0.027687727 0.0040289905 0.0093294611 0.024461961 0.027609403 0.00022222703 0.00021401708 0.050332236 0 -2213.3374 0.52234237 -2213.3371 1 -2213.3374
+2860 0.010462492 0.0011423789 0.0041136025 0.007272686 0.011828014 8.4091391e-05 8.8037427e-05 0.034272513 0 -2213.3374 0.51825356 -2213.3373 1 -2213.3374
+2863 0.0099441978 0.0010843327 0.0037985194 0.0059454749 0.011405024 8.3193113e-05 8.7439891e-05 0.034103153 0 -2213.3374 0.51828437 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2863 0.011405024 0.00090839917 0.0037985194 0.0059454749 0.011405024 8.3193113e-05 8.7439891e-05 0.034103153 0 -2213.3374 0.51828437 -2213.3373 1 -2213.3374
+2883 0.011404887 0.00090839214 0.0037984024 0.0059448915 0.011404887 8.3192824e-05 8.7439727e-05 0.034103096 0 -2213.3374 0.51828445 -2213.3373 1 -2213.3374
+2903 0.011401343 0.00090820263 0.0037953909 0.0059298616 0.011401343 8.3185513e-05 8.7435453e-05 0.034101627 0 -2213.3374 0.51828656 -2213.3373 1 -2213.3374
+2923 0.01133799 0.00090468396 0.0037414314 0.0056544331 0.01133799 8.3049616e-05 8.7353736e-05 0.034074121 0 -2213.3374 0.51832607 -2213.3373 1 -2213.3374
+2943 0.010859635 0.00085915999 0.0032992899 0.0029735495 0.010859635 8.10134e-05 8.5641188e-05 0.033619145 0 -2213.3374 0.5189759 -2213.3373 1 -2213.3374
+2963 0.010944969 0.00088222543 0.0015211416 0.0022613624 0.010944969 8.1122264e-05 8.2083394e-05 0.031930391 0 -2213.3374 0.51721601 -2213.3373 1 -2213.3374
+2983 0.019606392 0.0028059029 0.00054799424 0.0015489744 0.019606392 8.9305318e-05 8.9265064e-05 0.031138799 0 -2213.3374 0.50145849 -2213.3373 1 -2213.3374
+3000 0.0092268726 0.0013354138 0.00022142414 0.00024505425 0.0092268726 3.1705631e-05 3.1708023e-05 0.019569685 0 -2213.3374 0.50072839 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2750 0.86036265 0.12114682 0.39278332 0.86036265 0.86036265 0.033640817 0 0.77623481 0 -2213.2839 0.5 -2213.3188 1 -2213.2503
+2770 0.86026075 0.1211345 0.39274263 0.86026075 0.86026075 0.033637505 0 0.7762318 0 -2213.2839 0.50000032 -2213.3188 1 -2213.2503
+2790 0.85763549 0.12081659 0.39169505 0.85763549 0.85763549 0.033552248 0 0.77615403 0 -2213.2839 0.50000848 -2213.3188 1 -2213.2504
+2810 0.80957791 0.11490269 0.37282114 0.80957791 0.80957791 0.032012868 0 0.77468866 0 -2213.2843 0.50016125 -2213.3194 1 -2213.2523
+2830 0.41350062 0.085394219 0.26427673 0.41350062 0.41350062 0.018255241 0 0.74722678 0 -2213.2892 0.50268856 -2213.3242 1 -2213.2709
+2850 0.20719848 0.036730074 0.14351037 0.20719848 0.20719848 0.003059856 0 0.36670183 0 -2213.3258 0.52689133 -2213.3345 1 -2213.3227
+2870 0.081739781 0.018563184 0.050262088 0.081739781 0.081739781 0.0003126817 0 0.12033825 0 -2213.336 0.56006963 -2213.337 1 -2213.3356
+2890 0.12646281 0.012396025 0.12646281 0.11525688 0.12646281 0 4.6663106e-05 0.041338976 0 -2213.337 0.44258243 -2213.3372 1 -2213.337
+2910 0.027332705 0.0020464151 0.027332705 0.016868553 0.016868553 2.6181306e-07 0 0.031065073 0 -2213.3373 0.46853443 -2213.3374 1 -2213.3373
+2919 0.0099304866 0.00072730952 0.0099304866 0.00942471 0.00942471 2.807521e-06 0 0.023035173 0 -2213.3373 0.50207164 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2919 0.0099304866 0.00072730952 0.0099304866 0.00942471 0.00942471 2.807521e-06 0 0.023035173 0 -2213.3373 0.50207164 -2213.3374 1 -2213.3373
+2920 0.0099304866 0.00072730952 0.0099304866 0.00942471 0.00942471 2.807521e-06 0 0.023035173 0 -2213.3373 0.50207164 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2800 0.39278332 0.063693266 0.39278332 0.32996655 0.39278332 0 0.023763151 0.60457855 0 -2213.2839 0.5 -2213.3265 1 -2213.3077
+2820 0.39274263 0.063691482 0.39274263 0.32994716 0.39274263 0 0.023762894 0.60457625 0 -2213.2839 0.49999963 -2213.3265 1 -2213.3077
+2840 0.39169513 0.063645437 0.39169513 0.32944812 0.39169513 0 0.023756301 0.60451706 0 -2213.2839 0.49999015 -2213.3265 1 -2213.3077
+2860 0.37285165 0.062780679 0.37285165 0.32040414 0.37285165 0 0.023641444 0.60340088 0 -2213.2843 0.49981108 -2213.3266 1 -2213.308
+2880 0.26394857 0.04808838 0.26394857 0.24296461 0.26394857 0 0.023057072 0.58285093 0 -2213.289 0.49641549 -2213.328 1 -2213.312
+2900 0.16502909 0.015097742 0.16502909 0.10198485 0.16502909 0 0.0070258885 0.28185159 0 -2213.3258 0.42108987 -2213.3347 1 -2213.3329
+2920 0.099080987 0.008311154 0.099080987 0.062958132 0.062958132 9.9083976e-05 0 0.046645263 0 -2213.3371 0.43693973 -2213.3372 1 -2213.337
+2940 0.022012891 0.0023053565 0.016636515 0.022012891 0.022012891 7.3759622e-05 0 0.037541405 0 -2213.3373 0.43768814 -2213.3373 1 -2213.3372
+2955 0.0091220996 0.00065841229 0.0091220996 0.0046973104 0.0091220996 0 1.5994685e-05 0.01390549 0 -2213.3374 0.50351181 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2955 0.0091220996 0.00065841229 0.0091220996 0.0046973104 0.0091220996 0 1.5994685e-05 0.01390549 0 -2213.3374 0.50351181 -2213.3374 1 -2213.3374
+2956 0.0091220996 0.00065841229 0.0091220996 0.0046973104 0.0091220996 0 1.5994685e-05 0.01390549 0 -2213.3374 0.50351181 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2750 0.54290324 0.068980346 0.54290324 0.45263267 0.54290324 0 0.010829981 0.18092891 0 -2213.3146 0.5 -2213.326 1 -2213.3254
+2770 0.54282843 0.068970371 0.54282843 0.4525914 0.54282843 0 0.010829473 0.18092741 0 -2213.3146 0.49999813 -2213.326 1 -2213.3254
+2790 0.54090051 0.068713226 0.54090051 0.45152738 0.54090051 0 0.010816429 0.18088867 0 -2213.3147 0.49994987 -2213.3261 1 -2213.3255
+2810 0.50540406 0.063947605 0.50540406 0.43177222 0.50540406 0 0.010591945 0.18016967 0 -2213.3154 0.49903861 -2213.3264 1 -2213.326
+2830 0.18624002 0.024554013 0.18624002 0.17430999 0.18624002 0 0.010260716 0.16942688 0 -2213.3215 0.4805567 -2213.3293 1 -2213.3317
+2850 0.17449065 0.028481566 0.17449065 0.15268508 0.17449065 0 0.003126216 0.088236044 0 -2213.3327 0.15448034 -2213.3336 1 -2213.3358
+2870 0.056517514 0.0046097311 0.04128756 0.033114314 0.049846793 0.00060152516 0.001099622 0.071558079 0 -2213.3366 0.30506577 -2213.336 1 -2213.3371
+2890 0.1377247 0.010936914 0.1377247 0.059876409 0.1377247 0 0.00030507868 0.030023594 0 -2213.337 0.47531997 -2213.3371 1 -2213.3373
+2910 0.024834515 0.0020205901 0.024834515 0.0079160956 0.021749607 2.401418e-06 6.2679638e-05 0.022634593 0 -2213.3373 0.51239245 -2213.3373 1 -2213.3374
+2919 0.0089209131 0.00085936726 0.0089209131 0.0046818312 0.0089209131 0 3.1034966e-05 0.017518674 0 -2213.3373 0.54824046 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2919 0.0089209131 0.00085936726 0.0089209131 0.0046818312 0.0089209131 0 3.1034966e-05 0.017518674 0 -2213.3373 0.54824046 -2213.3374 1 -2213.3374
+2920 0.0089209131 0.00085936726 0.0089209131 0.0046818312 0.0089209131 0 3.1034966e-05 0.017518674 0 -2213.3373 0.54824046 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2800 0.54290324 0.097256548 0.54290324 0.49963309 0.49963309 0.023200787 0 0.57163924 0 -2213.3146 0.5 -2213.3309 1 -2213.2914
+2820 0.54282843 0.097246129 0.54282843 0.49957943 0.49957943 0.023201042 0 0.57163704 0 -2213.3146 0.5000004 -2213.3309 1 -2213.2914
+2840 0.54090047 0.096977479 0.54090047 0.49819717 0.49819717 0.023207581 0 0.57158022 0 -2213.3147 0.50001076 -2213.3309 1 -2213.2915
+2860 0.50538995 0.091977733 0.50538995 0.47286892 0.47286892 0.023317213 0 0.57050992 0 -2213.3154 0.50020722 -2213.3312 1 -2213.2921
+2880 0.25786509 0.033729256 0.1865023 0.25786509 0.25786509 0.022466884 0 0.55010147 0 -2213.3215 0.50430753 -2213.3336 1 -2213.299
+2900 0.1784811 0.038477162 0.1784811 0.17763755 0.17763755 0.0051261366 0 0.2801303 0 -2213.3327 0.5705203 -2213.3359 1 -2213.3276
+2920 0.048283674 0.0041813545 0.03316409 0.048283674 0.048283674 0.00073362432 0 0.1068098 0 -2213.3368 0.62994599 -2213.3371 1 -2213.336
+2940 0.11317053 0.0090248338 0.11317053 0.09023936 0.09023936 2.5837134e-05 0 0.038370777 0 -2213.3371 0.43224698 -2213.3373 1 -2213.3371
+2960 0.021939494 0.0017488929 0.021939494 0.018830671 0.018830671 4.7751521e-05 0 0.029330954 0 -2213.3373 0.4948043 -2213.3374 1 -2213.3373
+2969 0.0089212668 0.00067888968 0.0070028826 0.0089212668 0.0089212668 2.8578073e-05 0 0.022033519 0 -2213.3374 0.55513182 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2969 0.0089212668 0.00067888968 0.0070028826 0.0089212668 0.0089212668 2.8578073e-05 0 0.022033519 0 -2213.3374 0.55513182 -2213.3374 1 -2213.3373
+2970 0.0089212668 0.00067888968 0.0070028826 0.0089212668 0.0089212668 2.8578073e-05 0 0.022033519 0 -2213.3374 0.55513182 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2850 0.66446836 0.084225722 0.54290324 0.66446836 0.66446836 0.011368584 0 0.48492606 0 -2213.3146 0.5 -2213.3314 1 -2213.3032
+2870 0.66436122 0.084216563 0.54282843 0.66436122 0.66436122 0.011367755 0 0.48492397 0 -2213.3146 0.50000027 -2213.3314 1 -2213.3033
+2890 0.66160081 0.083980402 0.54090034 0.66160081 0.66160081 0.011346434 0 0.48486989 0 -2213.3147 0.50000731 -2213.3314 1 -2213.3033
+2910 0.61094436 0.079582959 0.50533761 0.61094436 0.61094436 0.010973371 0 0.48385456 0 -2213.3154 0.5001397 -2213.3318 1 -2213.3045
+2930 0.26184604 0.031159561 0.1870237 0.26184604 0.26184604 0.0089283978 0 0.46475373 0 -2213.3215 0.50270624 -2213.3345 1 -2213.3126
+2950 0.21599866 0.034752496 0.21599866 0.17394084 0.17394084 0.0011393328 0 0.24646133 0 -2213.3322 0.52917341 -2213.3365 1 -2213.331
+2970 0.070391037 0.013338847 0.0464908 0.070391037 0.070391037 0.00080697682 0 0.11049971 0 -2213.3365 0.54971769 -2213.3371 1 -2213.3357
+2990 0.066205423 0.0063855097 0.04797055 0.066205423 0.066205423 0.00011467256 0 0.065344507 0 -2213.3371 0.53088094 -2213.3373 1 -2213.3369
+3010 0.023191033 0.0018731523 0.016471436 0.023191033 0.023191033 5.0184961e-05 0 0.053591372 0 -2213.3372 0.52408723 -2213.3374 1 -2213.3371
+3030 0.016313329 0.0013342121 0.0087122351 0.016313329 0.016313329 1.3566123e-05 0 0.024256185 0 -2213.3373 0.50323117 -2213.3374 1 -2213.3373
+3033 0.0083847197 0.00064775095 0.0069273865 0.0083847197 0.0083847197 1.0789949e-05 0 0.023945753 0 -2213.3373 0.50367951 -2213.3374 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3033 0.0083847197 0.00064775095 0.0069273865 0.0083847197 0.0083847197 1.0789949e-05 0 0.023945753 0 -2213.3373 0.50367951 -2213.3374 1 -2213.3373
+3034 0.0083847197 0.00064775095 0.0069273865 0.0083847197 0.0083847197 1.0789949e-05 0 0.023945753 0 -2213.3373 0.50367951 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2800 0.45263267 0.047012274 0.45263267 0.4341478 0.4341478 0.026198237 0 0.28860973 0 -2213.3254 0.5 -2213.3216 1 -2213.2992
+2820 0.4525914 0.047007757 0.4525914 0.43409401 0.43409401 0.02619833 0 0.28860827 0 -2213.3254 0.50000178 -2213.3216 1 -2213.2993
+2840 0.45152741 0.046891299 0.45152741 0.43270851 0.43270851 0.026200735 0 0.28857076 0 -2213.3255 0.50004765 -2213.3216 1 -2213.2993
+2860 0.43178396 0.044730346 0.43178396 0.40744668 0.40744668 0.026250739 0 0.28786787 0 -2213.326 0.50091708 -2213.3219 1 -2213.2998
+2880 0.22704797 0.021038406 0.17762441 0.22704797 0.22704797 0.027150049 0 0.27567944 0 -2213.3317 0.51889936 -2213.3242 1 -2213.3045
+2900 0.15202276 0.015294933 0.15202276 0.14014221 0.14014221 0.0064130036 0 0.13408809 0 -2213.3359 0.86469319 -2213.3309 1 -2213.3295
+2920 0.050610469 0.0061025356 0.036233423 0.031373635 0.053546957 0.00069359938 0.00071806922 0.084694167 0 -2213.3372 0.40706814 -2213.3365 1 -2213.3372
+2940 0.027340913 0.0029279903 0.016588833 0.013172618 0.032695551 0.00042311681 0.00042114515 0.071546897 0 -2213.3373 0.40741833 -2213.3369 1 -2213.3373
+2960 0.014861841 0.0010792891 0.0063577906 0.010743503 0.01522696 4.2921372e-05 4.6809145e-05 0.021323245 0 -2213.3374 0.46883374 -2213.3373 1 -2213.3374
+2962 0.0095205154 0.00082260515 0.0065014659 0.0049965788 0.0098508341 3.2745221e-05 3.7095932e-05 0.019547909 0 -2213.3374 0.46925388 -2213.3373 1 -2213.3374
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2962 0.0098508341 0.00090422398 0.0065014659 0.0049965788 0.0098508341 3.2745221e-05 3.7095932e-05 0.019547909 0 -2213.3374 0.46925388 -2213.3373 1 -2213.3374
+2963 0.0098508341 0.00090422398 0.0065014659 0.0049965788 0.0098508341 3.2745221e-05 3.7095932e-05 0.019547909 0 -2213.3374 0.46925388 -2213.3373 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2850 0.45263267 0.040794438 0.45263267 0.26391413 0.26391413 0.027931527 0 0.44085092 0 -2213.3254 0.5 -2213.3282 1 -2213.2975
+2870 0.4525914 0.040790637 0.4525914 0.26390599 0.26390599 0.027932292 0 0.44084921 0 -2213.3254 0.50000081 -2213.3282 1 -2213.2975
+2890 0.4515275 0.040692633 0.4515275 0.26369634 0.26369634 0.027951965 0 0.44080499 0 -2213.3255 0.50002178 -2213.3282 1 -2213.2975
+2910 0.43181744 0.03886844 0.43181744 0.25988583 0.25988583 0.02830632 0 0.43997326 0 -2213.326 0.50041942 -2213.3284 1 -2213.2977
+2930 0.22338269 0.023956937 0.18220674 0.22338269 0.22338269 0.030770896 0 0.42487247 0 -2213.3316 0.5085555 -2213.33 1 -2213.3008
+2950 0.14349756 0.012915786 0.14349756 0.10754475 0.10754475 0.0067670691 0 0.20525598 0 -2213.336 0.6808818 -2213.3341 1 -2213.3292
+2970 0.038987482 0.0038020763 0.038987482 0.023813126 0.038987482 0 1.3132126e-05 0.034458883 0 -2213.3372 0.43496459 -2213.3372 1 -2213.3372
+2990 0.040085028 0.0040495021 0.040085028 0.018489853 0.018489853 5.4487814e-06 0 0.019153776 0 -2213.3373 0.50915166 -2213.3374 1 -2213.3373
+2992 0.0097318457 0.0018893035 0.0097318457 0.0095006993 0.0095006993 2.4244572e-05 0 0.018837996 0 -2213.3374 0.50995919 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2992 0.0097318457 0.0018893035 0.0097318457 0.0095006993 0.0095006993 2.4244572e-05 0 0.018837996 0 -2213.3374 0.50995919 -2213.3374 1 -2213.3374
+2993 0.0097318457 0.0018893035 0.0097318457 0.0095006993 0.0095006993 2.4244572e-05 0 0.018837996 0 -2213.3374 0.50995919 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2900 0.54640029 0.10935793 0.45263267 0.54640029 0.54640029 0.0649413 0 0.53409733 0 -2213.3254 0.5 -2213.3197 1 -2213.2605
+2920 0.54637398 0.10935519 0.4525914 0.54637398 0.54637398 0.06494077 0 0.53409507 0 -2213.3254 0.50000129 -2213.3197 1 -2213.2605
+2940 0.54569617 0.10928441 0.45152753 0.54569617 0.54569617 0.064927095 0 0.53403672 0 -2213.3255 0.50003452 -2213.3197 1 -2213.2606
+2960 0.53324678 0.10794001 0.43182913 0.53324678 0.53324678 0.064664643 0 0.53294034 0 -2213.326 0.50066165 -2213.32 1 -2213.2614
+2980 0.38818447 0.080251807 0.18412992 0.38818447 0.38818447 0.05876129 0 0.51349577 0 -2213.3315 0.51251486 -2213.3232 1 -2213.2728
+3000 0.15815853 0.02581296 0.14158266 0.15815853 0.15815853 0.011265997 0 0.23835913 0 -2213.3361 0.73424689 -2213.3312 1 -2213.3248
+3020 0.059139643 0.014363282 0.04023368 0.059139643 0.059139643 0.00035581832 0 0.062295759 0 -2213.3372 0.3889698 -2213.337 1 -2213.3368
+3040 0.044073122 0.0083823308 0.044073122 0.043511949 0.043511949 0.00011896063 0 0.033545045 0 -2213.3373 0.43353273 -2213.3373 1 -2213.3372
+3059 0.008901344 0.00086958462 0.0050220014 0.008901344 0.008901344 4.1181732e-05 0 0.027999963 0 -2213.3374 0.4414222 -2213.3373 1 -2213.3373
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3059 0.008901344 0.00086958462 0.0050220014 0.008901344 0.008901344 4.1181732e-05 0 0.027999963 0 -2213.3374 0.4414222 -2213.3373 1 -2213.3373
+3060 0.008901344 0.00086958462 0.0050220014 0.008901344 0.008901344 4.1181732e-05 0 0.027999963 0 -2213.3374 0.4414222 -2213.3373 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2850 1.1021767 0.24368857 0.4341478 0.80947165 1.1027234 0.53626899 0.53318704 1.7349308 0 -2213.2992 0.5 -2212.763 1 -2213.2962
+2870 1.1020275 0.24366497 0.43409401 0.80933592 1.1025743 0.53626319 0.53318388 1.7349306 0 -2213.2993 0.5000002 -2212.763 1 -2213.2962
+2890 1.0981812 0.24305655 0.43270837 0.80583854 1.0987314 0.5361139 0.53310242 1.7349274 0 -2213.2993 0.50000527 -2212.7632 1 -2213.2963
+2910 1.0272196 0.23171621 0.40739541 0.74161812 1.027837 0.53343044 0.53161581 1.7348758 0 -2213.2998 0.50010058 -2212.7663 1 -2213.298
+2930 0.34892948 0.070092417 0.2277448 0.3012152 0.35146316 0.5131103 0.51763764 1.7361051 0 -2213.3047 0.50183852 -2212.7916 1 -2213.3092
+2950 0.42180762 0.075893335 0.15377874 0.18151629 0.4217307 0.51339601 0.51506177 1.742033 0 -2213.3285 0.50428907 -2212.8151 1 -2213.3302
+2970 0.088013343 0.01079714 0.038869677 0.063239919 0.094250158 0.51078456 0.51056512 1.7410638 0 -2213.3364 0.49385634 -2212.8256 1 -2213.3362
+2990 0.036833951 0.0035687633 0.022022568 0.026874644 0.038371552 0.5102134 0.51027446 1.7415412 0 -2213.337 0.49793158 -2212.8268 1 -2213.3371
+3010 0.029219795 0.0022786492 0.018625656 0.029219795 0.02657349 0.51015589 0.51020681 1.7410214 0 -2213.3371 0.49911777 -2212.827 1 -2213.3372
+3030 0.015383404 0.0011820181 0.01238906 0.014789303 0.015474636 0.51012969 0.51015659 1.7410802 0 -2213.3373 0.50003165 -2212.8271 1 -2213.3373
+3048 0.0099108607 0.00076414142 0.0085929624 0.0079623239 0.010087424 0.51011346 0.51012824 1.7414502 0 -2213.3373 0.49984309 -2212.8272 1 -2213.3373
+Climbing replica = 2
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3048 0.010087424 0.00087596387 0.0085929624 0.0079623239 0.010087424 0.51011346 0.51012824 1.7414502 0 -2213.3373 0.49984309 -2212.8272 1 -2213.3373
+3068 0.010087343 0.00087595415 0.0085929301 0.007962186 0.010087343 0.51011346 0.51012824 1.7414502 0 -2213.3373 0.4998431 -2212.8272 1 -2213.3373
+3088 0.010085262 0.00087570339 0.0085920974 0.00795864 0.010085262 0.51011346 0.51012823 1.7414503 0 -2213.3373 0.49984323 -2212.8272 1 -2213.3373
+3108 0.01004738 0.00087099758 0.008576577 0.0078954417 0.01004738 0.5101134 0.51012815 1.7414507 0 -2213.3373 0.49984571 -2212.8272 1 -2213.3373
+3115 0.0099906842 0.00086340585 0.0085519188 0.0078061884 0.0099906842 0.51011331 0.51012801 1.7414513 0 -2213.3373 0.49984971 -2212.8272 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2900 0.4341478 0.047012274 0.4341478 0.33164083 0.4341478 0 0.0086876877 0.52028565 0 -2213.2992 0.5 -2213.3262 1 -2213.3079
+2920 0.43409401 0.047007757 0.43409401 0.33162089 0.43409401 0 0.0086872441 0.52028369 0 -2213.2993 0.49999982 -2213.3262 1 -2213.3079
+2940 0.43270853 0.046891301 0.43270853 0.33110715 0.43270853 0 0.008675844 0.52023296 0 -2213.2993 0.49999514 -2213.3262 1 -2213.308
+2960 0.40745617 0.044731172 0.40745617 0.32173096 0.40745617 0 0.0084773849 0.51927679 0 -2213.2998 0.49990711 -2213.3264 1 -2213.3083
+2980 0.22986806 0.031074344 0.22699215 0.22986806 0.22699215 0 0.0078740453 0.50148771 0 -2213.3044 0.49828755 -2213.3283 1 -2213.3123
+3000 0.14542372 0.018020243 0.14542372 0.10354891 0.14542372 0 0.0021317788 0.24491394 0 -2213.3297 0.46356396 -2213.3353 1 -2213.3318
+3020 0.035532053 0.010340474 0.02408451 0.035532053 0.035532053 4.7692767e-05 0 0.028673227 0 -2213.3372 0.47265825 -2213.3373 1 -2213.3372
+3040 0.018638152 0.001685558 0.018638152 0.011471657 0.018638152 0 2.0961778e-05 0.021421781 0 -2213.3373 0.47770325 -2213.3374 1 -2213.3373
+3052 0.0095157216 0.00099865938 0.0095157216 0.0060040837 0.0095157216 0 1.2048757e-05 0.014392661 0 -2213.3374 0.46219833 -2213.3374 1 -2213.3374
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3052 0.0095157216 0.00099865938 0.0095157216 0.0060040837 0.0095157216 0 1.2048757e-05 0.014392661 0 -2213.3374 0.46219833 -2213.3374 1 -2213.3374
+3053 0.0095157216 0.00099865938 0.0095157216 0.0060040837 0.0095157216 0 1.2048757e-05 0.014392661 0 -2213.3374 0.46219833 -2213.3374 1 -2213.3374
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+2950 0.61275055 0.061901215 0.4341478 0.61275055 0.61275055 0.0013154702 0 0.54064018 0 -2213.2992 0.5 -2213.3243 1 -2213.2979
+2970 0.61266696 0.061890924 0.43409401 0.61266696 0.61266696 0.0013144134 0 0.54063804 0 -2213.2993 0.50000003 -2213.3243 1 -2213.2979
+2990 0.61051325 0.061625625 0.43270841 0.61051325 0.61051325 0.0012872211 0 0.54058267 0 -2213.2993 0.50000067 -2213.3243 1 -2213.298
+3010 0.57097926 0.05838559 0.40741084 0.57097926 0.57097926 0.0008009067 0 0.53953936 0 -2213.2998 0.50001175 -2213.3246 1 -2213.299
+3030 0.25588185 0.045130371 0.22751828 0.25588185 0.22751828 0 0.0025810077 0.51964553 0 -2213.3046 0.49989614 -2213.3275 1 -2213.3072
+3050 0.18574885 0.024472675 0.14092363 0.18574885 0.14092363 0 0.00067317299 0.26315085 0 -2213.3291 0.4854532 -2213.3349 1 -2213.3298
+3070 0.058031982 0.0058788803 0.03898835 0.058031982 0.058031982 0.0002872166 0 0.096502931 0 -2213.3364 0.48029908 -2213.337 1 -2213.3361
+3090 0.034899184 0.0023868884 0.030443673 0.034899184 0.030443673 0 3.3337699e-05 0.061056588 0 -2213.337 0.50880208 -2213.3373 1 -2213.337
+3110 0.018354151 0.0011737773 0.018354151 0.017525043 0.018354151 0 2.9400482e-05 0.05166073 0 -2213.3371 0.50298918 -2213.3373 1 -2213.3371
+3125 0.0094296443 0.0006495151 0.0088938413 0.0094296443 0.0088938413 0 4.2977622e-06 0.022520282 0 -2213.3373 0.48167376 -2213.3374 1 -2213.3373
+Climbing replica = 1
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3125 0.0094296443 0.0006495151 0.0088938413 0.0094296443 0.0088938413 0 4.2977622e-06 0.022520282 0 -2213.3373 0.48167376 -2213.3374 1 -2213.3373
+3126 0.0094296443 0.0006495151 0.0088938413 0.0094296443 0.0088938413 0 4.2977622e-06 0.022520282 0 -2213.3373 0.48167376 -2213.3374 1 -2213.3373
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3000 0.68622778 0.092535725 0.4341478 0.68622778 0.68622778 0.022251442 0 0.63016546 0 -2213.2992 0.5 -2213.3211 1 -2213.277
+3020 0.68612558 0.09251886 0.43409401 0.68612558 0.68612558 0.022249846 0 0.63016309 0 -2213.2993 0.50000032 -2213.3211 1 -2213.277
+3040 0.68349231 0.092084105 0.43270837 0.68349231 0.68349231 0.022208786 0 0.63010202 0 -2213.2993 0.50000848 -2213.3211 1 -2213.2771
+3060 0.63513068 0.084027581 0.40739703 0.63513068 0.63513068 0.021478785 0 0.62895009 0 -2213.2998 0.50016198 -2213.3215 1 -2213.2783
+3080 0.27846804 0.026620361 0.22776191 0.27846804 0.27846804 0.016942366 0 0.60645197 0 -2213.3046 0.50301857 -2213.3245 1 -2213.2877
+3100 0.21003889 0.033641023 0.14377566 0.21003889 0.21003889 0.0046556524 0 0.3147196 0 -2213.3287 0.54517785 -2213.3338 1 -2213.3241
+3120 0.050894997 0.0049678953 0.040919949 0.050894997 0.050894997 0.00070151023 0 0.11884998 0 -2213.3362 0.59724439 -2213.3368 1 -2213.3355
+3140 0.14660488 0.010419444 0.085751693 0.14660488 0.14660488 0.00029415838 0 0.045328404 0 -2213.3371 0.47263093 -2213.3372 1 -2213.3368
+3160 0.029512201 0.0020767291 0.018736883 0.029512201 0.029512201 6.3667911e-05 0 0.034629285 0 -2213.3373 0.50892373 -2213.3374 1 -2213.3372
+3172 0.008562079 0.00071321422 0.0065248756 0.008562079 0.008562079 1.1532801e-05 0 0.015614247 0 -2213.3374 0.59736661 -2213.3374 1 -2213.3374
+Climbing replica = 3
+Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
+3172 0.008562079 0.00071321422 0.0065248756 0.008562079 0.008562079 1.1532801e-05 0 0.015614247 0 -2213.3374 0.59736661 -2213.3374 1 -2213.3374
+3173 0.008562079 0.00071321422 0.0065248756 0.008562079 0.008562079 1.1532801e-05 0 0.015614247 0 -2213.3374 0.59736661 -2213.3374 1 -2213.3374
diff --git a/examples/tad/log.tad.neb.9Jan12.linux.3 b/examples/tad/log.tad.neb.9Jan12.linux.3
deleted file mode 100644
index fec63de03..000000000
--- a/examples/tad/log.tad.neb.9Jan12.linux.3
+++ /dev/null
@@ -1,487 +0,0 @@
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1150 11.6554 6.62337 0.377272 0.761559 11.8694 5.1085 2.15591 2.72809 0 -2213.28 0.5 -2208.17 1 -2210.33
-1170 11.6512 6.62037 0.377248 0.761453 11.8653 5.10773 2.15515 2.72809 0 -2213.28 0.5 -2208.17 1 -2210.33
-1190 11.5433 6.54347 0.376636 0.758709 11.7601 5.08807 2.13555 2.7281 0 -2213.28 0.499996 -2208.19 1 -2210.33
-1210 9.72273 5.2217 0.36548 0.70781 9.99449 4.75847 1.8071 2.72903 0 -2213.28 0.499949 -2208.52 1 -2210.33
-1230 4.03625 1.89401 0.285681 0.33788 4.64048 3.01397 0.0693848 2.84058 0 -2213.29 0.503837 -2210.27 1 -2210.34
-1250 2.91187 0.632304 0.149015 0.285227 0.285227 2.95113 0 4.16068 0 -2213.32 0.483278 -2212.44 1 -2210.37
-1270 2.21864 0.412087 0.0735697 0.213012 0.213012 2.9596 0 5.43034 0 -2213.34 0.415854 -2210.57 1 -2210.38
-1290 1.26025 0.240655 0.0851694 0.274204 0.274204 2.95838 0 4.65566 0 -2213.34 0.426179 -2212.71 1 -2210.38
-1310 1.19063 0.562065 0.178273 1.12853 1.12853 2.97311 0 3.93499 0 -2213.34 0.442578 -2213.23 1 -2210.36
-1330 0.895322 0.472645 0.0176755 0.895322 0.895322 2.96769 0 3.68571 0 -2213.34 0.470276 -2213.3 1 -2210.37
-1350 0.335826 0.115869 0.00293675 0.223978 0.223978 2.95803 0 3.61669 0 -2213.34 0.479093 -2213.29 1 -2210.38
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1350 0.335826 0.115869 0.00293675 0.223978 0.223978 2.95803 0 3.61669 0 -2213.34 0.479093 -2213.29 1 -2210.38
-1370 0.335823 0.115843 0.00293641 0.223928 0.223928 2.95803 0 3.61669 0 -2213.34 0.479093 -2213.29 1 -2210.38
-1390 0.335758 0.115176 0.00292783 0.222641 0.222641 2.95802 0 3.61669 0 -2213.34 0.479095 -2213.29 1 -2210.38
-1410 0.334544 0.102935 0.0027735 0.199029 0.199029 2.9579 0 3.61655 0 -2213.34 0.479146 -2213.29 1 -2210.38
-1430 0.315628 0.0285281 0.00192657 0.0510591 0.0510591 2.95743 0 3.61286 0 -2213.34 0.480234 -2213.29 1 -2210.38
-1450 0.119947 0.0618074 0.00138469 0.119947 0.119947 2.95758 0 3.56152 0 -2213.34 0.49978 -2213.23 1 -2210.38
-1470 0.0579776 0.029747 0.000739585 0.0579776 0.0579776 2.95744 0 3.56502 0 -2213.34 0.503437 -2213.22 1 -2210.38
-1490 0.0278376 0.0143442 0.000335725 0.0278376 0.0278376 2.9574 0 3.571 0 -2213.34 0.501089 -2213.24 1 -2210.38
-1510 0.00809973 0.00339832 0.000224324 0.00662292 0.00662292 2.95739 0 3.57185 0 -2213.34 0.500243 -2213.24 1 -2210.38
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1550 0.997487 0.231841 0.377272 0.469509 0.99882 0.492541 0.448998 1.93124 0 -2213.28 0.5 -2212.79 1 -2213.24
-1570 0.99736 0.231816 0.377248 0.469487 0.998693 0.492536 0.448994 1.93124 0 -2213.28 0.5 -2212.79 1 -2213.24
-1590 0.994079 0.231185 0.376636 0.468915 0.995416 0.492412 0.448881 1.93121 0 -2213.28 0.499998 -2212.79 1 -2213.24
-1610 0.933531 0.219448 0.365631 0.4586 0.93495 0.490188 0.446871 1.93068 0 -2213.28 0.499962 -2212.79 1 -2213.24
-1630 0.375577 0.0561858 0.287182 0.375577 0.308748 0.474594 0.435012 1.92179 0 -2213.29 0.499365 -2212.81 1 -2213.25
-1650 0.305843 0.0564951 0.146318 0.173362 0.305756 0.502736 0.494561 1.78494 0 -2213.33 0.504227 -2212.82 1 -2213.32
-1670 0.0660515 0.0139069 0.0286019 0.0581794 0.0660189 0.510608 0.509844 1.73932 0 -2213.34 0.503366 -2212.83 1 -2213.34
-1690 0.0938827 0.00850809 0.0658485 0.0871284 0.0939675 0.510236 0.510117 1.7431 0 -2213.34 0.498559 -2212.83 1 -2213.34
-1710 0.015938 0.0015162 0.0106223 0.0153275 0.0159323 0.5101 0.510089 1.74154 0 -2213.34 0.500123 -2212.83 1 -2213.34
-1716 0.00937149 0.00102351 0.00622571 0.00806101 0.00937371 0.510095 0.510091 1.74152 0 -2213.34 0.500405 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1716 0.00937371 0.00102355 0.00622571 0.00806101 0.00937371 0.510095 0.510091 1.74152 0 -2213.34 0.500405 -2212.83 1 -2213.34
-1717 0.00937371 0.00102355 0.00622571 0.00806101 0.00937371 0.510095 0.510091 1.74152 0 -2213.34 0.500405 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1950 9.66579 5.33469 0.377272 0.420868 10.0934 3.90418 0.943966 2.04888 0 -2213.28 0.5 -2209.38 1 -2210.32
-1970 9.66276 5.33259 0.377248 0.420811 10.0906 3.90365 0.943439 2.04888 0 -2213.28 0.5 -2209.38 1 -2210.32
-1990 9.58501 5.27857 0.376636 0.419363 10.018 3.89012 0.929915 2.04885 0 -2213.28 0.500002 -2209.39 1 -2210.32
-2010 8.24737 4.3339 0.365508 0.392951 8.78496 3.65982 0.699698 2.0491 0 -2213.28 0.500082 -2209.62 1 -2210.32
-2030 2.90751 1.32314 0.285411 0.255973 0.255973 2.96135 0 2.151 0 -2213.29 0.509189 -2210.93 1 -2210.33
-2050 1.8118 0.323286 0.191894 0.184345 0.184345 2.96791 0 2.47639 0 -2213.32 0.426354 -2212.42 1 -2210.35
-2070 0.91671 0.235455 0.122249 0.130441 0.130441 2.96954 0 2.24338 0 -2213.33 0.419591 -2212.14 1 -2210.36
-2090 0.396851 0.21211 0.0812484 0.0752039 0.0752039 2.97033 0 2.23813 0 -2213.33 0.478539 -2211.6 1 -2210.36
-2110 0.179174 0.0738539 0.0513511 0.0489922 0.0489922 2.97062 0 2.23658 0 -2213.34 0.493184 -2211.44 1 -2210.36
-2130 0.205743 0.112934 0.033966 0.0336078 0.0336078 2.97071 0 2.24428 0 -2213.34 0.497571 -2211.38 1 -2210.37
-2150 0.127962 0.0713942 0.0163296 0.0176185 0.0176185 2.9707 0 2.24796 0 -2213.34 0.498358 -2211.34 1 -2210.37
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2150 0.127962 0.0713942 0.0163296 0.0176185 0.0176185 2.9707 0 2.24796 0 -2213.34 0.498358 -2211.34 1 -2210.37
-2170 0.127931 0.0713767 0.0163295 0.0176184 0.0176184 2.9707 0 2.24796 0 -2213.34 0.498358 -2211.34 1 -2210.37
-2190 0.127142 0.0709262 0.0163276 0.0176159 0.0176159 2.9707 0 2.24796 0 -2213.34 0.498359 -2211.34 1 -2210.37
-2210 0.112633 0.0626266 0.0162914 0.0175702 0.0175702 2.9707 0 2.248 0 -2213.34 0.498367 -2211.34 1 -2210.37
-2230 0.0489489 0.0243788 0.015609 0.0168856 0.0168856 2.97069 0 2.24866 0 -2213.34 0.498505 -2211.34 1 -2210.37
-2250 0.0128754 0.00397215 0.00914949 0.0105864 0.0105864 2.97067 0 2.25308 0 -2213.34 0.49915 -2211.32 1 -2210.37
-2263 0.00946178 0.00261171 0.00794995 0.00939525 0.00939525 2.97066 0 2.25378 0 -2213.34 0.499217 -2211.32 1 -2210.37
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2350 1.04323 0.23682 0.377272 0.528634 1.04504 0.499935 0.543083 1.80325 0 -2213.28 0.5 -2212.78 1 -2213.32
-2370 1.0431 0.236795 0.377248 0.528565 1.0449 0.49993 0.543078 1.80325 0 -2213.28 0.5 -2212.78 1 -2213.32
-2390 1.03964 0.236164 0.376636 0.526771 1.04145 0.499792 0.542961 1.80322 0 -2213.28 0.500003 -2212.78 1 -2213.32
-2410 0.975729 0.224408 0.365622 0.493824 0.977684 0.497323 0.54084 1.80267 0 -2213.28 0.500052 -2212.78 1 -2213.32
-2430 0.313898 0.0651164 0.286579 0.21056 0.31975 0.479891 0.523927 1.7941 0 -2213.29 0.500889 -2212.81 1 -2213.33
-2450 0.368714 0.0658954 0.143978 0.147406 0.368889 0.504843 0.515405 1.74252 0 -2213.33 0.49593 -2212.82 1 -2213.34
-2470 0.0774982 0.014764 0.0415413 0.0480403 0.0811687 0.509946 0.510594 1.74615 0 -2213.34 0.492687 -2212.83 1 -2213.34
-2490 0.0296877 0.00551982 0.0272649 0.0138884 0.0320966 0.509846 0.510355 1.74093 0 -2213.34 0.497743 -2212.83 1 -2213.34
-2510 0.0222406 0.00287927 0.0222406 0.00802055 0.0205251 0.509891 0.510271 1.74079 0 -2213.34 0.498679 -2212.83 1 -2213.34
-2527 0.00967124 0.00197849 0.00613089 0.00481446 0.010164 0.510098 0.510109 1.74091 0 -2213.34 0.50088 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2527 0.010164 0.00221896 0.00613089 0.00481446 0.010164 0.510098 0.510109 1.74091 0 -2213.34 0.50088 -2212.83 1 -2213.34
-2547 0.0101635 0.00221895 0.00613028 0.00481407 0.0101635 0.510098 0.510109 1.74091 0 -2213.34 0.50088 -2212.83 1 -2213.34
-2567 0.0101491 0.0022186 0.00611474 0.00480409 0.0101491 0.510098 0.510109 1.74091 0 -2213.34 0.50088 -2212.83 1 -2213.34
-2584 0.00999439 0.00221473 0.00594805 0.00469678 0.00999439 0.510098 0.510109 1.74091 0 -2213.34 0.500875 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2800 11.0399 6.46908 0.377272 0.825083 11.3892 4.43199 1.43082 2.15148 0 -2213.28 0.5 -2208.85 1 -2210.28
-2820 11.0359 6.46633 0.377248 0.825009 11.3854 4.4313 1.43014 2.15148 0 -2213.28 0.5 -2208.85 1 -2210.28
-2840 10.9344 6.39578 0.376636 0.823086 11.2884 4.41366 1.41258 2.15145 0 -2213.28 0.500002 -2208.87 1 -2210.28
-2860 9.20859 5.17667 0.365481 0.787236 9.65277 4.11769 1.11805 2.15179 0 -2213.28 0.500088 -2209.16 1 -2210.28
-2880 3.20288 1.49713 0.285234 0.393643 0.393643 2.98421 0 2.26254 0 -2213.29 0.50896 -2210.65 1 -2210.3
-2900 3.40331 1.53436 0.159731 0.294584 0.294584 2.97084 0 2.56277 0 -2213.32 0.408982 -2212.36 1 -2210.35
-2920 1.19524 0.681719 0.121667 0.117788 0.117788 2.96965 0 2.39729 0 -2213.33 0.400443 -2212.36 1 -2210.36
-2940 0.609388 0.284608 0.0615082 0.0601282 0.0601282 2.97048 0 2.27611 0 -2213.33 0.505136 -2211.21 1 -2210.36
-2960 0.066563 0.0218099 0.0492357 0.0480547 0.0480547 2.97057 0 2.27859 0 -2213.34 0.50329 -2211.25 1 -2210.36
-2980 0.0458954 0.0127066 0.0441669 0.0427633 0.0427633 2.9706 0 2.27959 0 -2213.34 0.502755 -2211.26 1 -2210.37
-3000 0.0851206 0.0426169 0.0128535 0.0135736 0.0135736 2.97065 0 2.2672 0 -2213.34 0.498179 -2211.3 1 -2210.37
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-3000 0.0851206 0.0426169 0.0128535 0.0135736 0.0135736 2.97065 0 2.2672 0 -2213.34 0.498179 -2211.3 1 -2210.37
-3020 0.0851005 0.042605 0.0128535 0.0135736 0.0135736 2.97065 0 2.2672 0 -2213.34 0.498179 -2211.3 1 -2210.37
-3040 0.0845841 0.0422986 0.0128524 0.0135723 0.0135723 2.97065 0 2.2672 0 -2213.34 0.498179 -2211.3 1 -2210.37
-3060 0.0751118 0.0366524 0.0128306 0.0135485 0.0135485 2.97065 0 2.26719 0 -2213.34 0.498188 -2211.3 1 -2210.37
-3080 0.0377055 0.022783 0.0123463 0.0130421 0.0130421 2.97065 0 2.26701 0 -2213.34 0.49843 -2211.3 1 -2210.37
-3100 0.0333719 0.0194216 0.0069713 0.00762863 0.00762863 2.97064 0 2.26555 0 -2213.34 0.500451 -2211.28 1 -2210.37
-3105 0.00924307 0.00347619 0.00683845 0.00748907 0.00748907 2.97064 0 2.26545 0 -2213.34 0.50042 -2211.28 1 -2210.37
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1650 1.04323 0.254204 0.469509 0.437271 1.04342 0.490208 0.543327 1.79104 0 -2213.24 0.5 -2212.75 1 -2213.29
-1670 1.04311 0.254178 0.469487 0.437252 1.04329 0.490203 0.543322 1.79104 0 -2213.24 0.5 -2212.75 1 -2213.29
-1690 1.03988 0.253523 0.468915 0.436762 1.04007 0.490077 0.543191 1.79102 0 -2213.24 0.499996 -2212.75 1 -2213.29
-1710 0.980544 0.241339 0.458605 0.427805 0.980738 0.487814 0.54085 1.79071 0 -2213.24 0.499931 -2212.75 1 -2213.29
-1730 0.392925 0.070632 0.375934 0.32886 0.393102 0.471903 0.523603 1.78673 0 -2213.25 0.498691 -2212.77 1 -2213.3
-1750 0.315643 0.0548588 0.173453 0.139362 0.316436 0.502085 0.514484 1.75517 0 -2213.32 0.491871 -2212.82 1 -2213.33
-1770 0.0836219 0.0149353 0.0611587 0.0714119 0.0842677 0.510189 0.509993 1.7481 0 -2213.34 0.499239 -2212.83 1 -2213.34
-1790 0.0820862 0.0110115 0.0345932 0.0354318 0.0821162 0.510122 0.510179 1.74275 0 -2213.34 0.499823 -2212.83 1 -2213.34
-1810 0.0132645 0.00114201 0.0132645 0.0102348 0.0128348 0.510035 0.510101 1.74254 0 -2213.34 0.499933 -2212.83 1 -2213.34
-1824 0.00661539 0.000714038 0.00607802 0.00494911 0.00666292 0.510083 0.510096 1.74236 0 -2213.34 0.499931 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1824 0.00666292 0.000699856 0.00607802 0.00494911 0.00666292 0.510083 0.510096 1.74236 0 -2213.34 0.499931 -2212.83 1 -2213.34
-1825 0.00666292 0.000699856 0.00607802 0.00494911 0.00666292 0.510083 0.510096 1.74236 0 -2213.34 0.499931 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1750 1.04284 0.261627 0.469509 0.485909 1.04532 0.49243 0.559283 1.73642 0 -2213.24 0.5 -2212.74 1 -2213.3
-1770 1.04272 0.261601 0.469487 0.485854 1.04519 0.492425 0.559278 1.73642 0 -2213.24 0.5 -2212.74 1 -2213.3
-1790 1.03942 0.260948 0.468915 0.484436 1.0419 0.492299 0.559155 1.73643 0 -2213.24 0.500001 -2212.74 1 -2213.3
-1810 0.978646 0.248805 0.458598 0.458528 0.981277 0.49004 0.556922 1.73655 0 -2213.24 0.500025 -2212.75 1 -2213.3
-1830 0.382002 0.0766396 0.375475 0.249481 0.387441 0.474704 0.538515 1.74043 0 -2213.25 0.500349 -2212.77 1 -2213.31
-1850 0.332152 0.0602748 0.173138 0.113594 0.333604 0.502554 0.517733 1.74541 0 -2213.32 0.49102 -2212.81 1 -2213.33
-1870 0.0883173 0.0154087 0.0634502 0.0603986 0.0909643 0.510136 0.510641 1.74059 0 -2213.34 0.493269 -2212.83 1 -2213.34
-1890 0.0854635 0.00968635 0.0418161 0.0645812 0.0853611 0.510085 0.510227 1.74431 0 -2213.34 0.502231 -2212.83 1 -2213.34
-1910 0.0158716 0.00165467 0.0158716 0.0113115 0.0156279 0.510017 0.510146 1.74172 0 -2213.34 0.500515 -2212.83 1 -2213.34
-1929 0.00928034 0.000637617 0.00928034 0.00530168 0.00725899 0.510061 0.510114 1.74187 0 -2213.34 0.500047 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1929 0.00928034 0.000637617 0.00928034 0.00530168 0.00725899 0.510061 0.510114 1.74187 0 -2213.34 0.500047 -2212.83 1 -2213.34
-1930 0.00928034 0.000637617 0.00928034 0.00530168 0.00725899 0.510061 0.510114 1.74187 0 -2213.34 0.500047 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1850 1.03888 0.258546 0.469509 0.34231 1.03913 0.495895 0.551699 1.77757 0 -2213.24 0.5 -2212.74 1 -2213.29
-1870 1.03876 0.25852 0.469487 0.342283 1.039 0.49589 0.551694 1.77757 0 -2213.24 0.5 -2212.74 1 -2213.29
-1890 1.03554 0.25786 0.468915 0.341573 1.03578 0.495765 0.551554 1.77756 0 -2213.24 0.499996 -2212.74 1 -2213.29
-1910 0.976161 0.245586 0.458601 0.328746 0.976408 0.493526 0.549031 1.77731 0 -2213.24 0.499932 -2212.74 1 -2213.29
-1930 0.388696 0.0721148 0.375688 0.23815 0.388876 0.477929 0.528255 1.77449 0 -2213.25 0.498708 -2212.77 1 -2213.3
-1950 0.322139 0.0547331 0.17394 0.122024 0.323173 0.503617 0.513746 1.75128 0 -2213.32 0.492611 -2212.81 1 -2213.33
-1970 0.0792069 0.0148936 0.0609789 0.0296465 0.0799153 0.510045 0.510968 1.74857 0 -2213.34 0.498945 -2212.83 1 -2213.34
-1990 0.0717325 0.00922189 0.0353019 0.0333551 0.0717505 0.510086 0.510214 1.74291 0 -2213.34 0.499919 -2212.83 1 -2213.34
-2010 0.0146049 0.00128062 0.0146049 0.0109095 0.0138486 0.510037 0.51011 1.74269 0 -2213.34 0.499985 -2212.83 1 -2213.34
-2024 0.00730227 0.000749331 0.00671943 0.00537878 0.00732762 0.510084 0.510097 1.74226 0 -2213.34 0.499943 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2024 0.00732762 0.000749331 0.00671943 0.00537878 0.00732762 0.510084 0.510097 1.74226 0 -2213.34 0.499943 -2212.83 1 -2213.34
-2025 0.00732762 0.000749331 0.00671943 0.00537878 0.00732762 0.510084 0.510097 1.74226 0 -2213.34 0.499943 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1950 1.04658 0.272824 0.469509 0.501521 1.04685 0.535735 0.52145 1.72854 0 -2213.24 0.5 -2212.7 1 -2213.22
-1970 1.04646 0.272798 0.469487 0.501492 1.04673 0.53573 0.521445 1.72854 0 -2213.24 0.5 -2212.7 1 -2213.22
-1990 1.04341 0.272125 0.468915 0.500734 1.04368 0.535603 0.521323 1.72855 0 -2213.24 0.500005 -2212.7 1 -2213.22
-2010 0.98738 0.25963 0.458607 0.487117 0.987669 0.533314 0.519115 1.72872 0 -2213.24 0.5001 -2212.7 1 -2213.22
-2030 0.453268 0.0837992 0.376219 0.392432 0.453877 0.515452 0.502012 1.73336 0 -2213.25 0.501724 -2212.73 1 -2213.23
-2050 0.317313 0.0492381 0.174992 0.194783 0.317325 0.511265 0.50793 1.74612 0 -2213.32 0.501603 -2212.81 1 -2213.31
-2070 0.0794155 0.0136423 0.0560461 0.0372835 0.0792902 0.510298 0.510738 1.74044 0 -2213.34 0.498539 -2212.83 1 -2213.34
-2090 0.0603955 0.00875978 0.0307324 0.0251612 0.0604301 0.510148 0.510161 1.74443 0 -2213.34 0.501497 -2212.83 1 -2213.34
-2110 0.0134192 0.00108978 0.0134192 0.0121379 0.0134935 0.510092 0.510091 1.74198 0 -2213.34 0.500189 -2212.83 1 -2213.34
-2124 0.00710228 0.000711432 0.00548597 0.00561915 0.00709725 0.510095 0.510094 1.74207 0 -2213.34 0.499852 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2124 0.00709725 0.000711227 0.00548597 0.00561915 0.00709725 0.510095 0.510094 1.74207 0 -2213.34 0.499852 -2212.83 1 -2213.34
-2125 0.00709725 0.000711227 0.00548597 0.00561915 0.00709725 0.510095 0.510094 1.74207 0 -2213.34 0.499852 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2050 1.0445 0.255151 0.469509 0.444117 1.04494 0.489093 0.557769 1.78016 0 -2213.24 0.5 -2212.75 1 -2213.31
-2070 1.04437 0.255126 0.469487 0.44406 1.04481 0.489088 0.557764 1.78016 0 -2213.24 0.5 -2212.75 1 -2213.31
-2090 1.04107 0.254481 0.468915 0.442589 1.04151 0.488962 0.557634 1.78015 0 -2213.24 0.499996 -2212.75 1 -2213.31
-2110 0.980321 0.242484 0.458597 0.415672 0.980779 0.486693 0.555286 1.7799 0 -2213.24 0.499922 -2212.75 1 -2213.31
-2130 0.378293 0.0712051 0.375376 0.202584 0.378788 0.471274 0.535141 1.77699 0 -2213.25 0.498483 -2212.78 1 -2213.31
-2150 0.331507 0.0578658 0.173556 0.13232 0.3327 0.501863 0.515313 1.75216 0 -2213.32 0.491098 -2212.82 1 -2213.33
-2170 0.0730576 0.0143627 0.0586407 0.0185188 0.0739207 0.510181 0.511099 1.74861 0 -2213.34 0.49933 -2212.83 1 -2213.34
-2190 0.0964105 0.00852228 0.0701175 0.0639029 0.096417 0.510194 0.510292 1.74188 0 -2213.34 0.500303 -2212.83 1 -2213.34
-2210 0.0156796 0.00150999 0.0117599 0.00904825 0.0156844 0.510093 0.510107 1.74203 0 -2213.34 0.500045 -2212.83 1 -2213.34
-2216 0.00980696 0.000921796 0.00731057 0.00596569 0.00984731 0.510092 0.510099 1.74222 0 -2213.34 0.499971 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2216 0.00984731 0.000927892 0.00731057 0.00596569 0.00984731 0.510092 0.510099 1.74222 0 -2213.34 0.499971 -2212.83 1 -2213.34
-2217 0.00984731 0.000927892 0.00731057 0.00596569 0.00984731 0.510092 0.510099 1.74222 0 -2213.34 0.499971 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1850 0.981907 0.210156 0.437271 0.33614 0.981976 0.505479 0.501303 1.81301 0 -2213.29 0.5 -2212.78 1 -2213.29
-1870 0.981783 0.210134 0.437252 0.336119 0.981852 0.505475 0.501298 1.81301 0 -2213.29 0.5 -2212.78 1 -2213.29
-1890 0.978592 0.209555 0.436762 0.335588 0.978662 0.505362 0.501174 1.81299 0 -2213.29 0.499999 -2212.78 1 -2213.29
-1910 0.919738 0.198795 0.427801 0.325992 0.919813 0.503353 0.498951 1.81277 0 -2213.29 0.499978 -2212.79 1 -2213.29
-1930 0.327953 0.0558812 0.327953 0.257002 0.317156 0.490415 0.482494 1.81009 0 -2213.3 0.499645 -2212.81 1 -2213.29
-1950 0.310691 0.0542981 0.141794 0.119776 0.310763 0.507763 0.504145 1.76178 0 -2213.33 0.5029 -2212.82 1 -2213.33
-1970 0.0777893 0.0109954 0.0705257 0.0406362 0.0776658 0.509714 0.510614 1.74409 0 -2213.34 0.501699 -2212.83 1 -2213.34
-1990 0.0369547 0.00452618 0.0297545 0.018503 0.0371449 0.509965 0.510031 1.74403 0 -2213.34 0.498928 -2212.83 1 -2213.34
-2010 0.0305468 0.0028626 0.0172222 0.0129669 0.0306436 0.51004 0.510035 1.7419 0 -2213.34 0.499733 -2212.83 1 -2213.34
-2020 0.00857419 0.000717184 0.00828505 0.00828103 0.00867555 0.51007 0.510056 1.74194 0 -2213.34 0.499873 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2020 0.00867555 0.000710864 0.00828505 0.00828103 0.00867555 0.51007 0.510056 1.74194 0 -2213.34 0.499873 -2212.83 1 -2213.34
-2021 0.00867555 0.000710864 0.00828505 0.00828103 0.00867555 0.51007 0.510056 1.74194 0 -2213.34 0.499873 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2050 1.06816 0.23287 0.437271 0.689328 1.06817 0.533582 0.525644 1.74356 0 -2213.29 0.5 -2212.76 1 -2213.28
-2070 1.06803 0.232844 0.437252 0.68926 1.06803 0.533576 0.525641 1.74356 0 -2213.29 0.5 -2212.76 1 -2213.28
-2090 1.06462 0.232184 0.436762 0.687498 1.06463 0.533438 0.525544 1.74355 0 -2213.29 0.500001 -2212.76 1 -2213.28
-2110 1.00183 0.219926 0.4278 0.654882 1.00184 0.530962 0.523809 1.74341 0 -2213.29 0.500027 -2212.76 1 -2213.28
-2130 0.364028 0.0569251 0.327436 0.276671 0.364071 0.513543 0.510944 1.74296 0 -2213.3 0.500439 -2212.78 1 -2213.3
-2150 0.336522 0.0521192 0.142419 0.243493 0.336573 0.513489 0.509791 1.7464 0 -2213.33 0.502275 -2212.82 1 -2213.33
-2170 0.127261 0.0172089 0.0747287 0.0442807 0.127263 0.50992 0.511029 1.74436 0 -2213.34 0.499921 -2212.83 1 -2213.34
-2190 0.073988 0.0103244 0.0524331 0.0255024 0.0739926 0.509878 0.510557 1.7438 0 -2213.34 0.499902 -2212.83 1 -2213.34
-2210 0.0288354 0.00375284 0.0176777 0.00979293 0.0288466 0.510089 0.510124 1.74219 0 -2213.34 0.500035 -2212.83 1 -2213.34
-2227 0.00937128 0.00083182 0.00937128 0.00700012 0.00886158 0.510092 0.510101 1.74205 0 -2213.34 0.500048 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2227 0.00937128 0.00085675 0.00937128 0.00700012 0.00886158 0.510092 0.510101 1.74205 0 -2213.34 0.500048 -2212.83 1 -2213.34
-2228 0.00937128 0.00085675 0.00937128 0.00700012 0.00886158 0.510092 0.510101 1.74205 0 -2213.34 0.500048 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2250 1.04287 0.218919 0.437271 0.748959 1.04307 0.511728 0.479017 1.81624 0 -2213.29 0.5 -2212.78 1 -2213.26
-2270 1.04275 0.218896 0.437252 0.748922 1.04294 0.511723 0.479014 1.81624 0 -2213.29 0.5 -2212.78 1 -2213.26
-2290 1.03955 0.218315 0.436762 0.747948 1.03974 0.511592 0.478938 1.81622 0 -2213.29 0.500001 -2212.78 1 -2213.26
-2310 0.980544 0.207525 0.427809 0.729822 0.98074 0.509254 0.477596 1.81586 0 -2213.29 0.50002 -2212.78 1 -2213.26
-2330 0.461735 0.0615012 0.329122 0.461735 0.364978 0.492267 0.473499 1.81118 0 -2213.3 0.500313 -2212.81 1 -2213.28
-2350 0.310395 0.0502434 0.147267 0.178366 0.31044 0.50813 0.503663 1.76363 0 -2213.33 0.50231 -2212.82 1 -2213.33
-2370 0.0813051 0.0101348 0.0740651 0.0629995 0.0814367 0.509633 0.510567 1.74704 0 -2213.34 0.501225 -2212.83 1 -2213.34
-2390 0.0410537 0.00446406 0.0321619 0.031961 0.0411064 0.509984 0.51002 1.74297 0 -2213.34 0.499673 -2212.83 1 -2213.34
-2410 0.0350811 0.00326861 0.0184579 0.0169826 0.0351173 0.510052 0.510044 1.74189 0 -2213.34 0.499805 -2212.83 1 -2213.34
-2420 0.00987455 0.00111504 0.00827041 0.00987455 0.00943558 0.510073 0.510058 1.74188 0 -2213.34 0.499913 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2420 0.00987455 0.00111504 0.00827041 0.00987455 0.00943558 0.510073 0.510058 1.74188 0 -2213.34 0.499913 -2212.83 1 -2213.34
-2421 0.00987455 0.00111504 0.00827041 0.00987455 0.00943558 0.510073 0.510058 1.74188 0 -2213.34 0.499913 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2450 0.994296 0.202592 0.437271 0.222772 0.994737 0.512259 0.5502 1.73928 0 -2213.29 0.5 -2212.78 1 -2213.33
-2470 0.994171 0.20257 0.437252 0.222759 0.994613 0.512254 0.550195 1.73928 0 -2213.29 0.5 -2212.78 1 -2213.33
-2490 0.990966 0.202006 0.436762 0.222431 0.991408 0.512138 0.550058 1.73927 0 -2213.29 0.499999 -2212.78 1 -2213.33
-2510 0.931835 0.191528 0.4278 0.216371 0.932296 0.510064 0.547599 1.73916 0 -2213.29 0.499984 -2212.78 1 -2213.33
-2530 0.327583 0.0522569 0.327583 0.141092 0.326228 0.496393 0.527785 1.7389 0 -2213.3 0.499684 -2212.8 1 -2213.33
-2550 0.328018 0.055305 0.144909 0.0744174 0.328349 0.509583 0.514932 1.7459 0 -2213.33 0.496259 -2212.82 1 -2213.34
-2570 0.11779 0.0151659 0.0758845 0.0313355 0.11805 0.509664 0.51102 1.74654 0 -2213.34 0.497947 -2212.83 1 -2213.34
-2590 0.0712323 0.00962094 0.0540428 0.0194492 0.0714806 0.509719 0.510585 1.74487 0 -2213.34 0.498723 -2212.83 1 -2213.34
-2610 0.0300608 0.0037913 0.0182772 0.00569048 0.0300424 0.510067 0.51015 1.74157 0 -2213.34 0.500369 -2212.83 1 -2213.34
-2627 0.00946336 0.00078524 0.00946336 0.00285014 0.00771619 0.510076 0.510118 1.74178 0 -2213.34 0.500147 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2627 0.00946336 0.00078524 0.00946336 0.00285014 0.00771619 0.510076 0.510118 1.74178 0 -2213.34 0.500147 -2212.83 1 -2213.34
-2628 0.00946336 0.00078524 0.00946336 0.00285014 0.00771619 0.510076 0.510118 1.74178 0 -2213.34 0.500147 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-1950 0.997919 0.221204 0.33614 0.333398 0.998738 0.518465 0.540505 1.75275 0 -2213.29 0.5 -2212.77 1 -2213.31
-1970 0.997795 0.221181 0.336119 0.333377 0.998615 0.51846 0.5405 1.75275 0 -2213.29 0.5 -2212.77 1 -2213.31
-1990 0.994607 0.220571 0.335588 0.332855 0.995429 0.518332 0.540371 1.75275 0 -2213.29 0.500003 -2212.77 1 -2213.31
-2010 0.935821 0.209238 0.325989 0.323372 0.936703 0.516022 0.538057 1.75269 0 -2213.29 0.500051 -2212.77 1 -2213.31
-2030 0.348349 0.0576607 0.256932 0.240451 0.350795 0.498254 0.52012 1.75327 0 -2213.29 0.500922 -2212.79 1 -2213.31
-2050 0.325858 0.0594427 0.121566 0.121106 0.325857 0.507736 0.51271 1.74437 0 -2213.33 0.49933 -2212.82 1 -2213.33
-2070 0.0822712 0.0152207 0.0322371 0.0377335 0.0840189 0.511317 0.511303 1.74544 0 -2213.34 0.495622 -2212.83 1 -2213.34
-2090 0.0267698 0.00373441 0.0125378 0.00975335 0.0268072 0.510208 0.510239 1.74664 0 -2213.34 0.500198 -2212.83 1 -2213.34
-2110 0.0259636 0.00277018 0.0120379 0.0124437 0.0259851 0.510138 0.510155 1.74375 0 -2213.34 0.499888 -2212.83 1 -2213.34
-2125 0.00966941 0.000778797 0.00454033 0.00513243 0.00966719 0.510107 0.510114 1.74328 0 -2213.34 0.500073 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2125 0.00966719 0.000852178 0.00454033 0.00513243 0.00966719 0.510107 0.510114 1.74328 0 -2213.34 0.500073 -2212.83 1 -2213.34
-2126 0.00966719 0.000852178 0.00454033 0.00513243 0.00966719 0.510107 0.510114 1.74328 0 -2213.34 0.500073 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2050 1.0029 0.226947 0.33614 0.56781 1.00299 0.529868 0.523141 1.68202 0 -2213.29 0.5 -2212.76 1 -2213.28
-2070 1.00278 0.226924 0.336119 0.567736 1.00287 0.529863 0.523137 1.68202 0 -2213.29 0.5 -2212.76 1 -2213.28
-2090 0.99956 0.22634 0.335588 0.565841 0.999654 0.529733 0.523038 1.68204 0 -2213.29 0.499999 -2212.76 1 -2213.28
-2110 0.940239 0.215468 0.325985 0.531251 0.94034 0.527397 0.521242 1.68236 0 -2213.29 0.499977 -2212.76 1 -2213.28
-2130 0.352214 0.0621839 0.256843 0.290692 0.35263 0.509426 0.506624 1.69058 0 -2213.29 0.499469 -2212.78 1 -2213.29
-2150 0.346483 0.0677538 0.126792 0.172126 0.347213 0.511196 0.511793 1.75095 0 -2213.33 0.493454 -2212.81 1 -2213.33
-2170 0.0806858 0.0141501 0.0417583 0.0573244 0.0820847 0.511042 0.510767 1.75282 0 -2213.34 0.501133 -2212.83 1 -2213.34
-2190 0.0780329 0.00817447 0.030645 0.0767454 0.0784496 0.510285 0.510238 1.74497 0 -2213.34 0.502213 -2212.83 1 -2213.34
-2210 0.0188017 0.00191346 0.0131587 0.0186311 0.0193436 0.510164 0.510183 1.7432 0 -2213.34 0.500727 -2212.83 1 -2213.34
-2230 0.0250467 0.00196804 0.00823152 0.0250467 0.01857 0.510126 0.510129 1.74291 0 -2213.34 0.500079 -2212.83 1 -2213.34
-2236 0.00951366 0.000827148 0.00771865 0.00735174 0.009567 0.510122 0.510132 1.74286 0 -2213.34 0.500074 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2236 0.009567 0.000935961 0.00771865 0.00735174 0.009567 0.510122 0.510132 1.74286 0 -2213.34 0.500074 -2212.83 1 -2213.34
-2237 0.009567 0.000935961 0.00771865 0.00735174 0.009567 0.510122 0.510132 1.74286 0 -2213.34 0.500074 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2150 1.06394 0.242878 0.33614 0.745371 1.06394 0.532151 0.507541 1.73685 0 -2213.29 0.5 -2212.75 1 -2213.26
-2170 1.0638 0.242852 0.336119 0.745266 1.0638 0.532146 0.507537 1.73685 0 -2213.29 0.5 -2212.75 1 -2213.26
-2190 1.06023 0.242168 0.335588 0.742552 1.06023 0.531997 0.507453 1.73685 0 -2213.29 0.500003 -2212.75 1 -2213.26
-2210 0.994362 0.229462 0.32598 0.692805 0.994362 0.529336 0.505937 1.73688 0 -2213.29 0.500053 -2212.76 1 -2213.26
-2230 0.364883 0.0566757 0.256713 0.320454 0.36492 0.509481 0.493441 1.73939 0 -2213.29 0.500921 -2212.78 1 -2213.27
-2250 0.373483 0.071274 0.132675 0.216457 0.37358 0.511027 0.506977 1.75424 0 -2213.33 0.499109 -2212.81 1 -2213.32
-2270 0.0825645 0.0162987 0.0351032 0.0518506 0.0824026 0.511489 0.510813 1.75518 0 -2213.34 0.49849 -2212.83 1 -2213.34
-2290 0.0489606 0.0065091 0.020071 0.0416946 0.0491796 0.510276 0.510172 1.74714 0 -2213.34 0.501942 -2212.83 1 -2213.34
-2310 0.0266206 0.0031489 0.0108576 0.0256646 0.0267344 0.510184 0.51013 1.74459 0 -2213.34 0.500376 -2212.83 1 -2213.34
-2330 0.0124618 0.00154357 0.00672691 0.0106036 0.0124415 0.510139 0.510119 1.74358 0 -2213.34 0.499793 -2212.83 1 -2213.34
-2333 0.00990034 0.00107295 0.00636252 0.00781094 0.00988001 0.510137 0.510118 1.74359 0 -2213.34 0.499816 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2333 0.00988001 0.000993445 0.00636252 0.00781094 0.00988001 0.510137 0.510118 1.74359 0 -2213.34 0.499816 -2212.83 1 -2213.34
-2334 0.00988001 0.000993445 0.00636252 0.00781094 0.00988001 0.510137 0.510118 1.74359 0 -2213.34 0.499816 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2250 0.996415 0.226541 0.33614 0.294714 0.998142 0.507062 0.541521 1.7556 0 -2213.29 0.5 -2212.78 1 -2213.32
-2270 0.996288 0.226516 0.336119 0.294693 0.998015 0.507057 0.541516 1.7556 0 -2213.29 0.5 -2212.78 1 -2213.32
-2290 0.993027 0.225873 0.335588 0.294143 0.99476 0.506929 0.541384 1.75559 0 -2213.29 0.500004 -2212.78 1 -2213.32
-2310 0.932829 0.213927 0.325987 0.28412 0.934675 0.50463 0.539014 1.7554 0 -2213.29 0.500067 -2212.78 1 -2213.32
-2330 0.317772 0.0558429 0.256826 0.194665 0.322529 0.487675 0.520672 1.75348 0 -2213.29 0.501174 -2212.8 1 -2213.32
-2350 0.336471 0.058994 0.125201 0.0813742 0.337252 0.505663 0.5149 1.74235 0 -2213.33 0.494492 -2212.82 1 -2213.34
-2370 0.0805508 0.0152189 0.0341883 0.0511 0.0823245 0.510855 0.510463 1.75083 0 -2213.34 0.492865 -2212.83 1 -2213.34
-2390 0.0429446 0.00673354 0.0202532 0.0185028 0.0428344 0.510144 0.510179 1.74345 0 -2213.34 0.502622 -2212.83 1 -2213.34
-2410 0.0184443 0.00219776 0.0101706 0.00892223 0.0184911 0.5101 0.510129 1.74292 0 -2213.34 0.500302 -2212.83 1 -2213.34
-2421 0.00886008 0.00121877 0.00586663 0.00452903 0.00878744 0.510097 0.510113 1.7427 0 -2213.34 0.499429 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2421 0.00878744 0.00121877 0.00586663 0.00452903 0.00878744 0.510097 0.510113 1.7427 0 -2213.34 0.499429 -2212.83 1 -2213.34
-2422 0.00878744 0.00121877 0.00586663 0.00452903 0.00878744 0.510097 0.510113 1.7427 0 -2213.34 0.499429 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2350 1.04273 0.240655 0.33614 0.50825 1.04401 0.527557 0.526184 1.76274 0 -2213.29 0.5 -2212.76 1 -2213.28
-2370 1.0426 0.240629 0.336119 0.508207 1.04388 0.527551 0.526179 1.76274 0 -2213.29 0.5 -2212.76 1 -2213.28
-2390 1.03932 0.239956 0.335588 0.507101 1.0406 0.52741 0.526059 1.76273 0 -2213.29 0.500007 -2212.76 1 -2213.28
-2410 0.978793 0.227464 0.32599 0.486861 0.980188 0.524858 0.523892 1.76246 0 -2213.29 0.50013 -2212.76 1 -2213.29
-2430 0.371763 0.0583308 0.256947 0.300972 0.37612 0.504695 0.507551 1.75915 0 -2213.29 0.502365 -2212.79 1 -2213.29
-2450 0.338848 0.0691689 0.122243 0.180359 0.338853 0.5096 0.51009 1.74028 0 -2213.33 0.501023 -2212.82 1 -2213.33
-2470 0.092183 0.0202091 0.0318257 0.0591619 0.0945665 0.511374 0.510966 1.75436 0 -2213.34 0.491425 -2212.83 1 -2213.34
-2490 0.0963363 0.0144314 0.0440435 0.0324312 0.0971622 0.510364 0.510383 1.74148 0 -2213.34 0.503903 -2212.83 1 -2213.34
-2510 0.0405848 0.0036363 0.0186432 0.0156764 0.0407552 0.510144 0.510144 1.74223 0 -2213.34 0.500904 -2212.83 1 -2213.34
-2526 0.00967745 0.00195758 0.00385858 0.00407659 0.0101524 0.510119 0.510118 1.74224 0 -2213.34 0.500749 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2526 0.0101524 0.00221708 0.00385858 0.00407659 0.0101524 0.510119 0.510118 1.74224 0 -2213.34 0.500749 -2212.83 1 -2213.34
-2546 0.0101522 0.00221703 0.0038585 0.00407655 0.0101522 0.510119 0.510118 1.74224 0 -2213.34 0.500749 -2212.83 1 -2213.34
-2566 0.0101476 0.00221581 0.00385645 0.00407535 0.0101476 0.510119 0.510118 1.74224 0 -2213.34 0.500749 -2212.83 1 -2213.34
-2586 0.010062 0.002193 0.00381945 0.0040536 0.010062 0.510119 0.510117 1.74224 0 -2213.34 0.500743 -2212.83 1 -2213.34
-2590 0.00999691 0.00217513 0.00379201 0.00403716 0.00999691 0.510119 0.510117 1.74225 0 -2213.34 0.500738 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2100 10.2118 6.13448 0.333398 0.691047 10.5287 4.03029 1.49548 1.966 0 -2213.31 0.5 -2209.28 1 -2210.77
-2120 10.2084 6.13211 0.333377 0.690971 10.5254 4.0297 1.4949 1.966 0 -2213.31 0.5 -2209.28 1 -2210.77
-2140 10.1208 6.07103 0.332855 0.689008 10.4416 4.0146 1.47985 1.96601 0 -2213.31 0.499998 -2209.29 1 -2210.77
-2160 8.62177 5.00813 0.323257 0.652413 9.01598 3.75933 1.22555 1.96694 0 -2213.31 0.500016 -2209.55 1 -2210.77
-2180 2.95223 1.29528 0.236832 0.265951 0.265951 2.52594 0 2.08787 0 -2213.31 0.507924 -2210.88 1 -2210.79
-2200 0.960646 0.349523 0.173565 0.203147 0.203147 2.52524 0 2.24095 0 -2213.32 0.505671 -2211.35 1 -2210.79
-2220 0.405569 0.059463 0.103759 0.131658 0.131658 2.52247 0 2.23822 0 -2213.33 0.490478 -2211.49 1 -2210.81
-2240 0.358252 0.105699 0.0522881 0.0680958 0.0680958 2.51896 0 2.23869 0 -2213.34 0.4963 -2211.42 1 -2210.82
-2260 0.135058 0.0667444 0.0406034 0.0494972 0.0494972 2.51864 0 2.25231 0 -2213.34 0.499907 -2211.41 1 -2210.82
-2280 0.119565 0.0661889 0.0256169 0.0313619 0.0313619 2.51823 0 2.25889 0 -2213.34 0.500182 -2211.41 1 -2210.82
-2300 0.0842853 0.0464771 0.0212474 0.0260478 0.0260478 2.51814 0 2.26099 0 -2213.34 0.500128 -2211.41 1 -2210.82
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2300 0.0842853 0.0464771 0.0212474 0.0260478 0.0260478 2.51814 0 2.26099 0 -2213.34 0.500128 -2211.41 1 -2210.82
-2320 0.0842666 0.0464656 0.0212473 0.0260477 0.0260477 2.51814 0 2.26099 0 -2213.34 0.500128 -2211.41 1 -2210.82
-2340 0.0837842 0.04617 0.0212455 0.0260455 0.0260455 2.51814 0 2.26099 0 -2213.34 0.500128 -2211.41 1 -2210.82
-2360 0.074964 0.0407291 0.0212113 0.026004 0.026004 2.51814 0 2.26102 0 -2213.34 0.500131 -2211.41 1 -2210.82
-2380 0.0367864 0.0172307 0.0205054 0.025147 0.025147 2.51813 0 2.26154 0 -2213.34 0.500166 -2211.41 1 -2210.82
-2400 0.0514076 0.0285844 0.0112449 0.013903 0.013903 2.518 0 2.26706 0 -2213.34 0.500245 -2211.41 1 -2210.82
-2415 0.00956962 0.0017633 0.00710127 0.00887173 0.00887173 2.51796 0 2.26996 0 -2213.34 0.500288 -2211.42 1 -2210.82
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2250 1.02668 0.231587 0.333398 0.402399 1.02688 0.535566 0.523543 1.74202 0 -2213.31 0.5 -2212.77 1 -2213.3
-2270 1.02655 0.231563 0.333377 0.402367 1.02675 0.53556 0.523538 1.74202 0 -2213.31 0.5 -2212.77 1 -2213.3
-2290 1.02324 0.230939 0.332855 0.401554 1.02344 0.535423 0.523408 1.74201 0 -2213.31 0.499999 -2212.77 1 -2213.3
-2310 0.962197 0.219348 0.323371 0.386758 0.962414 0.532957 0.521076 1.74185 0 -2213.31 0.499974 -2212.78 1 -2213.3
-2330 0.347275 0.0608878 0.240338 0.268402 0.347942 0.514008 0.503436 1.74059 0 -2213.31 0.49951 -2212.8 1 -2213.3
-2350 0.343751 0.0639803 0.121885 0.113218 0.344074 0.510887 0.511593 1.74046 0 -2213.33 0.496403 -2212.82 1 -2213.33
-2370 0.0799157 0.0136883 0.0704584 0.0605622 0.0798817 0.510054 0.510156 1.74531 0 -2213.34 0.49861 -2212.83 1 -2213.34
-2390 0.0325862 0.00467598 0.0301488 0.0250515 0.0325966 0.510002 0.510065 1.74339 0 -2213.34 0.501291 -2212.83 1 -2213.34
-2410 0.0277898 0.00427192 0.0193737 0.0205939 0.0278062 0.510058 0.510069 1.74283 0 -2213.34 0.49996 -2212.83 1 -2213.34
-2430 0.0115472 0.00143779 0.00458108 0.00554618 0.0115587 0.510099 0.510098 1.74269 0 -2213.34 0.499944 -2212.83 1 -2213.34
-2431 0.00579851 0.000650075 0.00316633 0.00318128 0.00582033 0.510098 0.510097 1.74268 0 -2213.34 0.499946 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2431 0.00582033 0.000700972 0.00316633 0.00318128 0.00582033 0.510098 0.510097 1.74268 0 -2213.34 0.499946 -2212.83 1 -2213.34
-2432 0.00582033 0.000700972 0.00316633 0.00318128 0.00582033 0.510098 0.510097 1.74268 0 -2213.34 0.499946 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2400 10.2235 6.14088 0.333398 0.56094 10.5304 4.06096 1.54124 1.96552 0 -2213.31 0.5 -2209.25 1 -2210.79
-2420 10.2201 6.1385 0.333377 0.560886 10.5271 4.06037 1.54065 1.96552 0 -2213.31 0.5 -2209.25 1 -2210.79
-2440 10.1323 6.07713 0.332855 0.559496 10.4429 4.04524 1.52554 1.96552 0 -2213.31 0.5 -2209.26 1 -2210.79
-2460 8.62948 5.00926 0.323257 0.533608 9.01248 3.78943 1.27028 1.96637 0 -2213.31 0.500041 -2209.52 1 -2210.79
-2480 2.97111 1.29084 0.236868 0.275829 0.275829 2.51426 0 2.08784 0 -2213.31 0.507861 -2210.86 1 -2210.8
-2500 0.959443 0.351175 0.173619 0.172681 0.172681 2.51292 0 2.24331 0 -2213.32 0.50556 -2211.33 1 -2210.81
-2520 0.38588 0.0603714 0.103802 0.0912192 0.0912192 2.51462 0 2.24375 0 -2213.33 0.491583 -2211.47 1 -2210.81
-2540 0.288587 0.0726165 0.0538558 0.0609574 0.0609574 2.51719 0 2.24671 0 -2213.34 0.497432 -2211.41 1 -2210.82
-2560 0.202676 0.106656 0.0382176 0.0309593 0.0309593 2.51749 0 2.26086 0 -2213.34 0.500857 -2211.41 1 -2210.82
-2580 0.0429794 0.0221957 0.0299599 0.0238534 0.0238534 2.51766 0 2.26336 0 -2213.34 0.500746 -2211.41 1 -2210.82
-2600 0.0322687 0.0175135 0.015823 0.0127789 0.0127789 2.51787 0 2.26631 0 -2213.34 0.499901 -2211.42 1 -2210.82
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2600 0.0322687 0.0175135 0.015823 0.0127789 0.0127789 2.51787 0 2.26631 0 -2213.34 0.499901 -2211.42 1 -2210.82
-2620 0.0322623 0.0175093 0.0158229 0.0127789 0.0127789 2.51787 0 2.26631 0 -2213.34 0.499901 -2211.42 1 -2210.82
-2640 0.0320965 0.0174025 0.0158215 0.0127778 0.0127778 2.51787 0 2.26631 0 -2213.34 0.499902 -2211.42 1 -2210.82
-2660 0.0290885 0.0154397 0.0157959 0.0127563 0.0127563 2.51787 0 2.26634 0 -2213.34 0.499906 -2211.42 1 -2210.82
-2680 0.0155258 0.00477329 0.0153023 0.0123506 0.0123506 2.51787 0 2.26679 0 -2213.34 0.499984 -2211.42 1 -2210.82
-2700 0.0211868 0.0104682 0.00817366 0.00669815 0.00669815 2.51792 0 2.27114 0 -2213.34 0.500275 -2211.42 1 -2210.82
-2705 0.00670979 0.00350172 0.00300281 0.00258959 0.00258959 2.51794 0 2.2734 0 -2213.34 0.500053 -2211.42 1 -2210.82
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2550 1.07249 0.264594 0.333398 0.740445 1.07301 0.55072 0.49949 1.74628 0 -2213.31 0.5 -2212.76 1 -2213.26
-2570 1.07236 0.264567 0.333377 0.740341 1.07287 0.550714 0.499486 1.74628 0 -2213.31 0.5 -2212.76 1 -2213.26
-2590 1.06883 0.263852 0.332855 0.737674 1.06935 0.550563 0.499399 1.74626 0 -2213.31 0.500002 -2212.76 1 -2213.26
-2610 1.00377 0.250543 0.323364 0.688819 1.00431 0.547846 0.497813 1.74601 0 -2213.31 0.500031 -2212.76 1 -2213.26
-2630 0.364976 0.0625081 0.239814 0.325576 0.366173 0.527038 0.484594 1.74336 0 -2213.31 0.500503 -2212.79 1 -2213.27
-2650 0.382696 0.0730307 0.125706 0.244586 0.382887 0.515802 0.504716 1.74258 0 -2213.33 0.499732 -2212.82 1 -2213.32
-2670 0.104285 0.0162542 0.0376625 0.0582349 0.106022 0.511355 0.510917 1.75709 0 -2213.34 0.50184 -2212.83 1 -2213.34
-2690 0.0616293 0.00845784 0.0222288 0.0530301 0.0634796 0.510718 0.510407 1.75285 0 -2213.34 0.502132 -2212.83 1 -2213.34
-2710 0.0256004 0.00437569 0.00763475 0.0256004 0.0219846 0.510215 0.510159 1.74627 0 -2213.34 0.501154 -2212.83 1 -2213.34
-2730 0.00960281 0.00140235 0.00304618 0.00745891 0.00973351 0.510142 0.510128 1.74469 0 -2213.34 0.500025 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2730 0.00973351 0.0016775 0.00304618 0.00745891 0.00973351 0.510142 0.510128 1.74469 0 -2213.34 0.500025 -2212.83 1 -2213.34
-2731 0.00973351 0.0016775 0.00304618 0.00745891 0.00973351 0.510142 0.510128 1.74469 0 -2213.34 0.500025 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2700 10.4043 6.30602 0.333398 0.712523 10.6906 4.14369 1.62341 2.00092 0 -2213.31 0.5 -2209.16 1 -2210.79
-2720 10.4008 6.30356 0.333377 0.712453 10.6872 4.14308 1.6228 2.00092 0 -2213.31 0.5 -2209.16 1 -2210.79
-2740 10.3102 6.24014 0.332855 0.710664 10.6 4.1274 1.60719 2.00091 0 -2213.31 0.500002 -2209.18 1 -2210.79
-2760 8.76124 5.13831 0.323254 0.677236 9.11961 3.8629 1.34375 2.00163 0 -2213.31 0.500076 -2209.45 1 -2210.79
-2780 3.03032 1.32078 0.236853 0.270629 0.270629 2.50926 0 2.12106 0 -2213.31 0.508274 -2210.81 1 -2210.8
-2800 0.959411 0.341284 0.173572 0.157402 0.157402 2.51044 0 2.2733 0 -2213.32 0.507033 -2211.3 1 -2210.81
-2820 0.383219 0.0557002 0.103892 0.0832242 0.0832242 2.51371 0 2.26292 0 -2213.33 0.49384 -2211.46 1 -2210.81
-2840 0.298419 0.0764882 0.0533911 0.0445197 0.0445197 2.51688 0 2.25172 0 -2213.34 0.497224 -2211.42 1 -2210.82
-2860 0.102174 0.0499693 0.0410915 0.028773 0.028773 2.5172 0 2.26291 0 -2213.34 0.500215 -2211.41 1 -2210.82
-2880 0.088089 0.0494011 0.0259378 0.0180907 0.0180907 2.51764 0 2.26622 0 -2213.34 0.500173 -2211.41 1 -2210.82
-2900 0.024413 0.00815881 0.024413 0.0170138 0.0170138 2.51768 0 2.26655 0 -2213.34 0.500154 -2211.41 1 -2210.82
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2900 0.024413 0.00815881 0.024413 0.0170138 0.0170138 2.51768 0 2.26655 0 -2213.34 0.500154 -2211.41 1 -2210.82
-2920 0.024413 0.00815732 0.024413 0.0170137 0.0170137 2.51768 0 2.26655 0 -2213.34 0.500154 -2211.41 1 -2210.82
-2940 0.0244109 0.00811882 0.0244109 0.0170123 0.0170123 2.51768 0 2.26655 0 -2213.34 0.500154 -2211.41 1 -2210.82
-2960 0.024372 0.00741607 0.024372 0.0169854 0.0169854 2.51768 0 2.26656 0 -2213.34 0.500153 -2211.41 1 -2210.82
-2980 0.0236779 0.00193974 0.0236779 0.0165065 0.0165065 2.51769 0 2.26673 0 -2213.34 0.500151 -2211.41 1 -2210.82
-3000 0.0125045 0.00465071 0.0125045 0.00879737 0.00879737 2.51787 0 2.27026 0 -2213.34 0.500225 -2211.42 1 -2210.82
-3003 0.00734388 0.00280677 0.00696948 0.00497533 0.00497533 2.51792 0 2.27235 0 -2213.34 0.500255 -2211.42 1 -2210.82
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2850 1.02576 0.227789 0.333398 0.520132 1.02731 0.547543 0.502429 1.72979 0 -2213.31 0.5 -2212.76 1 -2213.26
-2870 1.02564 0.227765 0.333377 0.5201 1.02719 0.547538 0.502424 1.72979 0 -2213.31 0.5 -2212.76 1 -2213.26
-2890 1.02243 0.227154 0.332855 0.519286 1.02399 0.547401 0.502311 1.72979 0 -2213.31 0.499998 -2212.76 1 -2213.26
-2910 0.963356 0.215807 0.323376 0.504337 0.964997 0.544937 0.500275 1.72976 0 -2213.31 0.499959 -2212.76 1 -2213.26
-2930 0.36698 0.0621231 0.240717 0.339068 0.370777 0.525273 0.486264 1.73106 0 -2213.31 0.499259 -2212.79 1 -2213.27
-2950 0.325242 0.0658099 0.120377 0.174695 0.325454 0.514627 0.506087 1.74593 0 -2213.33 0.498612 -2212.82 1 -2213.32
-2970 0.0833702 0.0131246 0.0364962 0.0514897 0.0875782 0.511304 0.510779 1.75544 0 -2213.34 0.504295 -2212.83 1 -2213.34
-2990 0.0672459 0.0101732 0.0292887 0.0479851 0.0672612 0.510291 0.51028 1.74401 0 -2213.34 0.499509 -2212.83 1 -2213.34
-3010 0.0280737 0.00215786 0.0131924 0.0280737 0.0239316 0.510147 0.510129 1.74333 0 -2213.34 0.499514 -2212.83 1 -2213.34
-3018 0.00859213 0.000860339 0.00413808 0.00492247 0.00861342 0.510123 0.510119 1.74332 0 -2213.34 0.499622 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-3018 0.00861342 0.000859006 0.00413808 0.00492247 0.00861342 0.510123 0.510119 1.74332 0 -2213.34 0.499622 -2212.83 1 -2213.34
-3019 0.00861342 0.000859006 0.00413808 0.00492247 0.00861342 0.510123 0.510119 1.74332 0 -2213.34 0.499622 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-3000 9.69974 5.72119 0.333398 1.03445 10.0369 3.86161 1.31734 1.9417 0 -2213.31 0.5 -2209.45 1 -2210.76
-3020 9.69666 5.71904 0.333377 1.0343 10.034 3.86108 1.31682 1.9417 0 -2213.31 0.5 -2209.45 1 -2210.76
-3040 9.61772 5.66395 0.332855 1.03046 9.95898 3.84745 1.30333 1.9417 0 -2213.31 0.5 -2209.46 1 -2210.76
-3060 8.2604 4.70104 0.323267 0.958844 8.67957 3.61585 1.07424 1.94241 0 -2213.31 0.500054 -2209.69 1 -2210.77
-3080 2.82078 1.21278 0.237028 0.30613 0.30613 2.5258 0 2.0574 0 -2213.31 0.508181 -2210.96 1 -2210.79
-3100 0.948828 0.346323 0.173671 0.193772 0.193772 2.52607 0 2.21131 0 -2213.32 0.505566 -2211.41 1 -2210.79
-3120 0.407957 0.0602332 0.103631 0.140457 0.140457 2.52346 0 2.2191 0 -2213.33 0.488574 -2211.55 1 -2210.8
-3140 0.364612 0.102646 0.0523422 0.108106 0.108106 2.51928 0 2.23191 0 -2213.34 0.494133 -2211.44 1 -2210.82
-3160 0.137524 0.0697319 0.0405944 0.0516647 0.0516647 2.51879 0 2.2475 0 -2213.34 0.49884 -2211.42 1 -2210.82
-3180 0.121252 0.0666785 0.0256245 0.0323847 0.0323847 2.51829 0 2.25652 0 -2213.34 0.499961 -2211.42 1 -2210.82
-3200 0.0858341 0.047264 0.0212534 0.0268825 0.0268825 2.51818 0 2.25906 0 -2213.34 0.499925 -2211.42 1 -2210.82
-Climbing replica = 3
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-3200 0.0858341 0.047264 0.0212534 0.0268825 0.0268825 2.51818 0 2.25906 0 -2213.34 0.499925 -2211.42 1 -2210.82
-3220 0.0858151 0.0472524 0.0212533 0.0268824 0.0268824 2.51818 0 2.25906 0 -2213.34 0.499925 -2211.42 1 -2210.82
-3240 0.085325 0.0469521 0.0212515 0.0268802 0.0268802 2.51818 0 2.25906 0 -2213.34 0.499925 -2211.42 1 -2210.82
-3260 0.0763647 0.0414249 0.0212174 0.0268374 0.0268374 2.51818 0 2.25909 0 -2213.34 0.499928 -2211.42 1 -2210.82
-3280 0.0373586 0.0171503 0.0205115 0.0259547 0.0259547 2.51817 0 2.25968 0 -2213.34 0.499969 -2211.42 1 -2210.82
-3300 0.0525021 0.0291791 0.0112418 0.0143847 0.0143847 2.51801 0 2.26611 0 -2213.34 0.500148 -2211.42 1 -2210.82
-3315 0.00985993 0.00176473 0.00709388 0.00921546 0.00921546 2.51797 0 2.2694 0 -2213.34 0.500243 -2211.42 1 -2210.82
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2450 0.993099 0.219189 0.402399 0.299713 0.993099 0.511368 0.52034 1.77348 0 -2213.3 0.5 -2212.78 1 -2213.3
-2470 0.992973 0.219166 0.402367 0.299694 0.992974 0.511363 0.520335 1.77348 0 -2213.3 0.5 -2212.78 1 -2213.3
-2490 0.989734 0.218563 0.401554 0.299222 0.989735 0.511243 0.520205 1.77347 0 -2213.3 0.499999 -2212.78 1 -2213.3
-2510 0.929951 0.207363 0.386757 0.290671 0.929952 0.50909 0.51786 1.77329 0 -2213.3 0.499981 -2212.79 1 -2213.3
-2530 0.311709 0.0591171 0.26832 0.219457 0.311721 0.49341 0.500071 1.77158 0 -2213.3 0.499654 -2212.81 1 -2213.31
-2550 0.329861 0.0581088 0.116527 0.112332 0.329932 0.509482 0.507808 1.75105 0 -2213.33 0.501354 -2212.82 1 -2213.33
-2570 0.0732634 0.0107974 0.0723075 0.024869 0.0737527 0.509227 0.510943 1.75093 0 -2213.34 0.502102 -2212.83 1 -2213.34
-2590 0.0537147 0.00771337 0.0204217 0.0153442 0.0537729 0.510146 0.510177 1.74063 0 -2213.34 0.498757 -2212.83 1 -2213.34
-2610 0.0165172 0.0013944 0.00731875 0.0072276 0.0165148 0.510092 0.510095 1.74163 0 -2213.34 0.499642 -2212.83 1 -2213.34
-2620 0.00850767 0.00125434 0.00334355 0.0041602 0.00855944 0.510094 0.510092 1.74235 0 -2213.34 0.500172 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2620 0.00855944 0.00125026 0.00334355 0.0041602 0.00855944 0.510094 0.510092 1.74235 0 -2213.34 0.500172 -2212.83 1 -2213.34
-2621 0.00855944 0.00125026 0.00334355 0.0041602 0.00855944 0.510094 0.510092 1.74235 0 -2213.34 0.500172 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2700 1.06077 0.264354 0.402399 0.530036 1.06107 0.538798 0.471977 1.76907 0 -2213.3 0.5 -2212.76 1 -2213.23
-2720 1.06064 0.264327 0.402367 0.530007 1.06094 0.538793 0.471973 1.76907 0 -2213.3 0.5 -2212.76 1 -2213.23
-2740 1.05725 0.263625 0.401554 0.529265 1.05755 0.538653 0.47185 1.76905 0 -2213.3 0.500004 -2212.76 1 -2213.23
-2760 0.994796 0.250596 0.386764 0.515813 0.99511 0.536133 0.469656 1.76872 0 -2213.3 0.500086 -2212.76 1 -2213.23
-2780 0.404941 0.0701096 0.268704 0.404941 0.370314 0.516704 0.455927 1.76436 0 -2213.3 0.501563 -2212.78 1 -2213.24
-2800 0.337868 0.0612732 0.107069 0.176834 0.33791 0.515031 0.499538 1.75826 0 -2213.33 0.504663 -2212.82 1 -2213.32
-2820 0.0855987 0.0138592 0.0699199 0.0737132 0.0872703 0.51004 0.510006 1.76565 0 -2213.34 0.501259 -2212.83 1 -2213.34
-2840 0.0807166 0.011249 0.0360377 0.0510638 0.0808097 0.510304 0.510123 1.74392 0 -2213.34 0.500983 -2212.83 1 -2213.34
-2860 0.0153061 0.00168927 0.0106301 0.0153061 0.0154766 0.510175 0.510069 1.74465 0 -2213.34 0.500234 -2212.83 1 -2213.34
-2874 0.00846157 0.000819037 0.00367138 0.0076394 0.00846576 0.510119 0.510095 1.74353 0 -2213.34 0.499829 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2874 0.00846576 0.000818596 0.00367138 0.0076394 0.00846576 0.510119 0.510095 1.74353 0 -2213.34 0.499829 -2212.83 1 -2213.34
-2875 0.00846576 0.000818596 0.00367138 0.0076394 0.00846576 0.510119 0.510095 1.74353 0 -2213.34 0.499829 -2212.83 1 -2213.34
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-2950 1.01375 0.227712 0.402399 0.410782 1.01377 0.519697 0.490944 1.8246 0 -2213.3 0.5 -2212.78 1 -2213.27
-2970 1.01362 0.227687 0.402367 0.410747 1.01364 0.519693 0.490939 1.8246 0 -2213.3 0.5 -2212.78 1 -2213.27
-2990 1.0103 0.227052 0.401554 0.409841 1.01032 0.519567 0.490814 1.82458 0 -2213.3 0.500003 -2212.78 1 -2213.27
-3010 0.949127 0.215248 0.386756 0.393552 0.949146 0.517305 0.48857 1.82413 0 -2213.3 0.500056 -2212.78 1 -2213.27
-3030 0.326309 0.061663 0.268408 0.297216 0.326309 0.500699 0.472314 1.81726 0 -2213.3 0.501038 -2212.8 1 -2213.27
-3050 0.332946 0.0600054 0.114537 0.162865 0.334055 0.510685 0.500574 1.75605 0 -2213.33 0.50719 -2212.82 1 -2213.32
-3070 0.0722203 0.0108067 0.0711354 0.0293276 0.0731129 0.509283 0.510779 1.75008 0 -2213.34 0.501912 -2212.83 1 -2213.34
-3090 0.0609731 0.00929441 0.024278 0.0415373 0.0610094 0.510177 0.510156 1.74196 0 -2213.34 0.498623 -2212.83 1 -2213.34
-3110 0.0251509 0.00200643 0.0082557 0.0251509 0.0201462 0.5101 0.510081 1.7422 0 -2213.34 0.49985 -2212.83 1 -2213.34
-3117 0.00864358 0.0009868 0.00355548 0.00864358 0.00832143 0.510096 0.510086 1.74244 0 -2213.34 0.500287 -2212.83 1 -2213.34
-Climbing replica = 2
-Step MaxReplicaForce MaxAtomForce GradV0 GradV1 GradVc EBF EBR RDT RD1 PE1 RD2 PE2 ... RDN PEN
-3117 0.00864358 0.00115856 0.00355548 0.00864358 0.00832143 0.510096 0.510086 1.74244 0 -2213.34 0.500287 -2212.83 1 -2213.34
-3118 0.00864358 0.00115856 0.00355548 0.00864358 0.00832143 0.510096 0.510086 1.74244 0 -2213.34 0.500287 -2212.83 1 -2213.34
diff --git a/src/ASPHERE/pair_gayberne.h b/src/ASPHERE/pair_gayberne.h
index 863fa927a..5bede2828 100644
--- a/src/ASPHERE/pair_gayberne.h
+++ b/src/ASPHERE/pair_gayberne.h
@@ -1,106 +1,106 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(gayberne,PairGayBerne)
#else
#ifndef LMP_PAIR_GAYBERNE_H
#define LMP_PAIR_GAYBERNE_H
#include "pair.h"
namespace LAMMPS_NS {
class PairGayBerne : public Pair {
public:
PairGayBerne(LAMMPS *lmp);
virtual ~PairGayBerne();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
protected:
enum{SPHERE_SPHERE,SPHERE_ELLIPSE,ELLIPSE_SPHERE,ELLIPSE_ELLIPSE};
double cut_global;
double **cut;
double gamma,upsilon,mu; // Gay-Berne parameters
double **shape1; // per-type radii in x, y and z
double **shape2; // per-type radii in x, y and z SQUARED
double *lshape; // precalculation based on the shape
double **well; // well depth scaling along each axis ^ -1.0/mu
double **epsilon,**sigma; // epsilon and sigma values for atom-type pairs
int **form;
double **lj1,**lj2,**lj3,**lj4;
double **offset;
int *setwell;
class AtomVecEllipsoid *avec;
void allocate();
double gayberne_analytic(const int i, const int j, double a1[3][3],
double a2[3][3], double b1[3][3], double b2[3][3],
double g1[3][3], double g2[3][3], double *r12,
const double rsq, double *fforce, double *ttor,
double *rtor);
double gayberne_lj(const int i, const int j, double a1[3][3],
double b1[3][3],double g1[3][3],double *r12,
const double rsq, double *fforce, double *ttor);
void compute_eta_torque(double m[3][3], double m2[3][3],
double *s, double ans[3][3]);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Pair gayberne requires atom style ellipsoid
-
-Self-explanatory.
-
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
+E: Pair gayberne requires atom style ellipsoid
+
+Self-explanatory.
+
E: Pair gayberne requires atoms with same type have same shape
Self-explanatory.
E: Pair gayberne epsilon a,b,c coeffs are not all set
Each atom type involved in pair_style gayberne must
have these 3 coefficients set at least once.
E: Bad matrix inversion in mldivide3
This error should not occur unless the matrix is badly formed.
*/
diff --git a/src/ASPHERE/pair_line_lj.h b/src/ASPHERE/pair_line_lj.h
index 84dee8ff9..7d99e836f 100644
--- a/src/ASPHERE/pair_line_lj.h
+++ b/src/ASPHERE/pair_line_lj.h
@@ -1,80 +1,80 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(line/lj,PairLineLJ)
#else
#ifndef LMP_PAIR_LINE_LJ_H
#define LMP_PAIR_LINE_LJ_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLineLJ : public Pair {
public:
PairLineLJ(class LAMMPS *);
virtual ~PairLineLJ();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
double init_one(int, int);
protected:
double cut_global;
double **cut;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4;
class AtomVecLine *avec;
struct Discrete {
double dx,dy;
double sigma;
};
Discrete *discrete; // list of all discretes for all lines
int ndiscrete; // number of discretes in list
int dmax; // allocated size of discrete list
int *dnum; // number of discretes per line, 0 if uninit
int *dfirst; // index of first discrete per each line
int nmax; // allocated size of dnum,dfirst vectors
void allocate();
void discretize(int, double);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Pair line/lj requires atom style line
-
-Self-explanatory.
-
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
+E: Pair line/lj requires atom style line
+
+Self-explanatory.
+
*/
diff --git a/src/ASPHERE/pair_resquared.h b/src/ASPHERE/pair_resquared.h
index bf2abc1b7..936920884 100644
--- a/src/ASPHERE/pair_resquared.h
+++ b/src/ASPHERE/pair_resquared.h
@@ -1,131 +1,131 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(resquared,PairRESquared)
#else
#ifndef LMP_PAIR_RESQUARED_H
#define LMP_PAIR_RESQUARED_H
#include "pair.h"
namespace LAMMPS_NS {
class PairRESquared : public Pair {
public:
PairRESquared(LAMMPS *lmp);
virtual ~PairRESquared();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
protected:
enum{SPHERE_SPHERE,SPHERE_ELLIPSE,ELLIPSE_SPHERE,ELLIPSE_ELLIPSE};
double cut_global;
double **cut;
double **shape1; // per-type radii in x, y and z
double **shape2; // per-type radii in x, y and z SQUARED
double *lshape; // product of the radii
double **well; // well depth scaling along each axis
double **epsilon,**sigma; // epsilon and sigma values for atom-type pairs
int **form;
double **lj1,**lj2,**lj3,**lj4;
double **offset;
int *setwell;
class AtomVecEllipsoid *avec;
// per-particle temporaries for RE-squared calculation
struct RE2Vars {
// per particle precomputations for energy, force, torque
double A[3][3]; // Rotation matrix (lab->body)
double aTe[3][3]; // A'*E
double gamma[3][3]; // A'*S^2*A
// per particle precomputations for torque
double sa[3][3]; // S^2*A;
double lA[3][3][3]; // -A*rotation generator (x,y, or z)
double lAtwo[3][3][3]; // A'*S^2*lA
double lAsa[3][3][3]; // lAtwo+lA'*sa
};
void allocate();
void precompute_i(const int i,RE2Vars &ws);
double det_prime(const double m[3][3], const double m2[3][3]);
double resquared_analytic(const int i, const int j,
const RE2Vars &wi, const RE2Vars &wj,
const double *r, const double rsq,
double *fforce, double *ttor,
double *rtor);
double resquared_lj(const int i, const int j, const RE2Vars &wi,
const double *r, const double rsq, double *fforce,
double *ttor, bool calc_torque);
double cr60; // 60^1/3
double b_alpha; // 45/56
double solv_f_a; // 3.0/(4.0*PI*-36)
double solv_f_r; // 3.0/(4.0*PI*2025)
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Pair resquared requires atom style ellipsoid
-
-Self-explanatory.
-
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
+E: Pair resquared requires atom style ellipsoid
+
+Self-explanatory.
+
E: Pair resquared requires atoms with same type have same shape
Self-explanatory.
E: Pair resquared epsilon a,b,c coeffs are not all set
Self-explanatory.
E: Pair resquared epsilon and sigma coeffs are not all set
Self-explanatory.
E: Bad matrix inversion in mldivide3
This error should not occur unless the matrix is badly formed.
*/
diff --git a/src/ASPHERE/pair_tri_lj.h b/src/ASPHERE/pair_tri_lj.h
index 2b205c4f3..287484887 100644
--- a/src/ASPHERE/pair_tri_lj.h
+++ b/src/ASPHERE/pair_tri_lj.h
@@ -1,80 +1,80 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(tri/lj,PairTriLJ)
#else
#ifndef LMP_PAIR_TRI_LJ_H
#define LMP_PAIR_TRI_LJ_H
#include "pair.h"
namespace LAMMPS_NS {
class PairTriLJ : public Pair {
public:
PairTriLJ(class LAMMPS *);
virtual ~PairTriLJ();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
double init_one(int, int);
protected:
double cut_global;
double **cut;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4;
class AtomVecTri *avec;
struct Discrete {
double dx,dy,dz;
double sigma;
};
Discrete *discrete; // list of all discretes for all lines
int ndiscrete; // number of discretes in list
int dmax; // allocated size of discrete list
int *dnum; // number of discretes per line, 0 if uninit
int *dfirst; // index of first discrete per each line
int nmax; // allocated size of dnum,dfirst vectors
void allocate();
void discretize(int, double, double *, double *, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Pair tri/lj requires atom style tri
-
-Self-explanatory.
-
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
+E: Pair tri/lj requires atom style tri
+
+Self-explanatory.
+
*/
diff --git a/src/BODY/body_nparticle.cpp b/src/BODY/body_nparticle.cpp
index 6d3ceecac..9869220a9 100644
--- a/src/BODY/body_nparticle.cpp
+++ b/src/BODY/body_nparticle.cpp
@@ -1,201 +1,209 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "stdlib.h"
#include "body_nparticle.h"
#include "math_extra.h"
#include "atom_vec_body.h"
#include "atom.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
#define EPSILON 1.0e-7
/* ---------------------------------------------------------------------- */
BodyNparticle::BodyNparticle(LAMMPS *lmp, int narg, char **arg) :
Body(lmp, narg, arg)
{
if (narg != 3) error->all(FLERR,"Invalid body nparticle command");
int nmin = atoi(arg[1]);
int nmax = atoi(arg[2]);
if (nmin <= 0 || nmin > nmax)
error->all(FLERR,"Invalid body nparticle command");
size_forward = 0;
size_border = 1 + 3*nmax;
}
/* ---------------------------------------------------------------------- */
int BodyNparticle::nsub(AtomVecBody::Bonus *bonus)
{
return bonus->ivalue[0];
}
/* ---------------------------------------------------------------------- */
double *BodyNparticle::coords(AtomVecBody::Bonus *bonus)
{
return bonus->dvalue;
}
/* ---------------------------------------------------------------------- */
int BodyNparticle::pack_border_body(AtomVecBody::Bonus *bonus, double *buf)
{
int nsub = bonus->ivalue[0];
buf[0] = nsub;
memcpy(&buf[1],bonus->dvalue,3*nsub*sizeof(double));
return 1+3*nsub;
}
/* ---------------------------------------------------------------------- */
int BodyNparticle::unpack_border_body(AtomVecBody::Bonus *bonus, double *buf)
{
int nsub = static_cast<int> (buf[0]);
bonus->ivalue[0] = nsub;
memcpy(bonus->dvalue,&buf[1],3*nsub*sizeof(double));
return 1+3*nsub;
}
/* ----------------------------------------------------------------------
populate bonus data structure with data file values
------------------------------------------------------------------------- */
void BodyNparticle::data_body(int ibonus, int ninteger, int ndouble,
char **ifile, char **dfile)
{
AtomVecBody::Bonus *bonus = &avec->bonus[ibonus];
// error in data file if any values are NULL
for (int i = 0; i < ninteger; i++)
- if (ifile[0] == NULL) error->one(FLERR,"");
+ if (ifile[0] == NULL)
+ error->one(FLERR,"Invalid format in Bodies section of data file");
for (int i = 0; i < ndouble; i++)
- if (dfile[0] == NULL) error->one(FLERR,"");
+ if (dfile[0] == NULL)
+ error->one(FLERR,"Invalid format in Bodies section of data file");
// set ninteger, ndouble in bonus and allocate 2 vectors of ints, doubles
- if (ninteger != 1) error->one(FLERR,"");
+ if (ninteger != 1)
+ error->one(FLERR,"Incorrect # of integer values in "
+ "Bodies section of data file");
int nsub = atoi(ifile[0]);
- if (nsub < 1) error->one(FLERR,"");
- if (ndouble != 6 + 3*nsub) error->one(FLERR,"");
+ if (nsub < 1)
+ error->one(FLERR,"Incorrect integer value in "
+ "Bodies section of data file");
+ if (ndouble != 6 + 3*nsub)
+ error->one(FLERR,"Incorrect # of floating-point values in "
+ "Bodies section of data file");
bonus->ninteger = 1;
memory->create(bonus->ivalue,bonus->ninteger,"body:ivalue");
bonus->ivalue[0] = nsub;
bonus->ndouble = 3*nsub;
memory->create(bonus->dvalue,3*nsub,"body:dvalue");
// diagonalize inertia tensor
double tensor[3][3];
tensor[0][0] = atof(dfile[0]);
tensor[1][1] = atof(dfile[1]);
tensor[2][2] = atof(dfile[2]);
tensor[0][1] = tensor[1][0] = atof(dfile[3]);
tensor[0][2] = tensor[2][0] = atof(dfile[4]);
tensor[1][2] = tensor[2][1] = atof(dfile[5]);
double *inertia = bonus->inertia;
double evectors[3][3];
int ierror = MathExtra::jacobi(tensor,inertia,evectors);
if (ierror) error->one(FLERR,
"Insufficient Jacobi rotations for body nparticle");
// if any principal moment < scaled EPSILON, set to 0.0
double max;
max = MAX(inertia[0],inertia[1]);
max = MAX(max,inertia[2]);
if (inertia[0] < EPSILON*max) inertia[0] = 0.0;
if (inertia[1] < EPSILON*max) inertia[1] = 0.0;
if (inertia[2] < EPSILON*max) inertia[2] = 0.0;
// exyz_space = principal axes in space frame
double ex_space[3],ey_space[3],ez_space[3];
ex_space[0] = evectors[0][0];
ex_space[1] = evectors[1][0];
ex_space[2] = evectors[2][0];
ey_space[0] = evectors[0][1];
ey_space[1] = evectors[1][1];
ey_space[2] = evectors[2][1];
ez_space[0] = evectors[0][2];
ez_space[1] = evectors[1][2];
ez_space[2] = evectors[2][2];
// enforce 3 evectors as a right-handed coordinate system
// flip 3rd vector if needed
double cross[3];
MathExtra::cross3(ex_space,ey_space,cross);
if (MathExtra::dot3(cross,ez_space) < 0.0) MathExtra::negate3(ez_space);
// create initial quaternion
MathExtra::exyz_to_q(ex_space,ey_space,ez_space,bonus->quat);
// bonus->dvalue = sub-particle displacements in body frame
double delta[3],displace[3];
int j = 6;
int k = 0;
for (int i = 0; i < nsub; i++) {
delta[0] = atof(dfile[j]);
delta[1] = atof(dfile[j+1]);
delta[2] = atof(dfile[j+2]);
MathExtra::transpose_matvec(ex_space,ey_space,ez_space,
delta,&bonus->dvalue[k]);
j += 3;
k += 3;
}
}
/* ---------------------------------------------------------------------- */
int BodyNparticle::noutcol()
{
return 3;
}
/* ---------------------------------------------------------------------- */
int BodyNparticle::noutrow(int ibonus)
{
return avec->bonus[ibonus].ivalue[0];
}
/* ---------------------------------------------------------------------- */
void BodyNparticle::output(int ibonus, int m, double *values)
{
AtomVecBody::Bonus *bonus = &avec->bonus[ibonus];
double p[3][3];
MathExtra::quat_to_mat(bonus->quat,p);
MathExtra::matvec(p,&bonus->dvalue[3*m],values);
double *x = atom->x[bonus->ilocal];
values[0] += x[0];
values[1] += x[1];
values[2] += x[2];
}
diff --git a/src/BODY/body_nparticle.h b/src/BODY/body_nparticle.h
index 3263e3456..84dec188a 100644
--- a/src/BODY/body_nparticle.h
+++ b/src/BODY/body_nparticle.h
@@ -1,57 +1,59 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef BODY_CLASS
BodyStyle(nparticle,BodyNparticle)
#else
#ifndef LMP_BODY_NPARTICLE_H
#define LMP_BODY_NPARTICLE_H
#include "body.h"
#include "atom_vec_body.h"
namespace LAMMPS_NS {
class BodyNparticle : public Body {
public:
BodyNparticle(class LAMMPS *, int, char **);
~BodyNparticle() {}
int nsub(class AtomVecBody::Bonus *);
double *coords(class AtomVecBody::Bonus *);
int pack_border_body(class AtomVecBody::Bonus *, double *);
int unpack_border_body(class AtomVecBody::Bonus *, double *);
void data_body(int, int, int, char **, char **);
int noutrow(int);
int noutcol();
void output(int, int, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Illegal ... command
+E: Invalid body nparticle command
-Self-explanatory. Check the input script syntax and compare to the
-documentation for the command. You can use -echo screen as a
-command-line option when running LAMMPS to see the offending line.
+Arguments in atom-style command are not correct.
+
+E: Insufficient Jacobi rotations for body nparticle
+
+Eigensolve for rigid body was not sufficiently accurate.
*/
diff --git a/src/BODY/compute_body_local.h b/src/BODY/compute_body_local.h
index 6226c589f..b8adf8238 100644
--- a/src/BODY/compute_body_local.h
+++ b/src/BODY/compute_body_local.h
@@ -1,53 +1,75 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(body/local,ComputeBodyLocal)
#else
#ifndef LMP_COMPUTE_BODY_LOCAL_H
#define LMP_COMPUTE_BODY_LOCAL_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeBodyLocal : public Compute {
public:
ComputeBodyLocal(class LAMMPS *, int, char **);
~ComputeBodyLocal();
void init();
void compute_local();
double memory_usage();
private:
int nvalues;
int *which,*index;
int nmax;
double *vector;
double **array;
class AtomVecBody *avec;
class Body *bptr;
int compute_body(int);
void reallocate(int);
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+Self-explanatory. Check the input script syntax and compare to the
+documentation for the command. You can use -echo screen as a
+command-line option when running LAMMPS to see the offending line.
+
+E: Compute body/local requires atom style body
+
+Self-explanatory.
+
+E: Invalid index in compute body/local command
+
+Self-explanatory.
+
+E: Invalid index for non-body particles in compute body/local command
+
+Only indices 1,2,3 can be used for non-body particles.
+
+*/
diff --git a/src/BODY/fix_nve_body.h b/src/BODY/fix_nve_body.h
index 639e06d85..b75897362 100644
--- a/src/BODY/fix_nve_body.h
+++ b/src/BODY/fix_nve_body.h
@@ -1,41 +1,53 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(nve/body,FixNVEBody)
#else
#ifndef LMP_FIX_NVE_BODY_H
#define LMP_FIX_NVE_BODY_H
#include "fix_nve.h"
namespace LAMMPS_NS {
class FixNVEBody : public FixNVE {
public:
FixNVEBody(class LAMMPS *, int, char **);
void init();
void initial_integrate(int);
void final_integrate();
private:
double dtq;
class AtomVecBody *avec;
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Fix nve/body requires atom style body
+
+UNDOCUMENTED
+
+E: Fix nve/body requires bodies
+
+UNDOCUMENTED
+
+*/
diff --git a/src/BODY/pair_body.h b/src/BODY/pair_body.h
index a1cc2cddf..25544c983 100644
--- a/src/BODY/pair_body.h
+++ b/src/BODY/pair_body.h
@@ -1,60 +1,80 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(body,PairBody)
#else
#ifndef LMP_PAIR_BODY_H
#define LMP_PAIR_BODY_H
#include "pair.h"
namespace LAMMPS_NS {
class PairBody : public Pair {
public:
PairBody(class LAMMPS *);
~PairBody();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
protected:
double cut_global;
double **cut;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4;
class AtomVecBody *avec;
class BodyNparticle *bptr;
double **discrete; // list of all sub-particles for all bodies
int ndiscrete; // number of discretes in list
int dmax; // allocated size of discrete list
int *dnum; // number of discretes per line, 0 if uninit
int *dfirst; // index of first discrete per each line
int nmax; // allocated size of dnum,dfirst vectors
void allocate();
void body2space(int);
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Incorrect args for pair coefficients
+
+UNDOCUMENTED
+
+E: Pair body requires atom style body
+
+UNDOCUMENTED
+
+E: Pair body requires body style nparticle
+
+UNDOCUMENTED
+
+*/
diff --git a/src/CLASS2/pair_lj_class2_coul_long.h b/src/CLASS2/pair_lj_class2_coul_long.h
index 0ffdea611..752eb9c68 100644
--- a/src/CLASS2/pair_lj_class2_coul_long.h
+++ b/src/CLASS2/pair_lj_class2_coul_long.h
@@ -1,80 +1,84 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/class2/coul/long,PairLJClass2CoulLong)
#else
#ifndef LMP_PAIR_LJ_CLASS2_COUL_LONG_H
#define LMP_PAIR_LJ_CLASS2_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLJClass2CoulLong : public Pair {
public:
PairLJClass2CoulLong(class LAMMPS *);
virtual ~PairLJClass2CoulLong();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4,**offset;
double g_ewald;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair style lj/class2/coul/long requires atom attribute q
The atom style defined does not have this attribute.
-E: Pair style is incompatible with KSpace style
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+U: Pair style is incompatible with KSpace style
If a pair style with a long-range Coulombic component is selected,
then a kspace style must also be used.
*/
diff --git a/src/FLD/pair_brownian.h b/src/FLD/pair_brownian.h
index 798784b49..40b8970d1 100644
--- a/src/FLD/pair_brownian.h
+++ b/src/FLD/pair_brownian.h
@@ -1,98 +1,102 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(brownian,PairBrownian)
#else
#ifndef LMP_PAIR_BROWNIAN_H
#define LMP_PAIR_BROWNIAN_H
#include "pair.h"
namespace LAMMPS_NS {
class PairBrownian : public Pair {
public:
PairBrownian(class LAMMPS *);
virtual ~PairBrownian();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
virtual double init_one(int, int);
virtual void init_style();
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
protected:
double cut_inner_global,cut_global;
double t_target,mu;
int flaglog,flagfld;
int flagHI, flagVF;
int flagdeform, flagwall;
double vol_P;
double rad;
class FixWall *wallfix;
int seed;
double **cut_inner,**cut;
double R0,RT0;
class RanMars *random;
void set_3_orthogonal_vectors(double*,double*,double*);
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
W: Cannot include log terms without 1/r terms; setting flagHI to 1
Self-explanatory.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair brownian requires atom style sphere
Self-explanatory.
W: Pair brownian needs newton pair on for momentum conservation
Self-explanatory.
E: Pair brownian requires extended particles
One of the particles has radius 0.0.
E: Pair brownian requires monodisperse particles
All particles must be the same finite size.
+E: Cannot use multiple fix wall commands with pair brownian
+
+UNDOCUMENTED
+
*/
diff --git a/src/FLD/pair_brownian_poly.h b/src/FLD/pair_brownian_poly.h
index 67f0b7ec0..6222afecb 100644
--- a/src/FLD/pair_brownian_poly.h
+++ b/src/FLD/pair_brownian_poly.h
@@ -1,55 +1,59 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(brownian/poly,PairBrownianPoly)
#else
#ifndef LMP_PAIR_BROWNIAN_POLY_H
#define LMP_PAIR_BROWNIAN_POLY_H
#include "pair_brownian.h"
namespace LAMMPS_NS {
class PairBrownianPoly : public PairBrownian {
public:
PairBrownianPoly(class LAMMPS *);
~PairBrownianPoly() {}
void compute(int, int);
double init_one(int, int);
void init_style();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Pair brownian/poly requires newton pair off
Self-explanatory.
E: Pair brownian/poly requires atom style sphere
Self-explanatory.
E: Pair brownian/poly requires extended particles
One of the particles has radius 0.0.
+E: Cannot use multiple fix wall commands with pair brownian
+
+UNDOCUMENTED
+
*/
diff --git a/src/FLD/pair_lubricate.h b/src/FLD/pair_lubricate.h
index 7053a2208..f47e0c7f6 100644
--- a/src/FLD/pair_lubricate.h
+++ b/src/FLD/pair_lubricate.h
@@ -1,99 +1,103 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lubricate,PairLubricate)
#else
#ifndef LMP_PAIR_LUBRICATE_H
#define LMP_PAIR_LUBRICATE_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLubricate : public Pair {
public:
PairLubricate(class LAMMPS *);
virtual ~PairLubricate();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
double init_one(int, int);
virtual void init_style();
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
int pre_adapt(char *, int, int, int, int);
void adapt(int, int, int, int, int, double);
int pack_comm(int, int *, double *, int, int *);
void unpack_comm(int, int, double *);
protected:
double mu,cut_inner_global,cut_global;
double rad;
int flaglog,flagfld,shearing;
int flagdeform, flagwall;
double vol_P;
class FixWall *wallfix;
int flagVF, flagHI;
double Ef[3][3];
double R0,RT0,RS0;
double **cut_inner,**cut;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
W: Cannot include log terms without 1/r terms; setting flagHI to 1
Self-explanatory.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair lubricate requires atom style sphere
Self-explanatory.
E: Pair lubricate requires ghost atoms store velocity
Use the communicate vel yes command to enable this.
E: Pair lubricate requires monodisperse particles
All particles must be the same finite size.
E: Using pair lubricate with inconsistent fix deform remap option
Must use remap v option with fix deform with this pair style.
+E: Cannot use multiple fix wall commands with pair lubricate
+
+UNDOCUMENTED
+
*/
diff --git a/src/FLD/pair_lubricateU.h b/src/FLD/pair_lubricateU.h
index 4910da2b5..f4480d5e2 100644
--- a/src/FLD/pair_lubricateU.h
+++ b/src/FLD/pair_lubricateU.h
@@ -1,110 +1,114 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lubricateU,PairLubricateU)
#else
#ifndef LMP_PAIR_LUBRICATEU_H
#define LMP_PAIR_LUBRICATEU_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLubricateU : public Pair {
public:
PairLubricateU(class LAMMPS *);
virtual ~PairLubricateU();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
double init_one(int, int);
virtual void init_style();
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
int pack_comm(int, int *, double *, int, int *);
void unpack_comm(int, int, double *);
protected:
double cut_inner_global,cut_global;
double mu;
double rad;
int flaglog;
int flagdeform, flagwall;
int flagVF, flagHI;
double vol_P;
class FixWall *wallfix;
double gdot,Ef[3][3];
double **cut_inner,**cut;
void allocate();
double R0,RT0,RS0;
int nmax;
double **fl,**Tl,**xl;
int cgmax;
double *bcg,*xcg,*rcg,*rcg1,*pcg,*RU;
void compute_RE();
virtual void compute_RE(double **);
void compute_RU();
virtual void compute_RU(double **);
virtual void compute_Fh(double **);
void stage_one();
void intermediates(int, double **);
void stage_two(double **);
void copy_vec_uo(int, double *, double **, double **);
void copy_uo_vec(int, double **, double **, double *);
double dot_vec_vec(int , double *, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
W: Cannot include log terms without 1/r terms; setting flagHI to 1.
Self-explanatory.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair lubricateU requires atom style sphere
Self-explanatory.
E: Pair lubricateU requires ghost atoms store velocity
Use the communicate vel yes command to enable this.
E: Pair lubricateU requires monodisperse particles
All particles must be the same finite size.
+E: Cannot use multiple fix wall commands with pair lubricateU
+
+UNDOCUMENTED
+
*/
diff --git a/src/FLD/pair_lubricateU_poly.h b/src/FLD/pair_lubricateU_poly.h
index c09f3f701..374fbbb24 100644
--- a/src/FLD/pair_lubricateU_poly.h
+++ b/src/FLD/pair_lubricateU_poly.h
@@ -1,79 +1,83 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lubricateU/poly,PairLubricateUPoly)
#else
#ifndef LMP_PAIR_LUBRICATEU_POLY_H
#define LMP_PAIR_LUBRICATEU_POLY_H
#include "pair_lubricateU.h"
namespace LAMMPS_NS {
class PairLubricateUPoly : public PairLubricateU {
public:
PairLubricateUPoly(class LAMMPS *);
~PairLubricateUPoly() {}
void compute(int, int);
void settings(int, char **);
void init_style();
private:
double vol_P;
int flagdeform, flagwall, flagVF, flagHI;
class FixWall *wallfix;
void iterate(double **, int);
void compute_RE(double **);
void compute_RU(double **);
void compute_Fh(double **);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
W: Cannot include log terms without 1/r terms; setting flagHI to 1
Self-explanatory.
E: Pair lubricateU/poly requires newton pair off
Self-explanatory.
E: Pair lubricateU/poly requires ghost atoms store velocity
Use the communicate vel yes command to enable this.
E: Pair lubricate/poly requires atom style sphere
Self-explanatory.
E: Pair lubricate/poly requires extended particles
One of the particles has radius 0.0.
+E: Cannot use multiple fix wall commands with pair lubricateU
+
+UNDOCUMENTED
+
*/
diff --git a/src/FLD/pair_lubricate_poly.h b/src/FLD/pair_lubricate_poly.h
index e3400959c..1adbd9cd2 100644
--- a/src/FLD/pair_lubricate_poly.h
+++ b/src/FLD/pair_lubricate_poly.h
@@ -1,66 +1,70 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lubricate/poly,PairLubricatePoly)
#else
#ifndef LMP_PAIR_LUBRICATE_POLY_H
#define LMP_PAIR_LUBRICATE_POLY_H
#include "pair_lubricate.h"
namespace LAMMPS_NS {
class PairLubricatePoly : public PairLubricate {
public:
PairLubricatePoly(class LAMMPS *);
~PairLubricatePoly() {}
void compute(int, int);
void init_style();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Pair lubricate/poly requires newton pair off
Self-explanatory.
E: Pair lubricate/poly requires ghost atoms store velocity
Use the communicate vel yes command to enable this.
E: Pair lubricate/poly requires atom style sphere
Self-explanatory.
E: Pair lubricate/poly requires extended particles
One of the particles has radius 0.0.
E: Using pair lubricate with inconsistent fix deform remap option
Must use remap v option with fix deform with this pair style.
+E: Cannot use multiple fix wall commands with pair lubricate/poly
+
+UNDOCUMENTED
+
E: Using pair lubricate/poly with inconsistent fix deform remap option
If fix deform is used, the remap v option is required.
*/
diff --git a/src/GPU/pair_born_coul_long_gpu.h b/src/GPU/pair_born_coul_long_gpu.h
index aafd9c33e..78f08c4b7 100644
--- a/src/GPU/pair_born_coul_long_gpu.h
+++ b/src/GPU/pair_born_coul_long_gpu.h
@@ -1,62 +1,66 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(born/coul/long/gpu,PairBornCoulLongGPU)
#else
#ifndef LMP_PAIR_BORN_COUL_LONG_GPU_H
#define LMP_PAIR_BORN_COUL_LONG_GPU_H
#include "pair_born_coul_long.h"
namespace LAMMPS_NS {
class PairBornCoulLongGPU : public PairBornCoulLong {
public:
PairBornCoulLongGPU(LAMMPS *lmp);
~PairBornCoulLongGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Out of memory on GPGPU
UNDOCUMENTED
+E: Pair style born/coul/long/gpu requires atom attribute q
+
+The atom style defined does not have this attribute.
+
E: Cannot use newton pair with born/coul/long/gpu pair style
UNDOCUMENTED
-E: Pair style born/coul/long/gpu requires atom attribute q
+E: Pair style is incompatible with KSpace style
-The atom style defined does not have this attribute.
+UNDOCUMENTED
*/
diff --git a/src/GPU/pair_born_coul_wolf_gpu.h b/src/GPU/pair_born_coul_wolf_gpu.h
index 5cbc548cf..09b0777ad 100644
--- a/src/GPU/pair_born_coul_wolf_gpu.h
+++ b/src/GPU/pair_born_coul_wolf_gpu.h
@@ -1,62 +1,62 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(born/coul/wolf/gpu,PairBornCoulWolfGPU)
#else
#ifndef LMP_PAIR_BORN_COUL_WOLF_GPU_H
#define LMP_PAIR_BORN_COUL_WOLF_GPU_H
#include "pair_born_coul_wolf.h"
namespace LAMMPS_NS {
class PairBornCoulWolfGPU : public PairBornCoulWolf {
public:
PairBornCoulWolfGPU(LAMMPS *lmp);
~PairBornCoulWolfGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Out of memory on GPGPU
UNDOCUMENTED
E: Cannot use newton pair with born/coul/wolf/gpu pair style
UNDOCUMENTED
-E: Pair style born/coul/wolf/gpu requires atom attribute q
+U: Pair style born/coul/wolf/gpu requires atom attribute q
The atom style defined does not have this attribute.
*/
diff --git a/src/GPU/pair_colloid_gpu.h b/src/GPU/pair_colloid_gpu.h
index cfeb7b167..c810f5d1b 100644
--- a/src/GPU/pair_colloid_gpu.h
+++ b/src/GPU/pair_colloid_gpu.h
@@ -1,59 +1,67 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(colloid/gpu,PairColloidGPU)
#else
#ifndef LMP_PAIR_COLLOID_GPU_H
#define LMP_PAIR_COLLOID_GPU_H
#include "pair_colloid.h"
namespace LAMMPS_NS {
class PairColloidGPU : public PairColloid {
public:
PairColloidGPU(LAMMPS *lmp);
~PairColloidGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package
E: Cannot use newton pair with colloid/gpu pair style
Self-explanatory.
+E: Overlapping small/large in pair colloid
+
+UNDOCUMENTED
+
+E: Overlapping large/large in pair colloid
+
+UNDOCUMENTED
+
*/
diff --git a/src/GPU/pair_dipole_cut_gpu.h b/src/GPU/pair_dipole_cut_gpu.h
index 8ef3fb0f9..30b1ecee8 100644
--- a/src/GPU/pair_dipole_cut_gpu.h
+++ b/src/GPU/pair_dipole_cut_gpu.h
@@ -1,63 +1,67 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(dipole/cut/gpu,PairDipoleCutGPU)
#else
#ifndef LMP_PAIR_DIPOLE_CUT_GPU_H
#define LMP_PAIR_DIPOLE_CUT_GPU_H
#include "pair_dipole_cut.h"
namespace LAMMPS_NS {
class PairDipoleCutGPU : public PairDipoleCut {
public:
PairDipoleCutGPU(LAMMPS *lmp);
~PairDipoleCutGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package
-E: Pair style dipole/cut/gpu requires atom attribute q
+E: Pair dipole/cut/gpu requires atom attributes q, mu, torque
-The atom style defined does not have this attribute.
+UNDOCUMENTED
E: Cannot use newton pair with dipole/cut/gpu pair style
Self-explanatory.
+U: Pair style dipole/cut/gpu requires atom attribute q
+
+The atom style defined does not have this attribute.
+
*/
diff --git a/src/GPU/pair_gauss_gpu.h b/src/GPU/pair_gauss_gpu.h
index 6334ac985..ba8c04350 100644
--- a/src/GPU/pair_gauss_gpu.h
+++ b/src/GPU/pair_gauss_gpu.h
@@ -1,59 +1,63 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(gauss/gpu,PairGaussGPU)
#else
#ifndef LMP_PAIR_GAUSS_GPU_H
#define LMP_PAIR_GAUSS_GPU_H
#include "pair_gauss.h"
namespace LAMMPS_NS {
class PairGaussGPU : public PairGauss {
public:
PairGaussGPU(LAMMPS *lmp);
~PairGaussGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package
-E: Cannot use newton pair with gauss/gpu pair style
+E: Cannot use newton pair with lj/cut/gpu pair style
+
+UNDOCUMENTED
+
+U: Cannot use newton pair with gauss/gpu pair style
Self-explanatory.
*/
diff --git a/src/GPU/pair_yukawa_colloid_gpu.h b/src/GPU/pair_yukawa_colloid_gpu.h
index 57a19bfbf..c84bcd904 100644
--- a/src/GPU/pair_yukawa_colloid_gpu.h
+++ b/src/GPU/pair_yukawa_colloid_gpu.h
@@ -1,59 +1,63 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(yukawa/colloid/gpu,PairYukawaColloidGPU)
#else
#ifndef LMP_PAIR_YUKAWA_COLLOID_GPU_H
#define LMP_PAIR_YUKAWA_COLLOID_GPU_H
#include "pair_yukawa_colloid.h"
namespace LAMMPS_NS {
class PairYukawaColloidGPU : public PairYukawaColloid {
public:
PairYukawaColloidGPU(LAMMPS *lmp);
~PairYukawaColloidGPU();
void cpu_compute(int, int, int, int, int *, int *, int **);
void compute(int, int);
void init_style();
double memory_usage();
enum { GPU_FORCE, GPU_NEIGH, GPU_HYB_NEIGH };
private:
int gpu_mode;
double cpu_time;
int *gpulist;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package
+E: Pair yukawa/colloid/gpu requires atom style sphere
+
+UNDOCUMENTED
+
E: Cannot use newton pair with yukawa/colloid/gpu pair style
Self-explanatory.
*/
diff --git a/src/GPU/pppm_gpu.h b/src/GPU/pppm_gpu.h
index 893167f24..849fd3f5d 100644
--- a/src/GPU/pppm_gpu.h
+++ b/src/GPU/pppm_gpu.h
@@ -1,103 +1,107 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(pppm/gpu,PPPMGPU)
#else
#ifndef LMP_PPPM_GPU_H
#define LMP_PPPM_GPU_H
#include "pppm.h"
namespace LAMMPS_NS {
class PPPMGPU : public PPPM {
public:
PPPMGPU(class LAMMPS *, int, char **);
virtual ~PPPMGPU();
void init();
void setup();
void compute(int, int);
int timing_1d(int, double &);
int timing_3d(int, double &);
double memory_usage();
protected:
FFT_SCALAR ***density_brick_gpu, ***vd_brick;
bool kspace_split, im_real_space;
int old_nlocal;
double poisson_time;
void brick2fft();
virtual void poisson_ik();
void pack_forward(int, FFT_SCALAR *, int, int *);
void unpack_forward(int, FFT_SCALAR *, int, int *);
void pack_reverse(int, FFT_SCALAR *, int, int *);
void unpack_reverse(int, FFT_SCALAR *, int, int *);
FFT_SCALAR ***create_3d_offset(int, int, int, int, int, int, const char *,
FFT_SCALAR *, int);
void destroy_3d_offset(FFT_SCALAR ***, int, int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot currently use pppm/gpu with fix balance.
Self-explanatory.
-E: Cannot (yet) do analytic differentiation with pppm/gpu.
+E: Cannot (yet) do analytic differentiation with pppm/gpu
-Self-explanatory.
+UNDOCUMENTED
E: Cannot use order greater than 8 with pppm/gpu.
Self-explanatory.
E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package
E: Out of range atoms - cannot compute PPPM
One or more atoms are attempting to map their charge to a PPPM grid
point that is not owned by a processor. This is likely for one of two
reasons, both of them bad. First, it may mean that an atom near the
boundary of a processor's sub-domain has moved more than 1/2 the
"neighbor skin distance"_neighbor.html without neighbor lists being
rebuilt and atoms being migrated to new processors. This also means
you may be missing pairwise interactions that need to be computed.
The solution is to change the re-neighboring criteria via the
"neigh_modify"_neigh_modify command. The safest settings are "delay 0
every 1 check yes". Second, it may mean that an atom has moved far
outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.
+U: Cannot (yet) do analytic differentiation with pppm/gpu.
+
+Self-explanatory.
+
*/
diff --git a/src/KIM/pair_kim.h b/src/KIM/pair_kim.h
index 1226606d3..d2b099fb4 100644
--- a/src/KIM/pair_kim.h
+++ b/src/KIM/pair_kim.h
@@ -1,214 +1,222 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing authors: Ryan S. Elliott,
Valeriu Smirichinski,
Ellad Tadmor (U Minn)
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Designed for use with the openkim-api-v1.1.0 (and newer) package
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(kim,PairKIM)
#else
#ifndef LMP_PAIR_KIM_H
#define LMP_PAIR_KIM_H
// includes from KIM & LAMMPS
class KIM_API_model;
#include "pair.h"
namespace LAMMPS_NS {
class PairKIM : public Pair {
public:
PairKIM(class LAMMPS*);
~PairKIM();
// LAMMPS Pair class virtual function prototypes
virtual void compute(int, int);
virtual void settings(int, char**);
virtual void coeff(int, char**);
virtual void init_style();
virtual double init_one(int, int);
virtual int pack_reverse_comm(int, int, double*);
virtual void unpack_reverse_comm(int, int*, double*);
virtual double memory_usage();
private:
// (nearly) all bool flags are not initialized in constructor, but set
// explicitly in the indicated function. All other data members are
// initialized in constructor
// values set in settings()
char* kim_modelname;
// values set in coeff()
// values set in allocate(), called by coeff()
void allocate();
int* lmps_map_types_to_unique;
// values set in coeff(), after calling allocate()
char** lmps_unique_elements; // names of unique elements given in pair_coeff command
int lmps_num_unique_elements;
// values set in set_lmps_flags(), called from init_style()
bool lmps_using_newton;
bool lmps_using_molecular;
bool lmps_hybrid; // true if running with pair hybrid
bool lmps_support_cluster; // true if running in mode compat. with CLUSTER
enum unit_sys {REAL, METAL, SI, CGS, ELECTRON};
unit_sys lmps_units;
// values set in set_kim_model_has_flags(), called by kim_init()
KIM_API_model* pkim;
bool kim_model_has_energy;
bool kim_model_has_forces;
bool kim_model_has_particleEnergy;
bool kim_model_has_particleVirial;
// values set in kim_init(), after call to string_init(_)
bool kim_init_ok;
bool kim_model_using_half;
bool kim_model_using_cluster;
bool kim_model_using_Rij;
int kim_ind_coordinates;
int kim_ind_numberOfParticles;
int kim_ind_numberContributingParticles;
int kim_ind_numberParticleTypes;
int kim_ind_particleTypes;
int kim_ind_get_neigh;
int kim_ind_neighObject;
int kim_ind_cutoff;
int kim_ind_energy;
int kim_ind_particleEnergy;
int kim_ind_forces;
int kim_ind_virial;
int kim_ind_particleVirial;
// values set in init_style(), after calling pkim->model_init()
bool kim_model_init_ok;
bool kim_particle_codes_ok;
int *kim_particle_codes;
// values set in set_statics(), called at end of kim_init(),
// then again in set_volatiles(), called in compute()
int lmps_local_tot_num_atoms;
double kim_global_cutoff; // KIM Model cutoff value
// values set in compute()
int lmps_maxalloc; // max allocated memory value
int* kim_particleTypes; // array of KIM particle types
double** lmps_force_tmp; // temp storage for f, when running in hybrid mode
// needed to avoid reseting f to zero in each object
int* lmps_stripped_neigh_list;// neighbors of one atom, used when LAMMPS is in
// molecular mode
// values used in get_neigh()
int kim_iterator_position; //get_neigh iterator current position
double *Rij;
// KIM specific helper functions
void kim_error(int, const char *, int);
void kim_init();
void kim_free();
void set_statics();
void set_volatiles();
void set_lmps_flags();
void set_kim_model_has_flags();
void write_descriptor(char** test_descriptor_string);
// static methods used as callbacks from KIM
static int get_neigh(void** kimmdl, int* mode, int* request,
int* atom, int* numnei, int** nei1atom, double** pRij);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Unrecognized virial argument in pair_style command
Only two options are supported: LAMMPSvirial and KIMvirial
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Invalid args for non-hybrid pair coefficients
"NULL" is only supported in pair_coeff calls when using pair hybrid
-E: PairKIM only works with 3D problems
+E: PairKIM only works with 3D problems.
-The KIM API does not explicitly support anything other than 3D problems
+UNDOCUMENTED
E: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
-E: Internal KIM error
-
-Self-explanatory. Check the output and kim.log file for more details.
-
E: KIM neighbor iterator exceeded range
This should not happen. It likely indicates a bug
in the KIM implementation of the interatomic potential
where it is requesting neighbors incorrectly.
E: LAMMPS unit_style lj not supported by KIM models
Self-explanatory. Check the input script or data file.
E: Unknown unit_style
Self-explanatory. Check the input script or data file.
W: KIM Model does not provide `energy'; Potential energy will be zero
Self-explanatory.
W: KIM Model does not provide `forces'; Forces will be zero
Self-explanatory.
W: KIM Model does not provide `particleEnergy'; energy per atom will be zero
Self-explanatory.
W: KIM Model does not provide `particleVirial'; virial per atom will be zero
Self-explanatory.
-E: test_descriptor_string already allocated
+E: test_descriptor_string already allocated.
+
+UNDOCUMENTED
+
+U: PairKIM only works with 3D problems
+
+The KIM API does not explicitly support anything other than 3D problems
+
+U: Internal KIM error
+
+Self-explanatory. Check the output and kim.log file for more details.
+
+U: test_descriptor_string already allocated
This should not happen. It likely indicates a bug in the pair_kim implementation.
*/
diff --git a/src/KSPACE/ewald_disp.cpp b/src/KSPACE/ewald_disp.cpp
index 3e88cfd28..b5ef8a9e1 100644
--- a/src/KSPACE/ewald_disp.cpp
+++ b/src/KSPACE/ewald_disp.cpp
@@ -1,1219 +1,1215 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Pieter in 't Veld (SNL)
------------------------------------------------------------------------- */
#include "mpi.h"
#include "string.h"
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "ewald_disp.h"
#include "math_vector.h"
#include "math_const.h"
#include "math_special.h"
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "pair.h"
#include "domain.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
using namespace MathConst;
using namespace MathSpecial;
#define SMALL 0.00001
-#define KSPACE_ILLEGAL "Illegal kspace_style ewald/n command"
-#define KSPACE_ORDER "Unsupported order in kspace_style ewald/n for"
-#define KSPACE_MIX "Unsupported mixing rule in kspace_style ewald/n for"
enum{GEOMETRIC,ARITHMETIC,SIXTHPOWER}; // same as in pair.h
//#define DEBUG
/* ---------------------------------------------------------------------- */
EwaldDisp::EwaldDisp(LAMMPS *lmp, int narg, char **arg) : KSpace(lmp, narg, arg)
{
- if (narg!=1) error->all(FLERR,KSPACE_ILLEGAL);
+ if (narg!=1) error->all(FLERR,"Illegal kspace_style ewald/n command");
accuracy_relative = fabs(atof(arg[0]));
memset(function, 0, EWALD_NORDER*sizeof(int));
kenergy = kvirial = NULL;
cek_local = cek_global = NULL;
ekr_local = NULL;
hvec = NULL;
kvec = NULL;
B = NULL;
first_output = 0;
energy_self_peratom = NULL;
virial_self_peratom = NULL;
nmax = 0;
q2 = 0;
b2 = 0;
}
/* ---------------------------------------------------------------------- */
EwaldDisp::~EwaldDisp()
{
deallocate();
deallocate_peratom();
delete [] ekr_local;
delete [] B;
}
/* --------------------------------------------------------------------- */
void EwaldDisp::init()
{
nkvec = nkvec_max = nevec = nevec_max = 0;
nfunctions = nsums = sums = 0;
nbox = -1;
bytes = 0.0;
if (!comm->me) {
if (screen) fprintf(screen,"EwaldDisp initialization ...\n");
if (logfile) fprintf(logfile,"EwaldDisp initialization ...\n");
}
if (domain->dimension == 2)
error->all(FLERR,"Cannot use EwaldDisp with 2d simulation");
if (slabflag == 0 && domain->nonperiodic > 0)
error->all(FLERR,"Cannot use nonperiodic boundaries with EwaldDisp");
if (slabflag == 1) {
if (domain->xperiodic != 1 || domain->yperiodic != 1 ||
domain->boundary[2][0] != 1 || domain->boundary[2][1] != 1)
error->all(FLERR,"Incorrect boundaries with slab EwaldDisp");
}
scale = 1.0;
//mumurd2e = force->mumurd2e;
//dielectric = force->dielectric;
mumurd2e = dielectric = 1.0;
pair_check();
int tmp;
Pair *pair = force->pair;
int *ptr = pair ? (int *) pair->extract("ewald_order",tmp) : NULL;
double *cutoff = pair ? (double *) pair->extract("cut_coul",tmp) : NULL;
if (!(ptr||cutoff))
error->all(FLERR,"KSpace style is incompatible with Pair style");
int ewald_order = ptr ? *((int *) ptr) : 1<<1;
int ewald_mix = ptr ? *((int *) pair->extract("ewald_mix",tmp)) : GEOMETRIC;
memset(function, 0, EWALD_NFUNCS*sizeof(int));
for (int i=0; i<=EWALD_NORDER; ++i) // transcribe order
if (ewald_order&(1<<i)) { // from pair_style
int n[] = EWALD_NSUMS, k = 0;
char str[128];
switch (i) {
case 1:
k = 0; break;
case 3:
k = 3; break;
case 6:
if (ewald_mix==GEOMETRIC) { k = 1; break; }
else if (ewald_mix==ARITHMETIC) { k = 2; break; }
- sprintf(str, "%s pair_style %s", KSPACE_MIX, force->pair_style);
- error->all(FLERR,str);
+ error->all(FLERR,
+ "Unsupported mixing rule in kspace_style ewald/disp");
default:
- sprintf(str, "%s pair_style %s", KSPACE_ORDER, force->pair_style);
- error->all(FLERR,str);
+ error->all(FLERR,"Unsupported order in kspace_style ewald/disp");
}
nfunctions += function[k] = 1;
nsums += n[k];
}
g_ewald = 0;
pair->init(); // so B is defined
init_coeffs();
init_coeff_sums();
double qsum, qsqsum, bsbsum;
qsum = qsqsum = bsbsum = 0.0;
if (function[0]) {
qsum = sum[0].x;
qsqsum = sum[0].x2;
}
if (function[1]) bsbsum = sum[1].x2;
if (function[2]) bsbsum = sum[2].x2;
if (qsqsum == 0.0 && bsbsum == 0.0)
error->all(FLERR,"Cannot use Ewald/disp solver "
"on system with no charge or LJ particles");
if (fabs(qsum) > SMALL && comm->me == 0) {
char str[128];
sprintf(str,"System is not charge neutral, net charge = %g",qsum);
error->warning(FLERR,str);
}
//set accuracy (force units) from accuracy_relative or accuracy_absolute
if (accuracy_absolute >= 0.0) accuracy = accuracy_absolute;
else accuracy = accuracy_relative * two_charge_force;
// setup K-space resolution
q2 = qsqsum * force->qqrd2e / force->dielectric;
b2 = bsbsum; //Are these units right?
bigint natoms = atom->natoms;
if (function[0]) {
g_ewald = accuracy*sqrt(natoms*(*cutoff)*shape_det(domain->h)) / (2.0*q2);
if (g_ewald >= 1.0)
error->all(FLERR,"KSpace accuracy too large to estimate G vector");
g_ewald = sqrt(-log(g_ewald)) / *cutoff;
}
else if (function[1] || function[2]) {
double *cutoffLJ = pair ? (double *) pair->extract("cut_LJ",tmp) : NULL;
//Try Newton Solver
//Use old method to get guess
g_ewald = (1.35 - 0.15*log(accuracy))/ *cutoffLJ;
double g_ewald_new =
NewtonSolve(g_ewald,(*cutoffLJ),natoms,shape_det(domain->h),b2);
if (g_ewald_new > 0.0) g_ewald = g_ewald_new;
else error->warning(FLERR,"Ewald/disp Newton solver failed, "
"using old method to estimate g_ewald");
if (g_ewald >= 1.0)
error->all(FLERR,"KSpace accuracy too large to estimate G vector");
}
if (!comm->me) {
if (screen) fprintf(screen, " G vector = %g\n", g_ewald);
if (logfile) fprintf(logfile, " G vector = %g\n", g_ewald);
}
g_ewald_6 = g_ewald;
deallocate_peratom();
peratom_allocate_flag = 0;
}
/* ----------------------------------------------------------------------
adjust EwaldDisp coeffs, called initially and whenever volume has changed
------------------------------------------------------------------------- */
void EwaldDisp::setup()
{
volume = shape_det(domain->h)*slab_volfactor;
memcpy(unit, domain->h_inv, sizeof(shape));
shape_scalar_mult(unit, 2.0*MY_PI);
unit[2] /= slab_volfactor;
//int nbox_old = nbox, nkvec_old = nkvec;
if (accuracy>=1) {
nbox = 0;
error->all(FLERR,"KSpace accuracy too low");
}
bigint natoms = atom->natoms;
double err;
int kxmax = 1;
int kymax = 1;
int kzmax = 1;
err = rms(kxmax,domain->h[0],natoms,q2,b2);
while (err > accuracy) {
kxmax++;
err = rms(kxmax,domain->h[0],natoms,q2,b2);
}
err = rms(kymax,domain->h[1],natoms,q2,b2);
while (err > accuracy) {
kymax++;
err = rms(kymax,domain->h[1],natoms,q2,b2);
}
err = rms(kzmax,domain->h[2]*slab_volfactor,natoms,q2,b2);
while (err > accuracy) {
kzmax++;
err = rms(kzmax,domain->h[2]*slab_volfactor,natoms,q2,b2);
}
nbox = MAX(kxmax,kymax);
nbox = MAX(nbox,kzmax);
double gsqxmx = unit[0]*unit[0]*kxmax*kxmax;
double gsqymx = unit[1]*unit[1]*kymax*kymax;
double gsqzmx = unit[2]*unit[2]*kzmax*kzmax;
gsqmx = MAX(gsqxmx,gsqymx);
gsqmx = MAX(gsqmx,gsqzmx);
gsqmx *= 1.00001;
reallocate();
coefficients();
init_coeffs();
init_coeff_sums();
init_self();
if (!(first_output||comm->me)) {
first_output = 1;
if (screen) fprintf(screen,
" vectors: nbox = %d, nkvec = %d\n", nbox, nkvec);
if (logfile) fprintf(logfile,
" vectors: nbox = %d, nkvec = %d\n", nbox, nkvec);
}
}
/* ----------------------------------------------------------------------
compute RMS accuracy for a dimension
------------------------------------------------------------------------- */
double EwaldDisp::rms(int km, double prd, bigint natoms, double q2, double b2)
{
double value = 0.0;
// Coulombic
double g2 = g_ewald*g_ewald;
value += 2.0*q2*g_ewald/prd *
sqrt(1.0/(MY_PI*km*natoms)) *
exp(-MY_PI*MY_PI*km*km/(g2*prd*prd));
// Lennard-Jones
double g7 = g2*g2*g2*g_ewald;
value += 4.0*b2*g7/3.0 *
sqrt(1.0/(MY_PI*natoms)) *
(exp(-MY_PI*MY_PI*km*km/(g2*prd*prd)) *
(MY_PI*km/(g_ewald*prd) + 1));
return value;
}
void EwaldDisp::reallocate()
{
int ix, iy, iz;
int nkvec_max = nkvec;
vector h;
nkvec = 0;
int *kflag = new int[(nbox+1)*(2*nbox+1)*(2*nbox+1)];
int *flag = kflag;
for (ix=0; ix<=nbox; ++ix)
for (iy=-nbox; iy<=nbox; ++iy)
for (iz=-nbox; iz<=nbox; ++iz)
if (!(ix||iy||iz)) *(flag++) = 0;
else if ((!ix)&&(iy<0)) *(flag++) = 0;
else if ((!(ix||iy))&&(iz<0)) *(flag++) = 0; // use symmetry
else {
h[0] = unit[0]*ix;
h[1] = unit[5]*ix+unit[1]*iy;
h[2] = unit[4]*ix+unit[3]*iy+unit[2]*iz;
if ((*(flag++) = h[0]*h[0]+h[1]*h[1]+h[2]*h[2]<=gsqmx)) ++nkvec;
}
if (nkvec>nkvec_max) {
deallocate(); // free memory
hvec = new hvector[nkvec]; // hvec
bytes += (nkvec-nkvec_max)*sizeof(hvector);
kvec = new kvector[nkvec]; // kvec
bytes += (nkvec-nkvec_max)*sizeof(kvector);
kenergy = new double[nkvec*nfunctions]; // kenergy
bytes += (nkvec-nkvec_max)*nfunctions*sizeof(double);
kvirial = new double[6*nkvec*nfunctions]; // kvirial
bytes += 6*(nkvec-nkvec_max)*nfunctions*sizeof(double);
cek_local = new complex[nkvec*nsums]; // cek_local
bytes += (nkvec-nkvec_max)*nsums*sizeof(complex);
cek_global = new complex[nkvec*nsums]; // cek_global
bytes += (nkvec-nkvec_max)*nsums*sizeof(complex);
nkvec_max = nkvec;
}
flag = kflag; // create index and
kvector *k = kvec; // wave vectors
hvector *hi = hvec;
for (ix=0; ix<=nbox; ++ix)
for (iy=-nbox; iy<=nbox; ++iy)
for (iz=-nbox; iz<=nbox; ++iz)
if (*(flag++)) {
hi->x = unit[0]*ix;
hi->y = unit[5]*ix+unit[1]*iy;
(hi++)->z = unit[4]*ix+unit[3]*iy+unit[2]*iz;
k->x = ix+nbox; k->y = iy+nbox; (k++)->z = iz+nbox; }
delete [] kflag;
}
void EwaldDisp::reallocate_atoms()
{
if (eflag_atom || vflag_atom)
if (atom->nlocal > nmax) {
deallocate_peratom();
allocate_peratom();
nmax = atom->nmax;
}
if ((nevec = atom->nmax*(2*nbox+1))<=nevec_max) return;
delete [] ekr_local;
ekr_local = new cvector[nevec];
bytes += (nevec-nevec_max)*sizeof(cvector);
nevec_max = nevec;
}
void EwaldDisp::allocate_peratom()
{
memory->create(energy_self_peratom,
atom->nmax,EWALD_NFUNCS,"ewald/n:energy_self_peratom");
memory->create(virial_self_peratom,
atom->nmax,EWALD_NFUNCS,"ewald/n:virial_self_peratom");
}
void EwaldDisp::deallocate_peratom() // free memory
{
memory->destroy(energy_self_peratom);
memory->destroy(virial_self_peratom);
}
void EwaldDisp::deallocate() // free memory
{
delete [] hvec; hvec = NULL;
delete [] kvec; kvec = NULL;
delete [] kenergy; kenergy = NULL;
delete [] kvirial; kvirial = NULL;
delete [] cek_local; cek_local = NULL;
delete [] cek_global; cek_global = NULL;
}
void EwaldDisp::coefficients()
{
vector h;
hvector *hi = hvec, *nh;
double eta2 = 0.25/(g_ewald*g_ewald);
double b1, b2, expb2, h1, h2, c1, c2;
double *ke = kenergy, *kv = kvirial;
int func0 = function[0], func12 = function[1]||function[2],
func3 = function[3];
for (nh = (hi = hvec)+nkvec; hi<nh; ++hi) { // wave vectors
memcpy(h, hi, sizeof(vector));
expb2 = exp(-(b2 = (h2 = vec_dot(h, h))*eta2));
if (func0) { // qi*qj/r coeffs
*(ke++) = c1 = expb2/h2;
*(kv++) = c1-(c2 = 2.0*c1*(1.0+b2)/h2)*h[0]*h[0];
*(kv++) = c1-c2*h[1]*h[1]; // lammps convention
*(kv++) = c1-c2*h[2]*h[2]; // instead of voigt
*(kv++) = -c2*h[1]*h[0];
*(kv++) = -c2*h[2]*h[0];
*(kv++) = -c2*h[2]*h[1];
}
if (func12) { // -Bij/r^6 coeffs
b1 = sqrt(b2); // minus sign folded
h1 = sqrt(h2); // into constants
*(ke++) = c1 = -h1*h2*((c2=MY_PIS*erfc(b1))+(0.5/b2-1.0)*expb2/b1);
*(kv++) = c1-(c2 = 3.0*h1*(c2-expb2/b1))*h[0]*h[0];
*(kv++) = c1-c2*h[1]*h[1]; // lammps convention
*(kv++) = c1-c2*h[2]*h[2]; // instead of voigt
*(kv++) = -c2*h[1]*h[0];
*(kv++) = -c2*h[2]*h[0];
*(kv++) = -c2*h[2]*h[1];
}
if (func3) { // dipole coeffs
*(ke++) = c1 = expb2/h2;
*(kv++) = c1-(c2 = 2.0*c1*(1.0+b2)/h2)*h[0]*h[0];
*(kv++) = c1-c2*h[1]*h[1]; // lammps convention
*(kv++) = c1-c2*h[2]*h[2]; // instead of voigt
*(kv++) = -c2*h[1]*h[0];
*(kv++) = -c2*h[2]*h[0];
*(kv++) = -c2*h[2]*h[1];
}
}
}
void EwaldDisp::init_coeffs()
{
int tmp;
int n = atom->ntypes;
if (function[1]) { // geometric 1/r^6
double **b = (double **) force->pair->extract("B",tmp);
delete [] B;
B = new double[n+1];
bytes += (n+1)*sizeof(double);
for (int i=0; i<=n; ++i) B[i] = sqrt(fabs(b[i][i]));
}
if (function[2]) { // arithmetic 1/r^6
double **epsilon = (double **) force->pair->extract("epsilon",tmp);
double **sigma = (double **) force->pair->extract("sigma",tmp);
double eps_i, sigma_i, sigma_n, *bi = B = new double[7*n+7];
double c[7] = {
1.0, sqrt(6.0), sqrt(15.0), sqrt(20.0), sqrt(15.0), sqrt(6.0), 1.0};
if (!(epsilon&&sigma))
error->all(
FLERR,"epsilon or sigma reference not set by pair style in ewald/n");
for (int i=0; i<=n; ++i) {
eps_i = sqrt(epsilon[i][i]);
sigma_i = sigma[i][i];
sigma_n = 1.0;
for (int j=0; j<7; ++j) {
*(bi++) = sigma_n*eps_i*c[j]; sigma_n *= sigma_i;
}
}
}
}
void EwaldDisp::init_coeff_sums()
{
if (sums) return; // calculated only once
sums = 1;
Sum sum_local[EWALD_MAX_NSUMS];
memset(sum_local, 0, EWALD_MAX_NSUMS*sizeof(Sum));
if (function[0]) { // 1/r
double *q = atom->q, *qn = q+atom->nlocal;
for (double *i=q; i<qn; ++i) {
sum_local[0].x += i[0]; sum_local[0].x2 += i[0]*i[0]; }
}
if (function[1]) { // geometric 1/r^6
int *type = atom->type, *ntype = type+atom->nlocal;
for (int *i=type; i<ntype; ++i) {
sum_local[1].x += B[i[0]]; sum_local[1].x2 += B[i[0]]*B[i[0]]; }
}
if (function[2]) { // arithmetic 1/r^6
double *bi;
int *type = atom->type, *ntype = type+atom->nlocal;
for (int *i=type; i<ntype; ++i) {
bi = B+7*i[0];
sum_local[2].x2 += bi[0]*bi[6];
for (int k=2; k<9; ++k) sum_local[k].x += *(bi++);
}
}
if (function[3]&&atom->mu) { // dipole
double *mu = atom->mu[0], *nmu = mu+4*atom->nlocal;
for (double *i = mu; i < nmu; i += 4)
sum_local[9].x2 += i[3]*i[3];
}
MPI_Allreduce(sum_local, sum, 2*EWALD_MAX_NSUMS, MPI_DOUBLE, MPI_SUM, world);
}
void EwaldDisp::init_self()
{
double g1 = g_ewald, g2 = g1*g1, g3 = g1*g2;
const double qscale = force->qqrd2e * scale;
memset(energy_self, 0, EWALD_NFUNCS*sizeof(double)); // self energy
memset(virial_self, 0, EWALD_NFUNCS*sizeof(double));
if (function[0]) { // 1/r
virial_self[0] = -0.5*MY_PI*qscale/(g2*volume)*sum[0].x*sum[0].x;
energy_self[0] = sum[0].x2*qscale*g1/MY_PIS-virial_self[0];
}
if (function[1]) { // geometric 1/r^6
virial_self[1] = MY_PI*MY_PIS*g3/(6.0*volume)*sum[1].x*sum[1].x;
energy_self[1] = -sum[1].x2*g3*g3/12.0+virial_self[1];
}
if (function[2]) { // arithmetic 1/r^6
virial_self[2] = MY_PI*MY_PIS*g3/(48.0*volume)*(sum[2].x*sum[8].x+
sum[3].x*sum[7].x+sum[4].x*sum[6].x+0.5*sum[5].x*sum[5].x);
energy_self[2] = -sum[2].x2*g3*g3/3.0+virial_self[2];
}
if (function[3]) { // dipole
virial_self[3] = 0; // in surface
energy_self[3] = sum[9].x2*mumurd2e*2.0*g3/3.0/MY_PIS-virial_self[3];
}
}
void EwaldDisp::init_self_peratom()
{
if (!(vflag_atom || eflag_atom)) return;
double g1 = g_ewald, g2 = g1*g1, g3 = g1*g2;
const double qscale = force->qqrd2e * scale;
double *energy = energy_self_peratom[0];
double *virial = virial_self_peratom[0];
int nlocal = atom->nlocal;
memset(energy, 0, EWALD_NFUNCS*nlocal*sizeof(double));
memset(virial, 0, EWALD_NFUNCS*nlocal*sizeof(double));
if (function[0]) { // 1/r
double *ei = energy;
double *vi = virial;
double ce = qscale*g1/MY_PIS;
double cv = -0.5*MY_PI*qscale/(g2*volume);
double *qi = atom->q, *qn = qi + nlocal;
for (; qi < qn; qi++, vi += EWALD_NFUNCS, ei += EWALD_NFUNCS) {
double q = *qi;
*vi = cv*q*sum[0].x;
*ei = ce*q*q-vi[0];
}
}
if (function[1]) { // geometric 1/r^6
double *ei = energy+1;
double *vi = virial+1;
double ce = -g3*g3/12.0;
double cv = MY_PI*MY_PIS*g3/(6.0*volume);
int *typei = atom->type, *typen = typei + atom->nlocal;
for (; typei < typen; typei++, vi += EWALD_NFUNCS, ei += EWALD_NFUNCS) {
double b = B[*typei];
*vi = cv*b*sum[1].x;
*ei = ce*b*b+vi[0];
}
}
if (function[2]) { // arithmetic 1/r^6
double *bi;
double *ei = energy+2;
double *vi = virial+2;
double ce = -g3*g3/3.0;
double cv = 0.5*MY_PI*MY_PIS*g3/(48.0*volume);
int *typei = atom->type, *typen = typei + atom->nlocal;
for (; typei < typen; typei++, vi += EWALD_NFUNCS, ei += EWALD_NFUNCS) {
bi = B+7*typei[0]+7;
for (int k=2; k<9; ++k) *vi += cv*sum[k].x*(--bi)[0];
/* PJV 20120225:
should this be this instead? above implies an inverse dependence
seems to be the above way in original; i recall having tested
arithmetic mixing in the conception phase, but an extra test would
be prudent (pattern repeats in multiple functions below)
bi = B+7*typei[0];
for (int k=2; k<9; ++k) *vi += cv*sum[k].x*(bi++)[0];
*/
*ei = ce*bi[0]*bi[6]+vi[0];
}
}
if (function[3]&&atom->mu) { // dipole
double *ei = energy+3;
double *vi = virial+3;
double *imu = atom->mu[0], *nmu = imu+4*atom->nlocal;
double ce = mumurd2e*2.0*g3/3.0/MY_PIS;
for (; imu < nmu; imu += 4, vi += EWALD_NFUNCS, ei += EWALD_NFUNCS) {
*vi = 0; // in surface
*ei = ce*imu[3]*imu[3]-vi[0];
}
}
}
/* ----------------------------------------------------------------------
compute the EwaldDisp long-range force, energy, virial
------------------------------------------------------------------------- */
void EwaldDisp::compute(int eflag, int vflag)
{
if (!nbox) return;
// set energy/virial flags
// invoke allocate_peratom() if needed for first time
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = eflag_global = vflag_global = eflag_atom = vflag_atom = 0;
if (!peratom_allocate_flag && (eflag_atom || vflag_atom)) {
allocate_peratom();
peratom_allocate_flag = 1;
nmax = atom->nmax;
}
reallocate_atoms();
init_self_peratom();
compute_ek();
compute_force();
compute_surface();
compute_energy();
compute_energy_peratom();
compute_virial();
compute_virial_peratom();
}
void EwaldDisp::compute_ek()
{
cvector *ekr = ekr_local;
int lbytes = (2*nbox+1)*sizeof(cvector);
hvector *h = NULL;
kvector *k, *nk = kvec+nkvec;
cvector *z = new cvector[2*nbox+1];
cvector z1, *zx, *zy, *zz, *zn = z+2*nbox;
complex *cek, zxyz, zxy = COMPLEX_NULL, cx = COMPLEX_NULL;
vector mui;
double *x = atom->x[0], *xn = x+3*atom->nlocal, *q = atom->q, qi = 0.0;
double bi = 0.0, ci[7];
double *mu = atom->mu ? atom->mu[0] : NULL;
int i, kx, ky, n = nkvec*nsums, *type = atom->type, tri = domain->triclinic;
int func[EWALD_NFUNCS];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
memset(cek_local, 0, n*sizeof(complex)); // reset sums
while (x<xn) {
zx = (zy = (zz = z+nbox)+1)-2;
C_SET(zz->x, 1, 0); C_SET(zz->y, 1, 0); C_SET(zz->z, 1, 0); // z[0]
if (tri) { // triclinic z[1]
C_ANGLE(z1.x, unit[0]*x[0]+unit[5]*x[1]+unit[4]*x[2]);
C_ANGLE(z1.y, unit[1]*x[1]+unit[3]*x[2]);
C_ANGLE(z1.z, x[2]*unit[2]); x += 3;
}
else { // orthogonal z[1]
C_ANGLE(z1.x, *(x++)*unit[0]);
C_ANGLE(z1.y, *(x++)*unit[1]);
C_ANGLE(z1.z, *(x++)*unit[2]);
}
for (; zz<zn; --zx, ++zy, ++zz) { // set up z[k]=e^(ik.r)
C_RMULT(zy->x, zz->x, z1.x); // 3D k-vector
C_RMULT(zy->y, zz->y, z1.y); C_CONJ(zx->y, zy->y);
C_RMULT(zy->z, zz->z, z1.z); C_CONJ(zx->z, zy->z);
}
kx = ky = -1;
cek = cek_local;
if (func[0]) qi = *(q++);
if (func[1]) bi = B[*type];
if (func[2]) memcpy(ci, B+7*type[0], 7*sizeof(double));
if (func[3]) {
memcpy(mui, mu, sizeof(vector));
vec_scalar_mult(mui, mu[3]);
mu += 4;
h = hvec;
}
for (k=kvec; k<nk; ++k) { // compute rho(k)
if (ky!=k->y) { // based on order in
if (kx!=k->x) cx = z[kx = k->x].x; // reallocate
C_RMULT(zxy, z[ky = k->y].y, cx);
}
C_RMULT(zxyz, z[k->z].z, zxy);
if (func[0]) {
cek->re += zxyz.re*qi; (cek++)->im += zxyz.im*qi;
}
if (func[1]) {
cek->re += zxyz.re*bi; (cek++)->im += zxyz.im*bi;
}
if (func[2]) for (i=0; i<7; ++i) {
cek->re += zxyz.re*ci[i]; (cek++)->im += zxyz.im*ci[i];
}
if (func[3]) {
register double muk = mui[0]*h->x+mui[1]*h->y+mui[2]*h->z; ++h;
cek->re += zxyz.re*muk; (cek++)->im += zxyz.im*muk;
}
}
ekr = (cvector *) ((char *) memcpy(ekr, z, lbytes)+lbytes);
++type;
}
MPI_Allreduce(cek_local, cek_global, 2*n, MPI_DOUBLE, MPI_SUM, world);
delete [] z;
}
void EwaldDisp::compute_force()
{
kvector *k;
hvector *h, *nh;
cvector *z = ekr_local;
vector sum[EWALD_MAX_NSUMS], mui = COMPLEX_NULL;
complex *cek, zc, zx = COMPLEX_NULL, zxy = COMPLEX_NULL;
double *f = atom->f[0], *fn = f+3*atom->nlocal, *q = atom->q, *t = NULL;
double *mu = atom->mu ? atom->mu[0] : NULL;
const double qscale = force->qqrd2e * scale;
double *ke, c[EWALD_NFUNCS] = {
8.0*MY_PI*qscale/volume, 2.0*MY_PI*MY_PIS/(12.0*volume),
2.0*MY_PI*MY_PIS/(192.0*volume), 8.0*MY_PI*mumurd2e/volume};
double kt = 4.0*cube(g_ewald)/3.0/MY_PIS/c[3];
int i, kx, ky, lbytes = (2*nbox+1)*sizeof(cvector), *type = atom->type;
int func[EWALD_NFUNCS];
if (atom->torque) t = atom->torque[0];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
memset(sum, 0, EWALD_MAX_NSUMS*sizeof(vector)); // fj = -dE/dr =
for (; f<fn; f+=3) { // -i*qj*fac*
k = kvec; // Sum[conj(d)-d]
kx = ky = -1; // d = k*conj(ekj)*ek
ke = kenergy;
cek = cek_global;
memset(sum, 0, EWALD_MAX_NSUMS*sizeof(vector));
if (func[3]) {
register double di = mu[3] * c[3];
mui[0] = di*(mu++)[0]; mui[1] = di*(mu++)[0]; mui[2] = di*(mu++)[0];
mu++;
}
for (nh = (h = hvec)+nkvec; h<nh; ++h, ++k) {
if (ky!=k->y) { // based on order in
if (kx!=k->x) zx = z[kx = k->x].x; // reallocate
C_RMULT(zxy, z[ky = k->y].y, zx);
}
C_CRMULT(zc, z[k->z].z, zxy);
if (func[0]) { // 1/r
register double im = *(ke++)*(zc.im*cek->re+cek->im*zc.re); ++cek;
sum[0][0] += h->x*im; sum[0][1] += h->y*im; sum[0][2] += h->z*im;
}
if (func[1]) { // geometric 1/r^6
register double im = *(ke++)*(zc.im*cek->re+cek->im*zc.re); ++cek;
sum[1][0] += h->x*im; sum[1][1] += h->y*im; sum[1][2] += h->z*im;
}
if (func[2]) { // arithmetic 1/r^6
register double im, c = *(ke++);
for (i=2; i<9; ++i) {
im = c*(zc.im*cek->re+cek->im*zc.re); ++cek;
sum[i][0] += h->x*im; sum[i][1] += h->y*im; sum[i][2] += h->z*im;
}
}
if (func[3]) { // dipole
register double im = *(ke++)*(zc.im*cek->re+
cek->im*zc.re)*(mui[0]*h->x+mui[1]*h->y+mui[2]*h->z); ++cek;
sum[9][0] += h->x*im; sum[9][1] += h->y*im; sum[9][2] += h->z*im;
}
}
if (func[0]) { // 1/r
register double qi = *(q++)*c[0];
f[0] -= sum[0][0]*qi; f[1] -= sum[0][1]*qi; f[2] -= sum[0][2]*qi;
}
if (func[1]) { // geometric 1/r^6
register double bi = B[*type]*c[1];
f[0] -= sum[1][0]*bi; f[1] -= sum[1][1]*bi; f[2] -= sum[1][2]*bi;
}
if (func[2]) { // arithmetic 1/r^6
register double *bi = B+7*type[0]+7;
for (i=2; i<9; ++i) {
register double c2 = (--bi)[0]*c[2];
f[0] -= sum[i][0]*c2; f[1] -= sum[i][1]*c2; f[2] -= sum[i][2]*c2;
}
}
if (func[3]) { // dipole
f[0] -= sum[9][0]; f[1] -= sum[9][1]; f[2] -= sum[9][2];
*(t++) -= mui[1]*sum[0][2]+mui[2]*sum[0][1]-mui[0]*kt; // torque
*(t++) -= mui[2]*sum[0][0]+mui[0]*sum[0][2]-mui[1]*kt;
*(t++) -= mui[0]*sum[0][1]+mui[1]*sum[0][0]-mui[2]*kt;
}
z = (cvector *) ((char *) z+lbytes);
++type;
}
}
void EwaldDisp::compute_surface()
{
if (!function[3]) return;
if (!atom->mu) return;
vector sum_local = VECTOR_NULL, sum_total;
memset(sum_local, 0, sizeof(vector));
double *i, *n, *mu = atom->mu[0];
for (n = (i = mu) + 4*atom->nlocal; i < n; ++i) {
register double di = i[3];
sum_local[0] += di*(i++)[0];
sum_local[1] += di*(i++)[0];
sum_local[2] += di*(i++)[0];
}
MPI_Allreduce(sum_local, sum_total, 3, MPI_DOUBLE, MPI_SUM, world);
energy_self[3] += virial_self[3];
virial_self[3] =
mumurd2e*(2.0*MY_PI*vec_dot(sum_total,sum_total)/(2.0*dielectric+1)/volume);
energy_self[3] -= virial_self[3];
if (!(vflag_atom || eflag_atom)) return;
double *ei = energy_self_peratom[0]+3;
double *vi = virial_self_peratom[0]+3;
double cv = 2.0*mumurd2e*MY_PI/(2.0*dielectric+1)/volume;
for (i = mu; i < n; i += 4, ei += EWALD_NFUNCS, vi += EWALD_NFUNCS) {
*ei += *vi;
*vi = cv*i[3]*(i[0]*sum_total[0]+i[1]*sum_total[1]+i[2]*sum_total[2]);
*ei -= *vi;
}
}
void EwaldDisp::compute_energy()
{
energy = 0.0;
if (!eflag_global) return;
complex *cek = cek_global;
double *ke = kenergy;
const double qscale = force->qqrd2e * scale;
double c[EWALD_NFUNCS] = {
4.0*MY_PI*qscale/volume, 2.0*MY_PI*MY_PIS/(24.0*volume),
2.0*MY_PI*MY_PIS/(192.0*volume), 4.0*MY_PI*mumurd2e/volume};
double sum[EWALD_NFUNCS];
int func[EWALD_NFUNCS];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
memset(sum, 0, EWALD_NFUNCS*sizeof(double)); // reset sums
for (int k=0; k<nkvec; ++k) { // sum over k vectors
if (func[0]) { // 1/r
sum[0] += *(ke++)*(cek->re*cek->re+cek->im*cek->im); ++cek; }
if (func[1]) { // geometric 1/r^6
sum[1] += *(ke++)*(cek->re*cek->re+cek->im*cek->im); ++cek; }
if (func[2]) { // arithmetic 1/r^6
register double r =
(cek[0].re*cek[6].re+cek[0].im*cek[6].im)+
(cek[1].re*cek[5].re+cek[1].im*cek[5].im)+
(cek[2].re*cek[4].re+cek[2].im*cek[4].im)+
0.5*(cek[3].re*cek[3].re+cek[3].im*cek[3].im); cek += 7;
sum[2] += *(ke++)*r;
}
if (func[3]) { // dipole
sum[3] += *(ke++)*(cek->re*cek->re+cek->im*cek->im); ++cek; }
}
for (int k=0; k<EWALD_NFUNCS; ++k) energy += c[k]*sum[k]-energy_self[k];
if (slabflag) compute_slabcorr();
}
void EwaldDisp::compute_energy_peratom()
{
if (!eflag_atom) return;
kvector *k;
hvector *h, *nh;
cvector *z = ekr_local;
vector mui = VECTOR_NULL;
double sum[EWALD_MAX_NSUMS];
complex *cek, zc = COMPLEX_NULL, zx = COMPLEX_NULL, zxy = COMPLEX_NULL;
double *q = atom->q;
double *eatomj = eatom;
double *mu = atom->mu ? atom->mu[0] : NULL;
const double qscale = force->qqrd2e * scale;
double *ke = kenergy;
double c[EWALD_NFUNCS] = {
4.0*MY_PI*qscale/volume, 2.0*MY_PI*MY_PIS/(24.0*volume),
2.0*MY_PI*MY_PIS/(192.0*volume), 4.0*MY_PI*mumurd2e/volume};
int i, kx, ky, lbytes = (2*nbox+1)*sizeof(cvector), *type = atom->type;
int func[EWALD_NFUNCS];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
for (int j = 0; j < atom->nlocal; j++, ++eatomj) {
k = kvec;
kx = ky = -1;
ke = kenergy;
cek = cek_global;
memset(sum, 0, EWALD_MAX_NSUMS*sizeof(double));
if (func[3]) {
register double di = mu[3] * c[3];
mui[0] = di*(mu++)[0]; mui[1] = di*(mu++)[0]; mui[2] = di*(mu++)[0];
mu++;
}
for (nh = (h = hvec)+nkvec; h<nh; ++h, ++k) {
if (ky!=k->y) { // based on order in
if (kx!=k->x) zx = z[kx = k->x].x; // reallocate
C_RMULT(zxy, z[ky = k->y].y, zx);
}
C_CRMULT(zc, z[k->z].z, zxy);
if (func[0]) { // 1/r
sum[0] += *(ke++)*(cek->re*zc.re - cek->im*zc.im); ++cek; }
if (func[1]) { // geometric 1/r^6
sum[1] += *(ke++)*(cek->re*zc.re - cek->im*zc.im); ++cek; }
if (func[2]) { // arithmetic 1/r^6
register double im, c = *(ke++);
for (i=2; i<9; ++i) {
im = c*(cek->re*zc.re - cek->im*zc.im); ++cek;
sum[i] += im;
}
}
if (func[3]) { // dipole
sum[9] += *(ke++)*(cek->re*zc.re +
cek->im*zc.im)*(mui[0]*h->x+mui[1]*h->y+mui[2]*h->z); ++cek;
}
}
if (func[0]) { // 1/r
register double qj = *(q++)*c[0];
*eatomj += sum[0]*qj - energy_self_peratom[j][0];
}
if (func[1]) { // geometric 1/r^6
register double bj = B[*type]*c[1];
*eatomj += sum[1]*bj - energy_self_peratom[j][1];
}
if (func[2]) { // arithmetic 1/r^6
register double *bj = B+7*type[0]+7;
for (i=2; i<9; ++i) {
register double c2 = (--bj)[0]*c[2];
*eatomj += 0.5*sum[i]*c2;
}
*eatomj -= energy_self_peratom[j][2];
}
if (func[3]) { // dipole
*eatomj += sum[9] - energy_self_peratom[j][3];
}
z = (cvector *) ((char *) z+lbytes);
++type;
}
}
#define swap(a, b) { register double t = a; a= b; b = t; }
void EwaldDisp::compute_virial()
{
memset(virial, 0, sizeof(shape));
if (!vflag_global) return;
complex *cek = cek_global;
double *kv = kvirial;
const double qscale = force->qqrd2e * scale;
double c[EWALD_NFUNCS] = {
4.0*MY_PI*qscale/volume, 2.0*MY_PI*MY_PIS/(24.0*volume),
2.0*MY_PI*MY_PIS/(192.0*volume), 4.0*MY_PI*mumurd2e/volume};
shape sum[EWALD_NFUNCS];
int func[EWALD_NFUNCS];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
memset(sum, 0, EWALD_NFUNCS*sizeof(shape));
for (int k=0; k<nkvec; ++k) { // sum over k vectors
if (func[0]) { // 1/r
register double r = cek->re*cek->re+cek->im*cek->im; ++cek;
sum[0][0] += *(kv++)*r; sum[0][1] += *(kv++)*r; sum[0][2] += *(kv++)*r;
sum[0][3] += *(kv++)*r; sum[0][4] += *(kv++)*r; sum[0][5] += *(kv++)*r;
}
if (func[1]) { // geometric 1/r^6
register double r = cek->re*cek->re+cek->im*cek->im; ++cek;
sum[1][0] += *(kv++)*r; sum[1][1] += *(kv++)*r; sum[1][2] += *(kv++)*r;
sum[1][3] += *(kv++)*r; sum[1][4] += *(kv++)*r; sum[1][5] += *(kv++)*r;
}
if (func[2]) { // arithmetic 1/r^6
register double r =
(cek[0].re*cek[6].re+cek[0].im*cek[6].im)+
(cek[1].re*cek[5].re+cek[1].im*cek[5].im)+
(cek[2].re*cek[4].re+cek[2].im*cek[4].im)+
0.5*(cek[3].re*cek[3].re+cek[3].im*cek[3].im); cek += 7;
sum[2][0] += *(kv++)*r; sum[2][1] += *(kv++)*r; sum[2][2] += *(kv++)*r;
sum[2][3] += *(kv++)*r; sum[2][4] += *(kv++)*r; sum[2][5] += *(kv++)*r;
}
if (func[3]) {
register double r = cek->re*cek->re+cek->im*cek->im; ++cek;
sum[3][0] += *(kv++)*r; sum[3][1] += *(kv++)*r; sum[3][2] += *(kv++)*r;
sum[3][3] += *(kv++)*r; sum[3][4] += *(kv++)*r; sum[3][5] += *(kv++)*r;
}
}
for (int k=0; k<EWALD_NFUNCS; ++k)
if (func[k]) {
shape self = {virial_self[k], virial_self[k], virial_self[k], 0, 0, 0};
shape_scalar_mult(sum[k], c[k]);
shape_add(virial, sum[k]);
shape_subtr(virial, self);
}
}
void EwaldDisp::compute_virial_peratom()
{
if (!vflag_atom) return;
kvector *k;
hvector *h, *nh;
cvector *z = ekr_local;
vector mui = VECTOR_NULL;
complex *cek, zc = COMPLEX_NULL, zx = COMPLEX_NULL, zxy = COMPLEX_NULL;
double *kv;
double *q = atom->q;
double *vatomj = vatom[0];
double *mu = atom->mu ? atom->mu[0] : NULL;
const double qscale = force->qqrd2e * scale;
double c[EWALD_NFUNCS] = {
4.0*MY_PI*qscale/volume, 2.0*MY_PI*MY_PIS/(24.0*volume),
2.0*MY_PI*MY_PIS/(192.0*volume), 4.0*MY_PI*mumurd2e/volume};
shape sum[EWALD_MAX_NSUMS];
int func[EWALD_NFUNCS];
memcpy(func, function, EWALD_NFUNCS*sizeof(int));
int i, kx, ky, lbytes = (2*nbox+1)*sizeof(cvector), *type = atom->type;
for (int j = 0; j < atom->nlocal; j++, vatomj += 6) {
k = kvec;
kx = ky = -1;
kv = kvirial;
cek = cek_global;
memset(sum, 0, EWALD_MAX_NSUMS*sizeof(shape));
if (func[3]) {
register double di = mu[3] * c[3];
mui[0] = di*(mu++)[0]; mui[1] = di*(mu++)[1]; mui[2] = di*(mu++)[2];
mu++;
}
for (nh = (h = hvec)+nkvec; h<nh; ++h, ++k) {
if (ky!=k->y) { // based on order in
if (kx!=k->x) zx = z[kx = k->x].x; // reallocate
C_RMULT(zxy, z[ky = k->y].y, zx);
}
C_CRMULT(zc, z[k->z].z, zxy);
if (func[0]) { // 1/r
register double r = cek->re*zc.re - cek->im*zc.im; ++cek;
sum[0][0] += *(kv++)*r;
sum[0][1] += *(kv++)*r;
sum[0][2] += *(kv++)*r;
sum[0][3] += *(kv++)*r;
sum[0][4] += *(kv++)*r;
sum[0][5] += *(kv++)*r;
}
if (func[1]) { // geometric 1/r^6
register double r = cek->re*zc.re - cek->im*zc.im; ++cek;
sum[1][0] += *(kv++)*r;
sum[1][1] += *(kv++)*r;
sum[1][2] += *(kv++)*r;
sum[1][3] += *(kv++)*r;
sum[1][4] += *(kv++)*r;
sum[1][5] += *(kv++)*r;
}
if (func[2]) { // arithmetic 1/r^6
register double r;
for (i=2; i<9; ++i) {
r = cek->re*zc.re - cek->im*zc.im; ++cek;
sum[i][0] += *(kv++)*r;
sum[i][1] += *(kv++)*r;
sum[i][2] += *(kv++)*r;
sum[i][3] += *(kv++)*r;
sum[i][4] += *(kv++)*r;
sum[i][5] += *(kv++)*r;
kv -= 6;
}
kv += 6;
}
if (func[3]) { // dipole
register double
r = (cek->re*zc.re - cek->im*zc.im)
*(mui[0]*h->x+mui[1]*h->y+mui[2]*h->z); ++cek;
sum[9][0] += *(kv++)*r;
sum[9][1] += *(kv++)*r;
sum[9][2] += *(kv++)*r;
sum[9][3] += *(kv++)*r;
sum[9][4] += *(kv++)*r;
sum[9][5] += *(kv++)*r;
}
}
if (func[0]) { // 1/r
register double qi = *(q++)*c[0];
for (int n = 0; n < 6; n++) vatomj[n] += sum[0][n]*qi;
}
if (func[1]) { // geometric 1/r^6
register double bi = B[*type]*c[1];
for (int n = 0; n < 6; n++) vatomj[n] += sum[1][n]*bi;
}
if (func[2]) { // arithmetic 1/r^6
register double *bj = B+7*type[0]+7;
for (i=2; i<9; ++i) {
register double c2 = (--bj)[0]*c[2];
for (int n = 0; n < 6; n++) vatomj[n] += 0.5*sum[i][n]*c2;
}
}
if (func[3]) { // dipole
for (int n = 0; n < 6; n++) vatomj[n] += sum[9][n];
}
for (int k=0; k<EWALD_NFUNCS; ++k) {
if (func[k]) {
for (int n = 0; n < 3; n++) vatomj[n] -= virial_self_peratom[j][k];
}
}
z = (cvector *) ((char *) z+lbytes);
++type;
}
}
/* ----------------------------------------------------------------------
Slab-geometry correction term to dampen inter-slab interactions between
periodically repeating slabs. Yields good approximation to 2-D EwaldDisp if
adequate empty space is left between repeating slabs (J. Chem. Phys.
111, 3155). Slabs defined here to be parallel to the xy plane.
------------------------------------------------------------------------- */
void EwaldDisp::compute_slabcorr()
{
// compute local contribution to global dipole moment
double *q = atom->q;
double **x = atom->x;
int nlocal = atom->nlocal;
double dipole = 0.0;
for (int i = 0; i < nlocal; i++) dipole += q[i]*x[i][2];
// sum local contributions to get global dipole moment
double dipole_all;
MPI_Allreduce(&dipole,&dipole_all,1,MPI_DOUBLE,MPI_SUM,world);
// compute corrections
const double e_slabcorr = 2.0*MY_PI*dipole_all*dipole_all/volume;
const double qscale = force->qqrd2e * scale;
if (eflag_global) energy += qscale * e_slabcorr;
// per-atom energy
if (eflag_atom) {
double efact = 2.0*MY_PI*dipole_all/volume;
for (int i = 0; i < nlocal; i++) eatom[i] += qscale * q[i]*x[i][2]*efact;
}
// add on force corrections
double ffact = -4.0*MY_PI*dipole_all/volume;
double **f = atom->f;
for (int i = 0; i < nlocal; i++) f[i][2] += qscale * q[i]*ffact;
}
/* ----------------------------------------------------------------------
Newton solver used to find g_ewald for LJ systems
------------------------------------------------------------------------- */
double EwaldDisp::NewtonSolve(double x, double Rc,
bigint natoms, double vol, double b2)
{
double dx,tol;
int maxit;
maxit = 10000; //Maximum number of iterations
tol = 0.00001; //Convergence tolerance
//Begin algorithm
for (int i = 0; i < maxit; i++) {
dx = f(x,Rc,natoms,vol,b2) / derivf(x,Rc,natoms,vol,b2);
x = x - dx; //Update x
if (fabs(dx) < tol) return x;
}
return -1;
}
/* ----------------------------------------------------------------------
Calculate f(x)
------------------------------------------------------------------------- */
double EwaldDisp::f(double x, double Rc, bigint natoms, double vol, double b2)
{
double a = Rc*x;
double f = (4.0*MY_PI*b2*powint(x,4)/vol/sqrt((double)natoms)*erfc(a) *
(6.0*powint(a,-5) + 6.0*powint(a,-3) + 3.0/a + a) - accuracy);
return f;
}
/* ----------------------------------------------------------------------
Calculate numerical derivative f'(x)
------------------------------------------------------------------------- */
double EwaldDisp::derivf(double x, double Rc,
bigint natoms, double vol, double b2)
{
double h = 0.000001; //Derivative step-size
return (f(x + h,Rc,natoms,vol,b2) - f(x,Rc,natoms,vol,b2)) / h;
}
diff --git a/src/KSPACE/ewald_disp.h b/src/KSPACE/ewald_disp.h
index ed8748082..511d9d6fa 100644
--- a/src/KSPACE/ewald_disp.h
+++ b/src/KSPACE/ewald_disp.h
@@ -1,95 +1,154 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(ewald/disp,EwaldDisp)
#else
#ifndef LMP_EWALD_DISP_H
#define LMP_EWALD_DISP_H
#include "kspace.h"
#include "math_complex.h"
namespace LAMMPS_NS {
#define EWALD_NORDER 6
#define EWALD_NFUNCS 4
#define EWALD_MAX_NSUMS 10
#define EWALD_NSUMS {1, 1, 7, 1}
typedef struct cvector { complex x, y, z; } cvector;
typedef struct hvector { double x, y, z; } hvector;
typedef struct kvector { long x, y, z; } kvector;
class EwaldDisp : public KSpace {
public:
EwaldDisp(class LAMMPS *, int, char **);
~EwaldDisp();
void init();
void setup();
void compute(int, int);
double memory_usage() {return bytes;}
private:
double unit[6];
int function[EWALD_NFUNCS], first_output;
int nkvec, nkvec_max, nevec, nevec_max,
nbox, nfunctions, nsums, sums;
int peratom_allocate_flag;
int nmax;
double bytes;
double gsqmx,q2,b2;
double *kenergy, energy_self[EWALD_NFUNCS];
double *kvirial, virial_self[EWALD_NFUNCS];
double **energy_self_peratom;
double **virial_self_peratom;
cvector *ekr_local;
hvector *hvec;
kvector *kvec;
double mumurd2e, dielectric, *B, volume;
struct Sum { double x, x2; } sum[EWALD_MAX_NSUMS];
complex *cek_local, *cek_global;
double rms(int, double, bigint, double, double);
void reallocate();
void allocate_peratom();
void reallocate_atoms();
void deallocate();
void deallocate_peratom();
void coefficients();
void init_coeffs();
void init_coeff_sums();
void init_self();
void init_self_peratom();
void compute_ek();
void compute_force();
void compute_surface();
void compute_energy();
void compute_energy_peratom();
void compute_virial();
void compute_virial_peratom();
void compute_slabcorr();
double NewtonSolve(double, double, bigint, double, double);
double f(double, double, bigint, double, double);
double derivf(double, double, bigint, double, double);
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+Self-explanatory. Check the input script syntax and compare to the
+documentation for the command. You can use -echo screen as a
+command-line option when running LAMMPS to see the offending line.
+
+E: Cannot use EwaldDisp with 2d simulation
+
+This is a current restriction of this command.
+
+E: Cannot use nonperiodic boundaries with EwaldDisp
+
+UNDOCUMENTED
+
+E: Incorrect boundaries with slab EwaldDisp
+
+UNDOCUMENTED
+
+E: KSpace style is incompatible with Pair style
+
+UNDOCUMENTED
+
+E: Unsupported mixing rule in kspace_style ewald/disp
+
+UNDOCUMENTED
+
+E: Unsupported order in kspace_style ewald/disp
+
+UNDOCUMENTED
+
+E: Cannot use Ewald/disp solver on system with no charge or LJ particles
+
+UNDOCUMENTED
+
+W: System is not charge neutral, net charge = %g
+
+The total charge on all atoms on the system is not 0.0, which
+is not valid for Ewald or PPPM.
+
+E: KSpace accuracy too large to estimate G vector
+
+UNDOCUMENTED
+
+W: Ewald/disp Newton solver failed, using old method to estimate g_ewald
+
+UNDOCUMENTED
+
+E: KSpace accuracy too low
+
+UNDOCUMENTED
+
+E: epsilon or sigma reference not set by pair style in ewald/n
+
+UNDOCUMENTED
+
+*/
diff --git a/src/KSPACE/msm.h b/src/KSPACE/msm.h
index 16f8e7b53..63759850a 100644
--- a/src/KSPACE/msm.h
+++ b/src/KSPACE/msm.h
@@ -1,226 +1,234 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(msm,MSM)
#else
#ifndef LMP_MSM_H
#define LMP_MSM_H
#include "lmptype.h"
#include "mpi.h"
#include "kspace.h"
namespace LAMMPS_NS {
class MSM : public KSpace {
public:
MSM(class LAMMPS *, int, char **);
virtual ~MSM();
void init();
void setup();
virtual void compute(int, int);
protected:
int me,nprocs;
double precision;
int nfactors;
int *factors;
double qsum,qsqsum,q2;
double qqrd2e;
double cutoff;
double volume;
double *delxinv,*delyinv,*delzinv,*delvolinv;
int *nx_msm,*ny_msm,*nz_msm;
int *nxlo_in,*nylo_in,*nzlo_in;
int *nxhi_in,*nyhi_in,*nzhi_in;
int *nxlo_out,*nylo_out,*nzlo_out;
int *nxhi_out,*nyhi_out,*nzhi_out;
int *ngrid;
int *alpha,*betax,*betay,*betaz;
int nxlo_direct,nxhi_direct,nylo_direct;
int nyhi_direct,nzlo_direct,nzhi_direct;
int nmax_direct;
int nlower,nupper;
int peratom_allocate_flag;
int levels;
MPI_Comm *world_levels;
double ****qgrid;
double ****egrid;
double ****v0grid,****v1grid,****v2grid;
double ****v3grid,****v4grid,****v5grid;
double **g_direct;
double **v0_direct,**v1_direct,**v2_direct;
double **v3_direct,**v4_direct,**v5_direct;
double *g_direct_top;
double *v0_direct_top,*v1_direct_top,*v2_direct_top;
double *v3_direct_top,*v4_direct_top,*v5_direct_top;
double **phi1d,**dphi1d;
int procgrid[3]; // procs assigned in each dim of 3d grid
int myloc[3]; // which proc I am in each dim
int ***procneigh_levels; // my 6 neighboring procs, 0/1 = left/right
class CommGrid **cg;
class CommGrid **cg_peratom;
class CommGrid *cg_all;
class CommGrid *cg_peratom_all;
int current_level;
int **part2grid; // storage for particle -> grid mapping
int nmax;
double *boxlo;
void set_grid_global();
void set_proc_grid(int);
void set_grid_local();
void setup_grid();
double estimate_cutoff(double,double);
double estimate_1d_error(double,double);
double estimate_3d_error();
double estimate_total_error();
void allocate();
void allocate_peratom();
void deallocate();
void deallocate_peratom();
void allocate_levels();
void deallocate_levels();
int factorable(int,int&,int&);
void particle_map();
void make_rho();
virtual void direct(int);
void direct_top(int);
void restriction(int);
void prolongation(int);
void fieldforce();
void fieldforce_peratom();
void compute_phis_and_dphis(const double &, const double &, const double &);
double compute_phi(const double &);
double compute_dphi(const double &);
void get_g_direct();
void get_virial_direct();
void get_g_direct_top(int);
void get_virial_direct_top(int);
// grid communication
void pack_forward(int, double *, int, int *);
void unpack_forward(int, double *, int, int *);
void pack_reverse(int, double *, int, int *);
void unpack_reverse(int, double *, int, int *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot (yet) use MSM with triclinic box
This feature is not yet supported.
E: Cannot (yet) use MSM with 2d simulation
This feature is not yet supported.
E: Kspace style requires atom attribute q
The atom style defined does not have these attributes.
E: Cannot use slab correction with MSM
Slab correction can only be used with Ewald and PPPM, not MSM.
E: MSM order must be 4, 6, 8, or 10
This is a limitation of the MSM implementation in LAMMPS:
the MSM order can only be 4, 6, 8, or 10.
E: Cannot (yet) use single precision with MSM (remove -DFFT_SINGLE from Makefile and recompile)
Single precision cannot be used with MSM.
E: KSpace style is incompatible with Pair style
Setting a kspace style requires that a pair style with a long-range
Coulombic component be selected that is compatible with MSM. Note
that TIP4P is not (yet) supported by MSM.
E: Cannot use kspace solver on system with no charge
No atoms in system have a non-zero charge.
E: System is not charge neutral, net charge = %g
The total charge on all atoms on the system is not 0.0, which
is not valid for MSM.
-E: MSM grid is too large
-
-The global MSM grid is larger than OFFSET in one or more dimensions.
-OFFSET is currently set to 16384. You likely need to decrease the
-requested accuracy.
-
-W: MSM mesh too small, increasing to 2 points in each direction
-
-The global MSM grid is too small, so the number of grid points has been
-increased
-
E: KSpace accuracy must be > 0
The kspace accuracy designated in the input must be greater than zero.
W: Number of MSM mesh points increased to be a multiple of 2
MSM requires that the number of grid points in each direction be a multiple
of two and the number of grid points in one or more directions have been
adjusted to meet this requirement.
+E: Too many MSM grid levels
+
+UNDOCUMENTED
+
+W: MSM mesh too small, increasing to 2 points in each direction)
+
+UNDOCUMENTED
+
W: Adjusting Coulombic cutoff for MSM, new cutoff = %g
The adjust/cutoff command is turned on and the Coulombic cutoff has been
adjusted to match the user-specified accuracy.
+E: MSM grid is too large
+
+The global MSM grid is larger than OFFSET in one or more dimensions.
+OFFSET is currently set to 16384. You likely need to decrease the
+requested accuracy.
+
E: Out of range atoms - cannot compute MSM
One or more atoms are attempting to map their charge to a MSM grid point
that is not owned by a processor. This is likely for one of two
reasons, both of them bad. First, it may mean that an atom near the
boundary of a processor's sub-domain has moved more than 1/2 the
"neighbor skin distance"_neighbor.html without neighbor lists being
rebuilt and atoms being migrated to new processors. This also means
you may be missing pairwise interactions that need to be computed.
The solution is to change the re-neighboring criteria via the
"neigh_modify"_neigh_modify command. The safest settings are "delay 0
every 1 check yes". Second, it may mean that an atom has moved far
outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.
+U: MSM mesh too small, increasing to 2 points in each direction
+
+The global MSM grid is too small, so the number of grid points has been
+increased
+
*/
diff --git a/src/KSPACE/msm_cg.h b/src/KSPACE/msm_cg.h
index a746616eb..dd413a04e 100644
--- a/src/KSPACE/msm_cg.h
+++ b/src/KSPACE/msm_cg.h
@@ -1,141 +1,141 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(msm/cg,MSMCG)
#else
#ifndef LMP_MSM_CG_H
#define LMP_MSM_CG_H
#include "msm.h"
namespace LAMMPS_NS {
class MSMCG : public MSM {
public:
MSMCG(class LAMMPS *, int, char **);
virtual ~MSMCG();
virtual void compute(int, int);
virtual double memory_usage();
protected:
int num_charged;
int *is_charged;
double smallq;
protected:
virtual void particle_map();
virtual void make_rho();
virtual void fieldforce();
virtual void fieldforce_peratom();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Cannot (yet) use MSM with triclinic box
+E: Out of range atoms - cannot compute MSM
+
+One or more atoms are attempting to map their charge to a MSM grid point
+that is not owned by a processor. This is likely for one of two
+reasons, both of them bad. First, it may mean that an atom near the
+boundary of a processor's sub-domain has moved more than 1/2 the
+"neighbor skin distance"_neighbor.html without neighbor lists being
+rebuilt and atoms being migrated to new processors. This also means
+you may be missing pairwise interactions that need to be computed.
+The solution is to change the re-neighboring criteria via the
+"neigh_modify"_neigh_modify command. The safest settings are "delay 0
+every 1 check yes". Second, it may mean that an atom has moved far
+outside a processor's sub-domain or even the entire simulation box.
+This indicates bad physics, e.g. due to highly overlapping atoms, too
+large a timestep, etc.
+
+U: Cannot (yet) use MSM with triclinic box
This feature is not yet supported.
-E: Cannot (yet) use MSM with 2d simulation
+U: Cannot (yet) use MSM with 2d simulation
This feature is not yet supported.
-E: Kspace style requires atom attribute q
+U: Kspace style requires atom attribute q
The atom style defined does not have these attributes.
-E: Cannot use slab correction with MSM
+U: Cannot use slab correction with MSM
Slab correction can only be used with Ewald and PPPM, not MSM.
-E: MSM order must be 4, 6, 8, or 10
+U: MSM order must be 4, 6, 8, or 10
This is a limitation of the MSM implementation in LAMMPS:
the MSM order can only be 4, 6, 8, or 10.
-E: Cannot (yet) use single precision with MSM (remove -DFFT_SINGLE from Makefile and recompile)
+U: Cannot (yet) use single precision with MSM (remove -DFFT_SINGLE from Makefile and recompile)
Single precision cannot be used with MSM.
-E: KSpace style is incompatible with Pair style
+U: KSpace style is incompatible with Pair style
Setting a kspace style requires that a pair style with a long-range
Coulombic component be selected that is compatible with MSM. Note
that TIP4P is not (yet) supported by MSM.
-E: Cannot use kspace solver on system with no charge
+U: Cannot use kspace solver on system with no charge
No atoms in system have a non-zero charge.
-E: System is not charge neutral, net charge = %g
+U: System is not charge neutral, net charge = %g
The total charge on all atoms on the system is not 0.0, which
is not valid for MSM.
-E: MSM grid is too large
+U: MSM grid is too large
The global MSM grid is larger than OFFSET in one or more dimensions.
OFFSET is currently set to 16384. You likely need to decrease the
requested accuracy.
-W: MSM mesh too small, increasing to 2 points in each direction
+U: MSM mesh too small, increasing to 2 points in each direction
The global MSM grid is too small, so the number of grid points has been
increased
-E: KSpace accuracy must be > 0
+U: KSpace accuracy must be > 0
The kspace accuracy designated in the input must be greater than zero.
-W: Number of MSM mesh points increased to be a multiple of 2
+U: Number of MSM mesh points increased to be a multiple of 2
MSM requires that the number of grid points in each direction be a multiple
of two and the number of grid points in one or more directions have been
adjusted to meet this requirement.
-W: Adjusting Coulombic cutoff for MSM, new cutoff = %g
+U: Adjusting Coulombic cutoff for MSM, new cutoff = %g
The adjust/cutoff command is turned on and the Coulombic cutoff has been
adjusted to match the user-specified accuracy.
-E: Out of range atoms - cannot compute MSM
-
-One or more atoms are attempting to map their charge to a MSM grid point
-that is not owned by a processor. This is likely for one of two
-reasons, both of them bad. First, it may mean that an atom near the
-boundary of a processor's sub-domain has moved more than 1/2 the
-"neighbor skin distance"_neighbor.html without neighbor lists being
-rebuilt and atoms being migrated to new processors. This also means
-you may be missing pairwise interactions that need to be computed.
-The solution is to change the re-neighboring criteria via the
-"neigh_modify"_neigh_modify command. The safest settings are "delay 0
-every 1 check yes". Second, it may mean that an atom has moved far
-outside a processor's sub-domain or even the entire simulation box.
-This indicates bad physics, e.g. due to highly overlapping atoms, too
-large a timestep, etc.
-
*/
diff --git a/src/KSPACE/pair_born_coul_long.h b/src/KSPACE/pair_born_coul_long.h
index c7c9443ff..bfac2dc15 100644
--- a/src/KSPACE/pair_born_coul_long.h
+++ b/src/KSPACE/pair_born_coul_long.h
@@ -1,86 +1,90 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(born/coul/long,PairBornCoulLong)
#else
#ifndef LMP_PAIR_BORN_COUL_LONG_H
#define LMP_PAIR_BORN_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairBornCoulLong : public Pair {
public:
PairBornCoulLong(class LAMMPS *);
virtual ~PairBornCoulLong();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
virtual void *extract(const char *, int &);
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;
double **a,**rho,**sigma,**c,**d;
double **rhoinv,**born1,**born2,**born3,**offset;
double *cut_respa;
double g_ewald;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
E: Pair style born/coul/long requires atom attribute q
An atom style that defines this attribute must be used.
-E: Pair style is incompatible with KSpace style
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+U: Pair style is incompatible with KSpace style
If a pair style with a long-range Coulombic component is selected,
then a kspace style must also be used.
*/
diff --git a/src/KSPACE/pair_buck_coul_long.h b/src/KSPACE/pair_buck_coul_long.h
index af5716c16..9947e3266 100644
--- a/src/KSPACE/pair_buck_coul_long.h
+++ b/src/KSPACE/pair_buck_coul_long.h
@@ -1,87 +1,91 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(buck/coul/long,PairBuckCoulLong)
#else
#ifndef LMP_PAIR_BUCK_COUL_LONG_H
#define LMP_PAIR_BUCK_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairBuckCoulLong : public Pair {
public:
PairBuckCoulLong(class LAMMPS *);
virtual ~PairBuckCoulLong();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
virtual void *extract(const char *, int &);
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;
double **a,**rho,**c;
double **rhoinv,**buck1,**buck2,**offset;
double *cut_respa;
double g_ewald;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
E: Pair style buck/coul/long requires atom attribute q
The atom style defined does not have these attributes.
-E: Pair style is incompatible with KSpace style
+E: Pair style requres a KSpace style
+
+UNDOCUMENTED
+
+U: Pair style is incompatible with KSpace style
If a pair style with a long-range Coulombic component is selected,
then a kspace style must also be used.
*/
diff --git a/src/KSPACE/pair_buck_long_coul_long.cpp b/src/KSPACE/pair_buck_long_coul_long.cpp
index 3bc851839..23b834ce2 100644
--- a/src/KSPACE/pair_buck_long_coul_long.cpp
+++ b/src/KSPACE/pair_buck_long_coul_long.cpp
@@ -1,985 +1,981 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Pieter J. in 't Veld (SNL)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "math_vector.h"
#include "pair_buck_long_coul_long.h"
#include "atom.h"
#include "comm.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "force.h"
#include "kspace.h"
#include "update.h"
#include "integrate.h"
#include "respa.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
#define EWALD_F 1.12837917
#define EWALD_P 0.3275911
#define A1 0.254829592
#define A2 -0.284496736
#define A3 1.421413741
#define A4 -1.453152027
#define A5 1.061405429
/* ---------------------------------------------------------------------- */
PairBuckLongCoulLong::PairBuckLongCoulLong(LAMMPS *lmp) : Pair(lmp)
{
dispersionflag = ewaldflag = pppmflag = 1;
respa_enable = 1;
ftable = NULL;
}
/* ----------------------------------------------------------------------
global settings
------------------------------------------------------------------------- */
-#define PAIR_ILLEGAL "Illegal pair_style buck/coul command"
-#define PAIR_CUTOFF "Only one cut-off allowed when requesting all long"
-#define PAIR_MISSING "Cut-offs missing in pair_style buck/coul"
-#define PAIR_LJ_OFF "LJ6 off not supported in pair_style buck/coul"
-#define PAIR_COUL_CUT "Coulombic cut not supported in pair_style buck/coul"
-#define PAIR_LARGEST "Using largest cut-off for buck/coul long long"
-#define PAIR_MIX "Geometric mixing assumed for 1/r^6 coefficients"
-
void PairBuckLongCoulLong::options(char **arg, int order)
{
const char *option[] = {"long", "cut", "off", NULL};
int i;
- if (!*arg) error->all(FLERR,PAIR_ILLEGAL);
+ if (!*arg) error->all(FLERR,"Illegal pair_style buck/coul command");
for (i=0; option[i]&&strcmp(arg[0], option[i]); ++i);
switch (i) {
- default: error->all(FLERR,PAIR_ILLEGAL);
+ default: error->all(FLERR,"Illegal pair_style buck/coul command");
case 0: ewald_order |= 1<<order; break;
case 2: ewald_off |= 1<<order;
case 1: break;
}
}
/* ---------------------------------------------------------------------- */
void PairBuckLongCoulLong::settings(int narg, char **arg)
{
if (narg != 3 && narg != 4) error->all(FLERR,"Illegal pair_style command");
ewald_order = 0;
ewald_off = 0;
options(arg,6);
options(++arg,1);
- if (!comm->me && ewald_order & (1<<6)) error->warning(FLERR,PAIR_MIX);
+ if (!comm->me && ewald_order & (1<<6))
+ error->warning(FLERR,"Geometric mixing assumed for 1/r^6 coefficients");
if (!comm->me && ewald_order == ((1<<1) | (1<<6)))
- error->warning(FLERR,PAIR_LARGEST);
- if (!*(++arg)) error->all(FLERR,PAIR_MISSING);
- if (ewald_off & (1<<6)) error->all(FLERR,PAIR_LJ_OFF);
- if (!((ewald_order^ewald_off) & (1<<1))) error->all(FLERR,PAIR_COUL_CUT);
+ error->warning(FLERR,"Using largest cut-off for buck/coul long long");
+ if (!*(++arg)) error->all(FLERR,"Cut-offs missing in pair_style buck/coul");
+ if (ewald_off & (1<<6))
+ error->all(FLERR,"LJ6 off not supported in pair_style buck/coul");
+ if (!((ewald_order^ewald_off) & (1<<1)))
+ error->all(FLERR,"Coulombic cut not supported in pair_style buck/coul");
cut_buck_global = force->numeric(*(arg++));
- if (*arg && ((ewald_order & 0x42) == 0x42)) error->all(FLERR,PAIR_CUTOFF);
+ if (*arg && ((ewald_order & 0x42) == 0x42))
+ error->all(FLERR,"Only one cut-off allowed when requesting all long");
if (narg == 4) cut_coul = force->numeric(*arg);
else cut_coul = cut_buck_global;
if (allocated) {
int i,j;
for (i = 1; i <= atom->ntypes; i++)
for (j = i+1; j <= atom->ntypes; j++)
if (setflag[i][j]) cut_buck[i][j] = cut_buck_global;
}
}
/* ----------------------------------------------------------------------
free all arrays
------------------------------------------------------------------------- */
PairBuckLongCoulLong::~PairBuckLongCoulLong()
{
if (allocated) {
memory->destroy(setflag);
memory->destroy(cutsq);
memory->destroy(cut_buck_read);
memory->destroy(cut_buck);
memory->destroy(cut_bucksq);
memory->destroy(buck_a_read);
memory->destroy(buck_a);
memory->destroy(buck_c_read);
memory->destroy(buck_c);
memory->destroy(buck_rho_read);
memory->destroy(buck_rho);
memory->destroy(buck1);
memory->destroy(buck2);
memory->destroy(rhoinv);
memory->destroy(offset);
}
if (ftable) free_tables();
}
/* ----------------------------------------------------------------------
allocate all arrays
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::allocate()
{
allocated = 1;
int n = atom->ntypes;
memory->create(setflag,n+1,n+1,"pair:setflag");
for (int i = 1; i <= n; i++)
for (int j = i; j <= n; j++)
setflag[i][j] = 0;
memory->create(cutsq,n+1,n+1,"pair:cutsq");
memory->create(cut_buck_read,n+1,n+1,"pair:cut_buck_read");
memory->create(cut_buck,n+1,n+1,"pair:cut_buck");
memory->create(cut_bucksq,n+1,n+1,"pair:cut_bucksq");
memory->create(buck_a_read,n+1,n+1,"pair:buck_a_read");
memory->create(buck_a,n+1,n+1,"pair:buck_a");
memory->create(buck_c_read,n+1,n+1,"pair:buck_c_read");
memory->create(buck_c,n+1,n+1,"pair:buck_c");
memory->create(buck_rho_read,n+1,n+1,"pair:buck_rho_read");
memory->create(buck_rho,n+1,n+1,"pair:buck_rho");
memory->create(buck1,n+1,n+1,"pair:buck1");
memory->create(buck2,n+1,n+1,"pair:buck2");
memory->create(rhoinv,n+1,n+1,"pair:rhoinv");
memory->create(offset,n+1,n+1,"pair:offset");
}
/* ----------------------------------------------------------------------
extract protected data from object
------------------------------------------------------------------------- */
void *PairBuckLongCoulLong::extract(const char *id, int &dim)
{
const char *ids[] = {
"B", "ewald_order", "ewald_cut", "ewald_mix", "cut_coul", "cut_LJ", NULL};
void *ptrs[] = {
buck_c, &ewald_order, &cut_coul, &mix_flag, &cut_coul, &cut_buck_global,
NULL};
int i;
for (i=0; ids[i]&&strcmp(ids[i], id); ++i);
if (i == 0) dim = 2;
else dim = 0;
return ptrs[i];
}
/* ----------------------------------------------------------------------
set coeffs for one or more type pairs
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::coeff(int narg, char **arg)
{
if (narg < 5 || narg > 6)
error->all(FLERR,"Incorrect args for pair coefficients");
if (!allocated) allocate();
int ilo,ihi,jlo,jhi;
force->bounds(*(arg++),atom->ntypes,ilo,ihi);
force->bounds(*(arg++),atom->ntypes,jlo,jhi);
double buck_a_one = force->numeric(*(arg++));
double buck_rho_one = force->numeric(*(arg++));
double buck_c_one = force->numeric(*(arg++));
double cut_buck_one = cut_buck_global;
if (narg == 6) cut_buck_one = force->numeric(*(arg++));
int count = 0;
for (int i = ilo; i <= ihi; i++) {
for (int j = MAX(jlo,i); j <= jhi; j++) {
buck_a_read[i][j] = buck_a_one;
buck_c_read[i][j] = buck_c_one;
buck_rho_read[i][j] = buck_rho_one;
cut_buck_read[i][j] = cut_buck_one;
setflag[i][j] = 1;
count++;
}
}
if (count == 0) error->all(FLERR,"Incorrect args for pair coefficients");
}
/* ----------------------------------------------------------------------
init specific to this pair style
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::init_style()
{
// require an atom style with charge defined
if (!atom->q_flag && (ewald_order&(1<<1)))
error->all(FLERR,
"Invoking coulombic in pair style lj/coul requires atom attribute q");
// request regular or rRESPA neighbor lists
int irequest;
if (update->whichflag == 0 && strstr(update->integrate_style,"respa")) {
int respa = 0;
if (((Respa *) update->integrate)->level_inner >= 0) respa = 1;
if (((Respa *) update->integrate)->level_middle >= 0) respa = 2;
if (respa == 0) irequest = neighbor->request(this);
else if (respa == 1) {
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 1;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respainner = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 3;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respaouter = 1;
} else {
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 1;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respainner = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 2;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respamiddle = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 3;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respaouter = 1;
}
} else irequest = neighbor->request(this);
cut_coulsq = cut_coul * cut_coul;
// set rRESPA cutoffs
if (strstr(update->integrate_style,"respa") &&
((Respa *) update->integrate)->level_inner >= 0)
cut_respa = ((Respa *) update->integrate)->cutoff;
else cut_respa = NULL;
// ensure use of KSpace long-range solver, set two g_ewalds
if (force->kspace == NULL)
error->all(FLERR,"Pair style requires a KSpace style");
if (ewald_order&(1<<1)) g_ewald = force->kspace->g_ewald;
if (ewald_order&(1<<6)) g_ewald_6 = force->kspace->g_ewald_6;
// setup force tables
if (ncoultablebits) init_tables(cut_coul,cut_respa);
}
/* ----------------------------------------------------------------------
neighbor callback to inform pair style of neighbor list to use
regular or rRESPA
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::init_list(int id, NeighList *ptr)
{
if (id == 0) list = ptr;
else if (id == 1) listinner = ptr;
else if (id == 2) listmiddle = ptr;
else if (id == 3) listouter = ptr;
}
/* ----------------------------------------------------------------------
init for one type pair i,j and corresponding j,i
------------------------------------------------------------------------- */
double PairBuckLongCoulLong::init_one(int i, int j)
{
if (setflag[i][j] == 0) error->all(FLERR,"All pair coeffs are not set");
cut_buck[i][j] = cut_buck_read[i][j];
buck_a[i][j] = buck_a_read[i][j];
buck_c[i][j] = buck_c_read[i][j];
buck_rho[i][j] = buck_rho_read[i][j];
double cut = MAX(cut_buck[i][j],cut_coul);
cutsq[i][j] = cut*cut;
cut_bucksq[i][j] = cut_buck[i][j] * cut_buck[i][j];
buck1[i][j] = buck_a[i][j]/buck_rho[i][j];
buck2[i][j] = 6.0*buck_c[i][j];
rhoinv[i][j] = 1.0/buck_rho[i][j];
// check interior rRESPA cutoff
if (cut_respa && MIN(cut_buck[i][j],cut_coul) < cut_respa[3])
error->all(FLERR,"Pair cutoff < Respa interior cutoff");
if (offset_flag) {
double rexp = exp(-cut_buck[i][j]/buck_rho[i][j]);
offset[i][j] = buck_a[i][j]*rexp - buck_c[i][j]/pow(cut_buck[i][j],6.0);
} else offset[i][j] = 0.0;
cutsq[j][i] = cutsq[i][j];
cut_bucksq[j][i] = cut_bucksq[i][j];
buck_a[j][i] = buck_a[i][j];
buck_c[j][i] = buck_c[i][j];
rhoinv[j][i] = rhoinv[i][j];
buck1[j][i] = buck1[i][j];
buck2[j][i] = buck2[i][j];
offset[j][i] = offset[i][j];
return cut;
}
/* ----------------------------------------------------------------------
proc 0 writes to restart file
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::write_restart(FILE *fp)
{
write_restart_settings(fp);
int i,j;
for (i = 1; i <= atom->ntypes; i++)
for (j = i; j <= atom->ntypes; j++) {
fwrite(&setflag[i][j],sizeof(int),1,fp);
if (setflag[i][j]) {
fwrite(&buck_a_read[i][j],sizeof(double),1,fp);
fwrite(&buck_rho_read[i][j],sizeof(double),1,fp);
fwrite(&buck_c_read[i][j],sizeof(double),1,fp);
fwrite(&cut_buck_read[i][j],sizeof(double),1,fp);
}
}
}
/* ----------------------------------------------------------------------
proc 0 reads from restart file, bcasts
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::read_restart(FILE *fp)
{
read_restart_settings(fp);
allocate();
int i,j;
int me = comm->me;
for (i = 1; i <= atom->ntypes; i++)
for (j = i; j <= atom->ntypes; j++) {
if (me == 0) fread(&setflag[i][j],sizeof(int),1,fp);
MPI_Bcast(&setflag[i][j],1,MPI_INT,0,world);
if (setflag[i][j]) {
if (me == 0) {
fread(&buck_a_read[i][j],sizeof(double),1,fp);
fread(&buck_rho_read[i][j],sizeof(double),1,fp);
fread(&buck_c_read[i][j],sizeof(double),1,fp);
fread(&cut_buck_read[i][j],sizeof(double),1,fp);
}
MPI_Bcast(&buck_a_read[i][j],1,MPI_DOUBLE,0,world);
MPI_Bcast(&buck_rho_read[i][j],1,MPI_DOUBLE,0,world);
MPI_Bcast(&buck_c_read[i][j],1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_buck_read[i][j],1,MPI_DOUBLE,0,world);
}
}
}
/* ----------------------------------------------------------------------
proc 0 writes to restart file
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::write_restart_settings(FILE *fp)
{
fwrite(&cut_buck_global,sizeof(double),1,fp);
fwrite(&cut_coul,sizeof(double),1,fp);
fwrite(&offset_flag,sizeof(int),1,fp);
fwrite(&mix_flag,sizeof(int),1,fp);
fwrite(&ncoultablebits,sizeof(int),1,fp);
fwrite(&tabinner,sizeof(double),1,fp);
fwrite(&ewald_order,sizeof(int),1,fp);
}
/* ----------------------------------------------------------------------
proc 0 reads from restart file, bcasts
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::read_restart_settings(FILE *fp)
{
if (comm->me == 0) {
fread(&cut_buck_global,sizeof(double),1,fp);
fread(&cut_coul,sizeof(double),1,fp);
fread(&offset_flag,sizeof(int),1,fp);
fread(&mix_flag,sizeof(int),1,fp);
fread(&ncoultablebits,sizeof(int),1,fp);
fread(&tabinner,sizeof(double),1,fp);
fread(&ewald_order,sizeof(int),1,fp);
}
MPI_Bcast(&cut_buck_global,1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_coul,1,MPI_DOUBLE,0,world);
MPI_Bcast(&offset_flag,1,MPI_INT,0,world);
MPI_Bcast(&mix_flag,1,MPI_INT,0,world);
MPI_Bcast(&ncoultablebits,1,MPI_INT,0,world);
MPI_Bcast(&tabinner,1,MPI_DOUBLE,0,world);
MPI_Bcast(&ewald_order,1,MPI_INT,0,world);
}
/* ----------------------------------------------------------------------
compute pair interactions
------------------------------------------------------------------------- */
void PairBuckLongCoulLong::compute(int eflag, int vflag)
{
double evdwl,ecoul,fpair;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = 0;
double **x = atom->x, *x0 = x[0];
double **f = atom->f, *f0 = f[0], *fi = f0;
double *q = atom->q;
int *type = atom->type;
int nlocal = atom->nlocal;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
int i, j, order1 = ewald_order&(1<<1), order6 = ewald_order&(1<<6);
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
double qi = 0.0, qri = 0.0, *cutsqi, *cut_bucksqi,
*buck1i, *buck2i, *buckai, *buckci, *rhoinvi, *offseti;
double r, rsq, r2inv, force_coul, force_buck;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2;
vector xi, d;
ineighn = (ineigh = list->ilist)+list->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
if (order1) qri = (qi = q[i])*qqrd2e; // initialize constants
offseti = offset[typei = type[i]];
buck1i = buck1[typei]; buck2i = buck2[typei];
buckai = buck_a[typei]; buckci = buck_c[typei], rhoinvi = rhoinv[typei];
cutsqi = cutsq[typei]; cut_bucksqi = cut_bucksq[typei];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
jneighn = (jneigh = list->firstneigh[i])+list->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cutsqi[typej = type[j]]) continue;
r2inv = 1.0/rsq;
r = sqrt(rsq);
if (order1 && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double x = g_ewald*r;
register double s = qri*q[j], t = 1.0/(1.0+EWALD_P*x);
if (ni == 0) {
s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s;
if (eflag) ecoul = t;
}
else { // special case
register double f = s*(1.0-special_coul[ni])/r;
s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-f;
if (eflag) ecoul = t-f;
}
} // table real space
else {
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask) >> ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = qi*q[j];
if (ni == 0) {
force_coul = qiqj*(ftable[k]+f*dftable[k]);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]);
}
else { // special case
t.f = (1.0-special_coul[ni])*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]-t.f);
}
}
}
else force_coul = ecoul = 0.0;
if (rsq < cut_bucksqi[typej]) { // buckingham
register double rn = r2inv*r2inv*r2inv,
expr = exp(-r*rhoinvi[typej]);
if (order6) { // long-range
register double x2 = g2*rsq, a2 = 1.0/x2;
x2 = a2*exp(-x2)*buckci[typej];
if (ni == 0) {
force_buck =
r*expr*buck1i[typej]-g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq;
if (eflag) evdwl = expr*buckai[typej]-g6*((a2+1.0)*a2+0.5)*x2;
}
else { // special case
register double f = special_lj[ni], t = rn*(1.0-f);
force_buck = f*r*expr*buck1i[typej]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq+t*buck2i[typej];
if (eflag) evdwl = f*expr*buckai[typej] -
g6*((a2+1.0)*a2+0.5)*x2+t*buckci[typej];
}
}
else { // cut
if (ni == 0) {
force_buck = r*expr*buck1i[typej]-rn*buck2i[typej];
if (eflag) evdwl = expr*buckai[typej] -
rn*buckci[typej]-offseti[typej];
}
else { // special case
register double f = special_lj[ni];
force_buck = f*(r*expr*buck1i[typej]-rn*buck2i[typej]);
if (eflag)
evdwl = f*(expr*buckai[typej]-rn*buckci[typej]-offseti[typej]);
}
}
}
else force_buck = evdwl = 0.0;
fpair = (force_coul+force_buck)*r2inv;
if (newton_pair || j < nlocal) {
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
if (evflag) ev_tally(i,j,nlocal,newton_pair,
evdwl,ecoul,fpair,d[0],d[1],d[2]);
}
}
if (vflag_fdotr) virial_fdotr_compute();
}
/* ---------------------------------------------------------------------- */
void PairBuckLongCoulLong::compute_inner()
{
double r, rsq, r2inv, force_coul = 0.0, force_buck, fpair;
int *type = atom->type;
int nlocal = atom->nlocal;
double *x0 = atom->x[0], *f0 = atom->f[0], *fi = f0, *q = atom->q;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
double cut_out_on = cut_respa[0];
double cut_out_off = cut_respa[1];
double cut_out_diff = cut_out_off - cut_out_on;
double cut_out_on_sq = cut_out_on*cut_out_on;
double cut_out_off_sq = cut_out_off*cut_out_off;
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
int i, j, order1 = (ewald_order|(ewald_off^-1))&(1<<1);
double qri, *cut_bucksqi, *buck1i, *buck2i, *rhoinvi;
vector xi, d;
ineighn = (ineigh = listinner->ilist)+listinner->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
qri = qqrd2e*q[i];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
cut_bucksqi = cut_bucksq[typei = type[i]];
buck1i = buck1[typei]; buck2i = buck2[typei]; rhoinvi = rhoinv[typei];
jneighn = (jneigh = listinner->firstneigh[i])+listinner->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cut_out_off_sq) continue;
r2inv = 1.0/rsq;
r = sqrt(rsq);
if (order1 && (rsq < cut_coulsq)) // coulombic
force_coul = ni == 0 ?
qri*q[j]/r : qri*q[j]/r*special_coul[ni];
if (rsq < cut_bucksqi[typej = type[j]]) { // buckingham
register double rn = r2inv*r2inv*r2inv,
expr = exp(-r*rhoinvi[typej]);
force_buck = ni == 0 ?
(r*expr*buck1i[typej]-rn*buck2i[typej]) :
(r*expr*buck1i[typej]-rn*buck2i[typej])*special_lj[ni];
}
else force_buck = 0.0;
fpair = (force_coul + force_buck) * r2inv;
if (rsq > cut_out_on_sq) { // switching
register double rsw = (sqrt(rsq) - cut_out_on)/cut_out_diff;
fpair *= 1.0 + rsw*rsw*(2.0*rsw-3.0);
}
if (newton_pair || j < nlocal) { // force update
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
}
}
}
/* ---------------------------------------------------------------------- */
void PairBuckLongCoulLong::compute_middle()
{
double r, rsq, r2inv, force_coul = 0.0, force_buck, fpair;
int *type = atom->type;
int nlocal = atom->nlocal;
double *x0 = atom->x[0], *f0 = atom->f[0], *fi = f0, *q = atom->q;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
double cut_in_off = cut_respa[0];
double cut_in_on = cut_respa[1];
double cut_out_on = cut_respa[2];
double cut_out_off = cut_respa[3];
double cut_in_diff = cut_in_on - cut_in_off;
double cut_out_diff = cut_out_off - cut_out_on;
double cut_in_off_sq = cut_in_off*cut_in_off;
double cut_in_on_sq = cut_in_on*cut_in_on;
double cut_out_on_sq = cut_out_on*cut_out_on;
double cut_out_off_sq = cut_out_off*cut_out_off;
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
int i, j, order1 = (ewald_order|(ewald_off^-1))&(1<<1);
double qri, *cut_bucksqi, *buck1i, *buck2i, *rhoinvi;
vector xi, d;
ineighn = (ineigh = listmiddle->ilist)+listmiddle->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
qri = qqrd2e*q[i];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
cut_bucksqi = cut_bucksq[typei = type[i]];
buck1i = buck1[typei]; buck2i = buck2[typei]; rhoinvi = rhoinv[typei];
jneighn = (jneigh = listmiddle->firstneigh[i])+listmiddle->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cut_out_off_sq) continue;
if (rsq <= cut_in_off_sq) continue;
r2inv = 1.0/rsq;
r = sqrt(rsq);
if (order1 && (rsq < cut_coulsq)) // coulombic
force_coul = ni == 0 ?
qri*q[j]/r : qri*q[j]/r*special_coul[ni];
if (rsq < cut_bucksqi[typej = type[j]]) { // buckingham
register double rn = r2inv*r2inv*r2inv,
expr = exp(-r*rhoinvi[typej]);
force_buck = ni == 0 ?
(r*expr*buck1i[typej]-rn*buck2i[typej]) :
(r*expr*buck1i[typej]-rn*buck2i[typej])*special_lj[ni];
}
else force_buck = 0.0;
fpair = (force_coul + force_buck) * r2inv;
if (rsq < cut_in_on_sq) { // switching
register double rsw = (sqrt(rsq) - cut_in_off)/cut_in_diff;
fpair *= rsw*rsw*(3.0 - 2.0*rsw);
}
if (rsq > cut_out_on_sq) {
register double rsw = (sqrt(rsq) - cut_out_on)/cut_out_diff;
fpair *= 1.0 + rsw*rsw*(2.0*rsw-3.0);
}
if (newton_pair || j < nlocal) { // force update
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
}
}
}
/* ---------------------------------------------------------------------- */
void PairBuckLongCoulLong::compute_outer(int eflag, int vflag)
{
double evdwl,ecoul,fpair;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = 0;
double **x = atom->x, *x0 = x[0];
double **f = atom->f, *f0 = f[0], *fi = f0;
double *q = atom->q;
int *type = atom->type;
int nlocal = atom->nlocal;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
int i, j, order1 = ewald_order&(1<<1), order6 = ewald_order&(1<<6);
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni, respa_flag;
double qi = 0.0, qri = 0.0, *cutsqi, *cut_bucksqi,
*buck1i, *buck2i, *buckai, *buckci, *rhoinvi, *offseti;
double r, rsq, r2inv, force_coul, force_buck;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2;
double respa_buck = 0.0, respa_coul = 0.0, frespa = 0.0;
vector xi, d;
double cut_in_off = cut_respa[2];
double cut_in_on = cut_respa[3];
double cut_in_diff = cut_in_on - cut_in_off;
double cut_in_off_sq = cut_in_off*cut_in_off;
double cut_in_on_sq = cut_in_on*cut_in_on;
ineighn = (ineigh = listouter->ilist)+listouter->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
if (order1) qri = (qi = q[i])*qqrd2e; // initialize constants
offseti = offset[typei = type[i]];
buck1i = buck1[typei]; buck2i = buck2[typei];
buckai = buck_a[typei]; buckci = buck_c[typei]; rhoinvi = rhoinv[typei];
cutsqi = cutsq[typei]; cut_bucksqi = cut_bucksq[typei];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
jneighn = (jneigh = listouter->firstneigh[i])+listouter->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cutsqi[typej = type[j]]) continue;
r2inv = 1.0/rsq;
r = sqrt(rsq);
if ((respa_flag = (rsq>cut_in_off_sq)&&(rsq<cut_in_on_sq))) {
register double rsw = (r-cut_in_off)/cut_in_diff;
frespa = rsw*rsw*(3.0-2.0*rsw);
}
if (order1 && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double s = qri*q[j];
if (respa_flag) // correct for respa
respa_coul = ni == 0 ? frespa*s/r : frespa*s/r*special_coul[ni];
register double x = g_ewald*r, t = 1.0/(1.0+EWALD_P*x);
if (ni == 0) {
s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s;
if (eflag) ecoul = t;
}
else { // correct for special
r = s*(1.0-special_coul[ni])/r; s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-r;
if (eflag) ecoul = t-r;
}
} // table real space
else {
if (respa_flag) respa_coul = ni == 0 ? // correct for respa
frespa*qri*q[j]/r :
frespa*qri*q[j]/r*special_coul[ni];
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask) >> ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = qi*q[j];
if (ni == 0) {
force_coul = qiqj*(ftable[k]+f*dftable[k]);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]);
}
else { // correct for special
t.f = (1.0-special_coul[ni])*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]-t.f);
}
}
}
else force_coul = respa_coul = ecoul = 0.0;
if (rsq < cut_bucksqi[typej]) { // buckingham
register double rn = r2inv*r2inv*r2inv,
expr = exp(-r*rhoinvi[typej]);
if (respa_flag) respa_buck = ni == 0 ? // correct for respa
frespa*(r*expr*buck1i[typej]-rn*buck2i[typej]) :
frespa*(r*expr*buck1i[typej]-rn*buck2i[typej])*special_lj[ni];
if (order6) { // long-range form
register double x2 = g2*rsq, a2 = 1.0/x2;
x2 = a2*exp(-x2)*buckci[typej];
if (ni == 0) {
force_buck =
r*expr*buck1i[typej]-g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq;
if (eflag) evdwl = expr*buckai[typej]-g6*((a2+1.0)*a2+0.5)*x2;
}
else { // correct for special
register double f = special_lj[ni], t = rn*(1.0-f);
force_buck = f*r*expr*buck1i[typej]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq+t*buck2i[typej];
if (eflag) evdwl = f*expr*buckai[typej] -
g6*((a2+1.0)*a2+0.5)*x2+t*buckci[typej];
}
}
else { // cut form
if (ni == 0) {
force_buck = r*expr*buck1i[typej]-rn*buck2i[typej];
if (eflag)
evdwl = expr*buckai[typej]-rn*buckci[typej]-offseti[typej];
}
else { // correct for special
register double f = special_lj[ni];
force_buck = f*(r*expr*buck1i[typej]-rn*buck2i[typej]);
if (eflag)
evdwl = f*(expr*buckai[typej]-rn*buckci[typej]-offseti[typej]);
}
}
}
else force_buck = respa_buck = evdwl = 0.0;
fpair = (force_coul+force_buck)*r2inv;
frespa = fpair-(respa_coul+respa_buck)*r2inv;
if (newton_pair || j < nlocal) {
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*frespa; fj[0] -= f;
fi[1] += f = d[1]*frespa; fj[1] -= f;
fi[2] += f = d[2]*frespa; fj[2] -= f;
}
else {
fi[0] += d[0]*frespa;
fi[1] += d[1]*frespa;
fi[2] += d[2]*frespa;
}
if (evflag) ev_tally(i,j,nlocal,newton_pair,
evdwl,ecoul,fpair,d[0],d[1],d[2]);
}
}
}
/* ---------------------------------------------------------------------- */
double PairBuckLongCoulLong::single(int i, int j, int itype, int jtype,
double rsq, double factor_coul, double factor_buck,
double &fforce)
{
double f, r, r2inv, r6inv, force_coul, force_buck;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2, *q = atom->q;
r = sqrt(rsq);
r2inv = 1.0/rsq;
double eng = 0.0;
if ((ewald_order&2) && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double x = g_ewald*r;
register double s = force->qqrd2e*q[i]*q[j], t = 1.0/(1.0+EWALD_P*x);
f = s*(1.0-factor_coul)/r; s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-f;
eng += t-f;
}
else { // table real space
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask) >> ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = q[i]*q[j];
t.f = (1.0-factor_coul)*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
eng += qiqj*(etable[k]+f*detable[k]-t.f);
}
} else force_coul = 0.0;
if (rsq < cut_bucksq[itype][jtype]) { // buckingham
register double expr = factor_buck*exp(-sqrt(rsq)*rhoinv[itype][jtype]);
r6inv = r2inv*r2inv*r2inv;
if (ewald_order&64) { // long-range
register double x2 = g2*rsq, a2 = 1.0/x2, t = r6inv*(1.0-factor_buck);
x2 = a2*exp(-x2)*buck_c[itype][jtype];
force_buck = buck1[itype][jtype]*r*expr-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+a2)*x2*rsq+t*buck2[itype][jtype];
eng += buck_a[itype][jtype]*expr-
g6*((a2+1.0)*a2+0.5)*x2+t*buck_c[itype][jtype];
}
else { // cut
force_buck =
buck1[itype][jtype]*r*expr-factor_buck*buck_c[itype][jtype]*r6inv;
eng += buck_a[itype][jtype]*expr-
factor_buck*(buck_c[itype][jtype]*r6inv-offset[itype][jtype]);
}
} else force_buck = 0.0;
fforce = (force_coul+force_buck)*r2inv;
return eng;
}
diff --git a/src/KSPACE/pair_buck_long_coul_long.h b/src/KSPACE/pair_buck_long_coul_long.h
index 62858b487..b421a924c 100644
--- a/src/KSPACE/pair_buck_long_coul_long.h
+++ b/src/KSPACE/pair_buck_long_coul_long.h
@@ -1,70 +1,122 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(buck/long/coul/long,PairBuckLongCoulLong)
#else
#ifndef LMP_PAIR_BUCK_LONG_COUL_LONG_H
#define LMP_PAIR_BUCK_LONG_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairBuckLongCoulLong : public Pair {
public:
double cut_coul;
PairBuckLongCoulLong(class LAMMPS *);
~PairBuckLongCoulLong();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
void init_style();
void init_list(int, class NeighList *);
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
void compute_inner();
void compute_middle();
void compute_outer(int, int);
protected:
double cut_buck_global;
double **cut_buck, **cut_buck_read, **cut_bucksq;
double cut_coulsq;
double **buck_a_read, **buck_a, **buck_c_read, **buck_c;
double **buck1, **buck2, **buck_rho_read, **buck_rho, **rhoinv, **offset;
double *cut_respa;
double g_ewald;
double g_ewald_6;
int ewald_order, ewald_off;
void options(char **arg, int order);
void allocate();
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+W: Geometric mixing assumed for 1/r^6 coefficients
+
+UNDOCUMENTED
+
+W: Using largest cut-off for buck/coul long long
+
+UNDOCUMENTED
+
+E: Cut-offs missing in pair_style buck/coul
+
+UNDOCUMENTED
+
+E: LJ6 off not supported in pair_style buck/coul
+
+UNDOCUMENTED
+
+E: Coulombic cut not supported in pair_style buck/coul
+
+UNDOCUMENTED
+
+E: Only one cut-off allowed when requesting all long
+
+UNDOCUMENTED
+
+E: Incorrect args for pair coefficients
+
+UNDOCUMENTED
+
+E: Invoking coulombic in pair style lj/coul requires atom attribute q
+
+UNDOCUMENTED
+
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+E: All pair coeffs are not set
+
+UNDOCUMENTED
+
+E: Pair cutoff < Respa interior cutoff
+
+UNDOCUMENTED
+
+*/
diff --git a/src/KSPACE/pair_coul_long.h b/src/KSPACE/pair_coul_long.h
index c25f18f63..702ac988b 100644
--- a/src/KSPACE/pair_coul_long.h
+++ b/src/KSPACE/pair_coul_long.h
@@ -1,83 +1,87 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(coul/long,PairCoulLong)
#else
#ifndef LMP_PAIR_COUL_LONG_H
#define LMP_PAIR_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairCoulLong : public Pair {
public:
PairCoulLong(class LAMMPS *);
~PairCoulLong();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
virtual void write_restart_settings(FILE *);
virtual void read_restart_settings(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
virtual void *extract(const char *, int &);
protected:
double cut_coul,cut_coulsq;
double *cut_respa;
double g_ewald;
double **scale;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair style lj/cut/coul/long requires atom attribute q
The atom style defined does not have this attribute.
-E: Pair cutoff < Respa interior cutoff
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+U: Pair cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.
-E: Pair style is incompatible with KSpace style
+U: Pair style is incompatible with KSpace style
If a pair style with a long-range Coulombic component is selected,
then a kspace style must also be used.
*/
diff --git a/src/KSPACE/pair_lj_charmm_coul_long.h b/src/KSPACE/pair_lj_charmm_coul_long.h
index f334d5bc2..81aebe178 100644
--- a/src/KSPACE/pair_lj_charmm_coul_long.h
+++ b/src/KSPACE/pair_lj_charmm_coul_long.h
@@ -1,105 +1,109 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/charmm/coul/long,PairLJCharmmCoulLong)
#else
#ifndef LMP_PAIR_LJ_CHARMM_COUL_LONG_H
#define LMP_PAIR_LJ_CHARMM_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLJCharmmCoulLong : public Pair {
public:
PairLJCharmmCoulLong(class LAMMPS *);
virtual ~PairLJCharmmCoulLong();
virtual void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
void init_list(int, class NeighList *);
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
void compute_inner();
void compute_middle();
virtual void compute_outer(int, int);
virtual void *extract(const char *, int &);
protected:
int implicit;
double cut_lj_inner,cut_lj;
double cut_lj_innersq,cut_ljsq;
double cut_coul,cut_coulsq;
double cut_bothsq;
double denom_lj;
double **epsilon,**sigma,**eps14,**sigma14;
double **lj1,**lj2,**lj3,**lj4,**offset;
double **lj14_1,**lj14_2,**lj14_3,**lj14_4;
double *cut_respa;
double g_ewald;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair style lj/charmm/coul/long requires atom attribute q
The atom style defined does not have these attributes.
E: Pair inner cutoff >= Pair outer cutoff
The specified cutoffs for the pair style are inconsistent.
E: Pair cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.
E: Pair inner cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.
-E: Pair style is incompatible with KSpace style
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+U: Pair style is incompatible with KSpace style
If a pair style with a long-range Coulombic component is selected,
then a kspace style must also be used.
*/
diff --git a/src/KSPACE/pair_lj_cut_coul_long.h b/src/KSPACE/pair_lj_cut_coul_long.h
index 8d6659268..36a9ad4f7 100644
--- a/src/KSPACE/pair_lj_cut_coul_long.h
+++ b/src/KSPACE/pair_lj_cut_coul_long.h
@@ -1,93 +1,97 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/cut/coul/long,PairLJCutCoulLong)
#else
#ifndef LMP_PAIR_LJ_CUT_COUL_LONG_H
#define LMP_PAIR_LJ_CUT_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLJCutCoulLong : public Pair {
public:
PairLJCutCoulLong(class LAMMPS *);
virtual ~PairLJCutCoulLong();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
virtual void init_style();
void init_list(int, class NeighList *);
virtual double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
virtual void write_restart_settings(FILE *);
virtual void read_restart_settings(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
void compute_inner();
void compute_middle();
virtual void compute_outer(int, int);
virtual void *extract(const char *, int &);
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4,**offset;
double *cut_respa;
double qdist; // TIP4P distance from O site to negative charge
double g_ewald;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair style lj/cut/coul/long requires atom attribute q
The atom style defined does not have this attribute.
-E: Pair style is incompatible with KSpace style
+E: Pair style requires a KSpace style
-If a pair style with a long-range Coulombic component is selected,
-then a kspace style must also be used.
+UNDOCUMENTED
E: Pair cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.
+U: Pair style is incompatible with KSpace style
+
+If a pair style with a long-range Coulombic component is selected,
+then a kspace style must also be used.
+
*/
diff --git a/src/KSPACE/pair_lj_cut_tip4p_long.h b/src/KSPACE/pair_lj_cut_tip4p_long.h
index 7c0ba77b1..5bb35d71a 100644
--- a/src/KSPACE/pair_lj_cut_tip4p_long.h
+++ b/src/KSPACE/pair_lj_cut_tip4p_long.h
@@ -1,110 +1,110 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/cut/tip4p/long,PairLJCutTIP4PLong)
#else
#ifndef LMP_PAIR_LJ_CUT_TIP4P_LONG_H
#define LMP_PAIR_LJ_CUT_TIP4P_LONG_H
#include "pair_lj_cut_coul_long.h"
namespace LAMMPS_NS {
class PairLJCutTIP4PLong : public PairLJCutCoulLong {
public:
PairLJCutTIP4PLong(class LAMMPS *);
~PairLJCutTIP4PLong();
virtual void compute(int, int);
void settings(int, char **);
void init_style();
double init_one(int, int);
void write_restart_settings(FILE *fp);
void read_restart_settings(FILE *fp);
void *extract(const char *, int &);
double memory_usage();
protected:
int typeH,typeO; // atom types of TIP4P water H and O atoms
int typeA,typeB; // angle and bond types of TIP4P water
double alpha; // geometric constraint parameter for TIP4P
int nmax; // info on off-oxygen charge sites
int **hneigh; // 0,1 = indices of 2 H associated with O
// 2 = 0 if site loc not yet computed, 1 if yes
double **newsite; // locations of charge sites
void compute_newsite(double *, double *, double *, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: TIP4P hydrogen is missing
The TIP4P pairwise computation failed to find the correct H atom
within a water molecule.
E: TIP4P hydrogen has incorrect atom type
The TIP4P pairwise computation found an H atom whose type does not
agree with the specified H type.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Pair style lj/cut/coul/long/tip4p requires atom IDs
There are no atom IDs defined in the system and the TIP4P potential
requires them to find O,H atoms with a water molecule.
E: Pair style lj/cut/coul/long/tip4p requires newton pair on
This is because the computation of constraint forces within a water
molecule adds forces to atoms owned by other processors.
E: Pair style lj/cut/coul/long/tip4p requires atom attribute q
The atom style defined does not have these attributes.
-E: Pair style is incompatible with KSpace style
-
-If a pair style with a long-range Coulombic component is selected,
-then a kspace style must also be used.
-
E: Must use a bond style with TIP4P potential
TIP4P potentials assume bond lengths in water are constrained
by a fix shake command.
E: Must use an angle style with TIP4P potential
TIP4P potentials assume angles in water are constrained by a fix shake
command.
E: Water H epsilon must be 0.0 for pair style lj/cut/coul/long/tip4p
This is because LAMMPS does not compute the Lennard-Jones interactions
with these particles for efficiency reasons.
+U: Pair style is incompatible with KSpace style
+
+If a pair style with a long-range Coulombic component is selected,
+then a kspace style must also be used.
+
*/
diff --git a/src/KSPACE/pair_lj_long_coul_long.cpp b/src/KSPACE/pair_lj_long_coul_long.cpp
index e91629b56..62ae71ada 100644
--- a/src/KSPACE/pair_lj_long_coul_long.cpp
+++ b/src/KSPACE/pair_lj_long_coul_long.cpp
@@ -1,975 +1,979 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Pieter J. in 't Veld (SNL)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "math_vector.h"
#include "pair_lj_long_coul_long.h"
#include "atom.h"
#include "comm.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "force.h"
#include "kspace.h"
#include "update.h"
#include "integrate.h"
#include "respa.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
#define EWALD_F 1.12837917
#define EWALD_P 0.3275911
#define A1 0.254829592
#define A2 -0.284496736
#define A3 1.421413741
#define A4 -1.453152027
#define A5 1.061405429
/* ---------------------------------------------------------------------- */
PairLJLongCoulLong::PairLJLongCoulLong(LAMMPS *lmp) : Pair(lmp)
{
dispersionflag = ewaldflag = pppmflag = 1;
respa_enable = 1;
ftable = NULL;
qdist = 0.0;
}
/* ----------------------------------------------------------------------
global settings
------------------------------------------------------------------------- */
-#define PAIR_ILLEGAL "Illegal pair_style lj/coul command"
-#define PAIR_CUTOFF "Only one cut-off allowed when requesting all long"
-#define PAIR_MISSING "Cut-offs missing in pair_style lj/coul"
-#define PAIR_COUL_CUT "Coulombic cut not supported in pair_style lj/coul"
-#define PAIR_LARGEST "Using largest cut-off for lj/coul long long"
-#define PAIR_MIX "Mixing forced for lj coefficients"
+#define PAIR_ILLEGAL
+#define PAIR_CUTOFF
+#define PAIR_MISSING
+#define PAIR_COUL_CUT
+#define PAIR_LARGEST
+#define PAIR_MIX
void PairLJLongCoulLong::options(char **arg, int order)
{
const char *option[] = {"long", "cut", "off", NULL};
int i;
- if (!*arg) error->all(FLERR,PAIR_ILLEGAL);
+ if (!*arg) error->all(FLERR,"Illegal pair_style lj/long/coul/long command");
for (i=0; option[i]&&strcmp(arg[0], option[i]); ++i);
switch (i) {
- default: error->all(FLERR,PAIR_ILLEGAL);
+ default: error->all(FLERR,"Illegal pair_style lj/long/coul/long command");
case 0: ewald_order |= 1<<order; break;
case 2: ewald_off |= 1<<order;
case 1: break;
}
}
void PairLJLongCoulLong::settings(int narg, char **arg)
{
if (narg != 3 && narg != 4) error->all(FLERR,"Illegal pair_style command");
ewald_off = 0;
ewald_order = 0;
options(arg, 6);
options(++arg, 1);
- if (!comm->me && ewald_order & (1<<6)) error->warning(FLERR,PAIR_MIX);
+ if (!comm->me && ewald_order & (1<<6))
+ error->warning(FLERR,"Mixing forced for lj coefficients");
if (!comm->me && ewald_order == ((1<<1) | (1<<6)))
- error->warning(FLERR,PAIR_LARGEST);
- if (!*(++arg)) error->all(FLERR,PAIR_MISSING);
- if (!((ewald_order^ewald_off) & (1<<1))) error->all(FLERR,PAIR_COUL_CUT);
+ error->warning(FLERR,"Using largest cut-off for lj/coul long long");
+ if (!*(++arg))
+ error->all(FLERR,"Cut-offs missing in pair_style lj/coul");
+ if (!((ewald_order^ewald_off) & (1<<1)))
+ error->all(FLERR,"Coulombic cut not supported in pair_style lj/coul");
cut_lj_global = force->numeric(*(arg++));
- if (*arg && ((ewald_order & 0x42) == 0x42)) error->all(FLERR,PAIR_CUTOFF);
+ if (*arg && ((ewald_order & 0x42) == 0x42))
+ error->all(FLERR,"Only one cut-off allowed when requesting all long");
if (narg == 4) cut_coul = force->numeric(*arg);
else cut_coul = cut_lj_global;
- if (allocated) { // reset explicit cuts
+ if (allocated) {
int i,j;
for (i = 1; i <= atom->ntypes; i++)
for (j = i+1; j <= atom->ntypes; j++)
if (setflag[i][j]) cut_lj[i][j] = cut_lj_global;
}
}
/* ----------------------------------------------------------------------
free all arrays
------------------------------------------------------------------------- */
PairLJLongCoulLong::~PairLJLongCoulLong()
{
if (allocated) {
memory->destroy(setflag);
memory->destroy(cutsq);
memory->destroy(cut_lj_read);
memory->destroy(cut_lj);
memory->destroy(cut_ljsq);
memory->destroy(epsilon_read);
memory->destroy(epsilon);
memory->destroy(sigma_read);
memory->destroy(sigma);
memory->destroy(lj1);
memory->destroy(lj2);
memory->destroy(lj3);
memory->destroy(lj4);
memory->destroy(offset);
}
if (ftable) free_tables();
}
/* ----------------------------------------------------------------------
allocate all arrays
------------------------------------------------------------------------- */
void PairLJLongCoulLong::allocate()
{
allocated = 1;
int n = atom->ntypes;
memory->create(setflag,n+1,n+1,"pair:setflag");
for (int i = 1; i <= n; i++)
for (int j = i; j <= n; j++)
setflag[i][j] = 0;
memory->create(cutsq,n+1,n+1,"pair:cutsq");
memory->create(cut_lj_read,n+1,n+1,"pair:cut_lj_read");
memory->create(cut_lj,n+1,n+1,"pair:cut_lj");
memory->create(cut_ljsq,n+1,n+1,"pair:cut_ljsq");
memory->create(epsilon_read,n+1,n+1,"pair:epsilon_read");
memory->create(epsilon,n+1,n+1,"pair:epsilon");
memory->create(sigma_read,n+1,n+1,"pair:sigma_read");
memory->create(sigma,n+1,n+1,"pair:sigma");
memory->create(lj1,n+1,n+1,"pair:lj1");
memory->create(lj2,n+1,n+1,"pair:lj2");
memory->create(lj3,n+1,n+1,"pair:lj3");
memory->create(lj4,n+1,n+1,"pair:lj4");
memory->create(offset,n+1,n+1,"pair:offset");
}
/* ----------------------------------------------------------------------
extract protected data from object
------------------------------------------------------------------------- */
void *PairLJLongCoulLong::extract(const char *id, int &dim)
{
const char *ids[] = {
"B", "sigma", "epsilon", "ewald_order", "ewald_cut", "ewald_mix",
"cut_coul", "cut_LJ", NULL};
void *ptrs[] = {
lj4, sigma, epsilon, &ewald_order, &cut_coul, &mix_flag,
&cut_coul, &cut_lj_global, NULL};
int i;
for (i=0; ids[i]&&strcmp(ids[i], id); ++i);
if (i <= 2) dim = 2;
else dim = 0;
return ptrs[i];
}
/* ----------------------------------------------------------------------
set coeffs for one or more type pairs
------------------------------------------------------------------------- */
void PairLJLongCoulLong::coeff(int narg, char **arg)
{
if (narg < 4 || narg > 5) error->all(FLERR,"Incorrect args for pair coefficients");
if (!allocated) allocate();
int ilo,ihi,jlo,jhi;
force->bounds(arg[0],atom->ntypes,ilo,ihi);
force->bounds(arg[1],atom->ntypes,jlo,jhi);
double epsilon_one = force->numeric(arg[2]);
double sigma_one = force->numeric(arg[3]);
double cut_lj_one = cut_lj_global;
if (narg == 5) cut_lj_one = force->numeric(arg[4]);
int count = 0;
for (int i = ilo; i <= ihi; i++) {
for (int j = MAX(jlo,i); j <= jhi; j++) {
epsilon_read[i][j] = epsilon_one;
sigma_read[i][j] = sigma_one;
cut_lj_read[i][j] = cut_lj_one;
setflag[i][j] = 1;
count++;
}
}
if (count == 0) error->all(FLERR,"Incorrect args for pair coefficients");
}
/* ----------------------------------------------------------------------
init specific to this pair style
------------------------------------------------------------------------- */
void PairLJLongCoulLong::init_style()
{
const char *style1[] =
{"ewald", "ewald/n", "pppm", "pppm_disp", "pppm_disp/tip4p", NULL};
const char *style6[] = {"ewald/n", "pppm_disp", "pppm_disp/tip4p", NULL};
int i;
// require an atom style with charge defined
if (!atom->q_flag && (ewald_order&(1<<1)))
error->all(FLERR,
"Invoking coulombic in pair style lj/coul requires atom attribute q");
// request regular or rRESPA neighbor lists
int irequest;
if (update->whichflag == 0 && strstr(update->integrate_style,"respa")) {
int respa = 0;
if (((Respa *) update->integrate)->level_inner >= 0) respa = 1;
if (((Respa *) update->integrate)->level_middle >= 0) respa = 2;
if (respa == 0) irequest = neighbor->request(this);
else if (respa == 1) {
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 1;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respainner = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 3;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respaouter = 1;
} else {
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 1;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respainner = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 2;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respamiddle = 1;
irequest = neighbor->request(this);
neighbor->requests[irequest]->id = 3;
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->respaouter = 1;
}
} else irequest = neighbor->request(this);
cut_coulsq = cut_coul * cut_coul;
// set rRESPA cutoffs
if (strstr(update->integrate_style,"respa") &&
((Respa *) update->integrate)->level_inner >= 0)
cut_respa = ((Respa *) update->integrate)->cutoff;
else cut_respa = NULL;
// ensure use of KSpace long-range solver, set g_ewald
if (force->kspace == NULL)
error->all(FLERR,"Pair style requires a KSpace style");
if (force->kspace) g_ewald = force->kspace->g_ewald;
if (force->kspace) g_ewald_6 = force->kspace->g_ewald_6;
// setup force tables
if (ncoultablebits) init_tables(cut_coul,cut_respa);
}
/* ----------------------------------------------------------------------
neighbor callback to inform pair style of neighbor list to use
regular or rRESPA
------------------------------------------------------------------------- */
void PairLJLongCoulLong::init_list(int id, NeighList *ptr)
{
if (id == 0) list = ptr;
else if (id == 1) listinner = ptr;
else if (id == 2) listmiddle = ptr;
else if (id == 3) listouter = ptr;
}
/* ----------------------------------------------------------------------
init for one type pair i,j and corresponding j,i
------------------------------------------------------------------------- */
double PairLJLongCoulLong::init_one(int i, int j)
{
if ((ewald_order&(1<<6))||(setflag[i][j] == 0)) {
epsilon[i][j] = mix_energy(epsilon_read[i][i],epsilon_read[j][j],
sigma_read[i][i],sigma_read[j][j]);
sigma[i][j] = mix_distance(sigma_read[i][i],sigma_read[j][j]);
if (ewald_order&(1<<6))
cut_lj[i][j] = cut_lj_global;
else
cut_lj[i][j] = mix_distance(cut_lj_read[i][i],cut_lj_read[j][j]);
}
else {
sigma[i][j] = sigma_read[i][j];
epsilon[i][j] = epsilon_read[i][j];
cut_lj[i][j] = cut_lj_read[i][j];
}
double cut = MAX(cut_lj[i][j], cut_coul + 2.0*qdist);
cutsq[i][j] = cut*cut;
cut_ljsq[i][j] = cut_lj[i][j] * cut_lj[i][j];
lj1[i][j] = 48.0 * epsilon[i][j] * pow(sigma[i][j],12.0);
lj2[i][j] = 24.0 * epsilon[i][j] * pow(sigma[i][j],6.0);
lj3[i][j] = 4.0 * epsilon[i][j] * pow(sigma[i][j],12.0);
lj4[i][j] = 4.0 * epsilon[i][j] * pow(sigma[i][j],6.0);
// check interior rRESPA cutoff
if (cut_respa && MIN(cut_lj[i][j],cut_coul) < cut_respa[3])
error->all(FLERR,"Pair cutoff < Respa interior cutoff");
if (offset_flag) {
double ratio = sigma[i][j] / cut_lj[i][j];
offset[i][j] = 4.0 * epsilon[i][j] * (pow(ratio,12.0) - pow(ratio,6.0));
} else offset[i][j] = 0.0;
cutsq[j][i] = cutsq[i][j];
cut_ljsq[j][i] = cut_ljsq[i][j];
lj1[j][i] = lj1[i][j];
lj2[j][i] = lj2[i][j];
lj3[j][i] = lj3[i][j];
lj4[j][i] = lj4[i][j];
offset[j][i] = offset[i][j];
return cut;
}
/* ----------------------------------------------------------------------
proc 0 writes to restart file
------------------------------------------------------------------------- */
void PairLJLongCoulLong::write_restart(FILE *fp)
{
write_restart_settings(fp);
int i,j;
for (i = 1; i <= atom->ntypes; i++)
for (j = i; j <= atom->ntypes; j++) {
fwrite(&setflag[i][j],sizeof(int),1,fp);
if (setflag[i][j]) {
fwrite(&epsilon_read[i][j],sizeof(double),1,fp);
fwrite(&sigma_read[i][j],sizeof(double),1,fp);
fwrite(&cut_lj_read[i][j],sizeof(double),1,fp);
}
}
}
/* ----------------------------------------------------------------------
proc 0 reads from restart file, bcasts
------------------------------------------------------------------------- */
void PairLJLongCoulLong::read_restart(FILE *fp)
{
read_restart_settings(fp);
allocate();
int i,j;
int me = comm->me;
for (i = 1; i <= atom->ntypes; i++)
for (j = i; j <= atom->ntypes; j++) {
if (me == 0) fread(&setflag[i][j],sizeof(int),1,fp);
MPI_Bcast(&setflag[i][j],1,MPI_INT,0,world);
if (setflag[i][j]) {
if (me == 0) {
fread(&epsilon_read[i][j],sizeof(double),1,fp);
fread(&sigma_read[i][j],sizeof(double),1,fp);
fread(&cut_lj_read[i][j],sizeof(double),1,fp);
}
MPI_Bcast(&epsilon_read[i][j],1,MPI_DOUBLE,0,world);
MPI_Bcast(&sigma_read[i][j],1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_lj_read[i][j],1,MPI_DOUBLE,0,world);
}
}
}
/* ----------------------------------------------------------------------
proc 0 writes to restart file
------------------------------------------------------------------------- */
void PairLJLongCoulLong::write_restart_settings(FILE *fp)
{
fwrite(&cut_lj_global,sizeof(double),1,fp);
fwrite(&cut_coul,sizeof(double),1,fp);
fwrite(&offset_flag,sizeof(int),1,fp);
fwrite(&mix_flag,sizeof(int),1,fp);
fwrite(&ncoultablebits,sizeof(int),1,fp);
fwrite(&tabinner,sizeof(double),1,fp);
fwrite(&ewald_order,sizeof(int),1,fp);
}
/* ----------------------------------------------------------------------
proc 0 reads from restart file, bcasts
------------------------------------------------------------------------- */
void PairLJLongCoulLong::read_restart_settings(FILE *fp)
{
if (comm->me == 0) {
fread(&cut_lj_global,sizeof(double),1,fp);
fread(&cut_coul,sizeof(double),1,fp);
fread(&offset_flag,sizeof(int),1,fp);
fread(&mix_flag,sizeof(int),1,fp);
fread(&ncoultablebits,sizeof(int),1,fp);
fread(&tabinner,sizeof(double),1,fp);
fread(&ewald_order,sizeof(int),1,fp);
}
MPI_Bcast(&cut_lj_global,1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_coul,1,MPI_DOUBLE,0,world);
MPI_Bcast(&offset_flag,1,MPI_INT,0,world);
MPI_Bcast(&mix_flag,1,MPI_INT,0,world);
MPI_Bcast(&ncoultablebits,1,MPI_INT,0,world);
MPI_Bcast(&tabinner,1,MPI_DOUBLE,0,world);
MPI_Bcast(&ewald_order,1,MPI_INT,0,world);
}
/* ----------------------------------------------------------------------
compute pair interactions
------------------------------------------------------------------------- */
void PairLJLongCoulLong::compute(int eflag, int vflag)
{
double evdwl,ecoul,fpair;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = 0;
double **x = atom->x, *x0 = x[0];
double **f = atom->f, *f0 = f[0], *fi = f0;
double *q = atom->q;
int *type = atom->type;
int nlocal = atom->nlocal;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
int i, j, order1 = ewald_order&(1<<1), order6 = ewald_order&(1<<6);
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
double qi = 0.0, qri = 0.0;
double *cutsqi, *cut_ljsqi, *lj1i, *lj2i, *lj3i, *lj4i, *offseti;
double rsq, r2inv, force_coul, force_lj;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2;
vector xi, d;
ineighn = (ineigh = list->ilist)+list->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
if (order1) qri = (qi = q[i])*qqrd2e; // initialize constants
offseti = offset[typei = type[i]];
lj1i = lj1[typei]; lj2i = lj2[typei]; lj3i = lj3[typei]; lj4i = lj4[typei];
cutsqi = cutsq[typei]; cut_ljsqi = cut_ljsq[typei];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
jneighn = (jneigh = list->firstneigh[i])+list->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cutsqi[typej = type[j]]) continue;
r2inv = 1.0/rsq;
if (order1 && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double r = sqrt(rsq), x = g_ewald*r;
register double s = qri*q[j], t = 1.0/(1.0+EWALD_P*x);
if (ni == 0) {
s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s;
if (eflag) ecoul = t;
}
else { // special case
r = s*(1.0-special_coul[ni])/r; s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-r;
if (eflag) ecoul = t-r;
}
} // table real space
else {
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask)>>ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = qi*q[j];
if (ni == 0) {
force_coul = qiqj*(ftable[k]+f*dftable[k]);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]);
}
else { // special case
t.f = (1.0-special_coul[ni])*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]-t.f);
}
}
}
else force_coul = ecoul = 0.0;
if (rsq < cut_ljsqi[typej]) { // lj
if (order6) { // long-range lj
register double rn = r2inv*r2inv*r2inv;
register double x2 = g2*rsq, a2 = 1.0/x2;
x2 = a2*exp(-x2)*lj4i[typej];
if (ni == 0) {
force_lj =
(rn*=rn)*lj1i[typej]-g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq;
if (eflag)
evdwl = rn*lj3i[typej]-g6*((a2+1.0)*a2+0.5)*x2;
}
else { // special case
register double f = special_lj[ni], t = rn*(1.0-f);
force_lj = f*(rn *= rn)*lj1i[typej]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq+t*lj2i[typej];
if (eflag)
evdwl = f*rn*lj3i[typej]-g6*((a2+1.0)*a2+0.5)*x2+t*lj4i[typej];
}
}
else { // cut lj
register double rn = r2inv*r2inv*r2inv;
if (ni == 0) {
force_lj = rn*(rn*lj1i[typej]-lj2i[typej]);
if (eflag) evdwl = rn*(rn*lj3i[typej]-lj4i[typej])-offseti[typej];
}
else { // special case
register double f = special_lj[ni];
force_lj = f*rn*(rn*lj1i[typej]-lj2i[typej]);
if (eflag)
evdwl = f * (rn*(rn*lj3i[typej]-lj4i[typej])-offseti[typej]);
}
}
}
else force_lj = evdwl = 0.0;
fpair = (force_coul+force_lj)*r2inv;
if (newton_pair || j < nlocal) {
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
if (evflag) ev_tally(i,j,nlocal,newton_pair,
evdwl,ecoul,fpair,d[0],d[1],d[2]);
}
}
if (vflag_fdotr) virial_fdotr_compute();
}
/* ---------------------------------------------------------------------- */
void PairLJLongCoulLong::compute_inner()
{
double rsq, r2inv, force_coul = 0.0, force_lj, fpair;
int *type = atom->type;
int nlocal = atom->nlocal;
double *x0 = atom->x[0], *f0 = atom->f[0], *fi = f0, *q = atom->q;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
double cut_out_on = cut_respa[0];
double cut_out_off = cut_respa[1];
double cut_out_diff = cut_out_off - cut_out_on;
double cut_out_on_sq = cut_out_on*cut_out_on;
double cut_out_off_sq = cut_out_off*cut_out_off;
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
int i, j, order1 = (ewald_order|(ewald_off^-1))&(1<<1);
double qri, *cut_ljsqi, *lj1i, *lj2i;
vector xi, d;
ineighn = (ineigh = list->ilist)+list->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
cut_ljsqi = cut_ljsq[typei = type[i]];
lj1i = lj1[typei]; lj2i = lj2[typei];
jneighn = (jneigh = list->firstneigh[i])+list->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cut_out_off_sq) continue;
r2inv = 1.0/rsq;
if (order1 && (rsq < cut_coulsq)) { // coulombic
qri = qqrd2e*q[i];
force_coul = ni == 0 ?
qri*q[j]*sqrt(r2inv) : qri*q[j]*sqrt(r2inv)*special_coul[ni];
}
if (rsq < cut_ljsqi[typej = type[j]]) { // lennard-jones
register double rn = r2inv*r2inv*r2inv;
force_lj = ni == 0 ?
rn*(rn*lj1i[typej]-lj2i[typej]) :
rn*(rn*lj1i[typej]-lj2i[typej])*special_lj[ni];
}
else force_lj = 0.0;
fpair = (force_coul + force_lj) * r2inv;
if (rsq > cut_out_on_sq) { // switching
register double rsw = (sqrt(rsq) - cut_out_on)/cut_out_diff;
fpair *= 1.0 + rsw*rsw*(2.0*rsw-3.0);
}
if (newton_pair || j < nlocal) { // force update
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
}
}
}
/* ---------------------------------------------------------------------- */
void PairLJLongCoulLong::compute_middle()
{
double rsq, r2inv, force_coul = 0.0, force_lj, fpair;
int *type = atom->type;
int nlocal = atom->nlocal;
double *x0 = atom->x[0], *f0 = atom->f[0], *fi = f0, *q = atom->q;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
double cut_in_off = cut_respa[0];
double cut_in_on = cut_respa[1];
double cut_out_on = cut_respa[2];
double cut_out_off = cut_respa[3];
double cut_in_diff = cut_in_on - cut_in_off;
double cut_out_diff = cut_out_off - cut_out_on;
double cut_in_off_sq = cut_in_off*cut_in_off;
double cut_in_on_sq = cut_in_on*cut_in_on;
double cut_out_on_sq = cut_out_on*cut_out_on;
double cut_out_off_sq = cut_out_off*cut_out_off;
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni;
int i, j, order1 = (ewald_order|(ewald_off^-1))&(1<<1);
double qri, *cut_ljsqi, *lj1i, *lj2i;
vector xi, d;
ineighn = (ineigh = list->ilist)+list->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
qri = qqrd2e*q[i];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
cut_ljsqi = cut_ljsq[typei = type[i]];
lj1i = lj1[typei]; lj2i = lj2[typei];
jneighn = (jneigh = list->firstneigh[i])+list->numneigh[i];
for (; jneigh<jneighn; ++jneigh) {
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cut_out_off_sq) continue;
if (rsq <= cut_in_off_sq) continue;
r2inv = 1.0/rsq;
if (order1 && (rsq < cut_coulsq)) // coulombic
force_coul = ni == 0 ?
qri*q[j]*sqrt(r2inv) : qri*q[j]*sqrt(r2inv)*special_coul[ni];
if (rsq < cut_ljsqi[typej = type[j]]) { // lennard-jones
register double rn = r2inv*r2inv*r2inv;
force_lj = ni == 0 ?
rn*(rn*lj1i[typej]-lj2i[typej]) :
rn*(rn*lj1i[typej]-lj2i[typej])*special_lj[ni];
}
else force_lj = 0.0;
fpair = (force_coul + force_lj) * r2inv;
if (rsq < cut_in_on_sq) { // switching
register double rsw = (sqrt(rsq) - cut_in_off)/cut_in_diff;
fpair *= rsw*rsw*(3.0 - 2.0*rsw);
}
if (rsq > cut_out_on_sq) {
register double rsw = (sqrt(rsq) - cut_out_on)/cut_out_diff;
fpair *= 1.0 + rsw*rsw*(2.0*rsw-3.0);
}
if (newton_pair || j < nlocal) { // force update
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*fpair; fj[0] -= f;
fi[1] += f = d[1]*fpair; fj[1] -= f;
fi[2] += f = d[2]*fpair; fj[2] -= f;
}
else {
fi[0] += d[0]*fpair;
fi[1] += d[1]*fpair;
fi[2] += d[2]*fpair;
}
}
}
}
/* ---------------------------------------------------------------------- */
void PairLJLongCoulLong::compute_outer(int eflag, int vflag)
{
double evdwl,ecoul,fpair;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = 0;
double **x = atom->x, *x0 = x[0];
double **f = atom->f, *f0 = f[0], *fi = f0;
double *q = atom->q;
int *type = atom->type;
int nlocal = atom->nlocal;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
int i, j, order1 = ewald_order&(1<<1), order6 = ewald_order&(1<<6);
int *ineigh, *ineighn, *jneigh, *jneighn, typei, typej, ni, respa_flag;
double qi = 0.0, qri = 0.0;
double *cutsqi, *cut_ljsqi, *lj1i, *lj2i, *lj3i, *lj4i, *offseti;
double rsq, r2inv, force_coul, force_lj;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2;
double respa_lj = 0.0, respa_coul = 0.0, frespa = 0.0;
vector xi, d;
double cut_in_off = cut_respa[2];
double cut_in_on = cut_respa[3];
double cut_in_diff = cut_in_on - cut_in_off;
double cut_in_off_sq = cut_in_off*cut_in_off;
double cut_in_on_sq = cut_in_on*cut_in_on;
ineighn = (ineigh = list->ilist)+list->inum;
for (; ineigh<ineighn; ++ineigh) { // loop over my atoms
i = *ineigh; fi = f0+3*i;
if (order1) qri = (qi = q[i])*qqrd2e; // initialize constants
offseti = offset[typei = type[i]];
lj1i = lj1[typei]; lj2i = lj2[typei]; lj3i = lj3[typei]; lj4i = lj4[typei];
cutsqi = cutsq[typei]; cut_ljsqi = cut_ljsq[typei];
memcpy(xi, x0+(i+(i<<1)), sizeof(vector));
jneighn = (jneigh = list->firstneigh[i])+list->numneigh[i];
for (; jneigh<jneighn; ++jneigh) { // loop over neighbors
j = *jneigh;
ni = sbmask(j);
j &= NEIGHMASK;
{ register double *xj = x0+(j+(j<<1));
d[0] = xi[0] - xj[0]; // pair vector
d[1] = xi[1] - xj[1];
d[2] = xi[2] - xj[2]; }
if ((rsq = vec_dot(d, d)) >= cutsqi[typej = type[j]]) continue;
r2inv = 1.0/rsq;
frespa = 1.0; // check whether and how to compute respa corrections
respa_flag = rsq < cut_in_on_sq ? 1 : 0;
if (respa_flag && (rsq > cut_in_off_sq)) {
register double rsw = (sqrt(rsq)-cut_in_off)/cut_in_diff;
frespa = rsw*rsw*(3.0-2.0*rsw);
}
if (order1 && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double r = sqrt(rsq), s = qri*q[j];
if (respa_flag) // correct for respa
respa_coul = ni == 0 ? frespa*s/r : frespa*s/r*special_coul[ni];
register double x = g_ewald*r, t = 1.0/(1.0+EWALD_P*x);
if (ni == 0) {
s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s;
if (eflag) ecoul = t;
}
else { // correct for special
r = s*(1.0-special_coul[ni])/r; s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-r;
if (eflag) ecoul = t-r;
}
} // table real space
else {
if (respa_flag) respa_coul = ni == 0 ? // correct for respa
frespa*qri*q[j]/sqrt(rsq) :
frespa*qri*q[j]/sqrt(rsq)*special_coul[ni];
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask) >> ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = qi*q[j];
if (ni == 0) {
force_coul = qiqj*(ftable[k]+f*dftable[k]);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]);
}
else { // correct for special
t.f = (1.0-special_coul[ni])*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
if (eflag) ecoul = qiqj*(etable[k]+f*detable[k]-t.f);
}
}
}
else force_coul = respa_coul = ecoul = 0.0;
if (rsq < cut_ljsqi[typej]) { // lennard-jones
register double rn = r2inv*r2inv*r2inv;
if (respa_flag) respa_lj = ni == 0 ? // correct for respa
frespa*rn*(rn*lj1i[typej]-lj2i[typej]) :
frespa*rn*(rn*lj1i[typej]-lj2i[typej])*special_lj[ni];
if (order6) { // long-range form
register double x2 = g2*rsq, a2 = 1.0/x2;
x2 = a2*exp(-x2)*lj4i[typej];
if (ni == 0) {
force_lj =
(rn*=rn)*lj1i[typej]-g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq;
if (eflag) evdwl = rn*lj3i[typej]-g6*((a2+1.0)*a2+0.5)*x2;
}
else { // correct for special
register double f = special_lj[ni], t = rn*(1.0-f);
force_lj = f*(rn *= rn)*lj1i[typej]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq+t*lj2i[typej];
if (eflag)
evdwl = f*rn*lj3i[typej]-g6*((a2+1.0)*a2+0.5)*x2+t*lj4i[typej];
}
}
else { // cut form
if (ni == 0) {
force_lj = rn*(rn*lj1i[typej]-lj2i[typej]);
if (eflag) evdwl = rn*(rn*lj3i[typej]-lj4i[typej])-offseti[typej];
}
else { // correct for special
register double f = special_lj[ni];
force_lj = f*rn*(rn*lj1i[typej]-lj2i[typej]);
if (eflag)
evdwl = f*(rn*(rn*lj3i[typej]-lj4i[typej])-offseti[typej]);
}
}
}
else force_lj = respa_lj = evdwl = 0.0;
fpair = (force_coul+force_lj)*r2inv;
frespa = respa_flag == 0 ? fpair : fpair-(respa_coul+respa_lj)*r2inv;
if (newton_pair || j < nlocal) {
register double *fj = f0+(j+(j<<1)), f;
fi[0] += f = d[0]*frespa; fj[0] -= f;
fi[1] += f = d[1]*frespa; fj[1] -= f;
fi[2] += f = d[2]*frespa; fj[2] -= f;
}
else {
fi[0] += d[0]*frespa;
fi[1] += d[1]*frespa;
fi[2] += d[2]*frespa;
}
if (evflag) ev_tally(i,j,nlocal,newton_pair,
evdwl,ecoul,fpair,d[0],d[1],d[2]);
}
}
}
/* ---------------------------------------------------------------------- */
double PairLJLongCoulLong::single(int i, int j, int itype, int jtype,
double rsq, double factor_coul, double factor_lj,
double &fforce)
{
double r2inv, r6inv, force_coul, force_lj;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2, *q = atom->q;
double eng = 0.0;
r2inv = 1.0/rsq;
if ((ewald_order&2) && (rsq < cut_coulsq)) { // coulombic
if (!ncoultablebits || rsq <= tabinnersq) { // series real space
register double r = sqrt(rsq), x = g_ewald*r;
register double s = force->qqrd2e*q[i]*q[j], t = 1.0/(1.0+EWALD_P*x);
r = s*(1.0-factor_coul)/r; s *= g_ewald*exp(-x*x);
force_coul = (t *= ((((t*A5+A4)*t+A3)*t+A2)*t+A1)*s/x)+EWALD_F*s-r;
eng += t-r;
}
else { // table real space
register union_int_float_t t;
t.f = rsq;
register const int k = (t.i & ncoulmask) >> ncoulshiftbits;
register double f = (rsq-rtable[k])*drtable[k], qiqj = q[i]*q[j];
t.f = (1.0-factor_coul)*(ctable[k]+f*dctable[k]);
force_coul = qiqj*(ftable[k]+f*dftable[k]-t.f);
eng += qiqj*(etable[k]+f*detable[k]-t.f);
}
} else force_coul = 0.0;
if (rsq < cut_ljsq[itype][jtype]) { // lennard-jones
r6inv = r2inv*r2inv*r2inv;
if (ewald_order&64) { // long-range
register double x2 = g2*rsq, a2 = 1.0/x2, t = r6inv*(1.0-factor_lj);
x2 = a2*exp(-x2)*lj4[itype][jtype];
force_lj = factor_lj*(r6inv *= r6inv)*lj1[itype][jtype]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+a2)*x2*rsq+t*lj2[itype][jtype];
eng += factor_lj*r6inv*lj3[itype][jtype]-
g6*((a2+1.0)*a2+0.5)*x2+t*lj4[itype][jtype];
}
else { // cut
force_lj = factor_lj*r6inv*(lj1[itype][jtype]*r6inv-lj2[itype][jtype]);
eng += factor_lj*(r6inv*(r6inv*lj3[itype][jtype]-
lj4[itype][jtype])-offset[itype][jtype]);
}
} else force_lj = 0.0;
fforce = (force_coul+force_lj)*r2inv;
return eng;
}
diff --git a/src/KSPACE/pair_lj_long_coul_long.h b/src/KSPACE/pair_lj_long_coul_long.h
index a8304ca21..9041bb8d5 100644
--- a/src/KSPACE/pair_lj_long_coul_long.h
+++ b/src/KSPACE/pair_lj_long_coul_long.h
@@ -1,70 +1,114 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/long/coul/long,PairLJLongCoulLong)
#else
#ifndef LMP_PAIR_LJ_LONG_COUL_LONG_H
#define LMP_PAIR_LJ_LONG_COUL_LONG_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLJLongCoulLong : public Pair {
public:
double cut_coul;
PairLJLongCoulLong(class LAMMPS *);
virtual ~PairLJLongCoulLong();
virtual void compute(int, int);
virtual void settings(int, char **);
void coeff(int, char **);
void init_style();
void init_list(int, class NeighList *);
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
void compute_inner();
void compute_middle();
void compute_outer(int, int);
protected:
double cut_lj_global;
double **cut_lj, **cut_lj_read, **cut_ljsq;
double cut_coulsq;
double **epsilon_read, **epsilon, **sigma_read, **sigma;
double **lj1, **lj2, **lj3, **lj4, **offset;
double *cut_respa;
double qdist;
double g_ewald;
double g_ewald_6;
int ewald_order, ewald_off;
void options(char **arg, int order);
void allocate();
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+W: Mixing forced for lj coefficients
+
+UNDOCUMENTED
+
+W: Using largest cut-off for lj/coul long long
+
+UNDOCUMENTED
+
+E: Cut-offs missing in pair_style lj/coul
+
+UNDOCUMENTED
+
+E: Coulombic cut not supported in pair_style lj/coul
+
+UNDOCUMENTED
+
+E: Only one cut-off allowed when requesting all long
+
+UNDOCUMENTED
+
+E: Incorrect args for pair coefficients
+
+UNDOCUMENTED
+
+E: Invoking coulombic in pair style lj/coul requires atom attribute q
+
+UNDOCUMENTED
+
+E: Pair style requires a KSpace style
+
+UNDOCUMENTED
+
+E: Pair cutoff < Respa interior cutoff
+
+UNDOCUMENTED
+
+*/
diff --git a/src/KSPACE/pair_lj_long_tip4p_long.cpp b/src/KSPACE/pair_lj_long_tip4p_long.cpp
index 8b8eb0f8b..0b55782e9 100755
--- a/src/KSPACE/pair_lj_long_tip4p_long.cpp
+++ b/src/KSPACE/pair_lj_long_tip4p_long.cpp
@@ -1,644 +1,643 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing authors: Amalie Frischknecht and Ahmed Ismail (SNL)
Rolf Isele-Holder (Aachen University)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "pair_lj_long_tip4p_long.h"
#include "angle.h"
#include "atom.h"
#include "bond.h"
#include "comm.h"
#include "domain.h"
#include "force.h"
#include "kspace.h"
#include "update.h"
#include "respa.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
#define EWALD_F 1.12837917
#define EWALD_P 0.3275911
#define A1 0.254829592
#define A2 -0.284496736
#define A3 1.421413741
#define A4 -1.453152027
#define A5 1.061405429
/* ---------------------------------------------------------------------- */
PairLJLongTIP4PLong::PairLJLongTIP4PLong(LAMMPS *lmp) :
PairLJLongCoulLong(lmp)
{
tip4pflag = 1;
single_enable = 0;
respa_enable = 0;
nmax = 0;
hneigh = NULL;
newsite = NULL;
// TIP4P cannot compute virial as F dot r
// due to find_M() finding bonded H atoms which are not near O atom
no_virial_fdotr_compute = 1;
}
/* ---------------------------------------------------------------------- */
PairLJLongTIP4PLong::~PairLJLongTIP4PLong()
{
memory->destroy(hneigh);
memory->destroy(newsite);
}
/* ---------------------------------------------------------------------- */
void PairLJLongTIP4PLong::compute(int eflag, int vflag)
{
int i,j,ii,jj,inum,jnum,itype,jtype,itable;
int n,vlist[6];
int key;
int iH1,iH2,jH1,jH2;
double qtmp,xtmp,ytmp,ztmp,delx,dely,delz,evdwl,ecoul;
double fraction,table;
double r,r2inv,forcecoul,forcelj,cforce;
double factor_coul,factor_lj;
double grij,expm2,prefactor,t,erfc;
double xiM[3],xjM[3],fO[3],fH[3],fd[3],v[6],xH1[3],xH2[3];// f1[3];
double *x1,*x2;
int *ilist,*jlist,*numneigh,**firstneigh;
double rsq;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = 0;
// reallocate hneigh & newsite if necessary
// initialize hneigh[0] to -1 on steps when reneighboring occurred
// initialize hneigh[2] to 0 every step
int nlocal = atom->nlocal;
int nall = nlocal + atom->nghost;
if (atom->nmax > nmax) {
nmax = atom->nmax;
memory->destroy(hneigh);
memory->create(hneigh,nmax,3,"pair:hneigh");
memory->destroy(newsite);
memory->create(newsite,nmax,3,"pair:newsite");
}
if (neighbor->ago == 0)
for (i = 0; i < nall; i++) hneigh[i][0] = -1;
for (i = 0; i < nall; i++) hneigh[i][2] = 0;
double **f = atom->f;
double **x = atom->x;
double *q = atom->q;
int *type = atom->type;
double *special_coul = force->special_coul;
double *special_lj = force->special_lj;
int newton_pair = force->newton_pair;
double qqrd2e = force->qqrd2e;
double cut_coulsqplus = (cut_coul+2.0*qdist)*(cut_coul+2.0*qdist);
int order1 = ewald_order&(1<<1), order6 = ewald_order&(1<<6);
int ni;
double *cut_ljsqi, *lj1i, *lj2i, *lj3i, *lj4i, *offseti;
double g2 = g_ewald_6*g_ewald_6, g6 = g2*g2*g2, g8 = g6*g2;
inum = list->inum;
ilist = list->ilist;
numneigh = list->numneigh;
firstneigh = list->firstneigh;
// loop over neighbors of my atoms
for (ii = 0; ii < inum; ii++) {
i = ilist[ii];
qtmp = q[i];
xtmp = x[i][0];
ytmp = x[i][1];
ztmp = x[i][2];
itype = type[i];
if (itype == typeO) {
if (hneigh[i][0] < 0) {
hneigh[i][0] = iH1 = atom->map(atom->tag[i] + 1);
hneigh[i][1] = iH2 = atom->map(atom->tag[i] + 2);
hneigh[i][2] = 1;
if (iH1 == -1 || iH2 == -1)
error->one(FLERR,"TIP4P hydrogen is missing");
if (atom->type[iH1] != typeH || atom->type[iH2] != typeH)
error->one(FLERR,"TIP4P hydrogen has incorrect atom type");
compute_newsite(x[i],x[iH1],x[iH2],newsite[i]);
} else {
iH1 = hneigh[i][0];
iH2 = hneigh[i][1];
if (hneigh[i][2] == 0) {
hneigh[i][2] = 1;
compute_newsite(x[i],x[iH1],x[iH2],newsite[i]);
}
}
x1 = newsite[i];
} else x1 = x[i];
jlist = firstneigh[i];
jnum = numneigh[i];
offseti = offset[itype];
lj1i = lj1[itype]; lj2i = lj2[itype]; lj3i = lj3[itype]; lj4i = lj4[itype];
for (jj = 0; jj < jnum; jj++) {
j = jlist[jj];
ni = sbmask(j);
factor_lj = special_lj[sbmask(j)];
factor_coul = special_coul[sbmask(j)];
j &= NEIGHMASK;
delx = xtmp - x[j][0];
dely = ytmp - x[j][1];
delz = ztmp - x[j][2];
rsq = delx*delx + dely*dely + delz*delz;
jtype = type[j];
if (rsq < cut_ljsq[itype][jtype]) { // lj
r2inv = 1.0/rsq;
if (order6) { // long-range lj
register double rn = r2inv*r2inv*r2inv;
register double x2 = g2*rsq, a2 = 1.0/x2;
x2 = a2*exp(-x2)*lj4i[jtype];
if (ni == 0) {
forcelj =
(rn*=rn)*lj1i[jtype]-g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq;
if (eflag)
evdwl = rn*lj3i[jtype]-g6*((a2+1.0)*a2+0.5)*x2;
}
else { // special case
register double f = special_lj[ni], t = rn*(1.0-f);
forcelj = f*(rn *= rn)*lj1i[jtype]-
g8*(((6.0*a2+6.0)*a2+3.0)*a2+1.0)*x2*rsq+t*lj2i[jtype];
if (eflag)
evdwl = f*rn*lj3i[jtype]-g6*((a2+1.0)*a2+0.5)*x2+t*lj4i[jtype];
}
}
else { // cut lj
register double rn = r2inv*r2inv*r2inv;
if (ni == 0) {
forcelj = rn*(rn*lj1i[jtype]-lj2i[jtype]);
if (eflag) evdwl = rn*(rn*lj3i[jtype]-lj4i[jtype])-offseti[jtype];
}
else { // special case
register double f = special_lj[ni];
forcelj = f*rn*(rn*lj1i[jtype]-lj2i[jtype]);
if (eflag)
evdwl = f * (rn*(rn*lj3i[jtype]-lj4i[jtype])-offseti[jtype]);
}
}
forcelj *= r2inv;
f[i][0] += delx*forcelj;
f[i][1] += dely*forcelj;
f[i][2] += delz*forcelj;
f[j][0] -= delx*forcelj;
f[j][1] -= dely*forcelj;
f[j][2] -= delz*forcelj;
if (evflag) ev_tally(i,j,nlocal,newton_pair,
evdwl,0.0,forcelj,delx,dely,delz);
}
// adjust rsq and delxyz for off-site O charge(s)
// ADDITIONAL REQEUST REQUIRED HERE!!!!!
if (rsq < cut_coulsqplus) {
if (itype == typeO || jtype == typeO) {
if (jtype == typeO) {
if (hneigh[j][0] < 0) {
hneigh[j][0] = jH1 = atom->map(atom->tag[j] + 1);
hneigh[j][1] = jH2 = atom->map(atom->tag[j] + 2);
hneigh[j][2] = 1;
if (jH1 == -1 || jH2 == -1)
error->one(FLERR,"TIP4P hydrogen is missing");
if (atom->type[jH1] != typeH || atom->type[jH2] != typeH)
error->one(FLERR,"TIP4P hydrogen has incorrect atom type");
compute_newsite(x[j],x[jH1],x[jH2],newsite[j]);
} else {
jH1 = hneigh[j][0];
jH2 = hneigh[j][1];
if (hneigh[j][2] == 0) {
hneigh[j][2] = 1;
compute_newsite(x[j],x[jH1],x[jH2],newsite[j]);
}
}
x2 = newsite[j];
} else x2 = x[j];
delx = x1[0] - x2[0];
dely = x1[1] - x2[1];
delz = x1[2] - x2[2];
rsq = delx*delx + dely*dely + delz*delz;
}
// test current rsq against cutoff and compute Coulombic force
if (rsq < cut_coulsq && order1) {
r2inv = 1.0 / rsq;
if (!ncoultablebits || rsq <= tabinnersq) {
r = sqrt(rsq);
grij = g_ewald * r;
expm2 = exp(-grij*grij);
t = 1.0 / (1.0 + EWALD_P*grij);
erfc = t * (A1+t*(A2+t*(A3+t*(A4+t*A5)))) * expm2;
prefactor = qqrd2e * qtmp*q[j]/r;
forcecoul = prefactor * (erfc + EWALD_F*grij*expm2);
if (factor_coul < 1.0) {
forcecoul -= (1.0-factor_coul)*prefactor;
}
} else {
union_int_float_t rsq_lookup;
rsq_lookup.f = rsq;
itable = rsq_lookup.i & ncoulmask;
itable >>= ncoulshiftbits;
fraction = (rsq_lookup.f - rtable[itable]) * drtable[itable];
table = ftable[itable] + fraction*dftable[itable];
forcecoul = qtmp*q[j] * table;
if (factor_coul < 1.0) {
table = ctable[itable] + fraction*dctable[itable];
prefactor = qtmp*q[j] * table;
forcecoul -= (1.0-factor_coul)*prefactor;
}
}
cforce = forcecoul * r2inv;
//if (evflag) ev_tally(i,j,nlocal,newton_pair,
// evdwl,0.0,cforce,delx,dely,delz);
// if i,j are not O atoms, force is applied directly
// if i or j are O atoms, force is on fictitious atom & partitioned
// force partitioning due to Feenstra, J Comp Chem, 20, 786 (1999)
// f_f = fictitious force, fO = f_f (1 - 2 alpha), fH = alpha f_f
// preserves total force and torque on water molecule
// virial = sum(r x F) where each water's atoms are near xi and xj
// vlist stores 2,4,6 atoms whose forces contribute to virial
n = 0;
key = 0;
if (itype != typeO) {
f[i][0] += delx * cforce;
f[i][1] += dely * cforce;
f[i][2] += delz * cforce;
if (vflag) {
v[0] = x[i][0] * delx * cforce;
v[1] = x[i][1] * dely * cforce;
v[2] = x[i][2] * delz * cforce;
v[3] = x[i][0] * dely * cforce;
v[4] = x[i][0] * delz * cforce;
v[5] = x[i][1] * delz * cforce;
}
vlist[n++] = i;
} else {
key += 1;
fd[0] = delx*cforce;
fd[1] = dely*cforce;
fd[2] = delz*cforce;
fO[0] = fd[0]*(1 - alpha);
fO[1] = fd[1]*(1 - alpha);
fO[2] = fd[2]*(1 - alpha);
fH[0] = 0.5 * alpha * fd[0];
fH[1] = 0.5 * alpha * fd[1];
fH[2] = 0.5 * alpha * fd[2];
f[i][0] += fO[0];
f[i][1] += fO[1];
f[i][2] += fO[2];
f[iH1][0] += fH[0];
f[iH1][1] += fH[1];
f[iH1][2] += fH[2];
f[iH2][0] += fH[0];
f[iH2][1] += fH[1];
f[iH2][2] += fH[2];
if (vflag) {
domain->closest_image(x[i],x[iH1],xH1);
domain->closest_image(x[i],x[iH2],xH2);
v[0] = x[i][0]*fO[0] + xH1[0]*fH[0] + xH2[0]*fH[0];
v[1] = x[i][1]*fO[1] + xH1[1]*fH[1] + xH2[1]*fH[1];
v[2] = x[i][2]*fO[2] + xH1[2]*fH[2] + xH2[2]*fH[2];
v[3] = x[i][0]*fO[1] + xH1[0]*fH[1] + xH2[0]*fH[1];
v[4] = x[i][0]*fO[2] + xH1[0]*fH[2] + xH2[0]*fH[2];
v[5] = x[i][1]*fO[2] + xH1[1]*fH[2] + xH2[1]*fH[2];
}
vlist[n++] = i;
vlist[n++] = iH1;
vlist[n++] = iH2;
}
if (jtype != typeO) {
f[j][0] -= delx * cforce;
f[j][1] -= dely * cforce;
f[j][2] -= delz * cforce;
if (vflag) {
v[0] -= x[j][0] * delx * cforce;
v[1] -= x[j][1] * dely * cforce;
v[2] -= x[j][2] * delz * cforce;
v[3] -= x[j][0] * dely * cforce;
v[4] -= x[j][0] * delz * cforce;
v[5] -= x[j][1] * delz * cforce;
}
vlist[n++] = j;
} else {
key += 2;
fd[0] = -delx*cforce;
fd[1] = -dely*cforce;
fd[2] = -delz*cforce;
fO[0] = fd[0]*(1 - alpha);
fO[1] = fd[1]*(1 - alpha);
fO[2] = fd[2]*(1 - alpha);
fH[0] = 0.5 * alpha * fd[0];
fH[1] = 0.5 * alpha * fd[1];
fH[2] = 0.5 * alpha * fd[2];
f[j][0] += fO[0];
f[j][1] += fO[1];
f[j][2] += fO[2];
f[jH1][0] += fH[0];
f[jH1][1] += fH[1];
f[jH1][2] += fH[2];
f[jH2][0] += fH[0];
f[jH2][1] += fH[1];
f[jH2][2] += fH[2];
if (vflag) {
domain->closest_image(x[j],x[jH1],xH1);
domain->closest_image(x[j],x[jH2],xH2);
v[0] += x[j][0]*fO[0] + xH1[0]*fH[0] + xH2[0]*fH[0];
v[1] += x[j][1]*fO[1] + xH1[1]*fH[1] + xH2[1]*fH[1];
v[2] += x[j][2]*fO[2] + xH1[2]*fH[2] + xH2[2]*fH[2];
v[3] += x[j][0]*fO[1] + xH1[0]*fH[1] + xH2[0]*fH[1];
v[4] += x[j][0]*fO[2] + xH1[0]*fH[2] + xH2[0]*fH[2];
v[5] += x[j][1]*fO[2] + xH1[1]*fH[2] + xH2[1]*fH[2];
}
vlist[n++] = j;
vlist[n++] = jH1;
vlist[n++] = jH2;
}
if (eflag) {
if (!ncoultablebits || rsq <= tabinnersq)
ecoul = prefactor*erfc;
else {
table = etable[itable] + fraction*detable[itable];
ecoul = qtmp*q[j] * table;
}
if (factor_coul < 1.0) ecoul -= (1.0-factor_coul)*prefactor;
} else ecoul = 0.0;
if (evflag) ev_tally_tip4p(key,vlist,v,ecoul,alpha);
}
}
}
}
}
/* ----------------------------------------------------------------------
global settings
------------------------------------------------------------------------- */
-#define PAIR_CUTOFF "Only one cut-off allowed when requesting all long"
-#define PAIR_COUL_CUT "Coulombic cut not supported in pair_style lj/coul"
-#define PAIR_LARGEST "Using largest cut-off for lj/coul long long"
-#define PAIR_MIX "Mixing forced for lj coefficients"
void PairLJLongTIP4PLong::settings(int narg, char **arg)
{
if (narg < 8 || narg > 9) error->all(FLERR,"Illegal pair_style command");
ewald_off = 0;
ewald_order = 0;
options(arg, 6);
options(++arg, 1);
- if (!comm->me && ewald_order&(1<<6)) error->warning(FLERR,PAIR_MIX);
- if (!comm->me && ewald_order==((1<<1)|(1<<6))) error->warning(FLERR,PAIR_LARGEST);
- if (!((ewald_order^ewald_off)&(1<<1))) error->all(FLERR,PAIR_COUL_CUT);
+ if (!comm->me && ewald_order&(1<<6))
+ error->warning(FLERR,"Mixing forced for lj coefficients");
+ if (!comm->me && ewald_order==((1<<1)|(1<<6)))
+ error->warning(FLERR,"Using largest cut-off for lj/coul long long");
+ if (!((ewald_order^ewald_off)&(1<<1)))
+ error->all(FLERR,"Coulombic cut not supported in pair_style lj/coul");
typeO = force->inumeric(arg[1]);
typeH = force->inumeric(arg[2]);
typeB = force->inumeric(arg[3]);
typeA = force->inumeric(arg[4]);
qdist = force->numeric(arg[5]);
cut_lj_global = force->numeric(arg[6]);
if (narg == 8) cut_coul = cut_lj_global;
else cut_coul = force->numeric(arg[7]);
// reset cutoffs that have been explicitly set
if (allocated) {
int i,j;
for (i = 1; i <= atom->ntypes; i++)
for (j = i+1; j <= atom->ntypes; j++)
if (setflag[i][j]) cut_lj[i][j] = cut_lj_global;
}
}
/* ----------------------------------------------------------------------
init specific to this pair style
------------------------------------------------------------------------- */
void PairLJLongTIP4PLong::init_style()
{
if (atom->tag_enable == 0)
error->all(FLERR,"Pair style lj/coul/tip4p requires atom IDs");
if (!force->newton_pair)
error->all(FLERR,"Pair style lj/coul/tip4p requires newton pair on");
if (!atom->q_flag)
error->all(FLERR,"Pair style lj/coul/tip4p requires atom attribute q");
if (force->bond == NULL)
error->all(FLERR,"Must use a bond style with TIP4P potential");
if (force->angle == NULL)
error->all(FLERR,"Must use an angle style with TIP4P potential");
PairLJLongCoulLong::init_style();
// set alpha parameter
double theta = force->angle->equilibrium_angle(typeA);
double blen = force->bond->equilibrium_distance(typeB);
alpha = qdist / (cos(0.5*theta) * blen);
}
/* ----------------------------------------------------------------------
init for one type pair i,j and corresponding j,i
------------------------------------------------------------------------- */
double PairLJLongTIP4PLong::init_one(int i, int j)
{
double cut = PairLJLongCoulLong::init_one(i,j);
// check that LJ epsilon = 0.0 for water H
// set LJ cutoff to 0.0 for any interaction involving water H
// so LJ term isn't calculated in compute()
if ((i == typeH && epsilon[i][i] != 0.0))
error->all(FLERR,"Water H epsilon must be 0.0 for "
"pair style lj/coul/tip4p");
if (i == typeH || j == typeH)
cut_ljsq[j][i] = cut_ljsq[i][j] = 0.0;
return cut;
}
/* ----------------------------------------------------------------------
proc 0 writes to restart file
------------------------------------------------------------------------- */
void PairLJLongTIP4PLong::write_restart_settings(FILE *fp)
{
fwrite(&typeO,sizeof(int),1,fp);
fwrite(&typeH,sizeof(int),1,fp);
fwrite(&typeB,sizeof(int),1,fp);
fwrite(&typeA,sizeof(int),1,fp);
fwrite(&qdist,sizeof(double),1,fp);
fwrite(&cut_lj_global,sizeof(double),1,fp);
fwrite(&cut_coul,sizeof(double),1,fp);
fwrite(&offset_flag,sizeof(int),1,fp);
fwrite(&mix_flag,sizeof(int),1,fp);
fwrite(&ncoultablebits,sizeof(int),1,fp);
fwrite(&tabinner,sizeof(double),1,fp);
}
/* ----------------------------------------------------------------------
proc 0 reads from restart file, bcasts
------------------------------------------------------------------------- */
void PairLJLongTIP4PLong::read_restart_settings(FILE *fp)
{
if (comm->me == 0) {
fread(&typeO,sizeof(int),1,fp);
fread(&typeH,sizeof(int),1,fp);
fread(&typeB,sizeof(int),1,fp);
fread(&typeA,sizeof(int),1,fp);
fread(&qdist,sizeof(double),1,fp);
fread(&cut_lj_global,sizeof(double),1,fp);
fread(&cut_coul,sizeof(double),1,fp);
fread(&offset_flag,sizeof(int),1,fp);
fread(&mix_flag,sizeof(int),1,fp);
fread(&ncoultablebits,sizeof(int),1,fp);
fread(&tabinner,sizeof(double),1,fp);
}
MPI_Bcast(&typeO,1,MPI_INT,0,world);
MPI_Bcast(&typeH,1,MPI_INT,0,world);
MPI_Bcast(&typeB,1,MPI_INT,0,world);
MPI_Bcast(&typeA,1,MPI_INT,0,world);
MPI_Bcast(&qdist,1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_lj_global,1,MPI_DOUBLE,0,world);
MPI_Bcast(&cut_coul,1,MPI_DOUBLE,0,world);
MPI_Bcast(&offset_flag,1,MPI_INT,0,world);
MPI_Bcast(&mix_flag,1,MPI_INT,0,world);
MPI_Bcast(&ncoultablebits,1,MPI_INT,0,world);
MPI_Bcast(&tabinner,1,MPI_DOUBLE,0,world);
}
/* ----------------------------------------------------------------------
compute position xM of fictitious charge site for O atom and 2 H atoms
return it as xM
------------------------------------------------------------------------- */
void PairLJLongTIP4PLong::compute_newsite(double *xO, double *xH1,
double *xH2, double *xM)
{
double delx1 = xH1[0] - xO[0];
double dely1 = xH1[1] - xO[1];
double delz1 = xH1[2] - xO[2];
domain->minimum_image(delx1,dely1,delz1);
double delx2 = xH2[0] - xO[0];
double dely2 = xH2[1] - xO[1];
double delz2 = xH2[2] - xO[2];
domain->minimum_image(delx2,dely2,delz2);
xM[0] = xO[0] + alpha * 0.5 * (delx1 + delx2);
xM[1] = xO[1] + alpha * 0.5 * (dely1 + dely2);
xM[2] = xO[2] + alpha * 0.5 * (delz1 + delz2);
}
/* ---------------------------------------------------------------------- */
void *PairLJLongTIP4PLong::extract(const char *str, int &dim)
{
dim = 0;
if (strcmp(str,"qdist") == 0) return (void *) &qdist;
if (strcmp(str,"typeO") == 0) return (void *) &typeO;
if (strcmp(str,"typeH") == 0) return (void *) &typeH;
if (strcmp(str,"typeA") == 0) return (void *) &typeA;
if (strcmp(str,"typeB") == 0) return (void *) &typeB;
if (strcmp(str,"cut_coul") == 0) return (void *) &cut_coul;
const char *ids[] = {
"B", "sigma", "epsilon", "ewald_order", "ewald_cut", "cut_coul",
"ewald_mix", "cut_LJ", NULL};
void *ptrs[] = {
lj4, sigma, epsilon, &ewald_order, &cut_coul, &cut_coul,
&mix_flag, &cut_lj_global, NULL};
int i;
for (i=0; ids[i]&&strcmp(ids[i], str); ++i);
if (i <= 2) dim = 2;
else dim = 0;
return ptrs[i];
return NULL;
}
/* ----------------------------------------------------------------------
memory usage of hneigh
------------------------------------------------------------------------- */
double PairLJLongTIP4PLong::memory_usage()
{
double bytes = maxeatom * sizeof(double);
bytes += maxvatom*6 * sizeof(double);
bytes += 2 * nmax * sizeof(double);
return bytes;
}
diff --git a/src/KSPACE/pair_lj_long_tip4p_long.h b/src/KSPACE/pair_lj_long_tip4p_long.h
index 42f90cccb..a1785fbf2 100755
--- a/src/KSPACE/pair_lj_long_tip4p_long.h
+++ b/src/KSPACE/pair_lj_long_tip4p_long.h
@@ -1,106 +1,134 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/long/tip4p/long,PairLJLongTIP4PLong)
#else
#ifndef LMP_PAIR_LJ_LONG_TIP4P_LONG_H
#define LMP_PAIR_LJ_LONG_TIP4P_LONG_H
#include "pair_lj_long_coul_long.h"
namespace LAMMPS_NS {
class PairLJLongTIP4PLong : public PairLJLongCoulLong {
public:
PairLJLongTIP4PLong(class LAMMPS *);
~PairLJLongTIP4PLong();
virtual void compute(int, int);
void settings(int, char **);
void init_style();
double init_one(int, int);
void write_restart_settings(FILE *fp);
void read_restart_settings(FILE *fp);
void *extract(const char *, int &);
double memory_usage();
protected:
int typeH,typeO; // atom types of TIP4P water H and O atoms
int typeA,typeB; // angle and bond types of TIP4P water
double alpha; // geometric constraint parameter for TIP4P
int nmax; // info on off-oxygen charge sites
int **hneigh; // 0,1 = indices of 2 H associated with O
// 2 = 0 if site loc not yet computed, 1 if yes
double **newsite; // locations of charge sites
void compute_newsite(double *, double *, double *, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: TIP4P hydrogen is missing
+
+The TIP4P pairwise computation failed to find the correct H atom
+within a water molecule.
+
+E: TIP4P hydrogen has incorrect atom type
+
+The TIP4P pairwise computation found an H atom whose type does not
+agree with the specified H type.
+
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Pair style lj/cut/coul/long/tip4p requires atom IDs
+W: Mixing forced for lj coefficients
-There are no atom IDs defined in the system and the TIP4P potential
-requires them to find O,H atoms with a water molecule.
+UNDOCUMENTED
-E: Pair style lj/cut/coul/long/tip4p requires newton pair on
+W: Using largest cut-off for lj/coul long long
-This is because the computation of constraint forces within a water
-molecule adds forces to atoms owned by other processors.
+UNDOCUMENTED
-E: Pair style lj/cut/coul/long/tip4p requires atom attribute q
+E: Coulombic cut not supported in pair_style lj/coul
-The atom style defined does not have these attributes.
+UNDOCUMENTED
-E: Pair style is incompatible with KSpace style
+E: Pair style lj/coul/tip4p requires atom IDs
-If a pair style with a long-range Coulombic component is selected,
-then a kspace style must also be used.
+UNDOCUMENTED
+
+E: Pair style lj/coul/tip4p requires newton pair on
+
+UNDOCUMENTED
+
+E: Pair style lj/coul/tip4p requires atom attribute q
+
+UNDOCUMENTED
E: Must use a bond style with TIP4P potential
TIP4P potentials assume bond lengths in water are constrained
by a fix shake command.
E: Must use an angle style with TIP4P potential
TIP4P potentials assume angles in water are constrained by a fix shake
command.
-E: TIP4P hydrogen is missing
+E: Water H epsilon must be 0.0 for pair style lj/coul/tip4p
-The TIP4P pairwise computation failed to find the correct H atom
-within a water molecule.
+UNDOCUMENTED
-E: TIP4P hydrogen has incorrect atom type
+U: Pair style lj/cut/coul/long/tip4p requires atom IDs
-The TIP4P pairwise computation found an H atom whose type does not
-agree with the specified H type.
+There are no atom IDs defined in the system and the TIP4P potential
+requires them to find O,H atoms with a water molecule.
+
+U: Pair style lj/cut/coul/long/tip4p requires newton pair on
+
+This is because the computation of constraint forces within a water
+molecule adds forces to atoms owned by other processors.
+
+U: Pair style lj/cut/coul/long/tip4p requires atom attribute q
+
+The atom style defined does not have these attributes.
+
+U: Pair style is incompatible with KSpace style
+
+If a pair style with a long-range Coulombic component is selected,
+then a kspace style must also be used.
*/
diff --git a/src/KSPACE/pppm.h b/src/KSPACE/pppm.h
index 6c3e697ec..96aa00e4d 100644
--- a/src/KSPACE/pppm.h
+++ b/src/KSPACE/pppm.h
@@ -1,306 +1,326 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(pppm,PPPM)
#else
#ifndef LMP_PPPM_H
#define LMP_PPPM_H
#include "lmptype.h"
#include "mpi.h"
#ifdef FFT_SINGLE
typedef float FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_FLOAT
#else
typedef double FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_DOUBLE
#endif
#include "kspace.h"
namespace LAMMPS_NS {
class PPPM : public KSpace {
public:
PPPM(class LAMMPS *, int, char **);
virtual ~PPPM();
virtual void init();
virtual void setup();
void setup_grid();
virtual void compute(int, int);
virtual int timing_1d(int, double &);
virtual int timing_3d(int, double &);
virtual double memory_usage();
virtual void compute_group_group(int, int, int);
protected:
int me,nprocs;
int nfactors;
int *factors;
double qsum,qsqsum,q2;
double cutoff;
double volume;
double delxinv,delyinv,delzinv,delvolinv;
double shift,shiftone;
int peratom_allocate_flag;
int nxlo_in,nylo_in,nzlo_in,nxhi_in,nyhi_in,nzhi_in;
int nxlo_out,nylo_out,nzlo_out,nxhi_out,nyhi_out,nzhi_out;
int nxlo_ghost,nxhi_ghost,nylo_ghost,nyhi_ghost,nzlo_ghost,nzhi_ghost;
int nxlo_fft,nylo_fft,nzlo_fft,nxhi_fft,nyhi_fft,nzhi_fft;
int nlower,nupper;
int ngrid,nfft,nfft_both;
FFT_SCALAR ***density_brick;
FFT_SCALAR ***vdx_brick,***vdy_brick,***vdz_brick;
FFT_SCALAR ***u_brick;
FFT_SCALAR ***v0_brick,***v1_brick,***v2_brick;
FFT_SCALAR ***v3_brick,***v4_brick,***v5_brick;
double *greensfn;
double **vg;
double *fkx,*fky,*fkz;
FFT_SCALAR *density_fft;
FFT_SCALAR *work1,*work2;
double *gf_b;
FFT_SCALAR **rho1d,**rho_coeff,**drho1d,**drho_coeff;
double *sf_precoeff1, *sf_precoeff2, *sf_precoeff3;
double *sf_precoeff4, *sf_precoeff5, *sf_precoeff6;
double sf_coeff[6]; // coefficients for calculating ad self-forces
double **acons;
// group-group interactions
int group_allocate_flag;
FFT_SCALAR ***density_A_brick,***density_B_brick;
FFT_SCALAR *density_A_fft,*density_B_fft;
class FFT3d *fft1,*fft2;
class Remap *remap;
class CommGrid *cg;
class CommGrid *cg_peratom;
int **part2grid; // storage for particle -> grid mapping
int nmax;
int triclinic; // domain settings, orthog or triclinic
double *boxlo;
// TIP4P settings
int typeH,typeO; // atom types of TIP4P water H and O atoms
double qdist; // distance from O site to negative charge
double alpha; // geometric factor
void set_grid_global();
void set_grid_local();
void adjust_gewald();
double newton_raphson_f();
double derivf();
double final_accuracy();
virtual void allocate();
virtual void allocate_peratom();
virtual void deallocate();
virtual void deallocate_peratom();
int factorable(int);
double compute_df_kspace();
double estimate_ik_error(double, double, bigint);
double compute_qopt();
void compute_gf_denom();
virtual void compute_gf_ik();
virtual void compute_gf_ad();
void compute_sf_precoeff();
virtual void particle_map();
virtual void make_rho();
virtual void brick2fft();
virtual void poisson();
virtual void poisson_ik();
virtual void poisson_ad();
virtual void fieldforce();
virtual void fieldforce_ik();
virtual void fieldforce_ad();
virtual void poisson_peratom();
virtual void fieldforce_peratom();
void procs2grid2d(int,int,int,int *, int*);
void compute_rho1d(const FFT_SCALAR &, const FFT_SCALAR &,
const FFT_SCALAR &);
void compute_drho1d(const FFT_SCALAR &, const FFT_SCALAR &,
const FFT_SCALAR &);
void compute_rho_coeff();
void slabcorr();
// grid communication
virtual void pack_forward(int, FFT_SCALAR *, int, int *);
virtual void unpack_forward(int, FFT_SCALAR *, int, int *);
virtual void pack_reverse(int, FFT_SCALAR *, int, int *);
virtual void unpack_reverse(int, FFT_SCALAR *, int, int *);
// group-group interactions
virtual void allocate_groups();
virtual void deallocate_groups();
virtual void make_rho_groups(int, int, int);
virtual void poisson_groups(int);
/* ----------------------------------------------------------------------
denominator for Hockney-Eastwood Green's function
of x,y,z = sin(kx*deltax/2), etc
inf n-1
S(n,k) = Sum W(k+pi*j)**2 = Sum b(l)*(z*z)**l
j=-inf l=0
= -(z*z)**n /(2n-1)! * (d/dx)**(2n-1) cot(x) at z = sin(x)
gf_b = denominator expansion coeffs
------------------------------------------------------------------------- */
inline double gf_denom(const double &x, const double &y,
const double &z) const {
double sx,sy,sz;
sz = sy = sx = 0.0;
for (int l = order-1; l >= 0; l--) {
sx = gf_b[l] + sx*x;
sy = gf_b[l] + sy*y;
sz = gf_b[l] + sz*z;
}
double s = sx*sy*sz;
return s*s;
};
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot (yet) use PPPM with triclinic box
This feature is not yet supported.
E: Cannot use PPPM with 2d simulation
The kspace style pppm cannot be used in 2d simulations. You can use
2d PPPM in a 3d simulation; see the kspace_modify command.
E: Kspace style requires atom attribute q
The atom style defined does not have these attributes.
E: Cannot use nonperiodic boundaries with PPPM
For kspace style pppm, all 3 dimensions must have periodic boundaries
unless you use the kspace_modify command to define a 2d slab with a
non-periodic z dimension.
E: Incorrect boundaries with slab PPPM
Must have periodic x,y dimensions and non-periodic z dimension to use
2d slab option with PPPM.
E: PPPM order cannot be < 2 or > than %d
This is a limitation of the PPPM implementation in LAMMPS.
E: KSpace style is incompatible with Pair style
Setting a kspace style requires that a pair style with a long-range
Coulombic component be selected.
E: Bond and angle potentials must be defined for TIP4P
Cannot use TIP4P pair potential unless bond and angle potentials
are defined.
E: Bad TIP4P angle type for PPPM/TIP4P
Specified angle type is not valid.
E: Bad TIP4P bond type for PPPM/TIP4P
Specified bond type is not valid.
E: Cannot use kspace solver on system with no charge
No atoms in system have a non-zero charge.
W: System is not charge neutral, net charge = %g
The total charge on all atoms on the system is not 0.0, which
is not valid for Ewald or PPPM.
-W: Reducing PPPM order b/c stencil extends beyond neighbor processor
+W: Reducing PPPM order b/c stencil extends beyond nearest neighbor processor
-LAMMPS is attempting this in order to allow the simulation
-to run. It should not effect the PPPM accuracy.
+UNDOCUMENTED
-E: PPPM grid is too large
+E: PPPM order < minimum allowed order
-The global PPPM grid is larger than OFFSET in one or more dimensions.
-OFFSET is currently set to 4096. You likely need to decrease the
-requested accuracy.
+UNDOCUMENTED
-E: PPPM order has been reduced to 0
+E: PPPM grid stencil extends beyond nearest neighbor processor
-LAMMPS has attempted to reduce the PPPM order to enable the simulation
-to run, but can reduce the order no further. Try increasing the
-accuracy of PPPM by reducing the tolerance size, thus inducing a
-larger PPPM grid.
+UNDOCUMENTED
E: KSpace accuracy must be > 0
The kspace accuracy designated in the input must be greater than zero.
-E: Cannot compute PPPM G
+E: Could not compute grid size!
-LAMMPS failed to compute a valid approximation for the PPPM g_ewald
-factor that partitions the computation between real space and k-space.
+UNDOCUMENTED
+
+E: PPPM grid is too large
+
+The global PPPM grid is larger than OFFSET in one or more dimensions.
+OFFSET is currently set to 4096. You likely need to decrease the
+requested accuracy.
+
+E: Could not compute g_ewald
+
+UNDOCUMENTED
E: Out of range atoms - cannot compute PPPM
One or more atoms are attempting to map their charge to a PPPM grid
point that is not owned by a processor. This is likely for one of two
reasons, both of them bad. First, it may mean that an atom near the
boundary of a processor's sub-domain has moved more than 1/2 the
"neighbor skin distance"_neighbor.html without neighbor lists being
rebuilt and atoms being migrated to new processors. This also means
you may be missing pairwise interactions that need to be computed.
The solution is to change the re-neighboring criteria via the
"neigh_modify"_neigh_modify command. The safest settings are "delay 0
every 1 check yes". Second, it may mean that an atom has moved far
outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.
E: Cannot (yet) use K-space slab correction with compute group/group
This option is not yet supported.
+U: Reducing PPPM order b/c stencil extends beyond neighbor processor
+
+LAMMPS is attempting this in order to allow the simulation
+to run. It should not effect the PPPM accuracy.
+
+U: PPPM order has been reduced to 0
+
+LAMMPS has attempted to reduce the PPPM order to enable the simulation
+to run, but can reduce the order no further. Try increasing the
+accuracy of PPPM by reducing the tolerance size, thus inducing a
+larger PPPM grid.
+
+U: Cannot compute PPPM G
+
+LAMMPS failed to compute a valid approximation for the PPPM g_ewald
+factor that partitions the computation between real space and k-space.
+
*/
diff --git a/src/KSPACE/pppm_disp.h b/src/KSPACE/pppm_disp.h
index 0f2d29f0d..f68f4bd71 100755
--- a/src/KSPACE/pppm_disp.h
+++ b/src/KSPACE/pppm_disp.h
@@ -1,506 +1,602 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(pppm/disp,PPPMDisp)
#else
#ifndef LMP_PPPM_DISP_H
#define LMP_PPPM_DISP_H
#include "lmptype.h"
#include "mpi.h"
#ifdef FFT_SINGLE
typedef float FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_FLOAT
#else
typedef double FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_DOUBLE
#endif
#include "kspace.h"
namespace LAMMPS_NS {
#define EWALD_MAXORDER 6
#define EWALD_FUNCS 3
class PPPMDisp : public KSpace {
public:
PPPMDisp(class LAMMPS *, int, char **);
virtual ~PPPMDisp();
virtual void init();
virtual void setup();
void setup_grid();
virtual void compute(int, int);
virtual int timing_1d(int, double &);
virtual int timing_3d(int, double &);
virtual double memory_usage();
protected:
/* ----------------------------------------------------------------------
Variables needed for calculating the 1/r and 1/r^6 potential
------------------------------------------------------------------------- */
int function[EWALD_FUNCS];
int me,nprocs;
int nfactors;
int *factors;
double qsum,qsqsum;
double csumij;
double csum;
double *csumi; //needed as correction term for per atom calculations!
double *cii;
int csumflag;
double cutoff, cutoff_lj;
double volume;
double *B;
double virial_1[6], virial_6[6];
double sf_coeff[6], sf_coeff_6[6];
int peratom_allocate_flag;
double delxinv,delyinv,delzinv,delvolinv;
double delxinv_6,delyinv_6,delzinv_6,delvolinv_6;
double shift,shiftone;
int nxlo_in,nylo_in,nzlo_in,nxhi_in,nyhi_in,nzhi_in;
int nxlo_out,nylo_out,nzlo_out,nxhi_out,nyhi_out,nzhi_out;
int nxlo_fft,nylo_fft,nzlo_fft,nxhi_fft,nyhi_fft,nzhi_fft;
int nlower,nupper;
int ngrid,nfft,nfft_both;
double shift_6,shiftone_6;
int nxlo_in_6,nylo_in_6,nzlo_in_6,nxhi_in_6,nyhi_in_6,nzhi_in_6;
int nxlo_out_6,nylo_out_6,nzlo_out_6,nxhi_out_6,nyhi_out_6,nzhi_out_6;
int nxlo_fft_6,nylo_fft_6,nzlo_fft_6,nxhi_fft_6,nyhi_fft_6,nzhi_fft_6;
int nlower_6,nupper_6;
int ngrid_6,nfft_6,nfft_both_6;
//// variables needed for splitting the fourier transformed
int com_max, com_procs;
FFT_SCALAR **splitbuf1, **splitbuf2;
int **dict_send, **dict_rec;
int *com_each, *com_order;
FFT_SCALAR *split_1, *split_2;
//// the following variables are needed for every structure factor
FFT_SCALAR ***density_brick;
FFT_SCALAR ***vdx_brick,***vdy_brick,***vdz_brick;
FFT_SCALAR *density_fft;
FFT_SCALAR ***u_brick;
FFT_SCALAR ***v0_brick,***v1_brick,***v2_brick,***v3_brick,***v4_brick,***v5_brick;
FFT_SCALAR ***density_brick_g;
FFT_SCALAR ***vdx_brick_g,***vdy_brick_g,***vdz_brick_g;
FFT_SCALAR *density_fft_g;
FFT_SCALAR ***u_brick_g;
FFT_SCALAR ***v0_brick_g,***v1_brick_g,***v2_brick_g,***v3_brick_g,***v4_brick_g,***v5_brick_g;
FFT_SCALAR ***density_brick_a0;
FFT_SCALAR ***vdx_brick_a0,***vdy_brick_a0,***vdz_brick_a0;
FFT_SCALAR *density_fft_a0;
FFT_SCALAR ***u_brick_a0;
FFT_SCALAR ***v0_brick_a0,***v1_brick_a0,***v2_brick_a0,***v3_brick_a0,***v4_brick_a0,***v5_brick_a0;
FFT_SCALAR ***density_brick_a1;
FFT_SCALAR ***vdx_brick_a1,***vdy_brick_a1,***vdz_brick_a1;
FFT_SCALAR *density_fft_a1;
FFT_SCALAR ***u_brick_a1;
FFT_SCALAR ***v0_brick_a1,***v1_brick_a1,***v2_brick_a1,***v3_brick_a1,***v4_brick_a1,***v5_brick_a1;
FFT_SCALAR ***density_brick_a2;
FFT_SCALAR ***vdx_brick_a2,***vdy_brick_a2,***vdz_brick_a2;
FFT_SCALAR *density_fft_a2;
FFT_SCALAR ***u_brick_a2;
FFT_SCALAR ***v0_brick_a2,***v1_brick_a2,***v2_brick_a2,***v3_brick_a2,***v4_brick_a2,***v5_brick_a2;
FFT_SCALAR ***density_brick_a3;
FFT_SCALAR ***vdx_brick_a3,***vdy_brick_a3,***vdz_brick_a3;
FFT_SCALAR *density_fft_a3;
FFT_SCALAR ***u_brick_a3;
FFT_SCALAR ***v0_brick_a3,***v1_brick_a3,***v2_brick_a3,***v3_brick_a3,***v4_brick_a3,***v5_brick_a3;
FFT_SCALAR ***density_brick_a4;
FFT_SCALAR ***vdx_brick_a4,***vdy_brick_a4,***vdz_brick_a4;
FFT_SCALAR *density_fft_a4;
FFT_SCALAR ***u_brick_a4;
FFT_SCALAR ***v0_brick_a4,***v1_brick_a4,***v2_brick_a4,***v3_brick_a4,***v4_brick_a4,***v5_brick_a4;
FFT_SCALAR ***density_brick_a5;
FFT_SCALAR ***vdx_brick_a5,***vdy_brick_a5,***vdz_brick_a5;
FFT_SCALAR *density_fft_a5;
FFT_SCALAR ***u_brick_a5;
FFT_SCALAR ***v0_brick_a5,***v1_brick_a5,***v2_brick_a5,***v3_brick_a5,***v4_brick_a5,***v5_brick_a5;
FFT_SCALAR ***density_brick_a6;
FFT_SCALAR ***vdx_brick_a6,***vdy_brick_a6,***vdz_brick_a6;
FFT_SCALAR *density_fft_a6;
FFT_SCALAR ***u_brick_a6;
FFT_SCALAR ***v0_brick_a6,***v1_brick_a6,***v2_brick_a6,***v3_brick_a6,***v4_brick_a6,***v5_brick_a6;
//// needed for each interaction type
double *greensfn;
double **vg;
double **vg2;
double *greensfn_6;
double **vg_6;
double **vg2_6;
double *fkx,*fky,*fkz;
double *fkx2, *fky2, *fkz2;
double *fkx_6, *fky_6, *fkz_6;
double *fkx2_6, *fky2_6, *fkz2_6;
double *gf_b;
double *gf_b_6;
double *sf_precoeff1, *sf_precoeff2, *sf_precoeff3, *sf_precoeff4,
*sf_precoeff5, *sf_precoeff6;
double *sf_precoeff1_6, *sf_precoeff2_6, *sf_precoeff3_6,
*sf_precoeff4_6, *sf_precoeff5_6, *sf_precoeff6_6;
FFT_SCALAR **rho1d,**rho_coeff;
FFT_SCALAR **drho1d, **drho_coeff;
FFT_SCALAR **rho1d_6, **rho_coeff_6;
FFT_SCALAR **drho1d_6, **drho_coeff_6;
FFT_SCALAR *work1,*work2;
FFT_SCALAR *work1_6, *work2_6;
class FFT3d *fft1,*fft2 ;
class FFT3d *fft1_6, *fft2_6;
class Remap *remap;
class Remap *remap_6;
class CommGrid *cg;
class CommGrid *cg_peratom;
class CommGrid *cg_6;
class CommGrid *cg_peratom_6;
int **part2grid; // storage for particle -> grid mapping
int **part2grid_6;
int nmax;
int triclinic; // domain settings, orthog or triclinic
double *boxlo;
// TIP4P settings
int typeH,typeO; // atom types of TIP4P water H and O atoms
double qdist; // distance from O site to negative charge
double alpha; // geometric factor
void init_coeffs();
void set_grid();
void set_grid_6();
void set_init_g6();
void set_fft_parameters(int&, int&, int&, int&, int&,int&,
int&, int&,int&, int&, int&,int&,
int&, int&,int&, int&, int&,int&,
int&, int&,int&, int&, int&,
int&, int&, int&,
double&, double&, int&);
void set_n_pppm_6();
void adjust_gewald();
void adjust_gewald_6();
double f();
double derivf();
double f_6();
double derivf_6();
double final_accuracy();
double final_accuracy_6();
double lj_rspace_error();
double compute_qopt();
double compute_qopt_6();
double compute_qopt_ik();
double compute_qopt_ad();
double compute_qopt_6_ik();
double compute_qopt_6_ad();
void calc_csum();
void prepare_splitting();
virtual void allocate();
virtual void allocate_peratom();
virtual void deallocate();
virtual void deallocate_peratom();
int factorable(int);
double rms(double, double, bigint, double, double **);
double diffpr(double, double, double, double, double **);
void compute_gf_denom(double*, int);
double gf_denom(double, double, double, double*, int);
void compute_sf_precoeff(int, int, int, int,
int, int, int,
int, int, int,
double*, double*, double*,
double*, double*, double*);
void compute_gf();
void compute_sf_coeff();
void compute_gf_6();
void compute_sf_coeff_6();
virtual void particle_map(double, double, double,
double, int **, int, int,
int, int, int,
int, int, int);
virtual void particle_map_c(double, double, double,
double, int **, int, int,
int, int, int,
int, int, int );
virtual void make_rho_c();
virtual void make_rho_g();
virtual void make_rho_a();
virtual void brick2fft(int, int, int, int, int, int,
FFT_SCALAR ***, FFT_SCALAR *, FFT_SCALAR *,
LAMMPS_NS::Remap *);
virtual void brick2fft_a();
virtual void poisson_ik(FFT_SCALAR *, FFT_SCALAR *,
FFT_SCALAR *, LAMMPS_NS::FFT3d *,LAMMPS_NS::FFT3d *,
int, int, int, int, int, int, int,
int, int, int, int, int, int,
int, int, int, double&, double *,
double *, double *, double *,
double *, double *, double *,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, double *, double **, double **,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***);
virtual void poisson_ad(FFT_SCALAR*, FFT_SCALAR*,
FFT_SCALAR*, LAMMPS_NS::FFT3d*,LAMMPS_NS::FFT3d*,
int, int, int, int,
int, int, int, int, int, int,
int, int, int, int, int, int,
double&, double*,
double*, double**, double**,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***);
virtual void poisson_peratom(FFT_SCALAR*, FFT_SCALAR*, LAMMPS_NS::FFT3d*,
double**, double**, int,
int, int, int, int, int, int,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***);
virtual void poisson_2s_ik(FFT_SCALAR *, FFT_SCALAR *,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***);
virtual void poisson_2s_ad(FFT_SCALAR *, FFT_SCALAR *,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***,
FFT_SCALAR ***, FFT_SCALAR ***, FFT_SCALAR ***);
virtual void poisson_2s_peratom(FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***,
FFT_SCALAR***, FFT_SCALAR***, FFT_SCALAR***);
virtual void fieldforce_c_ik();
virtual void fieldforce_c_ad();
virtual void fieldforce_c_peratom();
virtual void fieldforce_g_ik();
virtual void fieldforce_g_ad();
virtual void fieldforce_g_peratom();
virtual void fieldforce_a_ik();
virtual void fieldforce_a_ad();
virtual void fieldforce_a_peratom();
void procs2grid2d(int,int,int,int *, int*);
void compute_rho1d(const FFT_SCALAR &, const FFT_SCALAR &,
const FFT_SCALAR &, int, FFT_SCALAR **, FFT_SCALAR **);
void compute_drho1d(const FFT_SCALAR &, const FFT_SCALAR &,
const FFT_SCALAR &, int, FFT_SCALAR **, FFT_SCALAR **);
void compute_rho_coeff(FFT_SCALAR **,FFT_SCALAR **, int);
void slabcorr(int);
void split_fourier();
void split_order(int **);
// grid communication
void pack_forward(int, FFT_SCALAR *, int, int *);
void unpack_forward(int, FFT_SCALAR *, int, int *);
void pack_reverse(int, FFT_SCALAR *, int, int *);
void unpack_reverse(int, FFT_SCALAR *, int, int *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Cannot (yet) use PPPM_disp with triclinic box
+E: Cannot (yet) use PPPMDisp with triclinic box
-This feature is not yet supported.
+UNDOCUMENTED
-E: Cannot use PPPM_disp with 2d simulation
+E: Cannot use PPPMDisp with 2d simulation
-The kspace style pppm_disp cannot be used in 2d simulations. You can use
-2d PPPM_disp in a 3d simulation; see the kspace_modify command.
+UNDOCUMENTED
+
+E: Cannot use nonperiodic boundaries with PPPMDisp
+
+UNDOCUMENTED
+
+E: Incorrect boundaries with slab PPPMDisp
+
+UNDOCUMENTED
+
+E: PPPMDisp coulomb order cannot be greater than %d
+
+UNDOCUMENTED
+
+E: KSpace style is incompatible with Pair style
+
+Setting a kspace style requires that a pair style with a long-range
+Coulombic and Dispersion component be selected.
+
+E: Unsupported mixing rule in kspace_style pppm/disp for pair_style %s
+
+UNDOCUMENTED
+
+E: Unsupported order in kspace_style pppm/disp pair_style %s
+
+UNDOCUMENTED
+
+W: Charges are set, but coulombic solver is not used
+
+UNDOCUMENTED
E: Kspace style with selected options requires atom attribute q
The atom style defined does not have these attributes.
Change the atom style or switch of the coulomb solver.
-E: Cannot use nonperiodic boundaries with PPPM_disp
+E: Cannot use kspace solver with selected options on system with no charge
+
+No atoms in system have a non-zero charge. Change charges or change
+options of the kspace solver/pair style.
+
+W: System is not charge neutral, net charge = %g
+
+The total charge on all atoms on the system is not 0.0, which
+is not valid for Ewald or PPPM coulombic solvers.
+
+E: Bond and angle potentials must be defined for TIP4P
+
+Cannot use TIP4P pair potential unless bond and angle potentials
+are defined.
+
+E: Bad TIP4P angle type for PPPMDisp/TIP4P
+
+UNDOCUMENTED
+
+E: Bad TIP4P bond type for PPPMDisp/TIP4P
+
+UNDOCUMENTED
+
+W: Reducing PPPMDisp Coulomb order b/c stencil extends beyond neighbor processor.
+
+UNDOCUMENTED
+
+E: PPPMDisp Coulomb grid is too large
+
+UNDOCUMENTED
+
+E: Coulomb PPPMDisp order has been reduced below minorder
+
+UNDOCUMENTED
+
+W: Reducing PPPMDisp Dispersion order b/c stencil extends beyond neighbor processor
+
+UNDOCUMENTED
+
+E: PPPMDisp Dispersion grid is too large
+
+UNDOCUMENTED
+
+E: Dispersion PPPMDisp order has been reduced below minorder
+
+UNDOCUMENTED
+
+E: PPPM grid stencil extends beyond nearest neighbor processor
+
+UNDOCUMENTED
+
+E: epsilon or sigma reference not set by pair style in PPPMDisp
+
+UNDOCUMENTED
+
+E: KSpace accuracy too large to estimate G vector
+
+UNDOCUMENTED
+
+E: Could not compute grid size for Coulomb interaction!
+
+UNDOCUMENTED
+
+E: Could not compute g_ewald
+
+UNDOCUMENTED
+
+E: Could not adjust g_ewald_6
+
+UNDOCUMENTED
+
+E: Cannot compute initial g_ewald_disp
+
+LAMMPS failed to compute an initial guess for the PPPM_disp g_ewald_6
+factor that partitions the computation between real space and k-space
+for Disptersion interactions.
+
+E: Could not compute grid size for Dispersion!
+
+UNDOCUMENTED
+
+E: Out of range atoms - cannot compute PPPMDisp
+
+UNDOCUMENTED
+
+U: Cannot (yet) use PPPM_disp with triclinic box
+
+This feature is not yet supported.
+
+U: Cannot use PPPM_disp with 2d simulation
+
+The kspace style pppm_disp cannot be used in 2d simulations. You can use
+2d PPPM_disp in a 3d simulation; see the kspace_modify command.
+
+U: Cannot use nonperiodic boundaries with PPPM_disp
For kspace style pppm_disp, all 3 dimensions must have periodic boundaries
unless you use the kspace_modify command to define a 2d slab with a
non-periodic z dimension.
-E: Incorrect boundaries with slab PPPM_disp
+U: Incorrect boundaries with slab PPPM_disp
Must have periodic x,y dimensions and non-periodic z dimension to use
2d slab option with PPPM_disp.
-E: PPPM_disp coulomb order cannot be greater than %d
+U: PPPM_disp coulomb order cannot be greater than %d
Self-explanatory.
-E: PPPM_disp dispersion order cannot be greater than %d
+U: PPPM_disp dispersion order cannot be greater than %d
Self-explanatory.
-E: KSpace style is incompatible with Pair style
-
-Setting a kspace style requires that a pair style with a long-range
-Coulombic and Dispersion component be selected.
-
-E: Unsupported mixing rule in kspace_style pppm_disp for pair_style %s
+U: Unsupported mixing rule in kspace_style pppm_disp for pair_style %s
PPPM_disp requires arithemtic or geometric mixing rules.
-E: Unsupported order in kspace_style pppm_disp pair_style %s
+U: Unsupported order in kspace_style pppm_disp pair_style %s
PPPM_disp only works for 1/r and 1/r^6 potentials
-W: Charges are set, but coulombic long-range solver is not used.
+U: Charges are set, but coulombic long-range solver is not used.
Charges have been specified, however, calculations are performed
as if they were zero.
-E: Bond and angle potentials must be defined for TIP4P
-
-Cannot use TIP4P pair potential unless bond and angle potentials
-are defined.
-
-E: Bad TIP4P angle type for PPPM_disp/TIP4P
+U: Bad TIP4P angle type for PPPM_disp/TIP4P
Specified angle type is not valid.
-E: Bad TIP4P bond type for PPPM_disp/TIP4P
+U: Bad TIP4P bond type for PPPM_disp/TIP4P
Specified bond type is not valid.
-E: Cannot use kspace solver with selected options on system with no charge
-
-No atoms in system have a non-zero charge. Change charges or change
-options of the kspace solver/pair style.
-
-W: System is not charge neutral, net charge = %g
-
-The total charge on all atoms on the system is not 0.0, which
-is not valid for Ewald or PPPM coulombic solvers.
-
-W: Reducing PPPM_disp Coulomb order b/c stencil extends beyond neighbor processor
+U: Reducing PPPM_disp Coulomb order b/c stencil extends beyond neighbor processor
LAMMPS is attempting this in order to allow the simulation
to run. It should not effect the PPPM_disp accuracy.
-W: Reducing PPPM_disp Dispersion order b/c stencil extends beyond neighbor processor
+U: Reducing PPPM_disp Dispersion order b/c stencil extends beyond neighbor processor
LAMMPS is attempting this in order to allow the simulation
to run. It should not effect the PPPM_disp accuracy.
-E: PPPM_disp Coulomb grid is too large
+U: PPPM_disp Coulomb grid is too large
The global PPPM_disp grid for Coulomb interactions is larger than OFFSET in one or more dimensions.
OFFSET is currently set to 16384. You likely need to decrease the
requested precision.
-E: PPPM_grid Dispersion grid is too large
+U: PPPM_grid Dispersion grid is too large
One of the PPPM_disp grids for Dispersion interactions is larger than OFFSET in one or more dimensions.
OFFSET is currently set to 16384. You likely need to decrease the
requested precision.
-E: Coulomb PPPM_disp order has been reduced to 0
+U: Coulomb PPPM_disp order has been reduced to 0
LAMMPS has attempted to reduce the PPPM_disp coulomb order to enable the simulation
to run, but can reduce the order no further. Try increasing the
accuracy of PPPM_disp coulomb by reducing the tolerance size, thus inducing a
larger PPPM_disp coulomb grid.
-E: Dispersion PPPM_disp order has been reduced to 0
+U: Dispersion PPPM_disp order has been reduced to 0
LAMMPS has attempted to reduce the PPPM_disp dispersion order to enable the simulation
to run, but can reduce the order no further. Try increasing the
accuracy of PPPM_disp dispersion by reducing the tolerance size, thus inducing a
larger PPPM_disp dispersion grid.
-E: Cannot compute PPPM_disp g_ewald
+U: Cannot compute PPPM_disp g_ewald
LAMMPS failed to compute a valid approximation for the PPPM_disp g_ewald
factor that partitions the computation between real space and k-space
for Coulomb interactions.
-E: Cannot compute initial g_ewald_disp
-
-LAMMPS failed to compute an initial guess for the PPPM_disp g_ewald_6
-factor that partitions the computation between real space and k-space
-for Disptersion interactions.
-
-E: Cannot compute final g_ewald_disp
+U: Cannot compute final g_ewald_disp
LAMMPS failed to compute a final value for the PPPM_disp g_ewald_6
factor that partitions the computation between real space and k-space
for Disptersion interactions.
-E: Out of range atoms - cannot compute PPPM_disp
+U: Out of range atoms - cannot compute PPPM_disp
One or more atoms are attempting to map their charge to a PPPM_disp grid
point that is not owned by a processor. This is likely for one of two
reasons, both of them bad. First, it may mean that an atom near the
boundary of a processor's sub-domain has moved more than 1/2 the
"neighbor skin distance"_neighbor.html without neighbor lists being
rebuilt and atoms being migrated to new processors. This also means
you may be missing pairwise interactions that need to be computed.
The solution is to change the re-neighboring criteria via the
"neigh_modify"_neigh_modify command. The safest settings are "delay 0
every 1 check yes". Second, it may mean that an atom has moved far
outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.
*/
diff --git a/src/KSPACE/pppm_disp_tip4p.h b/src/KSPACE/pppm_disp_tip4p.h
index 65ddac810..9acdfb002 100755
--- a/src/KSPACE/pppm_disp_tip4p.h
+++ b/src/KSPACE/pppm_disp_tip4p.h
@@ -1,83 +1,87 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(pppm/disp/tip4p,PPPMDispTIP4P)
#else
#ifndef LMP_PPPM_DISP_TIP4P_H
#define LMP_PPPM_DISP_TIP4P_H
#include "pppm_disp.h"
namespace LAMMPS_NS {
class PPPMDispTIP4P : public PPPMDisp {
public:
PPPMDispTIP4P(class LAMMPS *, int, char **);
virtual ~PPPMDispTIP4P () {};
void init();
protected:
virtual void particle_map_c(double, double, double,
double, int **, int, int,
int, int, int, int, int, int);
virtual void make_rho_c();
virtual void fieldforce_c_ik();
virtual void fieldforce_c_ad();
virtual void fieldforce_c_peratom();
private:
void find_M(int, int &, int &, double *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Kspace style pppm/tip4p requires newton on
+E: Kspace style pppm/disp/tip4p requires newton on
UNDOCUMENTED
E: Out of range atoms - cannot compute PPPM
One or more atoms are attempting to map their charge to a PPPM grid
point that is not owned by a processor. This is likely for one of two
reasons, both of them bad. First, it may mean that an atom near the
boundary of a processor's sub-domain has moved more than 1/2 the
"neighbor skin distance"_neighbor.html without neighbor lists being
rebuilt and atoms being migrated to new processors. This also means
you may be missing pairwise interactions that need to be computed.
The solution is to change the re-neighboring criteria via the
"neigh_modify"_neigh_modify command. The safest settings are "delay 0
every 1 check yes". Second, it may mean that an atom has moved far
outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.
E: TIP4P hydrogen is missing
The TIP4P pairwise computation failed to find the correct H atom
within a water molecule.
E: TIP4P hydrogen has incorrect atom type
The TIP4P pairwise computation found an H atom whose type does not
agree with the specified H type.
+U: Kspace style pppm/tip4p requires newton on
+
+UNDOCUMENTED
+
*/
diff --git a/src/KSPACE/pppm_old.h b/src/KSPACE/pppm_old.h
index 6fb72309b..33bb705ee 100644
--- a/src/KSPACE/pppm_old.h
+++ b/src/KSPACE/pppm_old.h
@@ -1,167 +1,250 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef KSPACE_CLASS
KSpaceStyle(pppm/old,PPPMOld)
#else
#ifndef LMP_PPPM_OLD_H
#define LMP_PPPM_OLD_H
#include "lmptype.h"
#include "mpi.h"
#ifdef FFT_SINGLE
typedef float FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_FLOAT
#else
typedef double FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_DOUBLE
#endif
#include "kspace.h"
namespace LAMMPS_NS {
class PPPMOld : public KSpace {
public:
PPPMOld(class LAMMPS *, int, char **);
virtual ~PPPMOld();
virtual void init();
virtual void setup();
virtual void compute(int, int);
virtual int timing_1d(int, double &);
virtual int timing_3d(int, double &);
virtual double memory_usage();
virtual void compute_group_group(int, int, int);
protected:
int me,nprocs;
int nfactors;
int *factors;
double qsum,qsqsum;
double cutoff;
double volume;
double delxinv,delyinv,delzinv,delvolinv;
double shift,shiftone;
int peratom_allocate_flag;
int nxlo_in,nylo_in,nzlo_in,nxhi_in,nyhi_in,nzhi_in;
int nxlo_out,nylo_out,nzlo_out,nxhi_out,nyhi_out,nzhi_out;
int nxlo_ghost,nxhi_ghost,nylo_ghost,nyhi_ghost,nzlo_ghost,nzhi_ghost;
int nxlo_fft,nylo_fft,nzlo_fft,nxhi_fft,nyhi_fft,nzhi_fft;
int nlower,nupper;
int ngrid,nfft,nfft_both;
int nbuf,nbuf_peratom;
FFT_SCALAR ***density_brick;
FFT_SCALAR ***vdx_brick,***vdy_brick,***vdz_brick;
FFT_SCALAR ***u_brick;
FFT_SCALAR ***v0_brick,***v1_brick,***v2_brick;
FFT_SCALAR ***v3_brick,***v4_brick,***v5_brick;
double *greensfn;
double **vg;
double *fkx,*fky,*fkz;
FFT_SCALAR *density_fft;
FFT_SCALAR *work1,*work2;
FFT_SCALAR *buf1,*buf2,*buf3,*buf4;
double *gf_b;
FFT_SCALAR **rho1d,**rho_coeff;
// group-group interactions
int group_allocate_flag;
FFT_SCALAR ***density_A_brick,***density_B_brick;
FFT_SCALAR *density_A_fft,*density_B_fft;
class FFT3d *fft1,*fft2;
class Remap *remap;
int **part2grid; // storage for particle -> grid mapping
int nmax;
int triclinic; // domain settings, orthog or triclinic
double *boxlo;
// TIP4P settings
int typeH,typeO; // atom types of TIP4P water H and O atoms
double qdist; // distance from O site to negative charge
double alpha; // geometric factor
void set_grid();
virtual void allocate();
virtual void allocate_peratom();
virtual void deallocate();
virtual void deallocate_peratom();
int factorable(int);
double rms(double, double, bigint, double, double **);
double diffpr(double, double, double, double, double **);
void compute_gf_denom();
virtual void particle_map();
virtual void make_rho();
virtual void brick2fft();
virtual void fillbrick();
virtual void fillbrick_peratom();
virtual void poisson();
virtual void poisson_peratom();
virtual void fieldforce();
virtual void fieldforce_peratom();
void procs2grid2d(int,int,int,int *, int*);
void compute_rho1d(const FFT_SCALAR &, const FFT_SCALAR &,
const FFT_SCALAR &);
void compute_rho_coeff();
void slabcorr();
// group-group interactions
virtual void allocate_groups();
virtual void deallocate_groups();
virtual void make_rho_groups(int, int, int);
virtual void poisson_groups(int);
/* ----------------------------------------------------------------------
denominator for Hockney-Eastwood Green's function
of x,y,z = sin(kx*deltax/2), etc
inf n-1
S(n,k) = Sum W(k+pi*j)**2 = Sum b(l)*(z*z)**l
j=-inf l=0
= -(z*z)**n /(2n-1)! * (d/dx)**(2n-1) cot(x) at z = sin(x)
gf_b = denominator expansion coeffs
------------------------------------------------------------------------- */
inline double gf_denom(const double &x, const double &y,
const double &z) const {
double sx,sy,sz;
sz = sy = sx = 0.0;
for (int l = order-1; l >= 0; l--) {
sx = gf_b[l] + sx*x;
sy = gf_b[l] + sy*y;
sz = gf_b[l] + sz*z;
}
double s = sx*sy*sz;
return s*s;
};
};
}
#endif
#endif
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Cannot (yet) use PPPM with triclinic box
+
+UNDOCUMENTED
+
+E: Cannot use PPPM with 2d simulation
+
+UNDOCUMENTED
+
+E: Kspace style requires atom attribute q
+
+UNDOCUMENTED
+
+E: Cannot use nonperiodic boundaries with PPPM
+
+UNDOCUMENTED
+
+E: Incorrect boundaries with slab PPPM
+
+UNDOCUMENTED
+
+E: PPPM order cannot be < 2 or > than %d
+
+UNDOCUMENTED
+
+E: KSpace style is incompatible with Pair style
+
+UNDOCUMENTED
+
+E: Bond and angle potentials must be defined for TIP4P
+
+UNDOCUMENTED
+
+E: Bad TIP4P angle type for PPPM/TIP4P
+
+UNDOCUMENTED
+
+E: Bad TIP4P bond type for PPPM/TIP4P
+
+UNDOCUMENTED
+
+E: Cannot use kspace solver on system with no charge
+
+UNDOCUMENTED
+
+W: System is not charge neutral, net charge = %g
+
+UNDOCUMENTED
+
+W: Reducing PPPM order b/c stencil extends beyond neighbor processor
+
+UNDOCUMENTED
+
+E: PPPM grid is too large
+
+UNDOCUMENTED
+
+E: PPPM order has been reduced to 0
+
+UNDOCUMENTED
+
+E: KSpace accuracy must be > 0
+
+UNDOCUMENTED
+
+E: Cannot compute PPPM G
+
+UNDOCUMENTED
+
+E: Out of range atoms - cannot compute PPPM
+
+UNDOCUMENTED
+
+E: Cannot (yet) use K-space slab correction with compute group/group
+
+UNDOCUMENTED
+
+*/
diff --git a/src/MC/fix_gcmc.h b/src/MC/fix_gcmc.h
index e409f1740..994656488 100644
--- a/src/MC/fix_gcmc.h
+++ b/src/MC/fix_gcmc.h
@@ -1,210 +1,232 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(gcmc,FixGCMC)
#else
#ifndef LMP_FIX_GCMC_H
#define LMP_FIX_GCMC_H
#include "stdio.h"
#include "fix.h"
namespace LAMMPS_NS {
class FixGCMC : public Fix {
public:
FixGCMC(class LAMMPS *, int, char **);
~FixGCMC();
int setmask();
void init();
void pre_exchange();
void attempt_atomic_translation();
void attempt_atomic_deletion();
void attempt_atomic_insertion();
void attempt_molecule_translation();
void attempt_molecule_rotation();
void attempt_molecule_deletion();
void attempt_molecule_insertion();
double energy(int, int, int, double *);
int pick_random_gas_atom();
int pick_random_gas_atom_in_region();
int pick_random_gas_molecule();
int pick_random_gas_molecule_in_region();
double molecule_energy(int);
void get_rotation_matrix(double, double *);
void get_model_molecule();
void update_gas_atoms_list();
double compute_vector(int);
double memory_usage();
void write_restart(FILE *);
void restart(char *);
private:
int rotation_group,rotation_groupbit;
int rotation_inversegroupbit;
int ngcmc_type,nevery,seed;
int ncycles,nexchanges,nmcmoves;
int ngas; // # of gas atoms on all procs
int ngas_local; // # of gas atoms on this proc
int ngas_before; // # of gas atoms on procs < this proc
int molflag; // 0 = atomic, 1 = molecular system
int regionflag; // 0 = anywhere in box, 1 = specific region
int iregion; // GCMC region
char *idregion; // GCMC region id
int maxmol; // largest molecule tag across all existing atoms
int natoms_per_molecule; // number of atoms in each gas molecule
double ntranslation_attempts;
double ntranslation_successes;
double nrotation_attempts;
double nrotation_successes;
double ndeletion_attempts;
double ndeletion_successes;
double ninsertion_attempts;
double ninsertion_successes;
int gcmc_nmax;
int max_region_attempts;
double gas_mass;
double reservoir_temperature;
double chemical_potential;
double displace;
double max_rotation_angle;
double beta,zz,sigma,volume;
double xlo,xhi,ylo,yhi,zlo,zhi;
double region_xlo,region_xhi,region_ylo,region_yhi,region_zlo,region_zhi;
double region_volume;
double *sublo,*subhi;
int *local_gas_list;
double **cutsq;
double **atom_coord;
double *model_atom_buf;
tagint imagetmp;
class Pair *pair;
class RanPark *random_equal;
class RanPark *random_unequal;
class Atom *model_atom;
void options(int, char **);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Invalid atom type in fix GCMC command
+E: Fix GCMC region does not support a bounding box
-The atom type specified in the GCMC command does not exist.
+UNDOCUMENTED
-E: Cannot do GCMC on atoms in atom_modify first group
+E: Fix GCMC region cannot be dynamic
-This is a restriction due to the way atoms are organized in a list to
-enable the atom_modify first command.
+UNDOCUMENTED
+
+E: Fix GCMC region extends outside simulation box
+
+UNDOCUMENTED
+
+E: Region ID for fix GCMC does not exist
+
+UNDOCUMENTED
+
+E: Invalid atom type in fix GCMC command
+
+The atom type specified in the GCMC command does not exist.
E: Fix GCMC cannot exchange individual atoms belonging to a molecule
This is an error since you should not delete only one atom of a molecule.
The user has specified atomic (non-molecular) gas exchanges, but an atom
belonging to a molecule could be deleted.
E: All mol IDs should be set for fix GCMC group atoms
The molecule flag is on, yet not all molecule ids in the fix group have
been set to non-zero positive values by the user. This is an error since
all atoms in the fix GCMC group are eligible for deletion, rotation, and
translation and therefore must have valid molecule ids.
-E: Cannot use fix GCMC in a 2d simulation
-
-Fix GCMC is set up to run in 3d only. No 2d simulations with fix GCMC
-are allowed.
-
-E: Cannot use fix GCMC with a triclinic box
-
-Fix GCMC is set up to run with othogonal boxes only. Simulations with
-triclinic boxes and fix GCMC are not allowed.
-
E: Fix GCMC molecule command requires that atoms have molecule attributes
Should not choose the GCMC molecule feature if no molecules are being
simulated. The general molecule flag is off, but GCMC's molecule flag
is on.
-E: Fix GCMC could not find any atoms in the user-supplied template molecule
-
-When using the molecule option with fix GCMC, the user must supply a
-template molecule in the usual LAMMPS data file with its molecule id
-specified in the fix GCMC command as the "type" of the exchanged gas.
-
E: Fix GCMC incompatible with given pair_style
Some pair_styles do not provide single-atom energies, which are needed
by fix GCMC.
-E: Fix GCMC incorrect number of atoms per molecule
+E: Cannot use fix GCMC in a 2d simulation
-The number of atoms in each gas molecule was not computed correctly.
+Fix GCMC is set up to run in 3d only. No 2d simulations with fix GCMC
+are allowed.
+
+E: Cannot use fix GCMC with a triclinic box
+
+Fix GCMC is set up to run with othogonal boxes only. Simulations with
+triclinic boxes and fix GCMC are not allowed.
+
+E: Could not find fix group ID
+
+UNDOCUMENTED
E: Illegal fix GCMC gas mass <= 0
The computed mass of the designated gas molecule or atom type was less
than or equal to zero.
+E: Cannot do GCMC on atoms in atom_modify first group
+
+This is a restriction due to the way atoms are organized in a list to
+enable the atom_modify first command.
+
E: Fix GCMC ran out of available molecule IDs
This is a code limitation where more than MAXSMALLINT (usually around
two billion) molecules have been created. The code needs to be
modified to either allow molecule ID recycling or use bigger ints for
molecule IDs. A work-around is to run shorter simulations.
-W: Fix GCMC fix group should be all
+E: Fix GCMC could not find any atoms in the user-supplied template molecule
+
+When using the molecule option with fix GCMC, the user must supply a
+template molecule in the usual LAMMPS data file with its molecule id
+specified in the fix GCMC command as the "type" of the exchanged gas.
+
+E: Fix GCMC incorrect number of atoms per molecule
+
+The number of atoms in each gas molecule was not computed correctly.
+
+U: Fix GCMC fix group should be all
Fix GCMC will ignore the fix group specified by the user. User should
set the fix group to "all". Fix GCMC will overwrite the user-specified
fix group with a group consisting of all GCMC gas atoms.
-E: Fix GCMC region does not support a bounding box
+U: Fix GCMC region does not support a bounding box
Not all regions represent bounded volumes. You cannot use
such a region with the fix GCMC command.
E: Fix GCMC region cannot be dynamic
Only static regions can be used with fix GCMC.
E: Fix GCMC region extends outside simulation box
Self-explanatory.
E: Region ID for fix GCMC does not exist
-Self-explanatory.
+Self-explanatory.
+
+
*/
diff --git a/src/MOLECULE/angle_hybrid.h b/src/MOLECULE/angle_hybrid.h
index 5f34b0887..4cddff2c6 100644
--- a/src/MOLECULE/angle_hybrid.h
+++ b/src/MOLECULE/angle_hybrid.h
@@ -1,95 +1,95 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef ANGLE_CLASS
AngleStyle(hybrid,AngleHybrid)
#else
#ifndef LMP_ANGLE_HYBRID_H
#define LMP_ANGLE_HYBRID_H
#include "stdio.h"
#include "angle.h"
namespace LAMMPS_NS {
class AngleHybrid : public Angle {
public:
int nstyles; // # of different angle styles
Angle **styles; // class list for each Angle style
char **keywords; // keyword for each Angle style
AngleHybrid(class LAMMPS *);
~AngleHybrid();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double equilibrium_angle(int);
void write_restart(FILE *);
void read_restart(FILE *);
double single(int, int, int, int);
double memory_usage();
private:
int *map; // which style each angle type points to
int *nanglelist; // # of angles in sub-style anglelists
int *maxangle; // max # of angles sub-style lists can store
int ***anglelist; // anglelist for each sub-style
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Angle style hybrid cannot use same pair style twice
+E: Angle style hybrid cannot use same angle style twice
Self-explanatory.
E: Angle style hybrid cannot have hybrid as an argument
Self-explanatory.
E: Angle style hybrid cannot have none as an argument
Self-explanatory.
E: Angle coeff for hybrid has invalid style
Angle style hybrid uses another angle style as one of its
coefficients. The angle style used in the angle_coeff command or read
from a restart file is not recognized.
E: Invoked angle equil angle on angle style none
Self-explanatory.
E: Invoked angle single on angle style none
Self-explanatory.
*/
diff --git a/src/MOLECULE/dihedral_hybrid.h b/src/MOLECULE/dihedral_hybrid.h
index 70cbbf49d..bb6bf5621 100644
--- a/src/MOLECULE/dihedral_hybrid.h
+++ b/src/MOLECULE/dihedral_hybrid.h
@@ -1,79 +1,85 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef DIHEDRAL_CLASS
DihedralStyle(hybrid,DihedralHybrid)
#else
#ifndef LMP_DIHEDRAL_HYBRID_H
#define LMP_DIHEDRAL_HYBRID_H
#include "stdio.h"
#include "dihedral.h"
namespace LAMMPS_NS {
class DihedralHybrid : public Dihedral {
public:
int nstyles; // # of different dihedral styles
Dihedral **styles; // class list for each Dihedral style
char **keywords; // keyword for each dihedral style
DihedralHybrid(class LAMMPS *);
~DihedralHybrid();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
void write_restart(FILE *);
void read_restart(FILE *);
double memory_usage();
private:
int *map; // which style each dihedral type points to
int *ndihedrallist; // # of dihedrals in sub-style dihedrallists
int *maxdihedral; // max # of dihedrals sub-style lists can store
int ***dihedrallist; // dihedrallist for each sub-style
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: Illegal ... command
+
+Self-explanatory. Check the input script syntax and compare to the
+documentation for the command. You can use -echo screen as a
+command-line option when running LAMMPS to see the offending line.
+
E: Dihedral style hybrid cannot use same dihedral style twice
Self-explanatory.
E: Dihedral style hybrid cannot have hybrid as an argument
Self-explanatory.
E: Dihedral style hybrid cannot have none as an argument
Self-explanatory.
E: Dihedral coeff for hybrid has invalid style
Dihedral style hybrid uses another dihedral style as one of its
coefficients. The dihedral style used in the dihedral_coeff command
or read from a restart file is not recognized.
*/
diff --git a/src/MOLECULE/improper_hybrid.h b/src/MOLECULE/improper_hybrid.h
index 0d1c25a22..0cbb10138 100644
--- a/src/MOLECULE/improper_hybrid.h
+++ b/src/MOLECULE/improper_hybrid.h
@@ -1,78 +1,82 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef IMPROPER_CLASS
ImproperStyle(hybrid,ImproperHybrid)
#else
#ifndef LMP_IMPROPER_HYBRID_H
#define LMP_IMPROPER_HYBRID_H
#include "stdio.h"
#include "improper.h"
namespace LAMMPS_NS {
class ImproperHybrid : public Improper {
public:
int nstyles; // # of different improper styles
Improper **styles; // class list for each Improper style
char **keywords; // keyword for each improper style
ImproperHybrid(class LAMMPS *);
~ImproperHybrid();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void write_restart(FILE *);
void read_restart(FILE *);
double memory_usage();
private:
int *map; // which style each improper type points to
int *nimproperlist; // # of impropers in sub-style improperlists
int *maximproper; // max # of impropers sub-style lists can store
int ***improperlist; // improperlist for each sub-style
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: Illegal ... command
+
+UNDOCUMENTED
+
E: Improper style hybrid cannot use same improper style twice
Self-explanatory.
E: Improper style hybrid cannot have hybrid as an argument
Self-explanatory.
E: Improper style hybrid cannot have none as an argument
Self-explanatory.
E: Improper coeff for hybrid has invalid style
Improper style hybrid uses another improper style as one of its
coefficients. The improper style used in the improper_coeff command
or read from a restart file is not recognized.
*/
diff --git a/src/RIGID/fix_rigid.h b/src/RIGID/fix_rigid.h
index 5f151eb7a..b4f7723b5 100644
--- a/src/RIGID/fix_rigid.h
+++ b/src/RIGID/fix_rigid.h
@@ -1,232 +1,236 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(rigid,FixRigid)
#else
#ifndef LMP_FIX_RIGID_H
#define LMP_FIX_RIGID_H
#include "fix.h"
namespace LAMMPS_NS {
class FixRigid : public Fix {
public:
FixRigid(class LAMMPS *, int, char **);
virtual ~FixRigid();
virtual int setmask();
virtual void init();
virtual void setup(int);
virtual void initial_integrate(int);
void post_force(int);
virtual void final_integrate();
void initial_integrate_respa(int, int, int);
void final_integrate_respa(int, int);
virtual double compute_scalar();
virtual int modify_param(int, char **) {return 0;}
double memory_usage();
void grow_arrays(int);
void copy_arrays(int, int, int);
void set_arrays(int);
int pack_exchange(int, double *);
int unpack_exchange(int, double *);
void pre_neighbor();
int dof(int);
void deform(int);
void reset_dt();
virtual void *extract(const char*,int &);
double compute_array(int, int);
protected:
int me,nprocs;
double dtv,dtf,dtq;
double *step_respa;
int triclinic;
double MINUSPI,TWOPI;
int rstyle; // SINGLE,MOLECULE,GROUP
int firstflag; // 1 for first-time setup of rigid bodies
char *infile; // file to read rigid body attributes from
int dimension; // # of dimensions
int nbody; // # of rigid bodies
int *nrigid; // # of atoms in each rigid body
int *mol2body; // convert mol-ID to rigid body index
int maxmol; // size of mol2body = max mol-ID
int *body; // which body each atom is part of (-1 if none)
double **displace; // displacement of each atom in body coords
double *masstotal; // total mass of each rigid body
double **xcm; // coords of center-of-mass of each rigid body
double **vcm; // velocity of center-of-mass of each
double **fcm; // force on center-of-mass of each
double **inertia; // 3 principal components of inertia of each
double **ex_space,**ey_space,**ez_space;
// principal axes of each in space coords
double **angmom; // angular momentum of each in space coords
double **omega; // angular velocity of each in space coords
double **torque; // torque on each rigid body in space coords
double **quat; // quaternion of each rigid body
tagint *imagebody; // image flags of xcm of each rigid body
double **fflag; // flag for on/off of center-of-mass force
double **tflag; // flag for on/off of center-of-mass torque
double **langextra; // Langevin thermostat forces and torques
double **sum,**all; // work vectors for each rigid body
int **remapflag; // PBC remap flags for each rigid body
int extended; // 1 if any particles have extended attributes
int orientflag; // 1 if particles store spatial orientation
int dorientflag; // 1 if particles store dipole orientation
int *eflags; // flags for extended particles
double **orient; // orientation vector of particle wrt rigid body
double **dorient; // orientation of dipole mu wrt rigid body
double tfactor; // scale factor on temperature of rigid bodies
int langflag; // 0/1 = no/yes Langevin thermostat
int tstat_flag; // NVT settings
double t_start,t_stop,t_target;
double t_period,t_freq;
int t_chain,t_iter,t_order;
int pstat_flag; // NPT settings
double p_start[3],p_stop[3];
double p_period[3],p_freq[3];
int p_flag[3];
int pcouple,pstyle;
int p_chain;
int allremap; // remap all atoms
int dilate_group_bit; // mask for dilation group
char *id_dilate; // group name to dilate
class RanMars *random;
class AtomVecEllipsoid *avec_ellipsoid;
class AtomVecLine *avec_line;
class AtomVecTri *avec_tri;
int POINT,SPHERE,ELLIPSOID,LINE,TRIANGLE,DIPOLE; // bitmasks for eflags
int OMEGA,ANGMOM,TORQUE;
void no_squish_rotate(int, double *, double *, double *, double) const;
void set_xv();
void set_v();
void setup_bodies();
void readfile(int, double *, double **, int *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Fix rigid molecule requires atom attribute molecule
Self-explanatory.
E: Could not find fix rigid group ID
A group ID used in the fix rigid command does not exist.
E: One or more atoms belong to multiple rigid bodies
Two or more rigid bodies defined by the fix rigid command cannot
contain the same atom.
E: No rigid bodies defined
The fix specification did not end up defining any rigid bodies.
E: Fix rigid z force cannot be on for 2d simulation
Self-explanatory.
E: Fix rigid xy torque cannot be on for 2d simulation
Self-explanatory.
E: Fix rigid langevin period must be > 0.0
Self-explanatory.
+E: Fix rigid nvt/npt/nph dilate group ID does not exist
+
+UNDOCUMENTED
+
E: One or zero atoms in rigid body
Any rigid body defined by the fix rigid command must contain 2 or more
atoms.
W: More than one fix rigid
It is not efficient to use fix rigid more than once.
E: Rigid fix must come before NPT/NPH fix
NPT/NPH fix must be defined in input script after all rigid fixes,
else the rigid fix contribution to the pressure virial is
incorrect.
W: Computing temperature of portions of rigid bodies
The group defined by the temperature compute does not encompass all
the atoms in one or more rigid bodies, so the change in
degrees-of-freedom for the atoms in those partial rigid bodies will
not be accounted for.
E: Fix rigid atom has non-zero image flag in a non-periodic dimension
You cannot set image flags for non-periodic dimensions.
E: Insufficient Jacobi rotations for rigid body
Eigensolve for rigid body was not sufficiently accurate.
E: Fix rigid: Bad principal moments
The principal moments of inertia computed for a rigid body
are not within the required tolerances.
E: Cannot open fix rigid infile %s
The specified file cannot be opened. Check that the path and name are
correct.
E: Unexpected end of fix rigid file
A read operation from the file failed.
E: Incorrect rigid body format in fix rigid file
The number of fields per line is not what expected.
E: Invalid rigid body ID in fix rigid file
The ID does not match the number or an existing ID of rigid bodies
that are defined by the fix rigid command.
*/
diff --git a/src/RIGID/fix_rigid_nh.h b/src/RIGID/fix_rigid_nh.h
index efc1b6e81..1a927741b 100644
--- a/src/RIGID/fix_rigid_nh.h
+++ b/src/RIGID/fix_rigid_nh.h
@@ -1,178 +1,194 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_FIX_RIGID_NH_H
#define LMP_FIX_RIGID_NH_H
#include "fix_rigid.h"
namespace LAMMPS_NS {
class FixRigidNH : public FixRigid {
public:
FixRigidNH(class LAMMPS *, int, char **);
virtual ~FixRigidNH();
virtual int setmask();
virtual void init();
virtual void setup(int);
virtual void initial_integrate(int);
virtual void final_integrate();
virtual double compute_scalar();
int modify_param(int, char **);
void write_restart(FILE *);
void restart(char *buf);
void reset_target(double);
protected:
double **conjqm; // conjugate quaternion momentum
double boltz,nktv2p,mvv2e; // boltzman constant, conversion factors
int nf_t,nf_r; // trans/rot degrees of freedom
double onednft,onednfr; // factors 1 + dimension/trans(rot) degrees of freedom
double *w,*wdti1,*wdti2,*wdti4; // Yoshida-Suzuki coefficients
double *q_t,*q_r; // trans/rot thermostat masses
double *eta_t,*eta_r; // trans/rot thermostat positions
double *eta_dot_t,*eta_dot_r; // trans/rot thermostat velocities
double *f_eta_t,*f_eta_r; // trans/rot thermostat forces
double epsilon_mass[3], *q_b; // baro/thermo masses
double epsilon[3],*eta_b; // baro/thermo positions
double epsilon_dot[3],*eta_dot_b; // baro/thermo velocities
double *f_eta_b; // thermo forces
double akin_t,akin_r; // translational/rotational kinetic energies
int kspace_flag; // 1 if KSpace invoked, 0 if not
int nrigidfix; // number of rigid fixes
int *rfix; // indicies of rigid fixes
double vol0; // reference volume
double t0; // reference temperature
int pdim,g_f; // number of barostatted dims, total DoFs
double p_hydro; // hydrostatic target pressure
double p_freq_max; // maximum barostat frequency
double mtk_term1,mtk_term2; // Martyna-Tobias-Klein corrections
double t_current,t_target;
double p_current[3],p_target[3];
char *id_temp,*id_press;
class Compute *temperature,*pressure;
int tcomputeflag,pcomputeflag;
void couple();
virtual void remap();
void nhc_temp_integrate();
void nhc_press_integrate();
virtual void compute_temp_target();
void compute_press_target();
void nh_epsilon_dot();
void allocate_chain();
void allocate_order();
void deallocate_chain();
void deallocate_order();
inline double maclaurin_series(double);
};
inline double FixRigidNH::maclaurin_series(double x)
{
double x2,x4;
x2 = x * x;
x4 = x2 * x2;
return (1.0 + (1.0/6.0) * x2 + (1.0/120.0) * x4 + (1.0/5040.0) * x2 * x4 +
(1.0/362880.0) * x4 * x4);
}
}
#endif
/* ERROR/WARNING messages:
-E: Illegal ... command
-
-Self-explanatory. Check the input script syntax and compare to the
-documentation for the command. You can use -echo screen as a
-command-line option when running LAMMPS to see the offending line.
+E: Fix rigid npt/nph period must be > 0.0
-E: Target temperature for fix rigid nvt/npt cannot be 0.0
-
-Self-explanatory.
+UNDOCUMENTED
E: Invalid fix rigid npt/nph command for a 2d simulation
Cannot control z dimension in a 2d model.
-E: Fix rigid npt/nph dilate group ID does not exist
-
-Self-explanatory.
-
E: Invalid fix rigid npt/nph command pressure settings
If multiple dimensions are coupled, those dimensions must be
specified.
E: Cannot use fix rigid npt/nph on a non-periodic dimension
When specifying a diagonal pressure component, the dimension must be
periodic.
E: Invalid fix rigid npt/nph pressure settings
Settings for coupled dimensions must be the same.
E: Fix rigid nvt/npt/nph damping parameters must be > 0.0
Self-explanatory.
+E: Fix rigid npt/nph dilate group ID does not exist
+
+Self-explanatory.
+
+E: Temp ID for fix rigid npt/nph does not exist
+
+UNDOCUMENTED
+
+E: fix rigid npt/nph does not yet allow triclinic box
+
+UNDOCUMENTED
+
E: Cannot use fix rigid npt/nph and fix deform on same component of stress tensor
This would be changing the same box dimension twice.
-E: Temperature ID for fix rigid npt/nph does not exist
+E: Press ID for fix rigid npt/nph does not exist
-Self-explanatory.
+UNDOCUMENTED
-E: Pressure ID for fix rigid npt/nph does not exist
+E: Illegal ... command
-Self-explanatory.
+Self-explanatory. Check the input script syntax and compare to the
+documentation for the command. You can use -echo screen as a
+command-line option when running LAMMPS to see the offending line.
E: Could not find fix_modify temperature ID
The compute ID for computing temperature does not exist.
E: Fix_modify temperature ID does not compute temperature
The compute ID assigned to the fix must compute temperature.
W: Temperature for fix modify is not for group all
The temperature compute is being used with a pressure calculation
which does operate on group all, so this may be inconsistent.
E: Pressure ID for fix modify does not exist
Self-explanatory.
E: Could not find fix_modify pressure ID
The compute ID for computing pressure does not exist.
E: Fix_modify pressure ID does not compute pressure
The compute ID assigned to the fix must compute pressure.
+U: Target temperature for fix rigid nvt/npt cannot be 0.0
+
+Self-explanatory.
+
+U: Temperature ID for fix rigid npt/nph does not exist
+
+Self-explanatory.
+
+U: Pressure ID for fix rigid npt/nph does not exist
+
+Self-explanatory.
+
*/
diff --git a/src/RIGID/fix_rigid_nph.h b/src/RIGID/fix_rigid_nph.h
index 5184952a2..49e9ab97a 100644
--- a/src/RIGID/fix_rigid_nph.h
+++ b/src/RIGID/fix_rigid_nph.h
@@ -1,37 +1,53 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(rigid/nph,FixRigidNPH)
#else
#ifndef LMP_FIX_RIGID_NPH_H
#define LMP_FIX_RIGID_NPH_H
#include "fix_rigid_nh.h"
namespace LAMMPS_NS {
class FixRigidNPH : public FixRigidNH {
public:
FixRigidNPH(class LAMMPS *, int, char **);
~FixRigidNPH() {}
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Pressure control must be used with fix nph
+
+UNDOCUMENTED
+
+E: Temperature control must not be used with fix nph
+
+UNDOCUMENTED
+
+E: Target pressure for fix rigid/nph cannot be 0.0
+
+UNDOCUMENTED
+
+*/
diff --git a/src/RIGID/fix_rigid_npt.h b/src/RIGID/fix_rigid_npt.h
index 044a68543..f72955248 100644
--- a/src/RIGID/fix_rigid_npt.h
+++ b/src/RIGID/fix_rigid_npt.h
@@ -1,37 +1,65 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(rigid/npt,FixRigidNPT)
#else
#ifndef LMP_FIX_RIGID_NPT_H
#define LMP_FIX_RIGID_NPT_H
#include "fix_rigid_nh.h"
namespace LAMMPS_NS {
class FixRigidNPT : public FixRigidNH {
public:
FixRigidNPT(class LAMMPS *, int, char **);
~FixRigidNPT() {}
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Did not set temp or press for fix rigid/npt
+
+UNDOCUMENTED
+
+E: Target temperature for fix rigid/npt cannot be 0.0
+
+UNDOCUMENTED
+
+E: Target pressure for fix rigid/npt cannot be 0.0
+
+UNDOCUMENTED
+
+E: Fix rigid/npt period must be > 0.0
+
+UNDOCUMENTED
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Fix_modify order must be 3 or 5
+
+UNDOCUMENTED
+
+*/
diff --git a/src/RIGID/fix_rigid_nvt.h b/src/RIGID/fix_rigid_nvt.h
index 3d4ef9c3e..806e803bd 100644
--- a/src/RIGID/fix_rigid_nvt.h
+++ b/src/RIGID/fix_rigid_nvt.h
@@ -1,36 +1,60 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(rigid/nvt,FixRigidNVT)
#else
#ifndef LMP_FIX_RIGID_NVT_H
#define LMP_FIX_RIGID_NVT_H
#include "fix_rigid_nh.h"
namespace LAMMPS_NS {
class FixRigidNVT : public FixRigidNH {
public:
FixRigidNVT(class LAMMPS *, int, char **);
~FixRigidNVT() {}
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Did not set temp for fix rigid/nvt
+
+UNDOCUMENTED
+
+E: Target temperature for fix rigid/nvt cannot be 0.0
+
+UNDOCUMENTED
+
+E: Fix rigid/nvt period must be > 0.0
+
+UNDOCUMENTED
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Fix_modify order must be 3 or 5
+
+UNDOCUMENTED
+
+*/
diff --git a/src/RIGID/fix_rigid_small.h b/src/RIGID/fix_rigid_small.h
index 237b3f173..abf3bcd0f 100644
--- a/src/RIGID/fix_rigid_small.h
+++ b/src/RIGID/fix_rigid_small.h
@@ -1,255 +1,319 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(rigid/small,FixRigidSmall)
#else
#ifndef LMP_FIX_RIGID_SMALL_H
#define LMP_FIX_RIGID_SMALL_H
#include "fix.h"
// replace this later
#include <map>
namespace LAMMPS_NS {
class FixRigidSmall : public Fix {
public:
// static variable for ring communication callback to access class data
static FixRigidSmall *frsptr;
FixRigidSmall(class LAMMPS *, int, char **);
virtual ~FixRigidSmall();
virtual int setmask();
virtual void init();
virtual void setup(int);
virtual void initial_integrate(int);
void post_force(int);
virtual void final_integrate();
void initial_integrate_respa(int, int, int);
void final_integrate_respa(int, int);
double memory_usage();
void grow_arrays(int);
void copy_arrays(int, int, int);
void set_arrays(int);
int pack_exchange(int, double *);
int unpack_exchange(int, double *);
int pack_comm(int, int *, double *, int, int *);
void unpack_comm(int, int, double *);
int pack_reverse_comm(int, int, double *);
void unpack_reverse_comm(int, int *, double *);
void setup_pre_neighbor();
void pre_neighbor();
int dof(int);
void deform(int);
void reset_dt();
protected:
int me,nprocs;
double dtv,dtf,dtq;
double *step_respa;
int triclinic;
double MINUSPI,TWOPI;
int firstflag; // 1 for first-time setup of rigid bodies
int commflag; // various modes of forward/reverse comm
int nbody; // total # of rigid bodies
struct Body {
double mass; // total mass of body
double xcm[3]; // COM position
double vcm[3]; // COM velocity
double fcm[3]; // force on COM
double torque[3]; // torque on COM
double quat[4]; // quaternion for orientation of body
double inertia[3]; // 3 principal components of inertia
double ex_space[3]; // principal axes in space coords
double ey_space[3];
double ez_space[3];
double angmom[3]; // angular momentum of body
double omega[3]; // omega of body
tagint image; // image flags of xcm
int remapflag[4]; // PBC remap flags
int ilocal; // index of owning atom
};
Body *body; // list of rigid bodies, owned and ghost
int nlocal_body; // # of owned rigid bodies
int nghost_body; // # of ghost rigid bodies
int nmax_body; // max # of bodies that body can hold
int bodysize; // sizeof(Body) in doubles
// per-atom quantities
// only defined for owned atoms, except bodyown for own+ghost
int *bodyown; // index of body if atom owns a body, -1 if not
int *bodytag; // ID of body this atom is in, 0 if none
// ID = tag of atom that owns body
int *atom2body; // index of owned/ghost body this atom is in, -1 if not
// can point to original or any image of the body
double **displace; // displacement of each atom in body coords
int *eflags; // flags for extended particles
double **orient; // orientation vector of particle wrt rigid body
double **dorient; // orientation of dipole mu wrt rigid body
int extended; // 1 if any particles have extended attributes
int orientflag; // 1 if particles store spatial orientation
int dorientflag; // 1 if particles store dipole orientation
int POINT,SPHERE,ELLIPSOID,LINE,TRIANGLE,DIPOLE; // bitmasks for eflags
int OMEGA,ANGMOM,TORQUE;
class AtomVecEllipsoid *avec_ellipsoid;
class AtomVecLine *avec_line;
class AtomVecTri *avec_tri;
// temporary per-body storage
int **counts; // counts of atom types in bodies
double **itensor; // 6 space-frame components of inertia tensor
// Langevin thermostatting
int langflag; // 0/1 = no/yes Langevin thermostat
double t_start,t_stop,t_period; // thermostat params
double **langextra; // Langevin thermostat forces and torques
int maxlang; // max size of langextra
class RanMars *random; // RNG
// class data used by ring communication callbacks
std::map<int,int> *hash;
double **bbox;
double **ctr;
int *idclose;
double *rsqclose;
void set_xv();
void set_v();
void create_bodies();
void setup_bodies();
void grow_body();
void reset_atom2body();
// callback functions for ring communication
static void ring_bbox(int, char *);
static void ring_nearest(int, char *);
// debug
void check(int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Fix rigid molecule requires atom attribute molecule
+E: Fix rigid/small langevin period must be > 0.0
-Self-explanatory.
-
-E: Could not find fix rigid group ID
-
-A group ID used in the fix rigid command does not exist.
+UNDOCUMENTED
-E: One or more atoms belong to multiple rigid bodies
+E: Fix rigid/small requires atom attribute molecule
-Two or more rigid bodies defined by the fix rigid command cannot
-contain the same atom.
+UNDOCUMENTED
E: No rigid bodies defined
The fix specification did not end up defining any rigid bodies.
-E: Fix rigid z force cannot be on for 2d simulation
-
-Self-explanatory.
-
-E: Fix rigid xy torque cannot be on for 2d simulation
-
-Self-explanatory.
-
-E: Fix rigid langevin period must be > 0.0
-
-Self-explanatory.
-
-E: One or zero atoms in rigid body
-
-Any rigid body defined by the fix rigid command must contain 2 or more
-atoms.
-
W: More than one fix rigid
It is not efficient to use fix rigid more than once.
E: Rigid fix must come before NPT/NPH fix
NPT/NPH fix must be defined in input script after all rigid fixes,
else the rigid fix contribution to the pressure virial is
incorrect.
W: Computing temperature of portions of rigid bodies
The group defined by the temperature compute does not encompass all
the atoms in one or more rigid bodies, so the change in
degrees-of-freedom for the atoms in those partial rigid bodies will
not be accounted for.
-E: Fix rigid atom has non-zero image flag in a non-periodic dimension
+E: Fix rigid/small atom has non-zero image flag in a non-periodic dimension
-You cannot set image flags for non-periodic dimensions.
+UNDOCUMENTED
E: Insufficient Jacobi rotations for rigid body
Eigensolve for rigid body was not sufficiently accurate.
E: Fix rigid: Bad principal moments
The principal moments of inertia computed for a rigid body
are not within the required tolerances.
-E: Cannot open fix rigid infile %s
+E: Rigid body atoms %d %d missing on proc %d at step %ld
+
+UNDOCUMENTED
+
+E: BAD AAA
+
+UNDOCUMENTED
+
+E: BAD BBB
+
+UNDOCUMENTED
+
+E: BAD CCC
+
+UNDOCUMENTED
+
+E: BAD DDD
+
+UNDOCUMENTED
+
+E: BAD EEE
+
+UNDOCUMENTED
+
+E: BAD FFF
+
+UNDOCUMENTED
+
+E: BAD GGG
+
+UNDOCUMENTED
+
+E: BAD HHH
+
+UNDOCUMENTED
+
+E: BAD III
+
+UNDOCUMENTED
+
+E: BAD JJJ
+
+UNDOCUMENTED
+
+E: BAD KKK
+
+UNDOCUMENTED
+
+E: BAD LLL
+
+UNDOCUMENTED
+
+U: Fix rigid molecule requires atom attribute molecule
+
+Self-explanatory.
+
+U: Could not find fix rigid group ID
+
+A group ID used in the fix rigid command does not exist.
+
+U: One or more atoms belong to multiple rigid bodies
+
+Two or more rigid bodies defined by the fix rigid command cannot
+contain the same atom.
+
+U: Fix rigid z force cannot be on for 2d simulation
+
+Self-explanatory.
+
+U: Fix rigid xy torque cannot be on for 2d simulation
+
+Self-explanatory.
+
+U: Fix rigid langevin period must be > 0.0
+
+Self-explanatory.
+
+U: One or zero atoms in rigid body
+
+Any rigid body defined by the fix rigid command must contain 2 or more
+atoms.
+
+U: Fix rigid atom has non-zero image flag in a non-periodic dimension
+
+You cannot set image flags for non-periodic dimensions.
+
+U: Cannot open fix rigid infile %s
UNDOCUMENTED
-E: Unexpected end of fix rigid file
+U: Unexpected end of fix rigid file
UNDOCUMENTED
-E: Incorrect rigid body format in fix rigid file
+U: Incorrect rigid body format in fix rigid file
UNDOCUMENTED
-E: Invalid rigid body ID in fix rigid file
+U: Invalid rigid body ID in fix rigid file
UNDOCUMENTED
*/
diff --git a/src/SHOCK/fix_append_atoms.h b/src/SHOCK/fix_append_atoms.h
index cc2d843e5..5fb8ab4a0 100644
--- a/src/SHOCK/fix_append_atoms.h
+++ b/src/SHOCK/fix_append_atoms.h
@@ -1,103 +1,107 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(append/atoms,FixAppendAtoms)
#else
#ifndef FIX_APPEND_ATOMS_H
#define FIX_APPEND_ATOMS_H
#include "fix.h"
namespace LAMMPS_NS {
class FixAppendAtoms : public Fix {
public:
FixAppendAtoms(class LAMMPS *, int, char **);
~FixAppendAtoms();
int setmask();
void setup(int);
void pre_exchange();
void initial_integrate(int);
void post_force(int);
private:
int get_spatial();
int spatflag, xloflag, xhiflag, yloflag, yhiflag, zloflag, zhiflag;
int ranflag, tempflag, xseed, tseed;
double ranx, rany, ranz, t_target, t_period, t_extent;
class RanMars *randomx;
class RanMars *randomt;
int scaleflag, freq;
int nbasis;
int *basistype;
int advance,advance_sum;
double size,spatlead;
char *spatialid;
double tfactor;
double *gfactor1,*gfactor2;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
+E: Fix append/atoms requires a lattice be defined
+
+UNDOCUMENTED
+
E: Only zhi currently implemented for fix append/atoms
Self-explanatory.
E: Append boundary must be shrink/minimum
The boundary style of the face where atoms are added
must be of type m (shrink/minimum).
E: Bad fix ID in fix append/atoms command
The value of the fix_id for keyword spatial must start with the suffix
f_.
+E: Must define lattice to append/atoms
+
+A lattice must be defined before using this fix.
+
E: Cannot use append/atoms in periodic dimension
The boundary style of the face where atoms are added can not be of
type p (periodic).
E: Cannot append atoms to a triclinic box
The simulation box must be defined with edges alligned with the
Cartesian axes.
E: Use of fix append/atoms with undefined lattice
A lattice must be defined before using this fix.
E: Fix ID for fix ave/spatial does not exist
Self-explanatory.
-E: Must define lattice to append/atoms
-
-A lattice must be defined before using this fix.
-
*/
diff --git a/src/SRD/fix_srd.h b/src/SRD/fix_srd.h
index 253cb7ec6..cd2c01dce 100644
--- a/src/SRD/fix_srd.h
+++ b/src/SRD/fix_srd.h
@@ -1,415 +1,419 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(srd,FixSRD)
#else
#ifndef LMP_FIX_SRD_H
#define LMP_FIX_SRD_H
#include "fix.h"
namespace LAMMPS_NS {
class FixSRD : public Fix {
public:
FixSRD(class LAMMPS *, int, char **);
~FixSRD();
int setmask();
void init();
void setup(int);
void pre_neighbor();
void post_force(int);
double compute_vector(int);
double memory_usage();
int pack_reverse_comm(int, int, double *);
void unpack_reverse_comm(int, int *, double *);
private:
int me,nprocs;
int bigexist,biggroup,biggroupbit;
int collidestyle,lamdaflag,overlap,insideflag,exactflag,maxbounceallow;
int cubicflag,shiftuser,shiftseed,shiftflag,tstat;
int rescale_rotate,rescale_collide;
double gridsrd,gridsearch,lamda,radfactor,cubictol;
int triclinic,change_size,change_shape,deformflag;
double dt_big,dt_srd;
double mass_big,mass_srd;
double temperature_srd;
double sigma;
double srd_per_cell;
double dmax,vmax,vmaxsq;
double maxbigdiam,minbigdiam;
double dist_ghost,dist_srd,dist_srd_reneigh; // explained in code
int wallexist,nwall,wallvarflag;
class FixWallSRD *wallfix;
int *wallwhich;
double *xwall,*xwallhold,*vwall;
double **fwall;
double walltrigger;
class AtomVecEllipsoid *avec_ellipsoid;
class AtomVecLine *avec_line;
class AtomVecTri *avec_tri;
// for orthogonal box, these are in box units
// for triclinic box, these are in lamda units
double srdlo[3],srdhi[3]; // SRDs must stay inside
double srdlo_reneigh[3],srdhi_reneigh[3]; // SRDs trigger a reneigh
int dimension;
int initflag,setupflag,reneighflag;
class RanMars *random;
class RanPark *randomshift;
// stats
int ncheck,ncollide,ninside,nrescale,reneighcount;
int nbounce,bouncemaxnum,bouncemax;
int stats_flag;
int srd_bin_count;
double srd_bin_temp;
double stats[12],stats_all[12];
double **flocal; // local ptrs to atom force and torque
double **tlocal;
// info to store for each owned and ghost big particle and wall
struct Big {
int index; // local index of particle/wall
int type; // SPHERE or ELLIPSOID or LINE or TRI or WALL
double radius,radsq; // radius of sphere
double aradsqinv; // 3 ellipsoid radii
double bradsqinv;
double cradsqinv;
double length; // length of line segment
double normbody[3]; // normal of tri in body-frame
double cutbinsq; // add big to bin if within this distance
double omega[3]; // current omega for sphere/ellipsoid/tri/line
double ex[3],ey[3],ez[3]; // current orientation vecs for ellipsoid/tri
double norm[3]; // current unit normal of tri in space-frame
double theta; // current orientation of line
};
Big *biglist; // list of info for each owned & ghost big and wall
int torqueflag; // 1 if any big particle is torqued
// current size of particle-based arrays
int nbig; // # of owned/ghost big particles and walls
int maxbig; // max number of owned/ghost big particles and walls
int nmax; // max number of SRD particles
// bins for SRD velocity remap, shifting and communication
// binsize and inv are in lamda units for triclinic
int nbins1,nbin1x,nbin1y,nbin1z;
double binsize1x,binsize1y,binsize1z;
double bininv1x,bininv1y,bininv1z;
struct BinAve {
int owner; // 1 if I am owner of this bin, 0 if not
int n; // # of SRD particles in bin
double xctr[3]; // center point of bin, only used for triclinic
double vsum[3]; // sum of v components for SRD particles in bin
double random; // random value if I am owner
};
struct BinComm {
int nsend,nrecv; // # of bins to send/recv
int sendproc,recvproc; // who to send/recv to/from
int *sendlist,*recvlist; // list of bins to send/recv
};
struct BinShift {
int commflag; // 1 if this shift requires any comm
int nbins,nbinx,nbiny,nbinz; // extent of my bins
int maxbinsq,maxvbin;
int binlo[3],binhi[3]; // extent of my bins in global array
double corner[3]; // lower,left corner to offset from
// corner is in lamda units for triclinic
BinAve *vbin; // my bins
BinComm bcomm[6]; // bin communication pattern for overlaps
};
BinShift shifts[2]; // 0 = no shift, 1 = shift
int maxbin1;
int *binhead; // 1st SRD particle in each bin
int *binnext; // next SRD particle in same bin
int maxbuf;
double *sbuf1,*sbuf2; // buffers for send/recv of velocity bin data
double *rbuf1,*rbuf2;
// bins and stencil for collision searching for SRDs & big particles
int nbins2,nbin2x,nbin2y,nbin2z;
int maxbin2;
double binsize2x,binsize2y,binsize2z;
double bininv2x,bininv2y,bininv2z;
double xblo2,yblo2,zblo2;
int *nbinbig; // # of big particles overlapping each bin
int **binbig; // indices of big particles overlapping each bin
int *binsrd; // which bin each SRD particle is in
int nstencil; // # of bins in stencil
int maxstencil; // max # of bins stencil array can hold
int **stencil; // list of 3d bin offsets a big particle can overlap
// persistent data for line/tri collision calculations
double tfraction,theta0,theta1;
double xs0[3],xs1[3],xsc[3];
double xb0[3],xb1[3],xbc[3];
double nbc[3];
// shared data for triangle collision calculations
// private functions
void reset_velocities();
void vbin_comm(int);
void vbin_pack(BinAve *, int, int *, double *);
void vbin_unpack(double *, BinAve *, int, int *);
void collisions_single();
void collisions_multi();
int inside_sphere(double *, double *, Big *);
int inside_ellipsoid(double *, double *, Big *);
int inside_line(double *, double *, double *, double *, Big *, double);
int inside_tri(double *, double *, double *, double *, Big *, double);
int inside_wall(double *, int);
double collision_sphere_exact(double *, double *, double *, double *,
Big *, double *, double *, double *);
void collision_sphere_inexact(double *, double *,
Big *, double *, double *, double *);
double collision_ellipsoid_exact(double *, double *, double *, double *,
Big *, double *, double *, double *);
void collision_ellipsoid_inexact(double *, double *,
Big *, double *, double *, double *);
double collision_line_exact(double *, double *, double *, double *,
Big *, double, double *, double *, double *);
double collision_tri_exact(double *, double *, double *, double *,
Big *, double, double *, double *, double *);
double collision_wall_exact(double *, int, double *,
double *, double *, double *);
void collision_wall_inexact(double *, int, double *, double *, double *);
void slip(double *, double *, double *, Big *,
double *, double *, double *);
void slip_wall(double *, int, double *, double *);
void noslip(double *, double *, double *, Big *, int,
double *, double *, double *);
void force_torque(double *, double *, double *,
double *, double *, double *);
void force_wall(double *, double *, int);
int update_srd(int, double, double *, double *, double *, double *);
void parameterize();
void setup_bounds();
void setup_velocity_bins();
void setup_velocity_shift(int, int);
void setup_search_bins();
void setup_search_stencil();
void big_static();
void big_dynamic();
double point_bin_distance(double *, int, int, int);
double bin_bin_distance(int, int, int);
void velocity_stats(int);
double newton_raphson(double, double);
void lineside(double, double &, double &);
void triside(double, double &, double &);
double distance(int, int);
void print_collision(int, int, int, double, double,
double *, double *, double *, int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Could not find fix srd group ID
Self-explanatory.
E: Fix srd requires newton pair on
Self-explanatory.
E: Fix srd requires ghost atoms store velocity
Use the communicate vel yes command to enable this.
E: Fix SRD no-slip requires atom attribute torque
This is because the SRD collisions will impart torque to the solute
particles.
E: Cannot change timestep once fix srd is setup
This is because various SRD properties depend on the timestep
size.
E: Cannot use fix wall/srd more than once
Nor is their a need to since multiple walls can be specified
in one command.
W: Fix SRD walls overlap but fix srd overlap not set
You likely want to set this in your input script.
E: Using fix srd with inconsistent fix deform remap option
When shearing the box in an SRD simulation, the remap v option for fix
deform needs to be used.
W: Using fix srd with box deformation but no SRD thermostat
The deformation will heat the SRD particles so this can
be dangerous.
W: Fix srd SRD moves may trigger frequent reneighboring
This is because the SRD particles may move long distances.
E: Fix SRD: bad search bin assignment
Something has gone wrong in your SRD model; try using more
conservative settings.
E: Fix SRD: bad stencil bin for big particle
Something has gone wrong in your SRD model; try using more
conservative settings.
E: Fix SRD: too many big particles in bin
Reset the ATOMPERBIN parameter at the top of fix_srd.cpp
to a larger value, and re-compile the code.
E: Fix SRD: too many walls in bin
This should not happen unless your system has been setup incorrectly.
E: Fix SRD: bad bin assignment for SRD advection
Something has gone wrong in your SRD model; try using more
conservative settings.
E: SRD particle %d started inside big particle %d on step %ld bounce %d
See the inside keyword if you want this message to be an error vs
warning.
W: SRD particle %d started inside big particle %d on step %ld bounce %d
See the inside keyword if you want this message to be an error vs
warning.
+W: SRD particle %d started inside big particle %d on step %ld bounce %d
+
+UNDOCUMENTED
+
E: Bad quadratic solve for particle/line collision
This is an internal error. It should nornally not occur.
E: Bad quadratic solve for particle/tri collision
This is an internal error. It should nornally not occur.
W: Fix srd particle moved outside valid domain
This may indicate a problem with your simulation parameters.
E: Big particle in fix srd cannot be point particle
Big particles must be extended spheriods or ellipsoids.
E: Cannot use lines with fix srd unless overlap is set
This is because line segements are connected to each other.
E: Cannot use tris with fix srd unless overlap is set
This is because triangles are connected to each other.
E: Fix srd requires SRD particles all have same mass
Self-explanatory.
E: Fewer SRD bins than processors in some dimension
This is not allowed. Make your SRD bin size smaller.
E: SRD bins for fix srd are not cubic enough
The bin shape is not within tolerance of cubic. See the cubic
keyword if you want this message to be an error vs warning.
W: SRD bins for fix srd are not cubic enough
The bin shape is not within tolerance of cubic. See the cubic
keyword if you want this message to be an error vs warning.
E: SRD bin size for fix srd differs from user request
Fix SRD had to adjust the bin size to fit the simulation box. See the
cubic keyword if you want this message to be an error vs warning.
W: SRD bin size for fix srd differs from user request
Fix SRD had to adjust the bin size to fit the simulation box. See the
cubic keyword if you want this message to be an error vs warning.
E: Fix srd lamda must be >= 0.6 of SRD grid size
This is a requirement for accuracy reasons.
W: SRD bin shifting turned on due to small lamda
This is done to try to preserve accuracy.
W: Fix srd grid size > 1/4 of big particle diameter
This may cause accuracy problems.
W: Fix srd viscosity < 0.0 due to low SRD density
This may cause accuracy problems.
W: Fix srd particles may move > big particle diameter
This may cause accuracy problems.
*/
diff --git a/src/USER-OMP/pppm_disp_omp.cpp b/src/USER-OMP/pppm_disp_omp.cpp
new file mode 100644
index 000000000..6d6ab70a0
--- /dev/null
+++ b/src/USER-OMP/pppm_disp_omp.cpp
@@ -0,0 +1,1779 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+/* ----------------------------------------------------------------------
+ Contributing author: Axel Kohlmeyer (Temple U), Rolf Isele-Holder (RWTH Aachen University)
+------------------------------------------------------------------------- */
+
+#include "pppm_disp_omp.h"
+#include "atom.h"
+#include "comm.h"
+#include "domain.h"
+#include "force.h"
+#include "memory.h"
+#include "math_const.h"
+
+#include <string.h>
+#include <math.h>
+
+#include "suffix.h"
+using namespace LAMMPS_NS;
+using namespace MathConst;
+
+#ifdef FFT_SINGLE
+#define ZEROF 0.0f
+#define ONEF 1.0f
+#else
+#define ZEROF 0.0
+#define ONEF 1.0
+#endif
+
+#define OFFSET 16384
+
+
+/* ---------------------------------------------------------------------- */
+
+PPPMDispOMP::PPPMDispOMP(LAMMPS *lmp, int narg, char **arg) :
+ PPPMDisp(lmp, narg, arg), ThrOMP(lmp, THR_KSPACE)
+{
+ suffix_flag |= Suffix::OMP;
+}
+
+/* ----------------------------------------------------------------------
+ allocate memory that depends on # of K-vectors and order
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::allocate()
+{
+ PPPMDisp::allocate();
+
+ const int nthreads = comm->nthreads;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+
+ if (function[0]) {
+ ThrData *thr = fix->get_thr(tid);
+ thr->init_pppm(order,memory);
+ }
+ if (function[1] + function[2]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm_disp(order_6,memory);
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ free memory that depends on # of K-vectors and order
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::deallocate()
+{
+ PPPMDisp::deallocate();
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+ if (function[0]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm(-order,memory);
+ }
+ if (function[1] + function[2]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm_disp(-order_6,memory);
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ Compute the modified (hockney-eastwood) coulomb green function
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::compute_gf()
+{
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+
+ double *prd;
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ double unitkx = (2.0*MY_PI/xprd);
+ double unitky = (2.0*MY_PI/yprd);
+ double unitkz = (2.0*MY_PI/zprd_slab);
+
+ int tid,nn,nnfrom,nnto,nx,ny,nz,k,l,m;
+ int kper,lper,mper;
+ double snx,sny,snz,snx2,sny2,snz2;
+ double sqk;
+ double argx,argy,argz,wx,wy,wz,sx,sy,sz,qx,qy,qz;
+ double sum1,dot1,dot2;
+ double numerator,denominator;
+
+ const int nnx = nxhi_fft-nxlo_fft+1;
+ const int nny = nyhi_fft-nylo_fft+1;
+
+ loop_setup_thr(nnfrom, nnto, tid, nfft, comm->nthreads);
+
+ for (m = nzlo_fft; m <= nzhi_fft; m++) {
+ mper = m - nz_pppm*(2*m/nz_pppm);
+ qz = unitkz*mper;
+ snz = sin(0.5*qz*zprd_slab/nz_pppm);
+ snz2 = snz*snz;
+ sz = exp(-0.25*pow(qz/g_ewald,2.0));
+ wz = 1.0;
+ argz = 0.5*qz*zprd_slab/nz_pppm;
+ if (argz != 0.0) wz = pow(sin(argz)/argz,order);
+ wz *= wz;
+
+ for (l = nylo_fft; l <= nyhi_fft; l++) {
+ lper = l - ny_pppm*(2*l/ny_pppm);
+ qy = unitky*lper;
+ sny = sin(0.5*qy*yprd/ny_pppm);
+ sny2 = sny*sny;
+ sy = exp(-0.25*pow(qy/g_ewald,2.0));
+ wy = 1.0;
+ argy = 0.5*qy*yprd/ny_pppm;
+ if (argy != 0.0) wy = pow(sin(argy)/argy,order);
+ wy *= wy;
+
+ for (k = nxlo_fft; k <= nxhi_fft; k++) {
+
+ /* only compute the part designated to this thread */
+ nn = k-nxlo_fft + nnx*(l-nylo_fft + nny*(m-nzlo_fft));
+ if ((nn < nnfrom) || (nn >=nnto)) continue;
+
+ kper = k - nx_pppm*(2*k/nx_pppm);
+ qx = unitkx*kper;
+ snx = sin(0.5*qx*xprd/nx_pppm);
+ snx2 = snx*snx;
+ sx = exp(-0.25*pow(qx/g_ewald,2.0));
+ wx = 1.0;
+ argx = 0.5*qx*xprd/nx_pppm;
+ if (argx != 0.0) wx = pow(sin(argx)/argx,order);
+ wx *= wx;
+
+ sqk = pow(qx,2.0) + pow(qy,2.0) + pow(qz,2.0);
+
+ if (sqk != 0.0) {
+ numerator = 4.0*MY_PI/sqk;
+ denominator = gf_denom(snx2,sny2,snz2, gf_b, order);
+ greensfn[nn] = numerator*sx*sy*sz*wx*wy*wz/denominator;
+ } else greensfn[nn] = 0.0;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ Compyute the modified (hockney-eastwood) dispersion green function
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::compute_gf_6()
+{
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ double *prd;
+ int k,l,m,nn;
+
+ // volume-dependent factors
+ // adjust z dimension for 2d slab PPPM
+ // z dimension for 3d PPPM is zprd since slab_volfactor = 1.0
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ double unitkx = (2.0*MY_PI/xprd);
+ double unitky = (2.0*MY_PI/yprd);
+ double unitkz = (2.0*MY_PI/zprd_slab);
+
+ int kper,lper,mper;
+ double sqk;
+ double snx,sny,snz,snx2,sny2,snz2;
+ double argx,argy,argz,wx,wy,wz,sx,sy,sz;
+ double qx,qy,qz;
+ double rtsqk, term;
+ double numerator,denominator;
+ double inv2ew = 2*g_ewald_6;
+ inv2ew = 1/inv2ew;
+ double rtpi = sqrt(MY_PI);
+ int nnfrom, nnto, tid;
+
+ numerator = -MY_PI*rtpi*g_ewald_6*g_ewald_6*g_ewald_6/(3.0);
+
+ const int nnx = nxhi_fft_6-nxlo_fft_6+1;
+ const int nny = nyhi_fft_6-nylo_fft_6+1;
+
+ loop_setup_thr(nnfrom, nnto, tid, nfft_6, comm->nthreads);
+
+ for (m = nzlo_fft_6; m <= nzhi_fft_6; m++) {
+ mper = m - nz_pppm_6*(2*m/nz_pppm_6);
+ qz = unitkz*mper;
+ snz = sin(0.5*unitkz*mper*zprd_slab/nz_pppm_6);
+ snz2 = snz*snz;
+ sz = exp(-qz*qz*inv2ew*inv2ew);
+ wz = 1.0;
+ argz = 0.5*qz*zprd_slab/nz_pppm_6;
+ if (argz != 0.0) wz = pow(sin(argz)/argz,order_6);
+ wz *= wz;
+
+ for (l = nylo_fft_6; l <= nyhi_fft_6; l++) {
+ lper = l - ny_pppm_6*(2*l/ny_pppm_6);
+ qy = unitky*lper;
+ sny = sin(0.5*unitky*lper*yprd/ny_pppm_6);
+ sny2 = sny*sny;
+ sy = exp(-qy*qy*inv2ew*inv2ew);
+ wy = 1.0;
+ argy = 0.5*qy*yprd/ny_pppm_6;
+ if (argy != 0.0) wy = pow(sin(argy)/argy,order_6);
+ wy *= wy;
+
+ for (k = nxlo_fft_6; k <= nxhi_fft_6; k++) {
+
+ /* only compute the part designated to this thread */
+ nn = k-nxlo_fft_6 + nnx*(l-nylo_fft_6 + nny*(m-nzlo_fft_6));
+ if ((nn < nnfrom) || (nn >=nnto)) continue;
+
+ kper = k - nx_pppm_6*(2*k/nx_pppm_6);
+ qx = unitkx*kper;
+ snx = sin(0.5*unitkx*kper*xprd/nx_pppm_6);
+ snx2 = snx*snx;
+ sx = exp(-qx*qx*inv2ew*inv2ew);
+ wx = 1.0;
+ argx = 0.5*qx*xprd/nx_pppm_6;
+ if (argx != 0.0) wx = pow(sin(argx)/argx,order_6);
+ wx *= wx;
+
+ sqk = pow(qx,2.0) + pow(qy,2.0) + pow(qz,2.0);
+
+ denominator = gf_denom(snx2,sny2,snz2, gf_b_6, order_6);
+ rtsqk = sqrt(sqk);
+ term = (1-2*sqk*inv2ew*inv2ew)*sx*sy*sz +
+ 2*sqk*rtsqk*inv2ew*inv2ew*inv2ew*rtpi*erfc(rtsqk*inv2ew);
+ greensfn_6[nn] = numerator*term*wx*wy*wz/denominator;
+ }
+ }
+ }
+ }
+}
+/* ----------------------------------------------------------------------
+ run the regular toplevel compute method from plain PPPPM
+ which will have individual methods replaced by our threaded
+ versions and then call the obligatory force reduction.
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::compute(int eflag, int vflag)
+{
+
+ PPPMDisp::compute(eflag,vflag);
+#if defined(_OPENMP)
+#pragma omp parallel default(none) shared(eflag,vflag)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+
+ ThrData *thr = fix->get_thr(tid);
+ reduce_thr(this, eflag, vflag, thr);
+ } // end of omp parallel region
+}
+
+
+/* ----------------------------------------------------------------------
+ find center grid pt for each of my particles
+ check that full stencil for the particle will fit in my 3d brick
+ store central grid pt indices in part2grid array
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::particle_map(double dxinv, double dyinv,
+ double dzinv, double sft,
+ int ** part2grid, int nup,
+ int nlw, int nxlo_o,
+ int nylo_o, int nzlo_o,
+ int nxhi_o, int nyhi_o,
+ int nzhi_o)
+{
+ const int * _noalias const type = atom->type;
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+ const int nlocal = atom->nlocal;
+
+ const double delxinv = dxinv;
+ const double delyinv = dyinv;
+ const double delzinv = dzinv;
+ const double shift = sft;
+ const int nupper = nup;
+ const int nlower = nlw;
+ const int nxlo_out = nxlo_o;
+ const int nylo_out = nylo_o;
+ const int nzlo_out = nzlo_o;
+ const int nxhi_out = nxhi_o;
+ const int nyhi_out = nyhi_o;
+ const int nzhi_out = nzhi_o;
+
+ int i, flag = 0;
+#if defined(_OPENMP)
+#pragma omp parallel for private(i) default(none) reduction(+:flag) schedule(static)
+#endif
+ for (i = 0; i < nlocal; i++) {
+
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // current particle coord can be outside global and local box
+ // add/subtract OFFSET to avoid int(-0.75) = 0 when want it to be -1
+
+ const int nx = static_cast<int> ((x[i].x-boxlox)*delxinv+shift) - OFFSET;
+ const int ny = static_cast<int> ((x[i].y-boxloy)*delyinv+shift) - OFFSET;
+ const int nz = static_cast<int> ((x[i].z-boxloz)*delzinv+shift) - OFFSET;
+
+ p2g[i].a = nx;
+ p2g[i].b = ny;
+ p2g[i].t = nz;
+
+ // check that entire stencil around nx,ny,nz will fit in my 3d brick
+
+ if (nx+nlower < nxlo_out || nx+nupper > nxhi_out ||
+ ny+nlower < nylo_out || ny+nupper > nyhi_out ||
+ nz+nlower < nzlo_out || nz+nupper > nzhi_out)
+ flag++;
+ }
+
+ int flag_all;
+ MPI_Allreduce(&flag,&flag_all,1,MPI_INT,MPI_SUM,world);
+ if (flag_all) error->all(FLERR,"Out of range atoms - cannot compute PPPM");
+}
+
+/* ----------------------------------------------------------------------
+ create discretized "density" on section of global grid due to my particles
+ density(x,y,z) = charge "density" at grid points of my 3d brick
+ (nxlo:nxhi,nylo:nyhi,nzlo:nzhi) is extent of my brick (including ghosts)
+ in global grid
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::make_rho_c()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d = &(density_brick[nzlo_out][nylo_out][nxlo_out]);
+ memset(d,0,ngrid*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out - nxlo_out + 1;
+ const int iy = nyhi_out - nylo_out + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const double * _noalias const q = atom->q;
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid;
+ loop_setup_thr(jfrom,jto,tid,ngrid,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower-nzlo_out)*ix*iy >= jto)
+ || ((nz+nupper-nzlo_out+1)*ix*iy < jfrom) ) continue;
+
+ const FFT_SCALAR dx = nx+shiftone - (x[i].x-boxlox)*delxinv;
+ const FFT_SCALAR dy = ny+shiftone - (x[i].y-boxloy)*delyinv;
+ const FFT_SCALAR dz = nz+shiftone - (x[i].z-boxloz)*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order,rho_coeff);
+
+ const FFT_SCALAR z0 = delvolinv * q[i];
+
+ for (int n = nlower; n <= nupper; ++n) {
+ const int jn = (nz+n-nzlo_out)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower; m <= nupper; ++m) {
+ const int jm = jn+(ny+m-nylo_out)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower; l <= nupper; ++l) {
+ const int jl = jm+nx+l-nxlo_out;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ d[jl] += x0*r1d[0][l];
+ }
+ }
+ }
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ same as above for dispersion interaction with geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::make_rho_g()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d = &(density_brick_g[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ memset(d,0,ngrid_6*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out_6 - nxlo_out_6 + 1;
+ const int iy = nyhi_out_6 - nylo_out_6 + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid_6[0];
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid;
+ loop_setup_thr(jfrom,jto,tid,ngrid_6,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower_6-nzlo_out_6)*ix*iy >= jto)
+ || ((nz+nupper_6-nzlo_out_6+1)*ix*iy < jfrom) ) continue;
+
+ const FFT_SCALAR dx = nx+shiftone_6 - (x[i].x-boxlox)*delxinv_6;
+ const FFT_SCALAR dy = ny+shiftone_6 - (x[i].y-boxloy)*delyinv_6;
+ const FFT_SCALAR dz = nz+shiftone_6 - (x[i].z-boxloz)*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order_6,rho_coeff_6);
+
+ const int type = atom->type[i];
+ const double lj = B[type];
+ const FFT_SCALAR z0 = delvolinv_6 * lj;
+
+ for (int n = nlower_6; n <= nupper_6; ++n) {
+ const int jn = (nz+n-nzlo_out_6)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower_6; m <= nupper_6; ++m) {
+ const int jm = jn+(ny+m-nylo_out_6)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower_6; l <= nupper_6; ++l) {
+ const int jl = jm+nx+l-nxlo_out_6;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ d[jl] += x0*r1d[0][l];
+ }
+ }
+ }
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ same as above for dispersion interaction with arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::make_rho_a()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d0 = &(density_brick_a0[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d1 = &(density_brick_a1[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d2 = &(density_brick_a2[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d3 = &(density_brick_a3[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d4 = &(density_brick_a4[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d5 = &(density_brick_a5[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d6 = &(density_brick_a6[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+
+ memset(d0,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d1,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d2,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d3,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d4,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d5,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d6,0,ngrid_6*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out_6 - nxlo_out_6 + 1;
+ const int iy = nyhi_out_6 - nylo_out_6 + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid_6[0];
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid;
+ loop_setup_thr(jfrom,jto,tid,ngrid_6,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower_6-nzlo_out_6)*ix*iy >= jto)
+ || ((nz+nupper_6-nzlo_out_6+1)*ix*iy < jfrom) ) continue;
+
+ const FFT_SCALAR dx = nx+shiftone_6 - (x[i].x-boxlox)*delxinv_6;
+ const FFT_SCALAR dy = ny+shiftone_6 - (x[i].y-boxloy)*delyinv_6;
+ const FFT_SCALAR dz = nz+shiftone_6 - (x[i].z-boxloz)*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order_6,rho_coeff_6);
+
+ const int type = atom->type[i];
+ const double lj0 = B[7*type];
+ const double lj1 = B[7*type+1];
+ const double lj2 = B[7*type+2];
+ const double lj3 = B[7*type+3];
+ const double lj4 = B[7*type+4];
+ const double lj5 = B[7*type+5];
+ const double lj6 = B[7*type+6];
+
+ const FFT_SCALAR z0 = delvolinv_6;
+
+ for (int n = nlower_6; n <= nupper_6; ++n) {
+ const int jn = (nz+n-nzlo_out_6)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower_6; m <= nupper_6; ++m) {
+ const int jm = jn+(ny+m-nylo_out_6)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower_6; l <= nupper_6; ++l) {
+ const int jl = jm+nx+l-nxlo_out_6;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ const double w = x0*r1d[0][l];
+
+ d0[jl] += w*lj0;
+ d1[jl] += w*lj1;
+ d2[jl] += w*lj2;
+ d3[jl] += w*lj3;
+ d4[jl] += w*lj4;
+ d5[jl] += w*lj5;
+ d6[jl] += w*lj6;
+ }
+ }
+ }
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get electric field & force on my particles
+ for ik scheme
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_c_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const q = atom->q;
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid[i][0];
+ ny = part2grid[i][1];
+ nz = part2grid[i][2];
+ dx = nx+shiftone - (x[i][0]-boxlo[0])*delxinv;
+ dy = ny+shiftone - (x[i][1]-boxlo[1])*delyinv;
+ dz = nz+shiftone - (x[i][2]-boxlo[2])*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order, rho_coeff);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower; n <= nupper; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower; m <= nupper; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower; l <= nupper; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx -= x0*vdx_brick[mz][my][mx];
+ eky -= x0*vdy_brick[mz][my][mx];
+ ekz -= x0*vdz_brick[mz][my][mx];
+ }
+ }
+ }
+
+ // convert E-field to force
+ const double qfactor = qqrd2e*scale*q[i];
+ f[i][0] += qfactor*ekx;
+ f[i][1] += qfactor*eky;
+ f[i][2] += qfactor*ekz;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get electric field & force on my particles
+ for ad scheme
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_c_ad()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const q = atom->q;
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+ //const double * const sf_c = sf_coeff;
+
+ double *prd;
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ const double hx_inv = nx_pppm/xprd;
+ const double hy_inv = ny_pppm/yprd;
+ const double hz_inv = nz_pppm/zprd_slab;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+ FFT_SCALAR * const * const dr1d = static_cast<FFT_SCALAR **>(thr->get_drho1d());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+ double sf = 0.0;
+ double s1,s2,s3;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid[i][0];
+ ny = part2grid[i][1];
+ nz = part2grid[i][2];
+ dx = nx+shiftone - (x[i][0]-boxlo[0])*delxinv;
+ dy = ny+shiftone - (x[i][1]-boxlo[1])*delyinv;
+ dz = nz+shiftone - (x[i][2]-boxlo[2])*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order, rho_coeff);
+ compute_drho1d_thr(dr1d,dx,dy,dz, order, drho_coeff);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower; n <= nupper; n++) {
+ mz = n+nz;
+ for (m = nlower; m <= nupper; m++) {
+ my = m+ny;
+ for (l = nlower; l <= nupper; l++) {
+ mx = l+nx;
+ ekx += dr1d[0][l]*r1d[1][m]*r1d[2][n]*u_brick[mz][my][mx];
+ eky += r1d[0][l]*dr1d[1][m]*r1d[2][n]*u_brick[mz][my][mx];
+ ekz += r1d[0][l]*r1d[1][m]*dr1d[2][n]*u_brick[mz][my][mx];
+ }
+ }
+ }
+ ekx *= hx_inv;
+ eky *= hy_inv;
+ ekz *= hz_inv;
+
+ // convert E-field to force
+ const double qfactor = qqrd2e*scale;
+
+ s1 = x[i][0]*hx_inv;
+ s2 = x[i][1]*hy_inv;
+ s3 = x[i][2]*hz_inv;
+ sf = sf_coeff[0]*sin(2*MY_PI*s1);
+ sf += sf_coeff[1]*sin(4*MY_PI*s1);
+ sf *= 2*q[i]*q[i];
+ f[i][0] += qfactor*(ekx*q[i] - sf);
+
+ sf = sf_coeff[2]*sin(2*MY_PI*s2);
+ sf += sf_coeff[3]*sin(4*MY_PI*s2);
+ sf *= 2*q[i]*q[i];
+ f[i][1] += qfactor*(eky*q[i] - sf);
+
+
+ sf = sf_coeff[4]*sin(2*MY_PI*s3);
+ sf += sf_coeff[5]*sin(4*MY_PI*s3);
+ sf *= 2*q[i]*q[i];
+ if (slabflag != 2) f[i][2] += qfactor*(ekz*q[i] - sf);
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get per-atom energy/virial
+ ------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_c_peratom()
+{
+ // loop over my charges, interpolate from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+
+ const double * const q = atom->q;
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+
+ int i,l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR u,v0,v1,v2,v3,v4,v5;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid[i][0];
+ ny = part2grid[i][1];
+ nz = part2grid[i][2];
+ dx = nx+shiftone - (x[i][0]-boxlo[0])*delxinv;
+ dy = ny+shiftone - (x[i][1]-boxlo[1])*delyinv;
+ dz = nz+shiftone - (x[i][2]-boxlo[2])*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order, rho_coeff);
+
+ u = v0 = v1 = v2 = v3 = v4 = v5 = ZEROF;
+ for (n = nlower; n <= nupper; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower; m <= nupper; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower; l <= nupper; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ if (eflag_atom) u += x0*u_brick[mz][my][mx];
+ if (vflag_atom) {
+ v0 += x0*v0_brick[mz][my][mx];
+ v1 += x0*v1_brick[mz][my][mx];
+ v2 += x0*v2_brick[mz][my][mx];
+ v3 += x0*v3_brick[mz][my][mx];
+ v4 += x0*v4_brick[mz][my][mx];
+ v5 += x0*v5_brick[mz][my][mx];
+ }
+ }
+ }
+ }
+
+ const double qfactor = 0.5*force->qqrd2e * scale * q[i];
+
+ if (eflag_atom) eatom[i] += u*qfactor;
+ if (vflag_atom) {
+ vatom[i][0] += v0*qfactor;
+ vatom[i][1] += v1*qfactor;
+ vatom[i][2] += v2*qfactor;
+ vatom[i][3] += v3*qfactor;
+ vatom[i][4] += v4*qfactor;
+ vatom[i][5] += v5*qfactor;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ik scheme and geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_g_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+ int type;
+ double lj;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx -= x0*vdx_brick_g[mz][my][mx];
+ eky -= x0*vdy_brick_g[mz][my][mx];
+ ekz -= x0*vdz_brick_g[mz][my][mx];
+ }
+ }
+ }
+
+ // convert E-field to force
+ type = atom->type[i];
+ lj = B[type];
+ f[i][0] += lj*ekx;
+ f[i][1] += lj*eky;
+ f[i][2] += lj*ekz;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ad scheme and geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_g_ad()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+ double *prd;
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ const double hx_inv = nx_pppm_6/xprd;
+ const double hy_inv = ny_pppm_6/yprd;
+ const double hz_inv = nz_pppm_6/zprd_slab;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+ FFT_SCALAR * const * const dr1d = static_cast<FFT_SCALAR **>(thr->get_drho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+ int type;
+ double lj;
+ double sf = 0.0;
+ double s1,s2,s3;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+ compute_drho1d_thr(dr1d,dx,dy,dz, order_6, drho_coeff_6);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ ekx += dr1d[0][l]*r1d[1][m]*r1d[2][n]*u_brick_g[mz][my][mx];
+ eky += r1d[0][l]*dr1d[1][m]*r1d[2][n]*u_brick_g[mz][my][mx];
+ ekz += r1d[0][l]*r1d[1][m]*dr1d[2][n]*u_brick_g[mz][my][mx];
+ }
+ }
+ }
+ ekx *= hx_inv;
+ eky *= hy_inv;
+ ekz *= hz_inv;
+
+ // convert E-field to force
+ type = atom->type[i];
+ lj = B[type];
+
+ s1 = x[i][0]*hx_inv;
+ s2 = x[i][1]*hy_inv;
+ s3 = x[i][2]*hz_inv;
+
+ sf = sf_coeff_6[0]*sin(2*MY_PI*s1);
+ sf += sf_coeff_6[1]*sin(4*MY_PI*s1);
+ sf *= 2*lj*lj;
+ f[i][0] += ekx*lj - sf;
+
+ sf = sf_coeff_6[2]*sin(2*MY_PI*s2);
+ sf += sf_coeff_6[3]*sin(4*MY_PI*s2);
+ sf *= 2*lj*lj;
+ f[i][1] += eky*lj - sf;
+
+ sf = sf_coeff_6[4]*sin(2*MY_PI*s3);
+ sf += sf_coeff_6[5]*sin(4*MY_PI*s3);
+ sf *= 2*lj*lj;
+ if (slabflag != 2) f[i][2] += ekz*lj - sf;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get per-atom energy/virial for dispersion
+ interaction and geometric mixing rule
+ ------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_g_peratom()
+{
+ // loop over my charges, interpolate from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int i,l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR u,v0,v1,v2,v3,v4,v5;
+ int type;
+ double lj;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ u = v0 = v1 = v2 = v3 = v4 = v5 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ if (eflag_atom) u += x0*u_brick_g[mz][my][mx];
+ if (vflag_atom) {
+ v0 += x0*v0_brick_g[mz][my][mx];
+ v1 += x0*v1_brick_g[mz][my][mx];
+ v2 += x0*v2_brick_g[mz][my][mx];
+ v3 += x0*v3_brick_g[mz][my][mx];
+ v4 += x0*v4_brick_g[mz][my][mx];
+ v5 += x0*v5_brick_g[mz][my][mx];
+ }
+ }
+ }
+ }
+
+ type = atom->type[i];
+ lj = B[type]*0.5;
+
+ if (eflag_atom) eatom[i] += u*lj;
+ if (vflag_atom) {
+ vatom[i][0] += v0*lj;
+ vatom[i][1] += v1*lj;
+ vatom[i][2] += v2*lj;
+ vatom[i][3] += v3*lj;
+ vatom[i][4] += v4*lj;
+ vatom[i][5] += v5*lj;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ik scheme and arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_a_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx0, eky0, ekz0, ekx1, eky1, ekz1, ekx2, eky2, ekz2;
+ FFT_SCALAR ekx3, eky3, ekz3, ekx4, eky4, ekz4, ekx5, eky5, ekz5;
+ FFT_SCALAR ekx6, eky6, ekz6;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ ekx0 = eky0 = ekz0 = ZEROF;
+ ekx1 = eky1 = ekz1 = ZEROF;
+ ekx2 = eky2 = ekz2 = ZEROF;
+ ekx3 = eky3 = ekz3 = ZEROF;
+ ekx4 = eky4 = ekz4 = ZEROF;
+ ekx5 = eky5 = ekz5 = ZEROF;
+ ekx6 = eky6 = ekz6 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx0 -= x0*vdx_brick_a0[mz][my][mx];
+ eky0 -= x0*vdy_brick_a0[mz][my][mx];
+ ekz0 -= x0*vdz_brick_a0[mz][my][mx];
+ ekx1 -= x0*vdx_brick_a1[mz][my][mx];
+ eky1 -= x0*vdy_brick_a1[mz][my][mx];
+ ekz1 -= x0*vdz_brick_a1[mz][my][mx];
+ ekx2 -= x0*vdx_brick_a2[mz][my][mx];
+ eky2 -= x0*vdy_brick_a2[mz][my][mx];
+ ekz2 -= x0*vdz_brick_a2[mz][my][mx];
+ ekx3 -= x0*vdx_brick_a3[mz][my][mx];
+ eky3 -= x0*vdy_brick_a3[mz][my][mx];
+ ekz3 -= x0*vdz_brick_a3[mz][my][mx];
+ ekx4 -= x0*vdx_brick_a4[mz][my][mx];
+ eky4 -= x0*vdy_brick_a4[mz][my][mx];
+ ekz4 -= x0*vdz_brick_a4[mz][my][mx];
+ ekx5 -= x0*vdx_brick_a5[mz][my][mx];
+ eky5 -= x0*vdy_brick_a5[mz][my][mx];
+ ekz5 -= x0*vdz_brick_a5[mz][my][mx];
+ ekx6 -= x0*vdx_brick_a6[mz][my][mx];
+ eky6 -= x0*vdy_brick_a6[mz][my][mx];
+ ekz6 -= x0*vdz_brick_a6[mz][my][mx];
+ }
+ }
+ }
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6];
+ lj1 = B[7*type+5];
+ lj2 = B[7*type+4];
+ lj3 = B[7*type+3];
+ lj4 = B[7*type+2];
+ lj5 = B[7*type+1];
+ lj6 = B[7*type];
+ f[i][0] += lj0*ekx0 + lj1*ekx1 + lj2*ekx2 + lj3*ekx3 + lj4*ekx4 + lj5*ekx5 + lj6*ekx6;
+ f[i][1] += lj0*eky0 + lj1*eky1 + lj2*eky2 + lj3*eky3 + lj4*eky4 + lj5*eky5 + lj6*eky6;
+ f[i][2] += lj0*ekz0 + lj1*ekz1 + lj2*ekz2 + lj3*ekz3 + lj4*ekz4 + lj5*ekz5 + lj6*ekz6;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ad scheme and arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_a_ad()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+ double *prd;
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ const double hx_inv = nx_pppm_6/xprd;
+ const double hy_inv = ny_pppm_6/yprd;
+ const double hz_inv = nz_pppm_6/zprd_slab;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+ FFT_SCALAR * const * const dr1d = static_cast<FFT_SCALAR **>(thr->get_drho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx0, eky0, ekz0, ekx1, eky1, ekz1, ekx2, eky2, ekz2;
+ FFT_SCALAR ekx3, eky3, ekz3, ekx4, eky4, ekz4, ekx5, eky5, ekz5;
+ FFT_SCALAR ekx6, eky6, ekz6;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+ double sf = 0.0;
+ double s1,s2,s3;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+ compute_drho1d_thr(dr1d,dx,dy,dz, order_6, drho_coeff_6);
+
+ ekx0 = eky0 = ekz0 = ZEROF;
+ ekx1 = eky1 = ekz1 = ZEROF;
+ ekx2 = eky2 = ekz2 = ZEROF;
+ ekx3 = eky3 = ekz3 = ZEROF;
+ ekx4 = eky4 = ekz4 = ZEROF;
+ ekx5 = eky5 = ekz5 = ZEROF;
+ ekx6 = eky6 = ekz6 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = dr1d[0][l]*r1d[1][m]*r1d[2][n];
+ y0 = r1d[0][l]*dr1d[1][m]*r1d[2][n];
+ z0 = r1d[0][l]*r1d[1][m]*dr1d[2][n];
+
+ ekx0 += x0*u_brick_a0[mz][my][mx];
+ eky0 += y0*u_brick_a0[mz][my][mx];
+ ekz0 += z0*u_brick_a0[mz][my][mx];
+
+ ekx1 += x0*u_brick_a1[mz][my][mx];
+ eky1 += y0*u_brick_a1[mz][my][mx];
+ ekz1 += z0*u_brick_a1[mz][my][mx];
+
+ ekx2 += x0*u_brick_a2[mz][my][mx];
+ eky2 += y0*u_brick_a2[mz][my][mx];
+ ekz2 += z0*u_brick_a2[mz][my][mx];
+
+ ekx3 += x0*u_brick_a3[mz][my][mx];
+ eky3 += y0*u_brick_a3[mz][my][mx];
+ ekz3 += z0*u_brick_a3[mz][my][mx];
+
+ ekx4 += x0*u_brick_a4[mz][my][mx];
+ eky4 += y0*u_brick_a4[mz][my][mx];
+ ekz4 += z0*u_brick_a4[mz][my][mx];
+
+ ekx5 += x0*u_brick_a5[mz][my][mx];
+ eky5 += y0*u_brick_a5[mz][my][mx];
+ ekz5 += z0*u_brick_a5[mz][my][mx];
+
+ ekx6 += x0*u_brick_a6[mz][my][mx];
+ eky6 += y0*u_brick_a6[mz][my][mx];
+ ekz6 += z0*u_brick_a6[mz][my][mx];
+ }
+ }
+ }
+
+ ekx0 *= hx_inv;
+ eky0 *= hy_inv;
+ ekz0 *= hz_inv;
+
+ ekx1 *= hx_inv;
+ eky1 *= hy_inv;
+ ekz1 *= hz_inv;
+
+ ekx2 *= hx_inv;
+ eky2 *= hy_inv;
+ ekz2 *= hz_inv;
+
+ ekx3 *= hx_inv;
+ eky3 *= hy_inv;
+ ekz3 *= hz_inv;
+
+ ekx4 *= hx_inv;
+ eky4 *= hy_inv;
+ ekz4 *= hz_inv;
+
+ ekx5 *= hx_inv;
+ eky5 *= hy_inv;
+ ekz5 *= hz_inv;
+
+ ekx6 *= hx_inv;
+ eky6 *= hy_inv;
+ ekz6 *= hz_inv;
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6];
+ lj1 = B[7*type+5];
+ lj2 = B[7*type+4];
+ lj3 = B[7*type+3];
+ lj4 = B[7*type+2];
+ lj5 = B[7*type+1];
+ lj6 = B[7*type];
+
+ s1 = x[i][0]*hx_inv;
+ s2 = x[i][1]*hy_inv;
+ s3 = x[i][2]*hz_inv;
+
+ sf = sf_coeff_6[0]*sin(2*MY_PI*s1);
+ sf += sf_coeff_6[1]*sin(4*MY_PI*s1);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ f[i][0] += lj0*ekx0 + lj1*ekx1 + lj2*ekx2 + lj3*ekx3 + lj4*ekx4 + lj5*ekx5 + lj6*ekx6 - sf;
+
+ sf = sf_coeff_6[2]*sin(2*MY_PI*s2);
+ sf += sf_coeff_6[3]*sin(4*MY_PI*s2);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ f[i][1] += lj0*eky0 + lj1*eky1 + lj2*eky2 + lj3*eky3 + lj4*eky4 + lj5*eky5 + lj6*eky6 - sf;
+
+ sf = sf_coeff_6[4]*sin(2*MY_PI*s3);
+ sf += sf_coeff_6[5]*sin(4*MY_PI*s3);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ if (slabflag != 2) f[i][2] += lj0*ekz0 + lj1*ekz1 + lj2*ekz2 + lj3*ekz3 + lj4*ekz4 + lj5*ekz5 + lj6*ekz6 - sf;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get per-atom energy/virial for dispersion
+ interaction and arithmetic mixing rule
+ ------------------------------------------------------------------------- */
+
+void PPPMDispOMP::fieldforce_a_peratom()
+{
+ // loop over my charges, interpolate from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int i,l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR u0,v00,v10,v20,v30,v40,v50;
+ FFT_SCALAR u1,v01,v11,v21,v31,v41,v51;
+ FFT_SCALAR u2,v02,v12,v22,v32,v42,v52;
+ FFT_SCALAR u3,v03,v13,v23,v33,v43,v53;
+ FFT_SCALAR u4,v04,v14,v24,v34,v44,v54;
+ FFT_SCALAR u5,v05,v15,v25,v35,v45,v55;
+ FFT_SCALAR u6,v06,v16,v26,v36,v46,v56;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ u0 = v00 = v10 = v20 = v30 = v40 = v50 = ZEROF;
+ u1 = v01 = v11 = v21 = v31 = v41 = v51 = ZEROF;
+ u2 = v02 = v12 = v22 = v32 = v42 = v52 = ZEROF;
+ u3 = v03 = v13 = v23 = v33 = v43 = v53 = ZEROF;
+ u4 = v04 = v14 = v24 = v34 = v44 = v54 = ZEROF;
+ u5 = v05 = v15 = v25 = v35 = v45 = v55 = ZEROF;
+ u6 = v06 = v16 = v26 = v36 = v46 = v56 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ if (eflag_atom) {
+ u0 += x0*u_brick_a0[mz][my][mx];
+ u1 += x0*u_brick_a1[mz][my][mx];
+ u2 += x0*u_brick_a2[mz][my][mx];
+ u3 += x0*u_brick_a3[mz][my][mx];
+ u4 += x0*u_brick_a4[mz][my][mx];
+ u5 += x0*u_brick_a5[mz][my][mx];
+ u6 += x0*u_brick_a6[mz][my][mx];
+ }
+ if (vflag_atom) {
+ v00 += x0*v0_brick_a0[mz][my][mx];
+ v10 += x0*v1_brick_a0[mz][my][mx];
+ v20 += x0*v2_brick_a0[mz][my][mx];
+ v30 += x0*v3_brick_a0[mz][my][mx];
+ v40 += x0*v4_brick_a0[mz][my][mx];
+ v50 += x0*v5_brick_a0[mz][my][mx];
+ v01 += x0*v0_brick_a1[mz][my][mx];
+ v11 += x0*v1_brick_a1[mz][my][mx];
+ v21 += x0*v2_brick_a1[mz][my][mx];
+ v31 += x0*v3_brick_a1[mz][my][mx];
+ v41 += x0*v4_brick_a1[mz][my][mx];
+ v51 += x0*v5_brick_a1[mz][my][mx];
+ v02 += x0*v0_brick_a2[mz][my][mx];
+ v12 += x0*v1_brick_a2[mz][my][mx];
+ v22 += x0*v2_brick_a2[mz][my][mx];
+ v32 += x0*v3_brick_a2[mz][my][mx];
+ v42 += x0*v4_brick_a2[mz][my][mx];
+ v52 += x0*v5_brick_a2[mz][my][mx];
+ v03 += x0*v0_brick_a3[mz][my][mx];
+ v13 += x0*v1_brick_a3[mz][my][mx];
+ v23 += x0*v2_brick_a3[mz][my][mx];
+ v33 += x0*v3_brick_a3[mz][my][mx];
+ v43 += x0*v4_brick_a3[mz][my][mx];
+ v53 += x0*v5_brick_a3[mz][my][mx];
+ v04 += x0*v0_brick_a4[mz][my][mx];
+ v14 += x0*v1_brick_a4[mz][my][mx];
+ v24 += x0*v2_brick_a4[mz][my][mx];
+ v34 += x0*v3_brick_a4[mz][my][mx];
+ v44 += x0*v4_brick_a4[mz][my][mx];
+ v54 += x0*v5_brick_a4[mz][my][mx];
+ v05 += x0*v0_brick_a5[mz][my][mx];
+ v15 += x0*v1_brick_a5[mz][my][mx];
+ v25 += x0*v2_brick_a5[mz][my][mx];
+ v35 += x0*v3_brick_a5[mz][my][mx];
+ v45 += x0*v4_brick_a5[mz][my][mx];
+ v55 += x0*v5_brick_a5[mz][my][mx];
+ v06 += x0*v0_brick_a6[mz][my][mx];
+ v16 += x0*v1_brick_a6[mz][my][mx];
+ v26 += x0*v2_brick_a6[mz][my][mx];
+ v36 += x0*v3_brick_a6[mz][my][mx];
+ v46 += x0*v4_brick_a6[mz][my][mx];
+ v56 += x0*v5_brick_a6[mz][my][mx];
+ }
+ }
+ }
+ }
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6]*0.5;
+ lj1 = B[7*type+5]*0.5;
+ lj2 = B[7*type+4]*0.5;
+ lj3 = B[7*type+3]*0.5;
+ lj4 = B[7*type+2]*0.5;
+ lj5 = B[7*type+1]*0.5;
+ lj6 = B[7*type]*0.5;
+
+ if (eflag_atom)
+ eatom[i] += u0*lj0 + u1*lj1 + u2*lj2 +
+ u3*lj3 + u4*lj4 + u5*lj5 + u6*lj6;
+ if (vflag_atom) {
+ vatom[i][0] += v00*lj0 + v01*lj1 + v02*lj2 + v03*lj3 +
+ v04*lj4 + v05*lj5 + v06*lj6;
+ vatom[i][1] += v10*lj0 + v11*lj1 + v12*lj2 + v13*lj3 +
+ v14*lj4 + v15*lj5 + v16*lj6;
+ vatom[i][2] += v20*lj0 + v21*lj1 + v22*lj2 + v23*lj3 +
+ v24*lj4 + v25*lj5 + v26*lj6;
+ vatom[i][3] += v30*lj0 + v31*lj1 + v32*lj2 + v33*lj3 +
+ v34*lj4 + v35*lj5 + v36*lj6;
+ vatom[i][4] += v40*lj0 + v41*lj1 + v42*lj2 + v43*lj3 +
+ v44*lj4 + v45*lj5 + v46*lj6;
+ vatom[i][5] += v50*lj0 + v51*lj1 + v52*lj2 + v53*lj3 +
+ v54*lj4 + v55*lj5 + v56*lj6;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ charge assignment into rho1d
+ dx,dy,dz = distance of particle from "lower left" grid point
+------------------------------------------------------------------------- */
+void PPPMDispOMP::compute_rho1d_thr(FFT_SCALAR * const * const r1d, const FFT_SCALAR &dx,
+ const FFT_SCALAR &dy, const FFT_SCALAR &dz,
+ const int ord, FFT_SCALAR * const * const rho_c)
+{
+ int k,l;
+ FFT_SCALAR r1,r2,r3;
+
+ for (k = (1-ord)/2; k <= ord/2; k++) {
+ r1 = r2 = r3 = ZEROF;
+
+ for (l = ord-1; l >= 0; l--) {
+ r1 = rho_c[l][k] + r1*dx;
+ r2 = rho_c[l][k] + r2*dy;
+ r3 = rho_c[l][k] + r3*dz;
+ }
+ r1d[0][k] = r1;
+ r1d[1][k] = r2;
+ r1d[2][k] = r3;
+ }
+}
+
+/* ----------------------------------------------------------------------
+ charge assignment into drho1d
+ dx,dy,dz = distance of particle from "lower left" grid point
+------------------------------------------------------------------------- */
+
+void PPPMDispOMP::compute_drho1d_thr(FFT_SCALAR * const * const dr1d, const FFT_SCALAR &dx,
+ const FFT_SCALAR &dy, const FFT_SCALAR &dz,
+ const int ord, FFT_SCALAR * const * const drho_c)
+{
+ int k,l;
+ FFT_SCALAR r1,r2,r3;
+
+ for (k = (1-ord)/2; k <= ord/2; k++) {
+ r1 = r2 = r3 = ZEROF;
+
+ for (l = ord-2; l >= 0; l--) {
+ r1 = drho_c[l][k] + r1*dx;
+ r2 = drho_c[l][k] + r2*dy;
+ r3 = drho_c[l][k] + r3*dz;
+ }
+ dr1d[0][k] = r1;
+ dr1d[1][k] = r2;
+ dr1d[2][k] = r3;
+ }
+}
diff --git a/src/USER-OMP/pppm_disp_omp.h b/src/USER-OMP/pppm_disp_omp.h
new file mode 100644
index 000000000..e2f588d16
--- /dev/null
+++ b/src/USER-OMP/pppm_disp_omp.h
@@ -0,0 +1,74 @@
+/* -*- c++ -*- ----------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+#ifdef KSPACE_CLASS
+
+KSpaceStyle(pppm/disp/omp,PPPMDispOMP)
+
+#else
+
+#ifndef LMP_PPPM_DISP_OMP_H
+#define LMP_PPPM_DISP_OMP_H
+
+#include "pppm_disp.h"
+#include "thr_omp.h"
+
+namespace LAMMPS_NS {
+
+ class PPPMDispOMP : public PPPMDisp, public ThrOMP {
+ public:
+ PPPMDispOMP(class LAMMPS *, int, char **);
+ virtual ~PPPMDispOMP () {};
+ virtual void compute(int, int);
+
+ protected:
+ virtual void allocate();
+ virtual void deallocate();
+
+ virtual void compute_gf();
+ virtual void compute_gf_6();
+
+ virtual void particle_map(double,double,double,
+ double,int**,int,int,
+ int,int,int,int,int,int);
+
+
+ virtual void fieldforce_c_ik();
+ virtual void fieldforce_c_ad();
+ virtual void fieldforce_c_peratom();
+ virtual void fieldforce_g_ik();
+ virtual void fieldforce_g_ad();
+ virtual void fieldforce_g_peratom();
+ virtual void fieldforce_a_ik();
+ virtual void fieldforce_a_ad();
+ virtual void fieldforce_a_peratom();
+
+ virtual void make_rho_c();
+ virtual void make_rho_g();
+ virtual void make_rho_a();
+
+ void compute_rho1d_thr(FFT_SCALAR * const * const, const FFT_SCALAR &,
+ const FFT_SCALAR &, const FFT_SCALAR &,
+ const int, FFT_SCALAR * const * const);
+ void compute_drho1d_thr(FFT_SCALAR * const * const, const FFT_SCALAR &,
+ const FFT_SCALAR &, const FFT_SCALAR &,
+ const int, FFT_SCALAR * const * const);
+// void compute_rho_coeff();
+// void slabcorr(int);
+
+};
+
+}
+
+#endif
+#endif
diff --git a/src/USER-OMP/pppm_disp_tip4p_omp.cpp b/src/USER-OMP/pppm_disp_tip4p_omp.cpp
new file mode 100644
index 000000000..bbb96228a
--- /dev/null
+++ b/src/USER-OMP/pppm_disp_tip4p_omp.cpp
@@ -0,0 +1,1826 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+/* ----------------------------------------------------------------------
+ Contributing author: Axel Kohlmeyer (Temple U)
+------------------------------------------------------------------------- */
+
+#include "pppm_disp_tip4p_omp.h"
+#include "atom.h"
+#include "comm.h"
+#include "domain.h"
+#include "error.h"
+#include "fix_omp.h"
+#include "force.h"
+#include "memory.h"
+#include "math_const.h"
+#include "math_special.h"
+
+#include <string.h>
+#include <math.h>
+
+#include "suffix.h"
+using namespace LAMMPS_NS;
+using namespace MathConst;
+using namespace MathSpecial;
+
+#ifdef FFT_SINGLE
+#define ZEROF 0.0f
+#else
+#define ZEROF 0.0
+#endif
+
+#define OFFSET 16384
+
+/* ---------------------------------------------------------------------- */
+
+PPPMDispTIP4POMP::PPPMDispTIP4POMP(LAMMPS *lmp, int narg, char **arg) :
+ PPPMDispTIP4P(lmp, narg, arg), ThrOMP(lmp, THR_KSPACE)
+{
+ tip4pflag = 1;
+ suffix_flag |= Suffix::OMP;
+}
+
+/* ----------------------------------------------------------------------
+ allocate memory that depends on # of K-vectors and order
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::allocate()
+{
+ PPPMDispTIP4P::allocate();
+
+ const int nthreads = comm->nthreads;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+
+ if (function[0]) {
+ ThrData *thr = fix->get_thr(tid);
+ thr->init_pppm(order,memory);
+ }
+ if (function[1] + function[2]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm_disp(order_6,memory);
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ free memory that depends on # of K-vectors and order
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::deallocate()
+{
+ PPPMDispTIP4P::deallocate();
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+ if (function[0]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm(-order,memory);
+ }
+ if (function[1] + function[2]) {
+ ThrData * thr = fix->get_thr(tid);
+ thr->init_pppm_disp(-order_6,memory);
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ Compute the modified (hockney-eastwood) coulomb green function
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::compute_gf()
+{
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+
+ double *prd;
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ double unitkx = (2.0*MY_PI/xprd);
+ double unitky = (2.0*MY_PI/yprd);
+ double unitkz = (2.0*MY_PI/zprd_slab);
+
+ int tid,nn,nnfrom,nnto,nx,ny,nz,k,l,m;
+ int kper,lper,mper;
+ double snx,sny,snz,snx2,sny2,snz2;
+ double sqk;
+ double argx,argy,argz,wx,wy,wz,sx,sy,sz,qx,qy,qz;
+ double sum1,dot1,dot2;
+ double numerator,denominator;
+
+ const int nnx = nxhi_fft-nxlo_fft+1;
+ const int nny = nyhi_fft-nylo_fft+1;
+
+ loop_setup_thr(nnfrom, nnto, tid, nfft, comm->nthreads);
+
+ for (m = nzlo_fft; m <= nzhi_fft; m++) {
+ mper = m - nz_pppm*(2*m/nz_pppm);
+ qz = unitkz*mper;
+ snz = sin(0.5*qz*zprd_slab/nz_pppm);
+ snz2 = snz*snz;
+ sz = exp(-0.25*pow(qz/g_ewald,2.0));
+ wz = 1.0;
+ argz = 0.5*qz*zprd_slab/nz_pppm;
+ if (argz != 0.0) wz = pow(sin(argz)/argz,order);
+ wz *= wz;
+
+ for (l = nylo_fft; l <= nyhi_fft; l++) {
+ lper = l - ny_pppm*(2*l/ny_pppm);
+ qy = unitky*lper;
+ sny = sin(0.5*qy*yprd/ny_pppm);
+ sny2 = sny*sny;
+ sy = exp(-0.25*pow(qy/g_ewald,2.0));
+ wy = 1.0;
+ argy = 0.5*qy*yprd/ny_pppm;
+ if (argy != 0.0) wy = pow(sin(argy)/argy,order);
+ wy *= wy;
+
+ for (k = nxlo_fft; k <= nxhi_fft; k++) {
+
+ /* only compute the part designated to this thread */
+ nn = k-nxlo_fft + nnx*(l-nylo_fft + nny*(m-nzlo_fft));
+ if ((nn < nnfrom) || (nn >=nnto)) continue;
+
+ kper = k - nx_pppm*(2*k/nx_pppm);
+ qx = unitkx*kper;
+ snx = sin(0.5*qx*xprd/nx_pppm);
+ snx2 = snx*snx;
+ sx = exp(-0.25*pow(qx/g_ewald,2.0));
+ wx = 1.0;
+ argx = 0.5*qx*xprd/nx_pppm;
+ if (argx != 0.0) wx = pow(sin(argx)/argx,order);
+ wx *= wx;
+
+ sqk = pow(qx,2.0) + pow(qy,2.0) + pow(qz,2.0);
+
+ if (sqk != 0.0) {
+ numerator = 4.0*MY_PI/sqk;
+ denominator = gf_denom(snx2,sny2,snz2, gf_b, order);
+ greensfn[nn] = numerator*sx*sy*sz*wx*wy*wz/denominator;
+ } else greensfn[nn] = 0.0;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ Compyute the modified (hockney-eastwood) dispersion green function
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::compute_gf_6()
+{
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ double *prd;
+ int k,l,m,nn;
+
+ // volume-dependent factors
+ // adjust z dimension for 2d slab PPPM
+ // z dimension for 3d PPPM is zprd since slab_volfactor = 1.0
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ double unitkx = (2.0*MY_PI/xprd);
+ double unitky = (2.0*MY_PI/yprd);
+ double unitkz = (2.0*MY_PI/zprd_slab);
+
+ int kper,lper,mper;
+ double sqk;
+ double snx,sny,snz,snx2,sny2,snz2;
+ double argx,argy,argz,wx,wy,wz,sx,sy,sz;
+ double qx,qy,qz;
+ double rtsqk, term;
+ double numerator,denominator;
+ double inv2ew = 2*g_ewald_6;
+ inv2ew = 1/inv2ew;
+ double rtpi = sqrt(MY_PI);
+ int nnfrom, nnto, tid;
+
+ numerator = -MY_PI*rtpi*g_ewald_6*g_ewald_6*g_ewald_6/(3.0);
+
+ const int nnx = nxhi_fft_6-nxlo_fft_6+1;
+ const int nny = nyhi_fft_6-nylo_fft_6+1;
+
+ loop_setup_thr(nnfrom, nnto, tid, nfft_6, comm->nthreads);
+
+ for (m = nzlo_fft_6; m <= nzhi_fft_6; m++) {
+ mper = m - nz_pppm_6*(2*m/nz_pppm_6);
+ qz = unitkz*mper;
+ snz = sin(0.5*unitkz*mper*zprd_slab/nz_pppm_6);
+ snz2 = snz*snz;
+ sz = exp(-qz*qz*inv2ew*inv2ew);
+ wz = 1.0;
+ argz = 0.5*qz*zprd_slab/nz_pppm_6;
+ if (argz != 0.0) wz = pow(sin(argz)/argz,order_6);
+ wz *= wz;
+
+ for (l = nylo_fft_6; l <= nyhi_fft_6; l++) {
+ lper = l - ny_pppm_6*(2*l/ny_pppm_6);
+ qy = unitky*lper;
+ sny = sin(0.5*unitky*lper*yprd/ny_pppm_6);
+ sny2 = sny*sny;
+ sy = exp(-qy*qy*inv2ew*inv2ew);
+ wy = 1.0;
+ argy = 0.5*qy*yprd/ny_pppm_6;
+ if (argy != 0.0) wy = pow(sin(argy)/argy,order_6);
+ wy *= wy;
+
+ for (k = nxlo_fft_6; k <= nxhi_fft_6; k++) {
+
+ /* only compute the part designated to this thread */
+ nn = k-nxlo_fft_6 + nnx*(l-nylo_fft_6 + nny*(m-nzlo_fft_6));
+ if ((nn < nnfrom) || (nn >=nnto)) continue;
+
+ kper = k - nx_pppm_6*(2*k/nx_pppm_6);
+ qx = unitkx*kper;
+ snx = sin(0.5*unitkx*kper*xprd/nx_pppm_6);
+ snx2 = snx*snx;
+ sx = exp(-qx*qx*inv2ew*inv2ew);
+ wx = 1.0;
+ argx = 0.5*qx*xprd/nx_pppm_6;
+ if (argx != 0.0) wx = pow(sin(argx)/argx,order_6);
+ wx *= wx;
+
+ sqk = pow(qx,2.0) + pow(qy,2.0) + pow(qz,2.0);
+
+ denominator = gf_denom(snx2,sny2,snz2, gf_b_6, order_6);
+ rtsqk = sqrt(sqk);
+ term = (1-2*sqk*inv2ew*inv2ew)*sx*sy*sz +
+ 2*sqk*rtsqk*inv2ew*inv2ew*inv2ew*rtpi*erfc(rtsqk*inv2ew);
+ greensfn_6[nn] = numerator*term*wx*wy*wz/denominator;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ run the regular toplevel compute method from plain PPPM
+ which will have individual methods replaced by our threaded
+ versions and then call the obligatory force reduction.
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::compute(int eflag, int vflag)
+{
+
+ PPPMDispTIP4P::compute(eflag,vflag);
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none) shared(eflag,vflag)
+#endif
+ {
+#if defined(_OPENMP)
+ const int tid = omp_get_thread_num();
+#else
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ reduce_thr(this, eflag, vflag, thr);
+ } // end of omp parallel region
+}
+
+/* ----------------------------------------------------------------------
+ find center grid pt for each of my particles
+ check that full stencil for the particle will fit in my 3d brick
+ store central grid pt indices in part2grid array
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::particle_map_c(double dxinv, double dyinv,
+ double dzinv, double sft,
+ int ** part2grid, int nup,
+ int nlw, int nxlo_o,
+ int nylo_o, int nzlo_o,
+ int nxhi_o, int nyhi_o,
+ int nzhi_o)
+{
+ const int * _noalias const type = atom->type;
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+ const int nlocal = atom->nlocal;
+
+ const double delxinv = dxinv;
+ const double delyinv = dyinv;
+ const double delzinv = dzinv;
+ const double shift = sft;
+ const int nupper = nup;
+ const int nlower = nlw;
+ const int nxlo_out = nxlo_o;
+ const int nylo_out = nylo_o;
+ const int nzlo_out = nzlo_o;
+ const int nxhi_out = nxhi_o;
+ const int nyhi_out = nyhi_o;
+ const int nzhi_out = nzhi_o;
+
+ int i, flag = 0;
+#if defined(_OPENMP)
+#pragma omp parallel for private(i) default(none) reduction(+:flag) schedule(static)
+#endif
+ for (i = 0; i < nlocal; i++) {
+ dbl3_t xM;
+ int iH1,iH2;
+
+ if (type[i] == typeO) {
+ find_M_thr(i,iH1,iH2,xM);
+ } else {
+ xM = x[i];
+ }
+
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // current particle coord can be outside global and local box
+ // add/subtract OFFSET to avoid int(-0.75) = 0 when want it to be -1
+
+ const int nx = static_cast<int> ((xM.x-boxlox)*delxinv+shift) - OFFSET;
+ const int ny = static_cast<int> ((xM.y-boxloy)*delyinv+shift) - OFFSET;
+ const int nz = static_cast<int> ((xM.z-boxloz)*delzinv+shift) - OFFSET;
+
+ p2g[i].a = nx;
+ p2g[i].b = ny;
+ p2g[i].t = nz;
+
+ // check that entire stencil around nx,ny,nz will fit in my 3d brick
+
+ if (nx+nlower < nxlo_out || nx+nupper > nxhi_out ||
+ ny+nlower < nylo_out || ny+nupper > nyhi_out ||
+ nz+nlower < nzlo_out || nz+nupper > nzhi_out)
+ flag++;
+ }
+
+ int flag_all;
+ MPI_Allreduce(&flag,&flag_all,1,MPI_INT,MPI_SUM,world);
+ if (flag_all) error->all(FLERR,"Out of range atoms - cannot compute PPPM");
+}
+
+/* ----------------------------------------------------------------------
+ find center grid pt for each of my particles
+ check that full stencil for the particle will fit in my 3d brick
+ store central grid pt indices in part2grid array
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::particle_map(double dxinv, double dyinv,
+ double dzinv, double sft,
+ int ** part2grid, int nup,
+ int nlw, int nxlo_o,
+ int nylo_o, int nzlo_o,
+ int nxhi_o, int nyhi_o,
+ int nzhi_o)
+{
+ const int * _noalias const type = atom->type;
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+ const int nlocal = atom->nlocal;
+
+ const double delxinv = dxinv;
+ const double delyinv = dyinv;
+ const double delzinv = dzinv;
+ const double shift = sft;
+ const int nupper = nup;
+ const int nlower = nlw;
+ const int nxlo_out = nxlo_o;
+ const int nylo_out = nylo_o;
+ const int nzlo_out = nzlo_o;
+ const int nxhi_out = nxhi_o;
+ const int nyhi_out = nyhi_o;
+ const int nzhi_out = nzhi_o;
+
+ int i, flag = 0;
+#if defined(_OPENMP)
+#pragma omp parallel for private(i) default(none) reduction(+:flag) schedule(static)
+#endif
+ for (i = 0; i < nlocal; i++) {
+
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // current particle coord can be outside global and local box
+ // add/subtract OFFSET to avoid int(-0.75) = 0 when want it to be -1
+
+ const int nx = static_cast<int> ((x[i].x-boxlox)*delxinv+shift) - OFFSET;
+ const int ny = static_cast<int> ((x[i].y-boxloy)*delyinv+shift) - OFFSET;
+ const int nz = static_cast<int> ((x[i].z-boxloz)*delzinv+shift) - OFFSET;
+
+ p2g[i].a = nx;
+ p2g[i].b = ny;
+ p2g[i].t = nz;
+
+ // check that entire stencil around nx,ny,nz will fit in my 3d brick
+
+ if (nx+nlower < nxlo_out || nx+nupper > nxhi_out ||
+ ny+nlower < nylo_out || ny+nupper > nyhi_out ||
+ nz+nlower < nzlo_out || nz+nupper > nzhi_out)
+ flag++;
+ }
+
+ int flag_all;
+ MPI_Allreduce(&flag,&flag_all,1,MPI_INT,MPI_SUM,world);
+ if (flag_all) error->all(FLERR,"Out of range atoms - cannot compute PPPM");
+}
+
+/* ----------------------------------------------------------------------
+ create discretized "density" on section of global grid due to my particles
+ density(x,y,z) = charge "density" at grid points of my 3d brick
+ (nxlo:nxhi,nylo:nyhi,nzlo:nzhi) is extent of my brick (including ghosts)
+ in global grid
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::make_rho_c()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d = &(density_brick[nzlo_out][nylo_out][nxlo_out]);
+ memset(d,0,ngrid*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out - nxlo_out + 1;
+ const int iy = nyhi_out - nylo_out + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const double * _noalias const q = atom->q;
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const int * _noalias const type = atom->type;
+ dbl3_t xM;
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid,iH1,iH2;
+ loop_setup_thr(jfrom,jto,tid,ngrid,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower-nzlo_out)*ix*iy >= jto)
+ || ((nz+nupper-nzlo_out+1)*ix*iy < jfrom) ) continue;
+
+ if (type[i] == typeO) {
+ find_M_thr(i,iH1,iH2,xM);
+ } else {
+ xM = x[i];
+ }
+ const FFT_SCALAR dx = nx+shiftone - (xM.x-boxlox)*delxinv;
+ const FFT_SCALAR dy = ny+shiftone - (xM.y-boxloy)*delyinv;
+ const FFT_SCALAR dz = nz+shiftone - (xM.z-boxloz)*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order,rho_coeff);
+
+ const FFT_SCALAR z0 = delvolinv * q[i];
+
+ for (int n = nlower; n <= nupper; ++n) {
+ const int jn = (nz+n-nzlo_out)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower; m <= nupper; ++m) {
+ const int jm = jn+(ny+m-nylo_out)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower; l <= nupper; ++l) {
+ const int jl = jm+nx+l-nxlo_out;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ d[jl] += x0*r1d[0][l];
+ }
+ }
+ }
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ same as above for dispersion interaction with geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::make_rho_g()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d = &(density_brick_g[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ memset(d,0,ngrid_6*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out_6 - nxlo_out_6 + 1;
+ const int iy = nyhi_out_6 - nylo_out_6 + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid_6[0];
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid;
+ loop_setup_thr(jfrom,jto,tid,ngrid_6,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower_6-nzlo_out_6)*ix*iy >= jto)
+ || ((nz+nupper_6-nzlo_out_6+1)*ix*iy < jfrom) ) continue;
+
+ const FFT_SCALAR dx = nx+shiftone_6 - (x[i].x-boxlox)*delxinv_6;
+ const FFT_SCALAR dy = ny+shiftone_6 - (x[i].y-boxloy)*delyinv_6;
+ const FFT_SCALAR dz = nz+shiftone_6 - (x[i].z-boxloz)*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order_6,rho_coeff_6);
+
+ const int type = atom->type[i];
+ const double lj = B[type];
+ const FFT_SCALAR z0 = delvolinv_6 * lj;
+
+ for (int n = nlower_6; n <= nupper_6; ++n) {
+ const int jn = (nz+n-nzlo_out_6)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower_6; m <= nupper_6; ++m) {
+ const int jm = jn+(ny+m-nylo_out_6)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower_6; l <= nupper_6; ++l) {
+ const int jl = jm+nx+l-nxlo_out_6;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ d[jl] += x0*r1d[0][l];
+ }
+ }
+ }
+ }
+ }
+}
+
+
+/* ----------------------------------------------------------------------
+ same as above for dispersion interaction with arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::make_rho_a()
+{
+
+ // clear 3d density array
+
+ FFT_SCALAR * _noalias const d0 = &(density_brick_a0[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d1 = &(density_brick_a1[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d2 = &(density_brick_a2[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d3 = &(density_brick_a3[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d4 = &(density_brick_a4[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d5 = &(density_brick_a5[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+ FFT_SCALAR * _noalias const d6 = &(density_brick_a6[nzlo_out_6][nylo_out_6][nxlo_out_6]);
+
+ memset(d0,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d1,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d2,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d3,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d4,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d5,0,ngrid_6*sizeof(FFT_SCALAR));
+ memset(d6,0,ngrid_6*sizeof(FFT_SCALAR));
+
+ const int ix = nxhi_out_6 - nxlo_out_6 + 1;
+ const int iy = nyhi_out_6 - nylo_out_6 + 1;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const int3_t * _noalias const p2g = (int3_t *) part2grid_6[0];
+
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ // determine range of grid points handled by this thread
+ int i,jfrom,jto,tid;
+ loop_setup_thr(jfrom,jto,tid,ngrid_6,comm->nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ // loop over my charges, add their contribution to nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+
+ // loop over all local atoms for all threads
+ const int nlocal = atom->nlocal;
+ for (i = 0; i < nlocal; i++) {
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+
+ // pre-screen whether this atom will ever come within
+ // reach of the data segement this thread is updating.
+ if ( ((nz+nlower_6-nzlo_out_6)*ix*iy >= jto)
+ || ((nz+nupper_6-nzlo_out_6+1)*ix*iy < jfrom) ) continue;
+
+ const FFT_SCALAR dx = nx+shiftone_6 - (x[i].x-boxlox)*delxinv_6;
+ const FFT_SCALAR dy = ny+shiftone_6 - (x[i].y-boxloy)*delyinv_6;
+ const FFT_SCALAR dz = nz+shiftone_6 - (x[i].z-boxloz)*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order_6,rho_coeff_6);
+
+ const int type = atom->type[i];
+ const double lj0 = B[7*type];
+ const double lj1 = B[7*type+1];
+ const double lj2 = B[7*type+2];
+ const double lj3 = B[7*type+3];
+ const double lj4 = B[7*type+4];
+ const double lj5 = B[7*type+5];
+ const double lj6 = B[7*type+6];
+
+ const FFT_SCALAR z0 = delvolinv_6;
+
+ for (int n = nlower_6; n <= nupper_6; ++n) {
+ const int jn = (nz+n-nzlo_out_6)*ix*iy;
+ const FFT_SCALAR y0 = z0*r1d[2][n];
+
+ for (int m = nlower_6; m <= nupper_6; ++m) {
+ const int jm = jn+(ny+m-nylo_out_6)*ix;
+ const FFT_SCALAR x0 = y0*r1d[1][m];
+
+ for (int l = nlower_6; l <= nupper_6; ++l) {
+ const int jl = jm+nx+l-nxlo_out_6;
+ // make sure each thread only updates
+ // "his" elements of the density grid
+ if (jl >= jto) break;
+ if (jl < jfrom) continue;
+
+ const double w = x0*r1d[0][l];
+
+ d0[jl] += w*lj0;
+ d1[jl] += w*lj1;
+ d2[jl] += w*lj2;
+ d3[jl] += w*lj3;
+ d4[jl] += w*lj4;
+ d5[jl] += w*lj5;
+ d6[jl] += w*lj6;
+ }
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get electric field & force on my particles for ik
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_c_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const double * _noalias const q = atom->q;
+ const int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const int * _noalias const type = atom->type;
+
+ const double qqrd2e = force->qqrd2e;
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ dbl3_t xM;
+ FFT_SCALAR x0,y0,z0,ekx,eky,ekz;
+ int i,ifrom,ito,tid,iH1,iH2,l,m,n,mx,my,mz;
+
+ loop_setup_thr(ifrom,ito,tid,nlocal,nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ dbl3_t * _noalias const f = (dbl3_t *) thr->get_f()[0];
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+
+ for (i = ifrom; i < ito; ++i) {
+ if (type[i] == typeO) {
+ find_M_thr(i,iH1,iH2,xM);
+ } else xM = x[i];
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+ const FFT_SCALAR dx = nx+shiftone - (xM.x-boxlox)*delxinv;
+ const FFT_SCALAR dy = ny+shiftone - (xM.y-boxloy)*delyinv;
+ const FFT_SCALAR dz = nz+shiftone - (xM.z-boxloz)*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order, rho_coeff);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower; n <= nupper; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower; m <= nupper; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower; l <= nupper; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx -= x0*vdx_brick[mz][my][mx];
+ eky -= x0*vdy_brick[mz][my][mx];
+ ekz -= x0*vdz_brick[mz][my][mx];
+ }
+ }
+ }
+
+ // convert E-field to force
+
+ const double qfactor = qqrd2e * scale * q[i];
+ if (type[i] != typeO) {
+ f[i].x += qfactor*ekx;
+ f[i].y += qfactor*eky;
+ if (slabflag != 2) f[i].z += qfactor*ekz;
+
+ } else {
+ const double fx = qfactor * ekx;
+ const double fy = qfactor * eky;
+ const double fz = qfactor * ekz;
+
+ f[i].x += fx*(1 - alpha);
+ f[i].y += fy*(1 - alpha);
+ if (slabflag != 2) f[i].z += fz*(1 - alpha);
+
+ f[iH1].x += 0.5*alpha*fx;
+ f[iH1].y += 0.5*alpha*fy;
+ if (slabflag != 2) f[iH1].z += 0.5*alpha*fz;
+
+ f[iH2].x += 0.5*alpha*fx;
+ f[iH2].y += 0.5*alpha*fy;
+ if (slabflag != 2) f[iH2].z += 0.5*alpha*fz;
+ }
+ }
+ } // end of parallel region
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get electric field & force on my particles for ad
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_c_ad()
+{
+ const double *prd = (triclinic == 0) ? domain->prd : domain->prd_lamda;
+ const double hx_inv = nx_pppm/prd[0];
+ const double hy_inv = ny_pppm/prd[1];
+ const double hz_inv = nz_pppm/prd[2];
+
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+ const double * _noalias const q = atom->q;
+ const int3_t * _noalias const p2g = (int3_t *) part2grid[0];
+ const int * _noalias const type = atom->type;
+
+ const double qqrd2e = force->qqrd2e;
+ const double boxlox = boxlo[0];
+ const double boxloy = boxlo[1];
+ const double boxloz = boxlo[2];
+
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+ double s1,s2,s3,sf;
+ dbl3_t xM;
+ FFT_SCALAR ekx,eky,ekz;
+ int i,ifrom,ito,tid,iH1,iH2,l,m,n,mx,my,mz;
+
+ loop_setup_thr(ifrom,ito,tid,nlocal,nthreads);
+
+ // get per thread data
+ ThrData *thr = fix->get_thr(tid);
+ dbl3_t * _noalias const f = (dbl3_t *) thr->get_f()[0];
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d());
+ FFT_SCALAR * const * const d1d = static_cast<FFT_SCALAR **>(thr->get_drho1d());
+
+ for (i = ifrom; i < ito; ++i) {
+ if (type[i] == typeO) {
+ find_M_thr(i,iH1,iH2,xM);
+ } else xM = x[i];
+
+ const int nx = p2g[i].a;
+ const int ny = p2g[i].b;
+ const int nz = p2g[i].t;
+ const FFT_SCALAR dx = nx+shiftone - (xM.x-boxlox)*delxinv;
+ const FFT_SCALAR dy = ny+shiftone - (xM.y-boxloy)*delyinv;
+ const FFT_SCALAR dz = nz+shiftone - (xM.z-boxloz)*delzinv;
+
+ compute_rho1d_thr(r1d,dx,dy,dz,order,rho_coeff);
+ compute_drho1d_thr(d1d,dx,dy,dz,order,drho_coeff);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower; n <= nupper; n++) {
+ mz = n+nz;
+ for (m = nlower; m <= nupper; m++) {
+ my = m+ny;
+ for (l = nlower; l <= nupper; l++) {
+ mx = l+nx;
+ ekx += d1d[0][l]*r1d[1][m]*r1d[2][n]*u_brick[mz][my][mx];
+ eky += r1d[0][l]*d1d[1][m]*r1d[2][n]*u_brick[mz][my][mx];
+ ekz += r1d[0][l]*r1d[1][m]*d1d[2][n]*u_brick[mz][my][mx];
+ }
+ }
+ }
+ ekx *= hx_inv;
+ eky *= hy_inv;
+ ekz *= hz_inv;
+
+ // convert E-field to force and substract self forces
+
+ const double qi = q[i];
+ const double qfactor = qqrd2e * scale * qi;
+
+ s1 = x[i].x*hx_inv;
+ sf = sf_coeff[0]*sin(MY_2PI*s1);
+ sf += sf_coeff[1]*sin(MY_4PI*s1);
+ sf *= 2.0*qi;
+ const double fx = qfactor*(ekx - sf);
+
+ s2 = x[i].y*hy_inv;
+ sf = sf_coeff[2]*sin(MY_2PI*s2);
+ sf += sf_coeff[3]*sin(MY_4PI*s2);
+ sf *= 2.0*qi;
+ const double fy = qfactor*(eky - sf);
+
+ s3 = x[i].z*hz_inv;
+ sf = sf_coeff[4]*sin(MY_2PI*s3);
+ sf += sf_coeff[5]*sin(MY_4PI*s3);
+ sf *= 2.0*qi;
+ const double fz = qfactor*(ekz - sf);
+
+ if (type[i] != typeO) {
+ f[i].x += fx;
+ f[i].y += fy;
+ if (slabflag != 2) f[i].z += fz;
+
+ } else {
+ f[i].x += fx*(1 - alpha);
+ f[i].y += fy*(1 - alpha);
+ if (slabflag != 2) f[i].z += fz*(1 - alpha);
+
+ f[iH1].x += 0.5*alpha*fx;
+ f[iH1].y += 0.5*alpha*fy;
+ if (slabflag != 2) f[iH1].z += 0.5*alpha*fz;
+
+ f[iH2].x += 0.5*alpha*fx;
+ f[iH2].y += 0.5*alpha*fy;
+ if (slabflag != 2) f[iH2].z += 0.5*alpha*fz;
+ }
+ }
+ } // end of parallel region
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ik scheme and geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_g_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+ int type;
+ double lj;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx -= x0*vdx_brick_g[mz][my][mx];
+ eky -= x0*vdy_brick_g[mz][my][mx];
+ ekz -= x0*vdz_brick_g[mz][my][mx];
+ }
+ }
+ }
+
+ // convert E-field to force
+ type = atom->type[i];
+ lj = B[type];
+ f[i][0] += lj*ekx;
+ f[i][1] += lj*eky;
+ f[i][2] += lj*ekz;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ad scheme and geometric mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_g_ad()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+ double *prd;
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ const double hx_inv = nx_pppm_6/xprd;
+ const double hy_inv = ny_pppm_6/yprd;
+ const double hz_inv = nz_pppm_6/zprd_slab;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+ FFT_SCALAR * const * const dr1d = static_cast<FFT_SCALAR **>(thr->get_drho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx,eky,ekz;
+ int type;
+ double lj;
+ double sf = 0.0;
+ double s1,s2,s3;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+ compute_drho1d_thr(dr1d,dx,dy,dz, order_6, drho_coeff_6);
+
+ ekx = eky = ekz = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ ekx += dr1d[0][l]*r1d[1][m]*r1d[2][n]*u_brick_g[mz][my][mx];
+ eky += r1d[0][l]*dr1d[1][m]*r1d[2][n]*u_brick_g[mz][my][mx];
+ ekz += r1d[0][l]*r1d[1][m]*dr1d[2][n]*u_brick_g[mz][my][mx];
+ }
+ }
+ }
+ ekx *= hx_inv;
+ eky *= hy_inv;
+ ekz *= hz_inv;
+
+ // convert E-field to force
+ type = atom->type[i];
+ lj = B[type];
+
+ s1 = x[i][0]*hx_inv;
+ s2 = x[i][1]*hy_inv;
+ s3 = x[i][2]*hz_inv;
+
+ sf = sf_coeff_6[0]*sin(2*MY_PI*s1);
+ sf += sf_coeff_6[1]*sin(4*MY_PI*s1);
+ sf *= 2*lj*lj;
+ f[i][0] += ekx*lj - sf;
+
+ sf = sf_coeff_6[2]*sin(2*MY_PI*s2);
+ sf += sf_coeff_6[3]*sin(4*MY_PI*s2);
+ sf *= 2*lj*lj;
+ f[i][1] += eky*lj - sf;
+
+ sf = sf_coeff_6[4]*sin(2*MY_PI*s3);
+ sf += sf_coeff_6[5]*sin(4*MY_PI*s3);
+ sf *= 2*lj*lj;
+ if (slabflag != 2) f[i][2] += ekz*lj - sf;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get per-atom energy/virial for dispersion
+ interaction and geometric mixing rule
+ ------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_g_peratom()
+{
+ // loop over my charges, interpolate from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int i,l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR u,v0,v1,v2,v3,v4,v5;
+ int type;
+ double lj;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ u = v0 = v1 = v2 = v3 = v4 = v5 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ if (eflag_atom) u += x0*u_brick_g[mz][my][mx];
+ if (vflag_atom) {
+ v0 += x0*v0_brick_g[mz][my][mx];
+ v1 += x0*v1_brick_g[mz][my][mx];
+ v2 += x0*v2_brick_g[mz][my][mx];
+ v3 += x0*v3_brick_g[mz][my][mx];
+ v4 += x0*v4_brick_g[mz][my][mx];
+ v5 += x0*v5_brick_g[mz][my][mx];
+ }
+ }
+ }
+ }
+
+ type = atom->type[i];
+ lj = B[type]*0.5;
+
+ if (eflag_atom) eatom[i] += u*lj;
+ if (vflag_atom) {
+ vatom[i][0] += v0*lj;
+ vatom[i][1] += v1*lj;
+ vatom[i][2] += v2*lj;
+ vatom[i][3] += v3*lj;
+ vatom[i][4] += v4*lj;
+ vatom[i][5] += v5*lj;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ik scheme and arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_a_ik()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+ const double qqrd2e = force->qqrd2e;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx0, eky0, ekz0, ekx1, eky1, ekz1, ekx2, eky2, ekz2;
+ FFT_SCALAR ekx3, eky3, ekz3, ekx4, eky4, ekz4, ekx5, eky5, ekz5;
+ FFT_SCALAR ekx6, eky6, ekz6;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ ekx0 = eky0 = ekz0 = ZEROF;
+ ekx1 = eky1 = ekz1 = ZEROF;
+ ekx2 = eky2 = ekz2 = ZEROF;
+ ekx3 = eky3 = ekz3 = ZEROF;
+ ekx4 = eky4 = ekz4 = ZEROF;
+ ekx5 = eky5 = ekz5 = ZEROF;
+ ekx6 = eky6 = ekz6 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ ekx0 -= x0*vdx_brick_a0[mz][my][mx];
+ eky0 -= x0*vdy_brick_a0[mz][my][mx];
+ ekz0 -= x0*vdz_brick_a0[mz][my][mx];
+ ekx1 -= x0*vdx_brick_a1[mz][my][mx];
+ eky1 -= x0*vdy_brick_a1[mz][my][mx];
+ ekz1 -= x0*vdz_brick_a1[mz][my][mx];
+ ekx2 -= x0*vdx_brick_a2[mz][my][mx];
+ eky2 -= x0*vdy_brick_a2[mz][my][mx];
+ ekz2 -= x0*vdz_brick_a2[mz][my][mx];
+ ekx3 -= x0*vdx_brick_a3[mz][my][mx];
+ eky3 -= x0*vdy_brick_a3[mz][my][mx];
+ ekz3 -= x0*vdz_brick_a3[mz][my][mx];
+ ekx4 -= x0*vdx_brick_a4[mz][my][mx];
+ eky4 -= x0*vdy_brick_a4[mz][my][mx];
+ ekz4 -= x0*vdz_brick_a4[mz][my][mx];
+ ekx5 -= x0*vdx_brick_a5[mz][my][mx];
+ eky5 -= x0*vdy_brick_a5[mz][my][mx];
+ ekz5 -= x0*vdz_brick_a5[mz][my][mx];
+ ekx6 -= x0*vdx_brick_a6[mz][my][mx];
+ eky6 -= x0*vdy_brick_a6[mz][my][mx];
+ ekz6 -= x0*vdz_brick_a6[mz][my][mx];
+ }
+ }
+ }
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6];
+ lj1 = B[7*type+5];
+ lj2 = B[7*type+4];
+ lj3 = B[7*type+3];
+ lj4 = B[7*type+2];
+ lj5 = B[7*type+1];
+ lj6 = B[7*type];
+ f[i][0] += lj0*ekx0 + lj1*ekx1 + lj2*ekx2 + lj3*ekx3 + lj4*ekx4 + lj5*ekx5 + lj6*ekx6;
+ f[i][1] += lj0*eky0 + lj1*eky1 + lj2*eky2 + lj3*eky3 + lj4*eky4 + lj5*eky5 + lj6*eky6;
+ f[i][2] += lj0*ekz0 + lj1*ekz1 + lj2*ekz2 + lj3*ekz3 + lj4*ekz4 + lj5*ekz5 + lj6*ekz6;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get dispersion field & force on my particles
+ for ad scheme and arithmetic mixing rule
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_a_ad()
+{
+ // loop over my charges, interpolate electric field from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+ // ek = 3 components of E-field on particle
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+ double *prd;
+
+ if (triclinic == 0) prd = domain->prd;
+ else prd = domain->prd_lamda;
+
+ double xprd = prd[0];
+ double yprd = prd[1];
+ double zprd = prd[2];
+ double zprd_slab = zprd*slab_volfactor;
+
+ const double hx_inv = nx_pppm_6/xprd;
+ const double hy_inv = ny_pppm_6/yprd;
+ const double hz_inv = nz_pppm_6/zprd_slab;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ double * const * const f = thr->get_f();
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+ FFT_SCALAR * const * const dr1d = static_cast<FFT_SCALAR **>(thr->get_drho1d_6());
+
+ int l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR ekx0, eky0, ekz0, ekx1, eky1, ekz1, ekx2, eky2, ekz2;
+ FFT_SCALAR ekx3, eky3, ekz3, ekx4, eky4, ekz4, ekx5, eky5, ekz5;
+ FFT_SCALAR ekx6, eky6, ekz6;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+ double sf = 0.0;
+ double s1,s2,s3;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+ compute_drho1d_thr(dr1d,dx,dy,dz, order_6, drho_coeff_6);
+
+ ekx0 = eky0 = ekz0 = ZEROF;
+ ekx1 = eky1 = ekz1 = ZEROF;
+ ekx2 = eky2 = ekz2 = ZEROF;
+ ekx3 = eky3 = ekz3 = ZEROF;
+ ekx4 = eky4 = ekz4 = ZEROF;
+ ekx5 = eky5 = ekz5 = ZEROF;
+ ekx6 = eky6 = ekz6 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = dr1d[0][l]*r1d[1][m]*r1d[2][n];
+ y0 = r1d[0][l]*dr1d[1][m]*r1d[2][n];
+ z0 = r1d[0][l]*r1d[1][m]*dr1d[2][n];
+
+ ekx0 += x0*u_brick_a0[mz][my][mx];
+ eky0 += y0*u_brick_a0[mz][my][mx];
+ ekz0 += z0*u_brick_a0[mz][my][mx];
+
+ ekx1 += x0*u_brick_a1[mz][my][mx];
+ eky1 += y0*u_brick_a1[mz][my][mx];
+ ekz1 += z0*u_brick_a1[mz][my][mx];
+
+ ekx2 += x0*u_brick_a2[mz][my][mx];
+ eky2 += y0*u_brick_a2[mz][my][mx];
+ ekz2 += z0*u_brick_a2[mz][my][mx];
+
+ ekx3 += x0*u_brick_a3[mz][my][mx];
+ eky3 += y0*u_brick_a3[mz][my][mx];
+ ekz3 += z0*u_brick_a3[mz][my][mx];
+
+ ekx4 += x0*u_brick_a4[mz][my][mx];
+ eky4 += y0*u_brick_a4[mz][my][mx];
+ ekz4 += z0*u_brick_a4[mz][my][mx];
+
+ ekx5 += x0*u_brick_a5[mz][my][mx];
+ eky5 += y0*u_brick_a5[mz][my][mx];
+ ekz5 += z0*u_brick_a5[mz][my][mx];
+
+ ekx6 += x0*u_brick_a6[mz][my][mx];
+ eky6 += y0*u_brick_a6[mz][my][mx];
+ ekz6 += z0*u_brick_a6[mz][my][mx];
+ }
+ }
+ }
+
+ ekx0 *= hx_inv;
+ eky0 *= hy_inv;
+ ekz0 *= hz_inv;
+
+ ekx1 *= hx_inv;
+ eky1 *= hy_inv;
+ ekz1 *= hz_inv;
+
+ ekx2 *= hx_inv;
+ eky2 *= hy_inv;
+ ekz2 *= hz_inv;
+
+ ekx3 *= hx_inv;
+ eky3 *= hy_inv;
+ ekz3 *= hz_inv;
+
+ ekx4 *= hx_inv;
+ eky4 *= hy_inv;
+ ekz4 *= hz_inv;
+
+ ekx5 *= hx_inv;
+ eky5 *= hy_inv;
+ ekz5 *= hz_inv;
+
+ ekx6 *= hx_inv;
+ eky6 *= hy_inv;
+ ekz6 *= hz_inv;
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6];
+ lj1 = B[7*type+5];
+ lj2 = B[7*type+4];
+ lj3 = B[7*type+3];
+ lj4 = B[7*type+2];
+ lj5 = B[7*type+1];
+ lj6 = B[7*type];
+
+ s1 = x[i][0]*hx_inv;
+ s2 = x[i][1]*hy_inv;
+ s3 = x[i][2]*hz_inv;
+
+ sf = sf_coeff_6[0]*sin(2*MY_PI*s1);
+ sf += sf_coeff_6[1]*sin(4*MY_PI*s1);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ f[i][0] += lj0*ekx0 + lj1*ekx1 + lj2*ekx2 + lj3*ekx3 + lj4*ekx4 + lj5*ekx5 + lj6*ekx6 - sf;
+
+ sf = sf_coeff_6[2]*sin(2*MY_PI*s2);
+ sf += sf_coeff_6[3]*sin(4*MY_PI*s2);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ f[i][1] += lj0*eky0 + lj1*eky1 + lj2*eky2 + lj3*eky3 + lj4*eky4 + lj5*eky5 + lj6*eky6 - sf;
+
+ sf = sf_coeff_6[4]*sin(2*MY_PI*s3);
+ sf += sf_coeff_6[5]*sin(4*MY_PI*s3);
+ sf *= 4*lj0*lj6 + 4*lj1*lj5 + 4*lj2*lj4 + 2*lj3*lj3;
+ if (slabflag != 2) f[i][2] += lj0*ekz0 + lj1*ekz1 + lj2*ekz2 + lj3*ekz3 + lj4*ekz4 + lj5*ekz5 + lj6*ekz6 - sf;
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ interpolate from grid to get per-atom energy/virial for dispersion
+ interaction and arithmetic mixing rule
+ ------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::fieldforce_a_peratom()
+{
+ // loop over my charges, interpolate from nearby grid points
+ // (nx,ny,nz) = global coords of grid pt to "lower left" of charge
+ // (dx,dy,dz) = distance to "lower left" grid pt
+ // (mx,my,mz) = global coords of moving stencil pt
+
+ const double * const * const x = atom->x;
+ const int nthreads = comm->nthreads;
+ const int nlocal = atom->nlocal;
+
+#if defined(_OPENMP)
+#pragma omp parallel default(none)
+#endif
+ {
+#if defined(_OPENMP)
+ // each thread works on a fixed chunk of atoms.
+ const int tid = omp_get_thread_num();
+ const int inum = nlocal;
+ const int idelta = 1 + inum/nthreads;
+ const int ifrom = tid*idelta;
+ const int ito = ((ifrom + idelta) > inum) ? inum : ifrom + idelta;
+#else
+ const int ifrom = 0;
+ const int ito = nlocal;
+ const int tid = 0;
+#endif
+ ThrData *thr = fix->get_thr(tid);
+ FFT_SCALAR * const * const r1d = static_cast<FFT_SCALAR **>(thr->get_rho1d_6());
+
+ int i,l,m,n,nx,ny,nz,mx,my,mz;
+ FFT_SCALAR dx,dy,dz,x0,y0,z0;
+ FFT_SCALAR u0,v00,v10,v20,v30,v40,v50;
+ FFT_SCALAR u1,v01,v11,v21,v31,v41,v51;
+ FFT_SCALAR u2,v02,v12,v22,v32,v42,v52;
+ FFT_SCALAR u3,v03,v13,v23,v33,v43,v53;
+ FFT_SCALAR u4,v04,v14,v24,v34,v44,v54;
+ FFT_SCALAR u5,v05,v15,v25,v35,v45,v55;
+ FFT_SCALAR u6,v06,v16,v26,v36,v46,v56;
+ int type;
+ double lj0,lj1,lj2,lj3,lj4,lj5,lj6;
+
+ // this if protects against having more threads than local atoms
+ if (ifrom < nlocal) {
+ for (int i = ifrom; i < ito; i++) {
+
+ nx = part2grid_6[i][0];
+ ny = part2grid_6[i][1];
+ nz = part2grid_6[i][2];
+ dx = nx+shiftone_6 - (x[i][0]-boxlo[0])*delxinv_6;
+ dy = ny+shiftone_6 - (x[i][1]-boxlo[1])*delyinv_6;
+ dz = nz+shiftone_6 - (x[i][2]-boxlo[2])*delzinv_6;
+
+ compute_rho1d_thr(r1d,dx,dy,dz, order_6, rho_coeff_6);
+
+ u0 = v00 = v10 = v20 = v30 = v40 = v50 = ZEROF;
+ u1 = v01 = v11 = v21 = v31 = v41 = v51 = ZEROF;
+ u2 = v02 = v12 = v22 = v32 = v42 = v52 = ZEROF;
+ u3 = v03 = v13 = v23 = v33 = v43 = v53 = ZEROF;
+ u4 = v04 = v14 = v24 = v34 = v44 = v54 = ZEROF;
+ u5 = v05 = v15 = v25 = v35 = v45 = v55 = ZEROF;
+ u6 = v06 = v16 = v26 = v36 = v46 = v56 = ZEROF;
+ for (n = nlower_6; n <= nupper_6; n++) {
+ mz = n+nz;
+ z0 = r1d[2][n];
+ for (m = nlower_6; m <= nupper_6; m++) {
+ my = m+ny;
+ y0 = z0*r1d[1][m];
+ for (l = nlower_6; l <= nupper_6; l++) {
+ mx = l+nx;
+ x0 = y0*r1d[0][l];
+ if (eflag_atom) {
+ u0 += x0*u_brick_a0[mz][my][mx];
+ u1 += x0*u_brick_a1[mz][my][mx];
+ u2 += x0*u_brick_a2[mz][my][mx];
+ u3 += x0*u_brick_a3[mz][my][mx];
+ u4 += x0*u_brick_a4[mz][my][mx];
+ u5 += x0*u_brick_a5[mz][my][mx];
+ u6 += x0*u_brick_a6[mz][my][mx];
+ }
+ if (vflag_atom) {
+ v00 += x0*v0_brick_a0[mz][my][mx];
+ v10 += x0*v1_brick_a0[mz][my][mx];
+ v20 += x0*v2_brick_a0[mz][my][mx];
+ v30 += x0*v3_brick_a0[mz][my][mx];
+ v40 += x0*v4_brick_a0[mz][my][mx];
+ v50 += x0*v5_brick_a0[mz][my][mx];
+ v01 += x0*v0_brick_a1[mz][my][mx];
+ v11 += x0*v1_brick_a1[mz][my][mx];
+ v21 += x0*v2_brick_a1[mz][my][mx];
+ v31 += x0*v3_brick_a1[mz][my][mx];
+ v41 += x0*v4_brick_a1[mz][my][mx];
+ v51 += x0*v5_brick_a1[mz][my][mx];
+ v02 += x0*v0_brick_a2[mz][my][mx];
+ v12 += x0*v1_brick_a2[mz][my][mx];
+ v22 += x0*v2_brick_a2[mz][my][mx];
+ v32 += x0*v3_brick_a2[mz][my][mx];
+ v42 += x0*v4_brick_a2[mz][my][mx];
+ v52 += x0*v5_brick_a2[mz][my][mx];
+ v03 += x0*v0_brick_a3[mz][my][mx];
+ v13 += x0*v1_brick_a3[mz][my][mx];
+ v23 += x0*v2_brick_a3[mz][my][mx];
+ v33 += x0*v3_brick_a3[mz][my][mx];
+ v43 += x0*v4_brick_a3[mz][my][mx];
+ v53 += x0*v5_brick_a3[mz][my][mx];
+ v04 += x0*v0_brick_a4[mz][my][mx];
+ v14 += x0*v1_brick_a4[mz][my][mx];
+ v24 += x0*v2_brick_a4[mz][my][mx];
+ v34 += x0*v3_brick_a4[mz][my][mx];
+ v44 += x0*v4_brick_a4[mz][my][mx];
+ v54 += x0*v5_brick_a4[mz][my][mx];
+ v05 += x0*v0_brick_a5[mz][my][mx];
+ v15 += x0*v1_brick_a5[mz][my][mx];
+ v25 += x0*v2_brick_a5[mz][my][mx];
+ v35 += x0*v3_brick_a5[mz][my][mx];
+ v45 += x0*v4_brick_a5[mz][my][mx];
+ v55 += x0*v5_brick_a5[mz][my][mx];
+ v06 += x0*v0_brick_a6[mz][my][mx];
+ v16 += x0*v1_brick_a6[mz][my][mx];
+ v26 += x0*v2_brick_a6[mz][my][mx];
+ v36 += x0*v3_brick_a6[mz][my][mx];
+ v46 += x0*v4_brick_a6[mz][my][mx];
+ v56 += x0*v5_brick_a6[mz][my][mx];
+ }
+ }
+ }
+ }
+
+ // convert D-field to force
+ type = atom->type[i];
+ lj0 = B[7*type+6]*0.5;
+ lj1 = B[7*type+5]*0.5;
+ lj2 = B[7*type+4]*0.5;
+ lj3 = B[7*type+3]*0.5;
+ lj4 = B[7*type+2]*0.5;
+ lj5 = B[7*type+1]*0.5;
+ lj6 = B[7*type]*0.5;
+
+ if (eflag_atom)
+ eatom[i] += u0*lj0 + u1*lj1 + u2*lj2 +
+ u3*lj3 + u4*lj4 + u5*lj5 + u6*lj6;
+ if (vflag_atom) {
+ vatom[i][0] += v00*lj0 + v01*lj1 + v02*lj2 + v03*lj3 +
+ v04*lj4 + v05*lj5 + v06*lj6;
+ vatom[i][1] += v10*lj0 + v11*lj1 + v12*lj2 + v13*lj3 +
+ v14*lj4 + v15*lj5 + v16*lj6;
+ vatom[i][2] += v20*lj0 + v21*lj1 + v22*lj2 + v23*lj3 +
+ v24*lj4 + v25*lj5 + v26*lj6;
+ vatom[i][3] += v30*lj0 + v31*lj1 + v32*lj2 + v33*lj3 +
+ v34*lj4 + v35*lj5 + v36*lj6;
+ vatom[i][4] += v40*lj0 + v41*lj1 + v42*lj2 + v43*lj3 +
+ v44*lj4 + v45*lj5 + v46*lj6;
+ vatom[i][5] += v50*lj0 + v51*lj1 + v52*lj2 + v53*lj3 +
+ v54*lj4 + v55*lj5 + v56*lj6;
+ }
+ }
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ charge assignment into rho1d
+ dx,dy,dz = distance of particle from "lower left" grid point
+------------------------------------------------------------------------- */
+void PPPMDispTIP4POMP::compute_rho1d_thr(FFT_SCALAR * const * const r1d, const FFT_SCALAR &dx,
+ const FFT_SCALAR &dy, const FFT_SCALAR &dz,
+ const int ord, FFT_SCALAR * const * const rho_c)
+{
+ int k,l;
+ FFT_SCALAR r1,r2,r3;
+
+ for (k = (1-ord)/2; k <= ord/2; k++) {
+ r1 = r2 = r3 = ZEROF;
+
+ for (l = ord-1; l >= 0; l--) {
+ r1 = rho_c[l][k] + r1*dx;
+ r2 = rho_c[l][k] + r2*dy;
+ r3 = rho_c[l][k] + r3*dz;
+ }
+ r1d[0][k] = r1;
+ r1d[1][k] = r2;
+ r1d[2][k] = r3;
+ }
+}
+
+/* ----------------------------------------------------------------------
+ charge assignment into drho1d
+ dx,dy,dz = distance of particle from "lower left" grid point
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::compute_drho1d_thr(FFT_SCALAR * const * const dr1d, const FFT_SCALAR &dx,
+ const FFT_SCALAR &dy, const FFT_SCALAR &dz,
+ const int ord, FFT_SCALAR * const * const drho_c)
+{
+ int k,l;
+ FFT_SCALAR r1,r2,r3;
+
+ for (k = (1-ord)/2; k <= ord/2; k++) {
+ r1 = r2 = r3 = ZEROF;
+
+ for (l = ord-2; l >= 0; l--) {
+ r1 = drho_c[l][k] + r1*dx;
+ r2 = drho_c[l][k] + r2*dy;
+ r3 = drho_c[l][k] + r3*dz;
+ }
+ dr1d[0][k] = r1;
+ dr1d[1][k] = r2;
+ dr1d[2][k] = r3;
+ }
+}
+
+/* ----------------------------------------------------------------------
+ find 2 H atoms bonded to O atom i
+ compute position xM of fictitious charge site for O atom
+ also return local indices iH1,iH2 of H atoms
+------------------------------------------------------------------------- */
+
+void PPPMDispTIP4POMP::find_M_thr(int i, int &iH1, int &iH2, dbl3_t &xM)
+{
+ iH1 = atom->map(atom->tag[i] + 1);
+ iH2 = atom->map(atom->tag[i] + 2);
+
+ if (iH1 == -1 || iH2 == -1) error->one(FLERR,"TIP4P hydrogen is missing");
+ if (atom->type[iH1] != typeH || atom->type[iH2] != typeH)
+ error->one(FLERR,"TIP4P hydrogen has incorrect atom type");
+
+ const dbl3_t * _noalias const x = (dbl3_t *) atom->x[0];
+
+ double delx1 = x[iH1].x - x[i].x;
+ double dely1 = x[iH1].y - x[i].y;
+ double delz1 = x[iH1].z - x[i].z;
+ domain->minimum_image(delx1,dely1,delz1);
+
+ double delx2 = x[iH2].x - x[i].x;
+ double dely2 = x[iH2].y - x[i].y;
+ double delz2 = x[iH2].z - x[i].z;
+ domain->minimum_image(delx2,dely2,delz2);
+
+ xM.x = x[i].x + alpha * 0.5 * (delx1 + delx2);
+ xM.y = x[i].y + alpha * 0.5 * (dely1 + dely2);
+ xM.z = x[i].z + alpha * 0.5 * (delz1 + delz2);
+}
diff --git a/src/USER-OMP/pppm_disp_tip4p_omp.h b/src/USER-OMP/pppm_disp_tip4p_omp.h
new file mode 100644
index 000000000..e05a52ac8
--- /dev/null
+++ b/src/USER-OMP/pppm_disp_tip4p_omp.h
@@ -0,0 +1,84 @@
+/* -*- c++ -*- ----------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+#ifdef KSPACE_CLASS
+
+KSpaceStyle(pppm/disp/tip4p/omp,PPPMDispTIP4POMP)
+
+#else
+
+#ifndef LMP_PPPM_DISP_TIP4P_OMP_H
+#define LMP_PPPM_DISP_TIP4P_OMP_H
+
+#include "pppm_disp_tip4p.h"
+#include "thr_omp.h"
+
+namespace LAMMPS_NS {
+
+ class PPPMDispTIP4POMP : public PPPMDispTIP4P, public ThrOMP {
+ public:
+ PPPMDispTIP4POMP(class LAMMPS *, int, char **);
+ virtual ~PPPMDispTIP4POMP () {};
+
+ protected:
+ virtual void allocate();
+ virtual void deallocate();
+
+ virtual void compute_gf();
+ virtual void compute_gf_6();
+
+ virtual void compute(int,int);
+
+ virtual void particle_map(double, double, double,
+ double, int **, int, int,
+ int, int, int, int, int, int);
+ virtual void particle_map_c(double, double, double,
+ double, int **, int, int,
+ int, int, int, int, int, int);
+ virtual void make_rho_c(); // XXX: not (yet) multi-threaded
+ virtual void make_rho_g();
+ virtual void make_rho_a();
+
+ virtual void fieldforce_c_ik();
+ virtual void fieldforce_c_ad();
+ // virtual void fieldforce_peratom(); XXX: need to benchmark first.
+ virtual void fieldforce_g_ik();
+ virtual void fieldforce_g_ad();
+ virtual void fieldforce_g_peratom();
+ virtual void fieldforce_a_ik();
+ virtual void fieldforce_a_ad();
+ virtual void fieldforce_a_peratom();
+
+ private:
+ void compute_rho1d_thr(FFT_SCALAR * const * const, const FFT_SCALAR &,
+ const FFT_SCALAR &, const FFT_SCALAR &,
+ const int, FFT_SCALAR * const * const);
+ void compute_drho1d_thr(FFT_SCALAR * const * const, const FFT_SCALAR &,
+ const FFT_SCALAR &, const FFT_SCALAR &,
+ const int, FFT_SCALAR * const * const);
+ virtual void find_M_thr(int, int &, int &, dbl3_t &);
+
+};
+
+}
+
+#endif
+#endif
+
+/* ERROR/WARNING messages:
+
+E: Kspace style pppm/tip4p/omp requires newton on
+
+Self-explanatory.
+
+*/
diff --git a/src/USER-REAXC/Install.sh b/src/USER-REAXC/Install.sh
index 279a3f134..c4a5051cb 100755
--- a/src/USER-REAXC/Install.sh
+++ b/src/USER-REAXC/Install.sh
@@ -1,119 +1,127 @@
# Install/unInstall package classes in LAMMPS
if (test $1 = 1) then
cp -p pair_reax_c.cpp ..
cp -p fix_qeq_reax.cpp ..
cp -p fix_reax_c.cpp ..
cp -p fix_reaxc_bonds.cpp ..
+ cp -p fix_species.cpp ..
+ cp -p compute_spec_atom.cpp ..
cp -p pair_reax_c.h ..
cp -p fix_qeq_reax.h ..
cp -p fix_reax_c.h ..
cp -p fix_reaxc_bonds.h ..
+ cp -p fix_species.h ..
+ cp -p compute_spec_atom.h ..
cp -p reaxc_allocate.cpp ..
cp -p reaxc_basic_comm.cpp ..
cp -p reaxc_bond_orders.cpp ..
cp -p reaxc_bonds.cpp ..
cp -p reaxc_control.cpp ..
cp -p reaxc_ffield.cpp ..
cp -p reaxc_forces.cpp ..
cp -p reaxc_hydrogen_bonds.cpp ..
cp -p reaxc_init_md.cpp ..
cp -p reaxc_io_tools.cpp ..
cp -p reaxc_list.cpp ..
cp -p reaxc_lookup.cpp ..
cp -p reaxc_multi_body.cpp ..
cp -p reaxc_nonbonded.cpp ..
cp -p reaxc_reset_tools.cpp ..
cp -p reaxc_system_props.cpp ..
cp -p reaxc_tool_box.cpp ..
cp -p reaxc_torsion_angles.cpp ..
cp -p reaxc_traj.cpp ..
cp -p reaxc_valence_angles.cpp ..
cp -p reaxc_vector.cpp ..
cp -p reaxc_allocate.h ..
cp -p reaxc_basic_comm.h ..
cp -p reaxc_bond_orders.h ..
cp -p reaxc_bonds.h ..
cp -p reaxc_control.h ..
cp -p reaxc_defs.h ..
cp -p reaxc_ffield.h ..
cp -p reaxc_forces.h ..
cp -p reaxc_hydrogen_bonds.h ..
cp -p reaxc_init_md.h ..
cp -p reaxc_io_tools.h ..
cp -p reaxc_list.h ..
cp -p reaxc_lookup.h ..
cp -p reaxc_multi_body.h ..
cp -p reaxc_nonbonded.h ..
cp -p reaxc_reset_tools.h ..
cp -p reaxc_system_props.h ..
cp -p reaxc_tool_box.h ..
cp -p reaxc_torsion_angles.h ..
cp -p reaxc_traj.h ..
cp -p reaxc_types.h ..
cp -p reaxc_valence_angles.h ..
cp -p reaxc_vector.h ..
elif (test $1 = 0) then
rm -f ../pair_reax_c.cpp
rm -f ../fix_qeq_reax.cpp
rm -f ../fix_reax_c.cpp
rm -f ../fix_reaxc_bonds.cpp
+ rm -f ../fix_species.cpp
+ rm -f ../compute_spec_atom.cpp
rm -f ../pair_reax_c.h
rm -f ../fix_qeq_reax.h
rm -f ../fix_reax_c.h
rm -f ../fix_reaxc_bonds.h
+ rm -f ../fix_species.h
+ rm -f ../compute_spec_atom.h
rm -f ../reaxc_allocate.cpp
rm -f ../reaxc_basic_comm.cpp
rm -f ../reaxc_bond_orders.cpp
rm -f ../reaxc_bonds.cpp
rm -f ../reaxc_control.cpp
rm -f ../reaxc_ffield.cpp
rm -f ../reaxc_forces.cpp
rm -f ../reaxc_hydrogen_bonds.cpp
rm -f ../reaxc_init_md.cpp
rm -f ../reaxc_io_tools.cpp
rm -f ../reaxc_list.cpp
rm -f ../reaxc_lookup.cpp
rm -f ../reaxc_multi_body.cpp
rm -f ../reaxc_nonbonded.cpp
rm -f ../reaxc_reset_tools.cpp
rm -f ../reaxc_system_props.cpp
rm -f ../reaxc_tool_box.cpp
rm -f ../reaxc_torsion_angles.cpp
rm -f ../reaxc_traj.cpp
rm -f ../reaxc_valence_angles.cpp
rm -f ../reaxc_vector.cpp
rm -f ../reaxc_allocate.h
rm -f ../reaxc_basic_comm.h
rm -f ../reaxc_bond_orders.h
rm -f ../reaxc_bonds.h
rm -f ../reaxc_control.h
rm -f ../reaxc_defs.h
rm -f ../reaxc_ffield.h
rm -f ../reaxc_forces.h
rm -f ../reaxc_hydrogen_bonds.h
rm -f ../reaxc_init_md.h
rm -f ../reaxc_io_tools.h
rm -f ../reaxc_list.h
rm -f ../reaxc_lookup.h
rm -f ../reaxc_multi_body.h
rm -f ../reaxc_nonbonded.h
rm -f ../reaxc_reset_tools.h
rm -f ../reaxc_system_props.h
rm -f ../reaxc_tool_box.h
rm -f ../reaxc_torsion_angles.h
rm -f ../reaxc_traj.h
rm -f ../reaxc_types.h
rm -f ../reaxc_valence_angles.h
rm -f ../reaxc_vector.h
fi
diff --git a/src/USER-REAXC/compute_spec_atom.cpp b/src/USER-REAXC/compute_spec_atom.cpp
new file mode 100644
index 000000000..fb867f41e
--- /dev/null
+++ b/src/USER-REAXC/compute_spec_atom.cpp
@@ -0,0 +1,692 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Labo0ratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+#include "math.h"
+#include "string.h"
+#include "compute_spec_atom.h"
+#include "math_extra.h"
+#include "atom.h"
+#include "update.h"
+#include "force.h"
+#include "domain.h"
+#include "memory.h"
+#include "error.h"
+
+using namespace LAMMPS_NS;
+
+enum{KEYWORD,COMPUTE,FIX,VARIABLE};
+
+/* ---------------------------------------------------------------------- */
+
+ComputeSpecAtom::ComputeSpecAtom(LAMMPS *lmp, int narg, char **arg) :
+ Compute(lmp, narg, arg)
+{
+ if (narg < 4) error->all(FLERR,"Illegal compute reax/c/atom command");
+
+ peratom_flag = 1;
+ nvalues = narg - 3;
+ if (nvalues == 1) size_peratom_cols = 0;
+ else size_peratom_cols = nvalues;
+
+ // Initiate reaxc
+ reaxc = (PairReaxC *) force->pair_match("reax/c",1);
+
+ pack_choice = new FnPtrPack[nvalues];
+
+ int i;
+ for (int iarg = 3; iarg < narg; iarg++) {
+ i = iarg-3;
+
+ // standard lammps attributes
+ if (strcmp(arg[iarg],"q") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_q;
+
+ } else if (strcmp(arg[iarg],"x") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_x;
+ } else if (strcmp(arg[iarg],"y") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_y;
+ } else if (strcmp(arg[iarg],"z") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_z;
+
+ } else if (strcmp(arg[iarg],"vx") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_vx;
+ } else if (strcmp(arg[iarg],"vy") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_vy;
+ } else if (strcmp(arg[iarg],"vz") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_vz;
+
+ // from pair_reax_c
+ } else if (strcmp(arg[iarg],"jid01") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid01;
+ } else if (strcmp(arg[iarg],"jid02") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid02;
+ } else if (strcmp(arg[iarg],"jid03") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid03;
+ } else if (strcmp(arg[iarg],"jid04") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid04;
+ } else if (strcmp(arg[iarg],"jid05") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid05;
+ } else if (strcmp(arg[iarg],"jid06") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid06;
+ } else if (strcmp(arg[iarg],"jid07") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid07;
+ } else if (strcmp(arg[iarg],"jid08") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid08;
+ } else if (strcmp(arg[iarg],"jid09") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid09;
+ } else if (strcmp(arg[iarg],"jid10") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid10;
+ } else if (strcmp(arg[iarg],"jid11") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid11;
+ } else if (strcmp(arg[iarg],"jid12") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_jid12;
+ } else if (strcmp(arg[iarg],"abo01") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo01;
+ } else if (strcmp(arg[iarg],"abo02") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo02;
+ } else if (strcmp(arg[iarg],"abo03") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo03;
+ } else if (strcmp(arg[iarg],"abo04") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo04;
+ } else if (strcmp(arg[iarg],"abo05") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo05;
+ } else if (strcmp(arg[iarg],"abo06") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo06;
+ } else if (strcmp(arg[iarg],"abo07") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo07;
+ } else if (strcmp(arg[iarg],"abo08") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo08;
+ } else if (strcmp(arg[iarg],"abo09") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo09;
+ } else if (strcmp(arg[iarg],"abo10") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo10;
+ } else if (strcmp(arg[iarg],"abo11") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo11;
+ } else if (strcmp(arg[iarg],"abo12") == 0) {
+ pack_choice[i] = &ComputeSpecAtom::pack_abo12;
+
+ } else error->all(FLERR,"Invalid keyword in compute reax/c/atom command");
+ }
+
+ nmax = 0;
+ vector = NULL;
+ array = NULL;
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+ComputeSpecAtom::~ComputeSpecAtom()
+{
+ delete [] pack_choice;
+ memory->destroy(vector);
+ memory->destroy(array);
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::compute_peratom()
+{
+ invoked_peratom = update->ntimestep;
+
+ // grow vector or array if necessary
+
+ if (atom->nlocal > nmax) {
+ nmax = atom->nmax;
+ if (nvalues == 1) {
+ memory->destroy(vector);
+ memory->create(vector,nmax,"property/atom:vector");
+ vector_atom = vector;
+ } else {
+ memory->destroy(array);
+ memory->create(array,nmax,nvalues,"property/atom:array");
+ array_atom = array;
+ }
+ }
+
+ // fill vector or array with per-atom values
+
+ if (nvalues == 1) {
+ buf = vector;
+ (this->*pack_choice[0])(0);
+ } else {
+ if (nmax > 0) {
+ buf = &array[0][0];
+ for (int n = 0; n < nvalues; n++)
+ (this->*pack_choice[n])(n);
+ }
+ }
+}
+
+/* ----------------------------------------------------------------------
+ memory usage of local atom-based array
+------------------------------------------------------------------------- */
+
+double ComputeSpecAtom::memory_usage()
+{
+ double bytes = nmax*nvalues * sizeof(double);
+ return bytes;
+}
+
+/* ----------------------------------------------------------------------
+ one method for every keyword compute property/atom can output
+ the atom property is packed into buf starting at n with stride nvalues
+ customize a new keyword by adding a method
+------------------------------------------------------------------------- */
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_q(int n)
+{
+ double *q = atom->q;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = q[i];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_x(int n)
+{
+ double **x = atom->x;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = x[i][0];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_y(int n)
+{
+ double **x = atom->x;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = x[i][1];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_z(int n)
+{
+ double **x = atom->x;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = x[i][2];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_vx(int n)
+{
+ double **v = atom->v;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = v[i][0];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_vy(int n)
+{
+ double **v = atom->v;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = v[i][1];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_vz(int n)
+{
+ double **v = atom->v;
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = v[i][2];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid01(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][0];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid02(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][1];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid03(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][2];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid04(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][3];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid05(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][4];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid06(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][5];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid07(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][6];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid08(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][7];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid09(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][8];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid10(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][9];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid11(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][10];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo01(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][0];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo02(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][1];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo03(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][2];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo04(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][3];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo05(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][4];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo06(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][5];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo07(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][6];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo08(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][7];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo09(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][8];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo10(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][9];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo11(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][10];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_jid12(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpid[i][11];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void ComputeSpecAtom::pack_abo12(int n)
+{
+ int *mask = atom->mask;
+ int nlocal = atom->nlocal;
+
+
+
+ for (int i = 0; i < nlocal; i++) {
+ if (mask[i] & groupbit) buf[n] = reaxc->tmpbo[i][11];
+ else buf[n] = 0.0;
+ n += nvalues;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
diff --git a/src/USER-REAXC/compute_spec_atom.h b/src/USER-REAXC/compute_spec_atom.h
new file mode 100644
index 000000000..c7d554cc5
--- /dev/null
+++ b/src/USER-REAXC/compute_spec_atom.h
@@ -0,0 +1,110 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Labo0ratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+#ifdef COMPUTE_CLASS
+
+ComputeStyle(spec/atom,ComputeSpecAtom)
+
+#else
+
+#ifndef LMP_COMPUTE_SPEC_ATOM_H
+#define LMP_COMPUTE_SPEC_ATOM_H
+
+#include "compute.h"
+#include "pair_reax_c.h"
+#include "reaxc_types.h"
+#include "reaxc_defs.h"
+#include "pointers.h"
+
+namespace LAMMPS_NS {
+
+class ComputeSpecAtom : public Compute {
+ public:
+ ComputeSpecAtom(class LAMMPS *, int, char **);
+ ~ComputeSpecAtom();
+ void init() {}
+ void compute_peratom();
+ double memory_usage();
+
+ private:
+ int nvalues;
+ int nmax;
+ double *vector;
+ double **array;
+ double *buf;
+ double *vbuf;
+
+ typedef void (ComputeSpecAtom::*FnPtrPack)(int);
+ FnPtrPack *pack_choice;
+
+ void pack_q(int);
+ void pack_x(int);
+ void pack_y(int);
+ void pack_z(int);
+ void pack_vx(int);
+ void pack_vy(int);
+ void pack_vz(int);
+
+ void pack_jid01(int);
+ void pack_jid02(int);
+ void pack_jid03(int);
+ void pack_jid04(int);
+ void pack_jid05(int);
+ void pack_jid06(int);
+ void pack_jid07(int);
+ void pack_jid08(int);
+ void pack_jid09(int);
+ void pack_jid10(int);
+ void pack_jid11(int);
+ void pack_jid12(int);
+
+ void pack_abo01(int);
+ void pack_abo02(int);
+ void pack_abo03(int);
+ void pack_abo04(int);
+ void pack_abo05(int);
+ void pack_abo06(int);
+ void pack_abo07(int);
+ void pack_abo08(int);
+ void pack_abo09(int);
+ void pack_abo10(int);
+ void pack_abo11(int);
+ void pack_abo12(int);
+
+ class PairReaxC *reaxc;
+ reax_system *system;
+ reax_atom *my_atoms;
+};
+
+}
+
+#endif
+#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+Self-explanatory. Check the input script syntax and compare to the
+documentation for the command. You can use -echo screen as a
+command-line option when running LAMMPS to see the offending line.
+
+E: Compute reaxc/atom for atom reaxc that isn't allocated
+
+Self-explanatory.
+
+E: Invalid keyword in compute reaxc/atom command
+
+Self-explanatory.
+
+*/
diff --git a/src/USER-REAXC/fix_species.cpp b/src/USER-REAXC/fix_species.cpp
new file mode 100644
index 000000000..d17060601
--- /dev/null
+++ b/src/USER-REAXC/fix_species.cpp
@@ -0,0 +1,681 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+/* ----------------------------------------------------------------------
+ Contributing author: Ray Shan (Sandia, tnshan@sandia.gov)
+------------------------------------------------------------------------- */
+
+#include "lmptype.h"
+#include "stdlib.h"
+#include "math.h"
+#include "atom.h"
+#include "string.h"
+#include "fix_ave_atom.h"
+#include "fix_species.h"
+#include "domain.h"
+#include "update.h"
+#include "pair_reax_c.h"
+#include "modify.h"
+#include "neighbor.h"
+#include "neigh_list.h"
+#include "neigh_request.h"
+#include "comm.h"
+#include "force.h"
+#include "compute.h"
+#include "input.h"
+#include "variable.h"
+#include "memory.h"
+#include "error.h"
+#include "reaxc_list.h"
+
+using namespace LAMMPS_NS;
+using namespace FixConst;
+
+/* ---------------------------------------------------------------------- */
+
+FixSpecies::FixSpecies(LAMMPS *lmp, int narg, char **arg) :
+ Fix(lmp, narg, arg)
+{
+ if (narg < 7) error->all(FLERR,"Illegal fix species command");
+
+ MPI_Comm_rank(world,&me);
+ MPI_Comm_size(world,&nprocs);
+ ntypes = atom->ntypes;
+
+ nevery = atoi(arg[3]);
+ nrepeat = atoi(arg[4]);
+ global_freq = nfreq = atoi(arg[5]);
+
+ comm_forward = 1;
+
+ if (nevery <= 0 || nrepeat <= 0 || nfreq <= 0)
+ error->all(FLERR,"Illegal fix species command");
+ if (nfreq % nevery || (nrepeat-1)*nevery >= nfreq)
+ error->all(FLERR,"Illegal fix species command");
+
+ tmparg = NULL;
+ memory->create(tmparg,4,4,"species:tmparg");
+ strcpy(tmparg[0],arg[3]);
+ strcpy(tmparg[1],arg[4]);
+ strcpy(tmparg[2],arg[5]);
+
+ if (me == 0) {
+ fp = fopen(arg[6],"w");
+ if (fp == NULL) {
+ char str[128];
+ sprintf(str,"Cannot open fix species file %s",arg[6]);
+ error->one(FLERR,str);
+ }
+ }
+
+ BOCut = NULL;
+ clusterID = NULL;
+
+ Name = NULL;
+ MolName = NULL;
+ MolType = NULL;
+ NMol = NULL;
+ nd = NULL;
+ molmap = NULL;
+
+ nmax = 0;
+ setupflag = 0;
+
+ // set default bond order cutoff
+ int n, i, j, itype, jtype;
+ double bo_cut;
+ bg_cut = 0.30;
+ n = ntypes+1;
+ memory->create(BOCut,n,n,"/species:BOCut");
+ for (i = 1; i < n; i ++)
+ for (j = 1; j < n; j ++)
+ BOCut[i][j] = bg_cut;
+
+ // optional args
+ eletype = NULL;
+ ele = posspec = filepos = NULL;
+ eleflag = posflag = padflag = 0;
+
+ int iarg = 7;
+ while (iarg < narg) {
+
+ // set BO cutoff
+ if (strcmp(arg[iarg],"cutoff") == 0) {
+ if (iarg+4 > narg) error->all(FLERR,"Illegal fix species command");
+ itype = atoi(arg[iarg+1]);
+ jtype = atoi(arg[iarg+2]);
+ bo_cut = atof(arg[iarg+3]);
+ if (itype > ntypes || jtype > ntypes)
+ error->all(FLERR,"Illegal fix species command");
+ if (itype <= 0 || jtype <= 0)
+ error->all(FLERR,"Illegal fix species command");
+ if (bo_cut > 1.0 || bo_cut < 0.0)
+ error->all(FLERR,"Illegal fix species command");
+
+ BOCut[itype][jtype] = bo_cut;
+ BOCut[jtype][itype] = bo_cut;
+ iarg += 4;
+
+ // modify element type names
+ } else if (strcmp(arg[iarg],"element") == 0) {
+ if (iarg+ntypes+1 > narg) error->all(FLERR,"Illegal fix species command");
+
+ int nchar = 2;
+ eletype = (char**) malloc(ntypes*sizeof(char*));
+ for (int i = 0; i < ntypes; i ++) {
+ if (strlen(arg[iarg+1+i]) > nchar)
+ error->all(FLERR,"Illegal fix species command");
+ eletype[i] = (char*) malloc(nchar*sizeof(char));
+ strcpy(eletype[i],arg[iarg+1+i]);
+ }
+ eleflag = 1;
+ iarg += ntypes + 1;
+
+ } else error->all(FLERR,"Illegal fix species command");
+ }
+
+ if (!eleflag) {
+ memory->create(ele,ntypes+1,"species:ele");
+ ele[0]='C';
+ ele[1]='H';
+ ele[2]='O';
+ ele[3]='N';
+ }
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+FixSpecies::~FixSpecies()
+{
+ memory->destroy(ele);
+ memory->destroy(BOCut);
+ memory->destroy(clusterID);
+
+ memory->destroy(nd);
+ memory->destroy(Name);
+ memory->destroy(NMol);
+ memory->destroy(MolType);
+ memory->destroy(MolName);
+
+ if (me == 0) fclose(fp);
+
+ modify->delete_compute("SPECATOM");
+ modify->delete_fix("SPECBOND");
+}
+
+/* ---------------------------------------------------------------------- */
+
+int FixSpecies::setmask()
+{
+ int mask = 0;
+ mask |= END_OF_STEP;
+ return mask;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::setup(int vflag)
+{
+ ntotal = static_cast<int> (atom->natoms);
+ memory->create(Name,ntypes,"species:Name");
+ end_of_step();
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::init()
+{
+ if (atom->tag_enable == 0)
+ error->all(FLERR,"Cannot use fix specis unless atoms have IDs");
+
+ reaxc = (PairReaxC *) force->pair_match("reax/c",1);
+
+ if (reaxc == NULL) error->all(FLERR,"Cannot use fix species without "
+ "pair_style reax/c");
+
+ reaxc->fixspecies_flag = 1;
+
+ nvalid = update->ntimestep+nfreq;
+
+ // request neighbor list
+ int irequest = neighbor->request((void *) this);
+ neighbor->requests[irequest]->pair = 0;
+ neighbor->requests[irequest]->fix = 1;
+ neighbor->requests[irequest]->half = 0;
+ neighbor->requests[irequest]->full = 1;
+ neighbor->requests[irequest]->occasional = 1;
+
+ // check if this fix has been called twice
+ int count = 0;
+ for (int i = 0; i < modify->nfix; i++)
+ if (strcmp(modify->fix[i]->style,"species") == 0) count++;
+ if (count > 1 && comm->me == 0)
+ error->warning(FLERR,"More than one fix species");
+
+ if (!setupflag) {
+ // create a compute to store properties
+ create_compute();
+
+ // create a fix to point to fix_ave_atom for averaging stored properties
+ create_fix();
+
+ setupflag = 1;
+ }
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::create_compute()
+{
+ int narg;
+ char **args;
+
+ narg = 22;
+ args = new char*[narg];
+ args[0] = (char *) "SPECATOM";
+ args[1] = (char *) "all";
+ args[2] = (char *) "spec/atom";
+ args[3] = (char *) "q";
+ args[4] = (char *) "x";
+ args[5] = (char *) "y";
+ args[6] = (char *) "z";
+ args[7] = (char *) "vx";
+ args[8] = (char *) "vy";
+ args[9] = (char *) "vz";
+ args[10] = (char *) "abo01";
+ args[11] = (char *) "abo02";
+ args[12] = (char *) "abo03";
+ args[13] = (char *) "abo04";
+ args[14] = (char *) "abo05";
+ args[15] = (char *) "abo06";
+ args[16] = (char *) "abo07";
+ args[17] = (char *) "abo08";
+ args[18] = (char *) "abo09";
+ args[19] = (char *) "abo10";
+ args[20] = (char *) "abo11";
+ args[21] = (char *) "abo12";
+ modify->add_compute(narg,args);
+ delete [] args;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::create_fix()
+{
+ int narg;
+ char **args;
+
+ narg = 25;
+ args = new char*[narg];
+ args[0] = (char *) "SPECBOND";
+ args[1] = (char *) "all";
+ args[2] = (char *) "ave/atom";
+ args[3] = tmparg[0];
+ args[4] = tmparg[1];
+ args[5] = tmparg[2];
+ args[6] = (char *) "c_SPECATOM[1]"; // q, array_atoms[i][0]
+ args[7] = (char *) "c_SPECATOM[2]"; // x, 1
+ args[8] = (char *) "c_SPECATOM[3]"; // y, 2
+ args[9] = (char *) "c_SPECATOM[4]"; // z, 3
+ args[10] = (char *) "c_SPECATOM[5]"; // vx, 4
+ args[11] = (char *) "c_SPECATOM[6]"; // vy, 5
+ args[12] = (char *) "c_SPECATOM[7]"; // vz, 6
+ args[13] = (char *) "c_SPECATOM[8]"; // abo01, 7
+ args[14] = (char *) "c_SPECATOM[9]";
+ args[15] = (char *) "c_SPECATOM[10]";
+ args[16] = (char *) "c_SPECATOM[11]";
+ args[17] = (char *) "c_SPECATOM[12]";
+ args[18] = (char *) "c_SPECATOM[13]";
+ args[19] = (char *) "c_SPECATOM[14]";
+ args[20] = (char *) "c_SPECATOM[15]";
+ args[21] = (char *) "c_SPECATOM[16]";
+ args[22] = (char *) "c_SPECATOM[17]";
+ args[23] = (char *) "c_SPECATOM[18]";
+ args[24] = (char *) "c_SPECATOM[19]"; // abo12, 18
+ modify->add_fix(narg,args);
+ f_SPECBOND = (FixAveAtom *) modify->fix[modify->nfix-1];
+ delete [] args;
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::init_list(int id, NeighList *ptr)
+{
+ list = ptr;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::end_of_step()
+{
+ Output_ReaxC_Bonds(update->ntimestep,fp);
+ if (me == 0) fflush(fp);
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::Output_ReaxC_Bonds(bigint ntimestep, FILE *fp)
+
+{
+ int i, j, k, itype, jtype, itag, jtag;
+ int b, nbuf, nbuf_local, inode;
+ int nlocal_max, numbonds, numbonds_max, count;
+ int Nmole, Nspec;
+ double *bbuf;
+ int *ilist,*jlist,*numneigh,**firstneigh;
+ int ii, jj, inum, jnum;
+
+ // point to fix_ave_atom
+ f_SPECBOND->end_of_step();
+
+ if (ntimestep != nvalid) return;
+
+ nlocal = atom->nlocal;
+ nghost = atom->nghost;
+ nall = nlocal + nghost;
+ if (atom->nmax > nmax) {
+ nmax = atom->nmax;
+ memory->destroy(clusterID);
+ memory->create(clusterID,nmax,"species:clusterID");
+ }
+
+ Nmole = Nspec = count = 0;
+
+ FindMolecule();
+
+ SortMolecule (Nmole);
+
+ FindSpecies(Nmole, Nspec);
+
+ if (me == 0)
+ WriteFormulas (Nmole, Nspec);
+
+ nvalid += nfreq;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::FindMolecule ()
+{
+ int i,j,ii,jj,inum,jnum,itype,jtype,jtag,k,ktag,itag,loop,ntot;
+ int change,done,anychange;
+ int *mask = atom->mask;
+ int *ilist, *jlist, *numneigh, **firstneigh;
+ double bo_tmp,bo_cut;
+ double **spec_atom = f_SPECBOND->array_atom;
+
+ neighbor->build_one(list->index);
+ inum = list->inum;
+ ilist = list->ilist;
+ numneigh = list->numneigh;
+ firstneigh = list->firstneigh;
+
+ for (ii = 0; ii < inum; ii++) {
+ i = ilist[ii];
+ if (mask[i] & groupbit) clusterID[i] = atom->tag[i];
+ else clusterID[i] = 0;
+ }
+
+ loop = 0;
+ while (1) {
+ comm->forward_comm_fix(this);
+ loop ++;
+
+ change = 0;
+ while (1) {
+ done = 1;
+
+ for (ii = 0; ii < inum; ii++) {
+ i = ilist[ii];
+ if (!(mask[i] & groupbit)) continue;
+
+ itype = atom->type[i];
+
+ for (jj = 0; jj < MAXSPECBOND; jj++) {
+ j = reaxc->tmpid[i][jj];
+
+ if (j < i) continue;
+ if (!(mask[j] & groupbit)) continue;
+ if (clusterID[i] == clusterID[j]) continue;
+
+ jtype = atom->type[j];
+ bo_cut = BOCut[itype][jtype];
+ bo_tmp = spec_atom[i][jj+7];
+
+ if (bo_tmp > bo_cut) {
+ clusterID[i] = clusterID[j] = MIN(clusterID[i],clusterID[j]);
+ done = 0;
+ }
+ }
+ }
+ if (!done) change = 1;
+ if (done) break;
+ }
+
+ MPI_Allreduce(&change,&anychange,1,MPI_INT,MPI_MAX,world);
+ if (!anychange) break;
+
+ MPI_Allreduce(&loop,&ntot,1,MPI_INT,MPI_SUM,world);
+ if (ntot >= 20*nprocs) break;
+ }
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::SortMolecule(int &Nmole)
+{
+ memory->destroy(molmap);
+ molmap = NULL;
+
+ int m, n, idlo, idhi;
+ int *mask =atom->mask;
+ int lo = ntotal;
+ int hi = -ntotal;
+ int flag = 0;
+ for (n = 0; n < nlocal; n++) {
+ if (!(mask[n] & groupbit)) continue;
+ if (clusterID[n] == 0) flag = 1;
+ lo = MIN(lo,nint(clusterID[n]));
+ hi = MAX(hi,nint(clusterID[n]));
+ }
+ int flagall;
+ MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world);
+ if (flagall && me == 0)
+ error->warning(FLERR,"Atom with cluster ID = 0 included in "
+ "fix species group");
+ MPI_Allreduce(&lo,&idlo,1,MPI_INT,MPI_MIN,world);
+ MPI_Allreduce(&hi,&idhi,1,MPI_INT,MPI_MAX,world);
+ if (idlo == ntotal)
+ if (me == 0)
+ error->warning(FLERR,"Atom with cluster ID = maxmol "
+ "included in fix species group");
+
+ int nlen = idhi - idlo + 1;
+ memory->create(molmap,nlen,"species:molmap");
+ for (n = 0; n < nlen; n++) molmap[n] = 0;
+
+ for (n = 0; n < nlocal; n++) {
+ if (!(mask[n] & groupbit)) continue;
+ molmap[nint(clusterID[n])-idlo] = 1;
+ }
+
+ int *molmapall;
+ memory->create(molmapall,nlen,"species:molmapall");
+ MPI_Allreduce(molmap,molmapall,nlen,MPI_INT,MPI_MAX,world);
+
+ Nmole = 0;
+ for (n = 0; n < nlen; n++) {
+ if (molmapall[n]) molmap[n] = Nmole++;
+ else molmap[n] = -1;
+ }
+ memory->destroy(molmapall);
+
+ flag = 0;
+ for (n = 0; n < nlocal; n++) {
+ if (mask[n] & groupbit) continue;
+ if (nint(clusterID[n]) < idlo || nint(clusterID[n]) > idhi) continue;
+ if (molmap[nint(clusterID[n])-idlo] >= 0) flag = 1;
+ }
+
+ MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world);
+ if (flagall && comm->me == 0)
+ error->warning(FLERR,"One or more cluster has atoms not in group");
+
+ for (n = 0; n < nlocal; n++) {
+ if (!(mask[n] & groupbit)) continue;
+ clusterID[n] = molmap[nint(clusterID[n])-idlo]+1;
+ }
+ memory->destroy(molmap);
+ molmap = NULL;
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::FindSpecies(int Nmole, int &Nspec)
+{
+ int inum, *ilist;
+ int i, j, k, l, m, n, itype, cid;
+ int flag_identity, flag_mol, flag_spec;
+ int flag_tmp;
+ int *mask =atom->mask;
+ int *Nameall, *NMolall;
+
+ memory->destroy(MolName);
+ MolName = NULL;
+ memory->create(MolName,Nmole*(ntypes+1),"species:MolName");
+
+ memory->destroy(NMol);
+ NMol = NULL;
+ memory->create(NMol,Nmole,"species:NMol");
+ for (m = 0; m < Nmole; m ++)
+ NMol[m] = 1;
+
+ memory->create(Nameall,ntypes,"species:Nameall");
+ memory->create(NMolall,Nmole,"species:NMolall");
+
+ for (m = 1, Nspec = 0; m <= Nmole; m ++) {
+ for (n = 0; n < ntypes; n ++) Name[n] = 0;
+ for (n = 0, flag_mol = 0; n < nlocal; n ++) {
+ if (!(mask[n] & groupbit)) continue;
+ cid = nint(clusterID[n]);
+ if (cid == m) {
+ itype = atom->type[n]-1;
+ Name[itype] ++;
+ flag_mol = 1;
+ }
+ }
+ MPI_Allreduce(&flag_mol,&flag_tmp,1,MPI_INT,MPI_MAX,world);
+ flag_mol = flag_tmp;
+
+ MPI_Allreduce(Name,Nameall,ntypes,MPI_INT,MPI_SUM,world);
+ for (n = 0; n < ntypes; n++) Name[n] = Nameall[n];
+
+ if (flag_mol == 1) {
+ flag_identity = 1;
+ for (k = 0; k < Nspec; k ++) {
+ flag_spec=0;
+ for (l = 0; l < ntypes; l ++)
+ if (MolName[ntypes*k+l] != Name[l]) flag_spec = 1;
+ if (flag_spec == 0) NMol[k] ++;
+ flag_identity *= flag_spec;
+ }
+ if (Nspec == 0 || flag_identity == 1) {
+ for (l = 0; l < ntypes; l ++)
+ MolName[ntypes*Nspec+l] = Name[l];
+ Nspec ++;
+ }
+ }
+ }
+ memory->destroy(NMolall);
+ memory->destroy(Nameall);
+
+ memory->destroy(nd);
+ nd = NULL;
+ memory->create(nd,Nspec,"species:nd");
+
+ memory->destroy(MolType);
+ MolType = NULL;
+ memory->create(MolType,Nspec*(ntypes+2),"species:MolType");
+}
+
+/* ---------------------------------------------------------------------- */
+
+int FixSpecies::CheckExistence(int id, int ntypes)
+{
+ int i, j, molid, flag, num;
+
+ for (i = 0; i < Nmoltype; i ++) {
+ flag = 0;
+ for (j = 0; j < ntypes; j ++) {
+ molid = MolType[ntypes * i + j];
+ if (molid != MolName[ntypes * id + j]) flag = 1;
+ }
+ if (flag == 0) return i;
+ }
+ for (i = 0; i < ntypes; i ++)
+ MolType[ntypes * Nmoltype + i] = MolName[ntypes *id + i];
+
+ Nmoltype ++;
+ return Nmoltype - 1;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::WriteFormulas(int Nmole, int Nspec)
+{
+ int i, j, k, l, jj, itemp;
+ int inode;
+ bigint ntimestep = update->ntimestep;
+
+ fprintf(fp,"# Timestep No_Moles No_Specs ");
+
+ Nmoltype = 0;
+
+ for (i = 0; i < Nspec; i ++)
+ nd[i] = CheckExistence(i, ntypes);
+
+ for (i = 0; i < Nmoltype; i ++) {
+ for (j = 0;j < ntypes; j ++) {
+ itemp = MolType[ntypes * i + j];
+ if (itemp != 0) {
+ if (eletype) fprintf(fp,"%s",eletype[j]);
+ else fprintf(fp,"%c",ele[j]);
+ if (itemp != 1) fprintf(fp,"%d",itemp);
+ }
+ }
+ fprintf(fp,"\t");
+ }
+ fprintf(fp,"\n");
+
+ fprintf(fp,"%11d",ntimestep);
+ fprintf(fp,"%11d%11d\t",Nmole,Nspec);
+
+ for (i = 0; i < Nmoltype; i ++)
+ fprintf(fp," %d\t",NMol[i]);
+ fprintf(fp,"\n");
+
+}
+
+/* ---------------------------------------------------------------------- */
+
+int FixSpecies::nint(const double &r)
+{
+ int i = 0;
+ if (r>0.0) i = static_cast<int>(r+0.5);
+ else if (r<0.0) i = static_cast<int>(r-0.5);
+ return i;
+}
+
+/* ---------------------------------------------------------------------- */
+
+int FixSpecies::pack_comm(int n, int *list, double *buf,
+ int pbc_flag, int *pbc)
+{
+ int i,j,m;
+
+ m = 0;
+ for (i = 0; i < n; i++) {
+ j = list[i];
+ buf[m++] = clusterID[j];
+ }
+ return 1;
+}
+
+/* ---------------------------------------------------------------------- */
+
+void FixSpecies::unpack_comm(int n, int first, double *buf)
+{
+ int i,m,last;
+
+ m = 0;
+ last = first + n;
+ for (i = first; i < last; i++) clusterID[i] = nint(buf[m++]);
+}
+
+/* ---------------------------------------------------------------------- */
+
+double FixSpecies::memory_usage()
+{
+ double bytes;
+
+ bytes += nmax*sizeof(double);
+ bytes += nmax*nall*sizeof(double);
+
+ return bytes;
+}
+
+/* ---------------------------------------------------------------------- */
diff --git a/src/USER-REAXC/fix_species.h b/src/USER-REAXC/fix_species.h
new file mode 100644
index 000000000..d34980bf0
--- /dev/null
+++ b/src/USER-REAXC/fix_species.h
@@ -0,0 +1,85 @@
+/* ----------------------------------------------------------------------
+ LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
+ http://lammps.sandia.gov, Sandia National Laboratories
+ Steve Plimpton, sjplimp@sandia.gov
+
+ Copyright (2003) Sandia Corporation. Under the terms of Contract
+ DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
+ certain rights in this software. This software is distributed under
+ the GNU General Public License.
+
+ See the README file in the top-level LAMMPS directory.
+------------------------------------------------------------------------- */
+
+#ifdef FIX_CLASS
+
+FixStyle(species,FixSpecies)
+
+#else
+
+#ifndef LMP_FIX_SPECIES_H
+#define LMP_FIX_SPECIES_H
+
+#include "fix.h"
+#include "pointers.h"
+
+#include "pair_reax_c.h"
+#include "reaxc_types.h"
+#include "reaxc_defs.h"
+// #include "pair_foo.h"
+
+#define MAXSPECBOND 12
+#define BUFLEN 1000
+
+namespace LAMMPS_NS {
+
+class FixSpecies : public Fix {
+ public:
+ FixSpecies(class LAMMPS *, int, char **);
+ ~FixSpecies();
+ int setmask();
+ void init();
+ void init_list(int, class NeighList *);
+ void setup(int);
+ void end_of_step();
+
+ private:
+ int eleflag, posflag, multipos, padflag, setupflag;
+ int me, nprocs, nmax, nlocal, nghost, nall, ntypes, ntotal;
+ int nrepeat, nfreq, Nmoltype;
+ int *Name, *MolName, *NMol, *nd, *MolType, *molmap, *clusterID;
+
+ double bg_cut, **BOCut;
+
+ char *ele, **eletype;
+ char **tmparg;
+ char *posspec, *filepos;
+
+ FILE *fp, *pos;
+
+ void Output_ReaxC_Bonds(bigint, FILE *);
+ void create_compute();
+ void create_fix();
+ void FindMolecule();
+ void SortMolecule(int &);
+ void FindSpecies(int, int &);
+ void WriteFormulas(int, int);
+ int CheckExistence(int, int);
+
+ int nint(const double &);
+ int pack_comm(int, int *, double *, int, int *);
+ void unpack_comm(int, int, double *);
+ double memory_usage();
+
+ bigint nvalid;
+
+ class NeighList *list;
+ class FixAveAtom *f_SPECBOND;
+ class PairReaxC *reaxc;
+ // class PairFoo *foo;
+
+};
+}
+
+#endif
+#endif
diff --git a/src/USER-REAXC/pair_reax_c.cpp b/src/USER-REAXC/pair_reax_c.cpp
index 4f42028f4..67058da7d 100644
--- a/src/USER-REAXC/pair_reax_c.cpp
+++ b/src/USER-REAXC/pair_reax_c.cpp
@@ -1,745 +1,788 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Hasan Metin Aktulga, Purdue University
(now at Lawrence Berkeley National Laboratory, hmaktulga@lbl.gov)
-
Please cite the related publication:
H. M. Aktulga, J. C. Fogarty, S. A. Pandit, A. Y. Grama,
"Parallel Reactive Molecular Dynamics: Numerical Methods and
Algorithmic Techniques", Parallel Computing, in press.
+ ---
+ Per-atom energy/virial added by Ray Shan (Sandia)
+ Fix reax/c/bonds and fix species for pair_style reax/c added by
+ Ray Shan (Sandia)
------------------------------------------------------------------------- */
#include "pair_reax_c.h"
#include "atom.h"
#include "update.h"
#include "force.h"
#include "comm.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "modify.h"
#include "fix.h"
#include "fix_reax_c.h"
#include "memory.h"
#include "error.h"
#include "reaxc_types.h"
#include "reaxc_allocate.h"
#include "reaxc_control.h"
#include "reaxc_ffield.h"
#include "reaxc_forces.h"
#include "reaxc_init_md.h"
#include "reaxc_io_tools.h"
#include "reaxc_list.h"
#include "reaxc_lookup.h"
#include "reaxc_reset_tools.h"
#include "reaxc_traj.h"
#include "reaxc_vector.h"
#include "fix_reaxc_bonds.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairReaxC::PairReaxC(LAMMPS *lmp) : Pair(lmp)
{
single_enable = 0;
restartinfo = 0;
one_coeff = 1;
ghostneigh = 1;
system = (reax_system *)
memory->smalloc(sizeof(reax_system),"reax:system");
control = (control_params *)
memory->smalloc(sizeof(control_params),"reax:control");
data = (simulation_data *)
memory->smalloc(sizeof(simulation_data),"reax:data");
workspace = (storage *)
memory->smalloc(sizeof(storage),"reax:storage");
lists = (reax_list *)
memory->smalloc(LIST_N * sizeof(reax_list),"reax:lists");
out_control = (output_controls *)
memory->smalloc(sizeof(output_controls),"reax:out_control");
mpi_data = (mpi_datatypes *)
memory->smalloc(sizeof(mpi_datatypes),"reax:mpi");
MPI_Comm_rank(world,&system->my_rank);
system->my_coords[0] = 0;
system->my_coords[1] = 0;
system->my_coords[2] = 0;
system->num_nbrs = 0;
system->n = 0; // my atoms
system->N = 0; // mine + ghosts
system->bigN = 0; // all atoms in the system
system->local_cap = 0;
system->total_cap = 0;
system->gcell_cap = 0;
system->bndry_cuts.ghost_nonb = 0;
system->bndry_cuts.ghost_hbond = 0;
system->bndry_cuts.ghost_bond = 0;
system->bndry_cuts.ghost_cutoff = 0;
system->my_atoms = NULL;
system->pair_ptr = this;
fix_reax = NULL;
nextra = 14;
pvector = new double[nextra];
setup_flag = 0;
fixbond_flag = fixspecies_flag = 0;
+ tmpr = NULL;
+ tmpid = NULL;
+ tmpbo = NULL;
+ nmax = 0;
}
/* ---------------------------------------------------------------------- */
PairReaxC::~PairReaxC()
{
if (fix_reax) modify->delete_fix("REAXC");
if (setup_flag) {
Close_Output_Files( system, control, out_control, mpi_data );
// deallocate reax data-structures
if( control->tabulate ) Deallocate_Lookup_Tables( system );
if( control->hbond_cut > 0 ) Delete_List( lists+HBONDS, world );
Delete_List( lists+BONDS, world );
Delete_List( lists+THREE_BODIES, world );
Delete_List( lists+FAR_NBRS, world );
- // fprintf( stderr, "3\n" );
-
DeAllocate_Workspace( control, workspace );
DeAllocate_System( system );
}
- //fprintf( stderr, "4\n" );
memory->destroy( system );
memory->destroy( control );
memory->destroy( data );
memory->destroy( workspace );
memory->destroy( lists );
memory->destroy( out_control );
memory->destroy( mpi_data );
- //fprintf( stderr, "5\n" );
// deallocate interface storage
if( allocated ) {
memory->destroy(setflag);
memory->destroy(cutsq);
memory->destroy(cutghost);
delete [] map;
delete [] chi;
delete [] eta;
delete [] gamma;
}
+ memory->destroy(tmpr);
+ memory->destroy(tmpid);
+ memory->destroy(tmpbo);
delete [] pvector;
- //fprintf( stderr, "6\n" );
}
/* ---------------------------------------------------------------------- */
void PairReaxC::allocate( )
{
allocated = 1;
int n = atom->ntypes;
memory->create(setflag,n+1,n+1,"pair:setflag");
memory->create(cutsq,n+1,n+1,"pair:cutsq");
memory->create(cutghost,n+1,n+1,"pair:cutghost");
map = new int[n+1];
chi = new double[n+1];
eta = new double[n+1];
gamma = new double[n+1];
}
/* ---------------------------------------------------------------------- */
void PairReaxC::settings(int narg, char **arg)
{
if (narg < 1) error->all(FLERR,"Illegal pair_style command");
// read name of control file or use default controls
if (strcmp(arg[0],"NULL") == 0) {
strcpy( control->sim_name, "simulate" );
control->ensemble = 0;
out_control->energy_update_freq = 0;
control->tabulate = 0;
control->reneighbor = 1;
control->vlist_cut = control->nonb_cut;
control->bond_cut = 5.;
control->hbond_cut = 7.50;
control->thb_cut = 0.001;
control->thb_cutsq = 0.00001;
out_control->write_steps = 0;
out_control->traj_method = 0;
strcpy( out_control->traj_title, "default_title" );
out_control->atom_info = 0;
out_control->bond_info = 0;
out_control->angle_info = 0;
} else Read_Control_File(arg[0], control, out_control);
// default values
qeqflag = 1;
control->lgflag = 0;
system->mincap = MIN_CAP;
system->safezone = SAFE_ZONE;
system->saferzone = SAFER_ZONE;
// process optional keywords
int iarg = 1;
while (iarg < narg) {
if (strcmp(arg[iarg],"checkqeq") == 0) {
if (iarg+2 > narg) error->all(FLERR,"Illegal pair_style reax/c command");
if (strcmp(arg[iarg+1],"yes") == 0) qeqflag = 1;
else if (strcmp(arg[iarg+1],"no") == 0) qeqflag = 0;
else error->all(FLERR,"Illegal pair_style reax/c command");
iarg += 2;
} else if (strcmp(arg[iarg],"lgvdw") == 0) {
if (iarg+2 > narg) error->all(FLERR,"Illegal pair_style reax/c command");
if (strcmp(arg[iarg+1],"yes") == 0) control->lgflag = 1;
else if (strcmp(arg[iarg+1],"no") == 0) control->lgflag = 0;
else error->all(FLERR,"Illegal pair_style reax/c command");
iarg += 2;
} else if (strcmp(arg[iarg],"safezone") == 0) {
if (iarg+2 > narg) error->all(FLERR,"Illegal pair_style reax/c command");
system->safezone = atof(arg[iarg+1]);
if (system->safezone < 0.0)
error->all(FLERR,"Illegal pair_style reax/c safezone command");
system->saferzone = system->safezone + 0.2;
iarg += 2;
} else if (strcmp(arg[iarg],"mincap") == 0) {
if (iarg+2 > narg) error->all(FLERR,"Illegal pair_style reax/c command");
system->mincap = atoi(arg[iarg+1]);
if (system->mincap < 0)
error->all(FLERR,"Illegal pair_style reax/c mincap command");
iarg += 2;
} else error->all(FLERR,"Illegal pair_style reax/c command");
}
// LAMMPS is responsible for generating nbrs
control->reneighbor = 1;
}
/* ---------------------------------------------------------------------- */
void PairReaxC::coeff( int nargs, char **args )
{
if (!allocated) allocate();
if (nargs != 3 + atom->ntypes)
error->all(FLERR,"Incorrect args for pair coefficients");
// insure I,J args are * *
if (strcmp(args[0],"*") != 0 || strcmp(args[1],"*") != 0)
error->all(FLERR,"Incorrect args for pair coefficients");
// read ffield file
Read_Force_Field(args[2], &(system->reax_param), control);
// read args that map atom types to elements in potential file
// map[i] = which element the Ith atom type is, -1 if NULL
int itmp;
int nreax_types = system->reax_param.num_atom_types;
for (int i = 3; i < nargs; i++) {
if (strcmp(args[i],"NULL") == 0) {
map[i-2] = -1;
continue;
}
itmp = atoi(args[i]) - 1;
map[i-2] = itmp;
// error check
if (itmp < 0 || itmp >= nreax_types)
error->all(FLERR,"Non-existent ReaxFF type");
}
int n = atom->ntypes;
int count = 0;
for (int i = 1; i <= n; i++)
for (int j = i; j <= n; j++) {
setflag[i][j] = 1;
count++;
}
if (count == 0) error->all(FLERR,"Incorrect args for pair coefficients");
}
/* ---------------------------------------------------------------------- */
void PairReaxC::init_style( )
{
if (!atom->q_flag) error->all(FLERR,"Pair reax/c requires atom attribute q");
// firstwarn = 1;
int iqeq;
for (iqeq = 0; iqeq < modify->nfix; iqeq++)
if (strcmp(modify->fix[iqeq]->style,"qeq/reax") == 0) break;
if (iqeq == modify->nfix && qeqflag == 1)
error->all(FLERR,"Pair reax/c requires use of fix qeq/reax");
system->n = atom->nlocal; // my atoms
system->N = atom->nlocal + atom->nghost; // mine + ghosts
system->bigN = static_cast<int> (atom->natoms); // all atoms in the system
system->wsize = comm->nprocs;
system->big_box.V = 0;
system->big_box.box_norms[0] = 0;
system->big_box.box_norms[1] = 0;
system->big_box.box_norms[2] = 0;
if (atom->tag_enable == 0)
error->all(FLERR,"Pair style reax/c requires atom IDs");
if (force->newton_pair == 0)
error->all(FLERR,"Pair style reax/c requires newton pair on");
// need a half neighbor list w/ Newton off and ghost neighbors
// built whenever re-neighboring occurs
int irequest = neighbor->request(this);
neighbor->requests[irequest]->newton = 2;
neighbor->requests[irequest]->ghost = 1;
cutmax = MAX3(control->nonb_cut, control->hbond_cut, 2*control->bond_cut);
for( int i = 0; i < LIST_N; ++i )
lists[i].allocated = 0;
if (fix_reax == NULL) {
char **fixarg = new char*[3];
fixarg[0] = (char *) "REAXC";
fixarg[1] = (char *) "all";
fixarg[2] = (char *) "REAXC";
modify->add_fix(3,fixarg);
delete [] fixarg;
fix_reax = (FixReaxC *) modify->fix[modify->nfix-1];
}
}
/* ---------------------------------------------------------------------- */
void PairReaxC::setup( )
{
int oldN;
int mincap = system->mincap;
double safezone = system->safezone;
system->n = atom->nlocal; // my atoms
system->N = atom->nlocal + atom->nghost; // mine + ghosts
oldN = system->N;
system->bigN = static_cast<int> (atom->natoms); // all atoms in the system
if (setup_flag == 0) {
setup_flag = 1;
int *num_bonds = fix_reax->num_bonds;
int *num_hbonds = fix_reax->num_hbonds;
control->vlist_cut = neighbor->cutneighmax;
// determine the local and total capacity
system->local_cap = MAX( (int)(system->n * safezone), mincap );
system->total_cap = MAX( (int)(system->N * safezone), mincap );
// initialize my data structures
PreAllocate_Space( system, control, workspace, world );
write_reax_atoms();
int num_nbrs = estimate_reax_lists();
if(!Make_List(system->total_cap, num_nbrs, TYP_FAR_NEIGHBOR,
lists+FAR_NBRS, world))
error->all(FLERR,"Pair reax/c problem in far neighbor list");
write_reax_lists();
Initialize( system, control, data, workspace, &lists, out_control,
mpi_data, world );
for( int k = 0; k < system->N; ++k ) {
num_bonds[k] = system->my_atoms[k].num_bonds;
num_hbonds[k] = system->my_atoms[k].num_hbonds;
}
} else {
// fill in reax datastructures
write_reax_atoms();
// reset the bond list info for new atoms
for(int k = oldN; k < system->N; ++k)
Set_End_Index( k, Start_Index( k, lists+BONDS ), lists+BONDS );
// check if I need to shrink/extend my data-structs
ReAllocate( system, control, data, workspace, &lists, mpi_data );
}
}
/* ---------------------------------------------------------------------- */
double PairReaxC::init_one(int i, int j)
{
cutghost[i][j] = cutghost[j][i] = cutmax;
return cutmax;
}
/* ---------------------------------------------------------------------- */
void PairReaxC::compute(int eflag, int vflag)
{
double evdwl,ecoul;
double t_start, t_end;
// communicate num_bonds once every reneighboring
// 2 num arrays stored by fix, grab ptr to them
if (neighbor->ago == 0) comm->forward_comm_fix(fix_reax);
int *num_bonds = fix_reax->num_bonds;
int *num_hbonds = fix_reax->num_hbonds;
evdwl = ecoul = 0.0;
if (eflag || vflag) ev_setup(eflag,vflag);
else ev_unset();
-/* if ((eflag_atom || vflag_atom) && firstwarn) {
- firstwarn = 0;
- if (comm->me == 0)
- error->warning(FLERR,"Pair reax/c cannot yet compute "
- "per-atom energy or stress");
- } */
-
if (vflag_global) control->virial = 1;
else control->virial = 0;
system->n = atom->nlocal; // my atoms
system->N = atom->nlocal + atom->nghost; // mine + ghosts
system->bigN = static_cast<int> (atom->natoms); // all atoms in the system
system->big_box.V = 0;
system->big_box.box_norms[0] = 0;
system->big_box.box_norms[1] = 0;
system->big_box.box_norms[2] = 0;
if( comm->me == 0 ) t_start = MPI_Wtime();
// setup data structures
setup();
Reset( system, control, data, workspace, &lists, world );
workspace->realloc.num_far = write_reax_lists();
// timing for filling in the reax lists
if( comm->me == 0 ) {
t_end = MPI_Wtime();
data->timing.nbrs = t_end - t_start;
}
// forces
Compute_Forces(system,control,data,workspace,&lists,out_control,mpi_data);
read_reax_forces();
for(int k = 0; k < system->N; ++k) {
num_bonds[k] = system->my_atoms[k].num_bonds;
num_hbonds[k] = system->my_atoms[k].num_hbonds;
}
// energies and pressure
if (eflag_global) {
evdwl += data->my_en.e_bond;
evdwl += data->my_en.e_ov;
evdwl += data->my_en.e_un;
evdwl += data->my_en.e_lp;
evdwl += data->my_en.e_ang;
evdwl += data->my_en.e_pen;
evdwl += data->my_en.e_coa;
evdwl += data->my_en.e_hb;
evdwl += data->my_en.e_tor;
evdwl += data->my_en.e_con;
evdwl += data->my_en.e_vdW;
ecoul += data->my_en.e_ele;
ecoul += data->my_en.e_pol;
// eng_vdwl += evdwl;
// eng_coul += ecoul;
// Store the different parts of the energy
// in a list for output by compute pair command
pvector[0] = data->my_en.e_bond;
pvector[1] = data->my_en.e_ov + data->my_en.e_un;
pvector[2] = data->my_en.e_lp;
pvector[3] = 0.0;
pvector[4] = data->my_en.e_ang;
pvector[5] = data->my_en.e_pen;
pvector[6] = data->my_en.e_coa;
pvector[7] = data->my_en.e_hb;
pvector[8] = data->my_en.e_tor;
pvector[9] = data->my_en.e_con;
pvector[10] = data->my_en.e_vdW;
pvector[11] = data->my_en.e_ele;
pvector[12] = 0.0;
pvector[13] = data->my_en.e_pol;
}
if (vflag_fdotr) virial_fdotr_compute();
-// #if defined(LOG_PERFORMANCE)
-// if( comm->me == 0 && fix_qeq != NULL ) {
-// data->timing.s_matvecs += fix_qeq->matvecs;
-// data->timing.qEq += fix_qeq->qeq_time;
-// }
-// #endif
-
// Set internal timestep counter to that of LAMMPS
data->step = update->ntimestep;
Output_Results( system, control, data, &lists, out_control, mpi_data );
if(fixbond_flag)
fixbond( system, control, data, &lists, out_control, mpi_data );
- if(fixspecies_flag)
- fixspecies( system, control, data, &lists, out_control, mpi_data );
+ // populate tmpr and tmpbo arrays for fix reax/c/species
+ int i, j;
+
+ if(fixspecies_flag) {
+ if (system->N > nmax) {
+ memory->destroy(tmpr);
+ memory->destroy(tmpid);
+ memory->destroy(tmpbo);
+ nmax = system->N;
+ memory->create(tmpr,nmax,MAXBOND,"pair:tmpr");
+ memory->create(tmpid,nmax,MAXBOND,"pair:tmpid");
+ memory->create(tmpbo,nmax,MAXBOND,"pair:tmpbo");
+ }
+
+ for (i = 0; i < system->N; i ++)
+ for (j = 0; j < MAXBOND; j ++) {
+ tmpr[i][j] = tmpbo[i][j] = 0.0;
+ tmpid[i][j] = -1;
+ }
+
+ FindBond();
+
+ }
}
/* ---------------------------------------------------------------------- */
void PairReaxC::write_reax_atoms()
{
int *num_bonds = fix_reax->num_bonds;
int *num_hbonds = fix_reax->num_hbonds;
if (system->N > system->total_cap)
error->all(FLERR,"Too many ghost atoms");
for( int i = 0; i < system->N; ++i ){
system->my_atoms[i].orig_id = atom->tag[i];
system->my_atoms[i].type = map[atom->type[i]];
system->my_atoms[i].x[0] = atom->x[i][0];
system->my_atoms[i].x[1] = atom->x[i][1];
system->my_atoms[i].x[2] = atom->x[i][2];
system->my_atoms[i].q = atom->q[i];
system->my_atoms[i].num_bonds = num_bonds[i];
system->my_atoms[i].num_hbonds = num_hbonds[i];
}
}
/* ---------------------------------------------------------------------- */
void PairReaxC::get_distance( rvec xj, rvec xi, double *d_sqr, rvec *dvec )
{
(*dvec)[0] = xj[0] - xi[0];
(*dvec)[1] = xj[1] - xi[1];
(*dvec)[2] = xj[2] - xi[2];
*d_sqr = SQR((*dvec)[0]) + SQR((*dvec)[1]) + SQR((*dvec)[2]);
}
/* ---------------------------------------------------------------------- */
void PairReaxC::set_far_nbr( far_neighbor_data *fdest,
int j, double d, rvec dvec )
{
fdest->nbr = j;
fdest->d = d;
rvec_Copy( fdest->dvec, dvec );
ivec_MakeZero( fdest->rel_box );
}
/* ---------------------------------------------------------------------- */
int PairReaxC::estimate_reax_lists()
{
int itr_i, itr_j, itr_g, i, j, g;
int nlocal, nghost, num_nbrs, num_marked;
int *ilist, *jlist, *numneigh, **firstneigh, *marked;
double d_sqr, g_d_sqr;
rvec dvec, g_dvec;
double *dist, **x;
reax_list *far_nbrs;
far_neighbor_data *far_list;
int mincap = system->mincap;
double safezone = system->safezone;
x = atom->x;
nlocal = atom->nlocal;
nghost = atom->nghost;
ilist = list->ilist;
numneigh = list->numneigh;
firstneigh = list->firstneigh;
far_nbrs = lists + FAR_NBRS;
far_list = far_nbrs->select.far_nbr_list;
num_nbrs = 0;
num_marked = 0;
marked = (int*) calloc( system->N, sizeof(int) );
dist = (double*) calloc( system->N, sizeof(double) );
int inum = list->inum;
int gnum = list->gnum;
int numall = inum + gnum;
for( itr_i = 0; itr_i < inum+gnum; ++itr_i ){
i = ilist[itr_i];
marked[i] = 1;
++num_marked;
jlist = firstneigh[i];
for( itr_j = 0; itr_j < numneigh[i]; ++itr_j ){
j = jlist[itr_j];
j &= NEIGHMASK;
get_distance( x[j], x[i], &d_sqr, &dvec );
if( d_sqr <= SQR(control->nonb_cut) )
++num_nbrs;
}
}
free( marked );
free( dist );
return static_cast<int> (MAX( num_nbrs*safezone, mincap*MIN_NBRS ));
}
/* ---------------------------------------------------------------------- */
int PairReaxC::write_reax_lists()
{
int itr_i, itr_j, itr_g, i, j, g, flag;
int nlocal, nghost, num_nbrs;
int *ilist, *jlist, *numneigh, **firstneigh, *marked, *tag;
double d_sqr, g_d, g_d_sqr;
rvec dvec, g_dvec;
double *dist, **x, SMALL = 0.0001;
reax_list *far_nbrs;
far_neighbor_data *far_list;
x = atom->x;
tag = atom->tag;
nlocal = atom->nlocal;
nghost = atom->nghost;
ilist = list->ilist;
numneigh = list->numneigh;
firstneigh = list->firstneigh;
far_nbrs = lists + FAR_NBRS;
far_list = far_nbrs->select.far_nbr_list;
num_nbrs = 0;
marked = (int*) calloc( system->N, sizeof(int) );
dist = (double*) calloc( system->N, sizeof(double) );
int inum = list->inum;
int gnum = list->gnum;
int numall = inum + gnum;
for( itr_i = 0; itr_i < inum+gnum; ++itr_i ){
i = ilist[itr_i];
marked[i] = 1;
jlist = firstneigh[i];
Set_Start_Index( i, num_nbrs, far_nbrs );
for( itr_j = 0; itr_j < numneigh[i]; ++itr_j ){
j = jlist[itr_j];
j &= NEIGHMASK;
get_distance( x[j], x[i], &d_sqr, &dvec );
if( d_sqr <= (control->nonb_cut*control->nonb_cut) ){
dist[j] = sqrt( d_sqr );
set_far_nbr( &far_list[num_nbrs], j, dist[j], dvec );
++num_nbrs;
}
}
Set_End_Index( i, num_nbrs, far_nbrs );
}
free( marked );
free( dist );
return num_nbrs;
}
/* ---------------------------------------------------------------------- */
void PairReaxC::read_reax_forces()
{
for( int i = 0; i < system->N; ++i ) {
system->my_atoms[i].f[0] = workspace->f[i][0];
system->my_atoms[i].f[1] = workspace->f[i][1];
system->my_atoms[i].f[2] = workspace->f[i][2];
atom->f[i][0] = -workspace->f[i][0];
atom->f[i][1] = -workspace->f[i][1];
atom->f[i][2] = -workspace->f[i][2];
}
}
/* ---------------------------------------------------------------------- */
void *PairReaxC::extract(const char *str, int &dim)
{
dim = 1;
if (strcmp(str,"chi") == 0 && chi) {
for (int i = 1; i <= atom->ntypes; i++)
if (map[i] >= 0) chi[i] = system->reax_param.sbp[map[i]].chi;
else chi[i] = 0.0;
return (void *) chi;
}
if (strcmp(str,"eta") == 0 && eta) {
for (int i = 1; i <= atom->ntypes; i++)
if (map[i] >= 0) eta[i] = system->reax_param.sbp[map[i]].eta;
else eta[i] = 0.0;
return (void *) eta;
}
if (strcmp(str,"gamma") == 0 && gamma) {
for (int i = 1; i <= atom->ntypes; i++)
if (map[i] >= 0) gamma[i] = system->reax_param.sbp[map[i]].gamma;
else gamma[i] = 0.0;
return (void *) gamma;
}
return NULL;
}
/* ---------------------------------------------------------------------- */
+
+void PairReaxC::FindBond()
+{
+ int i, ii, j, pj, jtag, nj, jtmp, jj;
+ double bo_tmp, bo_cut, rij, rsq, r_tmp;
+
+ bond_data *bo_ij;
+ bo_cut = 0.20;
+
+ for (i = 0; i < system->n; i++) {
+ nj = 0;
+ for( pj = Start_Index(i, lists); pj < End_Index(i, lists); ++pj ) {
+ bo_ij = &( lists->select.bond_list[pj] );
+ j = bo_ij->nbr;
+ if (j < i) continue;
+
+ bo_tmp = bo_ij->bo_data.BO;
+ r_tmp = bo_ij->d;
+
+ if (bo_tmp >= bo_cut ) {
+ tmpr[i][nj] = r_tmp;
+ tmpid[i][nj] = j;
+ tmpbo[i][nj] = bo_tmp;
+ nj ++;
+ if (nj > MAXBOND) error->all(FLERR,"Increase MAXSPECBOND in fix_reaxc_species.h");
+ }
+ }
+ }
+}
+
+/* ---------------------------------------------------------------------- */
diff --git a/src/USER-REAXC/pair_reax_c.h b/src/USER-REAXC/pair_reax_c.h
index b32b569d4..df59e0865 100644
--- a/src/USER-REAXC/pair_reax_c.h
+++ b/src/USER-REAXC/pair_reax_c.h
@@ -1,91 +1,96 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Hasan Metin Aktulga, Purdue University
(now at Lawrence Berkeley National Laboratory, hmaktulga@lbl.gov)
Please cite the related publication:
H. M. Aktulga, J. C. Fogarty, S. A. Pandit, A. Y. Grama,
"Parallel Reactive Molecular Dynamics: Numerical Methods and
Algorithmic Techniques", Parallel Computing, in press.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(reax/c,PairReaxC)
#else
#ifndef LMP_PAIR_REAXC_H
#define LMP_PAIR_REAXC_H
#include "pair.h"
#include "reaxc_types.h"
namespace LAMMPS_NS {
class PairReaxC : public Pair {
public:
PairReaxC(class LAMMPS *);
~PairReaxC();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void *extract(const char *, int &);
int fixbond_flag, fixspecies_flag;
+ int **tmpid;
+ double ** tmpbo, **tmpr;
control_params *control;
reax_system *system;
output_controls *out_control;
simulation_data *data;
storage *workspace;
reax_list *lists;
mpi_datatypes *mpi_data;
private:
double cutmax;
int *map;
class FixReaxC *fix_reax;
double *chi,*eta,*gamma;
int qeqflag;
int setup_flag;
int firstwarn;
void allocate();
void write_reax_atoms();
void get_distance(rvec, rvec, double *, rvec *);
void set_far_nbr(far_neighbor_data *, int, double, rvec);
int estimate_reax_lists();
int write_reax_lists();
void read_reax_forces();
void setup();
+
+ int nmax;
+ void FindBond();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Too many ghost atoms
Number of ghost atoms has increased too much during simulation and has exceeded
the size of reax/c arrays. Increase safe_zone and min_cap in pair_style reax/c
command
*/
diff --git a/src/VORONOI/compute_voronoi_atom.h b/src/VORONOI/compute_voronoi_atom.h
index d285860e6..7a8d267bd 100644
--- a/src/VORONOI/compute_voronoi_atom.h
+++ b/src/VORONOI/compute_voronoi_atom.h
@@ -1,53 +1,61 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(voronoi/atom,ComputeVoronoi)
#else
#ifndef LMP_COMPUTE_VORONOI_H
#define LMP_COMPUTE_VORONOI_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeVoronoi : public Compute {
public:
ComputeVoronoi(class LAMMPS *, int, char **);
~ComputeVoronoi();
void init();
void compute_peratom();
double memory_usage();
private:
int nmax;
double **voro;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
+E: Compute voronoi/atom not allowed for triclinic boxes
+
+This is a current restriction of this command.
+
+W: More than one compute voronoi/atom command
+
+It is not efficient to use compute voronoi/atom more than once.
+
*/
diff --git a/src/atom.h b/src/atom.h
index 9a87b96be..b71a180c5 100644
--- a/src/atom.h
+++ b/src/atom.h
@@ -1,375 +1,380 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_ATOM_H
#define LMP_ATOM_H
#include "pointers.h"
namespace LAMMPS_NS {
class Atom : protected Pointers {
public:
char *atom_style;
class AtomVec *avec;
// atom counts
bigint natoms; // total # of atoms in system, could be 0
// natoms may not be current if atoms lost
int nlocal,nghost; // # of owned and ghost atoms on this proc
int nmax; // max # of owned+ghost in arrays on this proc
int tag_enable; // 0/1 if atom ID tags are defined
int molecular; // 0 = atomic, 1 = molecular system
bigint nbonds,nangles,ndihedrals,nimpropers;
int ntypes,nbondtypes,nangletypes,ndihedraltypes,nimpropertypes;
int bond_per_atom,angle_per_atom,dihedral_per_atom,improper_per_atom;
int extra_bond_per_atom;
int firstgroup; // store atoms in this group first, -1 if unset
int nfirst; // # of atoms in first group on this proc
char *firstgroupname; // group-ID to store first, NULL if unset
// per-atom arrays
// customize by adding new array
int *tag,*type,*mask;
tagint *image;
double **x,**v,**f;
int *molecule;
double *q,**mu;
double **omega,**angmom,**torque;
double *radius,*rmass,*vfrac,*s0;
double **x0;
int *ellipsoid,*line,*tri,*body;
int *spin;
double *eradius,*ervel,*erforce,*ervelforce;
double *cs,*csforce,*vforce;
int *etag;
double *rho, *drho;
double *e, *de;
double **vest;
double *cv;
int **nspecial; // 0,1,2 = cummulative # of 1-2,1-3,1-4 neighs
int **special; // IDs of 1-2,1-3,1-4 neighs of each atom
int maxspecial; // special[nlocal][maxspecial]
int *num_bond;
int **bond_type;
int **bond_atom;
int *num_angle;
int **angle_type;
int **angle_atom1,**angle_atom2,**angle_atom3;
int *num_dihedral;
int **dihedral_type;
int **dihedral_atom1,**dihedral_atom2,**dihedral_atom3,**dihedral_atom4;
int *num_improper;
int **improper_type;
int **improper_atom1,**improper_atom2,**improper_atom3,**improper_atom4;
unsigned int datamask;
unsigned int datamask_ext;
// atom style and per-atom array existence flags
// customize by adding new flag
int sphere_flag,ellipsoid_flag,line_flag,tri_flag,body_flag;
int peri_flag,electron_flag;
int ecp_flag;
int wavepacket_flag,sph_flag;
int molecule_flag,q_flag,mu_flag;
int rmass_flag,radius_flag,omega_flag,torque_flag,angmom_flag;
int vfrac_flag,spin_flag,eradius_flag,ervel_flag,erforce_flag;
int cs_flag,csforce_flag,vforce_flag,ervelforce_flag,etag_flag;
int rho_flag,e_flag,cv_flag,vest_flag;
// extra peratom info in restart file destined for fix & diag
double **extra;
// per-type arrays
double *mass;
int *mass_setflag;
// callback ptrs for atom arrays managed by fix classes
int nextra_grow,nextra_restart; // # of callbacks of each type
int *extra_grow,*extra_restart; // index of fix to callback to
int nextra_grow_max,nextra_restart_max; // size of callback lists
int nextra_store;
int map_style; // default or user-specified style of map
// 0 = none, 1 = array, 2 = hash
int map_tag_max; // max atom ID that map() is setup for
// spatial sorting of atoms
int sortfreq; // sort atoms every this many steps, 0 = off
bigint nextsort; // next timestep to sort on
// indices of atoms with same ID
int *sametag; // sametag[I] = next atom with same ID, -1 if no more
// functions
Atom(class LAMMPS *);
~Atom();
void settings(class Atom *);
void create_avec(const char *, int, char **, char *suffix = NULL);
class AtomVec *new_avec(const char *, char *, int &);
void init();
void setup();
class AtomVec *style_match(const char *);
void modify_params(int, char **);
void tag_extend();
int tag_consecutive();
int parse_data(const char *);
int count_words(const char *);
void data_atoms(int, char *);
void data_vels(int, char *);
void data_bonus(int, char *, class AtomVec *);
void data_bodies(int, char *, class AtomVecBody *);
void data_bonds(int, char *);
void data_angles(int, char *);
void data_dihedrals(int, char *);
void data_impropers(int, char *);
void allocate_type_arrays();
void set_mass(const char *);
void set_mass(int, double);
void set_mass(int, char **);
void set_mass(double *);
void check_mass();
int radius_consistency(int, double &);
int shape_consistency(int, double &, double &, double &);
void first_reorder();
void sort();
void add_callback(int);
void delete_callback(const char *, int);
void update_callback(int);
void *extract(char *);
inline int* get_map_array() {return map_array;};
inline int get_map_size() {return map_tag_max+1;};
bigint memory_usage();
int memcheck(const char *);
// functions for global to local ID mapping
// map lookup function inlined for efficiency
inline int map(int global) {
if (map_style == 1) return map_array[global];
else return map_find_hash(global);
};
void map_init();
void map_clear();
void map_set();
void map_one(int, int);
void map_delete();
int map_find_hash(int);
private:
// global to local ID mapping
int *map_array; // direct map of length map_tag_max + 1
int smax; // max size of sametag
struct HashElem {
int global; // key to search on = global ID
int local; // value associated with key = local index
int next; // next entry in this bucket, -1 if last
};
int map_nhash; // # of entries hash table can hold
int map_nused; // # of actual entries in hash table
int map_free; // ptr to 1st unused entry in hash table
int map_nbucket; // # of hash buckets
int *map_bucket; // ptr to 1st entry in each bucket
HashElem *map_hash; // hash table
// spatial sorting of atoms
int nbins; // # of sorting bins
int nbinx,nbiny,nbinz; // bins in each dimension
int maxbin; // max # of bins
int maxnext; // max size of next,permute
int *binhead; // 1st atom in each bin
int *next; // next atom in bin
int *permute; // permutation vector
double userbinsize; // requested sort bin size
double bininvx,bininvy,bininvz; // inverse actual bin sizes
double bboxlo[3],bboxhi[3]; // bounding box of my sub-domain
int memlength; // allocated size of memstr
char *memstr; // string of array names already counted
void setup_sort_bins();
int next_prime(int);
};
}
#endif
/* ERROR/WARNING messages:
E: Invalid atom style
The choice of atom style is unknown.
E: Could not find atom_modify first group ID
Self-explanatory.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Atom_modify map command after simulation box is defined
The atom_modify map command cannot be used after a read_data,
read_restart, or create_box command.
E: Atom_modify sort and first options cannot be used together
Self-explanatory.
E: Incorrect atom format in data file
Number of values per atom line in the data file is not consistent with
the atom style.
E: Incorrect velocity format in data file
Each atom style defines a format for the Velocity section
of the data file. The read-in lines do not match.
E: Invalid atom ID in Velocities section of data file
Atom IDs must be positive integers and within range of defined
atoms.
E: Incorrect bonus data format in data file
See the read_data doc page for a description of how various kinds of
bonus data must be formatted for certain atom styles.
E: Invalid atom ID in Bonus section of data file
Atom IDs must be positive integers and within range of defined
atoms.
+E: Invalid atom ID in Bodies section of data file
+
+Atom IDs must be positive integers and within range of defined
+atoms.
+
E: Invalid atom ID in Bonds section of data file
Atom IDs must be positive integers and within range of defined
atoms.
E: Invalid bond type in Bonds section of data file
Bond type must be positive integer and within range of specified bond
types.
E: Invalid atom ID in Angles section of data file
Atom IDs must be positive integers and within range of defined
atoms.
E: Invalid angle type in Angles section of data file
Angle type must be positive integer and within range of specified angle
types.
E: Invalid atom ID in Dihedrals section of data file
Atom IDs must be positive integers and within range of defined
atoms.
E: Invalid dihedral type in Dihedrals section of data file
Dihedral type must be positive integer and within range of specified
dihedral types.
E: Invalid atom ID in Impropers section of data file
Atom IDs must be positive integers and within range of defined
atoms.
E: Invalid improper type in Impropers section of data file
Improper type must be positive integer and within range of specified
improper types.
E: Cannot set mass for this atom style
This atom style does not support mass settings for each atom type.
Instead they are defined on a per-atom basis in the data file.
E: Invalid mass line in data file
Self-explanatory.
E: Invalid type for mass set
Mass command must set a type from 1-N where N is the number of atom
types.
E: Invalid mass value
Self-explanatory.
E: All masses are not set
For atom styles that define masses for each atom type, all masses must
be set in the data file or by the mass command before running a
simulation. They must also be set before using the velocity
command.
E: Atom sort did not operate correctly
This is an internal LAMMPS error. Please report it to the
developers.
E: Atom sorting has bin size = 0.0
The neighbor cutoff is being used as the bin size, but it is zero.
Thus you must explicitly list a bin size in the atom_modify sort
command or turn off sorting.
E: Too many atom sorting bins
This is likely due to an immense simulation box that has blown up
to a large size.
*/
diff --git a/src/atom_vec.h b/src/atom_vec.h
index 276229b03..78f591092 100644
--- a/src/atom_vec.h
+++ b/src/atom_vec.h
@@ -1,110 +1,114 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_ATOM_VEC_H
#define LMP_ATOM_VEC_H
#include "stdio.h"
#include "pointers.h"
namespace LAMMPS_NS {
class AtomVec : protected Pointers {
public:
int molecular; // 0 = atomic, 1 = molecular system
int bonds_allow,angles_allow; // 1 if bonds, angles are used
int dihedrals_allow,impropers_allow; // 1 if dihedrals, impropers used
int mass_type; // 1 if per-type masses
int dipole_type; // 1 if per-type dipole moments
int comm_x_only; // 1 if only exchange x in forward comm
int comm_f_only; // 1 if only exchange f in reverse comm
int size_forward; // # of values per atom in comm
int size_reverse; // # in reverse comm
int size_border; // # in border comm
int size_velocity; // # of velocity based quantities
int size_data_atom; // number of values in Atom line
int size_data_vel; // number of values in Velocity line
int size_data_bonus; // number of values in Bonus line
int xcol_data; // column (1-N) where x is in Atom line
int cudable; // 1 if atom style is CUDA-enabled
int *maxsend; // CUDA-specific variable
AtomVec(class LAMMPS *);
virtual ~AtomVec() {}
virtual void settings(int, char **);
virtual void init();
virtual void grow(int) = 0;
virtual void grow_reset() = 0;
virtual void copy(int, int, int) = 0;
virtual void clear_bonus() {}
virtual int pack_comm(int, int *, double *, int, int *) = 0;
virtual int pack_comm_vel(int, int *, double *, int, int *) = 0;
virtual int pack_comm_hybrid(int, int *, double *) {return 0;}
virtual void unpack_comm(int, int, double *) = 0;
virtual void unpack_comm_vel(int, int, double *) = 0;
virtual int unpack_comm_hybrid(int, int, double *) {return 0;}
virtual int pack_reverse(int, int, double *) = 0;
virtual int pack_reverse_hybrid(int, int, double *) {return 0;}
virtual void unpack_reverse(int, int *, double *) = 0;
virtual int unpack_reverse_hybrid(int, int *, double *) {return 0;}
virtual int pack_border(int, int *, double *, int, int *) = 0;
virtual int pack_border_vel(int, int *, double *, int, int *) = 0;
virtual int pack_border_hybrid(int, int *, double *) {return 0;}
virtual void unpack_border(int, int, double *) = 0;
virtual void unpack_border_vel(int, int, double *) = 0;
virtual int unpack_border_hybrid(int, int, double *) {return 0;}
virtual int pack_exchange(int, double *) = 0;
virtual int unpack_exchange(double *) = 0;
virtual int size_restart() = 0;
virtual int pack_restart(int, double *) = 0;
virtual int unpack_restart(double *) = 0;
virtual void write_restart_settings(FILE *) {}
virtual void read_restart_settings(FILE *) {}
virtual void create_atom(int, double *) = 0;
virtual void data_atom(double *, tagint, char **) = 0;
virtual void data_atom_bonus(int, char **) {}
virtual int data_atom_hybrid(int, char **) {return 0;}
virtual void data_vel(int, char **);
virtual int data_vel_hybrid(int, char **) {return 0;}
virtual bigint memory_usage() = 0;
protected:
int nmax; // local copy of atom->nmax
int deform_vremap; // local copy of domain properties
int deform_groupbit;
double *h_rate;
};
}
#endif
/* ERROR/WARNING messages:
+E: Invalid atom_style command
+
+Self-explanatory.
+
E: USER-CUDA package requires a cuda enabled atom_style
Self-explanatory.
*/
diff --git a/src/atom_vec_body.h b/src/atom_vec_body.h
index da4bc6d6a..7bc8201be 100644
--- a/src/atom_vec_body.h
+++ b/src/atom_vec_body.h
@@ -1,154 +1,148 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef ATOM_CLASS
AtomStyle(body,AtomVecBody)
#else
#ifndef LMP_ATOM_VEC_BODY_H
#define LMP_ATOM_VEC_BODY_H
#include "atom_vec.h"
namespace LAMMPS_NS {
class AtomVecBody : public AtomVec {
friend class Comm;
public:
class Body *bptr;
struct Bonus {
double quat[4];
double inertia[3];
int ninteger,ndouble;
int *ivalue;
double *dvalue;
int ilocal;
};
struct Bonus *bonus;
AtomVecBody(class LAMMPS *);
~AtomVecBody();
void settings(int, char **);
void grow(int);
void grow_reset();
void copy(int, int, int);
int pack_comm(int, int *, double *, int, int *);
int pack_comm_vel(int, int *, double *, int, int *);
int pack_comm_hybrid(int, int *, double *);
void unpack_comm(int, int, double *);
void unpack_comm_vel(int, int, double *);
int unpack_comm_hybrid(int, int, double *);
int pack_reverse(int, int, double *);
int pack_reverse_hybrid(int, int, double *);
void unpack_reverse(int, int *, double *);
int unpack_reverse_hybrid(int, int *, double *);
int pack_border(int, int *, double *, int, int *);
int pack_border_vel(int, int *, double *, int, int *);
int pack_border_hybrid(int, int *, double *);
void unpack_border(int, int, double *);
void unpack_border_vel(int, int, double *);
int unpack_border_hybrid(int, int, double *);
int pack_exchange(int, double *);
int unpack_exchange(double *);
int size_restart();
int pack_restart(int, double *);
int unpack_restart(double *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
void create_atom(int, double *);
void data_atom(double *, tagint, char **);
int data_atom_hybrid(int, char **);
void data_vel(int, char **);
int data_vel_hybrid(int, char **);
bigint memory_usage();
// manipulate Bonus data structure for extra atom info
void clear_bonus();
void data_body(int, int, int, char **, char **);
private:
int *tag,*type,*mask;
tagint *image;
double **x,**v,**f;
double *rmass;
double **angmom,**torque;
int *body;
int nlocal_bonus,nghost_bonus,nmax_bonus;
int nargcopy; // copy of command-line args
char **argcopy; // for writing to restart file
int copyflag;
int intdoubleratio; // sizeof(double) / sizeof(int)
void grow_bonus();
void copy_bonus(int, int);
//void check(int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Atom_style tri can only be used in 3d simulations
+E: Internal error in atom_style body
-Self-explanatory.
+This error should not occur. Contact the developers.
+
+E: Invalid atom_style body command
+
+No body style argument was provided.
+
+E: Invalid body style
+
+The choice of body style is unknown.
E: Per-processor system is too big
The number of owned atoms plus ghost atoms on a single
processor must fit in 32-bit integer.
E: Invalid atom ID in Atoms section of data file
Atom IDs must be positive integers.
E: Invalid atom type in Atoms section of data file
Atom types must range from 1 to specified # of types.
E: Invalid density in Atoms section of data file
Density value cannot be <= 0.0.
-E: Assigning tri parameters to non-tri atom
+E: Assigning body parameters to non-body atom
Self-explanatory.
-E: Invalid shape in Triangles section of data file
-
-Two or more of the triangle corners are duplicate points.
-
-E: Inconsistent triangle in data file
-
-The centroid of the triangle as defined by the corner points is not
-the atom coordinate.
-
-E: Insufficient Jacobi rotations for triangle
-
-The calculation of the intertia tensor of the triangle failed. This
-should not happen if it is a reasonably shaped triangle.
-
*/
diff --git a/src/atom_vec_hybrid.h b/src/atom_vec_hybrid.h
index 67aebcdb4..38dd5dfbe 100644
--- a/src/atom_vec_hybrid.h
+++ b/src/atom_vec_hybrid.h
@@ -1,112 +1,106 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef ATOM_CLASS
AtomStyle(hybrid,AtomVecHybrid)
#else
#ifndef LMP_ATOM_VEC_HYBRID_H
#define LMP_ATOM_VEC_HYBRID_H
#include "stdio.h"
#include "atom_vec.h"
namespace LAMMPS_NS {
class AtomVecHybrid : public AtomVec {
public:
int nstyles;
class AtomVec **styles;
char **keywords;
AtomVecHybrid(class LAMMPS *);
~AtomVecHybrid();
void settings(int, char **);
void init();
void grow(int);
void grow_reset();
void copy(int, int, int);
void clear_bonus();
int pack_comm(int, int *, double *, int, int *);
int pack_comm_vel(int, int *, double *, int, int *);
void unpack_comm(int, int, double *);
void unpack_comm_vel(int, int, double *);
int pack_reverse(int, int, double *);
void unpack_reverse(int, int *, double *);
int pack_border(int, int *, double *, int, int *);
int pack_border_vel(int, int *, double *, int, int *);
void unpack_border(int, int, double *);
void unpack_border_vel(int, int, double *);
int pack_exchange(int, double *);
int unpack_exchange(double *);
int size_restart();
int pack_restart(int, double *);
int unpack_restart(double *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
void create_atom(int, double *);
void data_atom(double *, tagint, char **);
int data_atom_hybrid(int, char **) {return 0;}
void data_vel(int, char **);
bigint memory_usage();
private:
int *tag,*type,*mask;
tagint *image;
double **x,**v,**f;
double **omega,**angmom;
int nallstyles;
char **allstyles;
void build_styles();
int known_style(char *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
-E: Illegal ... command
-
-Self-explanatory. Check the input script syntax and compare to the
-documentation for the command. You can use -echo screen as a
-command-line option when running LAMMPS to see the offending line.
-
-E: Atom style hybrid cannot use same atom style twice
+E: Atom style hybrid cannot have hybrid as an argument
Self-explanatory.
-E: Atom style hybrid cannot have hybrid as an argument
+E: Atom style hybrid cannot use same atom style twice
Self-explanatory.
E: Per-processor system is too big
The number of owned atoms plus ghost atoms on a single
processor must fit in 32-bit integer.
E: Invalid atom ID in Atoms section of data file
Atom IDs must be positive integers.
E: Invalid atom type in Atoms section of data file
Atom types must range from 1 to specified # of types.
*/
diff --git a/src/bond_hybrid.h b/src/bond_hybrid.h
index 25578887e..a99fd790c 100644
--- a/src/bond_hybrid.h
+++ b/src/bond_hybrid.h
@@ -1,97 +1,97 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef BOND_CLASS
BondStyle(hybrid,BondHybrid)
#else
#ifndef LMP_BOND_HYBRID_H
#define LMP_BOND_HYBRID_H
#include "stdio.h"
#include "bond.h"
namespace LAMMPS_NS {
class BondHybrid : public Bond {
friend class Force;
public:
int nstyles; // # of different bond styles
Bond **styles; // class list for each Bond style
char **keywords; // keyword for each Bond style
BondHybrid(class LAMMPS *);
~BondHybrid();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double equilibrium_distance(int);
void write_restart(FILE *);
void read_restart(FILE *);
double single(int, double, int, int, double &);
double memory_usage();
private:
int *map; // which style each bond type points to
int *nbondlist; // # of bonds in sub-style bondlists
int *maxbond; // max # of bonds sub-style lists can store
int ***bondlist; // bondlist for each sub-style
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Bond style hybrid cannot use same pair style twice
+E: Bond style hybrid cannot use same bond style twice
Self-explanatory.
E: Bond style hybrid cannot have hybrid as an argument
Self-explanatory.
E: Bond style hybrid cannot have none as an argument
Self-explanatory.
E: Bond coeff for hybrid has invalid style
Bond style hybrid uses another bond style as one of its coefficients.
The bond style used in the bond_coeff command or read from a restart
file is not recognized.
E: Invoked bond equil distance on bond style none
Self-explanatory.
E: Invoked bond single on bond style none
Self-explanatory.
*/
diff --git a/src/comm.h b/src/comm.h
index a2036fb9d..7f60a5981 100644
--- a/src/comm.h
+++ b/src/comm.h
@@ -1,194 +1,199 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_COMM_H
#define LMP_COMM_H
#include "pointers.h"
namespace LAMMPS_NS {
class Comm : protected Pointers {
public:
int me,nprocs; // proc info
int procgrid[3]; // procs assigned in each dim of 3d grid
int user_procgrid[3]; // user request for procs in each dim
int myloc[3]; // which proc I am in each dim
int procneigh[3][2]; // my 6 neighboring procs, 0/1 = left/right
int ghost_velocity; // 1 if ghost atoms have velocity, 0 if not
int uniform; // 1 = equal subdomains, 0 = load-balanced
double *xsplit,*ysplit,*zsplit; // fractional (0-1) sub-domain sizes
double cutghost[3]; // cutoffs used for acquiring ghost atoms
double cutghostuser; // user-specified ghost cutoff
int ***grid2proc; // which proc owns i,j,k loc in 3d grid
int recv_from_partition; // recv proc layout from this partition
int send_to_partition; // send my proc layout to this partition
// -1 if no recv or send
int other_partition_style; // 0 = recv layout dims must be multiple of
// my layout dims
int nthreads; // OpenMP threads per MPI process
Comm(class LAMMPS *);
virtual ~Comm();
virtual void init();
virtual void set_proc_grid(int outflag = 1); // setup 3d grid of procs
virtual void setup(); // setup 3d comm pattern
virtual void forward_comm(int dummy = 0); // forward comm of atom coords
virtual void reverse_comm(); // reverse comm of forces
virtual void exchange(); // move atoms to new procs
virtual void borders(); // setup list of atoms to comm
virtual void forward_comm_pair(class Pair *); // forward comm from a Pair
virtual void reverse_comm_pair(class Pair *); // reverse comm from a Pair
virtual void forward_comm_fix(class Fix *); // forward comm from a Fix
virtual void reverse_comm_fix(class Fix *); // reverse comm from a Fix
virtual void forward_comm_variable_fix(class Fix *); // variable-size variant
virtual void reverse_comm_variable_fix(class Fix *); // variable-size variant
virtual void forward_comm_compute(class Compute *); // forward from a Compute
virtual void reverse_comm_compute(class Compute *); // reverse from a Compute
virtual void forward_comm_dump(class Dump *); // forward comm from a Dump
virtual void reverse_comm_dump(class Dump *); // reverse comm from a Dump
void forward_comm_array(int, double **); // forward comm of array
void ring(int, int, void *, int, void (*)(int, char *), void *); // ring comm
virtual void set(int, char **); // set communication style
void set_processors(int, char **); // set 3d processor grid attributes
virtual bigint memory_usage();
protected:
int style; // single vs multi-type comm
int nswap; // # of swaps to perform = sum of maxneed
int recvneed[3][2]; // # of procs away I recv atoms from
int sendneed[3][2]; // # of procs away I send atoms to
int maxneed[3]; // max procs away any proc needs, per dim
int triclinic; // 0 if domain is orthog, 1 if triclinic
int maxswap; // max # of swaps memory is allocated for
int size_forward; // # of per-atom datums in forward comm
int size_reverse; // # of datums in reverse comm
int size_border; // # of datums in forward border comm
int *sendnum,*recvnum; // # of atoms to send/recv in each swap
int *sendproc,*recvproc; // proc to send/recv to/from at each swap
int *size_forward_recv; // # of values to recv in each forward comm
int *size_reverse_send; // # to send in each reverse comm
int *size_reverse_recv; // # to recv in each reverse comm
double *slablo,*slabhi; // bounds of slab to send at each swap
double **multilo,**multihi; // bounds of slabs for multi-type swap
double **cutghostmulti; // cutghost on a per-type basis
int *pbc_flag; // general flag for sending atoms thru PBC
int **pbc; // dimension flags for PBC adjustments
int comm_x_only,comm_f_only; // 1 if only exchange x,f in for/rev comm
int map_style; // non-0 if global->local mapping is done
int bordergroup; // only communicate this group in borders
int gridflag; // option for creating 3d grid
int mapflag; // option for mapping procs to 3d grid
char xyz[4]; // xyz mapping of procs to 3d grid
char *customfile; // file with custom proc map
char *outfile; // proc grid/map output file
int otherflag; // 1 if this partition dependent on another
int other_style; // style of dependency
int other_procgrid[3]; // proc layout of another partition
int other_coregrid[3]; // core layout of another partition
int ncores; // # of cores per node
int coregrid[3]; // 3d grid of cores within a node
int user_coregrid[3]; // user request for cores in each dim
int *firstrecv; // where to put 1st recv atom in each swap
int **sendlist; // list of atoms to send in each swap
int *maxsendlist; // max size of send list for each swap
double *buf_send; // send buffer for all comm
double *buf_recv; // recv buffer for all comm
int maxsend,maxrecv; // current size of send/recv buffer
int maxforward,maxreverse; // max # of datums in forward/reverse comm
int updown(int, int, int, double, int, double *);
// compare cutoff to procs
virtual void grow_send(int, int); // reallocate send buffer
virtual void grow_recv(int); // free/allocate recv buffer
virtual void grow_list(int, int); // reallocate one sendlist
virtual void grow_swap(int); // grow swap and multi arrays
virtual void allocate_swap(int); // allocate swap arrays
virtual void allocate_multi(int); // allocate multi arrays
virtual void free_swap(); // free swap arrays
virtual void free_multi(); // free multi arrays
};
}
#endif
/* ERROR/WARNING messages:
+W: OMP_NUM_THREADS environment is not set.
+
+This environment variable must be set appropriately to use the
+USER-OMP pacakge.
+
E: Bad grid of processors
The 3d grid of processors defined by the processors command does not
match the number of processors LAMMPS is being run on.
E: Processor count in z must be 1 for 2d simulation
Self-explanatory.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Invalid group in communicate command
Self-explanatory.
E: Communicate group != atom_modify first group
Self-explanatory.
E: Invalid cutoff in communicate command
Specified cutoff must be >= 0.0.
E: Specified processors != physical processors
The 3d grid of processors defined by the processors command does not
match the number of processors LAMMPS is being run on.
E: Cannot use processors part command without using partitions
See the command-line -partition switch.
E: Invalid partitions in processors part command
Valid partitions are numbered 1 to N and the sender and receiver
cannot be the same partition.
E: Sending partition in processors part command is already a sender
Cannot specify a partition to be a sender twice.
E: Receiving partition in processors part command is already a receiver
Cannot specify a partition to be a receiver twice.
E: Processors grid numa and map style are incompatible
Using numa for gstyle in the processors command requires using
cart for the map option.
E: Processors part option and grid style are incompatible
Cannot use gstyle numa or custom with the part option.
*/
diff --git a/src/compute_centro_atom.h b/src/compute_centro_atom.h
index 4656f0b7d..6575e3fb5 100644
--- a/src/compute_centro_atom.h
+++ b/src/compute_centro_atom.h
@@ -1,69 +1,69 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(centro/atom,ComputeCentroAtom)
#else
#ifndef COMPUTE_CENTRO_ATOM_H
#define COMPUTE_CENTRO_ATOM_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeCentroAtom : public Compute {
public:
ComputeCentroAtom(class LAMMPS *, int, char **);
~ComputeCentroAtom();
void init();
void init_list(int, class NeighList *);
void compute_peratom();
double memory_usage();
private:
int nmax,maxneigh,nnn;
double *distsq;
int *nearest;
class NeighList *list;
double *centro;
void select(int, int, double *);
void select2(int, int, double *, int *);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Compute centro/atom requires a pair style be defined
This is because the computation of the centro-symmetry values
uses a pairwise neighbor list.
W: More than one compute centro/atom
-It is not efficient to use compute centro/atom more than once.
+It is not efficient to use compute centro/atom more than once.
*/
diff --git a/src/compute_contact_atom.h b/src/compute_contact_atom.h
index c60213154..e6e78fafd 100644
--- a/src/compute_contact_atom.h
+++ b/src/compute_contact_atom.h
@@ -1,65 +1,69 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(contact/atom,ComputeContactAtom)
#else
#ifndef LMP_COMPUTE_CONTACT_ATOM_H
#define LMP_COMPUTE_CONTACT_ATOM_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeContactAtom : public Compute {
public:
ComputeContactAtom(class LAMMPS *, int, char **);
~ComputeContactAtom();
void init();
void init_list(int, class NeighList *);
void compute_peratom();
int pack_reverse_comm(int, int, double *);
void unpack_reverse_comm(int, int *, double *);
double memory_usage();
private:
int nmax;
class NeighList *list;
double *contact;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
+E: Compute contact/atom requires atom style sphere
+
+Self-explanatory.
+
E: Compute contact/atom requires a pair style be defined
Self-explantory.
W: More than one compute contact/atom
It is not efficient to use compute contact/atom more than once.
*/
diff --git a/src/compute_erotate_sphere_atom.h b/src/compute_erotate_sphere_atom.h
index b7c775ae1..166e0d215 100644
--- a/src/compute_erotate_sphere_atom.h
+++ b/src/compute_erotate_sphere_atom.h
@@ -1,58 +1,62 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(erotate/sphere/atom,ComputeErotateSphereAtom)
#else
#ifndef LMP_COMPUTE_EROTATE_SPHERE_ATOM_H
#define LMP_COMPUTE_EROTATE_SPHERE_ATOM_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeErotateSphereAtom : public Compute {
public:
ComputeErotateSphereAtom(class LAMMPS *, int, char **);
~ComputeErotateSphereAtom();
void init();
void compute_peratom();
double memory_usage();
private:
int nmax;
double pfactor;
double *erot;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-W: More than one compute erorate/sphere/atom
+E: Compute erotate/sphere/atom requires atom style sphere
+
+Self-explanatory.
+
+W: More than one compute erotate/sphere/atom
It is not efficient to use compute erorate/sphere/atom more than once.
*/
diff --git a/src/compute_inertia_molecule.h b/src/compute_inertia_molecule.h
index de510de96..80657108e 100644
--- a/src/compute_inertia_molecule.h
+++ b/src/compute_inertia_molecule.h
@@ -1,65 +1,65 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMPUTE_CLASS
ComputeStyle(inertia/molecule,ComputeInertiaMolecule)
#else
#ifndef LMP_COMPUTE_INERTIA_MOLECULE_H
#define LMP_COMPUTE_INERTIA_MOLECULE_H
#include "compute.h"
namespace LAMMPS_NS {
class ComputeInertiaMolecule : public Compute {
public:
ComputeInertiaMolecule(class LAMMPS *, int, char **);
~ComputeInertiaMolecule();
void init();
void compute_array();
double memory_usage();
private:
int nmolecules;
int idlo,idhi;
double *massproc,*masstotal;
double **com,**comall;
double **inertia,**inertiaall;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Compute com/molecule requires molecular atom style
+E: Compute inertia/molecule requires molecular atom style
Self-explanatory.
-E: Molecule count changed in compute com/molecule
+E: Molecule count changed in compute inertia/molecule
Number of molecules must remain constant over time.
*/
diff --git a/src/displace_atoms.h b/src/displace_atoms.h
index 1539b33dc..dc10509b0 100644
--- a/src/displace_atoms.h
+++ b/src/displace_atoms.h
@@ -1,74 +1,82 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMMAND_CLASS
CommandStyle(displace_atoms,DisplaceAtoms)
#else
#ifndef LMP_DISPLACE_ATOMS_H
#define LMP_DISPLACE_ATOMS_H
#include "pointers.h"
namespace LAMMPS_NS {
class DisplaceAtoms : protected Pointers {
public:
DisplaceAtoms(class LAMMPS *);
void command(int, char **);
private:
int scaleflag;
void options(int, char **);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Displace_atoms command before simulation box is defined
The displace_atoms command cannot be used before a read_data,
read_restart, or create_box command.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot displace_atoms after reading restart file with per-atom info
This is because the restart file info cannot be migrated with the
atoms. You can get around this by performing a 0-timestep run which
will assign the restart file info to actual atoms.
E: Could not find displace_atoms group ID
Group ID used in the displace_atoms command does not exist.
E: Use of displace_atoms with undefined lattice
Must use lattice command with displace_atoms command if units option
is set to lattice.
+E: Invalid displace_atoms rotate axis for 2d
+
+Axis must be in z direction.
+
+E: Zero length rotation vector with displace_atoms
+
+Self-explanatory.
+
W: Lost atoms via displace_atoms: original %ld current %ld
The command options you have used caused atoms to be lost.
*/
diff --git a/src/domain.h b/src/domain.h
index b659f4811..fa8ae719d 100644
--- a/src/domain.h
+++ b/src/domain.h
@@ -1,207 +1,237 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_DOMAIN_H
#define LMP_DOMAIN_H
#include "math.h"
#include "pointers.h"
namespace LAMMPS_NS {
class Domain : protected Pointers {
public:
int box_exist; // 0 = not yet created, 1 = exists
int dimension; // 2 = 2d, 3 = 3d
int nonperiodic; // 0 = periodic in all 3 dims
// 1 = periodic or fixed in all 6
// 2 = shrink-wrap in any of 6
int xperiodic,yperiodic,zperiodic; // 0 = non-periodic, 1 = periodic
int periodicity[3]; // xyz periodicity as array
int boundary[3][2]; // settings for 6 boundaries
// 0 = periodic
// 1 = fixed non-periodic
// 2 = shrink-wrap non-periodic
// 3 = shrink-wrap non-per w/ min
int triclinic; // 0 = orthog box, 1 = triclinic
int tiltsmall; // 1 if limit tilt, else 0
// orthogonal box
double xprd,yprd,zprd; // global box dimensions
double xprd_half,yprd_half,zprd_half; // half dimensions
double prd[3]; // array form of dimensions
double prd_half[3]; // array form of half dimensions
// triclinic box
// xprd,xprd_half,prd,prd_half =
// same as if untilted
double prd_lamda[3]; // lamda box = (1,1,1)
double prd_half_lamda[3]; // lamda half box = (0.5,0.5,0.5)
double boxlo[3],boxhi[3]; // orthogonal box global bounds
// triclinic box
// boxlo/hi = same as if untilted
double boxlo_lamda[3],boxhi_lamda[3]; // lamda box = (0,1)
double boxlo_bound[3],boxhi_bound[3]; // bounding box of tilted domain
double corners[8][3]; // 8 corner points
// orthogonal box & triclinic box
double minxlo,minxhi; // minimum size of global box
double minylo,minyhi; // when shrink-wrapping
double minzlo,minzhi; // tri only possible for non-skew dims
// orthogonal box
double sublo[3],subhi[3]; // sub-box bounds on this proc
// triclinic box
// sublo/hi = undefined
double sublo_lamda[3],subhi_lamda[3]; // bounds of subbox in lamda
// triclinic box
double xy,xz,yz; // 3 tilt factors
double h[6],h_inv[6]; // shape matrix in Voigt notation
double h_rate[6],h_ratelo[3]; // rate of box size/shape change
int box_change; // 1 if box bounds ever change, 0 if fixed
int deform_flag; // 1 if fix deform exist, else 0
int deform_vremap; // 1 if fix deform remaps v, else 0
int deform_groupbit; // atom group to perform v remap for
class Lattice *lattice; // user-defined lattice
int nregion; // # of defined Regions
int maxregion; // max # list can hold
class Region **regions; // list of defined Regions
Domain(class LAMMPS *);
virtual ~Domain();
virtual void init();
void set_initial_box();
virtual void set_global_box();
virtual void set_lamda_box();
virtual void set_local_box();
virtual void reset_box();
virtual void pbc();
void image_check();
void box_too_small_check();
void minimum_image(double &, double &, double &);
void minimum_image(double *);
int closest_image(int, int);
void closest_image(const double * const, const double * const,
double * const);
void remap(double *, tagint &);
void remap(double *);
void remap_near(double *, double *);
void unmap(double *, tagint);
void unmap(double *, tagint, double *);
void image_flip(int, int, int);
void set_lattice(int, char **);
void add_region(int, char **);
void delete_region(int, char **);
int find_region(char *);
void set_boundary(int, char **, int);
void set_box(int, char **);
void print_box(const char *);
void boundary_string(char *);
virtual void lamda2x(int);
virtual void x2lamda(int);
virtual void lamda2x(double *, double *);
virtual void x2lamda(double *, double *);
void x2lamda(double *, double *, double *, double *);
void bbox(double *, double *, double *, double *);
void box_corners();
// minimum image convention check
// return 1 if any distance > 1/2 of box size
// inline since called from neighbor build inner loop
inline int minimum_image_check(double dx, double dy, double dz) {
if (xperiodic && fabs(dx) > xprd_half) return 1;
if (yperiodic && fabs(dy) > yprd_half) return 1;
if (zperiodic && fabs(dz) > zprd_half) return 1;
return 0;
}
protected:
double small[3]; // fractions of box lengths
};
}
#endif
/* ERROR/WARNING messages:
E: Box bounds are invalid
The box boundaries specified in the read_data file are invalid. The
lo value must be less than the hi value for all 3 dimensions.
E: Cannot skew triclinic box in z for 2d simulation
Self-explanatory.
E: Triclinic box skew is too large
The displacement in a skewed direction must be less than half the box
length in that dimension. E.g. the xy tilt must be between -half and
-+half of the x box length. This constraint can be relaxed by increasing
-the value of DELTATILT defined in domain.cpp.
++half of the x box length. This constraint can be relaxed by using
+the box tilt command.
+
+W: Triclinic box skew is large
+
+The displacement in a skewed direction is normally required to be less
+than half the box length in that dimension. E.g. the xy tilt must be
+between -half and +half of the x box length. You have relaxed the
+constraint using the box tilt command, but the warning means that a
+LAMMPS simulation may be inefficient as a result.
E: Illegal simulation box
The lower bound of the simulation box is greater than the upper bound.
+E: Bond atom missing in image check
+
+The 2nd atom in a particular bond is missing on this processor.
+Typically this is because the pairwise cutoff is set too short or the
+bond has blown apart and an atom is too far away.
+
+W: Inconsistent image flags
+
+The image flags for a pair on bonded atoms appear to be inconsistent.
+Inconstent means that when the coordinates of the two atoms
+are unwrapped using the image flags, the two atoms are far apart.
+Specifically they are further apart than half a periodic box length.
+Or they are more than a box length apart in a non-periodic dimension.
+This is usually due to the initial data file not having correct
+image flags for the 2 atoms in a bond that straddles a periodic
+boundary. They should be different by 1 in that case.
+
+This is a warning because inconsistent image flags will not cause
+problems for dynamics or most LAMMPS simulations. However they can
+cause problems when such atoms are used with the fix rigid or
+replicate commands.
+
E: Bond atom missing in box size check
The 2nd atoms needed to compute a particular bond is missing on this
processor. Typically this is because the pairwise cutoff is set too
short or the bond has blown apart and an atom is too far away.
-E: Bond/angle/dihedral extent > half of periodic box length
+W: Bond/angle/dihedral extent > half of periodic box length
This is a restriction because LAMMPS can be confused about which image
of an atom in the bonded interaction is the correct one to use.
"Extent" in this context means the maximum end-to-end length of the
bond/angle/dihedral. LAMMPS computes this by taking the maximum bond
length, multiplying by the number of bonds in the interaction (e.g. 3
for a dihedral) and adding a small amount of stretch.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Reuse of region ID
A region ID cannot be used twice.
E: Invalid region style
The choice of region style is unknown.
E: Delete region ID does not exist
Self-explanatory.
E: Both sides of boundary must be periodic
Cannot specify a boundary as periodic only on the lo or hi side. Must
be periodic on both sides.
*/
diff --git a/src/dump_custom.h b/src/dump_custom.h
index 30e44082f..537ce19ae 100644
--- a/src/dump_custom.h
+++ b/src/dump_custom.h
@@ -1,330 +1,335 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef DUMP_CLASS
DumpStyle(custom,DumpCustom)
#else
#ifndef LMP_DUMP_CUSTOM_H
#define LMP_DUMP_CUSTOM_H
#include "dump.h"
namespace LAMMPS_NS {
class DumpCustom : public Dump {
public:
DumpCustom(class LAMMPS *, int, char **);
virtual ~DumpCustom();
protected:
int nevery; // dump frequency to check Fix against
int iregion; // -1 if no region, else which region
char *idregion; // region ID
int nthresh; // # of defined threshholds
int *thresh_array; // array to threshhhold on for each nthresh
int *thresh_op; // threshhold operation for each nthresh
double *thresh_value; // threshhold value for each nthresh
int *vtype; // type of each vector (INT, DOUBLE)
char **vformat; // format string for each vector element
char *columns; // column labels
int nchoose; // # of selected atoms
int maxlocal; // size of atom selection and variable arrays
int *choose; // local indices of selected atoms
double *dchoose; // value for each atom to threshhold against
int *clist; // compressed list of indices of selected atoms
int nfield; // # of keywords listed by user
int ioptional; // index of start of optional args
int *field2index; // which compute,fix,variable calcs this field
int *argindex; // index into compute,fix scalar_atom,vector_atom
// 0 for scalar_atom, 1-N for vector_atom values
int ncompute; // # of Compute objects used by dump
char **id_compute; // their IDs
class Compute **compute; // list of ptrs to the Compute objects
int nfix; // # of Fix objects used by dump
char **id_fix; // their IDs
class Fix **fix; // list of ptrs to the Fix objects
int nvariable; // # of Variables used by dump
char **id_variable; // their names
int *variable; // list of indices for the Variables
double **vbuf; // local storage for variable evaluation
int ntypes; // # of atom types
char **typenames; // array of element names for each type
// private methods
virtual void init_style();
virtual void write_header(bigint);
int count();
void pack(int *);
virtual void write_data(int, double *);
bigint memory_usage();
int parse_fields(int, char **);
int add_compute(char *);
int add_fix(char *);
int add_variable(char *);
virtual int modify_param(int, char **);
typedef void (DumpCustom::*FnPtrHeader)(bigint);
FnPtrHeader header_choice; // ptr to write header functions
void header_binary(bigint);
void header_binary_triclinic(bigint);
void header_item(bigint);
void header_item_triclinic(bigint);
typedef void (DumpCustom::*FnPtrData)(int, double *);
FnPtrData write_choice; // ptr to write data functions
void write_binary(int, double *);
void write_text(int, double *);
// customize by adding a method prototype
typedef void (DumpCustom::*FnPtrPack)(int);
FnPtrPack *pack_choice; // ptrs to pack functions
void pack_compute(int);
void pack_fix(int);
void pack_variable(int);
void pack_id(int);
void pack_molecule(int);
void pack_type(int);
void pack_mass(int);
void pack_x(int);
void pack_y(int);
void pack_z(int);
void pack_xs(int);
void pack_ys(int);
void pack_zs(int);
void pack_xs_triclinic(int);
void pack_ys_triclinic(int);
void pack_zs_triclinic(int);
void pack_xu(int);
void pack_yu(int);
void pack_zu(int);
void pack_xu_triclinic(int);
void pack_yu_triclinic(int);
void pack_zu_triclinic(int);
void pack_xsu(int);
void pack_ysu(int);
void pack_zsu(int);
void pack_xsu_triclinic(int);
void pack_ysu_triclinic(int);
void pack_zsu_triclinic(int);
void pack_ix(int);
void pack_iy(int);
void pack_iz(int);
void pack_vx(int);
void pack_vy(int);
void pack_vz(int);
void pack_fx(int);
void pack_fy(int);
void pack_fz(int);
void pack_q(int);
void pack_mux(int);
void pack_muy(int);
void pack_muz(int);
void pack_mu(int);
void pack_radius(int);
void pack_diameter(int);
void pack_omegax(int);
void pack_omegay(int);
void pack_omegaz(int);
void pack_angmomx(int);
void pack_angmomy(int);
void pack_angmomz(int);
void pack_tqx(int);
void pack_tqy(int);
void pack_tqz(int);
void pack_spin(int);
void pack_eradius(int);
void pack_ervel(int);
void pack_erforce(int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: No dump custom arguments specified
The dump custom command requires that atom quantities be specified to
output to dump file.
E: Invalid attribute in dump custom command
Self-explantory.
+E: Dump_modify format string is too short
+
+There are more fields to be dumped in a line of output than
+your format string specifies.
+
E: Could not find dump custom compute ID
The compute ID needed by dump custom to compute a per-atom quantity
does not exist.
E: Could not find dump custom fix ID
Self-explanatory.
E: Dump custom and fix not computed at compatible times
The fix must produce per-atom quantities on timesteps that dump custom
needs them.
E: Could not find dump custom variable name
Self-explanatory.
E: Region ID for dump custom does not exist
Self-explanatory.
E: Threshhold for an atom property that isn't allocated
A dump threshhold has been requested on a quantity that is
not defined by the atom style used in this simulation.
E: Dumping an atom property that isn't allocated
The chosen atom style does not define the per-atom quantity being
dumped.
E: Dumping an atom quantity that isn't allocated
Only per-atom quantities that are defined for the atom style being
used are allowed.
E: Dump custom compute does not compute per-atom info
Self-explanatory.
E: Dump custom compute does not calculate per-atom vector
Self-explanatory.
E: Dump custom compute does not calculate per-atom array
Self-explanatory.
E: Dump custom compute vector is accessed out-of-range
Self-explanatory.
E: Dump custom fix does not compute per-atom info
Self-explanatory.
E: Dump custom fix does not compute per-atom vector
Self-explanatory.
E: Dump custom fix does not compute per-atom array
Self-explanatory.
E: Dump custom fix vector is accessed out-of-range
Self-explanatory.
E: Dump custom variable is not atom-style variable
Only atom-style variables generate per-atom quantities, needed for
dump output.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Dump_modify region ID does not exist
Self-explanatory.
E: Dump modify element names do not match atom types
Number of element names must equal number of atom types.
E: Invalid attribute in dump modify command
Self-explantory.
E: Could not find dump modify compute ID
Self-explanatory.
E: Dump modify compute ID does not compute per-atom info
Self-explanatory.
E: Dump modify compute ID does not compute per-atom vector
Self-explanatory.
E: Dump modify compute ID does not compute per-atom array
Self-explanatory.
E: Dump modify compute ID vector is not large enough
Self-explanatory.
E: Could not find dump modify fix ID
Self-explanatory.
E: Dump modify fix ID does not compute per-atom info
Self-explanatory.
E: Dump modify fix ID does not compute per-atom vector
Self-explanatory.
E: Dump modify fix ID does not compute per-atom array
Self-explanatory.
E: Dump modify fix ID vector is not large enough
Self-explanatory.
E: Could not find dump modify variable name
Self-explanatory.
E: Dump modify variable is not atom-style variable
Self-explanatory.
E: Invalid dump_modify threshhold operator
Operator keyword used for threshold specification in not recognized.
*/
diff --git a/src/fix_adapt.h b/src/fix_adapt.h
index 4642da8df..a65c02431 100644
--- a/src/fix_adapt.h
+++ b/src/fix_adapt.h
@@ -1,107 +1,111 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(adapt,FixAdapt)
#else
#ifndef LMP_FIX_ADAPT_H
#define LMP_FIX_ADAPT_H
#include "fix.h"
namespace LAMMPS_NS {
class FixAdapt : public Fix {
public:
int diamflag; // 1 if atom diameters will vary, for AtomVecGranular
int chgflag;
FixAdapt(class LAMMPS *, int, char **);
~FixAdapt();
int setmask();
void init();
void setup_pre_force(int);
void pre_force(int);
void post_run();
private:
int nadapt,resetflag,scaleflag;
int anypair;
struct Adapt {
int which,ivar;
char *var;
char *pstyle,*pparam;
int ilo,ihi,jlo,jhi;
int pdim;
double *scalar,scalar_orig;
double **array,**array_orig;
int aparam;
};
Adapt *adapt;
double *kspace_scale;
void change_settings();
void restore_settings();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Variable name for fix adapt does not exist
Self-explanatory.
E: Variable for fix adapt is invalid style
Only equal-style variables can be used.
E: Fix adapt pair style does not exist
Self-explanatory
E: Fix adapt pair style param not supported
The pair style does not know about the parameter you specified.
E: Fix adapt type pair range is not valid for pair hybrid sub-style
Self-explanatory.
E: Fix adapt kspace style does not exist
Self-explanatory.
E: Fix adapt requires atom attribute diameter
The atom style being used does not specify an atom diameter.
-E: Fix adapt requires atom attribute charge
+E: Fix adapt requires atom attribute charge
+
+UNDOCUMENTED
+
+U: Fix adapt requires atom attribute charge
The atom style being used does not specify an atom charge.
*/
diff --git a/src/fix_balance.h b/src/fix_balance.h
index 7972bd4ed..a1e52ef32 100644
--- a/src/fix_balance.h
+++ b/src/fix_balance.h
@@ -1,91 +1,91 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(balance,FixBalance)
#else
#ifndef LMP_FIX_BALANCE_H
#define LMP_FIX_BALANCE_H
#include "stdio.h"
#include "fix.h"
namespace LAMMPS_NS {
class FixBalance : public Fix {
public:
FixBalance(class LAMMPS *, int, char **);
~FixBalance();
int setmask();
void init();
void setup(int);
void setup_pre_exchange();
void pre_exchange();
void pre_neighbor();
double compute_scalar();
double compute_vector(int);
double memory_usage();
private:
int nevery,nitermax;
char bstr[3];
double thresh;
FILE *fp;
double imbnow; // current imbalance factor
double imbprev; // imbalance factor before last rebalancing
double imbfinal; // imbalance factor after last rebalancing
int maxperproc; // max atoms on any processor
int itercount; // iteration count of last call to Balance
int kspace_flag; // 1 if KSpace solver defined
int pending;
class Balance *balance;
class Irregular *irregular;
void rebalance();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Fix balance string is invalid
The string can only contain the characters "x", "y", or "z".
E: Fix balance string is invalid for 2d simulation
The string cannot contain the letter "z".
E: Cannot open fix balance output file
Self-explanatory.
-E: Cannot yet use fix balance with PPPM
+U: Cannot yet use fix balance with PPPM
This is a current limitation of LAMMPS.
*/
diff --git a/src/fix_box_relax.h b/src/fix_box_relax.h
index 40c86b380..39bb957a5 100644
--- a/src/fix_box_relax.h
+++ b/src/fix_box_relax.h
@@ -1,196 +1,200 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(box/relax,FixBoxRelax)
#else
#ifndef LMP_FIX_BOX_RELAX_H
#define LMP_FIX_BOX_RELAX_H
#include "fix.h"
namespace LAMMPS_NS {
class FixBoxRelax : public Fix {
public:
FixBoxRelax(class LAMMPS *, int, char **);
~FixBoxRelax();
int setmask();
void init();
double min_energy(double *);
void min_store();
void min_clearstore();
void min_pushstore();
void min_popstore();
int min_reset_ref();
void min_step(double, double *);
double max_alpha(double *);
int min_dof();
int modify_param(int, char **);
private:
int p_flag[6];
int pstyle,pcouple,allremap;
int dimension;
double p_target[6],p_current[6];
double vol0,xprdinit,yprdinit,zprdinit;
double vmax,pv2e,pflagsum;
int kspace_flag;
int current_lifo; // LIFO stack pointer
double boxlo0[2][3]; // box bounds at start of line search
double boxhi0[2][3];
double boxtilt0[2][3]; // xy,xz,yz tilts at start of line search
double ds[6]; // increment in scale matrix
int scaleyz; // 1 if yz scaled with lz
int scalexz; // 1 if xz scaled with lz
int scalexy; // 1 if xy scaled with ly
double fixedpoint[3]; // Location of dilation fixed-point
char *id_temp,*id_press;
class Compute *temperature,*pressure;
int tflag,pflag;
int nrigid;
int *rfix;
double sigma[6]; // scaled target stress
double utsigma[3]; // weighting for upper-tri elements
// of modified sigma
int sigmamod_flag; // 1 if modified sigma to be used
double fdev[6]; // Deviatoric force on cell
int deviatoric_flag; // 0 if target stress tensor is hydrostatic
double h0[6]; // h_inv of reference (zero strain) box
double h0_inv[6]; // h_inv of reference (zero strain) box
int nreset_h0; // interval for resetting h0
double p_hydro; // hydrostatic component of target stress
void remap();
void couple();
void compute_sigma();
void compute_deviatoric();
double compute_strain_energy();
void compute_press_target();
double compute_scalar();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Invalid fix box/relax command for a 2d simulation
Fix box/relax styles involving the z dimension cannot be used in
a 2d simulation.
E: Invalid fix box/relax command pressure settings
If multiple dimensions are coupled, those dimensions must be specified.
E: Cannot use fix box/relax on a non-periodic dimension
When specifying a diagonal pressure component, the dimension must be
periodic.
E: Cannot use fix box/relax on a 2nd non-periodic dimension
When specifying an off-diagonal pressure component, the 2nd of the two
dimensions must be periodic. E.g. if the xy component is specified,
then the y dimension must be periodic.
-E: Cannot use fix box/relax with tilt factor scaling on a 2nd non-periodic dimension"
+E: Cannot use fix box/relax with tilt factor scaling on a 2nd non-periodic dimension
-When specifying scaling on a tilt factor component, the 2nd of the two
-dimensions must be periodic. E.g. if the xy component is specified,
-then the y dimension must be periodic.
+UNDOCUMENTED
E: Cannot use fix box/relax with both relaxation and scaling on a tilt factor
When specifying scaling on a tilt factor component, that component can not
also be controlled by the barostat. E.g. if scalexy yes is specified and
also keyword tri or xy, this is wrong.
E: Can not specify Pxy/Pxz/Pyz in fix box/relax with non-triclinic box
Only triclinic boxes can be used with off-diagonal pressure components.
See the region prism command for details.
E: Invalid fix box/relax pressure settings
Settings for coupled dimensions must be the same.
E: Temperature ID for fix box/relax does not exist
Self-explanatory.
E: Pressure ID for fix box/relax does not exist
The compute ID needed to compute pressure for the fix does not
exist.
E: Attempt to push beyond stack limit in fix box/relax
Internal LAMMPS error. Please report it to the developers.
E: Attempt to pop empty stack in fix box/relax
Internal LAMMPS error. Please report it to the developers.
E: Fix box/relax generated negative box length
The pressure being applied is likely too large. Try applying
it incrementally, to build to the high pressure.
E: Could not find fix_modify temperature ID
The compute ID for computing temperature does not exist.
E: Fix_modify temperature ID does not compute temperature
The compute ID assigned to the fix must compute temperature.
W: Temperature for fix modify is not for group all
The temperature compute is being used with a pressure calculation
which does operate on group all, so this may be inconsistent.
E: Pressure ID for fix modify does not exist
Self-explanatory.
E: Could not find fix_modify pressure ID
The compute ID for computing pressure does not exist.
E: Fix_modify pressure ID does not compute pressure
The compute ID assigned to the fix must compute pressure.
+U: Cannot use fix box/relax with tilt factor scaling on a 2nd non-periodic dimension"
+
+When specifying scaling on a tilt factor component, the 2nd of the two
+dimensions must be periodic. E.g. if the xy component is specified,
+then the y dimension must be periodic.
+
*/
diff --git a/src/fix_heat.h b/src/fix_heat.h
index 484d19595..6fc76f60a 100644
--- a/src/fix_heat.h
+++ b/src/fix_heat.h
@@ -1,77 +1,89 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(heat,FixHeat)
#else
#ifndef LMP_FIX_HEAT_H
#define LMP_FIX_HEAT_H
#include "fix.h"
namespace LAMMPS_NS {
class FixHeat : public Fix {
public:
FixHeat(class LAMMPS *, int, char **);
~FixHeat();
int setmask();
void init();
void end_of_step();
double compute_scalar();
double memory_usage();
private:
int iregion;
double heat_input;
double masstotal;
double scale;
char *idregion;
char *hstr;
int hstyle,hvar;
int maxatom;
double *vheat;
double *vscale;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Region ID for fix heat does not exist
Self-explanatory.
+E: Variable name for fix heat does not exist
+
+UNDOCUMENTED
+
+E: Variable for fix heat is invalid style
+
+UNDOCUMENTED
+
E: Fix heat group has no atoms
Self-explanatory.
E: Fix heat kinetic energy went negative
This will cause the velocity rescaling about to be performed by fix
heat to be invalid.
+E: Fix heat kinetic energy of an atom went negative
+
+UNDOCUMENTED
+
*/
diff --git a/src/fix_langevin.h b/src/fix_langevin.h
index 69c144ce7..2c85db55c 100644
--- a/src/fix_langevin.h
+++ b/src/fix_langevin.h
@@ -1,135 +1,135 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(langevin,FixLangevin)
#else
#ifndef LMP_FIX_LANGEVIN_H
#define LMP_FIX_LANGEVIN_H
#include "fix.h"
namespace LAMMPS_NS {
class FixLangevin : public Fix {
public:
FixLangevin(class LAMMPS *, int, char **);
virtual ~FixLangevin();
int setmask();
void init();
void setup(int);
void post_force(int);
void post_force_respa(int, int, int);
virtual void end_of_step();
void reset_target(double);
void reset_dt();
int modify_param(int, char **);
virtual double compute_scalar();
double memory_usage();
virtual void *extract(const char *, int &);
protected:
int which,tally,zeroflag,oflag,aflag;
double t_start,t_stop,t_period,t_target;
double *gfactor1,*gfactor2,*ratio;
double energy,energy_onestep;
double tsqrt;
int tstyle,tvar;
char *tstr;
class AtomVecEllipsoid *avec;
int maxatom1,maxatom2;
double **flangevin;
double *tforce;
char *id_temp;
class Compute *temperature;
int nlevels_respa;
class RanMars *random;
virtual void post_force_no_tally();
virtual void post_force_tally();
void omega_thermostat();
void angmom_thermostat();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Fix langevin period must be > 0.0
The time window for temperature relaxation must be > 0
-E: Fix langevin angmom requires atom style ellipsoid
+E: Fix langevin omega requires atom style sphere
Self-explanatory.
-E: Fix langevin omega requires atom style sphere
+E: Fix langevin angmom requires atom style ellipsoid
Self-explanatory.
E: Variable name for fix langevin does not exist
Self-explanatory.
E: Variable for fix langevin is invalid style
It must be an equal-style variable.
E: Fix langevin omega requires extended particles
One of the particles has radius 0.0.
E: Fix langevin angmom requires extended particles
This fix option cannot be used with point paritlces.
E: Fix langevin variable returned negative temperature
Self-explanatory.
E: Cannot zero Langevin force of 0 atoms
The group has zero atoms, so you cannot request its force
be zeroed.
E: Could not find fix_modify temperature ID
The compute ID for computing temperature does not exist.
E: Fix_modify temperature ID does not compute temperature
The compute ID assigned to the fix must compute temperature.
W: Group for fix_modify temp != fix group
The fix_modify command is specifying a temperature computation that
computes a temperature on a different group of atoms than the fix
itself operates on. This is probably not what you want to do.
*/
diff --git a/src/fix_move.h b/src/fix_move.h
index bccd9d453..f50ab7850 100644
--- a/src/fix_move.h
+++ b/src/fix_move.h
@@ -1,135 +1,139 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef FIX_CLASS
FixStyle(move,FixMove)
#else
#ifndef LMP_FIX_MOVE_H
#define LMP_FIX_MOVE_H
#include "stdio.h"
#include "fix.h"
namespace LAMMPS_NS {
class FixMove : public Fix {
public:
FixMove(class LAMMPS *, int, char **);
~FixMove();
int setmask();
void init();
void initial_integrate(int);
void final_integrate();
void initial_integrate_respa(int, int, int);
void final_integrate_respa(int, int);
double memory_usage();
void write_restart(FILE *);
void restart(char *);
void grow_arrays(int);
void copy_arrays(int, int, int);
void set_arrays(int);
int pack_exchange(int, double *);
int unpack_exchange(int, double *);
int pack_restart(int, double *);
void unpack_restart(int, int);
int maxsize_restart();
int size_restart(int);
void reset_dt();
private:
char *xvarstr,*yvarstr,*zvarstr,*vxvarstr,*vyvarstr,*vzvarstr;
int mstyle;
int vxflag,vyflag,vzflag,axflag,ayflag,azflag;
double vx,vy,vz,ax,ay,az;
double period,omega_rotate;
double point[3],axis[3],runit[3];
double dt,dtv,dtf;
int xvar,yvar,zvar,vxvar,vyvar,vzvar;
int xvarstyle,yvarstyle,zvarstyle,vxvarstyle,vyvarstyle,vzvarstyle;
int omega_flag,nlevels_respa;
int time_origin;
double **xoriginal; // original coords of atoms
int displaceflag,velocityflag;
int maxatom;
double **displace,**velocity;
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Fix move cannot set linear z motion for 2d problem
Self-explanatory.
E: Fix move cannot set wiggle z motion for 2d problem
Self-explanatory.
E: Fix move cannot rotate aroung non z-axis for 2d problem
Self-explanatory.
E: Fix move cannot define z or vz variable for 2d problem
Self-explanatory.
W: Fix move does not update angular momentum
Atoms store this quantity, but fix move does not (yet) update it.
W: Fix move does not update quaternions
Atoms store this quantity, but fix move does not (yet) update it.
E: Use of fix move with undefined lattice
Must use lattice command with fix move command if units option is
set to lattice.
-E: Fix move cannot have 0 length rotation vector
+E: Zero length rotation vector with fix move
-Self-explanatory.
+UNDOCUMENTED
E: Variable name for fix move does not exist
Self-explanatory.
E: Variable for fix move is invalid style
Only equal-style variables can be used.
E: Cannot add atoms to fix move variable
Atoms can not be added afterwards to this fix option.
E: Resetting timestep is not allowed with fix move
This is because fix move is moving atoms based on elapsed time.
+U: Fix move cannot have 0 length rotation vector
+
+Self-explanatory.
+
*/
diff --git a/src/fix_wall.h b/src/fix_wall.h
index 9d450e245..f9200edc1 100644
--- a/src/fix_wall.h
+++ b/src/fix_wall.h
@@ -1,102 +1,106 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_FIX_WALL_H
#define LMP_FIX_WALL_H
#include "fix.h"
namespace LAMMPS_NS {
class FixWall : public Fix {
public:
int nwall;
int wallwhich[6];
double coord0[6];
int xflag; // 1 if any wall position is a variable
int xstyle[6];
int xindex[6];
char *xstr[6];
FixWall(class LAMMPS *, int, char **);
virtual ~FixWall();
int setmask();
virtual void init();
void setup(int);
void min_setup(int);
void pre_force(int);
void post_force(int);
void post_force_respa(int, int, int);
void min_post_force(int);
double compute_scalar();
double compute_vector(int);
virtual void precompute(int) = 0;
virtual void wall_particle(int, int, double) = 0;
protected:
double epsilon[6],sigma[6],cutoff[6];
double ewall[7],ewall_all[7];
double xscale,yscale,zscale;
int estyle[6],sstyle[6],wstyle[6];
int eindex[6],sindex[6];
char *estr[6],*sstr[6];
int vflag; // 1 if any wall position,epsilon,sigma is a var
int eflag; // per-wall flag for energy summation
int nlevels_respa;
double dt;
int fldflag;
};
}
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Wall defined twice in fix wall command
Self-explanatory.
E: Fix wall cutoff <= 0.0
Self-explanatory.
-E: Cannot use fix wall in periodic dimension
+E: Cannot use fix wall zlo/zhi for a 2d simulation
Self-explanatory.
-E: Cannot use fix wall zlo/zhi for a 2d simulation
+E: Cannot use fix wall in periodic dimension
Self-explanatory.
E: Use of fix wall with undefined lattice
Must use lattice command with fix wall command if units option is set
to lattice.
E: Variable name for fix wall does not exist
Self-explanatory.
E: Variable for fix wall is invalid style
Only equal-style variables can be used.
+E: Variable evaluation in fix wall gave bad value
+
+UNDOCUMENTED
+
*/
diff --git a/src/group.h b/src/group.h
index 90f63b6fa..72ad95708 100644
--- a/src/group.h
+++ b/src/group.h
@@ -1,123 +1,131 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_GROUP_H
#define LMP_GROUP_H
#include "stdio.h"
#include "pointers.h"
namespace LAMMPS_NS {
class Group : protected Pointers {
public:
int ngroup; // # of defined groups
char **names; // name of each group
int *bitmask; // one-bit mask for each group
int *inversemask; // inverse mask for each group
Group(class LAMMPS *);
~Group();
void assign(int, char **); // assign atoms to a group
void create(char *, int *); // add flagged atoms to a group
int find(const char *); // lookup name in list of groups
void write_restart(FILE *);
void read_restart(FILE *);
bigint count(int); // count atoms in group
bigint count(int,int); // count atoms in group & region
double mass(int); // total mass of atoms in group
double mass(int,int);
double charge(int); // total charge of atoms in group
double charge(int,int);
void bounds(int, double *); // bounds of atoms in group
void bounds(int, double *, int);
void xcm(int, double, double *); // center-of-mass coords of group
void xcm(int, double, double *, int);
void vcm(int, double, double *); // center-of-mass velocity of group
void vcm(int, double, double *, int);
void fcm(int, double *); // total force on group
void fcm(int, double *, int);
double ke(int); // kinetic energy of group
double ke(int, int);
double gyration(int, double, double *); // radius-of-gyration of group
double gyration(int, double, double *, int);
void angmom(int, double *, double *); // angular momentum of group
void angmom(int, double *, double *, int);
void torque(int, double *, double *); // torque on group
void torque(int, double *, double *, int);
void inertia(int, double *, double [3][3]); // inertia tensor
void inertia(int, double *, double [3][3], int);
void omega(double *, double [3][3], double *); // angular velocity
private:
int me;
int find_unused();
};
}
#endif
/* ERROR/WARNING messages:
E: Group command before simulation box is defined
The group command cannot be used before a read_data, read_restart, or
create_box command.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Could not find group delete group ID
Self-explanatory.
E: Cannot delete group all
Self-explanatory.
E: Cannot delete group currently used by a fix
Self-explanatory.
E: Cannot delete group currently used by a compute
Self-explanatory.
E: Cannot delete group currently used by a dump
Self-explanatory.
E: Cannot delete group currently used by atom_modify first
Self-explanatory.
E: Too many groups
The maximum number of atom groups (including the "all" group) is
given by MAX_GROUP in group.cpp and is 32.
E: Group region ID does not exist
A region ID used in the group command does not exist.
+E: Variable name for group does not exist
+
+UNDOCUMENTED
+
+E: Variable for group is invalid style
+
+UNDOCUMENTED
+
E: Group ID does not exist
A group ID used in the group command does not exist.
*/
diff --git a/src/input.h b/src/input.h
index b53701dfa..a68f2446b 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,331 +1,335 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_INPUT_H
#define LMP_INPUT_H
#include "stdio.h"
#include "pointers.h"
namespace LAMMPS_NS {
class Input : protected Pointers {
public:
int narg; // # of command args
char **arg; // parsed args for command
class Variable *variable; // defined variables
Input(class LAMMPS *, int, char **);
~Input();
void file(); // process all input
void file(const char *); // process an input script
char *one(const char *); // process a single command
void substitute(char *&, char *&, int &, int &, int);
// substitute for variables in a string
private:
int me; // proc ID
char *command; // ptr to current command
int maxarg; // max # of args in arg
char *line,*copy,*work; // input line & copy and work string
int maxline,maxcopy,maxwork; // max lengths of char strings
int echo_screen; // 0 = no, 1 = yes
int echo_log; // 0 = no, 1 = yes
int nfile,maxfile; // current # and max # of open input files
int label_active; // 0 = no label, 1 = looking for label
char *labelstr; // label string being looked for
int jump_skip; // 1 if skipping next jump, 0 otherwise
FILE **infiles; // list of open input files
void parse(); // parse an input text line
char *nextword(char *, char **); // find next word in string with quotes
void reallocate(char *&, int &, int); // reallocate a char string
int execute_command(); // execute a single command
void clear(); // input script commands
void echo();
void ifthenelse();
void include();
void jump();
void label();
void log();
void next_command();
void partition();
void print();
void quit();
void shell();
void variable_command();
void angle_coeff(); // LAMMPS commands
void angle_style();
void atom_modify();
void atom_style();
void bond_coeff();
void bond_style();
void boundary();
void box();
void communicate();
void compute();
void compute_modify();
void dielectric();
void dihedral_coeff();
void dihedral_style();
void dimension();
void dump();
void dump_modify();
void fix();
void fix_modify();
void group_command();
void improper_coeff();
void improper_style();
void kspace_modify();
void kspace_style();
void lattice();
void mass();
void min_modify();
void min_style();
void neigh_modify();
void neighbor_command();
void newton();
void package();
void pair_coeff();
void pair_modify();
void pair_style();
void pair_write();
void processors();
void region();
void reset_timestep();
void restart();
void run_style();
void special_bonds();
void suffix();
void thermo();
void thermo_modify();
void thermo_style();
void timestep();
void uncompute();
void undump();
void unfix();
void units();
};
}
#endif
/* ERROR/WARNING messages:
E: Label wasn't found in input script
Self-explanatory.
-E: Input line too long: %s
-
-This is a hard (very large) limit defined in the input.cpp file.
-
E: Unknown command: %s
The command is not known to LAMMPS. Check the input script.
E: Another input script is already being processed
Cannot attempt to open a 2nd input script, when the original file is
still being processed.
E: Cannot open input script %s
Self-explanatory.
E: Unbalanced quotes in input line
No matching end double quote was found following a leading double
quote.
E: Input line quote not followed by whitespace
An end quote must be followed by whitespace.
E: Invalid variable name
Variable name used in an input script line is invalid.
E: Substitution for illegal variable
Input script line contained a variable that could not be substituted
for.
-E: Input line too long after variable substitution
-
-This is a hard (very large) limit defined in the input.cpp file.
-
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot open logfile %s
The LAMMPS log file specified in the input script cannot be opened.
Check that the path and name are correct.
E: Angle_coeff command before simulation box is defined
The angle_coeff command cannot be used before a read_data,
read_restart, or create_box command.
E: Angle_coeff command before angle_style is defined
Coefficients cannot be set in the data file or via the angle_coeff
command until an angle_style has been assigned.
E: Angle_coeff command when no angles allowed
The chosen atom style does not allow for angles to be defined.
E: Angle_style command when no angles allowed
The chosen atom style does not allow for angles to be defined.
E: Atom_style command after simulation box is defined
The atom_style command cannot be used after a read_data,
read_restart, or create_box command.
E: Bond_coeff command before simulation box is defined
The bond_coeff command cannot be used before a read_data,
read_restart, or create_box command.
E: Bond_coeff command before bond_style is defined
Coefficients cannot be set in the data file or via the bond_coeff
command until an bond_style has been assigned.
E: Bond_coeff command when no bonds allowed
The chosen atom style does not allow for bonds to be defined.
E: Bond_style command when no bonds allowed
The chosen atom style does not allow for bonds to be defined.
E: Boundary command after simulation box is defined
The boundary command cannot be used after a read_data, read_restart,
or create_box command.
+E: Box command after simulation box is defined
+
+UNDOCUMENTED
+
E: Dihedral_coeff command before simulation box is defined
The dihedral_coeff command cannot be used before a read_data,
read_restart, or create_box command.
E: Dihedral_coeff command before dihedral_style is defined
Coefficients cannot be set in the data file or via the dihedral_coeff
command until an dihedral_style has been assigned.
E: Dihedral_coeff command when no dihedrals allowed
The chosen atom style does not allow for dihedrals to be defined.
E: Dihedral_style command when no dihedrals allowed
The chosen atom style does not allow for dihedrals to be defined.
E: Dimension command after simulation box is defined
The dimension command cannot be used after a read_data,
read_restart, or create_box command.
E: Improper_coeff command before simulation box is defined
The improper_coeff command cannot be used before a read_data,
read_restart, or create_box command.
E: Improper_coeff command before improper_style is defined
Coefficients cannot be set in the data file or via the improper_coeff
command until an improper_style has been assigned.
E: Improper_coeff command when no impropers allowed
The chosen atom style does not allow for impropers to be defined.
E: Improper_style command when no impropers allowed
The chosen atom style does not allow for impropers to be defined.
E: KSpace style has not yet been set
Cannot use kspace_modify command until a kspace style is set.
E: Mass command before simulation box is defined
The mass command cannot be used before a read_data, read_restart, or
create_box command.
E: Min_style command before simulation box is defined
The min_style command cannot be used before a read_data, read_restart,
or create_box command.
E: Newton bond change after simulation box is defined
The newton command cannot be used to change the newton bond value
after a read_data, read_restart, or create_box command.
E: Package command after simulation box is defined
The package command cannot be used afer a read_data, read_restart, or
create_box command.
E: Package cuda command without USER-CUDA installed
The USER-CUDA package must be installed via "make yes-user-cuda"
before LAMMPS is built.
E: Pair_coeff command before simulation box is defined
The pair_coeff command cannot be used before a read_data,
read_restart, or create_box command.
E: Pair_coeff command before pair_style is defined
Self-explanatory.
E: Pair_modify command before pair_style is defined
Self-explanatory.
E: Pair_write command before pair_style is defined
Self-explanatory.
E: Processors command after simulation box is defined
The processors command cannot be used after a read_data, read_restart,
or create_box command.
E: Run_style command before simulation box is defined
The run_style command cannot be used before a read_data,
read_restart, or create_box command.
E: Units command after simulation box is defined
The units command cannot be used after a read_data, read_restart, or
create_box command.
+U: Input line too long: %s
+
+This is a hard (very large) limit defined in the input.cpp file.
+
+U: Input line too long after variable substitution
+
+This is a hard (very large) limit defined in the input.cpp file.
+
*/
diff --git a/src/kspace.h b/src/kspace.h
index 97be5d826..dc2d84771 100644
--- a/src/kspace.h
+++ b/src/kspace.h
@@ -1,179 +1,187 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_KSPACE_H
#define LMP_KSPACE_H
#include "pointers.h"
#ifdef FFT_SINGLE
typedef float FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_FLOAT
#else
typedef double FFT_SCALAR;
#define MPI_FFT_SCALAR MPI_DOUBLE
#endif
namespace LAMMPS_NS {
class KSpace : protected Pointers {
friend class ThrOMP;
friend class FixOMP;
public:
double energy; // accumulated energy
double energy_1,energy_6;
double virial[6]; // accumlated virial
double *eatom,**vatom; // accumulated per-atom energy/virial
double e2group; // accumulated group-group energy
double f2group[3]; // accumulated group-group force
int ewaldflag; // 1 if a Ewald solver
int pppmflag; // 1 if a PPPM solver
int msmflag; // 1 if a MSM solver
int dispersionflag; // 1 if a LJ/dispersion solver
int tip4pflag; // 1 if a TIP4P solver
double g_ewald,g_ewald_6;
int nx_pppm,ny_pppm,nz_pppm; // global FFT grid for Coulombics
int nx_pppm_6,ny_pppm_6,nz_pppm_6; // global FFT grid for dispersion
int nx_msm_max,ny_msm_max,nz_msm_max;
int group_group_enable; // 1 if style supports group/group calculation
unsigned int datamask;
unsigned int datamask_ext;
int compute_flag; // 0 if skip compute()
int fftbench; // 0 if skip FFT timing
KSpace(class LAMMPS *, int, char **);
virtual ~KSpace();
void modify_params(int, char **);
void *extract(const char *);
void compute_dummy(int, int);
// general child-class methods
virtual void init() = 0;
virtual void setup() = 0;
virtual void setup_grid() {};
virtual void compute(int, int) = 0;
virtual void compute_group_group(int, int, int) {};
virtual void pack_forward(int, FFT_SCALAR *, int, int *) {};
virtual void unpack_forward(int, FFT_SCALAR *, int, int *) {};
virtual void pack_reverse(int, FFT_SCALAR *, int, int *) {};
virtual void unpack_reverse(int, FFT_SCALAR *, int, int *) {};
virtual int timing(int, double &, double &) {return 0;}
virtual int timing_1d(int, double &) {return 0;}
virtual int timing_3d(int, double &) {return 0;}
virtual double memory_usage() {return 0.0;}
/* ----------------------------------------------------------------------
compute gamma for MSM and pair styles
see Eq 4 from Parallel Computing 35 (2009) 164–177
------------------------------------------------------------------------- */
double gamma(const double &rho) const {
if (rho <= 1.0) {
const int split_order = order/2;
const double rho2 = rho*rho;
double g = gcons[split_order][0];
double rho_n = rho2;
for (int n=1; n<=split_order; n++) {
g += gcons[split_order][n]*rho_n;
rho_n *= rho2;
}
return g;
} else
return (1.0/rho);
}
/* ----------------------------------------------------------------------
compute the derivative of gamma for MSM and pair styles
see Eq 4 from Parallel Computing 35 (2009) 164-177
------------------------------------------------------------------------- */
double dgamma(const double &rho) const {
if (rho <= 1.0) {
const int split_order = order/2;
const double rho2 = rho*rho;
double dg = dgcons[split_order][0]*rho;
double rho_n = rho*rho2;
for (int n=1; n<split_order; n++) {
dg += dgcons[split_order][n]*rho_n;
rho_n *= rho2;
}
return dg;
} else
return (-1.0/rho/rho);
}
protected:
int gridflag,gridflag_6;
int gewaldflag,gewaldflag_6;
int order,order_6;
int minorder,overlap_allowed;
int differentiation_flag;
int slabflag;
int adjust_cutoff_flag;
int suffix_flag; // suffix compatibility flag
double scale;
double slab_volfactor;
double **gcons,**dgcons; // accumulated per-atom energy/virial
double accuracy; // accuracy of KSpace solver (force units)
double accuracy_absolute; // user-specifed accuracy in force units
double accuracy_relative; // user-specified dimensionless accuracy
// accurary = acc_rel * two_charge_force
double two_charge_force; // force in user units of two point
// charges separated by 1 Angstrom
int evflag,evflag_atom;
int eflag_either,eflag_global,eflag_atom;
int vflag_either,vflag_global,vflag_atom;
int maxeatom,maxvatom;
void pair_check();
void ev_setup(int, int);
double estimate_table_accuracy(double, double);
};
}
#endif
/* ERROR/WARNING messages:
+E: KSpace solver requires a pair style
+
+UNDOCUMENTED
+
+E: KSpace style is incompatible with Pair style
+
+UNDOCUMENTED
+
+W: For better accuracy use 'pair_modify table 0'
+
+The user-specified force accuracy cannot be achieved unless the table
+feature is disabled by using 'pair_modify table 0'.
+
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Bad kspace_modify slab parameter
Kspace_modify value for the slab/volume keyword must be >= 2.0.
W: Kspace_modify slab param < 2.0 may cause unphysical behavior
The kspace_modify slab parameter should be larger to insure periodic
grids padded with empty space do not overlap.
-W: For better accuracy use 'pair_modify table 0'
-
-The user-specified force accuracy cannot be achieved unless the table
-feature is disabled by using 'pair_modify table 0'.
-
*/
diff --git a/src/lammps.h b/src/lammps.h
index e3d7836a9..a32a136b4 100644
--- a/src/lammps.h
+++ b/src/lammps.h
@@ -1,157 +1,157 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_LAMMPS_H
#define LMP_LAMMPS_H
#include "stdio.h"
namespace LAMMPS_NS {
class LAMMPS {
public:
// ptrs to fundamental LAMMPS classes
class Memory *memory; // memory allocation functions
class Error *error; // error handling
class Universe *universe; // universe of processors
class Input *input; // input script processing
// ptrs to top-level LAMMPS-specific classes
class Atom *atom; // atom-based quantities
class Update *update; // integrators/minimizers
class Neighbor *neighbor; // neighbor lists
class Comm *comm; // inter-processor communication
class Domain *domain; // simulation box
class Force *force; // inter-particle forces
class Modify *modify; // fixes and computes
class Group *group; // groups of atoms
class Output *output; // thermo/dump/restart
class Timer *timer; // CPU timing info
MPI_Comm world; // MPI communicator
FILE *infile; // infile
FILE *screen; // screen output
FILE *logfile; // logfile
char *suffix; // suffix to add to input script style names
int suffix_enable; // 1 if suffix enabled, 0 if disabled
class Cuda *cuda; // CUDA accelerator class
LAMMPS(int, char **, MPI_Comm);
~LAMMPS();
void create();
void post_create();
void init();
void destroy();
void print_styles();
};
}
#endif
/* ERROR/WARNING messages:
E: Invalid command-line argument
One or more command-line arguments is invalid. Check the syntax of
the command you are using to launch LAMMPS.
E: Cannot use -reorder after -partition
Self-explanatory. See doc page discussion of command-line switches.
E: Processor partitions are inconsistent
The total number of processors in all partitions must match the number
of processors LAMMPS is running on.
E: Must use -in switch with multiple partitions
A multi-partition simulation cannot read the input script from stdin.
The -in command-line option must be used to specify a file.
E: Can only use -pscreen with multiple partitions
Self-explanatory. See doc page discussion of command-line switches.
E: Can only use -plog with multiple partitions
Self-explanatory. See doc page discussion of command-line switches.
E: Cannot open universe screen file
For a multi-partition run, the master screen file cannot be opened.
Check that the directory you are running in allows for files to be
created.
E: Cannot open log.lammps
The default LAMMPS log file cannot be opened. Check that the
directory you are running in allows for files to be created.
E: Cannot open universe log file
For a multi-partition run, the master log file cannot be opened.
Check that the directory you are running in allows for files to be
created.
E: Cannot open input script %s
Self-explanatory.
E: Cannot open screen file
The screen file specified as a command-line argument cannot be
opened. Check that the directory you are running in allows for files
to be created.
E: Cannot open logfile
The LAMMPS log file named in a command-line argument cannot be opened.
Check that the path and name are correct.
E: Smallint setting in lmptype.h is invalid
It has to be the size of an integer.
E: Tagint setting in lmptype.h is invalid
Tagint must be as large or larger than smallint.
E: Bigint setting in lmptype.h is invalid
Size of bigint is less than size of tagint.
E: MPI_LMP_TAGINT and tagint in lmptype.h are not compatible
The size of the MPI datatype does not match the size of a tagint.
E: MPI_LMP_BIGINT and bigint in lmptype.h are not compatible
The size of the MPI datatype does not match the size of a bigint.
E: Small, tag, big integers are not sized correctly
See description of these 3 data types in src/lmptype.h.
-E: 64-bit atom IDs are not yet supported
-
-See description of this data type in src/lmptype.h.
-
E: Cannot use -cuda on without USER-CUDA installed
The USER-CUDA package must be installed via "make yes-user-cuda"
before LAMMPS is built.
+U: 64-bit atom IDs are not yet supported
+
+See description of this data type in src/lmptype.h.
+
*/
diff --git a/src/library.h b/src/library.h
index eea7f92e4..46230ff5e 100644
--- a/src/library.h
+++ b/src/library.h
@@ -1,50 +1,58 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/*
C or Fortran style library interface to LAMMPS
new LAMMPS-specific functions can be added
*/
#include "mpi.h"
/* ifdefs allow this file to be included in a C program */
#ifdef __cplusplus
extern "C" {
#endif
void lammps_open(int, char **, MPI_Comm, void **);
void lammps_open_no_mpi(int, char **, void **);
void lammps_close(void *);
void lammps_file(void *, char *);
char *lammps_command(void *, char *);
void lammps_free(void *);
void *lammps_extract_global(void *, char *);
void *lammps_extract_atom(void *, char *);
void *lammps_extract_compute(void *, char *, int, int);
void *lammps_extract_fix(void *, char *, int, int, int, int);
void *lammps_extract_variable(void *, char *, char *);
int lammps_get_natoms(void *);
void lammps_gather_atoms(void *, char *, int, int, void *);
void lammps_scatter_atoms(void *, char *, int, int, void *);
#ifdef __cplusplus
}
#endif
/* ERROR/WARNING messages:
+W: Library error in lammps_gather_atoms
+
+UNDOCUMENTED
+
+W: Library error in lammps_scatter_atoms
+
+UNDOCUMENTED
+
*/
diff --git a/src/neigh_bond.h b/src/neigh_bond.h
index 1cf7c80a4..8de548917 100644
--- a/src/neigh_bond.h
+++ b/src/neigh_bond.h
@@ -1,43 +1,55 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ERROR/WARNING messages:
E: Bond atoms %d %d missing on proc %d at step %ld
The 2nd atom needed to compute a particular bond is missing on this
processor. Typically this is because the pairwise cutoff is set too
short or the bond has blown apart and an atom is too far away.
+E: Bond extent > half of periodic box length
+
+UNDOCUMENTED
+
E: Angle atoms %d %d %d missing on proc %d at step %ld
One or more of 3 atoms needed to compute a particular angle are
missing on this processor. Typically this is because the pairwise
cutoff is set too short or the angle has blown apart and an atom is
too far away.
+E: Angle extent > half of periodic box length
+
+UNDOCUMENTED
+
E: Dihedral atoms %d %d %d %d missing on proc %d at step %ld
One or more of 4 atoms needed to compute a particular dihedral are
missing on this processor. Typically this is because the pairwise
cutoff is set too short or the dihedral has blown apart and an atom is
too far away.
+E: Dihedral/improper extent > half of periodic box length
+
+UNDOCUMENTED
+
E: Improper atoms %d %d %d %d missing on proc %d at step %ld
One or more of 4 atoms needed to compute a particular improper are
missing on this processor. Typically this is because the pairwise
cutoff is set too short or the improper has blown apart and an atom is
too far away.
*/
diff --git a/src/neighbor.h b/src/neighbor.h
index d480fe321..d53d80666 100644
--- a/src/neighbor.h
+++ b/src/neighbor.h
@@ -1,395 +1,399 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_NEIGHBOR_H
#define LMP_NEIGHBOR_H
#include "pointers.h"
namespace LAMMPS_NS {
class Neighbor : protected Pointers {
friend class Cuda;
public:
int style; // 0,1,2 = nsq, bin, multi
int every; // build every this many steps
int delay; // delay build for this many steps
int dist_check; // 0 = always build, 1 = only if 1/2 dist
int ago; // how many steps ago neighboring occurred
int pgsize; // size of neighbor page
int oneatom; // max # of neighbors for one atom
int includegroup; // only build pairwise lists for this group
int build_once; // 1 if only build lists once per run
int cudable; // GPU <-> CPU communication flag for CUDA
double skin; // skin distance
double cutneighmin; // min neighbor cutoff for all type pairs
double cutneighmax; // max neighbor cutoff for all type pairs
double *cuttype; // for each type, max neigh cut w/ others
bigint ncalls; // # of times build has been called
bigint ndanger; // # of dangerous builds
bigint lastcall; // timestep of last neighbor::build() call
int nrequest; // requests for pairwise neighbor lists
class NeighRequest **requests; // from Pair, Fix, Compute, Command classes
int maxrequest;
int old_style; // previous run info to avoid
int old_nrequest; // re-creation of pairwise neighbor lists
int old_triclinic;
class NeighRequest **old_requests;
int nlist; // pairwise neighbor lists
class NeighList **lists;
int nbondlist; // list of bonds to compute
int **bondlist;
int nanglelist; // list of angles to compute
int **anglelist;
int ndihedrallist; // list of dihedrals to compute
int **dihedrallist;
int nimproperlist; // list of impropers to compute
int **improperlist;
Neighbor(class LAMMPS *);
virtual ~Neighbor();
virtual void init();
int request(void *); // another class requests a neighbor list
void print_lists_of_lists(); // debug print out
int decide(); // decide whether to build or not
virtual int check_distance(); // check max distance moved since last build
void setup_bins(); // setup bins based on box and cutoff
virtual void build(int topoflag=1); // create all neighbor lists (pair,bond)
virtual void build_topology(); // create all topology neighbor lists
void build_one(int); // create a single neighbor list
void set(int, char **); // set neighbor style and skin distance
void modify_params(int, char**); // modify parameters that control builds
bigint memory_usage();
int exclude_setting();
protected:
int me,nprocs;
int maxatom; // size of atom-based NeighList arrays
int maxbond,maxangle,maxdihedral,maximproper; // size of bond lists
int maxwt; // max weighting factor applied + 1
int must_check; // 1 if must check other classes to reneigh
int restart_check; // 1 if restart enabled, 0 if no
int fix_check; // # of fixes that induce reneigh
int *fixchecklist; // which fixes to check
double **cutneighsq; // neighbor cutneigh sq for each type pair
double **cutneighghostsq; // neighbor cutnsq for each ghost type pair
double cutneighmaxsq; // cutneighmax squared
double *cuttypesq; // cuttype squared
double triggersq; // trigger = build when atom moves this dist
int cluster_check; // 1 if check bond/angle/etc satisfies minimg
double **xhold; // atom coords at last neighbor build
int maxhold; // size of xhold array
int boxcheck; // 1 if need to store box size
double boxlo_hold[3],boxhi_hold[3]; // box size at last neighbor build
double corners_hold[8][3]; // box corners at last neighbor build
int nbinx,nbiny,nbinz; // # of global bins
int *bins; // ptr to next atom in each bin
int maxbin; // size of bins array
int *binhead; // ptr to 1st atom in each bin
int maxhead; // size of binhead array
int mbins; // # of local bins and offset
int mbinx,mbiny,mbinz;
int mbinxlo,mbinylo,mbinzlo;
int binsizeflag; // user-chosen bin size
double binsize_user;
double binsizex,binsizey,binsizez; // actual bin sizes and inverse sizes
double bininvx,bininvy,bininvz;
int sx,sy,sz,smax; // bin stencil extents
int dimension; // 2/3 for 2d/3d
int triclinic; // 0 if domain is orthog, 1 if triclinic
int newton_pair; // 0 if newton off, 1 if on for pairwise
double *bboxlo,*bboxhi; // ptrs to full domain bounding box
double (*corners)[3]; // ptr to 8 corners of triclinic box
double inner[2],middle[2]; // rRESPA cutoffs for extra lists
double cut_inner_sq; // outer cutoff for inner neighbor list
double cut_middle_sq; // outer cutoff for middle neighbor list
double cut_middle_inside_sq; // inner cutoff for middle neighbor list
int special_flag[4]; // flags for 1-2, 1-3, 1-4 neighbors
int anyghostlist; // 1 if any non-occasional list
// stores neighbors of ghosts
int exclude; // 0 if no type/group exclusions, 1 if yes
int nex_type; // # of entries in type exclusion list
int maxex_type; // max # in type list
int *ex1_type,*ex2_type; // pairs of types to exclude
int **ex_type; // 2d array of excluded type pairs
int nex_group; // # of entries in group exclusion list
int maxex_group; // max # in group list
int *ex1_group,*ex2_group; // pairs of group #'s to exclude
int *ex1_bit,*ex2_bit; // pairs of group bits to exclude
int nex_mol; // # of entries in molecule exclusion list
int maxex_mol; // max # in molecule list
int *ex_mol_group; // molecule group #'s to exclude
int *ex_mol_bit; // molecule group bits to exclude
int nblist,nglist,nslist; // # of pairwise neigh lists of various kinds
int *blist; // lists to build every reneighboring
int *glist; // lists to grow atom arrays every reneigh
int *slist; // lists to grow stencil arrays every reneigh
void bin_atoms(); // bin all atoms
double bin_distance(int, int, int); // distance between binx
int coord2bin(double *); // mapping atom coord to a bin
int coord2bin(double *, int &, int &, int&); // ditto
int exclusion(int, int, int,
int, int *, int *) const; // test for pair exclusion
virtual void choose_build(int, class NeighRequest *);
void choose_stencil(int, class NeighRequest *);
// pairwise build functions
typedef void (Neighbor::*PairPtr)(class NeighList *);
PairPtr *pair_build;
void half_nsq_no_newton(class NeighList *);
void half_nsq_no_newton_ghost(class NeighList *);
void half_nsq_newton(class NeighList *);
void half_bin_no_newton(class NeighList *);
void half_bin_no_newton_ghost(class NeighList *);
void half_bin_newton(class NeighList *);
void half_bin_newton_tri(class NeighList *);
void half_multi_no_newton(class NeighList *);
void half_multi_newton(class NeighList *);
void half_multi_newton_tri(class NeighList *);
void full_nsq(class NeighList *);
void full_nsq_ghost(class NeighList *);
void full_bin(class NeighList *);
void full_bin_ghost(class NeighList *);
void full_multi(class NeighList *);
void half_from_full_no_newton(class NeighList *);
void half_from_full_newton(class NeighList *);
void skip_from(class NeighList *);
void skip_from_granular(class NeighList *);
void skip_from_respa(class NeighList *);
void copy_from(class NeighList *);
void granular_nsq_no_newton(class NeighList *);
void granular_nsq_newton(class NeighList *);
void granular_bin_no_newton(class NeighList *);
void granular_bin_newton(class NeighList *);
void granular_bin_newton_tri(class NeighList *);
void respa_nsq_no_newton(class NeighList *);
void respa_nsq_newton(class NeighList *);
void respa_bin_no_newton(class NeighList *);
void respa_bin_newton(class NeighList *);
void respa_bin_newton_tri(class NeighList *);
// include prototypes for multi-threaded neighbor lists
// builds or their corresponding dummy versions
#define LMP_INSIDE_NEIGHBOR_H
#include "accelerator_omp.h"
#undef LMP_INSIDE_NEIGHBOR_H
// pairwise stencil creation functions
typedef void (Neighbor::*StencilPtr)(class NeighList *, int, int, int);
StencilPtr *stencil_create;
void stencil_half_bin_2d_no_newton(class NeighList *, int, int, int);
void stencil_half_ghost_bin_2d_no_newton(class NeighList *, int, int, int);
void stencil_half_bin_3d_no_newton(class NeighList *, int, int, int);
void stencil_half_ghost_bin_3d_no_newton(class NeighList *, int, int, int);
void stencil_half_bin_2d_newton(class NeighList *, int, int, int);
void stencil_half_bin_3d_newton(class NeighList *, int, int, int);
void stencil_half_bin_2d_newton_tri(class NeighList *, int, int, int);
void stencil_half_bin_3d_newton_tri(class NeighList *, int, int, int);
void stencil_half_multi_2d_no_newton(class NeighList *, int, int, int);
void stencil_half_multi_3d_no_newton(class NeighList *, int, int, int);
void stencil_half_multi_2d_newton(class NeighList *, int, int, int);
void stencil_half_multi_3d_newton(class NeighList *, int, int, int);
void stencil_half_multi_2d_newton_tri(class NeighList *, int, int, int);
void stencil_half_multi_3d_newton_tri(class NeighList *, int, int, int);
void stencil_full_bin_2d(class NeighList *, int, int, int);
void stencil_full_ghost_bin_2d(class NeighList *, int, int, int);
void stencil_full_bin_3d(class NeighList *, int, int, int);
void stencil_full_ghost_bin_3d(class NeighList *, int, int, int);
void stencil_full_multi_2d(class NeighList *, int, int, int);
void stencil_full_multi_3d(class NeighList *, int, int, int);
// topology build functions
typedef void (Neighbor::*BondPtr)(); // ptrs to topology build functions
BondPtr bond_build; // ptr to bond list functions
void bond_all(); // bond list with all bonds
void bond_partial(); // exclude certain bonds
void bond_check();
BondPtr angle_build; // ptr to angle list functions
void angle_all(); // angle list with all angles
void angle_partial(); // exclude certain angles
void angle_check();
BondPtr dihedral_build; // ptr to dihedral list functions
void dihedral_all(); // dihedral list with all dihedrals
void dihedral_partial(); // exclude certain dihedrals
void dihedral_check(int, int **);
BondPtr improper_build; // ptr to improper list functions
void improper_all(); // improper list with all impropers
void improper_partial(); // exclude certain impropers
// find_special: determine if atom j is in special list of atom i
// if it is not, return 0
// if it is and special flag is 0 (both coeffs are 0.0), return -1
// if it is and special flag is 1 (both coeffs are 1.0), return 0
// if it is and special flag is 2 (otherwise), return 1,2,3
// for which level of neighbor it is (and which coeff it maps to)
inline int find_special(const int *list, const int *nspecial,
const int tag) const {
const int n1 = nspecial[0];
const int n2 = nspecial[1];
const int n3 = nspecial[2];
for (int i = 0; i < n3; i++) {
if (list[i] == tag) {
if (i < n1) {
if (special_flag[1] == 0) return -1;
else if (special_flag[1] == 1) return 0;
else return 1;
} else if (i < n2) {
if (special_flag[2] == 0) return -1;
else if (special_flag[2] == 1) return 0;
else return 2;
} else {
if (special_flag[3] == 0) return -1;
else if (special_flag[3] == 1) return 0;
else return 3;
}
}
}
return 0;
};
};
}
#endif
/* ERROR/WARNING messages:
E: Neighbor delay must be 0 or multiple of every setting
The delay and every parameters set via the neigh_modify command are
inconsistent. If the delay setting is non-zero, then it must be a
multiple of the every setting.
E: Neighbor page size must be >= 10x the one atom setting
This is required to prevent wasting too much memory.
E: Invalid atom type in neighbor exclusion list
Atom types must range from 1 to Ntypes inclusive.
+W: Neighbor exclusions used with KSpace solver may give inconsistent Coulombic energies
+
+UNDOCUMENTED
+
E: Neighbor include group not allowed with ghost neighbors
This is a current restriction within LAMMPS.
E: Neighbor multi not yet enabled for ghost neighbors
This is a current restriction within LAMMPS.
E: Neighbor multi not yet enabled for granular
Self-explanatory.
E: Neighbor multi not yet enabled for rRESPA
Self-explanatory.
E: Too many local+ghost atoms for neighbor list
The number of nlocal + nghost atoms on a processor
is limited by the size of a 32-bit integer with 2 bits
removed for masking 1-2, 1-3, 1-4 neighbors.
W: Building an occasional neighobr list when atoms may have moved too far
This can cause LAMMPS to crash when the neighbor list is built.
The solution is to check for building the regular neighbor lists
more frequently.
E: Domain too large for neighbor bins
The domain has become extremely large so that neighbor bins cannot be
used. Most likely, one or more atoms have been blown out of the
simulation box to a great distance.
E: Cannot use neighbor bins - box size << cutoff
Too many neighbor bins will be created. This typically happens when
the simulation box is very small in some dimension, compared to the
neighbor cutoff. Use the "nsq" style instead of "bin" style.
E: Too many neighbor bins
This is likely due to an immense simulation box that has blown up
to a large size.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Invalid group ID in neigh_modify command
A group ID used in the neigh_modify command does not exist.
E: Neigh_modify include group != atom_modify first group
Self-explanatory.
E: Neigh_modify exclude molecule requires atom attribute molecule
Self-explanatory.
*/
diff --git a/src/pair.h b/src/pair.h
index 124df7a96..8d85a0e94 100644
--- a/src/pair.h
+++ b/src/pair.h
@@ -1,286 +1,290 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_PAIR_H
#define LMP_PAIR_H
#include "pointers.h"
namespace LAMMPS_NS {
class Pair : protected Pointers {
friend class AngleSDK;
friend class AngleSDKOMP;
friend class BondQuartic;
friend class BondQuarticOMP;
friend class DihedralCharmm;
friend class DihedralCharmmOMP;
friend class FixGPU;
friend class FixOMP;
friend class ThrOMP;
public:
double eng_vdwl,eng_coul; // accumulated energies
double virial[6]; // accumulated virial
double *eatom,**vatom; // accumulated per-atom energy/virial
double cutforce; // max cutoff for all atom pairs
double **cutsq; // cutoff sq for each atom pair
int **setflag; // 0/1 = whether each i,j has been set
int comm_forward; // size of forward communication (0 if none)
int comm_reverse; // size of reverse communication (0 if none)
int comm_reverse_off; // size of reverse comm even if newton off
int single_enable; // 1 if single() routine exists
int restartinfo; // 1 if pair style writes restart info
int respa_enable; // 1 if inner/middle/outer rRESPA routines
int one_coeff; // 1 if allows only one coeff * * call
int no_virial_fdotr_compute; // 1 if does not invoke virial_fdotr_compute()
int ghostneigh; // 1 if pair style needs neighbors of ghosts
double **cutghost; // cutoff for each ghost pair
int ewaldflag; // 1 if compatible with Ewald solver
int pppmflag; // 1 if compatible with PPPM solver
int msmflag; // 1 if compatible with MSM solver
int dispersionflag; // 1 if compatible with LJ/dispersion solver
int tip4pflag; // 1 if compatible with TIP4P solver
int tail_flag; // pair_modify flag for LJ tail correction
double etail,ptail; // energy/pressure tail corrections
double etail_ij,ptail_ij;
int evflag; // energy,virial settings
int eflag_either,eflag_global,eflag_atom;
int vflag_either,vflag_global,vflag_atom;
int ncoultablebits; // size of Coulomb table, accessed by KSpace
double tabinnersq;
double *rtable,*drtable,*ftable,*dftable,*ctable,*dctable;
double *etable,*detable,*ptable,*dptable,*vtable,*dvtable;
int ncoulshiftbits,ncoulmask;
int nextra; // # of extra quantities pair style calculates
double *pvector; // vector of extra pair quantities
int single_extra; // number of extra single values calculated
double *svector; // vector of extra single quantities
class NeighList *list; // standard neighbor list used by most pairs
class NeighList *listhalf; // half list used by some pairs
class NeighList *listfull; // full list used by some pairs
class NeighList *listgranhistory; // granular history list used by some pairs
class NeighList *listinner; // rRESPA lists used by some pairs
class NeighList *listmiddle;
class NeighList *listouter;
unsigned int datamask;
unsigned int datamask_ext;
int compute_flag; // 0 if skip compute()
Pair(class LAMMPS *);
virtual ~Pair();
// top-level Pair methods
void init();
void reinit();
double mix_energy(double, double, double, double);
double mix_distance(double, double);
void write_file(int, char **);
void init_bitmap(double, double, int, int &, int &, int &, int &);
virtual void modify_params(int, char **);
void compute_dummy(int, int);
// need to be public, so can be called by pair_style reaxc
void v_tally(int, double *, double *);
void ev_tally(int, int, int, int, double, double, double,
double, double, double);
void ev_tally3(int, int, int, double, double,
double *, double *, double *, double *);
void v_tally3(int, int, int, double *, double *, double *, double *);
void v_tally4(int, int, int, int, double *, double *, double *,
double *, double *, double *);
void ev_tally_xyz(int, int, int, int, double, double,
double, double, double, double, double, double);
// general child-class methods
virtual void compute(int, int) = 0;
virtual void compute_inner() {}
virtual void compute_middle() {}
virtual void compute_outer(int, int) {}
virtual double single(int, int, int, int,
double, double, double,
double& fforce) {
fforce = 0.0;
return 0.0;
}
virtual void settings(int, char **) = 0;
virtual void coeff(int, char **) = 0;
virtual void init_style();
virtual void init_list(int, class NeighList *);
virtual double init_one(int, int) {return 0.0;}
virtual void init_tables(double, double *);
virtual void free_tables();
virtual void write_restart(FILE *) {}
virtual void read_restart(FILE *) {}
virtual void write_restart_settings(FILE *) {}
virtual void read_restart_settings(FILE *) {}
virtual int pack_comm(int, int *, double *, int, int *) {return 0;}
virtual void unpack_comm(int, int, double *) {}
virtual int pack_reverse_comm(int, int, double *) {return 0;}
virtual void unpack_reverse_comm(int, int *, double *) {}
virtual double memory_usage();
// specific child-class methods for certain Pair styles
virtual void *extract(const char *, int &) {return NULL;}
virtual void swap_eam(double *, double **) {}
virtual void reset_dt() {}
virtual void min_xf_pointers(int, double **, double **) {}
virtual void min_xf_get(int) {}
virtual void min_x_set(int) {}
virtual unsigned int data_mask() {return datamask;}
virtual unsigned int data_mask_ext() {return datamask_ext;}
protected:
enum{GEOMETRIC,ARITHMETIC,SIXTHPOWER}; // mixing options
int allocated; // 0/1 = whether arrays are allocated
int suffix_flag; // suffix compatibility flag
// pair_modify settings
int offset_flag,mix_flag; // flags for offset and mixing
double tabinner; // inner cutoff for Coulomb table
// custom data type for accessing Coulomb tables
typedef union {int i; float f;} union_int_float_t;
double THIRD;
int vflag_fdotr;
int maxeatom,maxvatom;
virtual void ev_setup(int, int);
void ev_unset();
void ev_tally_full(int, double, double, double, double, double, double);
void ev_tally_xyz_full(int, double, double,
double, double, double, double, double, double);
void ev_tally4(int, int, int, int, double,
double *, double *, double *, double *, double *, double *);
void ev_tally_tip4p(int, int *, double *, double, double);
void v_tally2(int, int, double, double *);
void v_tally_tensor(int, int, int, int,
double, double, double, double, double, double);
void virial_fdotr_compute();
inline int sbmask(int j) {
return j >> SBBITS & 3;
}
};
}
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Too many total bits for bitmapped lookup table
Table size specified via pair_modify command is too large. Note that
a value of N generates a 2^N size table.
E: Cannot have both pair_modify shift and tail set to yes
These 2 options are contradictory.
E: Cannot use pair tail corrections with 2d simulations
The correction factors are only currently defined for 3d systems.
W: Using pair tail corrections with nonperiodic system
This is probably a bogus thing to do, since tail corrections are
computed by integrating the density of a periodic system out to
infinity.
E: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
+E: Pair style requres a KSpace style
+
+UNDOCUMENTED
+
E: Pair style does not support pair_write
The pair style does not have a single() function, so it can
not be invoked by pair write.
E: Invalid atom types in pair_write command
Atom types must range from 1 to Ntypes inclusive.
E: Invalid style in pair_write command
Self-explanatory. Check the input script.
E: Invalid cutoffs in pair_write command
Inner cutoff must be larger than 0.0 and less than outer cutoff.
E: Cannot open pair_write file
The specified output file for pair energies and forces cannot be
opened. Check that the path and name are correct.
E: Bitmapped lookup tables require int/float be same size
Cannot use pair tables on this machine, because of word sizes. Use
the pair_modify command with table 0 instead.
W: Table inner cutoff >= outer cutoff
You specified an inner cutoff for a Coulombic table that is longer
than the global cutoff. Probably not what you wanted.
E: Too many exponent bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
E: Too many mantissa bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
E: Too few bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
*/
diff --git a/src/pair_coul_dsf.h b/src/pair_coul_dsf.h
index 2403a43a2..6fb544937 100644
--- a/src/pair_coul_dsf.h
+++ b/src/pair_coul_dsf.h
@@ -1,62 +1,70 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(coul/dsf,PairCoulDSF)
#else
#ifndef LMP_PAIR_COUL_DSF_H
#define LMP_PAIR_COUL_DSF_H
#include "pair.h"
namespace LAMMPS_NS {
class PairCoulDSF : public Pair {
public:
PairCoulDSF(class LAMMPS *);
~PairCoulDSF();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
protected:
double cut_coul,cut_coulsq;
double alpha;
double f_shift,e_shift;
void allocate();
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Incorrect args for pair coefficients
+
+UNDOCUMENTED
+
E: Pair style coul/dsf requires atom attribute q
The atom style defined does not have this attribute.
*/
diff --git a/src/pair_lj_cut_coul_dsf.h b/src/pair_lj_cut_coul_dsf.h
index 665ca88dd..9e59b5400 100644
--- a/src/pair_lj_cut_coul_dsf.h
+++ b/src/pair_lj_cut_coul_dsf.h
@@ -1,59 +1,75 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle(lj/cut/coul/dsf,PairLJCutCoulDSF)
#else
#ifndef LMP_PAIR_LJ_CUT_COUL_DSF_H
#define LMP_PAIR_LJ_CUT_COUL_DSF_H
#include "pair.h"
namespace LAMMPS_NS {
class PairLJCutCoulDSF : public Pair {
public:
PairLJCutCoulDSF(class LAMMPS *);
~PairLJCutCoulDSF();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
void init_style();
double init_one(int, int);
void write_restart(FILE *);
void read_restart(FILE *);
void write_restart_settings(FILE *);
void read_restart_settings(FILE *);
double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double **epsilon,**sigma;
double **lj1,**lj2,**lj3,**lj4,**offset;
double cut_coul,cut_coulsq;
double alpha;
double f_shift,e_shift;
void allocate();
};
}
#endif
#endif
+
+/* ERROR/WARNING messages:
+
+E: Illegal ... command
+
+UNDOCUMENTED
+
+E: Incorrect args for pair coefficients
+
+UNDOCUMENTED
+
+E: Pair style lj/cut/coul/dsf requires atom attribute q
+
+UNDOCUMENTED
+
+*/
diff --git a/src/read_data.h b/src/read_data.h
index 63b7ce73e..b1649f66b 100644
--- a/src/read_data.h
+++ b/src/read_data.h
@@ -1,405 +1,421 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMMAND_CLASS
CommandStyle(read_data,ReadData)
#else
#ifndef LMP_READ_DATA_H
#define LMP_READ_DATA_H
#include "stdio.h"
#include "pointers.h"
namespace LAMMPS_NS {
class ReadData : protected Pointers {
public:
ReadData(class LAMMPS *);
~ReadData();
void command(int, char **);
private:
char *line,*keyword,*buffer;
FILE *fp;
char **arg;
int me,narg,maxarg,compressed;
int nfix; // # of extra fixes that process/store info in data file
int *fix_index;
char **fix_header;
char **fix_section;
bigint nellipsoids;
class AtomVecEllipsoid *avec_ellipsoid;
bigint nlines;
class AtomVecLine *avec_line;
bigint ntris;
class AtomVecTri *avec_tri;
bigint nbodies;
class AtomVecBody *avec_body;
void open(char *);
void scan(int &, int &, int &, int &);
int reallocate(int **, int, int);
void header(int);
void parse_keyword(int, int);
void skip_lines(int);
void parse_coeffs(char *, const char *, int);
void atoms();
void velocities();
void bonus(bigint, class AtomVec *, const char *);
void bodies();
void bonds();
void angles();
void dihedrals();
void impropers();
void mass();
void paircoeffs();
void bondcoeffs();
void anglecoeffs(int);
void dihedralcoeffs(int);
void impropercoeffs(int);
void fix(int, char *, bigint);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot read_data after simulation box is defined
The read_data command cannot be used after a read_data,
read_restart, or create_box command.
E: Cannot run 2d simulation with nonperiodic Z dimension
Use the boundary command to make the z dimension periodic in order to
run a 2d simulation.
E: Fix ID for read_data does not exist
Self-explanatory.
E: Must read Atoms before Velocities
The Atoms section of a data file must come before a Velocities
section.
E: Invalid data file section: Ellipsoids
Atom style does not allow ellipsoids.
E: Must read Atoms before Ellipsoids
The Atoms section of a data file must come before a Ellipsoids
section.
E: Invalid data file section: Lines
Atom style does not allow lines.
E: Must read Atoms before Lines
The Atoms section of a data file must come before a Lines section.
E: Invalid data file section: Triangles
Atom style does not allow triangles.
E: Must read Atoms before Triangles
The Atoms section of a data file must come before a Triangles section.
+E: Invalid data file section: Bodies
+
+UNDOCUMENTED
+
+E: Must read Atoms before Bodies
+
+UNDOCUMENTED
+
E: Invalid data file section: Bonds
Atom style does not allow bonds.
E: Must read Atoms before Bonds
The Atoms section of a data file must come before a Bonds section.
E: Invalid data file section: Angles
Atom style does not allow angles.
E: Must read Atoms before Angles
The Atoms section of a data file must come before an Angles section.
E: Invalid data file section: Dihedrals
Atom style does not allow dihedrals.
E: Must read Atoms before Dihedrals
The Atoms section of a data file must come before a Dihedrals section.
E: Invalid data file section: Impropers
Atom style does not allow impropers.
E: Must read Atoms before Impropers
The Atoms section of a data file must come before an Impropers
section.
E: Must define pair_style before Pair Coeffs
Must use a pair_style command before reading a data file that defines
Pair Coeffs.
E: Invalid data file section: Bond Coeffs
Atom style does not allow bonds.
E: Must define bond_style before Bond Coeffs
Must use a bond_style command before reading a data file that
defines Bond Coeffs.
E: Invalid data file section: Angle Coeffs
Atom style does not allow angles.
E: Must define angle_style before Angle Coeffs
Must use an angle_style command before reading a data file that
defines Angle Coeffs.
E: Invalid data file section: Dihedral Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before Dihedral Coeffs
Must use a dihedral_style command before reading a data file that
defines Dihedral Coeffs.
E: Invalid data file section: Improper Coeffs
Atom style does not allow impropers.
E: Must define improper_style before Improper Coeffs
Must use an improper_style command before reading a data file that
defines Improper Coeffs.
E: Invalid data file section: BondBond Coeffs
Atom style does not allow angles.
E: Must define angle_style before BondBond Coeffs
Must use an angle_style command before reading a data file that
defines Angle Coeffs.
E: Invalid data file section: BondAngle Coeffs
Atom style does not allow angles.
E: Must define angle_style before BondAngle Coeffs
Must use an angle_style command before reading a data file that
defines Angle Coeffs.
E: Invalid data file section: MiddleBondTorsion Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before MiddleBondTorsion Coeffs
Must use a dihedral_style command before reading a data file that
defines MiddleBondTorsion Coeffs.
E: Invalid data file section: EndBondTorsion Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before EndBondTorsion Coeffs
Must use a dihedral_style command before reading a data file that
defines EndBondTorsion Coeffs.
E: Invalid data file section: AngleTorsion Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before AngleTorsion Coeffs
Must use a dihedral_style command before reading a data file that
defines AngleTorsion Coeffs.
E: Invalid data file section: AngleAngleTorsion Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before AngleAngleTorsion Coeffs
Must use a dihedral_style command before reading a data file that
defines AngleAngleTorsion Coeffs.
E: Invalid data file section: BondBond13 Coeffs
Atom style does not allow dihedrals.
E: Must define dihedral_style before BondBond13 Coeffs
Must use a dihedral_style command before reading a data file that
defines BondBond13 Coeffs.
E: Invalid data file section: AngleAngle Coeffs
Atom style does not allow impropers.
E: Must define improper_style before AngleAngle Coeffs
Must use an improper_style command before reading a data file that
defines AngleAngle Coeffs.
E: Unknown identifier in data file: %s
A section of the data file cannot be read by LAMMPS.
E: No atoms in data file
The header of the data file indicated that atoms would be included,
but they were not present.
E: Unexpected end of data file
LAMMPS hit the end of the data file while attempting to read a
section. Something is wrong with the format of the data file.
E: No ellipsoids allowed with this atom style
Self-explanatory. Check data file.
E: No lines allowed with this atom style
Self-explanatory. Check data file.
E: No triangles allowed with this atom style
Self-explanatory. Check data file.
+E: No bodies allowed with this atom style
+
+UNDOCUMENTED
+
E: System in data file is too big
See the setting for bigint in the src/lmptype.h file.
E: No bonds allowed with this atom style
Self-explanatory. Check data file.
E: No angles allowed with this atom style
Self-explanatory. Check data file.
E: No dihedrals allowed with this atom style
Self-explanatory. Check data file.
E: No impropers allowed with this atom style
Self-explanatory. Check data file.
E: Bonds defined but no bond types
The data file header lists bonds but no bond types.
E: Angles defined but no angle types
The data file header lists angles but no angle types.
E: Dihedrals defined but no dihedral types
The data file header lists dihedrals but no dihedral types.
E: Impropers defined but no improper types
The data file header lists improper but no improper types.
E: Did not assign all atoms correctly
Atoms read in from a data file were not assigned correctly to
processors. This is likely due to some atom coordinates being
outside a non-periodic simulation box.
E: Invalid atom ID in Atoms section of data file
Atom IDs must be positive integers.
+E: Too many lines in one body in data file - boost MAXBODY
+
+UNDOCUMENTED
+
E: Bonds assigned incorrectly
Bonds read in from the data file were not assigned correctly to atoms.
This means there is something invalid about the topology definitions.
E: Angles assigned incorrectly
Angles read in from the data file were not assigned correctly to
atoms. This means there is something invalid about the topology
definitions.
E: Dihedrals assigned incorrectly
Dihedrals read in from the data file were not assigned correctly to
atoms. This means there is something invalid about the topology
definitions.
E: Impropers assigned incorrectly
Impropers read in from the data file were not assigned correctly to
atoms. This means there is something invalid about the topology
definitions.
E: Molecular data file has too many atoms
These kids of data files are currently limited to a number
of atoms that fits in a 32-bit integer.
E: Needed topology not in data file
The header of the data file indicated that bonds or angles or
dihedrals or impropers would be included, but they were not present.
E: Needed bonus data not in data file
Some atom styles require bonus data. See the read_data doc page for
details.
E: Cannot open gzipped file
LAMMPS is attempting to open a gzipped version of the specified file
but was unsuccessful. Check that the path and name are correct.
E: Cannot open file %s
The specified file cannot be opened. Check that the path and name are
correct.
*/
diff --git a/src/read_dump.h b/src/read_dump.h
index 0ed9ca559..aa5ad9692 100644
--- a/src/read_dump.h
+++ b/src/read_dump.h
@@ -1,147 +1,151 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
Contributed by Timothy Sirk
------------------------------------------------------------------------- */
#ifdef COMMAND_CLASS
CommandStyle(read_dump,ReadDump)
#else
#ifndef LMP_READ_DUMP_H
#define LMP_READ_DUMP_H
#include "stdio.h"
#include "pointers.h"
namespace LAMMPS_NS {
class ReadDump : protected Pointers {
public:
ReadDump(class LAMMPS *);
~ReadDump();
void command(int, char **);
void store_files(int, char **);
void setup_reader(int, char **);
bigint seek(bigint, int);
void header(int);
bigint next(bigint, bigint, int, int);
void atoms();
int fields_and_keywords(int, char **);
private:
int me,nprocs;
FILE *fp;
int dimension;
int triclinic;
int nfile; // # of dump files to process
char **files; // list of file names
int currentfile; // currently open file
int boxflag; // overwrite simulation with dump file box params
int replaceflag,addflag; // flags for processing dump snapshot atoms
int trimflag,purgeflag;
int scaledflag; // user setting for coordinate scaling
int scaled; // actual setting for coordinate scaling
char *readerstyle; // style of dump files to read
int nfield; // # of fields to extract from dump file
int *fieldtype; // type of each field = X,VY,IZ,etc
char **fieldlabel; // user specified label for field
double **fields; // per-atom field values
double box[3][3]; // dump file box parameters
double xlo,xhi,ylo,yhi,zlo,zhi,xy,xz,yz; // dump snapshot box params
double xprd,yprd,zprd;
bigint nsnapatoms; // # of atoms in dump file shapshot
int npurge,nreplace,ntrim,nadd; // stats on processed atoms
int addproc; // proc that should add next atom
int yindex,zindex; // field index for Y,Z coords
int *uflag; // set to 1 if snapshot atom matches owned atom
int *ucflag,*ucflag_all; // set to 1 if snapshot chunk atom was processed
class Reader *reader; // class that reads dump file
void process_atoms(int);
void delete_atoms();
double xfield(int, int);
double yfield(int, int);
double zfield(int, int);
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: Read_dump command before simulation box is defined
+
+UNDOCUMENTED
+
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Dump file does not contain requested snapshot
Self-explanatory.
E: Invalid dump reader style
Self-explanatory.
E: No box information in dump. You have to use 'box no'
Self-explanatory.
E: Read_dump triclinic status does not match simulation
Both the dump snapshot and the current LAMMPS simulation must
be using either an orthogonal or triclinic box.
E: Read_dump field not found in dump file
Self-explanatory.
E: Read_dump x,y,z fields do not have consistent scaling
Self-explanatory.
E: All read_dump x,y,z fields must be specified for scaled, triclinic coords
For triclinic boxes and scaled coordinates you must specify all 3 of
the x,y,z fields, else LAMMPS cannot reconstruct the unscaled
coordinates.
E: Too many total atoms
See the setting for bigint in the src/lmptype.h file.
E: Duplicate fields in read_dump command
Self-explanatory.
E: If read_dump purges it cannot replace or trim
These operations are not compatible. See the read_dump doc
page for details.
*/
diff --git a/src/region_cylinder.h b/src/region_cylinder.h
index 014b288e9..2c31bb9ea 100644
--- a/src/region_cylinder.h
+++ b/src/region_cylinder.h
@@ -1,69 +1,81 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef REGION_CLASS
RegionStyle(cylinder,RegCylinder)
#else
#ifndef LMP_REGION_CYLINDER_H
#define LMP_REGION_CYLINDER_H
#include "region.h"
namespace LAMMPS_NS {
class RegCylinder : public Region {
friend class FixPour;
public:
RegCylinder(class LAMMPS *, int, char **);
~RegCylinder();
void init();
int inside(double, double, double);
int surface_interior(double *, double);
int surface_exterior(double *, double);
void shape_update();
private:
char axis;
double c1,c2;
double radius;
double lo,hi;
int rstyle,rvar;
char *rstr;
void variable_check();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot use region INF or EDGE when box does not exist
Regions that extend to the box boundaries can only be used after the
create_box command has been used.
+E: Variable evaluation in region gave bad value
+
+UNDOCUMENTED
+
+E: Variable name for region cylinder does not exist
+
+UNDOCUMENTED
+
+E: Variable for region cylinder is invalid style
+
+UNDOCUMENTED
+
*/
diff --git a/src/region_sphere.h b/src/region_sphere.h
index ad91b9f7a..a9ccdd676 100644
--- a/src/region_sphere.h
+++ b/src/region_sphere.h
@@ -1,59 +1,71 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef REGION_CLASS
RegionStyle(sphere,RegSphere)
#else
#ifndef LMP_REGION_SPHERE_H
#define LMP_REGION_SPHERE_H
#include "region.h"
namespace LAMMPS_NS {
class RegSphere : public Region {
public:
RegSphere(class LAMMPS *, int, char **);
~RegSphere();
void init();
int inside(double, double, double);
int surface_interior(double *, double);
int surface_exterior(double *, double);
void shape_update();
private:
double xc,yc,zc;
double radius;
int rstyle,rvar;
char *rstr;
void variable_check();
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
+E: Variable evaluation in region gave bad value
+
+UNDOCUMENTED
+
+E: Variable name for region sphere does not exist
+
+UNDOCUMENTED
+
+E: Variable for region sphere is invalid style
+
+UNDOCUMENTED
+
*/
diff --git a/src/rerun.h b/src/rerun.h
index ae47fe617..852811c07 100644
--- a/src/rerun.h
+++ b/src/rerun.h
@@ -1,55 +1,55 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef COMMAND_CLASS
CommandStyle(rerun,Rerun)
#else
#ifndef LMP_RERUN_H
#define LMP_RERUN_H
#include "pointers.h"
namespace LAMMPS_NS {
class Rerun : protected Pointers {
public:
Rerun(class LAMMPS *);
void command(int, char **);
};
}
#endif
#endif
/* ERROR/WARNING messages:
+E: Rerun command before simulation box is defined
+
+The rerun command cannot be used before a read_data, read_restart, or
+create_box command.
+
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
-E: Rerun command before simulation box is defined
-
-The rerun command cannot be used before a read_data, read_restart, or
-create_box command.
-
E: Rerun dump file does not contain requested snapshot
Self-explanatory.
*/
diff --git a/src/variable.h b/src/variable.h
index 02c1be74d..b264f8ca7 100644
--- a/src/variable.h
+++ b/src/variable.h
@@ -1,362 +1,386 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef LMP_VARIABLE_H
#define LMP_VARIABLE_H
#include "stdlib.h"
#include "pointers.h"
namespace LAMMPS_NS {
class Variable : protected Pointers {
public:
Variable(class LAMMPS *);
~Variable();
void set(int, char **);
void set(char *, int, char **);
int next(int, char **);
int find(char *);
int equalstyle(int);
int atomstyle(int);
char *retrieve(char *);
double compute_equal(int);
void compute_atom(int, int, double *, int, int);
int int_between_brackets(char *&);
double evaluate_boolean(char *);
unsigned int data_mask(int ivar);
unsigned int data_mask(char *str);
private:
int nvar; // # of defined variables
int maxvar; // max # of variables arrays can hold
char **names; // name of each variable
int *style; // style of each variable
int *num; // # of values for each variable
int *which; // next available value for each variable
int *pad; // 1 = pad loop/uloop variables with 0s, 0 = no pad
class VarReader **reader; // variable that reads lines from file
char ***data; // str value of each variable's values
int *eval_in_progress; // flag if evaluation of variable is in progress
class RanMars *randomequal; // random number generator for equal-style vars
class RanMars *randomatom; // random number generator for atom-style vars
int precedence[17]; // precedence level of math operators
// set length to include up to OR in enum
int me;
struct Tree { // parse tree for atom-style variables
double value;
double *array;
int *iarray;
int type;
int nstride;
int ivalue1,ivalue2;
Tree *left,*middle,*right;
};
void remove(int);
void grow();
void copy(int, char **, char **);
double evaluate(char *, Tree **);
double collapse_tree(Tree *);
double eval_tree(Tree *, int);
void free_tree(Tree *);
int find_matching_paren(char *, int, char *&);
int math_function(char *, char *, Tree **, Tree **, int &, double *, int &);
int group_function(char *, char *, Tree **, Tree **, int &, double *, int &);
int region_function(char *);
int special_function(char *, char *, Tree **, Tree **,
int &, double *, int &);
void peratom2global(int, char *, double *, int, int,
Tree **, Tree **, int &, double *, int &);
int is_atom_vector(char *);
void atom_vector(char *, Tree **, Tree **, int &);
int is_constant(char *);
double constant(char *);
double numeric(char *);
int inumeric(char *);
char *find_next_comma(char *);
void print_tree(Tree *, int);
};
class VarReader : protected Pointers {
public:
VarReader(class LAMMPS *, char *);
~VarReader();
int read(char *);
private:
int me;
FILE *fp;
};
}
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: World variable count doesn't match # of partitions
A world-style variable must specify a number of values equal to the
number of processor partitions.
E: Universe/uloop variable count < # of partitions
A universe or uloop style variable must specify a number of values >= to the
number of processor partitions.
E: All universe/uloop variables must have same # of values
Self-explanatory.
E: Cannot redefine variable as a different style
An equal-style variable can be re-defined but only if it was
originally an equal-style variable.
+E: File variable could not read value
+
+UNDOCUMENTED
+
E: Variable name must be alphanumeric or underscore characters
Self-explanatory.
E: Invalid variable in next command
Self-explanatory.
E: All variables in next command must be same style
Self-explanatory.
E: Invalid variable style with next command
Variable styles {equal} and {world} cannot be used in a next
command.
E: Invalid syntax in variable formula
Self-explanatory.
E: Variable evaluation before simulation box is defined
Cannot evaluate a compute or fix or atom-based value in a variable
before the simulation has been setup.
E: Invalid compute ID in variable formula
The compute is not recognized.
E: Compute used in variable between runs is not current
Computes cannot be invoked by a variable in between runs. Thus they
must have been evaluated on the last timestep of the previous run in
order for their value(s) to be accessed. See the doc page for the
variable command for more info.
E: Variable formula compute vector is accessed out-of-range
Self-explanatory.
E: Variable formula compute array is accessed out-of-range
Self-explanatory.
E: Per-atom compute in equal-style variable formula
Equal-style variables cannot use per-atom quantities.
E: Mismatched compute in variable formula
A compute is referenced incorrectly or a compute that produces per-atom
values is used in an equal-style variable formula.
E: Invalid fix ID in variable formula
The fix is not recognized.
E: Fix in variable not computed at compatible time
Fixes generate their values on specific timesteps. The variable is
requesting the values on a non-allowed timestep.
E: Variable formula fix vector is accessed out-of-range
Self-explanatory.
E: Variable formula fix array is accessed out-of-range
Self-explanatory.
E: Per-atom fix in equal-style variable formula
Equal-style variables cannot use per-atom quantities.
E: Mismatched fix in variable formula
A fix is referenced incorrectly or a fix that produces per-atom
values is used in an equal-style variable formula.
E: Invalid variable name in variable formula
Variable name is not recognized.
+E: Variable has circular dependency
+
+UNDOCUMENTED
+
E: Invalid variable evaluation in variable formula
A variable used in a formula could not be evaluated.
E: Atom-style variable in equal-style variable formula
Atom-style variables generate one value per atom which is not allowed
in an equal-style variable.
E: Mismatched variable in variable formula
A variable is referenced incorrectly or an atom-style variable that
produces per-atom values is used in an equal-style variable
formula.
E: Invalid math/group/special function in variable formula
Self-explanatory.
E: Invalid thermo keyword in variable formula
The keyword is not recognized.
E: Divide by 0 in variable formula
Self-explanatory.
+E: Modulo 0 in variable formula
+
+UNDOCUMENTED
+
E: Power by 0 in variable formula
Self-explanatory.
E: Sqrt of negative value in variable formula
Self-explanatory.
E: Log of zero/negative value in variable formula
Self-explanatory.
E: Arcsin of invalid value in variable formula
Argument of arcsin() must be between -1 and 1.
E: Arccos of invalid value in variable formula
Argument of arccos() must be between -1 and 1.
E: Invalid math function in variable formula
Self-explanatory.
E: Non digit character between brackets in variable
Self-explantory.
E: Mismatched brackets in variable
Self-explanatory.
E: Empty brackets in variable
There is no variable syntax that uses empty brackets. Check
the variable doc page.
E: Index between variable brackets must be positive
Self-explanatory.
E: Cannot use ramp in variable formula between runs
This is because the ramp() function is time dependent.
E: Cannot use vdisplace in variable formula between runs
This is a function of elapsed time.
E: Cannot use swiggle in variable formula between runs
This is a function of elapsed time.
E: Cannot use cwiggle in variable formula between runs
This is a function of elapsed time.
E: Group ID in variable formula does not exist
Self-explanatory.
E: Invalid group function in variable formula
Group function is not recognized.
E: Region ID in variable formula does not exist
Self-explanatory.
E: Invalid special function in variable formula
Self-explanatory.
E: Gmask function in equal-style variable formula
Gmask is per-atom operation.
E: Rmask function in equal-style variable formula
Rmask is per-atom operation.
E: Grmask function in equal-style variable formula
Grmask is per-atom operation.
+E: Variable ID in variable formula does not exist
+
+UNDOCUMENTED
+
+E: Invalid variable in special function next
+
+UNDOCUMENTED
+
E: Indexed per-atom vector in variable formula without atom map
Accessing a value from an atom vector requires the ability to lookup
an atom index, which is provided by an atom map. An atom map does not
exist (by default) for non-molecular problems. Using the atom_modify
map command will force an atom map to be created.
E: Invalid atom vector in variable formula
The atom vector is not recognized.
E: Atom vector in equal-style variable formula
Atom vectors generate one value per atom which is not allowed
in an equal-style variable.
E: Expected floating point parameter in variable definition
The quantity being read is a non-numeric value.
E: Expected integer parameter in variable definition
The quantity being read is a floating point or non-numeric value.
E: Invalid Boolean syntax in if command
Self-explanatory.
+E: Cannot open file variable file %s
+
+UNDOCUMENTED
+
*/
diff --git a/src/version.h b/src/version.h
index feca12b24..ca0774afe 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define LAMMPS_VERSION "18 Feb 2013"
+#define LAMMPS_VERSION "19 Feb 2013"

Event Timeline