Closed eivindjahren closed 2 weeks ago
I guess I might close this one then: https://github.com/equinor/ert/issues/8867 But there I got another error though despise the same symptoms.
Couldn't establish connection with the ensemble evaluator!
unexpected error: Couldn't establish connection with the ensemble evaluator!
Which could relate to not enough free ports? Since unexpected error: Couldn't establish connection with the ensemble evaluator!
has generous timeout(=120 seconds). This is emphasized since test_adaptive_localization
runs concurrently several run_cli
instances.
I guess I might close this one then: #8867 But there I got another error though despise the same symptoms.
Couldn't establish connection with the ensemble evaluator! unexpected error: Couldn't establish connection with the ensemble evaluator!
Which could relate to not enough free ports? Since
unexpected error: Couldn't establish connection with the ensemble evaluator!
has generous timeout(=120 seconds). This is emphasized sincetest_adaptive_localization
runs concurrently severalrun_cli
instances.
It occurred again while testing a new tag. (https://github.com/equinor/ert/actions/runs/11161505825/job/31026048914)
We thought this was fixed by changing the port range, but it is still happening here:
https://github.com/equinor/ert/actions/runs/11178734497/job/31076937372
Another failure here: https://github.com/equinor/ert/actions/runs/11178734497/job/31077529370
Another failure here: https://github.com/equinor/ert/actions/runs/11178734497/job/31077529370
Now it has passed, so let's wait a bit if it occurs again. https://github.com/equinor/ert/actions/runs/11211818618/job/31164485346
This is the times for these tests on my machine with --cov=ert
:
50.88s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_0_equals_ESupdate
39.76s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_posterior_generalized_variance_increases_in_cutoff
16.03s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_1_equals_ensemble_prior
15.69s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_multiple_observations
15.59s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_a_single_observation
0.01s setup tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_1_equals_ensemble_prior
The timeout here is 360s so it could be that this takes a long time on mac.
This is how long it takes on the github ubuntu runners:
195.53s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_0_equals_ESupdate
182.80s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_surfaces_retain_their_order_when_loaded_and_saved_by_ert
139.76s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_posterior_generalized_variance_increases_in_cutoff
139.49s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_update_multiple_param
111.44s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_1_equals_ensemble_prior
109.54s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_multiple_observations
108.67s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_a_single_observation
91.47s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_posterior_has_lower_variance_than_prior
73.32s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_update_works_with_failed_realizations
This is how long it took on one run of mac:
314.08s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_posterior_generalized_variance_increases_in_cutoff
313.12s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_0_equals_ESupdate
303.02s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_multiple_observations
299.00s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_works_with_a_single_observation
298.41s call tests/ert/ui_tests/cli/analysis/test_adaptive_localization.py::test_that_adaptive_localization_with_cutoff_1_equals_ensemble_prior
207.54s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_update_works_with_failed_realizations
143.42s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_posterior_has_lower_variance_than_prior
92.33s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_update_multiple_param
73.56s call tests/ert/ui_tests/cli/analysis/test_es_update.py::test_that_surfaces_retain_their_order_when_loaded_and_saved_by_ert
Since the timeout is 360s it seems that slight variability in performance (with pytest-xdist) will have the test timeout. We can increase the timeout for these tests to mitigate this.
Increasing the timeout did not work https://github.com/equinor/ert/actions/runs/11253782181/job/31290099875
Still happening here: https://github.com/equinor/ert/actions/runs/11383236321/job/31668450667:
ROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: received 1011 (internal error) keepalive ping timeout; then sent 1011 (internal error) keepalive ping timeout
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
ERROR ert.ensemble_evaluator.evaluator:evaluator.py:277 a dispatcher abruptly closed a websocket: no close frame received or sent
I managed to reproduce this locally and these are some of the logs:
ERROR ert.scheduler.job:job.py:263 Realization: 34 failed after reaching max submit (1):
ERROR ert.scheduler.job:job.py:315 job poly_eval failed with: 'Process exited with status code 1'
stderr file: 'None',
its contents:
Not written by:poly_eval
ERROR ert.scheduler.job:job.py:263 Realization: 39 failed after reaching max submit (1):
ERROR ert.scheduler.job:job.py:315 job poly_eval failed with: 'Process exited with status code 1'
stderr file: 'None',
its contents:
Not written by:poly_eval
ERROR ert.scheduler.job:job.py:263 Realization: 94 failed after reaching max submit (1):
ERROR ert.scheduler.job:job.py:315 job poly_eval failed with: 'Process exited with status code 1'
stderr file: 'None',
its contents:
Not written by:poly_eval
ERROR ert.scheduler.job:job.py:263 Realization: 49 failed after reaching max submit (1):
ERROR ert.scheduler.job:job.py:315 job poly_eval failed with: 'Process exited with status code 1'
stderr file: 'None',
its contents:
Not written by:poly_eval
status.json
{
"run_id": "effdaec5-eadf-482d-a6b0-8860b42fc0d0",
"start_time": 1729496603.0,
"end_time": null,
"jobs": [
{
"name": "poly_eval",
"status": "Failure",
"error": "Process exited with status code 1",
"start_time": 1729496603.0,
"end_time": 1729496605.0,
"stdout": "poly_eval.stdout.0",
"stderr": "poly_eval.stderr.0",
"current_memory_usage": 151552,
"max_memory_usage": 151552,
"cpu_seconds": 0.000107916
}
]
}
job-runner-log:
2024-10-21 09:43:23,472 - _ert.forward_model_runner.reporting.statemachine - DEBUG - Initializing state machines
2024-10-21 09:43:23,472 - _ert.forward_model_runner.cli - INFO - Job status: Init
2024-10-21 09:43:23,472 - _ert.forward_model_runner.reporting.file - DEBUG - Init Message Instance
2024-10-21 09:43:23,472 - _ert.forward_model_runner.reporting.file - DEBUG - Deleting old status files
2024-10-21 09:43:23,485 - _ert.forward_model_runner.reporting.event - DEBUG - Publishing event.
2024-10-21 09:43:23,485 - _ert.forward_model_runner.cli - INFO - Job status: Start
2024-10-21 09:43:23,485 - _ert.forward_model_runner.reporting.file - DEBUG - Adding message job to status dictionary.
2024-10-21 09:43:23,485 - _ert.forward_model_runner.reporting.file - DEBUG - Job poly_eval was successfully started
2024-10-21 09:43:23,503 - _ert.forward_model_runner.reporting.file - INFO - Append poly_eval job starting timestamp 09:43:23 to STATUS_file.
2024-10-21 09:43:23,524 - _ert.forward_model_runner.reporting.event - DEBUG - Job poly_eval was successfully started
2024-10-21 09:43:23,524 - _ert.forward_model_runner.reporting.event - DEBUG - Schedule "<class '_ert.events.ForwardModelStepStart'>" for delivery
2024-10-21 09:43:23,909 - _ert.forward_model_runner.cli - INFO - Job status: Running
2024-10-21 09:43:23,909 - _ert.forward_model_runner.reporting.file - DEBUG - Adding message job to status dictionary.
2024-10-21 09:43:23,937 - _ert.forward_model_runner.reporting.event - DEBUG - poly_eval job is running
2024-10-21 09:43:23,938 - _ert.forward_model_runner.reporting.event - DEBUG - Schedule "<class '_ert.events.ForwardModelStepRunning'>" for delivery
2024-10-21 09:43:25,917 - _ert.forward_model_runner.cli - INFO - Job status: Exited
2024-10-21 09:43:25,917 - _ert.forward_model_runner.reporting.file - DEBUG - Adding message job to status dictionary.
2024-10-21 09:43:25,917 - _ert.forward_model_runner.reporting.file - ERROR - Job poly_eval FAILED with code 1
----------------------------------------------------------
Error message: Process exited with status code 1
----------------------------------------------------------
2024-10-21 09:43:25,918 - _ert.forward_model_runner.reporting.file - ERROR - poly_eval job, 09:43:25 EXIT: 1/Process exited with status code 1
2024-10-21 09:43:25,967 - _ert.forward_model_runner.reporting.event - ERROR - Job poly_eval FAILED with code 1
----------------------------------------------------------
Error message: Process exited with status code 1
----------------------------------------------------------
2024-10-21 09:43:25,967 - _ert.forward_model_runner.reporting.event - DEBUG - Schedule "<class '_ert.events.ForwardModelStepFailure'>" for delivery
2024-10-21 09:43:25,974 - _ert.forward_model_runner.cli - INFO - Job status: Checksum
2024-10-21 09:43:25,982 - _ert.forward_model_runner.reporting.event - DEBUG - Schedule "<class '_ert.events.ForwardModelStepChecksum'>" for delivery
2024-10-21 09:43:25,982 - _ert.forward_model_runner.cli - INFO - Job status: Finish
2024-10-21 09:43:25,982 - _ert.forward_model_runner.reporting.file - DEBUG - Runner finished
The logs make sense as the poly_eval.py here should quit with exitcode 1, and the test is for exactly this test_that_update_works_with_failed_realizations
.
#!/usr/bin/env python
import numpy as np
import sys
import json
def _load_coeffs(filename):
with open(filename, encoding="utf-8") as f:
return json.load(f)["COEFFS"]
def _evaluate(coeffs, x):
return coeffs["a"] * x**2 + coeffs["b"] * x + coeffs["c"]
if __name__ == "__main__":
if np.random.random(1) > 0.5:
sys.exit(1)
coeffs = _load_coeffs("parameters.json")
output = [_evaluate(coeffs, x) for x in range(10)]
with open("poly.out", "w", encoding="utf-8") as f:
f.write("\n".join(map(str, output)))
It seems like it could be the verify_checksum method in job.py holding onto the forward_model_ok lock for two minutes if it cannot find the checksum file. Will investigate.
Failing more than 50% of the time while deploying Ert 11.0.x
2024-10-25 14:14:09,350 - ert.plugins.plugin_manager - MainThread - DEBUG - ERT Plugin manager:
ert.plugins.hook_implementations
<HookCaller 'help_links'>
<HookCaller 'installable_forward_model_steps'>
<HookCaller 'installable_workflow_jobs'>
<HookCaller 'legacy_ertscript_workflow'>
<HookCaller 'site_config_lines'>
2024-10-25 14:14:09,350 - ert.plugins.plugin_manager - MainThread - DEBUG - Creating temporary directory for site-config
2024-10-25 14:14:09,351 - ert.plugins.plugin_manager - MainThread - DEBUG - Temporary directory created: /var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmpyq9q2877
2024-10-25 14:14:09,351 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no ecl100 config path from any plugins
2024-10-25 14:14:09,351 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no ecl300 config path from any plugins
2024-10-25 14:14:09,351 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no flow config path from any plugins
2024-10-25 14:14:09,354 - ert.plugins.plugin_manager - MainThread - DEBUG - Creating temporary site-config
2024-10-25 14:14:09,354 - ert.plugins.plugin_manager - MainThread - DEBUG - Temporary site-config created: /var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmpyq9q2877/site-config
2024-10-25 14:14:09,354 - ert.plugins.plugin_manager - MainThread - DEBUG - Setting environment variable ERT_SITE_CONFIG=/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmpyq9q2877/site-config
2024-10-25 14:14:09,354 - ert.__main__ - MainThread - INFO - Running ert with Namespace(logdir='./logs', read_only=False, mode='ensemble_smoother', current_ensemble='default', target_ensemble='iter-%d', realizations='1-50', experiment_name='test-experiment', verbose=False, color_always=False, disable_monitoring=True, port_range=None, config='poly_localization_0.ert', func=<function run_cli at 0x30eba44a0>)
2024-10-25 14:14:09,362 - ert.config.ert_config - MainThread - INFO - Content of the configuration file (poly_localization_0.ert):
QUEUE_SYSTEM LOCAL
QUEUE_OPTION LOCAL MAX_RUNNING 50
RUNPATH poly_out/realization-<IENS>/iter-<ITER>
OBS_CONFIG observations
REALIZATION_MEMORY 50mb
NUM_REALIZATIONS 100
MIN_REALIZATIONS 1
GEN_KW COEFFS coeff_priors
GEN_DATA POLY_RES RESULT_FILE:poly.out
GEN_DATA POLY_RES1 RESULT_FILE:poly.out1
GEN_DATA POLY_RES2 RESULT_FILE:poly.out2
INSTALL_JOB poly_eval POLY_EVAL
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION True
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION_CORRELATION_THRESHOLD 0.0
ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE *
ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE POLY_OBS1_*
2024-10-25 14:14:09,377 - ert.config.ert_config - MainThread - INFO - Custom forward_model_step poly_eval installed as: EXECUTABLE poly_eval.py
2024-10-25 14:14:09,377 - ert.config.ert_config - MainThread - INFO - Content of the config_dict: {'DEFINE': [['<CONFIG_PATH>', '/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmpyq9q2877'], ['<CONFIG_FILE_BASE>', 'site-config'], ['<DATE>', '2024-10-25'], ['<CWD>', '/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmpyq9q2877'], ['<CONFIG_FILE>', 'site-config'], ['<CONFIG_PATH>', '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data'], ['<CONFIG_FILE_BASE>', 'poly_localization_0'], ['<DATE>', '2024-10-25'], ['<CWD>', '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data'], ['<CONFIG_FILE>', 'poly_localization_0.ert']], 'QUEUE_SYSTEM': <QueueSystem.LOCAL: 'LOCAL'>, 'QUEUE_OPTION': [[<QueueSystemWithGeneric.LOCAL: 'LOCAL'>, 'MAX_RUNNING', '1'], [<QueueSystemWithGeneric.LOCAL: 'LOCAL'>, 'MAX_RUNNING', '50']], 'RUNPATH': '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-<IENS>/iter-<ITER>', 'OBS_CONFIG': '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/observations', 'REALIZATION_MEMORY': '50mb', 'NUM_REALIZATIONS': 100, 'MIN_REALIZATIONS': '1', 'GEN_KW': [['COEFFS', '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/coeff_priors']], 'GEN_DATA': [['POLY_RES', 'RESULT_FILE:poly.out'], ['POLY_RES1', 'RESULT_FILE:poly.out1'], ['POLY_RES2', 'RESULT_FILE:poly.out2']], 'INSTALL_JOB': [['poly_eval', '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/POLY_EVAL']], 'ANALYSIS_SET_VAR': [['STD_ENKF', 'LOCALIZATION', 'True'], ['STD_ENKF', 'LOCALIZATION_CORRELATION_THRESHOLD', '0.0'], ['OBSERVATIONS', 'AUTO_SCALE', '*'], ['OBSERVATIONS', 'AUTO_SCALE', 'POLY_OBS1_*']], 'JOB_SCRIPT': 'job_dispatch.py', <ConfigKeys.ENSPATH: 'ENSPATH'>: '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/storage', <ConfigKeys.RUNPATH_FILE: 'RUNPATH_FILE'>: '/private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/.ert_runpath_list'}
2024-10-25 14:14:09,443 - ert.config.queue_config - MainThread - INFO - Overwriting QUEUE_OPTION LOCAL MAX_RUNNING:
Old value: 1
New value: 50
2024-10-25 14:14:09,451 - ert.cli.main - MainThread - INFO - Config contains forward model step poly_eval 1 time(s)
2024-10-25 14:14:09,452 - filelock - MainThread - DEBUG - Attempting to acquire lock 13497985424 on /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/storage/storage.lock
2024-10-25 14:14:09,453 - filelock - MainThread - DEBUG - Lock 13497985424 acquired on /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/storage/storage.lock
2024-10-25 14:14:09,460 - ert.run_models.model_factory - MainThread - INFO - Initiating experiment
2024-10-25 14:14:09,460 - ert.enkf_main - MainThread - INFO - To repeat this experiment, add the following random seed to your config file:
2024-10-25 14:14:09,460 - ert.enkf_main - MainThread - INFO - RANDOM_SEED 132355314115047467706461583707374580769
2024-10-25 14:14:09,461 - ert.shared.net_utils - MainThread - DEBUG - ip-address: 10.142.4.59
2024-10-25 14:14:10,272 - ert.cli.main - MainThread - WARNING - ERT is running in an existing runpath
2024-10-25 14:14:10,273 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Running 'Ensemble smoother' with settings {'es_settings': ESSettings(enkf_truncation=0.98, inversion='exact', localization=True, localization_correlation_threshold=0.0), 'update_settings': UpdateSettings(std_cutoff=1e-06, alpha=3.0, auto_scale_observations=[['*'], ['POLY_OBS1_*']]), '_total_iterations': 2, 'start_time': 1729858450, 'stop_time': None, '_initial_realizations_mask': [False, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False], '_completed_realizations_mask': [], 'support_restart': False, '_context_env': {'_ERT_SIMULATION_MODE': 'ensemble_smoother'}, 'random_seed': 132355314115047467706461583707374580769, '_iter_snapshot': {}, 'minimum_required_realizations': 1, 'active_realizations': [False, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False], 'start_iteration': 0, 'target_ensemble_format': 'iter-%d', 'experiment_name': 'test-experiment'}
2024-10-25 14:14:10,303 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 1
2024-10-25 14:14:11,506 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 2
2024-10-25 14:14:11,511 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 3
2024-10-25 14:14:11,517 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 4
2024-10-25 14:14:11,523 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 5
2024-10-25 14:14:11,531 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 6
2024-10-25 14:14:11,541 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 7
2024-10-25 14:14:11,546 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 8
2024-10-25 14:14:11,550 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 9
2024-10-25 14:14:11,555 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 10
2024-10-25 14:14:11,561 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 11
2024-10-25 14:14:11,570 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 12
2024-10-25 14:14:11,576 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 13
2024-10-25 14:14:11,583 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 14
2024-10-25 14:14:11,589 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 15
2024-10-25 14:14:11,618 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 16
2024-10-25 14:14:11,625 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 17
2024-10-25 14:14:11,628 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 18
2024-10-25 14:14:11,633 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 19
2024-10-25 14:14:11,638 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 20
2024-10-25 14:14:11,641 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 21
2024-10-25 14:14:11,645 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 22
2024-10-25 14:14:11,652 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 23
2024-10-25 14:14:11,656 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 24
2024-10-25 14:14:11,660 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 25
2024-10-25 14:14:11,664 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 26
2024-10-25 14:14:11,672 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 27
2024-10-25 14:14:11,681 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 28
2024-10-25 14:14:11,685 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 29
2024-10-25 14:14:11,692 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 30
2024-10-25 14:14:11,698 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 31
2024-10-25 14:14:11,703 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 32
2024-10-25 14:14:11,708 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 33
2024-10-25 14:14:11,713 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 34
2024-10-25 14:14:11,718 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 35
2024-10-25 14:14:11,723 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 36
2024-10-25 14:14:11,727 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 37
2024-10-25 14:14:11,731 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 38
2024-10-25 14:14:11,736 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 39
2024-10-25 14:14:11,741 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 40
2024-10-25 14:14:11,747 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 41
2024-10-25 14:14:11,750 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 42
2024-10-25 14:14:11,754 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 43
2024-10-25 14:14:11,768 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 44
2024-10-25 14:14:11,774 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 45
2024-10-25 14:14:11,779 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 46
2024-10-25 14:14:11,785 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 47
2024-10-25 14:14:11,790 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 48
2024-10-25 14:14:11,795 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 49
2024-10-25 14:14:11,800 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 50
2024-10-25 14:14:11,804 - ert.enkf_main - ert_cli_simulation_thread - DEBUG - sample_prior() time_used 1.5053s
2024-10-25 14:14:13,616 - ert.enkf_main - ert_cli_simulation_thread - DEBUG - create_run_path() time_used 1.8119s
2024-10-25 14:14:13,616 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:14:13,616 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - connecting to new monitor...
2024-10-25 14:14:13,633 - websockets.server - ert_cli_simulation_thread - INFO - server listening on 10.142.4.59:51687
2024-10-25 14:14:13,649 - websockets.server - ert_cli_simulation_thread - INFO - connection rejected (200 OK)
2024-10-25 14:14:13,650 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on ORCHESTRATOR: scheduler on LOCAL queue
2024-10-25 14:14:13,651 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:14:13,652 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:13,667 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:14,019 - ert.scheduler.scheduler - ert_cli_simulation_thread - INFO - All tasks started
2024-10-25 14:14:14,020 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:14,020 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 1 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-0'
2024-10-25 14:14:14,030 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 2 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-0'
2024-10-25 14:14:14,036 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 3 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-0'
2024-10-25 14:14:14,044 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 4 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-0'
2024-10-25 14:14:14,053 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 5 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-0'
2024-10-25 14:14:14,064 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 6 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-0'
2024-10-25 14:14:14,074 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 7 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-0'
2024-10-25 14:14:14,081 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 8 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-0'
2024-10-25 14:14:14,096 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 9 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-0'
2024-10-25 14:14:14,113 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 10 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-0'
2024-10-25 14:14:14,119 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 11 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-0'
2024-10-25 14:14:14,128 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 12 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-0'
2024-10-25 14:14:14,150 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 13 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-0'
2024-10-25 14:14:14,167 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 14 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-0'
2024-10-25 14:14:14,183 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 15 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-0'
2024-10-25 14:14:14,193 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 16 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-0'
2024-10-25 14:14:14,204 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 17 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-0'
2024-10-25 14:14:14,214 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 18 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-0'
2024-10-25 14:14:14,225 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 19 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-0'
2024-10-25 14:14:14,238 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 20 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-0'
2024-10-25 14:14:14,249 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 21 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-0'
2024-10-25 14:14:14,287 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 22 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-0'
2024-10-25 14:14:14,310 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 23 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-0'
2024-10-25 14:14:14,330 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 24 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-0'
2024-10-25 14:14:14,343 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 25 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-0'
2024-10-25 14:14:14,352 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 26 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-0'
2024-10-25 14:14:14,360 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 27 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-0'
2024-10-25 14:14:14,372 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 28 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-0'
2024-10-25 14:14:14,379 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 29 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-0'
2024-10-25 14:14:14,391 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 30 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-0'
2024-10-25 14:14:14,404 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 31 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-0'
2024-10-25 14:14:14,415 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 32 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-0'
2024-10-25 14:14:14,428 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 33 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-0'
2024-10-25 14:14:14,447 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 34 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-0'
2024-10-25 14:14:14,459 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 35 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-0'
2024-10-25 14:14:14,481 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 36 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-0'
2024-10-25 14:14:14,515 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 37 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-0'
2024-10-25 14:14:14,540 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 38 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-0'
2024-10-25 14:14:14,578 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 39 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-0'
2024-10-25 14:14:14,589 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 40 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-0'
2024-10-25 14:14:14,597 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 41 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-0'
2024-10-25 14:14:14,609 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 42 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-0'
2024-10-25 14:14:14,624 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 43 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-0'
2024-10-25 14:14:14,643 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 44 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-0'
2024-10-25 14:14:14,667 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 45 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-0'
2024-10-25 14:14:14,712 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 46 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-0'
2024-10-25 14:14:14,729 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 47 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-0'
2024-10-25 14:14:14,738 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 48 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-0'
2024-10-25 14:14:14,752 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 49 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-0'
2024-10-25 14:14:14,760 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 50 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-0'
2024-10-25 14:14:14,785 - websockets.server - ert_cli_simulation_thread - INFO - connection rejected (200 OK)
2024-10-25 14:14:14,789 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,038 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,039 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - connected
2024-10-25 14:14:15,364 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,364 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,364 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,364 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,365 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,424 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,462 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,465 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,485 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,508 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,513 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,515 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,527 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,529 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,635 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,680 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,681 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,687 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,694 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,704 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,707 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,716 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,716 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,716 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,717 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:15,720 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,724 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 13 finished with returncode=0
2024-10-25 14:14:15,725 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,725 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,725 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,736 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,743 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,758 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,759 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 2 finished with returncode=0
2024-10-25 14:14:15,759 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 10 finished with returncode=0
2024-10-25 14:14:15,759 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 14 finished with returncode=0
2024-10-25 14:14:15,759 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 3 finished with returncode=0
2024-10-25 14:14:15,760 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,760 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,760 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,760 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,817 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,831 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,832 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,832 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 1 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 11 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 12 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 7 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 5 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 6 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 16 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 21 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 17 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 4 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 15 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 8 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 9 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 20 finished with returncode=0
2024-10-25 14:14:15,836 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 19 finished with returncode=0
2024-10-25 14:14:15,836 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,846 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 18 finished with returncode=0
2024-10-25 14:14:15,846 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,846 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,847 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,849 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,849 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,849 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,850 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,851 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,852 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,852 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,856 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,858 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-0/poly.out checksum successful.
2024-10-25 14:14:15,858 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:15,858 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:15,858 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,871 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,871 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:15,871 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,872 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,873 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,891 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,892 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,893 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,907 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,908 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,916 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,941 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,944 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,960 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:15,977 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:15,978 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:15,990 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,019 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,019 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,163 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,195 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,200 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,219 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,267 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,267 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,275 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,292 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,292 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,293 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,318 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,319 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,343 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,360 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,386 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,387 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,388 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,399 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,423 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,443 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,443 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,444 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,444 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,450 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,455 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,455 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,455 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,456 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,490 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,491 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,492 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,508 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,510 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,510 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,510 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,510 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,511 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,540 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,540 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,541 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,550 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 27 finished with returncode=0
2024-10-25 14:14:16,550 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 37 finished with returncode=0
2024-10-25 14:14:16,550 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 23 finished with returncode=0
2024-10-25 14:14:16,550 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 22 finished with returncode=0
2024-10-25 14:14:16,551 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 44 finished with returncode=0
2024-10-25 14:14:16,551 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,561 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 43 finished with returncode=0
2024-10-25 14:14:16,561 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 35 finished with returncode=0
2024-10-25 14:14:16,561 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 39 finished with returncode=0
2024-10-25 14:14:16,562 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 32 finished with returncode=0
2024-10-25 14:14:16,562 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 34 finished with returncode=0
2024-10-25 14:14:16,562 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 47 finished with returncode=0
2024-10-25 14:14:16,562 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 28 finished with returncode=0
2024-10-25 14:14:16,562 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 24 finished with returncode=0
2024-10-25 14:14:16,562 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,566 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,569 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,571 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,573 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,574 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,576 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,579 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,581 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,582 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,585 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,586 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,587 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,589 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,589 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,591 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,592 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,595 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,596 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,596 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,596 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,596 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,597 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,598 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,598 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,599 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,599 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,600 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,600 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,601 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,601 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,602 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,602 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,603 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,603 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,604 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,604 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,605 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,607 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,608 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,609 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,609 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,610 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,610 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,611 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 26 finished with returncode=0
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 33 finished with returncode=0
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 31 finished with returncode=0
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 30 finished with returncode=0
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 38 finished with returncode=0
2024-10-25 14:14:16,611 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 36 finished with returncode=0
2024-10-25 14:14:16,611 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,616 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,617 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,618 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,619 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,619 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,620 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,621 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,621 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,621 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,622 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,622 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,622 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,623 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,623 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,623 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,624 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,624 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,625 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,625 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,626 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,626 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 46 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 45 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 42 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 25 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 49 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 50 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 40 finished with returncode=0
2024-10-25 14:14:16,628 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 29 finished with returncode=0
2024-10-25 14:14:16,628 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 41 finished with returncode=0
2024-10-25 14:14:16,629 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,634 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,634 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,634 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 48 finished with returncode=0
2024-10-25 14:14:16,634 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,635 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,636 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,636 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,637 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,637 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,639 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,639 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,640 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,640 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,641 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,642 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,642 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,643 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,643 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,644 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,644 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,645 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,645 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,646 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,647 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,647 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,647 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,648 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,648 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,649 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,649 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,650 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,650 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,651 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,653 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,653 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,653 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,653 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-0/poly.out checksum successful.
2024-10-25 14:14:16,654 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-0/poly.out1 checksum successful.
2024-10-25 14:14:16,654 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-0/poly.out2 checksum successful.
2024-10-25 14:14:16,654 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,661 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,661 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,661 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:16,662 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,664 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,678 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,679 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,682 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,686 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,687 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,692 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,698 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,698 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,701 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,710 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,710 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,715 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,720 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,721 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,724 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,730 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,731 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,735 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,740 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,741 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,743 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,750 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,750 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,754 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,759 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,760 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,763 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,768 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,769 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,772 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,777 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,778 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,783 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,791 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,792 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,795 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,800 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,801 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,805 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,811 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,811 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,814 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,819 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,819 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,821 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,826 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,826 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,828 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,833 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,834 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,836 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,844 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,845 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,849 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,854 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,854 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,856 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,859 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,860 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,863 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,867 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,867 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,869 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,873 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,873 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,875 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,879 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,879 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,881 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,885 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,886 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,887 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,892 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,892 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,895 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,898 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,899 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,900 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,904 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,905 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,906 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,910 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,910 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,912 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,916 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,916 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:14:16,918 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:14:16,921 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:14:16,922 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - All realization tasks finished
2024-10-25 14:14:16,922 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on QUEUESYSTEM: LOCAL
2024-10-25 14:14:16,923 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:14:16,932 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:14:16,933 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:17,640 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - INFO - Ensemble ran with maximum memory usage for a single realization job: 126976
2024-10-25 14:14:17,648 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - observed evaluation stopped event, signal done
2024-10-25 14:14:17,648 - ert.ensemble_evaluator.monitor - ert_cli_simulation_thread - DEBUG - monitor-a5e67b68 informing server monitor is done...
2024-10-25 14:14:17,649 - ert.ensemble_evaluator.monitor - ert_cli_simulation_thread - DEBUG - monitor-a5e67b68 informed server monitor is done
2024-10-25 14:14:17,649 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - got message from client: time=datetime.datetime(2024, 10, 25, 14, 14, 17, 648900) event_type='ee.user_done' monitor='a5e67b68'
2024-10-25 14:14:17,649 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - Client ('10.142.4.59', 56810) signalled done.
2024-10-25 14:14:17,649 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - Got done signal. 0 dispatchers to disconnect...
2024-10-25 14:14:17,649 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - Sending termination-message to clients...
2024-10-25 14:14:17,649 - websockets.server - ert_cli_simulation_thread - INFO - server closing
2024-10-25 14:14:19,660 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - got terminator event
2024-10-25 14:14:19,665 - ert.ensemble_evaluator.monitor - ert_cli_simulation_thread - DEBUG - monitor-a5e67b68 client received terminated
2024-10-25 14:14:19,669 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - observed that model was finished, waiting tasks completion...
2024-10-25 14:14:19,669 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - tasks complete
2024-10-25 14:14:19,669 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:14:19,670 - websockets.server - ert_cli_simulation_thread - INFO - server closed
2024-10-25 14:14:19,670 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - Async server exiting.
2024-10-25 14:14:19,670 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - DEBUG - Evaluator is done
2024-10-25 14:14:19,670 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Experiment ran on QUEUESYSTEM: LOCAL
2024-10-25 14:14:19,670 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Experiment ran with number of realizations: 100
2024-10-25 14:14:19,671 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Experiment run ended with number of realizations succeeding: 50
2024-10-25 14:14:19,671 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Experiment run ended with number of realizations failing: 50
2024-10-25 14:14:19,671 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Experiment run finished in: 10s
2024-10-25 14:14:23,833 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Scaling observation group: ['POLY_OBS', 'POLY_OBS1_1', 'POLY_OBS1_2']
2024-10-25 14:14:23,834 - ert.analysis.misfit_preprocessor - ert_cli_simulation_thread - INFO - Scaling observation errors based on response correlations
2024-10-25 14:14:23,836 - ert.analysis.misfit_preprocessor - ert_cli_simulation_thread - INFO - Calculation scaling factor, nr of primary components: 1, number of observations: 9
2024-10-25 14:14:23,836 - ert.analysis.misfit_preprocessor - ert_cli_simulation_thread - INFO - Calculation scaling factor, nr of primary components: 1, number of observations: 6
2024-10-25 14:14:23,836 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Scaling observation group: ['POLY_OBS1_1', 'POLY_OBS1_2']
2024-10-25 14:14:23,836 - ert.analysis.misfit_preprocessor - ert_cli_simulation_thread - INFO - Scaling observation errors based on response correlations
2024-10-25 14:14:23,838 - ert.analysis.misfit_preprocessor - ert_cli_simulation_thread - INFO - Calculation scaling factor, nr of primary components: 1, number of observations: 10
2024-10-25 14:14:35,367 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Running localization on 3 parameters, 15 responses, 50 realizations and 1 batches
2024-10-25 14:14:36,678 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Adaptive Localization of COEFFS completed in 0.021560585498809813 minutes
2024-10-25 14:14:36,678 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Storing data for COEFFS..
2024-10-25 14:15:07,547 - ert.analysis._es_update - ert_cli_simulation_thread - INFO - Storing data for COEFFS completed in 0.511859118938446 minutes
2024-10-25 14:15:12,779 - ert.enkf_main - ert_cli_simulation_thread - DEBUG - create_run_path() time_used 5.2232s
2024-10-25 14:15:12,779 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:15:12,781 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - connecting to new monitor...
2024-10-25 14:15:12,814 - websockets.server - ert_cli_simulation_thread - INFO - server listening on 10.142.4.59:51687
2024-10-25 14:15:22,014 - websockets.server - ert_cli_simulation_thread - INFO - connection rejected (200 OK)
2024-10-25 14:15:22,015 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on ORCHESTRATOR: scheduler on LOCAL queue
2024-10-25 14:15:22,015 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:15:22,016 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:22,023 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:24,192 - ert.scheduler.scheduler - ert_cli_simulation_thread - INFO - All tasks started
2024-10-25 14:15:24,193 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:24,193 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 1 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-1'
2024-10-25 14:15:24,201 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 2 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-1'
2024-10-25 14:15:24,206 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 3 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-1'
2024-10-25 14:15:24,210 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 4 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-1'
2024-10-25 14:15:24,216 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 5 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-1'
2024-10-25 14:15:24,222 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 6 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-1'
2024-10-25 14:15:24,227 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 7 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-1'
2024-10-25 14:15:24,231 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 8 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-1'
2024-10-25 14:15:24,236 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 9 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-1'
2024-10-25 14:15:24,241 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 10 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-1'
2024-10-25 14:15:24,247 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 11 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-1'
2024-10-25 14:15:24,252 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 12 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-1'
2024-10-25 14:15:24,256 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 13 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-1'
2024-10-25 14:15:24,261 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 14 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-1'
2024-10-25 14:15:24,267 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 15 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-1'
2024-10-25 14:15:24,274 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 16 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-1'
2024-10-25 14:15:24,279 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 17 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-1'
2024-10-25 14:15:24,283 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 18 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-1'
2024-10-25 14:15:24,289 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 19 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-1'
2024-10-25 14:15:24,298 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 20 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-1'
2024-10-25 14:15:24,305 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 21 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-1'
2024-10-25 14:15:24,312 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 22 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-1'
2024-10-25 14:15:24,319 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 23 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-1'
2024-10-25 14:15:24,331 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 24 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-1'
2024-10-25 14:15:24,336 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 25 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-1'
2024-10-25 14:15:24,342 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 26 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-1'
2024-10-25 14:15:24,348 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 27 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-1'
2024-10-25 14:15:24,357 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 28 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-1'
2024-10-25 14:15:24,365 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 29 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-1'
2024-10-25 14:15:24,370 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 30 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-1'
2024-10-25 14:15:24,377 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 31 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-1'
2024-10-25 14:15:24,384 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 32 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-1'
2024-10-25 14:15:24,389 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 33 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-1'
2024-10-25 14:15:24,399 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 34 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-1'
2024-10-25 14:15:24,405 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 35 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-1'
2024-10-25 14:15:24,413 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 36 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-1'
2024-10-25 14:15:24,419 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 37 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-1'
2024-10-25 14:15:24,426 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 38 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-1'
2024-10-25 14:15:24,433 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 39 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-1'
2024-10-25 14:15:24,440 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 40 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-1'
2024-10-25 14:15:24,450 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 41 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-1'
2024-10-25 14:15:24,456 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 42 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-1'
2024-10-25 14:15:24,467 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 43 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-1'
2024-10-25 14:15:24,477 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 44 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-1'
2024-10-25 14:15:24,486 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 45 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-1'
2024-10-25 14:15:24,496 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 46 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-1'
2024-10-25 14:15:24,512 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 47 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-1'
2024-10-25 14:15:24,527 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 48 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-1'
2024-10-25 14:15:24,534 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 49 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-1'
2024-10-25 14:15:24,540 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 50 as command 'job_dispatch.py /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-1'
2024-10-25 14:15:28,524 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,526 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,539 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,543 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,548 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,550 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,559 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,560 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,560 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 11 finished with returncode=0
2024-10-25 14:15:28,560 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,568 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,570 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,570 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-11/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,570 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,575 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,575 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,585 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,585 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,585 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,590 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,590 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 26 finished with returncode=0
2024-10-25 14:15:28,590 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 42 finished with returncode=0
2024-10-25 14:15:28,591 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 22 finished with returncode=0
2024-10-25 14:15:28,591 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 12 finished with returncode=0
2024-10-25 14:15:28,591 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,595 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,595 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,595 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-26/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,596 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,597 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,601 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,601 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-42/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,601 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,602 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-22/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,606 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-12/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,607 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,607 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,608 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,616 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,616 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,629 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,631 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,632 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,632 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 9 finished with returncode=0
2024-10-25 14:15:28,632 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 20 finished with returncode=0
2024-10-25 14:15:28,632 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 34 finished with returncode=0
2024-10-25 14:15:28,632 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 7 finished with returncode=0
2024-10-25 14:15:28,632 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,641 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,641 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,649 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-9/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-20/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,650 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-34/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,651 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,651 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,651 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-7/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,651 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,662 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,667 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,687 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,687 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,687 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 41 finished with returncode=0
2024-10-25 14:15:28,696 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,700 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,700 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,701 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 28 finished with returncode=0
2024-10-25 14:15:28,701 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,744 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,744 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,744 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-41/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,744 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,763 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,764 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,764 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-28/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,765 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,766 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,766 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,766 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,767 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,769 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,777 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,783 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 15 finished with returncode=0
2024-10-25 14:15:28,783 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 4 finished with returncode=0
2024-10-25 14:15:28,783 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,834 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,835 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,836 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,836 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,837 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-15/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,837 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,837 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,837 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-4/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,837 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,849 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,850 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,851 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,851 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,851 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,852 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,852 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,879 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,884 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,884 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,885 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,886 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 48 finished with returncode=0
2024-10-25 14:15:28,886 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 35 finished with returncode=0
2024-10-25 14:15:28,886 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 47 finished with returncode=0
2024-10-25 14:15:28,886 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 14 finished with returncode=0
2024-10-25 14:15:28,886 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,887 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,887 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,887 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,887 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,887 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,918 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,927 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,927 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,928 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,939 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,940 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,940 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-48/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,941 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,941 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,941 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-35/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,941 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,941 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,942 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-47/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,950 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,950 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,950 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-14/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,950 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 43 finished with returncode=0
2024-10-25 14:15:28,950 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 1 finished with returncode=0
2024-10-25 14:15:28,950 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 18 finished with returncode=0
2024-10-25 14:15:28,950 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 2 finished with returncode=0
2024-10-25 14:15:28,950 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 23 finished with returncode=0
2024-10-25 14:15:28,953 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,953 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,954 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,954 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,956 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,957 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,957 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,958 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,961 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,962 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,962 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:28,963 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:28,981 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-43/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-1/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,981 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-18/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-2/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-1/poly.out checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:28,982 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-23/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:28,983 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:28,984 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,984 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,984 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,984 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,986 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:28,992 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:28,992 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 46 finished with returncode=0
2024-10-25 14:15:28,993 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 40 finished with returncode=0
2024-10-25 14:15:28,993 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 33 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 30 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 19 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 29 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 6 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 16 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 36 finished with returncode=0
2024-10-25 14:15:29,015 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 17 finished with returncode=0
2024-10-25 14:15:29,015 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,016 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 24 finished with returncode=0
2024-10-25 14:15:29,016 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 10 finished with returncode=0
2024-10-25 14:15:29,017 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,017 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,017 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-46/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,017 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,017 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,018 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-40/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,018 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,020 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,020 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,020 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,021 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-33/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-30/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,022 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-19/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-29/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-6/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-16/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-36/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,023 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-17/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-24/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-10/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,024 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 50 finished with returncode=0
2024-10-25 14:15:29,024 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,028 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 38 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 8 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 39 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 44 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 27 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 32 finished with returncode=0
2024-10-25 14:15:29,028 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 13 finished with returncode=0
2024-10-25 14:15:29,028 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,028 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,028 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-50/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,029 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,029 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,029 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,029 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,029 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,030 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,030 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 5 finished with returncode=0
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-38/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-8/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-39/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-44/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,030 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-27/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-32/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,031 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-13/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,031 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,034 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 31 finished with returncode=0
2024-10-25 14:15:29,034 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 3 finished with returncode=0
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 25 finished with returncode=0
2024-10-25 14:15:29,034 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 45 finished with returncode=0
2024-10-25 14:15:29,034 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,034 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 21 finished with returncode=0
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-5/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-31/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,035 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-3/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,035 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,036 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:29,036 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,036 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,036 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-25/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,036 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,036 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,037 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-45/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,037 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,037 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,037 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-21/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,037 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 49 finished with returncode=0
2024-10-25 14:15:29,037 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,040 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,040 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,040 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,040 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-49/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,040 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,041 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,043 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 37 finished with returncode=0
2024-10-25 14:15:29,043 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,043 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,044 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-1/poly.out checksum successful.
2024-10-25 14:15:29,044 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-1/poly.out1 checksum successful.
2024-10-25 14:15:29,044 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/poly_out/realization-37/iter-1/poly.out2 checksum successful.
2024-10-25 14:15:29,044 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,047 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,047 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,048 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,051 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,051 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,052 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,055 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,055 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,055 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,059 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,059 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,059 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,063 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,063 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,064 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,068 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,068 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,069 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,073 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,073 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,074 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,079 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,079 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,080 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,086 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,086 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,087 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,092 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,092 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,093 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,098 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,098 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,099 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,103 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,103 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,106 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,110 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,110 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,114 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,120 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,120 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,121 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,125 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,125 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,126 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,129 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,129 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,132 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,138 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,138 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,140 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,147 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,147 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,149 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,155 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,155 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,156 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,164 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,165 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,166 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,176 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,176 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,177 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,185 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,185 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,186 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,200 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,201 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,202 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,216 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,216 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,217 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,227 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,227 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,228 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,236 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,236 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,243 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,252 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,253 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,257 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,269 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,269 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,271 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,283 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,284 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,286 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,300 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,302 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,308 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,321 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,322 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,332 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,349 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,350 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,356 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,374 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,374 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,379 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,400 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,400 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 14:15:29,404 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 14:15:29,423 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 14:15:29,423 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - All realization tasks finished
2024-10-25 14:15:29,423 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on QUEUESYSTEM: LOCAL
2024-10-25 14:15:29,424 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 14:15:29,443 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 14:15:29,444 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 14:15:30,669 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - INFO - Ensemble ran with maximum memory usage for a single realization job: 2068480
2024-10-25 14:17:12,783 - ert.ensemble_evaluator.monitor - ert_cli_simulation_thread - ERROR - Couldn't establish connection with the ensemble evaluator!
2024-10-25 14:17:12,783 - ert.run_models.base_run_model - ert_cli_simulation_thread - ERROR - unexpected error: Couldn't establish connection with the ensemble evaluator!
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/locks.py", line 212, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/ensemble_evaluator/monitor.py", line 48, in __aenter__
await asyncio.wait_for(
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
async with timeouts.timeout(timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/run_models/base_run_model.py", line 494, in run_monitor
async with Monitor(ee_config.get_connection_info()) as monitor:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/ensemble_evaluator/monitor.py", line 55, in __aenter__
raise RuntimeError(msg) from exc
RuntimeError: Couldn't establish connection with the ensemble evaluator!
2024-10-25 14:17:12,895 - websockets.server - ert_cli_simulation_thread - INFO - server closing
2024-10-25 14:17:12,896 - websockets.server - ert_cli_simulation_thread - INFO - server closed
2024-10-25 14:17:12,910 - filelock - MainThread - DEBUG - Attempting to release lock 13497985424 on /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/storage/storage.lock
2024-10-25 14:17:12,910 - filelock - MainThread - DEBUG - Lock 13497985424 released on /private/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/pytest-of-JONAK/pytest-153/popen-gw4/poly_example0/test_data/storage/storage.lock
2024-10-25 14:17:12,917 - ert.plugins.plugin_manager - MainThread - DEBUG - Resetting environment variable ERT_SITE_CONFIG
2024-10-25 14:17:12,917 - ert.plugins.plugin_manager - MainThread - DEBUG - Deleting temporary directory for site-config
2024-10-25 14:17:12,954 - ert.__main__ - MainThread - DEBUG - Number of active realizations (0) is less than the specified MIN_REALIZATIONS(1)
Couldn't establish connection with the ensemble evaluator!
unexpected error: Couldn't establish connection with the ensemble evaluator!
2024-10-25 14:17:12,954 - ert.__main__ - MainThread - INFO - Ert process usage: {'User time': 4.76289, 'System time': 4.271657, 'File system inputs': 0, 'File system outputs': 0, 'Socket messages sent': 860, 'Socket messages Received': 667, 'Signals received': 0, 'Swaps': 0, 'Peak memory use (KB)': 302448}
The last thing we get is Ensemble ran with maximum memory usage for a single realization job
from the stopped_handler
, then the monitor times out after 2 minutes (which it should do). Is it possible we lose the EndEvent, and so the monitor does not know it should stop?
2024-10-25 15:55:29,290 - ert.plugins.plugin_manager - MainThread - DEBUG - ERT Plugin manager:
ert.plugins.hook_implementations
<HookCaller 'help_links'>
<HookCaller 'installable_forward_model_steps'>
<HookCaller 'installable_workflow_jobs'>
<HookCaller 'legacy_ertscript_workflow'>
<HookCaller 'site_config_lines'>
2024-10-25 15:55:29,291 - ert.plugins.plugin_manager - MainThread - DEBUG - Creating temporary directory for site-config
2024-10-25 15:55:29,533 - ert.plugins.plugin_manager - MainThread - DEBUG - Temporary directory created: /var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmphkk5kqu6
2024-10-25 15:55:29,536 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no ecl100 config path from any plugins
2024-10-25 15:55:29,536 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no ecl300 config path from any plugins
2024-10-25 15:55:29,536 - ert.plugins.plugin_manager - MainThread - DEBUG - Got no flow config path from any plugins
2024-10-25 15:55:29,599 - ert.plugins.plugin_manager - MainThread - DEBUG - Creating temporary site-config
2024-10-25 15:55:29,610 - ert.plugins.plugin_manager - MainThread - DEBUG - Temporary site-config created: /var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmphkk5kqu6/site-config
2024-10-25 15:55:29,611 - ert.plugins.plugin_manager - MainThread - DEBUG - Setting environment variable ERT_SITE_CONFIG=/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmphkk5kqu6/site-config
2024-10-25 15:55:29,611 - ert.__main__ - MainThread - INFO - Running ert with Namespace(logdir='./logs', read_only=False, mode='ensemble_smoother', current_ensemble='default', target_ensemble='iter-%d', realizations='1-50', experiment_name='test-experiment', verbose=False, color_always=False, disable_monitoring=True, port_range=None, config='poly_localization_0.ert', func=<function run_cli at 0x31adc82c0>)
2024-10-25 15:55:29,626 - ert.config.ert_config - MainThread - INFO - Content of the configuration file (poly_localization_0.ert):
QUEUE_SYSTEM LOCAL
QUEUE_OPTION LOCAL MAX_RUNNING 50
RUNPATH poly_out/realization-<IENS>/iter-<ITER>
OBS_CONFIG observations
REALIZATION_MEMORY 50mb
NUM_REALIZATIONS 100
MIN_REALIZATIONS 1
GEN_KW COEFFS coeff_priors
GEN_DATA POLY_RES RESULT_FILE:poly.out
GEN_DATA POLY_RES1 RESULT_FILE:poly.out1
GEN_DATA POLY_RES2 RESULT_FILE:poly.out2
INSTALL_JOB poly_eval POLY_EVAL
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION True
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION_CORRELATION_THRESHOLD 0.0
ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE *
ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE POLY_OBS1_*
2024-10-25 15:55:29,652 - ert.config.ert_config - MainThread - INFO - Custom forward_model_step poly_eval installed as: EXECUTABLE poly_eval.py
2024-10-25 15:55:29,657 - ert.config.ert_config - MainThread - INFO - Content of the config_dict: {'DEFINE': [['<CONFIG_PATH>', '/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmphkk5kqu6'], ['<CONFIG_FILE_BASE>', 'site-config'], ['<DATE>', '2024-10-25'], ['<CWD>', '/var/folders/7h/phfnnlw16x952zg3m4vgct_c0000gp/T/tmphkk5kqu6'], ['<CONFIG_FILE>', 'site-config'], ['<CONFIG_PATH>', '/Users/JONAK/Documents/FMU/SCOUT/scary_things'], ['<CONFIG_FILE_BASE>', 'poly_localization_0'], ['<DATE>', '2024-10-25'], ['<CWD>', '/Users/JONAK/Documents/FMU/SCOUT/scary_things'], ['<CONFIG_FILE>', 'poly_localization_0.ert']], 'QUEUE_SYSTEM': <QueueSystem.LOCAL: 'LOCAL'>, 'QUEUE_OPTION': [[<QueueSystemWithGeneric.LOCAL: 'LOCAL'>, 'MAX_RUNNING', '1'], [<QueueSystemWithGeneric.LOCAL: 'LOCAL'>, 'MAX_RUNNING', '50']], 'RUNPATH': '/Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-<IENS>/iter-<ITER>', 'OBS_CONFIG': '/Users/JONAK/Documents/FMU/SCOUT/scary_things/observations', 'REALIZATION_MEMORY': '50mb', 'NUM_REALIZATIONS': 100, 'MIN_REALIZATIONS': '1', 'GEN_KW': [['COEFFS', '/Users/JONAK/Documents/FMU/SCOUT/scary_things/coeff_priors']], 'GEN_DATA': [['POLY_RES', 'RESULT_FILE:poly.out'], ['POLY_RES1', 'RESULT_FILE:poly.out1'], ['POLY_RES2', 'RESULT_FILE:poly.out2']], 'INSTALL_JOB': [['poly_eval', '/Users/JONAK/Documents/FMU/SCOUT/scary_things/POLY_EVAL']], 'ANALYSIS_SET_VAR': [['STD_ENKF', 'LOCALIZATION', 'True'], ['STD_ENKF', 'LOCALIZATION_CORRELATION_THRESHOLD', '0.0'], ['OBSERVATIONS', 'AUTO_SCALE', '*'], ['OBSERVATIONS', 'AUTO_SCALE', 'POLY_OBS1_*']], 'JOB_SCRIPT': 'job_dispatch.py', <ConfigKeys.ENSPATH: 'ENSPATH'>: '/Users/JONAK/Documents/FMU/SCOUT/scary_things/storage', <ConfigKeys.RUNPATH_FILE: 'RUNPATH_FILE'>: '/Users/JONAK/Documents/FMU/SCOUT/scary_things/.ert_runpath_list'}
2024-10-25 15:55:29,760 - ert.config.queue_config - MainThread - INFO - Overwriting QUEUE_OPTION LOCAL MAX_RUNNING:
Old value: 1
New value: 50
2024-10-25 15:55:29,772 - ert.cli.main - MainThread - INFO - Config contains forward model step poly_eval 1 time(s)
2024-10-25 15:55:29,778 - filelock - MainThread - DEBUG - Attempting to acquire lock 13432878336 on /Users/JONAK/Documents/FMU/SCOUT/scary_things/storage/storage.lock
2024-10-25 15:55:29,784 - filelock - MainThread - DEBUG - Lock 13432878336 acquired on /Users/JONAK/Documents/FMU/SCOUT/scary_things/storage/storage.lock
2024-10-25 15:55:29,827 - ert.run_models.model_factory - MainThread - INFO - Initiating experiment
2024-10-25 15:55:29,827 - ert.enkf_main - MainThread - INFO - To repeat this experiment, add the following random seed to your config file:
2024-10-25 15:55:29,830 - ert.enkf_main - MainThread - INFO - RANDOM_SEED 173486419361810162743496590371520242188
2024-10-25 15:55:29,830 - ert.shared.net_utils - MainThread - DEBUG - ip-address: 10.142.4.59
2024-10-25 15:55:30,420 - ert.cli.main - MainThread - WARNING - ERT is running in an existing runpath
2024-10-25 15:55:30,420 - ert.run_models.base_run_model - ert_cli_simulation_thread - INFO - Running 'Ensemble smoother' with settings {'es_settings': ESSettings(enkf_truncation=0.98, inversion='exact', localization=True, localization_correlation_threshold=0.0), 'update_settings': UpdateSettings(std_cutoff=1e-06, alpha=3.0, auto_scale_observations=[['*'], ['POLY_OBS1_*']]), '_total_iterations': 2, 'start_time': 1729864530, 'stop_time': None, '_initial_realizations_mask': [False, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False], '_completed_realizations_mask': [], 'support_restart': False, '_context_env': {'_ERT_SIMULATION_MODE': 'ensemble_smoother'}, 'random_seed': 173486419361810162743496590371520242188, '_iter_snapshot': {}, 'minimum_required_realizations': 1, 'active_realizations': [False, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False], 'start_iteration': 0, 'target_ensemble_format': 'iter-%d', 'experiment_name': 'test-experiment'}
2024-10-25 15:55:30,640 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 1
2024-10-25 15:55:31,114 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 2
2024-10-25 15:55:31,133 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 3
2024-10-25 15:55:31,154 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 4
2024-10-25 15:55:31,163 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 5
2024-10-25 15:55:31,184 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 6
2024-10-25 15:55:31,192 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 7
2024-10-25 15:55:31,204 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 8
2024-10-25 15:55:31,221 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 9
2024-10-25 15:55:31,243 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 10
2024-10-25 15:55:31,263 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 11
2024-10-25 15:55:31,362 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 12
2024-10-25 15:55:31,402 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 13
2024-10-25 15:55:31,416 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 14
2024-10-25 15:55:31,512 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 15
2024-10-25 15:55:31,553 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 16
2024-10-25 15:55:31,579 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 17
2024-10-25 15:55:31,608 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 18
2024-10-25 15:55:31,755 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 19
2024-10-25 15:55:31,891 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 20
2024-10-25 15:55:31,925 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 21
2024-10-25 15:55:31,936 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 22
2024-10-25 15:55:31,947 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 23
2024-10-25 15:55:31,966 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 24
2024-10-25 15:55:31,975 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 25
2024-10-25 15:55:31,977 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 26
2024-10-25 15:55:31,979 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 27
2024-10-25 15:55:31,981 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 28
2024-10-25 15:55:31,982 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 29
2024-10-25 15:55:31,984 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 30
2024-10-25 15:55:31,985 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 31
2024-10-25 15:55:31,987 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 32
2024-10-25 15:55:31,988 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 33
2024-10-25 15:55:31,990 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 34
2024-10-25 15:55:31,991 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 35
2024-10-25 15:55:31,993 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 36
2024-10-25 15:55:31,995 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 37
2024-10-25 15:55:31,996 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 38
2024-10-25 15:55:31,998 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 39
2024-10-25 15:55:31,999 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 40
2024-10-25 15:55:32,001 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 41
2024-10-25 15:55:32,002 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 42
2024-10-25 15:55:32,004 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 43
2024-10-25 15:55:32,005 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 44
2024-10-25 15:55:32,007 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 45
2024-10-25 15:55:32,008 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 46
2024-10-25 15:55:32,010 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 47
2024-10-25 15:55:32,011 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 48
2024-10-25 15:55:32,013 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 49
2024-10-25 15:55:32,014 - ert.config.gen_kw_config - ert_cli_simulation_thread - INFO - Sampling parameter COEFFS for realization 50
2024-10-25 15:55:32,016 - ert.enkf_main - ert_cli_simulation_thread - DEBUG - sample_prior() time_used 1.3840s
2024-10-25 15:55:33,956 - ert.enkf_main - ert_cli_simulation_thread - DEBUG - create_run_path() time_used 1.9398s
2024-10-25 15:55:33,956 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 15:55:33,956 - ert.run_models.base_run_model - ert_cli_simulation_thread - DEBUG - connecting to new monitor...
2024-10-25 15:55:33,973 - websockets.server - ert_cli_simulation_thread - INFO - server listening on 10.142.4.59:51611
2024-10-25 15:55:33,994 - websockets.server - ert_cli_simulation_thread - INFO - connection rejected (200 OK)
2024-10-25 15:55:33,995 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on ORCHESTRATOR: scheduler on LOCAL queue
2024-10-25 15:55:33,995 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 15:55:33,997 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:34,651 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:37,001 - ert.scheduler.scheduler - ert_cli_simulation_thread - INFO - All tasks started
2024-10-25 15:55:37,008 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:37,042 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 1 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-1/iter-0'
2024-10-25 15:55:37,057 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 2 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-2/iter-0'
2024-10-25 15:55:37,081 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 3 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-3/iter-0'
2024-10-25 15:55:37,107 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 4 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-4/iter-0'
2024-10-25 15:55:37,113 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 5 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-5/iter-0'
2024-10-25 15:55:37,122 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 6 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-6/iter-0'
2024-10-25 15:55:37,176 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 7 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-7/iter-0'
2024-10-25 15:55:37,214 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 8 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-8/iter-0'
2024-10-25 15:55:37,222 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 9 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-9/iter-0'
2024-10-25 15:55:37,233 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 10 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-10/iter-0'
2024-10-25 15:55:37,243 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 11 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-11/iter-0'
2024-10-25 15:55:37,258 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 12 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-12/iter-0'
2024-10-25 15:55:37,266 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 13 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-13/iter-0'
2024-10-25 15:55:37,274 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 14 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-14/iter-0'
2024-10-25 15:55:37,281 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 15 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-15/iter-0'
2024-10-25 15:55:37,288 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 16 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-16/iter-0'
2024-10-25 15:55:37,294 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 17 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-17/iter-0'
2024-10-25 15:55:37,301 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 18 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-18/iter-0'
2024-10-25 15:55:37,309 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 19 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-19/iter-0'
2024-10-25 15:55:37,316 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 20 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-20/iter-0'
2024-10-25 15:55:37,322 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 21 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-21/iter-0'
2024-10-25 15:55:37,328 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 22 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-22/iter-0'
2024-10-25 15:55:37,334 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 23 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-23/iter-0'
2024-10-25 15:55:37,343 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 24 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-24/iter-0'
2024-10-25 15:55:37,349 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 25 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-25/iter-0'
2024-10-25 15:55:37,361 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 26 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-26/iter-0'
2024-10-25 15:55:37,368 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 27 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-27/iter-0'
2024-10-25 15:55:37,374 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 28 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-28/iter-0'
2024-10-25 15:55:37,381 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 29 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-29/iter-0'
2024-10-25 15:55:37,387 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 30 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-30/iter-0'
2024-10-25 15:55:37,394 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 31 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-31/iter-0'
2024-10-25 15:55:37,403 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 32 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-32/iter-0'
2024-10-25 15:55:37,413 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 33 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-33/iter-0'
2024-10-25 15:55:37,420 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 34 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-34/iter-0'
2024-10-25 15:55:37,427 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 35 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-35/iter-0'
2024-10-25 15:55:37,434 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 36 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-36/iter-0'
2024-10-25 15:55:37,441 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 37 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-37/iter-0'
2024-10-25 15:55:37,447 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 38 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-38/iter-0'
2024-10-25 15:55:37,456 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 39 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-39/iter-0'
2024-10-25 15:55:37,469 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 40 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-40/iter-0'
2024-10-25 15:55:37,477 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 41 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-41/iter-0'
2024-10-25 15:55:37,488 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 42 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-42/iter-0'
2024-10-25 15:55:37,505 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 43 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-43/iter-0'
2024-10-25 15:55:37,526 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 44 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-44/iter-0'
2024-10-25 15:55:37,550 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 45 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-45/iter-0'
2024-10-25 15:55:37,580 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 46 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-46/iter-0'
2024-10-25 15:55:37,605 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 47 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-47/iter-0'
2024-10-25 15:55:37,638 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 48 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-48/iter-0'
2024-10-25 15:55:37,652 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 49 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-49/iter-0'
2024-10-25 15:55:37,684 - ert.scheduler.local_driver - ert_cli_simulation_thread - DEBUG - Submitting realization 50 as command 'job_dispatch.py /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-50/iter-0'
2024-10-25 15:55:42,444 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,446 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,457 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,470 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,471 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,475 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,478 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 49 finished with returncode=0
2024-10-25 15:55:42,478 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,485 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-49/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,485 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-49/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,486 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-49/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,486 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,493 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,503 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,508 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,510 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 19 finished with returncode=0
2024-10-25 15:55:42,527 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,529 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,533 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-19/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,533 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-19/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,539 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-19/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,539 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,540 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 9 finished with returncode=0
2024-10-25 15:55:42,540 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 42 finished with returncode=0
2024-10-25 15:55:42,540 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,541 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,545 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,560 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,563 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,564 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,564 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-9/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,564 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-9/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,571 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-9/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,571 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,572 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-42/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,576 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-42/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,577 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-42/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,577 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 4 finished with returncode=0
2024-10-25 15:55:42,585 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,600 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,607 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,607 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,607 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-4/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,608 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-4/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,611 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-4/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,612 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,612 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,614 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 44 finished with returncode=0
2024-10-25 15:55:42,614 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:42,614 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,644 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 6 finished with returncode=0
2024-10-25 15:55:42,644 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,714 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-44/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,719 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-44/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,722 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-44/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,728 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,736 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,742 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-6/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,885 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-6/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,893 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-6/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,893 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,911 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 12 finished with returncode=0
2024-10-25 15:55:42,911 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 40 finished with returncode=0
2024-10-25 15:55:42,911 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 47 finished with returncode=0
2024-10-25 15:55:42,911 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,911 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,911 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,912 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 24 finished with returncode=0
2024-10-25 15:55:42,912 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,912 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,913 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-12/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,913 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-12/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,913 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-12/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,919 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-40/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,922 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-40/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,922 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-40/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,923 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-47/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,923 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-47/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,923 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-47/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,923 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,943 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,943 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 34 finished with returncode=0
2024-10-25 15:55:42,943 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,944 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-24/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,944 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-24/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,944 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-24/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,945 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,946 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-34/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,946 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-34/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,947 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-34/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,951 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,962 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,962 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 48 finished with returncode=0
2024-10-25 15:55:42,962 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,962 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,963 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,964 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-48/iter-0/poly.out checksum successful.
2024-10-25 15:55:42,967 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-48/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:42,968 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-48/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:42,968 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,976 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:42,976 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,977 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,981 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:42,990 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:42,990 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:42,991 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,002 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,002 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,003 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,014 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,014 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,015 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,028 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,028 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,029 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,042 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,239 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,248 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,249 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,251 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,270 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 15 finished with returncode=0
2024-10-25 15:55:43,273 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-15/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,273 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-15/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,274 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-15/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,274 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,275 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,286 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 18 finished with returncode=0
2024-10-25 15:55:43,286 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,287 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-18/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,287 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-18/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,287 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-18/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,287 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,288 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,301 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,366 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,367 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,385 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,386 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 23 finished with returncode=0
2024-10-25 15:55:43,386 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-23/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,386 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-23/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,387 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-23/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,387 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,387 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,390 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,391 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,409 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 16 finished with returncode=0
2024-10-25 15:55:43,410 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-16/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,410 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-16/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,410 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-16/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,410 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,411 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,413 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,457 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,459 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,486 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 25 finished with returncode=0
2024-10-25 15:55:43,522 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-25/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,524 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-25/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,527 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-25/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,527 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,529 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,553 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,678 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,682 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,708 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 45 finished with returncode=0
2024-10-25 15:55:43,735 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-45/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,735 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-45/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,735 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-45/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,735 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,736 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,739 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,745 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,746 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,756 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,757 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,764 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,765 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 41 finished with returncode=0
2024-10-25 15:55:43,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-41/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-41/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,765 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-41/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,765 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,766 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,769 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,774 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,775 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,775 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 7 finished with returncode=0
2024-10-25 15:55:43,776 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-7/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,776 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-7/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,776 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-7/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,777 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,777 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,780 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,781 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,786 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 13 finished with returncode=0
2024-10-25 15:55:43,786 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-13/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,786 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-13/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,786 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-13/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,786 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,787 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,790 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,798 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,799 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,801 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 38 finished with returncode=0
2024-10-25 15:55:43,801 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-38/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,801 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-38/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,801 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-38/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,801 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,802 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,805 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,819 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 11 finished with returncode=0
2024-10-25 15:55:43,819 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-11/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,819 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-11/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,819 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-11/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,819 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,820 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,823 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,888 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,889 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,909 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 3 finished with returncode=0
2024-10-25 15:55:43,909 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-3/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,909 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-3/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,910 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-3/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,910 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,910 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,913 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,962 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,964 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,975 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,977 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:43,986 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 32 finished with returncode=0
2024-10-25 15:55:43,986 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-32/iter-0/poly.out checksum successful.
2024-10-25 15:55:43,986 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-32/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:43,987 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-32/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:43,987 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:43,987 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:43,990 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:43,991 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:43,992 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,000 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 29 finished with returncode=0
2024-10-25 15:55:44,000 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-29/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,001 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-29/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,001 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-29/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,001 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,002 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,005 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,005 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,006 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,012 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 14 finished with returncode=0
2024-10-25 15:55:44,012 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-14/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,012 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-14/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,012 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-14/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,013 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,014 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,017 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,017 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,022 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,022 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,024 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,027 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 26 finished with returncode=0
2024-10-25 15:55:44,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-26/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-26/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,028 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-26/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,028 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,029 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,032 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,045 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 43 finished with returncode=0
2024-10-25 15:55:44,045 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-43/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,045 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-43/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,046 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-43/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,046 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,047 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,049 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,049 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 50 finished with returncode=0
2024-10-25 15:55:44,050 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-50/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,050 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-50/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,050 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-50/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,050 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,051 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,053 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,117 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,118 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,124 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,133 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,133 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,138 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,138 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 46 finished with returncode=0
2024-10-25 15:55:44,138 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-46/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,139 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-46/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,139 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-46/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,139 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,140 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,143 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,143 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,147 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,148 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 33 finished with returncode=0
2024-10-25 15:55:44,152 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,152 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-33/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,152 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-33/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,152 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-33/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,152 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,153 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,154 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,158 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,158 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,167 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,167 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 39 finished with returncode=0
2024-10-25 15:55:44,171 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,171 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-39/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,171 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-39/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,172 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-39/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,172 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,173 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,173 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,176 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 27 finished with returncode=0
2024-10-25 15:55:44,177 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 36 finished with returncode=0
2024-10-25 15:55:44,177 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,177 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,181 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,181 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-27/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,181 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-27/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,182 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-27/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,182 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,183 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-36/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,183 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-36/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,183 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-36/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,183 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,187 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,187 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,187 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,191 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,196 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 2 finished with returncode=0
2024-10-25 15:55:44,197 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,200 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 35 finished with returncode=0
2024-10-25 15:55:44,200 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,200 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,205 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-2/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,205 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-2/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,205 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-2/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,205 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,206 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-35/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,206 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-35/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,207 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-35/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,207 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,211 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,215 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,215 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,215 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,215 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,216 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,217 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,224 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 31 finished with returncode=0
2024-10-25 15:55:44,224 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,228 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,228 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 8 finished with returncode=0
2024-10-25 15:55:44,228 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 21 finished with returncode=0
2024-10-25 15:55:44,228 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,228 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,233 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-31/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,233 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-31/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,233 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-31/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,233 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,234 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-8/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,234 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-8/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,235 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-8/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,235 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-21/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,235 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-21/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,235 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-21/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,235 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,236 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,239 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,239 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 17 finished with returncode=0
2024-10-25 15:55:44,239 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,240 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,240 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,241 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-17/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,241 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-17/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,241 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-17/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,245 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,249 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,249 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 37 finished with returncode=0
2024-10-25 15:55:44,249 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 5 finished with returncode=0
2024-10-25 15:55:44,249 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,249 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,249 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,250 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:44,251 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-37/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,251 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-37/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,251 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-37/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,251 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-5/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,252 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-5/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,252 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-5/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,252 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,255 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,255 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,255 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,255 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,257 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,260 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,260 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,260 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 20 finished with returncode=0
2024-10-25 15:55:44,260 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,261 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,264 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,264 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-20/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,265 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-20/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,265 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-20/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,265 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 1 finished with returncode=0
2024-10-25 15:55:44,265 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,265 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,265 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,266 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-1/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,266 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-1/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,266 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-1/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,266 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,269 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 30 finished with returncode=0
2024-10-25 15:55:44,269 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,269 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,270 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-30/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,270 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-30/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,270 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-30/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,270 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,273 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:44,273 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,273 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,274 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,277 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 10 finished with returncode=0
2024-10-25 15:55:44,277 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,277 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,278 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-10/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,278 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-10/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,278 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-10/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,278 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 22 finished with returncode=0
2024-10-25 15:55:44,278 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,281 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,281 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-22/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,281 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-22/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,282 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-22/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,282 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,282 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,285 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,285 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,286 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - Realization 28 finished with returncode=0
2024-10-25 15:55:44,286 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,289 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,289 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-28/iter-0/poly.out checksum successful.
2024-10-25 15:55:44,289 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-28/iter-0/poly.out1 checksum successful.
2024-10-25 15:55:44,289 - ert.scheduler.job - ert_cli_simulation_thread - DEBUG - File /Users/JONAK/Documents/FMU/SCOUT/scary_things/poly_out/realization-28/iter-0/poly.out2 checksum successful.
2024-10-25 15:55:44,289 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Starting to load response: gen_data
2024-10-25 15:55:44,290 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Loaded gen_data
2024-10-25 15:55:44,293 - ert.callbacks - ert_cli_simulation_thread - DEBUG - Saved gen_data to storage
2024-10-25 15:55:44,293 - ert.scheduler.local_driver - ert_cli_simulation_thread - INFO - All realization tasks finished
2024-10-25 15:55:44,293 - ert.ensemble_evaluator._ensemble - ert_cli_simulation_thread - INFO - Experiment ran on QUEUESYSTEM: LOCAL
2024-10-25 15:55:44,293 - asyncio - ert_cli_simulation_thread - DEBUG - Using selector: KqueueSelector
2024-10-25 15:55:47,251 - websockets.server - ert_cli_simulation_thread - INFO - connection open
2024-10-25 15:55:47,254 - websockets.server - ert_cli_simulation_thread - INFO - connection closed
2024-10-25 15:55:47,861 - ert.ensemble_evaluator.evaluator - ert_cli_simulation_thread - INFO - Ensemble ran with maximum memory usage for a single realization job: 1355776
2024-10-25 15:57:34,052 - ert.ensemble_evaluator.monitor - ert_cli_simulation_thread - ERROR - Couldn't establish connection with the ensemble evaluator!
2024-10-25 15:57:34,052 - ert.run_models.base_run_model - ert_cli_simulation_thread - ERROR - unexpected error: Couldn't establish connection with the ensemble evaluator!
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/locks.py", line 212, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/ensemble_evaluator/monitor.py", line 48, in __aenter__
await asyncio.wait_for(
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
async with timeouts.timeout(timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/run_models/base_run_model.py", line 494, in run_monitor
async with Monitor(ee_config.get_connection_info()) as monitor:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/JONAK/Documents/FMU/SCOUT/ert/src/ert/ensemble_evaluator/monitor.py", line 55, in __aenter__
raise RuntimeError(msg) from exc
RuntimeError: Couldn't establish connection with the ensemble evaluator!
2024-10-25 15:57:34,288 - websockets.server - ert_cli_simulation_thread - INFO - server closing
2024-10-25 15:57:34,288 - websockets.server - ert_cli_simulation_thread - INFO - server closed
2024-10-25 15:57:34,294 - filelock - MainThread - DEBUG - Attempting to release lock 13432878336 on /Users/JONAK/Documents/FMU/SCOUT/scary_things/storage/storage.lock
2024-10-25 15:57:34,294 - filelock - MainThread - DEBUG - Lock 13432878336 released on /Users/JONAK/Documents/FMU/SCOUT/scary_things/storage/storage.lock
2024-10-25 15:57:34,295 - ert.plugins.plugin_manager - MainThread - DEBUG - Resetting environment variable ERT_SITE_CONFIG
2024-10-25 15:57:34,295 - ert.plugins.plugin_manager - MainThread - DEBUG - Deleting temporary directory for site-config
2024-10-25 15:57:34,298 - ert.__main__ - MainThread - DEBUG - Number of active realizations (0) is less than the specified MIN_REALIZATIONS(1)
Couldn't establish connection with the ensemble evaluator!
unexpected error: Couldn't establish connection with the ensemble evaluator!
2024-10-25 15:57:34,298 - ert.__main__ - MainThread - INFO - Ert process usage: {'User time': 3.344065, 'System time': 2.081222, 'File system inputs': 0, 'File system outputs': 0, 'Socket messages sent': 391, 'Socket messages Received': 356, 'Signals received': 0, 'Swaps': 0, 'Peak memory use (KB)': 290979}
It seems like when we are getting those errors, we dont have a single log statement from ert.ensemble_evaluator.monitor
https://github.com/equinor/ert/actions/runs/11014788483/job/30586266660
The following cli tests are failing intermittently on py312 macos:
Error message