1- LAMMPS (30 Jun 2020)
1+ LAMMPS (22 Oct 2020)
22# Solvated 5-mer peptide
33
44units real
@@ -12,6 +12,7 @@ improper_style harmonic
1212kspace_style pppm 0.0001
1313
1414read_data data.peptide
15+ Reading data file ...
1516 orthogonal box = (36.840194 41.013691 29.768095) to (64.211560 68.385058 57.139462)
1617 2 by 2 by 2 MPI processor grid
1718 reading atoms ...
@@ -34,12 +35,15 @@ read_data data.peptide
3435 207 dihedrals
3536 reading impropers ...
3637 12 impropers
38+ Finding 1-2 1-3 1-4 neighbors ...
39+ special bond factors lj: 0.0 0.0 0.0
40+ special bond factors coul: 0.0 0.0 0.0
3741 4 = max # of 1-2 neighbors
3842 7 = max # of 1-3 neighbors
3943 14 = max # of 1-4 neighbors
4044 18 = max # of special neighbors
4145 special bonds CPU = 0.001 seconds
42- read_data CPU = 0.014 seconds
46+ read_data CPU = 0.018 seconds
4347
4448neighbor 2.0 bin
4549neigh_modify delay 5
@@ -68,7 +72,7 @@ fix 4 all shake 0.0001 10 100 b 4 6 8 10 12 14 18 a 31
6872 6 = # of size 3 clusters
6973 3 = # of size 4 clusters
7074 640 = # of frozen angles
71- find clusters CPU = 0.000 seconds
75+ find clusters CPU = 0.001 seconds
7276
7377#dump 1 colvar custom 1 dump.colvar.lammpstrj id xu yu zu fx fy fz
7478#dump_modify 1 sort id
@@ -79,7 +83,7 @@ thermo 10
7983
8084run 100
8185PPPM initialization ...
82- using 12-bit tables for long-range coulomb (src/kspace.cpp:330 )
86+ using 12-bit tables for long-range coulomb (src/kspace.cpp:328 )
8387 G vector (1/distance) = 0.26872465
8488 grid = 15 15 15
8589 stencil order = 5
@@ -101,12 +105,12 @@ Neighbor list info ...
101105 bin: standard
102106colvars: Creating proxy instance
103107colvars: ----------------------------------------------------------------------
104- colvars: Initializing the collective variables module, version "2020-02-25 ".
108+ colvars: Initializing the collective variables module, version "2020-09-17 ".
105109colvars: Please cite Fiorin et al, Mol Phys 2013:
106- colvars: https://doi.org/10.1080/00268976.2013.813594
110+ colvars: https://dx. doi.org/10.1080/00268976.2013.813594
107111colvars: in any publication based on this calculation.
108112colvars: This version was built with the C++11 standard or higher.
109- colvars: Using LAMMPS interface, version "2019-12-04 ".
113+ colvars: Using LAMMPS interface, version "2020-04-07 ".
110114colvars: ----------------------------------------------------------------------
111115colvars: Reading new configuration from file "peptide.colvars":
112116colvars: # units = "" [default]
@@ -231,7 +235,9 @@ colvars: ----------------------------------------------------------------------
231235colvars: Initializing a new "harmonic" instance.
232236colvars: # name = "h_pot"
233237colvars: # colvars = { one, two }
238+ colvars: # stepZeroData = off [default]
234239colvars: # outputEnergy = off [default]
240+ colvars: # outputFreq = 1000 [default]
235241colvars: # timeStepFactor = 1 [default]
236242colvars: # writeTISamples = off [default]
237243colvars: # writeTIPMF = off [default]
@@ -249,21 +255,22 @@ colvars: Collective variables module (re)initialized.
249255colvars: ----------------------------------------------------------------------
250256colvars: The restart output state file will be "rest.colvars.state".
251257colvars: The final output state file will be "out.colvars.state".
252- colvars: Writing to colvar trajectory file "out.colvars.traj".
258+ colvars: Opening trajectory file "out.colvars.traj".
253259colvars: Re-initialized atom group for variable "one":0/0. 4 atoms: total mass = 15.035, total charge = -2.77556e-17.
254260colvars: Re-initialized atom group for variable "one":0/1. 1 atoms: total mass = 12.011, total charge = 0.51.
255261colvars: Re-initialized atom group for variable "two":0/0. 4 atoms: total mass = 15.035, total charge = 0.16.
256262colvars: Re-initialized atom group for variable "two":0/1. 1 atoms: total mass = 12.011, total charge = 0.51.
263+ colvars: Synchronizing (emptying the buffer of) trajectory file "out.colvars.traj".
257264SHAKE stats (type/ave/delta/count) on step 0
258- 4 1.11100 1.44264e-05 36
259- 6 0.996998 7.26967e-06 12
260- 8 1.08000 1.32536e-05 18
261- 10 1.11100 1.22749e-05 24
262- 12 1.08000 1.11767e-05 18
263- 14 0.96 0.00000 2
264- 18 0.957206 4.37979e-05 3840
265- 31 104.519 0.00396029 1920
266- Per MPI rank memory allocation (min/avg/max) = 15.39 | 15.5 | 15.78 Mbytes
265+ 4 2.22200 1.44264e-05 18
266+ 6 1.99400 7.26967e-06 6
267+ 8 2.16000 1.32536e-05 9
268+ 10 2.22200 1.22749e-05 12
269+ 12 2.16000 1.11767e-05 9
270+ 14 1.92000 0.00000 1
271+ 18 1.91441 4.37979e-05 1920
272+ 31 313.558 0.00396029 640
273+ Per MPI rank memory allocation (min/avg/max) = 15.39 | 15.50 | 15.78 Mbytes
267274Step Temp TotEng PotEng KinEng E_pair E_bond f_2
268275 0 282.10052 -5237.458 -6372.3766 1134.9186 -6442.768 16.557152 292.14604
269276 10 305.06149 -5058.8972 -6286.1901 1227.2929 -6413.1021 58.8499 103.38345
@@ -276,32 +283,32 @@ Step Temp TotEng PotEng KinEng E_pair E_bond f_2
276283 80 267.51495 -5206.4046 -6282.644 1076.2394 -6456.6369 31.611883 6.3554178
277284 90 278.15579 -5245.3824 -6364.431 1119.0485 -6499.8063 28.849773 0.36941576
278285SHAKE stats (type/ave/delta/count) on step 100
279- 4 1.11098 8.97155e-05 36
280- 6 0.996996 1.00568e-05 12
281- 8 1.08000 6.02345e-06 18
282- 10 1.11100 1.84253e-05 24
283- 12 1.08000 7.27130e-06 18
284- 14 0.959996 0.00000 2
285- 18 0.957198 3.36079e-05 3840
286- 31 104.520 0.0030599 1920
286+ 4 2.22196 8.97155e-05 18
287+ 6 1.99399 1.00568e-05 6
288+ 8 2.15999 6.02345e-06 9
289+ 10 2.22199 1.84253e-05 12
290+ 12 2.15999 7.27130e-06 9
291+ 14 1.91999 0.00000 1
292+ 18 1.91440 3.36079e-05 1920
293+ 31 313.560 0.0030599 640
287294 100 260.10613 -5292.6885 -6339.1215 1046.433 -6471.6734 25.362042 0.21987323
288295colvars: Saving collective variables state to "out.colvars.state".
289- Loop time of 0.37081 on 8 procs for 100 steps with 2004 atoms
296+ Loop time of 0.348581 on 8 procs for 100 steps with 2004 atoms
290297
291- Performance: 46.601 ns/day, 0.515 hours/ns, 269.680 timesteps/s
292- 94.3 % CPU use with 8 MPI tasks x no OpenMP threads
298+ Performance: 49.572 ns/day, 0.484 hours/ns, 286.878 timesteps/s
299+ 94.0 % CPU use with 8 MPI tasks x no OpenMP threads
293300
294301MPI task timing breakdown:
295302Section | min time | avg time | max time |%varavg| %total
296303---------------------------------------------------------------
297- Pair | 0.14242 | 0.21103 | 0.23881 | 8.6 | 56.91
298- Bond | 6.6575e -05 | 0.00081926 | 0.0025508 | 0.0 | 0.22
299- Kspace | 0.042432 | 0.068538 | 0.13477 | 14.6 | 18.48
300- Neigh | 0.040982 | 0.041167 | 0.041452 | 0.1 | 11.10
301- Comm | 0.01803 | 0.019509 | 0.022843 | 1.3 | 5.26
302- Output | 0.00034259 | 0.00036492 | 0.00050298 | 0.0 | 0.10
303- Modify | 0.027939 | 0.028112 | 0.028307 | 0.1 | 7.58
304- Other | | 0.001267 | | | 0.34
304+ Pair | 0.19353 | 0.20727 | 0.21673 | 1.7 | 59.46
305+ Bond | 4.9349e -05 | 0.00059958 | 0.0020139 | 0.0 | 0.17
306+ Kspace | 0.048286 | 0.057429 | 0.071356 | 3.2 | 16.47
307+ Neigh | 0.038413 | 0.038516 | 0.038608 | 0.0 | 11.05
308+ Comm | 0.020058 | 0.020532 | 0.021127 | 0.2 | 5.89
309+ Output | 0.00033634 | 0.00035522 | 0.00045565 | 0.0 | 0.10
310+ Modify | 0.021584 | 0.021675 | 0.021731 | 0.0 | 6.22
311+ Other | | 0.002207 | | | 0.63
305312
306313Nlocal: 250.500 ave 263 max 235 min
307314Histogram: 1 0 1 1 0 1 2 0 0 2
@@ -318,7 +325,7 @@ Dangerous builds = 2
318325
319326run 100
320327PPPM initialization ...
321- using 12-bit tables for long-range coulomb (src/kspace.cpp:330 )
328+ using 12-bit tables for long-range coulomb (src/kspace.cpp:328 )
322329 G vector (1/distance) = 0.26872465
323330 grid = 15 15 15
324331 stencil order = 5
@@ -331,15 +338,15 @@ colvars: Re-initialized atom group for variable "one":0/1. 1 atoms: total mass =
331338colvars: Re-initialized atom group for variable "two":0/0. 4 atoms: total mass = 15.035, total charge = 0.16.
332339colvars: Re-initialized atom group for variable "two":0/1. 1 atoms: total mass = 12.011, total charge = 0.51.
333340SHAKE stats (type/ave/delta/count) on step 100
334- 4 1.11098 8.97155e-05 36
335- 6 0.996996 1.00568e-05 12
336- 8 1.08000 6.02345e-06 18
337- 10 1.11100 1.84253e-05 24
338- 12 1.08000 7.27130e-06 18
339- 14 0.959996 0.00000 2
340- 18 0.957198 3.36079e-05 3840
341- 31 104.520 0.0030599 1920
342- Per MPI rank memory allocation (min/avg/max) = 15.39 | 15.5 | 15.78 Mbytes
341+ 4 2.22196 8.97155e-05 18
342+ 6 1.99399 1.00568e-05 6
343+ 8 2.15999 6.02345e-06 9
344+ 10 2.22199 1.84253e-05 12
345+ 12 2.15999 7.27130e-06 9
346+ 14 1.91999 0.00000 1
347+ 18 1.91440 3.36079e-05 1920
348+ 31 313.560 0.0030599 640
349+ Per MPI rank memory allocation (min/avg/max) = 15.39 | 15.50 | 15.78 Mbytes
343350Step Temp TotEng PotEng KinEng E_pair E_bond f_2
344351 100 260.10613 -5292.6885 -6339.1215 1046.433 -6471.6734 25.362042 0.21987323
345352 110 266.26438 -5341.1991 -6412.4073 1071.2082 -6552.7551 33.573173 1.9229657
@@ -352,32 +359,32 @@ Step Temp TotEng PotEng KinEng E_pair E_bond f_2
352359 180 248.51161 -5550.3254 -6550.1125 999.78704 -6661.4235 26.200127 3.4336037
353360 190 250.80862 -5555.2554 -6564.2835 1009.0281 -6666.1639 25.53634 3.3494286
354361SHAKE stats (type/ave/delta/count) on step 200
355- 4 1.11100 1.81266e-06 36
356- 6 0.997 7.79424e-07 12
357- 8 1.08000 1.08903e-06 18
358- 10 1.11100 2.96503e-07 24
359- 12 1.08000 4.69038e-07 18
360- 14 0.960001 0.00000 2
361- 18 0.957201 3.76471e-06 3840
362- 31 104.520 0.000411055 1920
362+ 4 2.22200 1.81266e-06 18
363+ 6 1.99400 7.79424e-07 6
364+ 8 2.16000 1.08903e-06 9
365+ 10 2.22200 2.96503e-07 12
366+ 12 2.16000 4.69038e-07 9
367+ 14 1.92000 0.00000 1
368+ 18 1.91440 3.76471e-06 1920
369+ 31 313.560 0.000411055 640
363370 200 251.50475 -5557.4251 -6569.2538 1011.8288 -6674.0845 24.804906 7.1387572
364371colvars: Saving collective variables state to "out.colvars.state".
365- Loop time of 0.35371 on 8 procs for 100 steps with 2004 atoms
372+ Loop time of 0.327564 on 8 procs for 100 steps with 2004 atoms
366373
367- Performance: 48.854 ns/day, 0.491 hours/ns, 282.717 timesteps/s
368- 92 .1% CPU use with 8 MPI tasks x no OpenMP threads
374+ Performance: 52.753 ns/day, 0.455 hours/ns, 305.284 timesteps/s
375+ 97 .1% CPU use with 8 MPI tasks x no OpenMP threads
369376
370377MPI task timing breakdown:
371378Section | min time | avg time | max time |%varavg| %total
372379---------------------------------------------------------------
373- Pair | 0.14228 | 0.20919 | 0.24117 | 8.5 | 59.14
374- Bond | 6.5351e -05 | 0.00082216 | 0.0025287 | 0.0 | 0.23
375- Kspace | 0.042284 | 0.072782 | 0.13728 | 13.8 | 20.58
376- Neigh | 0.024121 | 0.024217 | 0.024347 | 0.1 | 6.85
377- Comm | 0.01612 | 0.017894 | 0.02125 | 1.4 | 5.06
378- Output | 0.00033606 | 0.00035649 | 0.00047083 | 0.0 | 0.10
379- Modify | 0.026886 | 0.027075 | 0.02727 | 0.1 | 7.65
380- Other | | 0.001375 | | | 0.39
380+ Pair | 0.19464 | 0.20787 | 0.21743 | 1.8 | 63.46
381+ Bond | 4.9595e -05 | 0.00058829 | 0.0019724 | 0.0 | 0.18
382+ Kspace | 0.044601 | 0.053396 | 0.066362 | 3.5 | 16.30
383+ Neigh | 0.022539 | 0.0226 | 0.022683 | 0.0 | 6.90
384+ Comm | 0.018733 | 0.019325 | 0.01973 | 0.2 | 5.90
385+ Output | 0.00033555 | 0.00035296 | 0.00044201 | 0.0 | 0.11
386+ Modify | 0.020998 | 0.02112 | 0.021177 | 0.0 | 6.45
387+ Other | | 0.002317 | | | 0.71
381388
382389Nlocal: 250.500 ave 261 max 238 min
383390Histogram: 1 0 1 1 1 0 1 1 0 2
@@ -397,7 +404,7 @@ colvars: Resetting the Collective Variables module.
397404
398405run 100
399406PPPM initialization ...
400- using 12-bit tables for long-range coulomb (src/kspace.cpp:330 )
407+ using 12-bit tables for long-range coulomb (src/kspace.cpp:328 )
401408 G vector (1/distance) = 0.26872465
402409 grid = 15 15 15
403410 stencil order = 5
@@ -407,12 +414,12 @@ PPPM initialization ...
407414 3d grid and FFT values/proc = 2744 512
408415colvars: Creating proxy instance
409416colvars: ----------------------------------------------------------------------
410- colvars: Initializing the collective variables module, version "2020-02-25 ".
417+ colvars: Initializing the collective variables module, version "2020-09-17 ".
411418colvars: Please cite Fiorin et al, Mol Phys 2013:
412- colvars: https://doi.org/10.1080/00268976.2013.813594
419+ colvars: https://dx. doi.org/10.1080/00268976.2013.813594
413420colvars: in any publication based on this calculation.
414421colvars: This version was built with the C++11 standard or higher.
415- colvars: Using LAMMPS interface, version "2019-12-04 ".
422+ colvars: Using LAMMPS interface, version "2020-04-07 ".
416423colvars: ----------------------------------------------------------------------
417424colvars: Reading new configuration from file "peptide.colvars":
418425colvars: # units = "" [default]
@@ -537,7 +544,9 @@ colvars: ----------------------------------------------------------------------
537544colvars: Initializing a new "harmonic" instance.
538545colvars: # name = "h_pot"
539546colvars: # colvars = { one, two }
547+ colvars: # stepZeroData = off [default]
540548colvars: # outputEnergy = off [default]
549+ colvars: # outputFreq = 1000 [default]
541550colvars: # timeStepFactor = 1 [default]
542551colvars: # writeTISamples = off [default]
543552colvars: # writeTIPMF = off [default]
@@ -554,29 +563,29 @@ colvars: ----------------------------------------------------------------------
554563colvars: Collective variables module (re)initialized.
555564colvars: ----------------------------------------------------------------------
556565colvars: ----------------------------------------------------------------------
557- colvars: Restarting from file "out.colvars.state".
566+ colvars: Loading state from file "out.colvars.state".
558567colvars: Restarting collective variable "one" from value: 10.0128
559568colvars: Restarting collective variable "two" from value: 9.62236
560569colvars: Restarting harmonic bias "h_pot" from step number 200.
561570colvars: ----------------------------------------------------------------------
562571colvars: The restart output state file will be "rest.colvars.state".
563572colvars: The final output state file will be "out2.colvars.state".
564- colvars: Writing to colvar trajectory file "out2.colvars.traj".
573+ colvars: Opening trajectory file "out2.colvars.traj".
565574colvars: Setting initial step number from LAMMPS: 200
566575colvars: Re-initialized atom group for variable "one":0/0. 4 atoms: total mass = 15.035, total charge = -2.77556e-17.
567576colvars: Re-initialized atom group for variable "one":0/1. 1 atoms: total mass = 12.011, total charge = 0.51.
568577colvars: Re-initialized atom group for variable "two":0/0. 4 atoms: total mass = 15.035, total charge = 0.16.
569578colvars: Re-initialized atom group for variable "two":0/1. 1 atoms: total mass = 12.011, total charge = 0.51.
570579SHAKE stats (type/ave/delta/count) on step 200
571- 4 1.11100 1.81266e-06 36
572- 6 0.997 7.79424e-07 12
573- 8 1.08000 1.08903e-06 18
574- 10 1.11100 2.96503e-07 24
575- 12 1.08000 4.69038e-07 18
576- 14 0.960001 0.00000 2
577- 18 0.957201 3.76471e-06 3840
578- 31 104.520 0.000411055 1920
579- Per MPI rank memory allocation (min/avg/max) = 15.4 | 15.52 | 15.78 Mbytes
580+ 4 2.22200 1.81266e-06 18
581+ 6 1.99400 7.79424e-07 6
582+ 8 2.16000 1.08903e-06 9
583+ 10 2.22200 2.96503e-07 12
584+ 12 2.16000 4.69038e-07 9
585+ 14 1.92000 0.00000 1
586+ 18 1.91440 3.76471e-06 1920
587+ 31 313.560 0.000411055 640
588+ Per MPI rank memory allocation (min/avg/max) = 15.40 | 15.52 | 15.78 Mbytes
580589Step Temp TotEng PotEng KinEng E_pair E_bond f_2
581590 200 251.50475 -5557.4251 -6569.2538 1011.8288 -6674.0845 24.804906 7.1387572
582591 210 253.15303 -5538.5615 -6557.0214 1018.4599 -6672.0497 37.676621 0.61219488
@@ -589,32 +598,32 @@ Step Temp TotEng PotEng KinEng E_pair E_bond f_2
589598 280 279.42264 -5307.9799 -6432.1251 1124.1452 -6557.3368 33.644022 8.5490489
590599 290 286.85168 -5260.8409 -6414.8739 1154.033 -6515.6796 28.574838 5.9100102
591600SHAKE stats (type/ave/delta/count) on step 300
592- 4 1.11100 1.79793e-05 36
593- 6 0.997005 1.02512e-05 12
594- 8 1.08000 1.85103e-05 18
595- 10 1.11100 9.98839e-06 24
596- 12 1.08000 8.84114e-06 18
597- 14 0.960008 0.00000 2
598- 18 0.957203 1.84450e-05 3840
599- 31 104.520 0.00168383 1920
601+ 4 2.22201 1.79793e-05 18
602+ 6 1.99401 1.02512e-05 6
603+ 8 2.16001 1.85103e-05 9
604+ 10 2.22201 9.98839e-06 12
605+ 12 2.16001 8.84114e-06 9
606+ 14 1.92002 0.00000 1
607+ 18 1.91441 1.84450e-05 1920
608+ 31 313.559 0.00168383 640
600609 300 291.52795 -5216.2878 -6389.1339 1172.8461 -6503.1274 27.889149 2.2482427
601610colvars: Saving collective variables state to "out2.colvars.state".
602- Loop time of 0.364351 on 8 procs for 100 steps with 2004 atoms
611+ Loop time of 0.342261 on 8 procs for 100 steps with 2004 atoms
603612
604- Performance: 47.427 ns/day, 0.506 hours/ns, 274.461 timesteps/s
605- 94.4 % CPU use with 8 MPI tasks x no OpenMP threads
613+ Performance: 50.488 ns/day, 0.475 hours/ns, 292.175 timesteps/s
614+ 90.5 % CPU use with 8 MPI tasks x no OpenMP threads
606615
607616MPI task timing breakdown:
608617Section | min time | avg time | max time |%varavg| %total
609618---------------------------------------------------------------
610- Pair | 0.15168 | 0.21065 | 0.24871 | 7.6 | 57.81
611- Bond | 7.9118e -05 | 0.0008286 | 0.0026193 | 0.0 | 0.23
612- Kspace | 0.040882 | 0.076563 | 0.13382 | 12.2 | 21.01
613- Neigh | 0.027605 | 0.027729 | 0.027912 | 0.1 | 7.61
614- Comm | 0.016442 | 0.018351 | 0.021096 | 1 .2 | 5.04
615- Output | 0.00034201 | 0.00036986 | 0.00048564 | 0.0 | 0.10
616- Modify | 0.02831 | 0.028418 | 0.028519 | 0.0 | 7.80
617- Other | | 0.001445 | | | 0.40
619+ Pair | 0.19722 | 0.21118 | 0.22596 | 1.9 | 61.70
620+ Bond | 5.118e -05 | 0.0006023 | 0.0020252 | 0.0 | 0.18
621+ Kspace | 0.045324 | 0.05919 | 0.072866 | 3.3 | 17.29
622+ Neigh | 0.026356 | 0.026455 | 0.026492 | 0.0 | 7.73
623+ Comm | 0.019712 | 0.020124 | 0.02084 | 0 .2 | 5.88
624+ Output | 0.00036238 | 0.00038436 | 0.00049658 | 0.0 | 0.11
625+ Modify | 0.021787 | 0.021863 | 0.021954 | 0.0 | 6.39
626+ Other | | 0.002457 | | | 0.72
618627
619628Nlocal: 250.500 ave 264 max 226 min
620629Histogram: 1 0 0 0 0 2 2 0 1 2
0 commit comments