<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            Hi everyone!
        </p>
        <p>
            I'm trying to run a simulation of a single diatomic Sulfur molecule. When I run an equilibration scheme (generating velocities from a 300K Maxwell-Boltzmann distribution) it runs fine, but when I take the equilibrated molecule and couple one atom to a 0K heat bath (using Stochastic Dynamics) the simulation segfaults at the first step.
        </p>
        <p>
            I've enclosed as much information as I could. Notice (at the very bottom) that the md.log file shows an initial temperature of 17884.7K, but already in the report for step 0 the temperature, as well as many other thermodynamic quantities, are NaN.
        </p>
        <p>
            I've encountered one reference to the same error I'm getting, but itjust said that there was some problem with the input files, but didn'tsay what was the problem...
        </p>
        <p>
            I hope you will find some stupid mistake in the *.mdp file, or something easily remedied...
        </p>
        <p>
            P.S.
        </p>
        <p>
            I know GROMACS is not optimized for simulating tiny molecules, but I don't see why it should be such a critical problem...
        </p>
        <p>
            <br />
        </p>
        <p>
            A wholotta supplemental data:
        </p>
        <p>
            <br />
            MDRUN_MPI STD-I/O:<br />
            ==================<br />
            <br />
            step 0<br />
            [hydrogen:15285] *** Process received signal ***<br />
            [hydrogen:15285] Signal: Segmentation fault (11)<br />
            [hydrogen:15285] Signal code: Address not mapped (1)<br />
            [hydrogen:15285] Failing at address: 0xfffffffe16c50a90<br />
            [hydrogen:15285] [ 0] /lib64/libpthread.so.0 [0x355c00de80]<br />
            [hydrogen:15285] [ 1] mdrun_mpi(gmx_pme_do+0x28b2) [0x4b56f2]<br />
            [hydrogen:15285] [ 2] mdrun_mpi(do_force_lowlevel+0x1023) [0x47f6f3]<br />
            [hydrogen:15285] [ 3] mdrun_mpi(do_force+0xe6e) [0x4c99ce]<br />
            [hydrogen:15285] [ 4] mdrun_mpi(do_md+0x48f0) [0x42c4a0]<br />
            [hydrogen:15285] [ 5] mdrun_mpi(mdrunner+0x831) [0x42d771]<br />
            [hydrogen:15285] [ 6] mdrun_mpi(main+0x3c0) [0x42e6a0]<br />
            [hydrogen:15285] [ 7] /lib64/libc.so.6(__libc_start_main+0xf4) [0x355b41d8b4]<br />
            [hydrogen:15285] [ 8] mdrun_mpi [0x4131a9]<br />
            [hydrogen:15285] *** End of error message ***<br />
            ./test-2-6-09.sh: line 16: 15285 Segmentation fault&#160;&#160;&#160;&#160;&#160; mdrun_mpi -c md -v<br />
            <br />
            <br />
            ----------------------------------------------------------------------------------------------------------------<br />
            <br />
            MD.MDP<br />
            ======<br />
            <br />
            integrator&#160;&#160;&#160; =&#160;&#160;&#160; sd&#160;&#160;&#160; ;stochastic dynamics (velocity Langevin) using a leap-frog algorithm<br />
            dt&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 0.0001<br />
            nsteps&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 10000&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ; [steps] ==&gt; total (nsteps*dt) ps.<br />
            nstxout&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 1<br />
            nstvout&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 1<br />
            nstfout&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 1<br />
            ; nstxtcout&#160;&#160;&#160; =&#160;&#160;&#160; 1<br />
            nstenergy&#160;&#160;&#160; =&#160;&#160;&#160; 1&#160;&#160;&#160; ; write energies to energy file every 1000 steps (default 100)<br />
            nstlog&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 1<br />
            energygrps&#160;&#160;&#160; =&#160;&#160;&#160; SL&#160;&#160;&#160; SR<br />
            ns_type&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; simple<br />
            periodic_molecules&#160;&#160;&#160; =&#160;&#160;&#160; no<br />
            coulombtype&#160;&#160;&#160; =&#160;&#160;&#160; PME<br />
            tc-grps&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; SL&#160;&#160;&#160; SR<br />
            tau_t&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 0&#160;&#160;&#160; 1&#160;&#160;&#160; ; mass/gamma<br />
            ref_t&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; 0&#160;&#160; &#160;&#160;&#160; 0&#160;&#160;&#160; ; refference (bath) temperature<br />
            Pcoupl&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; no<br />
            gen_vel&#160;&#160;&#160; &#160;&#160;&#160; =&#160;&#160;&#160; no<br />
            gen_seed&#160;&#160;&#160; =&#160;&#160;&#160; -1&#160;&#160;&#160; ; random seed based on computer clock<br />
            constraints&#160;&#160;&#160; =&#160;&#160;&#160; none<br />
            <br />
            --------------------------------------------------------------------------------------------<br />
            <br />
            1S2.itp<br />
            =======<br />
            <br />
            [ atomtypes ]<br />
            ;atomtype &#160;&#160;&#160; m (u) &#160;&#160;&#160; q (e)&#160;&#160;&#160; part.type &#160;&#160;&#160; V(cr)&#160;&#160;&#160; W(cr)<br />
            SX&#160;&#160;&#160; &#160;&#160;&#160; 32.0600&#160;&#160;&#160; 0.000&#160;&#160;&#160; A&#160;&#160;&#160; &#160;&#160;&#160; 1E-03&#160;&#160;&#160; 1E-05<br />
            <br />
            [ moleculetype ]<br />
            ; Name nrexcl<br />
            1S2&#160;&#160;&#160;&#160;&#160; 2<br />
            <br />
            [ atoms ]<br />
            ;&#160;&#160; nr&#160;&#160;&#160; type&#160; resnr resid&#160; atom&#160; cgnr&#160;&#160; charge&#160;&#160;&#160;&#160; mass<br />
            &#160;&#160;&#160; 1&#160;&#160;&#160;&#160;&#160; SX&#160;&#160;&#160;&#160; 1&#160; 1S2&#160;&#160;&#160;&#160; SL&#160;&#160;&#160;&#160; 1&#160;&#160;&#160; 0.000&#160; 32.0600<br />
            &#160;&#160;&#160; 2&#160;&#160;&#160;&#160;&#160; SX&#160;&#160;&#160;&#160; 1&#160; 1S2&#160;&#160;&#160;&#160; SR&#160;&#160;&#160;&#160; 2&#160;&#160;&#160; 0.000&#160; 32.0600<br />
            <br />
            [ bonds ]<br />
            ; ai&#160; aj&#160; fu&#160;&#160;&#160; c0, c1, ...<br />
            &#160;&#160; 1&#160;&#160; 2&#160;&#160; 2&#160;&#160;&#160; 0.2040&#160; 5.3E+6&#160;&#160;&#160; 0.2040&#160; 5.3E+6 ;&#160;&#160; SL SR<br />
            <br />
            --------------------------------------------------------------------------------------------<br />
            <br />
            TRAJ.TRR<br />
            ========<br />
            <br />
            traj.trr frame 0:<br />
            &#160;&#160; natoms=&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 2&#160; step=&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160; time=0.0000000e+00&#160; lambda=&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />
            &#160;&#160; box (3x3):<br />
            &#160;&#160;&#160;&#160;&#160; box[&#160;&#160;&#160; 0]={ 6.37511e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; box[&#160;&#160;&#160; 1]={ 0.00000e+00,&#160; 6.37511e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; box[&#160;&#160;&#160; 2]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 6.37511e+00}<br />
            &#160;&#160; x (2x3):<br />
            &#160;&#160;&#160;&#160;&#160; x[&#160;&#160;&#160; 0]={ 3.19756e+00,&#160; 3.20532e+00,&#160; 3.18725e+00}<br />
            &#160;&#160;&#160;&#160;&#160; x[&#160;&#160;&#160; 1]={ 3.03044e+00,&#160; 3.21568e+00,&#160; 3.08875e+00}<br />
            &#160;&#160; v (2x3):<br />
            &#160;&#160;&#160;&#160;&#160; v[&#160;&#160;&#160; 0]={ 2.22763e+00, -2.56083e-01,&#160; 1.38905e+00}<br />
            &#160;&#160;&#160;&#160;&#160; v[&#160;&#160;&#160; 1]={-2.22763e+00,&#160; 2.56083e-01, -1.38905e+00}<br />
            &#160;&#160; f (2x3):<br />
            &#160;&#160;&#160;&#160;&#160; f[&#160;&#160;&#160; 0]={ 3.43615e+03, -2.13216e+02,&#160; 2.02509e+03}<br />
            &#160;&#160;&#160;&#160;&#160; f[&#160;&#160;&#160; 1]={-3.43615e+03,&#160; 2.13216e+02, -2.02509e+03}<br />
            <br />
            <br />
            --------------------------------------------------------------------------------------------<br />
            <br />
            MD.LOG<br />
            ======<br />
            <br />
            <br />
            <br />
            Input Parameters:<br />
            &#160;&#160; integrator&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = sd<br />
            &#160;&#160; nsteps&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 10000<br />
            &#160;&#160; init_step&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; ns_type&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Simple<br />
            &#160;&#160; nstlist&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 10<br />
            &#160;&#160; ndelta&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 2<br />
            &#160;&#160; nstcomm&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; comm_mode&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Linear<br />
            &#160;&#160; nstlog&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; nstxout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; nstvout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; nstfout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; nstenergy&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; nstxtcout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; init_t&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; delta_t&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.0001<br />
            &#160;&#160; xtcprec&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1000<br />
            &#160;&#160; nkx&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 54<br />
            &#160;&#160; nky&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 54<br />
            &#160;&#160; nkz&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 54<br />
            &#160;&#160; pme_order&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 4<br />
            &#160;&#160; ewald_rtol&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1e-05<br />
            &#160;&#160; ewald_geometry&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; epsilon_surface&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; optimize_fft&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; ePBC&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = xyz<br />
            &#160;&#160; bPeriodicMols&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; bContinuation&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; bShakeSOR&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; etc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; epc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; epctype&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Isotropic<br />
            &#160;&#160; tau_p&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; ref_p (3x3):<br />
            &#160;&#160;&#160;&#160;&#160; ref_p[&#160;&#160;&#160; 0]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; ref_p[&#160;&#160;&#160; 1]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; ref_p[&#160;&#160;&#160; 2]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160; compress (3x3):<br />
            &#160;&#160;&#160;&#160;&#160; compress[&#160;&#160;&#160; 0]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; compress[&#160;&#160;&#160; 1]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; compress[&#160;&#160;&#160; 2]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160; refcoord_scaling&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; posres_com (3):<br />
            &#160;&#160;&#160;&#160;&#160; posres_com[0]= 0.00000e+00<br />
            &#160;&#160;&#160;&#160;&#160; posres_com[1]= 0.00000e+00<br />
            &#160;&#160;&#160;&#160;&#160; posres_com[2]= 0.00000e+00<br />
            &#160;&#160; posres_comB (3):<br />
            &#160;&#160;&#160;&#160;&#160; posres_comB[0]= 0.00000e+00<br />
            &#160;&#160;&#160;&#160;&#160; posres_comB[1]= 0.00000e+00<br />
            &#160;&#160;&#160;&#160;&#160; posres_comB[2]= 0.00000e+00<br />
            &#160;&#160; andersen_seed&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 815131<br />
            &#160;&#160; rlist&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; rtpi&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.05<br />
            &#160;&#160; coulombtype&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = PME<br />
            &#160;&#160; rcoulomb_switch&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; rcoulomb&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; vdwtype&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Cut-off<br />
            &#160;&#160; rvdw_switch&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; rvdw&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; epsilon_r&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; epsilon_rf&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; tabext&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; implicit_solvent&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; gb_algorithm&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Still<br />
            &#160;&#160; gb_epsilon_solvent&#160;&#160; = 80<br />
            &#160;&#160; nstgbradii&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; rgbradii&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 2<br />
            &#160;&#160; gb_saltconc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; gb_obc_alpha&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; gb_obc_beta&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.8<br />
            &#160;&#160; gb_obc_gamma&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 4.85<br />
            &#160;&#160; sa_surface_tension&#160;&#160; = 2.092<br />
            &#160;&#160; DispCorr&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; free_energy&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = no<br />
            &#160;&#160; init_lambda&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; sc_alpha&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; sc_power&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; sc_sigma&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.3<br />
            &#160;&#160; delta_lambda&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; nwall&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; wall_type&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 9-3<br />
            &#160;&#160; wall_atomtype[0]&#160;&#160;&#160;&#160; = -1<br />
            &#160;&#160; wall_atomtype[1]&#160;&#160;&#160;&#160; = -1<br />
            &#160;&#160; wall_density[0]&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; wall_density[1]&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; wall_ewald_zfac&#160;&#160;&#160;&#160;&#160; = 3<br />
            &#160;&#160; pull&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = no<br />
            &#160;&#160; disre&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = No<br />
            &#160;&#160; disre_weighting&#160;&#160;&#160;&#160;&#160; = Conservative<br />
            &#160;&#160; disre_mixed&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; dr_fc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1000<br />
            &#160;&#160; dr_tau&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; nstdisreout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 100<br />
            &#160;&#160; orires_fc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; orires_tau&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; nstorireout&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 100<br />
            &#160;&#160; dihre-fc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1000<br />
            &#160;&#160; em_stepsize&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.01<br />
            &#160;&#160; em_tol&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 10<br />
            &#160;&#160; niter&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 20<br />
            &#160;&#160; fc_stepsize&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; nstcgsteep&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1000<br />
            &#160;&#160; nbfgscorr&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 10<br />
            &#160;&#160; ConstAlg&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = Lincs<br />
            &#160;&#160; shake_tol&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0.0001<br />
            &#160;&#160; lincs_order&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 4<br />
            &#160;&#160; lincs_warnangle&#160;&#160;&#160;&#160;&#160; = 30<br />
            &#160;&#160; lincs_iter&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            &#160;&#160; bd_fric&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; ld_seed&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1993<br />
            &#160;&#160; cos_accel&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; deform (3x3):<br />
            &#160;&#160;&#160;&#160;&#160; deform[&#160;&#160;&#160; 0]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; deform[&#160;&#160;&#160; 1]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160;&#160;&#160;&#160; deform[&#160;&#160;&#160; 2]={ 0.00000e+00,&#160; 0.00000e+00,&#160; 0.00000e+00}<br />
            &#160;&#160; userint1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userint2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userint3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userint4&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userreal1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userreal2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userreal3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; userreal4&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            grpopts:<br />
            &#160;&#160; nrdf:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1.5&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1.5<br />
            &#160;&#160; ref_t:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />
            &#160;&#160; tau_t:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1<br />
            anneal:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; No&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; No<br />
            ann_npoints:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />
            &#160;&#160; acc:&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />
            &#160;&#160; nfreeze:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N<br />
            &#160;&#160; energygrp_flags[&#160; 0]: 0 0<br />
            &#160;&#160; energygrp_flags[&#160; 1]: 0 0<br />
            &#160;&#160; efield-x:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; efield-xt:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; efield-y:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; efield-yt:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; efield-z:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; efield-zt:<br />
            &#160;&#160;&#160;&#160;&#160; n = 0<br />
            &#160;&#160; bQMMM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = FALSE<br />
            &#160;&#160; QMconstraints&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; QMMMscheme&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            &#160;&#160; scalefactor&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 1<br />
            qm_opts:<br />
            &#160;&#160; ngQM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; = 0<br />
            Table routines are used for coulomb: TRUE<br />
            Table routines are used for vdw:&#160;&#160;&#160;&#160; FALSE<br />
            Will do PME sum in reciprocal space.<br />
            <br />
            ++++ PLEASE READ AND CITE THE FOLLOWING REFERENCE ++++<br />
            U. Essman, L. Perela, M. L. Berkowitz, T. Darden, H. Lee and L. G. Pedersen<br />
            A smooth particle mesh Ewald method<br />
            J. Chem. Phys. 103 (1995) pp. 8577-8592<br />
            -------- -------- --- Thank You --- -------- --------<br />
            <br />
            Using a Gaussian width (1/beta) of 0.320163 nm for Ewald<br />
            Cut-off's:&#160;&#160; NS: 1&#160;&#160; Coulomb: 1&#160;&#160; LJ: 1<br />
            System total charge: 0.000<br />
            Generated table with 4000 data points for Ewald.<br />
            Tabscale = 2000 points/nm<br />
            Generated table with 4000 data points for LJ6.<br />
            Tabscale = 2000 points/nm<br />
            Generated table with 4000 data points for LJ12.<br />
            Tabscale = 2000 points/nm<br />
            Configuring nonbonded kernels...<br />
            Testing x86_64 SSE2 support... present.<br />
            <br />
            <br />
            Removing pbc first time<br />
            Center of mass motion removal mode is Linear<br />
            We have the following groups for center of mass motion removal:<br />
            &#160; 0:&#160; rest<br />
            There are: 2 Atoms<br />
            Max number of connections per atom is 1<br />
            Total number of connections is 2<br />
            Max number of graph edges per atom is 1<br />
            Total number of graph edges is 2<br />
            Initial temperature: 17884.7 K<br />
            <br />
            Started mdrun on node 0 Tue Jun&#160; 2 13:38:03 2009<br />
            <br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Step&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Time&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Lambda<br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.00000&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.00000<br />
            <br />
            &#160;&#160; Energies (kJ/mol)<br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160; G96Bond&#160;&#160;&#160;&#160;&#160;&#160;&#160; LJ (SR)&#160;&#160; Coulomb (SR)&#160;&#160; Coul. recip.&#160;&#160;&#160;&#160;&#160; Potential<br />
            &#160;&#160;&#160; 1.99416e+01&#160;&#160;&#160; 0.00000e+00&#160;&#160;&#160; 0.00000e+00&#160;&#160;&#160; 0.00000e+00&#160;&#160;&#160; 1.99416e+01<br />
            &#160;&#160;&#160; Kinetic En.&#160;&#160; Total Energy&#160;&#160;&#160; Temperature Pressure (bar)<br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; nan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; nan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; nan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; nan<br />
            <br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Step&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Time&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Lambda<br />
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.00010&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.00000<br />
            <br />
        </p>
        <p>
            <br />
        </p>
        <p class="imp-signature">
            --<br />
            Inon&#160; &#160;Sharony<br />
            ינון&#160; &#160; &#160;שרוני<br />
            +972(3)6407634<br />
            atto.TAU.ac.IL/~inonshar<br />
            Please consider your environmental responsibility before printing this e-mail.
        </p>
    </body>
</html>