| schema_version = "1.3" | |
| artifacts = ["/logs/artifacts/model.patch"] | |
| [task] | |
| name = "openmoss/swe-bench-science-032" | |
| description = "Repair an inconsistent peptide energy after topology import" | |
| authors = [] | |
| keywords = ["scientific-computing", "software-engineering"] | |
| [metadata] | |
| task_id = "032" | |
| language = "python" | |
| base_commit_hash = "d2f76949b3ccac1139f0a0a0d1459aa47e2f0a98" | |
| [agent] | |
| network_mode = "no-network" | |
| timeout_sec = 5400.0 | |
| [environment] | |
| docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-032:v0.1.0@sha256:1f1e710ff121fc590e1a1bcc0d6e35b6b20488b67b4ff2ea9e088c5ed5b3c617" | |
| os = "linux" | |
| allow_internet = false | |
| cpus = 2 | |
| memory_mb = 8192 | |
| storage_mb = 20480 | |
| workdir = "/app/task_032" | |
| [verifier] | |
| network_mode = "no-network" | |
| environment_mode = "separate" | |
| timeout_sec = 1800.0 | |
| [verifier.environment] | |
| docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-032:v0.1.0@sha256:b33b42c56351b94f8e871921d9c51b3edba1f2317186ec51db8d0e7a49c1a0c4" | |
| os = "linux" | |
| allow_internet = false | |
| cpus = 2 | |
| memory_mb = 8192 | |
| storage_mb = 20480 | |
| workdir = "/app/task_032" | |
| [[verifier.collect]] | |
| command = "cd /app/task_032 && git config --global --add safe.directory /app/task_032 && baseline=$(git rev-list --max-parents=0 --reverse HEAD | head -n 1) && git add -A && git diff --cached --binary \"$baseline\" > /logs/artifacts/model.patch" | |
| timeout_sec = 300.0 | |