Copy raw data to clipboard
Download »results.csv« as file
trial_index,submit_time,queue_time,worker_generator_uuid,start_time,end_time,run_time,program_string,exit_code,signal,hostname,OO_Info_int_param,OO_Info_int_param_two,OO_Info_float_param,OO_Info_choice_param,arm_name,trial_status,generation_node,RESULT,int_param,float_param,int_param_two,choice_param
0,1784532556,2,9d87bc08-15af-4ebe-af88-33d738380883,1784532558,1784532564,6,./.tests/optimization_example --random_sem --int_param='-2' --float_param='-33.22425723075866699219' --choice_param='8' --int_param_two='-45' --nr_results=1,0,,runnervm76tkm,-2,-45,-33.2242572307586669921875,8,0_0,COMPLETED,SOBOL,-39979.858408432097348850220441818237,-2,-33.2242572307586669921875,-45,8
1,1784532567,2,9d87bc08-15af-4ebe-af88-33d738380883,1784532569,1784532575,6,./.tests/optimization_example --random_sem --int_param='-100' --float_param='-11.28771888050578908747' --choice_param='4' --int_param_two='-13' --nr_results=1,0,,runnervm76tkm,-100,-13,-11.287718880505787311108178982977,4,1_0,COMPLETED,BOTORCH_MODULAR,-116440.217863304002094082534313201904,-100,-11.287718880505789087465018383227,-13,4
Copy raw data to clipboard
Download »results.csv« as file
Copy raw data to clipboard
Download »outfile« as file
========================================================================
Current git-hash: 1da9c7062535004bc4beeb1eb73fba7ae8c5e7ca (last fully tested stable version 2 commits ago [40e86984857e047bcfb600b452b0692331ba16d4, 9396])
Using coverage run -p because $RUN_WITH_COVERAGE is set
[WARNING 07-20 07:29:14] ax.service.utils.with_db_settings_base: Ax currently requires a sqlalchemy version below 2.0. This will be addressed in a future release. Disabling SQL storage in Ax for now, if you would like to use SQL storage please install Ax with mysql extras via `pip install ax-platform[mysql]`.
Run-UUID: 4ce0a39e-7804-49e7-9af7-d3c9d7980a5a
/home/runner/.omniax_venvs/Python_3.10.12/x86_64/lib/python3.10/site-packages/plyer/platforms/linux/notification.py:103: UserWarning: The Python dbus package is not installed.
Try installing it with your distribution's package manager, it is usually called python-dbus or python3-dbus, but you might have to try dbus-python instead, e.g. when using pip.
warnings.warn(msg)
/home/runner/.omniax_venvs/Python_3.10.12/x86_64/lib/python3.10/site-packages/plyer/platforms/linux/notification.py:107: UserWarning: notify-send not found.
warnings.warn("notify-send not found.")
____ _ _ _ ____ ____ _____ ____
/ _ \/ \__/|/ \ /|/ \/ _ \/ __Y__ __Y_ \
| / \|| |\/||| |\ ||| || / \|| \/| / \ / /
| \_/|| | ||| | \||| || \_/|| __/ | | / /_
\____/\_/ \|\_/ \|\_/\____/\_/ \_/ \____/
omniopt --live_share --send_anonymized_usage_stats --partition alpha --experiment_name=__main__tests__BOTORCH_MODULAR___nogridsearch --mem_gb=4 --time=60 --worker_timeout=5 --max_eval 2 --num_parallel_jobs 1 --gpus=0 --run_program Li8udGVzdHMvb3B0aW1pemF0aW9uX2V4YW1wbGUgLS1yYW5kb21fc2VtIC0taW50X3BhcmFtPSclKGludF9wYXJhbSknIC0tZmxvYXRfcGFyYW09JyUoZmxvYXRfcGFyYW0pJyAtLWNob2ljZV9wYXJhbT0nJShjaG9pY2VfcGFyYW0pJyAtLWludF9wYXJhbV90d289JyUoaW50X3BhcmFtX3R3byknIC0tbnJfcmVzdWx0cz0x --parameter int_param range -100 10 int --parameter float_param range -100 10 float --parameter choice_param choice 1,2,4,8,16,hallo --parameter int_param_two range -100 10 int --num_random_steps 1 --model BOTORCH_MODULAR --auto_exclude_defective_hosts --generate_all_jobs_at_once --follow --show_generate_time_table --disable_notifications
Run-folder : /home/runner/work/OmniOpt/OmniOpt/runs/__main__tests__BOTORCH_MODULAR___nogridsearch/ 3
See https://imageseg.scads.de/omniax/share?user_id=runner&experiment_name=__main__tests__BOTORCH_MODULAR___nogridsearch&run_nr=720 for live-results.
You have 4 CPUs available for the main process. No CUDA devices found.
Generation strategy: SOBOL for 1 step and then BOTORCH_MODULAR for 1 step.
Run-Program: ./.tests/optimization_example --random_sem --int_param='%(int_param)' --float_param='%(float_param)' --choice_param='%(choice_param)' --int_param_two='%(int_param_two)' --nr_results=1
Experiment parameters
┏━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┓
┃ Name ┃ Type ┃ Lower bound ┃ Upper bound ┃ Values ┃ Type ┃ Log Scale? ┃
┡━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━┩
│ int_param │ range │ -100 │ 10 │ │ int │ No │
│ float_param │ range │ -100 │ 10 │ │ float │ No │
│ choice_param │ choice │ │ │ 1, 2, 4, 8, 16, hallo │ │ │
│ int_param_two │ range │ -100 │ 10 │ │ int │ No │
└───────────────┴────────┴─────────────┴─────────────┴───────────────────────┴───────┴────────────┘
Result-Names
┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Result-Name ┃ Min or max? ┃
┡━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ RESULT │ min │
└─────────────┴─────────────┘
Failed Jobs parameters
┏━━━━━━━━┳━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ param1 ┃ param2 ┃ param3 ┃ error_description ┃
┡━━━━━━━━╇━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ value1 │ value2 │ value3 │ Some error occurred during execution (this is not a real error!). │
└────────┴────────┴────────┴───────────────────────────────────────────────────────────────────┘
Best RESULT, min (total: 2)
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓
┃ OO_Info_int_param ┃ OO_Info_int_param_two ┃ OO_Info_float_param ┃ OO_Info_choice_param ┃ int_param ┃ float_param ┃ int_param_two ┃ choice_param ┃ RESULT ┃
┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩
│ -100 │ -13 │ -11.287718880505787 │ 4 │ -100 │ -11.287718880505789 │ -13 │ 4 │ -116440.217863304 │
└───────────────────┴───────────────────────┴─────────────────────┴──────────────────────┴───────────┴─────────────────────┴───────────────┴──────────────┴───────────────────┘
Not printing sixel graphics in CI
Runtime Infos
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Number of evaluations ┃ Min time ┃ Max time ┃ Average time ┃ Median time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ 2 │ 6.00 sec │ 6.00 sec │ 6.00 sec │ 6.00 sec │
└───────────────────────┴───────────┴───────────┴──────────────┴─────────────┘
Model generation times
┏━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━┓
┃ Iteration ┃ Seconds ┃ Jobs ┃ Time per job ┃
┡━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━┩
│ 1 │ 0.030 │ 1 │ 0.030 │
│ 2 │ 0.340 │ 1 │ 0.340 │
├───────────┼─────────┼──────┼──────────────┤
│ Average │ 0.185 │ │ │
│ Median │ 0.185 │ │ │
│ Total │ 0.370 │ │ │
│ Max │ 0.340 │ │ │
│ Min │ 0.030 │ │ │
└───────────┴─────────┴──────┴──────────────┘
Job submission durations
┏━━━━━━━━━┳━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━┓
┃ Batch ┃ Seconds ┃ Jobs ┃ Time per job ┃
┡━━━━━━━━━╇━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━┩
│ 1 │ 0.125 │ 1 │ 0.125 │
│ 2 │ 0.075 │ 1 │ 0.075 │
├─────────┼─────────┼──────┼──────────────┤
│ Average │ 0.100 │ │ │
│ Median │ 0.100 │ │ │
│ Total │ 0.200 │ │ │
│ Max │ 0.125 │ │ │
│ Min │ 0.075 │ │ │
└─────────┴─────────┴──────┴──────────────┘
╭─ ─────────────────────────────────────────────────────────────────────────────────────── OmniOpt2 Run Summary ─────────────────────────────────────────────────────────────────────────────────────── ─╮
│ │
│ ✅ Optimization complete! │
│ │
│ 📊 Trials: 2 succeeded / 0 failed / 2 done / 2 submitted │
│ ⏱️ Duration: 30s │
│ 🏆 Best RESULT: -116440.217863304 │
│ 📁 Results: /home/runner/work/OmniOpt/OmniOpt/runs/__main__tests__BOTORCH_MODULAR___nogridsearch/3/results.csv │
│ 🤖 Model: BOTORCH_MODULAR │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Copy raw data to clipboard
Download »outfile« as file
Copy raw data to clipboard
Download »progressbar« as file
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, Started OmniOpt2 run...
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, getting new HP set (no sbatch)
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, requested 1 jobs, got 1, 0.03 s/job
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, eval #1/1 start
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, starting new job
2026-07-20 07:29:16 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, started new job
2026-07-20 07:29:25 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, new result: RESULT: -39979.858408 (SEM: 0.052792)
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): SOBOL, best RESULT: -39979.8584084321, finishing jobs, finished 1 job
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, getting new HP set (no sbatch)
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, requested 1 jobs, got 1, 0.34 s/job
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, eval #1/1 start
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, starting new job
2026-07-20 07:29:27 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, started new job
2026-07-20 07:29:36 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -39979.8584084321, new result: RESULT: -116440.217863 (SEM: 0.592993)
2026-07-20 07:29:37 (9d87bc08-15af-4ebe-af88-33d738380883): BOTORCH_MODULAR, best RESULT: -116440.217863304, ▁█, finishing jobs, finished 1 job
Copy raw data to clipboard
Download »progressbar« as file
This logs the CPU and RAM usage of the main worker process.
Copy raw data to clipboard
Download »cpu_ram_usage.csv« as file
timestamp,ram_usage_mb,cpu_usage_percent
1784532554,753.1953125,28.3 Copy raw data to clipboard
Download »cpu_ram_usage.csv« as file