Non-numeric pressure-simulation unstable

Dear all,

When I simulate the generation, growth and rupture of bubbles, the calculated bubble of the system grows to a certain degree, the system always expands to a large extent, and it cannot go on, showing ERROR: Non-numeric pressure-simulation unstable (…/fix_nh .cpp: 1045)
How should I solve this problem, thank you
The contents of the in file are as follows:

The contents of the in file are as follows:

read_restart restart1.file

neighbor 0.3 bin
neigh_modify delay 0 every 1

variable p equal “-13000sin(25e-7stepdtPI)”
variable t equal 83.15
fix 1 all npt temp $t t (100.0*dt) iso 1 $p 800.0
thermo 100
thermo_style custom step temp lx press density vol
dump 1 all atom 10000 dump1.lammpstrj
timestep 1
run 10000000
write_restart restart2.file