git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / examples / balance / log.5Oct16.balance.bond.fast.g++.4
blob17df4227b4795621771619f3e3ce7c7b51afaba5
1 LAMMPS (5 Oct 2016)
2 # 2d circle of particles inside a box with LJ walls
4 variable        b index 0
6 variable        x index 50
7 variable        y index 20
8 variable        d index 20
9 variable        v index 5
10 variable        w index 2
12 units           lj
13 dimension       2
14 atom_style      bond
15 boundary        f f p
17 lattice         hex 0.85
18 Lattice spacing in x,y,z = 1.16553 2.01877 1.16553
19 region          box block 0 $x 0 $y -0.5 0.5
20 region          box block 0 50 0 $y -0.5 0.5
21 region          box block 0 50 0 20 -0.5 0.5
22 create_box      1 box bond/types 1 extra/bond/per/atom 6
23 Created orthogonal box = (0 0 -0.582767) to (58.2767 40.3753 0.582767)
24   2 by 2 by 1 MPI processor grid
25 region          circle sphere $(v_d/2+1) $(v_d/2/sqrt(3.0)+1) 0.0 $(v_d/2)
26 region          circle sphere 11 $(v_d/2/sqrt(3.0)+1) 0.0 $(v_d/2)
27 region          circle sphere 11 6.7735026918962581988 0.0 $(v_d/2)
28 region          circle sphere 11 6.7735026918962581988 0.0 10
29 create_atoms    1 region circle
30 Created 361 atoms
31 mass            1 1.0
33 velocity        all create 0.5 87287 loop geom
34 velocity        all set $v $w 0 sum yes
35 velocity        all set 5 $w 0 sum yes
36 velocity        all set 5 2 0 sum yes
38 pair_style      lj/cut 2.5
39 pair_coeff      1 1 10.0 1.0 2.5
41 bond_style      harmonic
42 bond_coeff      1 10.0 1.2
44 # need to preserve 1-3, 1-4 pairwise interactions during hard collisions
46 special_bonds   lj/coul 0 1 1
47   0 = max # of 1-2 neighbors
48   1 = max # of special neighbors
49 create_bonds    all all 1 1.0 1.5
50 Neighbor list info ...
51   2 neighbor list requests
52   update every 1 steps, delay 10 steps, check yes
53   max neighbors/atom: 2000, page size: 100000
54   master list distance cutoff = 2.8
55   ghost atom cutoff = 2.8
56   binsize = 1.4 -> bins = 42 29 1
57 Added 1014 bonds, new total = 1014
58   6 = max # of 1-2 neighbors
59   6 = max # of special neighbors
61 neighbor        0.3 bin
62 neigh_modify    delay 0 every 1 check yes
64 fix             1 all nve
66 fix             2 all wall/lj93 xlo 0.0 1 1 2.5 xhi $x 1 1 2.5
67 fix             2 all wall/lj93 xlo 0.0 1 1 2.5 xhi 50 1 1 2.5
68 fix             3 all wall/lj93 ylo 0.0 1 1 2.5 yhi $y 1 1 2.5
69 fix             3 all wall/lj93 ylo 0.0 1 1 2.5 yhi 20 1 1 2.5
71 comm_style      tiled
72 comm_modify     cutoff 10.0   # because bonds stretch a long ways
73 fix             10 all balance 50 0.9 rcb
75 #compute         1 all property/atom proc
76 #variable        p atom (c_1%10)+1
77 #dump            2 all custom 50 tmp.dump id v_p x y z
79 #dump            3 all image 50 image.*.jpg v_p type bond atom 0.25 #                adiam 1.0 view 0 0 zoom 1.8 subbox yes 0.02
80 #variable        colors string #                "red green blue yellow white #                purple pink orange lime gray"
81 #dump_modify     3 pad 5 amap 0 10 sa 1 10 ${colors}
83 thermo_style    custom step temp epair press f_10[3] f_10
84 thermo          100
86 run             10000
87 Neighbor list info ...
88   1 neighbor list requests
89   update every 1 steps, delay 0 steps, check yes
90   max neighbors/atom: 2000, page size: 100000
91   master list distance cutoff = 2.8
92   ghost atom cutoff = 10
93   binsize = 1.4 -> bins = 42 29 1
94 Memory usage per processor = 4.49479 Mbytes
95 Step Temp E_pair Press f_10[3] f_10 
96        0    25.701528   -2.2032569    3.1039469    3.2354571    1.0526316 
97      100    27.623422    -6.228166    2.6542136    1.2631579    1.0083102 
98      200     33.35302   -15.746749    3.2018248    1.2963989    1.0193906 
99      300     39.17734     -24.1557    4.9116986    1.2963989    1.0193906 
100      400    41.660701   -27.615203    8.6214679    1.3518006    1.0083102 
101      500    37.154928   -24.096947    3.2656178    1.3296399    1.0193906 
102      600     35.05989   -21.524279    2.3728488    1.3296399    1.0083102 
103      700    36.705654   -21.984526    3.2984899    1.3296399    1.0083102 
104      800    39.631254   -25.783472    4.1595658    1.3961219    1.0083102 
105      900    38.122407   -24.836728    5.3619155    1.3628809    1.0083102 
106     1000    38.369965   -25.098561    4.5613077    1.3074792    1.0083102 
107     1100    36.448264   -25.295817    4.0134469    1.1966759    1.0193906 
108     1200    33.216313   -21.813423      4.48954    1.1634349    1.0304709 
109     1300    30.361077   -20.323335    4.8079549    1.0637119    1.0083102 
110     1400    29.368132   -18.532543    3.8449914    1.1191136    1.0083102 
111     1500    27.699395   -15.990271    2.1565226    1.1523546    1.0304709 
112     1600    25.304973   -14.626675   0.91025038    1.1301939    1.0083102 
113     1700    26.335273   -14.499134    1.2878263    1.1855956    1.0083102 
114     1800    25.755278   -13.121269   0.78425366    1.1745152    1.0193906 
115     1900    25.454743   -13.903724  -0.16644734    1.1080332    1.0083102 
116     2000     25.54829   -13.271068    1.9214248    1.0969529    1.0083102 
117     2100    26.663083   -13.423796    1.9699997    1.1080332    1.0083102 
118     2200    27.707332   -13.759474    1.5528121    1.1412742    1.0304709 
119     2300    26.649636   -14.246313   0.91466777    1.1412742    1.0193906 
120     2400     25.92802    -13.16271    1.0298936    1.1301939    1.0193906 
121     2500    24.992275   -12.299161    1.3078979    1.1301939    1.0083102 
122     2600    26.235185   -13.363142    2.0756764    1.2188366    1.0083102 
123     2700    27.235116    -15.57943    2.1120604    1.1745152    1.0083102 
124     2800    25.313585   -14.352196    2.1442169    1.0637119    1.0083102 
125     2900    23.472278   -13.686216   0.69404738    1.0637119    1.0193906 
126     3000     21.02552   -11.646464   0.56287643    1.0747922    1.0083102 
127     3100    20.746946   -10.721207  -0.67351842    1.0858726    1.0193906 
128     3200    20.330655   -10.307715  -0.30221601    1.0637119    1.0083102 
129     3300     22.84995   -11.104879 0.0039310975    1.1191136    1.0083102 
130     3400     23.23878   -11.827018   0.80792932    1.1301939    1.0193906 
131     3500    25.262491   -12.191616   0.83249221    1.0747922    1.0193906 
132     3600     25.08542    -13.10456    1.3164581    1.0969529    1.0193906 
133     3700    22.649046   -11.300822   0.20123604    1.0526316    1.0193906 
134     3800    20.516849   -9.7738907  -0.45160364    1.0637119    1.0083102 
135     3900    20.227823   -9.8156456   -1.4386994    1.0637119    1.0083102 
136     4000    21.511004   -9.6074826   0.83933362    1.1080332    1.0083102 
137     4100    24.569081   -12.671563   0.60105671    1.0858726    1.0193906 
138     4200    24.739215   -11.654269   0.66172409    1.0969529    1.0083102 
139     4300    22.433043   -10.921392    1.2813391    1.1634349    1.0083102 
140     4400    22.520504    -10.59901   0.10799908    1.0193906    1.0083102 
141     4500    21.799185   -9.5801426  0.057062661    1.1191136    1.0193906 
142     4600    22.537171   -9.9647087  -0.70915155    1.1412742    1.0083102 
143     4700    22.380783   -10.974234  -0.73703011    1.0858726    1.0083102 
144     4800    23.991602   -11.171402    1.3314176    1.0415512    1.0193906 
145     4900    23.077116   -12.281132   0.73818416    1.0858726    1.0083102 
146     5000    23.180253   -11.702364   0.84176858    1.1080332    1.0193906 
147     5100    21.079712   -11.204743   0.50038687    1.0747922    1.0083102 
148     5200    21.348945   -10.802581  -0.28651467    1.1634349    1.0193906 
149     5300    21.332913   -10.352697   0.46738209    1.0858726    1.0193906 
150     5400    22.283885   -10.635637  -0.31446485    1.0415512    1.0083102 
151     5500    21.404737   -9.7733531   0.61106958    1.0858726    1.0193906 
152     5600    23.013417   -10.291315    1.0562031    1.0969529    1.0083102 
153     5700    22.087964   -10.931365  0.071180576    1.0415512    1.0193906 
154     5800    24.011278   -11.080032    1.3901123    1.0637119    1.0193906 
155     5900    22.320482   -10.616071   0.57726663    1.1412742    1.0193906 
156     6000    23.348377   -12.116776   0.59306932    1.1191136    1.0193906 
157     6100     22.20822   -11.545749  0.035299394    1.0747922    1.0193906 
158     6200    22.810467   -10.598645    0.3296656    1.0415512    1.0083102 
159     6300    21.398957   -10.058479   0.66795602    1.0415512    1.0193906 
160     6400    21.945005   -10.358622   -1.0094405    1.0415512    1.0083102 
161     6500    22.906408   -10.767788    1.0948374    1.0858726    1.0083102 
162     6600    23.326617   -11.264481   0.82773039    1.0747922    1.0083102 
163     6700    22.491386    -10.27014  0.043938534    1.0526316    1.0193906 
164     6800    22.294374   -10.664685  0.048726237    1.1191136    1.0083102 
165     6900    22.221286   -10.697394    1.0354647    1.0415512    1.0193906 
166     7000    21.693738   -10.009277   0.64426437    1.0858726    1.0083102 
167     7100    22.775615   -11.372061  0.069159076    1.1191136    1.0193906 
168     7200    22.274683   -11.583382  -0.35907789    1.0858726    1.0193906 
169     7300    21.410706   -11.005479  -0.66394825    1.1080332    1.0083102 
170     7400    21.910735   -9.9354265   0.78899083    1.0526316    1.0083102 
171     7500    21.526738   -9.7787506  -0.38232161    1.0415512    1.0083102 
172     7600    21.833898   -10.289457  0.058939882    1.0747922    1.0193906 
173     7700    21.606736   -9.6807332   0.50127515    1.0526316    1.0083102 
174     7800    22.294657   -10.790285    0.8685065    1.0637119    1.0083102 
175     7900    23.269713   -11.375434   0.84634431    1.0969529    1.0304709 
176     8000    22.865151   -10.960251    1.0270422    1.0526316    1.0304709 
177     8100    21.656008   -10.504825    1.2228537    1.0304709    1.0193906 
178     8200    24.494122   -12.282009   0.16316531    1.0526316    1.0193906 
179     8300    22.974267   -11.287149 -0.035076799    1.0747922    1.0193906 
180     8400    21.052237   -11.243181 -0.099450689    1.0747922    1.0193906 
181     8500    22.661383   -11.090107  -0.22913242    1.0969529    1.0193906 
182     8600    21.403272   -9.5267458  -0.28047198    1.0637119    1.0193906 
183     8700    22.786699   -10.403836   0.40752047    1.0415512    1.0193906 
184     8800    24.504694   -10.706052    1.1870205    1.0969529    1.0193906 
185     8900     23.22256   -11.182967   0.64166445    1.0747922    1.0304709 
186     9000    23.734203   -10.422277    1.3143506    1.1191136    1.0304709 
187     9100    23.517258   -11.247418  -0.13540081    1.0193906    1.0193906 
188     9200    23.128204   -9.9181617    1.0928284    1.1412742    1.0083102 
189     9300    23.281107   -10.523942  0.011923998    1.0969529    1.0193906 
190     9400    21.800282   -10.359413  -0.62145559    1.1412742    1.0193906 
191     9500    24.910955   -11.786562    1.6227559    1.1301939    1.0193906 
192     9600    24.331432   -11.802048   0.62882542    1.1191136    1.0083102 
193     9700    22.340782   -10.531555   0.29842716    1.0415512    1.0193906 
194     9800    22.371239   -10.384104   0.34253854    1.0415512    1.0083102 
195     9900    22.289367   -9.9488634   0.29499176    1.1412742    1.0083102 
196    10000    22.518865   -10.279548  -0.48356734    1.1745152    1.0083102 
197 Loop time of 0.879172 on 4 procs for 10000 steps with 361 atoms
199 Performance: 4913715.115 tau/day, 11374.341 timesteps/s
200 99.2% CPU use with 4 MPI tasks x no OpenMP threads
202 MPI task timing breakdown:
203 Section |  min time  |  avg time  |  max time  |%varavg| %total
204 ---------------------------------------------------------------
205 Pair    | 0.11586    | 0.13009    | 0.14055    |   2.7 | 14.80
206 Bond    | 0.054003   | 0.058475   | 0.063238   |   1.8 |  6.65
207 Neigh   | 0.2865     | 0.29554    | 0.3049     |   1.2 | 33.62
208 Comm    | 0.20988    | 0.24193    | 0.27748    |   4.9 | 27.52
209 Output  | 0.0021532  | 0.0023131  | 0.00266    |   0.4 |  0.26
210 Modify  | 0.043945   | 0.045592   | 0.047122   |   0.6 |  5.19
211 Other   |            | 0.1052     |            |       | 11.97
213 Nlocal:    90.25 ave 91 max 90 min
214 Histogram: 3 0 0 0 0 0 0 0 0 1
215 Nghost:    250.25 ave 257 max 247 min
216 Histogram: 1 1 1 0 0 0 0 0 0 1
217 Neighs:    624.75 ave 739 max 519 min
218 Histogram: 1 0 0 1 0 0 1 0 0 1
220 Total # of neighbors = 2499
221 Ave neighs/atom = 6.92244
222 Ave special neighs/atom = 5.61773
223 Neighbor list builds = 4881
224 Dangerous builds = 0
225 Total wall time: 0:00:00