1LAMMPS (27 Nov 2018)
2  using 1 OpenMP thread(s) per MPI task
3# 3d Lennard-Jones melt
4
5units		lj
6atom_style	atomic
7processors      * 1 1
8
9lattice		fcc 0.8442
10Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
11region		box block 0 10 0 10 0 10
12create_box	3 box
13Created orthogonal box = (0 0 0) to (16.796 16.796 16.796)
14  4 by 1 by 1 MPI processor grid
15create_atoms	1 box
16Created 4000 atoms
17  Time spent = 0.000424862 secs
18mass		* 1.0
19
20region		long block 3 6 0 10 0 10
21set             region long type 2
22  1400 settings made for type
23
24velocity	all create 1.0 87287
25
26pair_style	lj/cut 2.5
27pair_coeff	* * 1.0 1.0 2.5
28pair_coeff      * 2 1.0 1.0 5.0
29
30neighbor	0.3 bin
31neigh_modify	every 2 delay 4 check yes
32fix		p all property/atom d_WEIGHT
33compute		p all property/atom d_WEIGHT
34
35group		fast type 1
362600 atoms in group fast
37group		slow type 2
381400 atoms in group slow
39balance		1.0 shift x 10 1.0                 weight group 2 fast 0.8 slow 2.5 weight store WEIGHT
40Neighbor list info ...
41  update every 2 steps, delay 4 steps, check yes
42  max neighbors/atom: 2000, page size: 100000
43  master list distance cutoff = 5.3
44  ghost atom cutoff = 5.3
45  binsize = 2.65, bins = 7 7 7
46  1 neighbor lists, perpetual/occasional/extra = 1 0 0
47  (1) pair lj/cut, perpetual
48      attributes: half, newton on
49      pair build: half/bin/atomonly/newton
50      stencil: half/bin/3d/newton
51      bin: standard
52  rebalancing time: 0.00115108 seconds
53  iteration count = 10
54  group weights: fast=0.8 slow=2.5
55  storing weight in atom property d_WEIGHT
56  initial/final max load/proc = 2160 1620
57  initial/final imbalance factor = 1.54839 1.16129
58  x cuts: 0 0.300049 0.449951 0.599854 1
59  y cuts: 0 1
60  z cuts: 0 1
61variable	lastweight atom c_p
62
63fix		0 all balance 50 1.0 shift x 10 1.0                 weight var lastweight weight time 0.5 weight store WEIGHT
64variable	maximb equal f_0[1]
65variable	iter   equal f_0[2]
66variable 	prev   equal f_0[3]
67variable	final  equal f_0
68
69#fix		3 all print 50 "${iter} ${prev} ${final} ${maximb}"
70
71fix		1 all nve
72
73#dump		id all atom 50 dump.melt
74#dump		id all custom 50 dump.lammpstrj id type x y z c_p
75
76#dump		2 all image 25 image.*.jpg type type #		axes yes 0.8 0.02 view 60 -30
77#dump_modify	2 pad 3
78
79#dump		3 all movie 25 movie.mpg type type #		axes yes 0.8 0.02 view 60 -30
80#dump_modify	3 pad 3
81
82thermo		50
83run		500
84Per MPI rank memory allocation (min/avg/max) = 4.132 | 4.192 | 4.274 Mbytes
85Step Temp E_pair E_mol TotEng Press Volume
86       0            1   -6.9453205            0   -5.4456955   -5.6812358    4738.2137
87      50   0.48653399   -6.1788509            0   -5.4492324   -1.6017778    4738.2137
88     100   0.53411175    -6.249885            0   -5.4489177   -1.9317606    4738.2137
89     150   0.53646658   -6.2527206            0   -5.4482219   -1.9689568    4738.2137
90     200   0.54551611   -6.2656326            0   -5.4475631   -2.0042104    4738.2137
91     250   0.54677719   -6.2671162            0   -5.4471555   -2.0015995    4738.2137
92     300    0.5477618   -6.2678071            0   -5.4463698    -1.997842    4738.2137
93     350   0.55600296   -6.2801497            0   -5.4463538   -2.0394056    4738.2137
94     400   0.53241503   -6.2453665            0   -5.4469436    -1.878594    4738.2137
95     450    0.5439158      -6.2623            0   -5.4466302   -1.9744161    4738.2137
96     500   0.55526241   -6.2793396            0   -5.4466542   -2.0595015    4738.2137
97Loop time of 2.66424 on 4 procs for 500 steps with 4000 atoms
98
99Performance: 81073.650 tau/day, 187.670 timesteps/s
10097.3% CPU use with 4 MPI tasks x 1 OpenMP threads
101
102MPI task timing breakdown:
103Section |  min time  |  avg time  |  max time  |%varavg| %total
104---------------------------------------------------------------
105Pair    | 1.1083     | 1.3909     | 1.7318     |  24.2 | 52.21
106Neigh   | 0.19732    | 0.45425    | 0.7722     |  38.2 | 17.05
107Comm    | 0.24921    | 0.79627    | 1.3351     |  60.3 | 29.89
108Output  | 0.00041294 | 0.00065368 | 0.0011899  |   0.0 |  0.02
109Modify  | 0.0071657  | 0.010935   | 0.015748   |   3.6 |  0.41
110Other   |            | 0.01124    |            |       |  0.42
111
112Nlocal:    1000 ave 1870 max 299 min
113Histogram: 2 0 0 0 0 0 0 1 0 1
114Nghost:    8679.25 ave 10190 max 7374 min
115Histogram: 1 1 0 0 0 0 1 0 0 1
116Neighs:    149308 ave 215125 max 81132 min
117Histogram: 2 0 0 0 0 0 0 0 0 2
118
119Total # of neighbors = 597231
120Ave neighs/atom = 149.308
121Neighbor list builds = 50
122Dangerous builds = 0
123run		500
124Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.387 | 4.664 Mbytes
125Step Temp E_pair E_mol TotEng Press Volume
126     500   0.55526241   -6.2793396            0   -5.4466542   -2.0595015    4738.2137
127     550   0.53879347   -6.2554274            0   -5.4474393   -1.9756834    4738.2137
128     600   0.54275982   -6.2616799            0   -5.4477437   -1.9939993    4738.2137
129     650   0.54526651    -6.265098            0   -5.4474027   -2.0303672    4738.2137
130     700   0.54369381    -6.263201            0   -5.4478642   -1.9921967    4738.2137
131     750   0.54452777   -6.2640839            0   -5.4474964   -1.9658675    4738.2137
132     800   0.55061744   -6.2725556            0   -5.4468359   -2.0100922    4738.2137
133     850   0.55371614   -6.2763992            0   -5.4460326   -2.0065329    4738.2137
134     900   0.54756622   -6.2668303            0   -5.4456863   -1.9796122    4738.2137
135     950   0.54791593   -6.2673161            0   -5.4456477   -1.9598278    4738.2137
136    1000   0.54173198   -6.2586101            0   -5.4462153   -1.9007466    4738.2137
137Loop time of 3.02509 on 4 procs for 500 steps with 4000 atoms
138
139Performance: 71402.836 tau/day, 165.284 timesteps/s
14096.7% CPU use with 4 MPI tasks x 1 OpenMP threads
141
142MPI task timing breakdown:
143Section |  min time  |  avg time  |  max time  |%varavg| %total
144---------------------------------------------------------------
145Pair    | 0.6808     | 1.3385     | 1.959      |  52.5 | 44.25
146Neigh   | 0.13127    | 0.4678     | 0.86924    |  48.5 | 15.46
147Comm    | 0.19735    | 1.1921     | 2.1903     |  85.9 | 39.41
148Output  | 0.00045371 | 0.00090569 | 0.0013952  |   0.0 |  0.03
149Modify  | 0.0062041  | 0.011167   | 0.01691    |   4.5 |  0.37
150Other   |            | 0.01462    |            |       |  0.48
151
152Nlocal:    1000 ave 1935 max 262 min
153Histogram: 2 0 0 0 0 0 0 1 0 1
154Nghost:    8739.75 ave 10498 max 7333 min
155Histogram: 2 0 0 0 0 0 0 1 0 1
156Neighs:    150170 ave 231608 max 72161 min
157Histogram: 2 0 0 0 0 0 0 0 0 2
158
159Total # of neighbors = 600678
160Ave neighs/atom = 150.169
161Neighbor list builds = 53
162Dangerous builds = 0
163
164balance		1.0 shift x 10 1.0                 weight group 2 fast 0.8 slow 2.5 weight store WEIGHT
165  rebalancing time: 0.000575304 seconds
166  iteration count = 10
167  group weights: fast=0.8 slow=2.5
168  storing weight in atom property d_WEIGHT
169  initial/final max load/proc = 2318.1 1408.1
170  initial/final imbalance factor = 1.66172 1.00939
171  x cuts: 0 0.337054 0.454419 0.59556 1
172  y cuts: 0 1
173  z cuts: 0 1
174
175fix		0 all balance 50 1.0 shift x 5 1.0                 weight var lastweight weight neigh 0.5 weight store WEIGHT
176
177run             500
178Per MPI rank memory allocation (min/avg/max) = 4.136 | 4.393 | 4.673 Mbytes
179Step Temp E_pair E_mol TotEng Press Volume
180    1000   0.54173198   -6.2586101            0   -5.4462153   -1.9007466    4738.2137
181    1050   0.54629742   -6.2657526            0   -5.4465113    -1.945821    4738.2137
182    1100   0.55427881   -6.2781733            0    -5.446963   -2.0021027    4738.2137
183    1150   0.54730654    -6.267257            0   -5.4465025   -1.9420678    4738.2137
184    1200    0.5388281   -6.2547963            0   -5.4467562    -1.890178    4738.2137
185    1250   0.54848768   -6.2694237            0   -5.4468979   -1.9636797    4738.2137
186    1300   0.54134321   -6.2590728            0    -5.447261    -1.917027    4738.2137
187    1350   0.53564389   -6.2501521            0   -5.4468871   -1.8642306    4738.2137
188    1400   0.53726925   -6.2518379            0   -5.4461355   -1.8544028    4738.2137
189    1450   0.54525929   -6.2632653            0   -5.4455808   -1.9072158    4738.2137
190    1500   0.54223341   -6.2591056            0   -5.4459588   -1.8866983    4738.2137
191Loop time of 3.07108 on 4 procs for 500 steps with 4000 atoms
192
193Performance: 70333.514 tau/day, 162.809 timesteps/s
19496.8% CPU use with 4 MPI tasks x 1 OpenMP threads
195
196MPI task timing breakdown:
197Section |  min time  |  avg time  |  max time  |%varavg| %total
198---------------------------------------------------------------
199Pair    | 0.77463    | 1.3897     | 2.1328     |  51.3 | 45.25
200Neigh   | 0.13416    | 0.45546    | 0.80534    |  46.9 | 14.83
201Comm    | 0.17763    | 1.2036     | 2.1448     |  83.6 | 39.19
202Output  | 0.00039482 | 0.00067067 | 0.0013118  |   0.0 |  0.02
203Modify  | 0.0058403  | 0.010695   | 0.015841   |   4.5 |  0.35
204Other   |            | 0.01099    |            |       |  0.36
205
206Nlocal:    1000 ave 1955 max 199 min
207Histogram: 2 0 0 0 0 0 0 0 1 1
208Nghost:    8729 ave 10472 max 7399 min
209Histogram: 2 0 0 0 0 0 0 1 0 1
210Neighs:    150494 ave 251670 max 54664 min
211Histogram: 2 0 0 0 0 0 0 0 0 2
212
213Total # of neighbors = 601974
214Ave neighs/atom = 150.494
215Neighbor list builds = 51
216Dangerous builds = 0
217run             500
218Per MPI rank memory allocation (min/avg/max) = 4.136 | 4.393 | 4.673 Mbytes
219Step Temp E_pair E_mol TotEng Press Volume
220    1500   0.54223341   -6.2591056            0   -5.4459588   -1.8866983    4738.2137
221    1550   0.55327047   -6.2750129            0   -5.4453147   -1.9506601    4738.2137
222    1600   0.54419056   -6.2612631            0   -5.4451813   -1.8559469    4738.2137
223    1650   0.54710007   -6.2661977            0   -5.4457528   -1.8882828    4738.2137
224    1700   0.53665429    -6.250492            0   -5.4457118   -1.8067907    4738.2137
225    1750   0.54864943   -6.2681198            0   -5.4453514   -1.8662924    4738.2137
226    1800   0.54477002   -6.2615118            0   -5.4445611    -1.835304    4738.2137
227    1850   0.54143129   -6.2555621            0   -5.4436182   -1.8005839    4738.2137
228    1900   0.53994573    -6.254175            0   -5.4444588   -1.7770422    4738.2137
229    1950   0.54665379   -6.2640981            0   -5.4443224   -1.7946205    4738.2137
230    2000   0.54548501   -6.2623919            0   -5.4443689   -1.8063177    4738.2137
231Loop time of 3.48709 on 4 procs for 500 steps with 4000 atoms
232
233Performance: 61942.848 tau/day, 143.386 timesteps/s
23496.7% CPU use with 4 MPI tasks x 1 OpenMP threads
235
236MPI task timing breakdown:
237Section |  min time  |  avg time  |  max time  |%varavg| %total
238---------------------------------------------------------------
239Pair    | 0.42099    | 1.3571     | 2.3564     |  80.4 | 38.92
240Neigh   | 0.083965   | 0.4942     | 0.96204    |  58.6 | 14.17
241Comm    | 0.25895    | 1.6131     | 2.9631     | 106.2 | 46.26
242Output  | 0.00042915 | 0.00068706 | 0.0012567  |   0.0 |  0.02
243Modify  | 0.0051193  | 0.010964   | 0.017898   |   5.5 |  0.31
244Other   |            | 0.01109    |            |       |  0.32
245
246Nlocal:    1000 ave 2036 max 127 min
247Histogram: 2 0 0 0 0 0 0 0 1 1
248Nghost:    8722.75 ave 10448 max 7456 min
249Histogram: 2 0 0 0 0 0 1 0 0 1
250Neighs:    151642 ave 269558 max 35372 min
251Histogram: 2 0 0 0 0 0 0 0 0 2
252
253Total # of neighbors = 606566
254Ave neighs/atom = 151.642
255Neighbor list builds = 56
256Dangerous builds = 0
257Total wall time: 0:00:12
258