File size: 16,776 Bytes
ea8c728 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | 2026-03-29 20:06:59,922 - INFO - Logging to /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/openevolve_output/logs/openevolve_20260329_200659.log
2026-03-29 20:06:59,924 - INFO - Set random seed to 42 for reproducibility
2026-03-29 20:06:59,986 - INFO - Initialized OpenAI LLM with model: claude-opus-4-6
2026-03-29 20:06:59,987 - INFO - Initialized LLM ensemble with models: claude-opus-4-6 (weight: 1.00)
2026-03-29 20:07:00,036 - INFO - Initialized prompt sampler
2026-03-29 20:07:00,036 - INFO - Set custom templates: system=evaluator_system_message, user=None
2026-03-29 20:07:00,036 - INFO - Initialized program database with 0 programs
/usr/local/lib/python3.10/dist-packages/torch/cuda/__init__.py:58: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
2026-03-29 20:07:01,290 - INFO - Successfully loaded evaluation function from /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py
2026-03-29 20:07:01,290 - INFO - Initialized evaluator with /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py
2026-03-29 20:07:01,290 - INFO - Initialized OpenEvolve with /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/initial_program.py
2026-03-29 20:07:01,290 - INFO - Adding initial program to database
2026-03-29 20:07:11,098 - INFO - Evaluated program 11be50fe-a62a-4e86-b0b8-adb12144f0ac in 9.81s: combined_score=0.1271, balancedness=0.2506, speed_score=0.0036, avg_time=0.5615
2026-03-29 20:07:11,098 - INFO - New MAP-Elites cell occupied in island 0: {'complexity': 5, 'diversity': 0}
2026-03-29 20:07:11,099 - INFO - Initialized process parallel controller with 1 workers
2026-03-29 20:07:11,100 - INFO - Started process pool with 1 processes
2026-03-29 20:07:11,100 - INFO - Using island-based evolution with 3 islands
2026-03-29 20:07:11,101 - INFO - Island Status:
2026-03-29 20:07:11,101 - INFO - * Island 0: 1 programs, best=0.1271, avg=0.1271, diversity=0.00, gen=0 (best: 11be50fe-a62a-4e86-b0b8-adb12144f0ac)
2026-03-29 20:07:11,101 - INFO - Island 1: 0 programs, best=0.0000, avg=0.0000, diversity=0.00, gen=0
2026-03-29 20:07:11,101 - INFO - Island 2: 0 programs, best=0.0000, avg=0.0000, diversity=0.00, gen=0
2026-03-29 20:07:11,101 - INFO - Starting process-based evolution from iteration 1 for 100 iterations (total: 101)
2026-03-29 20:07:11,121 - INFO - Early stopping disabled
2026-03-29 20:07:11,240 - INFO - Set custom templates: system=evaluator_system_message, user=None
2026-03-29 20:07:11,241 - INFO - Successfully loaded evaluation function from /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py
2026-03-29 20:07:11,241 - INFO - Initialized evaluator with /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py
2026-03-29 20:07:11,242 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:07:35,122 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:07:41,800 - INFO - Evaluated program 1739ef53-3b47-4654-bec9-80ed3c43dd19 in 6.67s: combined_score=0.1288, balancedness=0.2506, speed_score=0.0070, avg_time=0.2857
2026-03-29 20:07:41,808 - INFO - New MAP-Elites cell occupied in island 0: {'complexity': 9, 'diversity': 5}
2026-03-29 20:07:41,808 - INFO - New best program 1739ef53-3b47-4654-bec9-80ed3c43dd19 replaces 11be50fe-a62a-4e86-b0b8-adb12144f0ac (combined_score: 0.1271 → 0.1288, +0.0017)
2026-03-29 20:07:41,808 - INFO - Iteration 1: Program 1739ef53-3b47-4654-bec9-80ed3c43dd19 (parent: 11be50fe-a62a-4e86-b0b8-adb12144f0ac) completed in 30.56s
2026-03-29 20:07:41,808 - INFO - Metrics: combined_score=0.1288, balancedness=0.2506, speed_score=0.0070, avg_time=0.2857
2026-03-29 20:07:41,809 - INFO - 🌟 New best solution found at iteration 1: 1739ef53-3b47-4654-bec9-80ed3c43dd19
2026-03-29 20:07:41,809 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:08:02,931 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:08:06,125 - INFO - Evaluated program 3063646f-a012-4035-9476-1fd7cf27b09c in 3.18s: combined_score=0.1288, balancedness=0.2506, speed_score=0.0069, avg_time=0.2882
2026-03-29 20:08:06,128 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:08:06,129 - INFO - New MAP-Elites cell occupied in island 1: {'complexity': 5, 'diversity': 0}
2026-03-29 20:08:06,129 - INFO - Iteration 2: Program 3063646f-a012-4035-9476-1fd7cf27b09c (parent: 11be50fe-a62a-4e86-b0b8-adb12144f0ac) completed in 24.32s
2026-03-29 20:08:06,129 - INFO - Metrics: combined_score=0.1288, balancedness=0.2506, speed_score=0.0069, avg_time=0.2882
2026-03-29 20:08:27,051 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:08:30,395 - INFO - Evaluated program 9abe80f0-3822-404c-a39f-736eeadc5c1e in 3.32s: combined_score=0.1286, balancedness=0.2506, speed_score=0.0066, avg_time=0.3016
2026-03-29 20:08:30,398 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:08:30,400 - INFO - New MAP-Elites cell occupied in island 2: {'complexity': 5, 'diversity': 0}
2026-03-29 20:08:30,400 - INFO - Iteration 3: Program 9abe80f0-3822-404c-a39f-736eeadc5c1e (parent: 11be50fe-a62a-4e86-b0b8-adb12144f0ac) completed in 24.27s
2026-03-29 20:08:30,400 - INFO - Metrics: combined_score=0.1286, balancedness=0.2506, speed_score=0.0066, avg_time=0.3016
2026-03-29 20:08:55,603 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py", line 61, in evaluate
spec.loader.exec_module(program)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/tmp3rl9qsah.py", line 82
=======
^^
SyntaxError: invalid syntax
2026-03-29 20:08:55,609 - INFO - Evaluated program 2636a156-b9ad-4133-baa5-6cf4c57e6069 in 0.00s: combined_score=0.0000, error=invalid syntax (tmp3rl9qsah.py, line 82)
2026-03-29 20:08:55,610 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:08:55,613 - INFO - New MAP-Elites cell occupied in island 0: {'complexity': 9, 'diversity': 3}
2026-03-29 20:08:55,613 - INFO - Iteration 4: Program 2636a156-b9ad-4133-baa5-6cf4c57e6069 (parent: 1739ef53-3b47-4654-bec9-80ed3c43dd19) completed in 25.21s
2026-03-29 20:08:55,613 - INFO - Metrics: combined_score=0.0000, error=invalid syntax (tmp3rl9qsah.py, line 82)
2026-03-29 20:09:18,907 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py", line 61, in evaluate
spec.loader.exec_module(program)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/tmpsq6tkghh.py", line 96
=======
^^
SyntaxError: invalid syntax
2026-03-29 20:09:18,915 - INFO - Evaluated program f4916449-bedb-4d46-b3c7-e592e389a052 in 0.00s: combined_score=0.0000, error=invalid syntax (tmpsq6tkghh.py, line 96)
2026-03-29 20:09:18,916 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:09:18,921 - INFO - New MAP-Elites cell occupied in island 1: {'complexity': 9, 'diversity': 8}
2026-03-29 20:09:18,921 - INFO - Iteration 5: Program f4916449-bedb-4d46-b3c7-e592e389a052 (parent: 3063646f-a012-4035-9476-1fd7cf27b09c) completed in 23.31s
2026-03-29 20:09:18,921 - INFO - Metrics: combined_score=0.0000, error=invalid syntax (tmpsq6tkghh.py, line 96)
2026-03-29 20:09:41,753 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:09:44,678 - INFO - Evaluated program c8211e53-b9cf-4513-a139-f982d83095a9 in 2.91s: combined_score=0.1291, balancedness=0.2506, speed_score=0.0076, avg_time=0.2646
2026-03-29 20:09:44,682 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:09:44,685 - INFO - New MAP-Elites cell occupied in island 2: {'complexity': 3, 'diversity': 1}
2026-03-29 20:09:44,685 - INFO - New best program c8211e53-b9cf-4513-a139-f982d83095a9 replaces 1739ef53-3b47-4654-bec9-80ed3c43dd19 (combined_score: 0.1288 → 0.1291, +0.0003)
2026-03-29 20:09:44,685 - INFO - Iteration 6: Program c8211e53-b9cf-4513-a139-f982d83095a9 (parent: 9abe80f0-3822-404c-a39f-736eeadc5c1e) completed in 25.76s
2026-03-29 20:09:44,685 - INFO - Metrics: combined_score=0.1291, balancedness=0.2506, speed_score=0.0076, avg_time=0.2646
2026-03-29 20:09:44,685 - INFO - 🌟 New best solution found at iteration 6: c8211e53-b9cf-4513-a139-f982d83095a9
2026-03-29 20:10:06,324 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:10:09,327 - INFO - Evaluated program 8af1b9bf-ddcf-4a07-bbb1-f7df2b1b0270 in 3.00s: combined_score=0.1290, balancedness=0.2506, speed_score=0.0073, avg_time=0.2724
2026-03-29 20:10:09,335 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:10:09,337 - INFO - Island 0 MAP-Elites cell improved: {'complexity': 5, 'diversity': 0} (fitness: 0.127 -> 0.129)
2026-03-29 20:10:09,337 - INFO - Iteration 7: Program 8af1b9bf-ddcf-4a07-bbb1-f7df2b1b0270 (parent: 11be50fe-a62a-4e86-b0b8-adb12144f0ac) completed in 24.65s
2026-03-29 20:10:09,337 - INFO - Metrics: combined_score=0.1290, balancedness=0.2506, speed_score=0.0073, avg_time=0.2724
2026-03-29 20:10:29,879 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:10:33,146 - INFO - Evaluated program 727ce9aa-116a-484b-b07e-c4dc8399995c in 3.26s: combined_score=0.1287, balancedness=0.2506, speed_score=0.0068, avg_time=0.2962
2026-03-29 20:10:33,148 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:10:33,155 - INFO - New MAP-Elites cell occupied in island 1: {'complexity': 3, 'diversity': 0}
2026-03-29 20:10:33,157 - INFO - Iteration 8: Program 727ce9aa-116a-484b-b07e-c4dc8399995c (parent: 3063646f-a012-4035-9476-1fd7cf27b09c) completed in 23.81s
2026-03-29 20:10:33,157 - INFO - Metrics: combined_score=0.1287, balancedness=0.2506, speed_score=0.0068, avg_time=0.2962
2026-03-29 20:11:03,852 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py", line 61, in evaluate
spec.loader.exec_module(program)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/tmpok6hek08.py", line 142
=======
^^
SyntaxError: invalid syntax
2026-03-29 20:11:03,858 - INFO - Evaluated program f55ada72-5ae8-41a3-990b-ca9d15f33549 in 0.00s: combined_score=0.0000, error=invalid syntax (tmpok6hek08.py, line 142)
2026-03-29 20:11:03,860 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:11:03,867 - INFO - New MAP-Elites cell occupied in island 2: {'complexity': 9, 'diversity': 9}
2026-03-29 20:11:03,867 - INFO - Iteration 9: Program f55ada72-5ae8-41a3-990b-ca9d15f33549 (parent: c8211e53-b9cf-4513-a139-f982d83095a9) completed in 30.71s
2026-03-29 20:11:03,867 - INFO - Metrics: combined_score=0.0000, error=invalid syntax (tmpok6hek08.py, line 142)
2026-03-29 20:11:23,713 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
2026-03-29 20:11:26,646 - INFO - Evaluated program 68b10755-d91e-49d6-b09a-043d134127ab in 2.93s: combined_score=0.1291, balancedness=0.2506, speed_score=0.0075, avg_time=0.2660
2026-03-29 20:11:26,654 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:11:26,661 - INFO - Island 0 MAP-Elites cell improved: {'complexity': 5, 'diversity': 0} (fitness: 0.129 -> 0.129)
2026-03-29 20:11:26,661 - INFO - Iteration 10: Program 68b10755-d91e-49d6-b09a-043d134127ab (parent: 1739ef53-3b47-4654-bec9-80ed3c43dd19) completed in 22.79s
2026-03-29 20:11:26,661 - INFO - Metrics: combined_score=0.1291, balancedness=0.2506, speed_score=0.0075, avg_time=0.2660
2026-03-29 20:11:26,661 - INFO - Checkpoint interval reached at iteration 10
2026-03-29 20:11:26,663 - INFO - Island Status:
2026-03-29 20:11:26,664 - INFO - * Island 0: 3 programs, best=0.1291, avg=0.0860, diversity=58.20, gen=4 (best: 68b10755-d91e-49d6-b09a-043d134127ab)
2026-03-29 20:11:26,664 - INFO - Island 1: 3 programs, best=0.1288, avg=0.0858, diversity=193.60, gen=3 (best: 3063646f-a012-4035-9476-1fd7cf27b09c)
2026-03-29 20:11:26,664 - INFO - Island 2: 3 programs, best=0.1291, avg=0.0859, diversity=256.93, gen=3 (best: c8211e53-b9cf-4513-a139-f982d83095a9)
2026-03-29 20:11:26,668 - INFO - Saved database with 11 programs to /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/openevolve_output/checkpoints/checkpoint_10
2026-03-29 20:11:26,668 - INFO - Saved best program at checkpoint 10 with metrics: combined_score=0.1291, balancedness=0.2506, speed_score=0.0076, avg_time=0.2646
2026-03-29 20:11:26,668 - INFO - Saved checkpoint at iteration 10 to /workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/openevolve_output/checkpoints/checkpoint_10
2026-03-29 20:11:44,395 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py", line 61, in evaluate
spec.loader.exec_module(program)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/tmp6_1jl6pd.py", line 81
=======
^^
SyntaxError: invalid syntax
2026-03-29 20:11:44,400 - INFO - Evaluated program d1ba65bc-3793-4e65-8af4-ee781027099a in 0.00s: combined_score=0.0000, error=invalid syntax (tmp6_1jl6pd.py, line 81)
2026-03-29 20:11:44,401 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:11:44,405 - INFO - Iteration 11: Program d1ba65bc-3793-4e65-8af4-ee781027099a (parent: f4916449-bedb-4d46-b3c7-e592e389a052) completed in 17.75s
2026-03-29 20:11:44,405 - INFO - Metrics: combined_score=0.0000, error=invalid syntax (tmp6_1jl6pd.py, line 81)
2026-03-29 20:11:44,501 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 429 Too Many Requests"
2026-03-29 20:11:44,501 - INFO - Retrying request to /chat/completions in 50.000000 seconds
2026-03-29 20:12:59,068 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/workspace/code/17_coreal/openevolve-fixed/examples/ADRS/eplb/evaluator.py", line 61, in evaluate
spec.loader.exec_module(program)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/tmps1qfiun1.py", line 126
=======
^^
SyntaxError: invalid syntax
2026-03-29 20:12:59,075 - INFO - Evaluated program 4cc61089-9045-49b5-a420-ea7682a25759 in 0.00s: combined_score=0.0000, error=invalid syntax (tmps1qfiun1.py, line 126)
2026-03-29 20:12:59,078 - INFO - Sampled model: claude-opus-4-6
2026-03-29 20:12:59,087 - INFO - New MAP-Elites cell occupied in island 2: {'complexity': 4, 'diversity': 1}
2026-03-29 20:12:59,087 - INFO - Iteration 12: Program 4cc61089-9045-49b5-a420-ea7682a25759 (parent: 9abe80f0-3822-404c-a39f-736eeadc5c1e) completed in 74.67s
2026-03-29 20:12:59,087 - INFO - Metrics: combined_score=0.0000, error=invalid syntax (tmps1qfiun1.py, line 126)
2026-03-29 20:12:59,175 - INFO - HTTP Request: POST https://api.anthropic.com/v1/chat/completions "HTTP/1.1 429 Too Many Requests"
2026-03-29 20:12:59,175 - INFO - Retrying request to /chat/completions in 23.000000 seconds
|