python3 -m fmpy simulate --output-file ScalableTestSuite_ScalableTestSuite.Electrical.BreakerCircuits.ScaledExperiments.BreakerNetwork_N_160_M_80_res.csv --start-time 0 --stop-time 2 --timeout 300 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 0.0008 ScalableTestSuite_ScalableTestSuite_Electrical_BreakerCircuits_ScaledExperiments_BreakerNetwork_N_160_M_80.fmu LOG_STDOUT | info | Using sparse solver for linear system 0, | | | | because density of 0.006 remains under threshold of 0.200. LOG_STDOUT | info | The simulation runtime does not have access to sparse solvers. Defaulting to a dense linear system solver instead. LOG_STDOUT | info | Using sparse solver for linear system 1, | | | | because density of 0.006 remains under threshold of 0.200. LOG_STDOUT | info | The simulation runtime does not have access to sparse solvers. Defaulting to a dense linear system solver instead. LOG_STDOUT | info | The maximum density for using sparse solvers can be specified | | | | using the runtime flag '<-lssMaxDensity=value>'. LOG_STDOUT | info | Breaker 160 opens at time = 0.4056 LOG_STDOUT | info | Breaker 159 opens at time = 0.4056 LOG_STDOUT | info | Breaker 158 opens at time = 0.4056 LOG_STDOUT | info | Breaker 157 opens at time = 0.4056 LOG_STDOUT | info | Breaker 156 opens at time = 0.4056 LOG_STDOUT | info | Breaker 155 opens at time = 0.4056 LOG_STDOUT | info | Breaker 154 opens at time = 0.4056 LOG_STDOUT | info | Breaker 153 opens at time = 0.4056 LOG_STDOUT | info | Breaker 152 opens at time = 0.4056 LOG_STDOUT | info | Breaker 151 opens at time = 0.4056 LOG_STDOUT | info | Breaker 150 opens at time = 0.4056 LOG_STDOUT | info | Breaker 149 opens at time = 0.4056 LOG_STDOUT | info | Breaker 148 opens at time = 0.4056 LOG_STDOUT | info | Breaker 147 opens at time = 0.4056 LOG_STDOUT | info | Breaker 146 opens at time = 0.4056 LOG_STDOUT | info | Breaker 145 opens at time = 0.4056 LOG_STDOUT | info | Breaker 144 opens at time = 0.4056 LOG_STDOUT | info | Breaker 143 opens at time = 0.4056 LOG_STDOUT | info | Breaker 142 opens at time = 0.4056 LOG_STDOUT | info | Breaker 141 opens at time = 0.4056 LOG_STDOUT | info | Breaker 140 opens at time = 0.4056 LOG_ASSERT | debug | Simulation terminated due to too many, i.e. 20, event iterations. | | | | This could either indicate an inconsistent system or an undersized limit of event iterations. | | | | The limit of event iterations can be specified using the runtime flag '–mei='. Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/__main__.py", line 4, in main() File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/cli.py", line 186, in main result = simulate_fmu(args.fmu_filename, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/simulation.py", line 788, in simulate_fmu result = simulateME(model_description, fmu, start_time, stop_time, solver, step_size, relative_tolerance, start_values, apply_default_start_values, input, output, output_interval, record_events, timeout, step_finished, validate, set_stop_time) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/simulation.py", line 1166, in simulateME next_event_time) = fmu.newDiscreteStates() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi2.py", line 620, in newDiscreteStates self.fmi2NewDiscreteStates(self.component, byref(eventInfo)) File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi2.py", line 560, in fmi2NewDiscreteStates return self._call("fmi2NewDiscreteStates", c, eventInfo) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi1.py", line 369, in _call raise FMICallException(function=fname, status=res) fmpy.fmi1.FMICallException: fmi2NewDiscreteStates failed with status 3 (error).