Trace number 4484635
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/ benchmarks/radar/normalized-10:20:4.5:0.95:100.opb |
MD5SUM | 0c08209891d9f5241a74237055766898 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 1 |
Best CPU time to get the best result obtained on this benchmark | 0.056181 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 934 |
Total number of constraints | 1063 |
Number of constraints which are clauses | 879 |
Number of constraints which are cardinality constraints (but not clauses) | 184 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 20 |
Number of terms in the objective function | 934 |
Biggest coefficient in the objective function | 546 |
Number of bits for the biggest coefficient in the objective function | 10 |
Sum of the numbers in the objective function | 2594 |
Number of bits of the sum of numbers in the objective function | 12 |
Biggest number in a constraint | 546 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2594 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4484635-1751289733.opb'
0.00/0.01 c read 0.04MB (0.89ms)
0.00/0.01 c [cnf: #variables 934 #clauses 1064 #duplicates 0 #arr 4715]
0.00/0.01 c output proof to 'PROOFDIR/proof-4484635-1751289733'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (1.21ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.19ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 5357 #edges 16148]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.00*10^0 #generators 0] (0.33ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 0 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4484635-1751289733.opb.pre'
0.00/0.01 c wrote 0.05MB (0.17ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 1.21ms 34.40% approx_orbits
0.00/0.01 c 0.89ms 25.20% parse
0.00/0.01 c 0.71ms 20.27% other
0.00/0.01 c 0.33ms 9.29% detect_generic
0.00/0.01 c 0.19ms 5.38% detect_special
0.00/0.01 c 0.17ms 4.73% output
0.00/0.01 c 0.03ms 0.72% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 3.52ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.03 c #variables 934 #constraints 1063
0.00/0.03 c objective is ce32
0.00/0.03 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03 c bounds - >= -546 @ 0.004612
0.00/0.09 c bounds 86 >= -546 @ 0.061544
0.00/0.09 c bounds 86 >= -540 @ 0.062222
0.00/0.09 c bounds 86 >= -537 @ 0.062708
0.00/0.09 c bounds 86 >= -534 @ 0.062853
0.00/0.09 c bounds 86 >= -531 @ 0.062853
0.00/0.09 c bounds 86 >= -528 @ 0.063304
0.07/0.10 c bounds 85 >= -528 @ 0.065737
0.07/0.10 c bounds 85 >= -525 @ 0.066318
0.07/0.10 c bounds 85 >= -522 @ 0.066548
0.07/0.10 c bounds 85 >= -519 @ 0.066548
0.07/0.11 c bounds 31 >= -519 @ 0.067207
0.07/0.11 c bounds 31 >= -517 @ 0.067653
0.07/0.11 c bounds 31 >= -513 @ 0.068185
0.07/0.11 c bounds 31 >= -511 @ 0.069081
0.07/0.11 c bounds 31 >= -509 @ 0.069579
0.07/0.11 c bounds 31 >= -507 @ 0.070095
0.07/0.11 c bounds 31 >= -505 @ 0.070604
0.07/0.11 c bounds 31 >= -503 @ 0.071121
0.07/0.11 c bounds 31 >= -501 @ 0.071624
0.07/0.11 c bounds 31 >= -499 @ 0.072135
0.07/0.11 c bounds 31 >= -495 @ 0.07267
0.07/0.11 c bounds 31 >= -493 @ 0.07319
0.07/0.11 c bounds 31 >= -491 @ 0.07349
0.07/0.11 c bounds 31 >= -489 @ 0.07349
0.07/0.11 c bounds 31 >= -487 @ 0.073752
0.07/0.11 c bounds 31 >= -483 @ 0.074275
0.07/0.11 c bounds 31 >= -481 @ 0.074517
0.07/0.18 c bounds 30 >= -481 @ 0.137652
0.07/0.18 c bounds 30 >= -479 @ 0.13828
0.07/0.18 c bounds 30 >= -475 @ 0.13839
0.07/0.19 c bounds 30 >= -471 @ 0.138414
0.07/0.19 c bounds 30 >= -469 @ 0.138957
0.07/0.19 c bounds 30 >= -467 @ 0.139496
0.07/0.19 c bounds 30 >= -465 @ 0.14006
0.07/0.19 c bounds 30 >= -463 @ 0.140383
0.07/0.19 c bounds 30 >= -461 @ 0.140383
0.07/0.19 c bounds 30 >= -459 @ 0.140383
0.07/0.19 c bounds 30 >= -457 @ 0.140383
0.07/0.19 c bounds 30 >= -455 @ 0.140961
0.07/0.19 c bounds 30 >= -453 @ 0.141503
0.07/0.19 c bounds 30 >= -451 @ 0.142076
0.07/0.19 c bounds 30 >= -447 @ 0.142621
0.07/0.19 c bounds 30 >= -445 @ 0.143149
0.07/0.19 c bounds 30 >= -441 @ 0.14368
0.07/0.19 c bounds 30 >= -437 @ 0.144184
0.07/0.19 c bounds 30 >= -435 @ 0.144707
0.07/0.19 c bounds 30 >= -429 @ 0.145235
0.07/0.19 c bounds 30 >= -425 @ 0.145357
0.07/0.20 c bounds 30 >= -423 @ 0.145357
0.07/0.20 c bounds 30 >= -421 @ 0.145815
0.07/0.20 c bounds 30 >= -419 @ 0.146329
0.07/0.20 c bounds 30 >= -417 @ 0.14635
0.07/0.20 c bounds 30 >= -415 @ 0.14635
0.07/0.20 c bounds 30 >= -413 @ 0.146878
0.07/0.20 c bounds 30 >= -411 @ 0.147358
0.07/0.20 c bounds 30 >= -407 @ 0.147875
0.07/0.20 c bounds 30 >= -403 @ 0.148412
0.07/0.20 c bounds 30 >= -401 @ 0.148897
0.07/0.20 c bounds 30 >= -399 @ 0.149387
0.07/0.20 c bounds 30 >= -397 @ 0.149907
0.07/0.20 c bounds 30 >= -393 @ 0.150418
0.07/0.20 c bounds 30 >= -389 @ 0.15093
0.07/0.20 c bounds 30 >= -387 @ 0.151443
0.07/0.20 c bounds 30 >= -385 @ 0.151919
0.07/0.20 c bounds 30 >= -383 @ 0.15245
0.07/0.20 c bounds 30 >= -381 @ 0.152947
0.07/0.20 c bounds 30 >= -379 @ 0.153471
0.07/0.21 c bounds 30 >= -375 @ 0.153976
0.07/0.21 c bounds 30 >= -373 @ 0.154585
0.17/0.21 c bounds 30 >= -371 @ 0.155189
0.17/0.21 c bounds 30 >= -369 @ 0.155746
0.17/0.21 c bounds 30 >= -367 @ 0.156232
0.17/0.21 c bounds 30 >= -365 @ 0.156761
0.17/0.21 c bounds 30 >= -363 @ 0.157079
0.17/0.21 c bounds 30 >= -361 @ 0.157079
0.17/0.21 c bounds 30 >= -359 @ 0.157499
0.17/0.21 c bounds 30 >= -357 @ 0.15815
0.17/0.21 c bounds 30 >= -355 @ 0.159006
0.17/0.21 c bounds 30 >= -353 @ 0.160702
0.17/0.21 c bounds 30 >= -351 @ 0.161628
0.17/0.22 c bounds 30 >= -349 @ 0.162895
0.17/0.22 c bounds 30 >= -347 @ 0.165094
0.17/0.23 c bounds 30 >= -345 @ 0.173445
0.17/0.29 c bounds 30 >= -343 @ 0.229741
0.27/0.33 c bounds 30 >= -341 @ 0.266944
0.27/0.37 c #Conflicts: 1000 | #Constraints: 2522
0.27/0.37 c bounds 29 >= -341 @ 0.306945
0.27/0.37 c bounds 29 >= -339 @ 0.307517
0.27/0.37 c bounds 29 >= -337 @ 0.308897
0.27/0.38 c bounds 29 >= -335 @ 0.31149
0.27/0.38 c bounds 29 >= -333 @ 0.318004
0.37/0.46 c bounds 28 >= -333 @ 0.393335
0.37/0.46 c bounds 28 >= -331 @ 0.394467
0.37/0.46 c bounds 28 >= -329 @ 0.395667
0.37/0.46 c bounds 28 >= -327 @ 0.396792
0.37/0.47 c bounds 28 >= -325 @ 0.39868
0.56/0.69 c #Conflicts: 2000 | #Constraints: 3623
0.56/0.69 c INPROCESSING
0.56/0.69 c GARBAGE COLLECT
0.56/0.69 c bounds 27 >= -325 @ 0.609944
0.56/0.69 c bounds 25 >= -325 @ 0.61585
0.66/0.71 c bounds 24 >= -325 @ 0.635256
0.76/0.82 c bounds 23 >= -325 @ 0.738278
0.76/0.82 c bounds 23 >= -324 @ 0.738732
0.76/0.82 c bounds 23 >= -323 @ 0.738851
0.76/0.82 c bounds 23 >= -322 @ 0.738851
0.76/0.82 c bounds 23 >= -321 @ 0.739199
0.76/0.82 c bounds 23 >= -320 @ 0.739688
0.76/0.82 c bounds 23 >= -319 @ 0.739853
0.76/0.82 c bounds 23 >= -318 @ 0.739853
0.76/0.82 c bounds 23 >= -317 @ 0.740155
0.76/0.82 c bounds 23 >= -316 @ 0.740656
0.76/0.82 c bounds 23 >= -313 @ 0.741176
0.76/0.82 c bounds 23 >= -312 @ 0.741687
0.76/0.82 c bounds 23 >= -311 @ 0.742246
0.76/0.83 c bounds 23 >= -310 @ 0.742803
0.76/0.83 c bounds 23 >= -309 @ 0.742845
0.76/0.83 c bounds 23 >= -308 @ 0.743037
0.76/0.83 c bounds 23 >= -306 @ 0.743533
0.76/0.83 c bounds 23 >= -305 @ 0.744047
0.76/0.83 c bounds 23 >= -304 @ 0.744515
0.76/0.83 c bounds 23 >= -301 @ 0.74508
0.76/0.83 c bounds 23 >= -299 @ 0.745622
0.76/0.83 c bounds 23 >= -298 @ 0.745837
0.76/0.83 c bounds 23 >= -297 @ 0.745837
0.76/0.83 c bounds 23 >= -296 @ 0.745837
0.76/0.83 c bounds 23 >= -295 @ 0.746095
0.76/0.83 c bounds 23 >= -294 @ 0.74663
0.76/0.83 c bounds 23 >= -293 @ 0.746831
0.76/0.83 c bounds 23 >= -292 @ 0.746831
0.76/0.83 c bounds 23 >= -291 @ 0.746831
0.76/0.83 c bounds 23 >= -290 @ 0.746831
0.76/0.84 c bounds 23 >= -289 @ 0.746831
0.76/0.84 c bounds 23 >= -286 @ 0.746989
0.76/0.84 c bounds 23 >= -285 @ 0.747503
0.76/0.84 c bounds 23 >= -284 @ 0.748195
0.76/0.84 c bounds 23 >= -283 @ 0.748766
0.76/0.84 c bounds 23 >= -282 @ 0.749301
0.76/0.84 c bounds 23 >= -281 @ 0.749856
0.76/0.84 c bounds 23 >= -279 @ 0.750429
0.76/0.84 c bounds 23 >= -278 @ 0.751023
0.76/0.84 c bounds 23 >= -277 @ 0.751571
0.76/0.84 c bounds 23 >= -276 @ 0.751815
0.76/0.84 c bounds 23 >= -275 @ 0.751815
0.76/0.84 c bounds 23 >= -273 @ 0.752217
0.76/0.84 c bounds 23 >= -271 @ 0.7528
0.76/0.84 c bounds 23 >= -270 @ 0.753325
0.76/0.84 c bounds 23 >= -269 @ 0.753855
0.76/0.84 c bounds 23 >= -268 @ 0.754439
0.76/0.84 c bounds 23 >= -267 @ 0.754986
0.76/0.85 c bounds 23 >= -266 @ 0.755567
0.76/0.85 c bounds 23 >= -264 @ 0.755802
0.76/0.85 c bounds 23 >= -261 @ 0.755802
0.76/0.85 c bounds 23 >= -259 @ 0.755802
0.76/0.85 c bounds 23 >= -257 @ 0.755934
0.76/0.85 c bounds 23 >= -256 @ 0.756383
0.76/0.85 c bounds 23 >= -254 @ 0.756914
0.76/0.85 c bounds 23 >= -253 @ 0.757449
0.76/0.85 c bounds 23 >= -252 @ 0.757948
0.76/0.85 c bounds 23 >= -251 @ 0.758536
0.76/0.85 c bounds 23 >= -250 @ 0.759094
0.76/0.85 c bounds 23 >= -249 @ 0.759637
0.76/0.85 c bounds 23 >= -248 @ 0.760128
0.76/0.85 c bounds 23 >= -247 @ 0.760609
0.76/0.85 c bounds 23 >= -246 @ 0.761165
0.76/0.85 c bounds 23 >= -244 @ 0.7617
0.76/0.85 c bounds 23 >= -243 @ 0.762191
0.76/0.85 c bounds 23 >= -241 @ 0.762777
0.76/0.85 c bounds 23 >= -239 @ 0.763261
0.76/0.86 c bounds 23 >= -238 @ 0.763859
0.76/0.86 c bounds 23 >= -237 @ 0.764451
0.76/0.86 c bounds 23 >= -236 @ 0.765018
0.76/0.86 c bounds 23 >= -235 @ 0.765558
0.76/0.86 c bounds 23 >= -234 @ 0.766112
0.76/0.86 c bounds 23 >= -233 @ 0.766657
0.76/0.86 c bounds 23 >= -232 @ 0.766771
0.76/0.86 c bounds 23 >= -231 @ 0.766795
0.76/0.86 c bounds 23 >= -230 @ 0.767307
0.76/0.86 c bounds 23 >= -229 @ 0.767938
0.76/0.86 c bounds 23 >= -228 @ 0.768669
0.76/0.86 c bounds 23 >= -227 @ 0.769394
0.76/0.86 c bounds 23 >= -226 @ 0.770081
0.76/0.86 c bounds 23 >= -225 @ 0.770689
0.76/0.86 c bounds 23 >= -224 @ 0.770748
0.76/0.86 c bounds 23 >= -223 @ 0.77093
0.76/0.87 c bounds 23 >= -222 @ 0.771628
0.76/0.87 c bounds 23 >= -221 @ 0.772463
0.76/0.87 c bounds 23 >= -220 @ 0.772743
0.76/0.87 c bounds 23 >= -219 @ 0.773723
0.76/0.87 c bounds 23 >= -218 @ 0.778495
0.76/0.88 c bounds 23 >= -217 @ 0.779306
0.76/0.88 c bounds 23 >= -216 @ 0.781669
0.76/0.88 c bounds 23 >= -215 @ 0.783196
0.76/0.88 c bounds 23 >= -214 @ 0.785525
0.76/0.88 c bounds 23 >= -213 @ 0.786943
0.76/0.89 c bounds 23 >= -212 @ 0.791341
0.86/0.90 c bounds 23 >= -211 @ 0.798778
0.86/0.90 c bounds 23 >= -210 @ 0.801444
0.97/1.10 c #Conflicts: 3000 | #Constraints: 4112
0.97/1.10 c bounds 23 >= -209 @ 0.986896
1.07/1.16 c bounds 21 >= -209 @ 1.04943
1.07/1.16 c bounds 21 >= -208 @ 1.05022
1.07/1.16 c bounds 21 >= -207 @ 1.05101
1.07/1.16 c bounds 21 >= -206 @ 1.05109
1.07/1.16 c bounds 21 >= -205 @ 1.05202
1.07/1.16 c bounds 21 >= -204 @ 1.05207
1.07/1.17 c bounds 21 >= -203 @ 1.05365
1.07/1.17 c bounds 21 >= -202 @ 1.05539
1.07/1.17 c bounds 21 >= -201 @ 1.05832
1.07/1.18 c bounds 21 >= -200 @ 1.06603
1.07/1.18 c bounds 21 >= -199 @ 1.06617
1.07/1.18 c bounds 21 >= -198 @ 1.06804
1.07/1.19 c bounds 21 >= -197 @ 1.07197
1.07/1.19 c bounds 21 >= -196 @ 1.07604
1.07/1.19 c bounds 21 >= -195 @ 1.07781
1.16/1.20 c bounds 21 >= -194 @ 1.0811
1.16/1.20 c bounds 21 >= -193 @ 1.08723
1.16/1.21 c bounds 21 >= -192 @ 1.09455
1.16/1.25 c bounds 20 >= -192 @ 1.12883
1.16/1.25 c bounds 20 >= -191 @ 1.12887
1.16/1.25 c bounds 20 >= -190 @ 1.12929
1.16/1.26 c #Conflicts: 4000 | #Constraints: 5461
1.16/1.26 c bounds 20 >= -189 @ 1.13575
1.16/1.29 c INPROCESSING
1.16/1.29 c GARBAGE COLLECT
1.16/1.29 c bounds 18 >= -189 @ 1.1659
1.26/1.30 c bounds 18 >= -188 @ 1.17892
1.26/1.31 c bounds 16 >= -188 @ 1.18449
2.16/2.22 c #Conflicts: 5000 | #Constraints: 4572
2.16/2.22 c #Conflicts: 6000 | #Constraints: 5572
2.16/2.22 c INPROCESSING
2.16/2.22 c GARBAGE COLLECT
2.16/2.22 c rational objective 1
2.26/2.35 c bounds 16 >= -187 @ 2.18085
2.26/2.37 c #Conflicts: 7000 | #Constraints: 4519
2.26/2.37 c bounds 16 >= -186 @ 2.20034
2.36/2.41 c bounds 16 >= -185 @ 2.24171
2.76/2.81 c #Conflicts: 8000 | #Constraints: 5576
2.76/2.81 c bounds 16 >= -184 @ 2.61795
2.85/3.00 c #Conflicts: 9000 | #Constraints: 6609
2.85/3.00 c INPROCESSING
2.85/3.00 c GARBAGE COLLECT
2.85/3.00 c #Conflicts: 10000 | #Constraints: 5230
2.85/3.00 c bounds 16 >= -183 @ 2.79717
3.35/3.49 c #Conflicts: 11000 | #Constraints: 6272
3.35/3.49 c #Conflicts: 12000 | #Constraints: 7272
3.35/3.49 c INPROCESSING
3.35/3.49 c GARBAGE COLLECT
3.35/3.49 c rational objective 1
3.65/3.72 c bounds 16 >= -182 @ 3.48535
5.05/5.19 c #Conflicts: 13000 | #Constraints: 5708
5.05/5.19 c #Conflicts: 14000 | #Constraints: 6708
5.05/5.19 c #Conflicts: 15000 | #Constraints: 7708
5.05/5.19 c INPROCESSING
5.05/5.19 c GARBAGE COLLECT
5.05/5.19 c #Conflicts: 16000 | #Constraints: 5894
5.05/5.19 c #Conflicts: 17000 | #Constraints: 6894
5.05/5.19 c #Conflicts: 18000 | #Constraints: 7894
5.05/5.19 c INPROCESSING
5.05/5.19 c GARBAGE COLLECT
5.05/5.19 c rational objective 1
5.15/5.23 c bounds 16 >= -181 @ 4.94348
5.15/5.25 c bounds 16 >= -180 @ 4.96298
5.15/5.27 c bounds 16 >= -179 @ 4.98882
5.25/5.30 c #Conflicts: 19000 | #Constraints: 6017
5.25/5.30 c bounds 16 >= -178 @ 5.01358
5.25/5.35 c bounds 16 >= -177 @ 5.05925
5.85/5.90 c #Conflicts: 20000 | #Constraints: 7065
5.85/5.90 c #Conflicts: 21000 | #Constraints: 8065
5.85/5.90 c INPROCESSING
5.85/5.90 c GARBAGE COLLECT
5.85/5.90 c rational objective 1
6.75/6.84 c #Conflicts: 22000 | #Constraints: 5787
6.75/6.84 c #Conflicts: 23000 | #Constraints: 6787
6.75/6.84 c #Conflicts: 24000 | #Constraints: 7787
6.75/6.84 c #Conflicts: 25000 | #Constraints: 8787
6.75/6.84 c INPROCESSING
6.75/6.84 c GARBAGE COLLECT
6.75/6.84 c rational objective 1
7.54/7.69 c #Conflicts: 26000 | #Constraints: 6396
7.54/7.69 c bounds 15 >= -177 @ 7.32096
7.65/7.70 c bounds 15 >= -176 @ 7.33135
7.65/7.70 c bounds 15 >= -175 @ 7.3334
7.65/7.71 c bounds 15 >= -174 @ 7.33802
7.65/7.72 c bounds 15 >= -173 @ 7.34716
7.65/7.73 c #Conflicts: 27000 | #Constraints: 7509
7.65/7.73 c bounds 15 >= -172 @ 7.35795
7.95/8.04 c bounds 15 >= -171 @ 7.66555
8.05/8.13 c bounds 15 >= -170 @ 7.74281
8.64/8.77 c #Conflicts: 28000 | #Constraints: 8590
8.64/8.77 c #Conflicts: 29000 | #Constraints: 9590
8.64/8.77 c INPROCESSING
8.64/8.77 c GARBAGE COLLECT
8.64/8.77 c rational objective 1
8.74/8.87 c bounds 15 >= -169 @ 8.44978
8.84/8.90 c bounds 15 >= -168 @ 8.47982
8.84/8.94 c #Conflicts: 30000 | #Constraints: 7007
8.84/8.94 c bounds 15 >= -167 @ 8.51737
8.94/9.05 c #Conflicts: 31000 | #Constraints: 8049
8.94/9.05 c bounds 15 >= -166 @ 8.62389
9.54/9.66 c #Conflicts: 32000 | #Constraints: 9070
9.54/9.66 c #Conflicts: 33000 | #Constraints: 10070
9.54/9.66 c INPROCESSING
9.54/9.66 c GARBAGE COLLECT
9.54/9.66 c rational objective 1
9.84/9.98 c bounds 14 >= -166 @ 9.51603
9.84/9.98 c bounds 14 >= -165 @ 9.51817
9.95/10.02 c #Conflicts: 34000 | #Constraints: 7248
9.95/10.02 c bounds 14 >= -164 @ 9.55207
9.95/10.09 c bounds 13 >= -164 @ 9.61959
10.64/10.76 c #Conflicts: 35000 | #Constraints: 8321
10.64/10.76 c #Conflicts: 36000 | #Constraints: 9321
10.64/10.76 c #Conflicts: 37000 | #Constraints: 10321
10.64/10.76 c INPROCESSING
10.64/10.76 c GARBAGE COLLECT
10.64/10.76 c bounds 11 >= -164 @ 10.2681
11.53/11.60 c #Conflicts: 38000 | #Constraints: 7258
11.53/11.60 c #Conflicts: 39000 | #Constraints: 8258
11.53/11.60 c bounds 10 >= -164 @ 11.0834
12.13/12.21 c #Conflicts: 40000 | #Constraints: 9271
12.13/12.21 c #Conflicts: 41000 | #Constraints: 10271
12.13/12.21 c bounds 10 >= -163 @ 11.6743
12.13/12.27 c INPROCESSING
12.13/12.27 c GARBAGE COLLECT
12.13/12.27 c rational objective 1
12.24/12.31 c bounds 9 >= -163 @ 11.7686
14.03/14.12 c #Conflicts: 42000 | #Constraints: 7055
14.03/14.12 c #Conflicts: 43000 | #Constraints: 8111
14.03/14.12 c #Conflicts: 44000 | #Constraints: 9163
14.03/14.12 c #Conflicts: 45000 | #Constraints: 10207
14.03/14.12 c #Conflicts: 46000 | #Constraints: 11220
14.03/14.12 c bounds 8 >= -163 @ 13.4998
14.22/14.34 c INPROCESSING
14.22/14.34 c GARBAGE COLLECT
14.22/14.34 c rational objective 1
15.52/15.67 c #Conflicts: 47000 | #Constraints: 7732
15.52/15.67 c #Conflicts: 48000 | #Constraints: 8732
15.52/15.67 c #Conflicts: 49000 | #Constraints: 9732
15.52/15.67 c #Conflicts: 50000 | #Constraints: 10732
15.52/15.67 c bounds 8 >= -162 @ 15.0027
15.93/16.09 c #Conflicts: 51000 | #Constraints: 11819
15.93/16.09 c INPROCESSING
15.93/16.09 c GARBAGE COLLECT
15.93/16.09 c rational objective 1
17.12/17.29 c #Conflicts: 52000 | #Constraints: 8168
17.12/17.29 c #Conflicts: 53000 | #Constraints: 9168
17.12/17.29 c #Conflicts: 54000 | #Constraints: 10168
17.12/17.29 c #Conflicts: 55000 | #Constraints: 11168
17.12/17.29 c #Conflicts: 56000 | #Constraints: 12168
17.12/17.29 c INPROCESSING
17.12/17.29 c GARBAGE COLLECT
17.12/17.29 c rational objective 1
17.42/17.58 c bounds 7 >= -162 @ 16.8677
18.42/18.59 c #Conflicts: 57000 | #Constraints: 8348
18.42/18.59 c #Conflicts: 58000 | #Constraints: 9348
18.42/18.59 c #Conflicts: 59000 | #Constraints: 10352
18.42/18.59 c bounds 6 >= -162 @ 17.8312
19.42/19.54 c #Conflicts: 60000 | #Constraints: 11359
19.42/19.54 c #Conflicts: 61000 | #Constraints: 12359
19.42/19.54 c INPROCESSING
19.42/19.54 c GARBAGE COLLECT
19.42/19.54 c rational objective 1
19.81/19.95 c bounds 5 >= -162 @ 19.1626
20.72/20.84 c #Conflicts: 62000 | #Constraints: 8374
20.72/20.84 c #Conflicts: 63000 | #Constraints: 9410
20.72/20.84 c #Conflicts: 64000 | #Constraints: 10436
20.72/20.84 c bounds 3 >= -162 @ 20.0336
21.51/21.64 c #Conflicts: 65000 | #Constraints: 11476
21.51/21.64 c #Conflicts: 66000 | #Constraints: 12501
21.51/21.64 c INPROCESSING
21.51/21.64 c GARBAGE COLLECT
21.51/21.64 c rational objective 1
22.61/22.76 c #Conflicts: 67000 | #Constraints: 8231
22.61/22.76 c #Conflicts: 68000 | #Constraints: 9232
22.61/22.76 c #Conflicts: 69000 | #Constraints: 10232
22.61/22.76 c #Conflicts: 70000 | #Constraints: 11234
22.61/22.76 c bounds 3 >= -161 @ 21.9025
23.41/23.51 c #Conflicts: 71000 | #Constraints: 12297
23.41/23.51 c #Conflicts: 72000 | #Constraints: 13297
23.41/23.51 c INPROCESSING
23.41/23.51 c GARBAGE COLLECT
23.41/23.51 c rational objective 1
23.61/23.79 c bounds 2 >= -161 @ 22.9029
25.50/25.60 c #Conflicts: 73000 | #Constraints: 8787
25.50/25.60 c #Conflicts: 74000 | #Constraints: 9787
25.50/25.60 c #Conflicts: 75000 | #Constraints: 10787
25.50/25.60 c #Conflicts: 76000 | #Constraints: 11787
25.50/25.60 c #Conflicts: 77000 | #Constraints: 12787
25.50/25.60 c #Conflicts: 78000 | #Constraints: 13801
25.50/25.60 c INPROCESSING
25.50/25.60 c GARBAGE COLLECT
25.50/25.60 c rational objective 1
25.60/25.71 c bounds 2 >= -160 @ 24.7581
25.91/26.05 c bounds 2 >= -159 @ 25.0856
26.09/26.23 c #Conflicts: 79000 | #Constraints: 9222
26.09/26.23 c bounds 2 >= -158 @ 25.2603
26.49/26.60 c #Conflicts: 80000 | #Constraints: 10255
26.49/26.60 c #Conflicts: 81000 | #Constraints: 11255
26.49/26.60 c bounds 2 >= -157 @ 25.6236
27.40/27.56 c #Conflicts: 82000 | #Constraints: 12282
27.40/27.56 c #Conflicts: 83000 | #Constraints: 13282
27.40/27.56 c #Conflicts: 84000 | #Constraints: 14282
27.40/27.56 c INPROCESSING
27.40/27.56 c GARBAGE COLLECT
27.40/27.56 c rational objective 1
27.99/28.15 c #Conflicts: 85000 | #Constraints: 9001
27.99/28.15 c #Conflicts: 86000 | #Constraints: 10002
27.99/28.15 c bounds 2 >= -156 @ 27.1198
29.09/29.26 c #Conflicts: 87000 | #Constraints: 11056
29.09/29.26 c #Conflicts: 88000 | #Constraints: 12056
29.09/29.26 c #Conflicts: 89000 | #Constraints: 13056
29.09/29.26 c bounds 2 >= -155 @ 28.1968
29.49/29.62 c #Conflicts: 90000 | #Constraints: 14083
29.49/29.62 c INPROCESSING
29.49/29.62 c GARBAGE COLLECT
29.49/29.62 c rational objective 1
30.09/30.22 c #Conflicts: 91000 | #Constraints: 9074
30.09/30.22 c #Conflicts: 92000 | #Constraints: 10080
30.09/30.22 c bounds 1 >= -155 @ 29.1154
30.09/30.24 c bounds 1 >= 1 @ 29.1281
30.09/30.24 c cpu time 29.1281 s
30.09/30.24 c deterministic time 999560606 1.00e+09
30.09/30.24 c optimization time 0.069597 s
30.09/30.24 c total solve time 29.0539 s
30.09/30.24 c core-guided solve time 17.161 s
30.09/30.24 c propagation time 15.1193 s
30.09/30.24 c conflict analysis time 7.50846 s
30.09/30.24 c propagations 9333603
30.09/30.24 c resolve steps 919649
30.09/30.24 c decisions 385775
30.09/30.24 c conflicts 92655
30.09/30.24 c restarts 254
30.09/30.24 c inprocessing phases 22
30.09/30.24 c garbage collections 22 ,( 100.00 )
30.09/30.24 c input clauses 1548 ,( 41.87 )
30.09/30.24 c input cardinalities 1106 ,( 29.92 )
30.09/30.24 c input general constraints 1043 ,( 28.21 )
30.09/30.24 c input average constraint length 75.26
30.09/30.24 c input average constraint degree 30.22
30.09/30.24 c learned clauses 45423 ,( 48.70 )
30.09/30.24 c learned cardinalities 182 ,( 0.20 )
30.09/30.24 c learned general constraints 47659 ,( 51.10 )
30.09/30.24 c learned average constraint length 185.17
30.09/30.24 c learned average constraint degree 1695730333.00
30.09/30.24 c watched CF 32, 64, 128, Arb: 7818 , 0 , 0 , 0
30.09/30.24 c counting CF 32, 64, 128, Arb: 40885 , 0 , 0 , 0
30.09/30.24 c watched constraints 7818 ,( 16.05 )
30.09/30.24 c counting constraints 40884 ,( 83.95 )
30.09/30.24 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 8496729 , 3213520 , 68203327 ,( 1908049 , 66295278 )
30.09/30.24 c gcd simplifications 1585
30.09/30.24 c detected cardinalities 17
30.09/30.24 c weakened non-implied lits 6881879
30.09/30.24 c weakened non-implying lits 12750
30.09/30.24 c original variables 934
30.09/30.24 c clausal propagations 2495274
30.09/30.24 c cardinality propagations 923216
30.09/30.24 c watched propagations 24141
30.09/30.24 c counting propagations 5415643
30.09/30.24 c watch lookups 519537955
30.09/30.24 c watch backjump lookups 0
30.09/30.24 c watch checks 86748934
30.09/30.24 c propagation checks 326281081
30.09/30.24 c constraint additions 47304267
30.09/30.24 c trail pops 9811422
30.09/30.24 c formula constraints 1063
30.09/30.24 c learned constraints 92281
30.09/30.24 c bound constraints 266
30.09/30.24 c core-guided constraints 2368
30.09/30.24 c encountered formula constraints 218782
30.09/30.24 c encountered learned constraints 485300
30.09/30.24 c encountered bound constraints 37
30.09/30.24 c encountered core-guided constraints 294898
30.09/30.24 c LP total time 9.57456 s
30.09/30.24 c LP solve time 6.92 s
30.09/30.24 c LP constraints added 1087
30.09/30.24 c LP constraints removed 23
30.09/30.24 c LP pivots internal 92674
30.09/30.24 c LP pivots root 64894
30.09/30.24 c LP calls 841
30.09/30.24 c LP optimalities 355
30.09/30.24 c LP no pivot count 109
30.09/30.24 c LP infeasibilities 482
30.09/30.24 c LP valid Farkas constraints 478
30.09/30.24 c LP learned Farkas constraints 481
30.09/30.24 c LP basis resets 0
30.09/30.24 c LP cycling count 0
30.09/30.24 c LP singular count 0
30.09/30.24 c LP no primal count 0
30.09/30.24 c LP no farkas count 0
30.09/30.24 c LP other issue count 0
30.09/30.24 c LP Gomory cuts 24
30.09/30.24 c LP learned cuts 0
30.09/30.24 c LP deleted cuts 23
30.09/30.24 c LP encountered Gomory constraints 0
30.09/30.24 c LP encountered Farkas constraints 10354
30.09/30.24 c LP encountered learned Farkas constraints 2451
30.09/30.24 c CG auxiliary variables introduced 869
30.09/30.24 c CG solutions found 27
30.09/30.24 c CG cores constructed 239
30.09/30.24 c CG core cardinality constraints returned 32
30.09/30.24 c CG unit cores 0
30.09/30.24 c CG single cores 205
30.09/30.24 c CG blocks removed during cardinality reduction 0
30.09/30.24 c CG first core best 0
30.09/30.24 c CG decision core best 21
30.09/30.24 c CG core reduction tie 13
30.09/30.24 c CG core degree average 1.15
30.09/30.24 c CG core slack average 7.98
30.09/30.24 c CG core upper bound improvements 0
30.09/30.24 c STR number of successful calls 0
30.09/30.24 c STR number of unsuccessful calls 0
30.09/30.24 c STR number of inconclusive calls 0
30.09/30.24 c STR number of successful attempts 0
30.09/30.24 c STR number of unsuccessful attempts 0
30.09/30.24 c STR number of inconclusive attempts 0
30.09/30.24 c STR average degree increase per successful call inf
30.09/30.24 c STR average degree increase per successful attempt inf
30.09/30.24 c STR total number of conflicts for successful attempts 0
30.09/30.24 c STR total number of conflicts for unsuccessful attempts 0
30.09/30.24 c STR total number of conflicts for inconclusive attempts 0
30.09/30.24 c STR average number of conflicts per successful attempt inf
30.09/30.24 c STR average number of conflicts per unsuccessful attempt inf
30.09/30.24 c STR average number of conflicts per inconclusive attempt inf
30.09/30.24 c AVG.sumWPerc 62.39
30.09/30.24 c bigint constraints 0
30.09/30.24 o 1
30.09/30.24 s OPTIMUM FOUND
30.09/30.24 v x1 -x2 -x3 x4 x5 x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 x17 x18 x19 x20 x21 x22 x23 -x24 -x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 x54 -x55 -x56 x57 x58 x59 x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 x90 -x91 -x92 x93 x94 -x95 -x96 x97 x98 -x99 -x100 x101 x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 x119 -x120 -x121 -x122 x123 x124 -x125 -x126 -x127 x128 x129 -x130 x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 x144 -x145 -x146 x147 x148 x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 x187 x188 x189 x190 x191 -x192 -x193 -x194 x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 x228 x229 x230 -x231 x232 x233 x234 -x235 x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 x245 x246 -x247 -x248 x249 x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 -x260 x261 x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 x274 x275 -x276 -x277 x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 -x299 x300 -x301 -x302 x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 x329 x330 -x331 x332 x333 -x334 -x335 x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 x345 x346 x347 -x348 x349 x350 -x351 -x352 x353 x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 x378 -x379 -x380 -x381 x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 x391 -x392 -x393 x394 x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 x403 x404 x405 -x406 x407 -x408 -x409 x410 x411 -x412 -x413 x414 x415 -x416 -x417 x418 x419 x420 x421 -x422 -x423 x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 x439 x440 -x441 -x442 x443 x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 x457 -x458 -x459 x460 x461 -x462 x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 x498 x499 -x500 -x501 x502 x503 -x504 -x505 x506 x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 -x526 x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 x539 x540 -x541 -x542 -x543 x544 -x545 -x546 x547 x548 -x549 -x550 -x551 x552 -x553 -x554 x555 x556 -x557 -x558 -x559 -x560 x561 -x562 x563 x564 -x565 -x566 x567 x568 x569 x570 x571 x572 -x573 -x574 -x575 -x576 x577 x578 x579 -x580 -x581 x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 x604 -x605 -x606 x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 x616 x617 x618 x619 x620 -x621 -x622 -x623 x624 x625 -x626 x627 x628 x629 -x630 x631 x632 -x633 -x634 x635 x636 x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 x658 x659 x660 x661 -x662 -x663 x664 x665 -x666 -x667 x668 x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 x689 x690 -x691 -x692 -x693 x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 x703 x704 -x705 -x706 -x707 x708 -x709 -x710 x711 x712 x713 -x714 x715 x716 -x717 -x718 x719 x720 -x721 -x722 x723 x724 -x725 -x726 -x727 x728 x729 x730 x731 x732 x733 x734 x735 x736 x737 x738 -x739 -x740 x741 x742 x743 -x744 x745 x746 x747 -x748 -x749 x750 x751 -x752 -x753 -x754 x755 -x756 -x757 x758 x759 x760 x761 x762 x763 -x764 x765 x766 x767 x768 -x769 -x770 -x771 -x772 x773 x774 -x775 -x776 x777 x778 x779 x780 x781 x782 x783 x784 x785 -x786 -x787 x788 x789 -x790 -x791 x792 x793 -x794 -x795 x796 x797 -x798 -x799 x800 x801 -x802 -x803 x804 x805 x806 -x807 -x808 x809 x810 -x811 -x812 x813 x814 -x815 -x816 -x817 x818 -x819 -x820 x821 x822 -x823 -x824 x825 x826 -x827 -x828 -x829 x830 x831 -x832 -x833 x834 x835 -x836 -x837 x838 x839 -x840 -x841 x842 x843 x844 x845 x846 x847 x848 x849 x850 x851 -x852 x853 x854 x855 x856 x857 x858 x859 -x860 -x861 -x862 -x863 -x864 -x865 x866 x867 x868 x869 x870 x871 -x872 -x873 x874 x875 x876 -x877 -x878 x879 x880 -x881 -x882 -x883 x884 x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 x903 x904 -x905 x906 x907 -x908 -x909 x910 x911 x912 -x913 -x914 x915 x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 x924 x925 x926 x927 x928 x929 x930 x931 x932 x933 x934
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 1 15:50:10 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 1 <= obj <= 1
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 1 <= obj <= 1
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63708 MiB (51793 MiB free)
memory of node 1: 64465 MiB (49688 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484635-1751289733/watcher-4484635-1751289733 -o /tmp/evaluation-result-4484635-1751289733/solver-4484635-1751289733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751280833-37682 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4484635-1751289733.opb PROOFDIR/proof-4484635-1751289733
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=39025, runsolver pid=39022
[startup+0.10006 s]*
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103911928/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=58704 memory=12976 CPUtime=0.07 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 1323 0 0 0 6 1 0 0 20 0 1 0 44650749 60112896 3244 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 14676 3244 2400 1147 0 2103 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62896 KiB
Current children cumulated memory: 16048 KiB
[startup+0.205587 s]*
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103908148/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=62420 memory=18740 CPUtime=0.17 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 2277 0 0 0 15 2 0 0 20 0 1 0 44650749 63918080 4685 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 15605 4685 2400 1147 0 3032 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 66612 KiB
Current children cumulated memory: 21812 KiB
[startup+0.305555 s]*
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103896052/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=67128 memory=25436 CPUtime=0.27 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 3433 0 0 0 24 3 0 0 20 0 1 0 44650749 68739072 6359 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 16782 6359 2400 1147 0 4209 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 71320 KiB
Current children cumulated memory: 28508 KiB
[startup+0.700179 s]
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103883892/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=78292 memory=33372 CPUtime=0.66 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 5424 0 0 0 62 4 0 0 20 0 1 0 44650749 80171008 8343 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 19573 8343 2400 1147 0 7000 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82484 KiB
Current children cumulated memory: 36444 KiB
[startup+1.50017 s]
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103883892/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=78856 memory=34780 CPUtime=1.46 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 5749 0 0 0 136 10 0 0 20 0 1 0 44650749 80748544 8695 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 19714 8695 2432 1147 0 7141 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 83048 KiB
Current children cumulated memory: 37852 KiB
[startup+3.10542 s]
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103836012/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=99040 memory=54548 CPUtime=3.06 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 10153 0 0 0 289 17 0 0 20 0 1 0 44650749 101416960 13637 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 24760 13637 2432 1147 0 12187 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 103232 KiB
Current children cumulated memory: 57620 KiB
[startup+6.30018 s]
/proc/loadavg: 4.07 4.09 4.09 5/272 39028
/proc/meminfo: memFree=103805204/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=124516 memory=71496 CPUtime=6.25 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 13900 0 0 0 597 28 0 0 20 0 1 0 44650749 127504384 17874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 31129 17874 2432 1147 0 18556 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 128708 KiB
Current children cumulated memory: 74568 KiB
[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103731252/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=125908 memory=72776 CPUtime=12.63 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 14211 0 0 0 1214 49 0 0 20 0 1 0 44650749 128929792 18194 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 31477 18194 2432 1147 0 18904 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 130100 KiB
Current children cumulated memory: 75848 KiB
[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103574952/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=170976 memory=107240 CPUtime=25.4 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 21297 0 0 0 2456 84 0 0 20 0 1 0 44650749 175079424 26810 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42744 26810 2432 1147 0 30171 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 175168 KiB
Current children cumulated memory: 110312 KiB
[startup+30.4551 s]
# the end of solver process 39025 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=29.1369 s, system=1.05276 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6002 s]
/proc/loadavg: 4.11 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103574952/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=171468 memory=107496 CPUtime=25.5 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 21374 0 0 0 2465 85 0 0 20 0 1 0 44650749 175583232 26874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42867 26874 2432 1147 0 30294 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 175660 KiB
Current children cumulated memory: 110568 KiB
[startup+28.8001 s]
/proc/loadavg: 4.10 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103543376/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=171468 memory=107496 CPUtime=28.69 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 21375 0 0 0 2774 95 0 0 20 0 1 0 44650749 175583232 26874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42867 26874 2432 1147 0 30294 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 175660 KiB
Current children cumulated memory: 110568 KiB
[startup+29.6001 s]
/proc/loadavg: 4.10 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103535060/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=171468 memory=107496 CPUtime=29.49 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 21375 0 0 0 2851 98 0 0 20 0 1 0 44650749 175583232 26874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42867 26874 2432 1147 0 30294 0
Current children cumulated CPU time: 29.49 s
Current children cumulated vsize: 175660 KiB
Current children cumulated memory: 110568 KiB
[startup+30.0001 s]*
/proc/loadavg: 4.10 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103520528/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=171468 memory=107496 CPUtime=29.89 cores=4,6
/proc/39028/stat : 39028 (roundingsat) R 39025 39025 37671 0 -1 4194304 21375 0 0 0 2890 99 0 0 20 0 1 0 44650749 175583232 26874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42867 26874 2432 1147 0 30294 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 175660 KiB
Current children cumulated memory: 110568 KiB
[startup+30.4002 s]
/proc/loadavg: 4.10 4.10 4.09 5/272 39028
/proc/meminfo: memFree=103520528/131249996 swapFree=33010684/33010684
[pid=39025] ppid=39022 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/39025/stat : 39025 (run-opt-break-l) S 39022 39025 37671 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44650747 4292608 768 18446744073709551615 94871898038272 94871898932805 140722760668384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94871899171856 94871899219600 94871905435648 140722760673557 140722760673758 140722760673758 140722760679360 0
/proc/39025/statm: 1048 768 704 219 0 110 0
[pid=39028] ppid=39025 vsize=171468 memory=107496 CPUtime=30.16 cores=4,6
/proc/39028/stat : 39028 (roundingsat) D 39025 39025 37671 0 -1 4194304 21375 0 0 0 2913 103 0 0 20 0 1 0 44650749 175583232 26874 18446744073709551615 4227072 8923433 140734152767296 0 0 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9823104 9832592 14905344 140734152771860 140734152772136 140734152772136 140734152777706 0
/proc/39028/statm: 42867 26874 2432 1147 0 30294 0
Current children cumulated CPU time: 30.16 s
Current children cumulated vsize: 175660 KiB
Current children cumulated memory: 110568 KiB
Child status: 0
Real time (s): 30.4552
CPU time (s): 30.1897
CPU user time (s): 29.1369
CPU system time (s): 1.05276
CPU usage (%): 99.1283
Max. virtual memory (cumulated for all children) (KiB): 175660
Max. memory (cumulated for all children) (KiB): 110568
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1369
system time used= 1.05276
maximum resident set size= 107496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 404096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5900
involuntary context switches= 70
# summary of solver processes directly reported to runsolver:
# pid: 39025
# total CPU time (s): 30.1897
# total CPU user time (s): 29.1369
# total CPU system time (s): 1.05276
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061232 second user time and 0.169776 second system time
The end
Launcher Data
Begin job on nodeC015 at 2025-06-30 15:22:13
IDJOB=4484635
IDBENCH=146663
IDSOLVER=3360
FILE ID=nodeC015/4484635-1751289733
RUNJOBID= nodeC015-1751280833-37682
SLURM_JOB_ID= 9594231
Free space on /tmp= 432992 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484635-1751289733/watcher-4484635-1751289733 -o /tmp/evaluation-result-4484635-1751289733/solver-4484635-1751289733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751280833-37682 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4484635-1751289733.opb PROOFDIR/proof-4484635-1751289733
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=201094528
nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.072
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.078
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3699.013
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3517.157
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.074
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.055
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3612.029
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.14
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 103924764 kB
MemAvailable: 120828036 kB
Buffers: 3280 kB
Cached: 17683904 kB
SwapCached: 0 kB
Active: 9295504 kB
Inactive: 17427348 kB
Active(anon): 9053760 kB
Inactive(anon): 0 kB
Active(file): 241744 kB
Inactive(file): 17427348 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 25080 kB
Writeback: 4 kB
AnonPages: 9038688 kB
Mapped: 117164 kB
Shmem: 18076 kB
KReclaimable: 146836 kB
Slab: 236084 kB
SReclaimable: 146836 kB
SUnreclaim: 89248 kB
KernelStack: 4368 kB
PageTables: 22904 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 11163796 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150680 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 567296 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 205524 kB
DirectMap2M: 11100160 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 432984 MiB
End job on nodeC015 at 2025-06-30 15:22:43