Trace number 4532438

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3OPT cert.1 30.2242 30.4279

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.056181
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
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 numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.08	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.08	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.08	c │      (c) 2025 Markus Anders                                    │
0.00/0.08	c └────────────────────────────────────────────────────────────────┘
0.00/0.08	c parse 'HOME/instance-4532438-1752683038.opb'
0.00/0.08	c 	read 0.04MB  (0.88ms)
0.00/0.08	c	 [cnf: #variables 934 #clauses 1064 #duplicates 0 #arr 4715]
0.00/0.08	c output proof to '/tmp/proof-4532438-1752683038'
0.00/0.08	c 
0.00/0.08	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (1.19ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.08	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	 (0.19ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 5357 #edges 16148]
0.00/0.08	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.31ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4532438-1752683038.opb.pre'
0.00/0.08	c 	wrote 0.05MB (0.16ms)
0.00/0.08	c ------------------------------------------------------------------
0.00/0.08	c                   1.19ms 40.79% approx_orbits
0.00/0.08	c                   0.87ms 29.98% parse
0.00/0.08	c                   0.31ms 10.75% detect_generic
0.00/0.08	c                   0.19ms  6.52% detect_special
0.00/0.08	c                   0.16ms  5.62% other
0.00/0.08	c                   0.16ms  5.46% output
0.00/0.08	c                   0.03ms  0.86% finalize_order
0.00/0.08	c         ───────────────────────────────────────────────
0.00/0.08	c                   2.92ms   100% total
0.00/0.08	c ------------------------------------------------------------------
0.00/0.13	c RoundingSat 2
0.00/0.13	c branch pb25
0.00/0.13	c commit 0f876b3
0.00/0.14	c #variables 934 #constraints 1063
0.00/0.14	c objective is ce32 
0.00/0.14	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.14	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.14	c bounds - >= -546 @ 0.005907
0.00/0.21	c bounds 86 >= -546 @ 0.066588
0.00/0.21	c bounds 86 >= -540 @ 0.067265
0.06/0.21	c bounds 86 >= -537 @ 0.067757
0.06/0.21	c bounds 86 >= -534 @ 0.068276
0.06/0.21	c bounds 86 >= -531 @ 0.068793
0.06/0.21	c bounds 86 >= -528 @ 0.069335
0.06/0.21	c bounds 85 >= -528 @ 0.072797
0.06/0.21	c bounds 85 >= -525 @ 0.073354
0.06/0.21	c bounds 85 >= -522 @ 0.073888
0.06/0.21	c bounds 85 >= -519 @ 0.074076
0.06/0.21	c bounds 31 >= -519 @ 0.074235
0.06/0.21	c bounds 31 >= -517 @ 0.074676
0.06/0.22	c bounds 31 >= -513 @ 0.075194
0.06/0.22	c bounds 31 >= -511 @ 0.076074
0.06/0.22	c bounds 31 >= -509 @ 0.076074
0.06/0.22	c bounds 31 >= -507 @ 0.076098
0.06/0.22	c bounds 31 >= -505 @ 0.076602
0.06/0.22	c bounds 31 >= -503 @ 0.077093
0.06/0.22	c bounds 31 >= -501 @ 0.077589
0.06/0.22	c bounds 31 >= -499 @ 0.078069
0.06/0.22	c bounds 31 >= -495 @ 0.078069
0.06/0.22	c bounds 31 >= -493 @ 0.078248
0.06/0.22	c bounds 31 >= -491 @ 0.078709
0.06/0.22	c bounds 31 >= -489 @ 0.079187
0.06/0.22	c bounds 31 >= -487 @ 0.079698
0.06/0.22	c bounds 31 >= -483 @ 0.08021
0.06/0.22	c bounds 31 >= -481 @ 0.080731
0.06/0.29	c bounds 30 >= -481 @ 0.144567
0.06/0.29	c bounds 30 >= -479 @ 0.145217
0.06/0.29	c bounds 30 >= -475 @ 0.145777
0.06/0.29	c bounds 30 >= -471 @ 0.146333
0.06/0.29	c bounds 30 >= -469 @ 0.146875
0.06/0.30	c bounds 30 >= -467 @ 0.147419
0.06/0.30	c bounds 30 >= -465 @ 0.14776
0.06/0.30	c bounds 30 >= -463 @ 0.14776
0.06/0.30	c bounds 30 >= -461 @ 0.14813
0.06/0.30	c bounds 30 >= -459 @ 0.148719
0.06/0.30	c bounds 30 >= -457 @ 0.148874
0.06/0.30	c bounds 30 >= -455 @ 0.14901
0.06/0.30	c bounds 30 >= -453 @ 0.149513
0.06/0.30	c bounds 30 >= -451 @ 0.150047
0.06/0.30	c bounds 30 >= -447 @ 0.1506
0.06/0.30	c bounds 30 >= -445 @ 0.151132
0.06/0.30	c bounds 30 >= -441 @ 0.15168
0.06/0.30	c bounds 30 >= -437 @ 0.152197
0.06/0.30	c bounds 30 >= -435 @ 0.152733
0.06/0.30	c bounds 30 >= -429 @ 0.153277
0.06/0.30	c bounds 30 >= -425 @ 0.153817
0.06/0.30	c bounds 30 >= -423 @ 0.154361
0.06/0.31	c bounds 30 >= -421 @ 0.154892
0.06/0.31	c bounds 30 >= -419 @ 0.155417
0.06/0.31	c bounds 30 >= -417 @ 0.155934
0.16/0.31	c bounds 30 >= -415 @ 0.156452
0.16/0.31	c bounds 30 >= -413 @ 0.156994
0.16/0.31	c bounds 30 >= -411 @ 0.157491
0.16/0.31	c bounds 30 >= -407 @ 0.157711
0.16/0.31	c bounds 30 >= -403 @ 0.157711
0.16/0.31	c bounds 30 >= -401 @ 0.158087
0.16/0.31	c bounds 30 >= -399 @ 0.158584
0.16/0.31	c bounds 30 >= -397 @ 0.15872
0.16/0.31	c bounds 30 >= -393 @ 0.15872
0.16/0.31	c bounds 30 >= -389 @ 0.158721
0.16/0.31	c bounds 30 >= -387 @ 0.158721
0.16/0.31	c bounds 30 >= -385 @ 0.158722
0.16/0.31	c bounds 30 >= -383 @ 0.158722
0.16/0.31	c bounds 30 >= -381 @ 0.158722
0.16/0.31	c bounds 30 >= -379 @ 0.158722
0.16/0.31	c bounds 30 >= -375 @ 0.158722
0.16/0.31	c bounds 30 >= -373 @ 0.158722
0.16/0.32	c bounds 30 >= -371 @ 0.159299
0.16/0.32	c bounds 30 >= -369 @ 0.159857
0.16/0.32	c bounds 30 >= -367 @ 0.160341
0.16/0.32	c bounds 30 >= -365 @ 0.160871
0.16/0.32	c bounds 30 >= -363 @ 0.161407
0.16/0.32	c bounds 30 >= -361 @ 0.161947
0.16/0.32	c bounds 30 >= -359 @ 0.162574
0.16/0.32	c bounds 30 >= -357 @ 0.162712
0.16/0.32	c bounds 30 >= -355 @ 0.163105
0.16/0.32	c bounds 30 >= -353 @ 0.165733
0.16/0.32	c bounds 30 >= -351 @ 0.166729
0.16/0.33	c bounds 30 >= -349 @ 0.167993
0.16/0.33	c bounds 30 >= -347 @ 0.171147
0.16/0.34	c bounds 30 >= -345 @ 0.179242
0.16/0.40	c bounds 30 >= -343 @ 0.237508
0.27/0.44	c bounds 30 >= -341 @ 0.27241
0.27/0.48	c #Conflicts:       1000 | #Constraints:       2522
0.27/0.48	c bounds 29 >= -341 @ 0.31058
0.27/0.48	c bounds 29 >= -339 @ 0.311149
0.27/0.48	c bounds 29 >= -337 @ 0.311514
0.27/0.48	c bounds 29 >= -335 @ 0.314074
0.27/0.49	c bounds 29 >= -333 @ 0.32046
0.36/0.57	c bounds 28 >= -333 @ 0.394074
0.36/0.57	c bounds 28 >= -331 @ 0.395174
0.36/0.57	c bounds 28 >= -329 @ 0.396353
0.36/0.57	c bounds 28 >= -327 @ 0.397465
0.36/0.57	c bounds 28 >= -325 @ 0.399314
0.55/0.79	c #Conflicts:       2000 | #Constraints:       3623
0.55/0.79	c INPROCESSING
0.55/0.79	c GARBAGE COLLECT
0.55/0.79	c bounds 27 >= -325 @ 0.610542
0.65/0.80	c bounds 25 >= -325 @ 0.616517
0.65/0.82	c bounds 24 >= -325 @ 0.635219
0.76/0.93	c bounds 23 >= -325 @ 0.740806
0.76/0.93	c bounds 23 >= -324 @ 0.741275
0.76/0.93	c bounds 23 >= -323 @ 0.741772
0.76/0.93	c bounds 23 >= -322 @ 0.742239
0.76/0.93	c bounds 23 >= -321 @ 0.742769
0.76/0.93	c bounds 23 >= -320 @ 0.743288
0.76/0.93	c bounds 23 >= -319 @ 0.743788
0.76/0.93	c bounds 23 >= -318 @ 0.744033
0.76/0.93	c bounds 23 >= -317 @ 0.744033
0.76/0.93	c bounds 23 >= -316 @ 0.74431
0.76/0.93	c bounds 23 >= -313 @ 0.744843
0.76/0.93	c bounds 23 >= -312 @ 0.745352
0.76/0.93	c bounds 23 >= -311 @ 0.745925
0.76/0.93	c bounds 23 >= -310 @ 0.746495
0.76/0.93	c bounds 23 >= -309 @ 0.747009
0.76/0.93	c bounds 23 >= -308 @ 0.747694
0.76/0.94	c bounds 23 >= -306 @ 0.748236
0.76/0.94	c bounds 23 >= -305 @ 0.748777
0.76/0.94	c bounds 23 >= -304 @ 0.749247
0.76/0.94	c bounds 23 >= -301 @ 0.749812
0.76/0.94	c bounds 23 >= -299 @ 0.750355
0.76/0.94	c bounds 23 >= -298 @ 0.751095
0.76/0.94	c bounds 23 >= -297 @ 0.751793
0.76/0.94	c bounds 23 >= -296 @ 0.75242
0.76/0.94	c bounds 23 >= -295 @ 0.75292
0.76/0.94	c bounds 23 >= -294 @ 0.753462
0.76/0.94	c bounds 23 >= -293 @ 0.754044
0.76/0.94	c bounds 23 >= -292 @ 0.754101
0.76/0.94	c bounds 23 >= -291 @ 0.754231
0.76/0.94	c bounds 23 >= -290 @ 0.754702
0.76/0.94	c bounds 23 >= -289 @ 0.75527
0.76/0.94	c bounds 23 >= -286 @ 0.755824
0.76/0.94	c bounds 23 >= -285 @ 0.756387
0.76/0.95	c bounds 23 >= -284 @ 0.757124
0.76/0.95	c bounds 23 >= -283 @ 0.757694
0.76/0.95	c bounds 23 >= -282 @ 0.758219
0.76/0.95	c bounds 23 >= -281 @ 0.758773
0.76/0.95	c bounds 23 >= -279 @ 0.759344
0.76/0.95	c bounds 23 >= -278 @ 0.759954
0.76/0.95	c bounds 23 >= -277 @ 0.760518
0.76/0.95	c bounds 23 >= -276 @ 0.761028
0.76/0.95	c bounds 23 >= -275 @ 0.761079
0.76/0.95	c bounds 23 >= -273 @ 0.761212
0.76/0.95	c bounds 23 >= -271 @ 0.761757
0.76/0.95	c bounds 23 >= -270 @ 0.762256
0.76/0.95	c bounds 23 >= -269 @ 0.762777
0.76/0.95	c bounds 23 >= -268 @ 0.763362
0.76/0.95	c bounds 23 >= -267 @ 0.763896
0.76/0.95	c bounds 23 >= -266 @ 0.764476
0.76/0.95	c bounds 23 >= -264 @ 0.765037
0.76/0.95	c bounds 23 >= -261 @ 0.765665
0.76/0.96	c bounds 23 >= -259 @ 0.766248
0.76/0.96	c bounds 23 >= -257 @ 0.766767
0.76/0.96	c bounds 23 >= -256 @ 0.767248
0.76/0.96	c bounds 23 >= -254 @ 0.767812
0.76/0.96	c bounds 23 >= -253 @ 0.768361
0.76/0.96	c bounds 23 >= -252 @ 0.768856
0.76/0.96	c bounds 23 >= -251 @ 0.769058
0.76/0.96	c bounds 23 >= -250 @ 0.769058
0.76/0.96	c bounds 23 >= -249 @ 0.769058
0.76/0.96	c bounds 23 >= -248 @ 0.769058
0.76/0.96	c bounds 23 >= -247 @ 0.769058
0.76/0.96	c bounds 23 >= -246 @ 0.769058
0.76/0.96	c bounds 23 >= -244 @ 0.769578
0.76/0.96	c bounds 23 >= -243 @ 0.77006
0.76/0.96	c bounds 23 >= -241 @ 0.770666
0.76/0.96	c bounds 23 >= -239 @ 0.771144
0.76/0.96	c bounds 23 >= -238 @ 0.771742
0.76/0.96	c bounds 23 >= -237 @ 0.772323
0.76/0.96	c bounds 23 >= -236 @ 0.772888
0.76/0.97	c bounds 23 >= -235 @ 0.773046
0.76/0.97	c bounds 23 >= -234 @ 0.773046
0.76/0.97	c bounds 23 >= -233 @ 0.773047
0.76/0.97	c bounds 23 >= -232 @ 0.773163
0.76/0.97	c bounds 23 >= -231 @ 0.773685
0.76/0.97	c bounds 23 >= -230 @ 0.774179
0.76/0.97	c bounds 23 >= -229 @ 0.774854
0.76/0.97	c bounds 23 >= -228 @ 0.775041
0.76/0.97	c bounds 23 >= -227 @ 0.775376
0.76/0.97	c bounds 23 >= -226 @ 0.776057
0.76/0.97	c bounds 23 >= -225 @ 0.776681
0.76/0.97	c bounds 23 >= -224 @ 0.777327
0.76/0.97	c bounds 23 >= -223 @ 0.777949
0.76/0.97	c bounds 23 >= -222 @ 0.778032
0.76/0.97	c bounds 23 >= -221 @ 0.778608
0.76/0.98	c bounds 23 >= -220 @ 0.779349
0.76/0.98	c bounds 23 >= -219 @ 0.780998
0.76/0.98	c bounds 23 >= -218 @ 0.786744
0.76/0.98	c bounds 23 >= -217 @ 0.78701
0.76/0.99	c bounds 23 >= -216 @ 0.789086
0.76/0.99	c bounds 23 >= -215 @ 0.790632
0.76/0.99	c bounds 23 >= -214 @ 0.792975
0.76/0.99	c bounds 23 >= -213 @ 0.794447
0.76/1.00	c bounds 23 >= -212 @ 0.79898
0.86/1.00	c bounds 23 >= -211 @ 0.806461
0.86/1.01	c bounds 23 >= -210 @ 0.809149
1.05/1.20	c #Conflicts:       3000 | #Constraints:       4112
1.05/1.20	c bounds 23 >= -209 @ 0.988591
1.05/1.27	c bounds 21 >= -209 @ 1.04649
1.05/1.27	c bounds 21 >= -208 @ 1.04724
1.05/1.27	c bounds 21 >= -207 @ 1.04821
1.05/1.27	c bounds 21 >= -206 @ 1.04906
1.05/1.27	c bounds 21 >= -205 @ 1.04997
1.05/1.27	c bounds 21 >= -204 @ 1.05081
1.05/1.27	c bounds 21 >= -203 @ 1.05255
1.05/1.27	c bounds 21 >= -202 @ 1.05424
1.05/1.28	c bounds 21 >= -201 @ 1.05607
1.05/1.28	c bounds 21 >= -200 @ 1.06431
1.05/1.29	c bounds 21 >= -199 @ 1.06461
1.05/1.29	c bounds 21 >= -198 @ 1.06631
1.05/1.29	c bounds 21 >= -197 @ 1.06941
1.05/1.30	c bounds 21 >= -196 @ 1.07244
1.15/1.30	c bounds 21 >= -195 @ 1.07419
1.15/1.30	c bounds 21 >= -194 @ 1.07842
1.15/1.31	c bounds 21 >= -193 @ 1.08451
1.15/1.32	c bounds 21 >= -192 @ 1.09273
1.15/1.35	c bounds 20 >= -192 @ 1.12553
1.15/1.35	c bounds 20 >= -191 @ 1.12624
1.15/1.35	c bounds 20 >= -190 @ 1.12699
1.15/1.36	c #Conflicts:       4000 | #Constraints:       5461
1.15/1.36	c bounds 20 >= -189 @ 1.13235
1.15/1.39	c INPROCESSING
1.15/1.39	c GARBAGE COLLECT
1.15/1.39	c bounds 18 >= -189 @ 1.16206
1.25/1.40	c bounds 18 >= -188 @ 1.17588
1.25/1.41	c bounds 16 >= -188 @ 1.18227
2.15/2.32	c #Conflicts:       5000 | #Constraints:       4572
2.15/2.32	c #Conflicts:       6000 | #Constraints:       5572
2.15/2.32	c INPROCESSING
2.15/2.32	c GARBAGE COLLECT
2.15/2.32	c rational objective 1
2.25/2.45	c bounds 16 >= -187 @ 2.16193
2.25/2.47	c #Conflicts:       7000 | #Constraints:       4519
2.25/2.47	c bounds 16 >= -186 @ 2.18109
2.35/2.51	c bounds 16 >= -185 @ 2.22284
2.75/2.91	c #Conflicts:       8000 | #Constraints:       5576
2.75/2.91	c bounds 16 >= -184 @ 2.59555
2.86/3.09	c #Conflicts:       9000 | #Constraints:       6609
2.86/3.09	c INPROCESSING
2.86/3.09	c GARBAGE COLLECT
2.86/3.09	c #Conflicts:      10000 | #Constraints:       5230
2.86/3.09	c bounds 16 >= -183 @ 2.7749
3.35/3.58	c #Conflicts:      11000 | #Constraints:       6272
3.35/3.58	c #Conflicts:      12000 | #Constraints:       7272
3.35/3.58	c INPROCESSING
3.35/3.58	c GARBAGE COLLECT
3.35/3.58	c rational objective 1
3.65/3.81	c bounds 16 >= -182 @ 3.47717
5.14/5.31	c #Conflicts:      13000 | #Constraints:       5708
5.14/5.31	c #Conflicts:      14000 | #Constraints:       6708
5.14/5.31	c #Conflicts:      15000 | #Constraints:       7708
5.14/5.31	c INPROCESSING
5.14/5.31	c GARBAGE COLLECT
5.14/5.31	c #Conflicts:      16000 | #Constraints:       5894
5.14/5.31	c #Conflicts:      17000 | #Constraints:       6894
5.14/5.31	c #Conflicts:      18000 | #Constraints:       7894
5.14/5.31	c INPROCESSING
5.14/5.31	c GARBAGE COLLECT
5.14/5.31	c rational objective 1
5.14/5.35	c bounds 16 >= -181 @ 4.93354
5.14/5.37	c bounds 16 >= -180 @ 4.95244
5.25/5.40	c bounds 16 >= -179 @ 4.97976
5.25/5.42	c #Conflicts:      19000 | #Constraints:       6017
5.25/5.42	c bounds 16 >= -178 @ 5.00495
5.25/5.47	c bounds 16 >= -177 @ 5.05017
5.85/6.03	c #Conflicts:      20000 | #Constraints:       7065
5.85/6.03	c #Conflicts:      21000 | #Constraints:       8065
5.85/6.03	c INPROCESSING
5.85/6.03	c GARBAGE COLLECT
5.85/6.03	c rational objective 1
6.74/6.96	c #Conflicts:      22000 | #Constraints:       5787
6.74/6.96	c #Conflicts:      23000 | #Constraints:       6787
6.74/6.96	c #Conflicts:      24000 | #Constraints:       7787
6.74/6.96	c #Conflicts:      25000 | #Constraints:       8787
6.74/6.96	c INPROCESSING
6.74/6.96	c GARBAGE COLLECT
6.74/6.96	c rational objective 1
7.63/7.81	c #Conflicts:      26000 | #Constraints:       6396
7.63/7.81	c bounds 15 >= -177 @ 7.32211
7.63/7.82	c bounds 15 >= -176 @ 7.33188
7.63/7.83	c bounds 15 >= -175 @ 7.3342
7.63/7.83	c bounds 15 >= -174 @ 7.33927
7.63/7.84	c bounds 15 >= -173 @ 7.3483
7.63/7.85	c #Conflicts:      27000 | #Constraints:       7509
7.63/7.85	c bounds 15 >= -172 @ 7.35795
7.94/8.17	c bounds 15 >= -171 @ 7.6636
8.04/8.25	c bounds 15 >= -170 @ 7.74334
8.63/8.89	c #Conflicts:      28000 | #Constraints:       8590
8.63/8.89	c #Conflicts:      29000 | #Constraints:       9590
8.63/8.89	c INPROCESSING
8.63/8.89	c GARBAGE COLLECT
8.63/8.89	c rational objective 1
8.73/8.99	c bounds 15 >= -169 @ 8.44951
8.84/9.02	c bounds 15 >= -168 @ 8.47899
8.84/9.06	c #Conflicts:      30000 | #Constraints:       7007
8.84/9.06	c bounds 15 >= -167 @ 8.51641
8.94/9.17	c #Conflicts:      31000 | #Constraints:       8049
8.94/9.17	c bounds 15 >= -166 @ 8.62731
9.53/9.78	c #Conflicts:      32000 | #Constraints:       9070
9.53/9.78	c #Conflicts:      33000 | #Constraints:      10070
9.53/9.78	c INPROCESSING
9.53/9.78	c GARBAGE COLLECT
9.53/9.78	c rational objective 1
9.83/10.10	c bounds 14 >= -166 @ 9.52533
9.83/10.10	c bounds 14 >= -165 @ 9.52746
9.94/10.13	c #Conflicts:      34000 | #Constraints:       7248
9.94/10.13	c bounds 14 >= -164 @ 9.56093
10.03/10.20	c bounds 13 >= -164 @ 9.62792
10.63/10.88	c #Conflicts:      35000 | #Constraints:       8321
10.63/10.88	c #Conflicts:      36000 | #Constraints:       9321
10.63/10.88	c #Conflicts:      37000 | #Constraints:      10321
10.63/10.88	c INPROCESSING
10.63/10.88	c GARBAGE COLLECT
10.63/10.88	c bounds 11 >= -164 @ 10.2752
11.53/11.74	c #Conflicts:      38000 | #Constraints:       7258
11.53/11.74	c #Conflicts:      39000 | #Constraints:       8258
11.53/11.74	c bounds 10 >= -164 @ 11.1121
12.12/12.34	c #Conflicts:      40000 | #Constraints:       9271
12.12/12.34	c #Conflicts:      41000 | #Constraints:      10271
12.12/12.34	c bounds 10 >= -163 @ 11.6944
12.23/12.40	c INPROCESSING
12.23/12.40	c GARBAGE COLLECT
12.23/12.40	c rational objective 1
12.23/12.44	c bounds 9 >= -163 @ 11.7888
14.02/14.24	c #Conflicts:      42000 | #Constraints:       7055
14.02/14.24	c #Conflicts:      43000 | #Constraints:       8111
14.02/14.24	c #Conflicts:      44000 | #Constraints:       9163
14.02/14.24	c #Conflicts:      45000 | #Constraints:      10207
14.02/14.24	c #Conflicts:      46000 | #Constraints:      11220
14.02/14.24	c bounds 8 >= -163 @ 13.5236
14.22/14.46	c INPROCESSING
14.22/14.46	c GARBAGE COLLECT
14.22/14.46	c rational objective 1
15.52/15.79	c #Conflicts:      47000 | #Constraints:       7732
15.52/15.79	c #Conflicts:      48000 | #Constraints:       8732
15.52/15.79	c #Conflicts:      49000 | #Constraints:       9732
15.52/15.79	c #Conflicts:      50000 | #Constraints:      10732
15.52/15.79	c bounds 8 >= -162 @ 15.0356
16.01/16.21	c #Conflicts:      51000 | #Constraints:      11819
16.01/16.21	c INPROCESSING
16.01/16.21	c GARBAGE COLLECT
16.01/16.21	c rational objective 1
17.22/17.42	c #Conflicts:      52000 | #Constraints:       8168
17.22/17.42	c #Conflicts:      53000 | #Constraints:       9168
17.22/17.42	c #Conflicts:      54000 | #Constraints:      10168
17.22/17.42	c #Conflicts:      55000 | #Constraints:      11168
17.22/17.42	c #Conflicts:      56000 | #Constraints:      12168
17.22/17.42	c INPROCESSING
17.22/17.42	c GARBAGE COLLECT
17.22/17.42	c rational objective 1
17.51/17.71	c bounds 7 >= -162 @ 16.9135
18.51/18.74	c #Conflicts:      57000 | #Constraints:       8348
18.51/18.74	c #Conflicts:      58000 | #Constraints:       9348
18.51/18.74	c #Conflicts:      59000 | #Constraints:      10352
18.51/18.74	c bounds 6 >= -162 @ 17.9113
19.50/19.71	c #Conflicts:      60000 | #Constraints:      11359
19.50/19.71	c #Conflicts:      61000 | #Constraints:      12359
19.50/19.71	c INPROCESSING
19.50/19.71	c GARBAGE COLLECT
19.50/19.71	c rational objective 1
19.91/20.12	c bounds 5 >= -162 @ 19.2593
20.81/21.03	c #Conflicts:      62000 | #Constraints:       8374
20.81/21.03	c #Conflicts:      63000 | #Constraints:       9410
20.81/21.03	c #Conflicts:      64000 | #Constraints:      10436
20.81/21.03	c bounds 3 >= -162 @ 20.1328
21.60/21.82	c #Conflicts:      65000 | #Constraints:      11476
21.60/21.82	c #Conflicts:      66000 | #Constraints:      12501
21.60/21.82	c INPROCESSING
21.60/21.82	c GARBAGE COLLECT
21.60/21.82	c rational objective 1
22.70/22.95	c #Conflicts:      67000 | #Constraints:       8231
22.70/22.95	c #Conflicts:      68000 | #Constraints:       9232
22.70/22.95	c #Conflicts:      69000 | #Constraints:      10232
22.70/22.95	c #Conflicts:      70000 | #Constraints:      11234
22.70/22.95	c bounds 3 >= -161 @ 21.9936
23.40/23.69	c #Conflicts:      71000 | #Constraints:      12297
23.40/23.69	c #Conflicts:      72000 | #Constraints:      13297
23.40/23.69	c INPROCESSING
23.40/23.69	c GARBAGE COLLECT
23.40/23.69	c rational objective 1
23.70/23.98	c bounds 2 >= -161 @ 22.9874
25.59/25.80	c #Conflicts:      73000 | #Constraints:       8787
25.59/25.80	c #Conflicts:      74000 | #Constraints:       9787
25.59/25.80	c #Conflicts:      75000 | #Constraints:      10787
25.59/25.80	c #Conflicts:      76000 | #Constraints:      11787
25.59/25.80	c #Conflicts:      77000 | #Constraints:      12787
25.59/25.80	c #Conflicts:      78000 | #Constraints:      13801
25.59/25.80	c INPROCESSING
25.59/25.80	c GARBAGE COLLECT
25.59/25.80	c rational objective 1
25.69/25.90	c bounds 2 >= -160 @ 24.8589
25.99/26.24	c bounds 2 >= -159 @ 25.1744
26.19/26.42	c #Conflicts:      79000 | #Constraints:       9222
26.19/26.42	c bounds 2 >= -158 @ 25.352
26.58/26.80	c #Conflicts:      80000 | #Constraints:      10255
26.58/26.80	c #Conflicts:      81000 | #Constraints:      11255
26.58/26.80	c bounds 2 >= -157 @ 25.7217
27.48/27.76	c #Conflicts:      82000 | #Constraints:      12282
27.48/27.76	c #Conflicts:      83000 | #Constraints:      13282
27.48/27.76	c #Conflicts:      84000 | #Constraints:      14282
27.48/27.76	c INPROCESSING
27.48/27.76	c GARBAGE COLLECT
27.48/27.76	c rational objective 1
28.08/28.34	c #Conflicts:      85000 | #Constraints:       9001
28.08/28.34	c #Conflicts:      86000 | #Constraints:      10002
28.08/28.34	c bounds 2 >= -156 @ 27.212
29.18/29.44	c #Conflicts:      87000 | #Constraints:      11056
29.18/29.44	c #Conflicts:      88000 | #Constraints:      12056
29.18/29.44	c #Conflicts:      89000 | #Constraints:      13056
29.18/29.44	c bounds 2 >= -155 @ 28.2861
29.58/29.81	c #Conflicts:      90000 | #Constraints:      14083
29.58/29.81	c INPROCESSING
29.58/29.81	c GARBAGE COLLECT
29.58/29.81	c rational objective 1
30.18/30.40	c #Conflicts:      91000 | #Constraints:       9074
30.18/30.40	c #Conflicts:      92000 | #Constraints:      10080
30.18/30.40	c bounds 1 >= -155 @ 29.206
30.18/30.42	c bounds 1 >= 1 @ 29.2217
30.18/30.42	c cpu time 29.2217 s
30.18/30.42	c deterministic time 999560606 1.00e+09
30.18/30.42	c optimization time 0.071946 s
30.18/30.42	c total solve time 29.1439 s
30.18/30.42	c core-guided solve time 17.1714 s
30.18/30.42	c propagation time 15.1466 s
30.18/30.42	c conflict analysis time 7.51205 s
30.18/30.42	c propagations 9333603
30.18/30.42	c resolve steps 919649
30.18/30.42	c decisions 385775
30.18/30.42	c conflicts 92655
30.18/30.42	c restarts 254
30.18/30.42	c inprocessing phases 22
30.18/30.42	c garbage collections 22 ,( 100.00 )
30.18/30.42	c input clauses 1548 ,( 41.87 )
30.18/30.42	c input cardinalities 1106 ,( 29.92 )
30.18/30.42	c input general constraints 1043 ,( 28.21 )
30.18/30.42	c input average constraint length 75.26
30.18/30.42	c input average constraint degree 30.22
30.18/30.42	c learned clauses 45423 ,( 48.70 )
30.18/30.42	c learned cardinalities 182 ,( 0.20 )
30.18/30.42	c learned general constraints 47659 ,( 51.10 )
30.18/30.42	c learned average constraint length 185.17
30.18/30.42	c learned average constraint degree 1695730333.00
30.18/30.42	c watched  CF 32, 64, 128, Arb: 7818 , 0 , 0 , 0
30.18/30.42	c counting CF 32, 64, 128, Arb: 40885 , 0 , 0 , 0
30.18/30.42	c watched   constraints 7818 ,( 16.05 ) 
30.18/30.42	c counting  constraints 40884 ,( 83.95 ) 
30.18/30.42	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 8496729 , 3213520 , 68203327 ,( 1908049 , 66295278 )
30.18/30.42	c gcd simplifications 1585
30.18/30.42	c detected cardinalities 17
30.18/30.42	c weakened non-implied lits 6881879
30.18/30.42	c weakened non-implying lits 12750
30.18/30.42	c original variables 934
30.18/30.42	c clausal propagations 2495274
30.18/30.42	c cardinality propagations 923216
30.18/30.42	c watched propagations 24141
30.18/30.42	c counting propagations 5415643
30.18/30.42	c watch lookups 519537955
30.18/30.42	c watch backjump lookups 0
30.18/30.42	c watch checks 86748934
30.18/30.42	c propagation checks 326281081
30.18/30.42	c constraint additions 47304267
30.18/30.42	c trail pops 9811422
30.18/30.42	c formula constraints 1063
30.18/30.42	c learned constraints 92281
30.18/30.42	c bound constraints 266
30.18/30.42	c core-guided constraints 2368
30.18/30.42	c encountered formula constraints 218782
30.18/30.42	c encountered learned constraints 485300
30.18/30.42	c encountered bound constraints 37
30.18/30.42	c encountered core-guided constraints 294898
30.18/30.42	c LP total time 9.57661 s
30.18/30.42	c LP solve time 6.8 s
30.18/30.42	c LP constraints added 1087
30.18/30.42	c LP constraints removed 23
30.18/30.42	c LP pivots internal 92674
30.18/30.42	c LP pivots root 64894
30.18/30.42	c LP calls 841
30.18/30.42	c LP optimalities 355
30.18/30.42	c LP no pivot count 109
30.18/30.42	c LP infeasibilities 482
30.18/30.42	c LP valid Farkas constraints 478
30.18/30.42	c LP learned Farkas constraints 481
30.18/30.42	c LP basis resets 0
30.18/30.42	c LP cycling count 0
30.18/30.42	c LP singular count 0
30.18/30.42	c LP no primal count 0
30.18/30.42	c LP no farkas count 0
30.18/30.42	c LP other issue count 0
30.18/30.42	c LP Gomory cuts 24
30.18/30.42	c LP learned cuts 0
30.18/30.42	c LP deleted cuts 23
30.18/30.42	c LP encountered Gomory constraints 0
30.18/30.42	c LP encountered Farkas constraints 10354
30.18/30.42	c LP encountered learned Farkas constraints 2451
30.18/30.42	c CG auxiliary variables introduced 869
30.18/30.42	c CG solutions found 27
30.18/30.42	c CG cores constructed 239
30.18/30.42	c CG core cardinality constraints returned 32
30.18/30.42	c CG unit cores 0
30.18/30.42	c CG single cores 205
30.18/30.42	c CG blocks removed during cardinality reduction 0
30.18/30.42	c CG first core best 0
30.18/30.42	c CG decision core best 21
30.18/30.42	c CG core reduction tie 13
30.18/30.42	c CG core degree average 1.15
30.18/30.42	c CG core slack average 7.98
30.18/30.42	c CG core upper bound improvements 0
30.18/30.42	c STR number of successful calls 0
30.18/30.42	c STR number of unsuccessful calls 0
30.18/30.42	c STR number of inconclusive calls 0
30.18/30.42	c STR number of successful attempts 0
30.18/30.42	c STR number of unsuccessful attempts 0
30.18/30.42	c STR number of inconclusive attempts 0
30.18/30.42	c STR average degree increase per successful call inf
30.18/30.42	c STR average degree increase per successful attempt inf
30.18/30.42	c STR total number of conflicts for successful attempts 0
30.18/30.42	c STR total number of conflicts for unsuccessful attempts 0
30.18/30.42	c STR total number of conflicts for inconclusive attempts 0
30.18/30.42	c STR average number of conflicts per successful attempt inf
30.18/30.42	c STR average number of conflicts per unsuccessful attempt inf
30.18/30.42	c STR average number of conflicts per inconclusive attempt inf
30.18/30.42	c AVG.sumWPerc 62.39 
30.18/30.42	c bigint constraints 0 
30.18/30.42	o 1
30.18/30.42	s OPTIMUM FOUND
30.18/30.42	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

OK	1

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 18:28:57 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 (50893 MiB free)
  memory of node 1: 64465 MiB (48356 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532438-1752683038/watcher-4532438-1752683038 -o /tmp/evaluation-result-4532438-1752683038/solver-4532438-1752683038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752683038-143469 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532438-1752683038.opb /tmp/proof-4532438-1752683038 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=143500, runsolver pid=143494
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.04 0.07 0.08 3/259 143509
/proc/meminfo: memFree=101616592/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=5936 memory=128 CPUtime=0 cores=5,7
/proc/143505/stat : 143505 (roundingsat) D 143500 143500 143451 0 -1 4456448 47 0 0 0 0 0 0 0 20 0 1 0 183980405 6078464 32 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 1484 32 32 1147 0 51 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10128 KiB
Current children cumulated memory: 3200 KiB

[startup+0.205693 s]*
/proc/loadavg: 0.04 0.07 0.08 3/264 143518
/proc/meminfo: memFree=101594884/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=58564 memory=12592 CPUtime=0.06 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 1283 0 0 0 6 0 0 0 20 0 1 0 183980405 59969536 3148 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 14641 3148 2336 1147 0 2067 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 62756 KiB
Current children cumulated memory: 15664 KiB

[startup+0.30574 s]*
/proc/loadavg: 0.04 0.07 0.08 5/270 143531
/proc/meminfo: memFree=101456800/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=62424 memory=18728 CPUtime=0.16 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 2276 0 0 0 15 1 0 0 20 0 1 0 183980405 63922176 4682 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 15606 4682 2368 1147 0 3032 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 66616 KiB
Current children cumulated memory: 21800 KiB

[startup+0.700205 s]
/proc/loadavg: 0.04 0.07 0.08 5/270 143532
/proc/meminfo: memFree=101329728/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=78428 memory=33496 CPUtime=0.55 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 5437 0 0 0 51 4 0 0 20 0 1 0 183980405 80310272 8374 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 19607 8374 2368 1147 0 7033 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 82620 KiB
Current children cumulated memory: 36568 KiB

[startup+1.50017 s]
/proc/loadavg: 0.04 0.07 0.08 6/270 143532
/proc/meminfo: memFree=101179320/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=78844 memory=34776 CPUtime=1.35 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 5725 0 0 0 126 9 0 0 20 0 1 0 183980405 80736256 8694 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 19711 8694 2400 1147 0 7137 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 83036 KiB
Current children cumulated memory: 37848 KiB

[startup+3.10556 s]
/proc/loadavg: 0.04 0.07 0.08 5/270 143533
/proc/meminfo: memFree=101217908/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=99060 memory=54556 CPUtime=2.95 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 10161 0 0 0 278 17 0 0 20 0 1 0 183980405 101437440 13639 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 24765 13639 2400 1147 0 12191 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 103252 KiB
Current children cumulated memory: 57628 KiB

[startup+6.30018 s]
/proc/loadavg: 0.44 0.15 0.11 5/270 143533
/proc/meminfo: memFree=100467892/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=124516 memory=71356 CPUtime=6.14 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 13854 0 0 0 584 30 0 0 20 0 1 0 183980405 127504384 17839 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 31129 17839 2400 1147 0 18555 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 128708 KiB
Current children cumulated memory: 74428 KiB

[startup+12.7002 s]
/proc/loadavg: 0.72 0.22 0.13 5/270 143533
/proc/meminfo: memFree=100096724/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=125928 memory=72636 CPUtime=12.52 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 14172 0 0 0 1203 49 0 0 20 0 1 0 183980405 128950272 18159 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 31482 18159 2400 1147 0 18908 0
Current children cumulated CPU time: 12.52 s
Current children cumulated vsize: 130120 KiB
Current children cumulated memory: 75708 KiB

[startup+25.5002 s]
/proc/loadavg: 1.60 0.44 0.21 5/271 143534
/proc/meminfo: memFree=98732620/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=154560 memory=100552 CPUtime=25.28 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 20131 0 0 0 2446 82 0 0 20 0 1 0 183980405 158269440 25138 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 38640 25138 2400 1147 0 26066 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 158752 KiB
Current children cumulated memory: 103624 KiB

[startup+30.4279 s]
# the end of solver process 143500 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=29.2277 s, system=0.99647 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6002 s]
/proc/loadavg: 1.60 0.44 0.21 5/271 143534
/proc/meminfo: memFree=98732620/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=168692 memory=103240 CPUtime=25.39 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 20823 0 0 0 2456 83 0 0 20 0 1 0 183980405 172740608 25810 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 42173 25810 2400 1147 0 29599 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 172884 KiB
Current children cumulated memory: 106312 KiB

[startup+28.8002 s]
/proc/loadavg: 1.60 0.44 0.21 5/271 143534
/proc/meminfo: memFree=98531032/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=171752 memory=107764 CPUtime=28.58 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 21448 0 0 0 2765 93 0 0 20 0 1 0 183980405 175874048 26941 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 42938 26941 2400 1147 0 30364 0
Current children cumulated CPU time: 28.58 s
Current children cumulated vsize: 175944 KiB
Current children cumulated memory: 110836 KiB

[startup+29.6002 s]
/proc/loadavg: 1.60 0.44 0.21 5/271 143534
/proc/meminfo: memFree=98493168/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=171752 memory=107764 CPUtime=29.38 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 21448 0 0 0 2843 95 0 0 20 0 1 0 183980405 175874048 26941 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 42938 26941 2400 1147 0 30364 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 175944 KiB
Current children cumulated memory: 110836 KiB

[startup+30.0002 s]*
/proc/loadavg: 1.87 0.51 0.23 5/271 143534
/proc/meminfo: memFree=98442640/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=171752 memory=107764 CPUtime=29.79 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 21448 0 0 0 2882 97 0 0 20 0 1 0 183980405 175874048 26941 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 42938 26941 2400 1147 0 30364 0
Current children cumulated CPU time: 29.79 s
Current children cumulated vsize: 175944 KiB
Current children cumulated memory: 110836 KiB

[startup+30.4002 s]
/proc/loadavg: 1.87 0.51 0.23 5/271 143534
/proc/meminfo: memFree=98442640/131250000 swapFree=33008356/33010684
[pid=143500] ppid=143494 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/143500/stat : 143500 (run-opt-break-l) S 143494 143500 143451 0 -1 4194304 238 647 0 0 0 0 0 0 20 0 1 0 183980396 4292608 768 18446744073709551615 94743826776064 94743827670597 140736016136720 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94743827909648 94743827957392 94743842824192 140736016140601 140736016140764 140736016140764 140736016146368 0
/proc/143500/statm: 1048 768 704 219 0 110 0
[pid=143505] ppid=143500 vsize=171752 memory=107764 CPUtime=30.18 cores=5,7
/proc/143505/stat : 143505 (roundingsat) R 143500 143500 143451 0 -1 4194304 21448 0 0 0 2920 98 0 0 20 0 1 0 183980405 175874048 26941 18446744073709551615 4227072 8923577 140724324112672 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 34291712 140724324120888 140724324121126 140724324121126 140724324126698 0
/proc/143505/statm: 42938 26941 2400 1147 0 30364 0
Current children cumulated CPU time: 30.18 s
Current children cumulated vsize: 175944 KiB
Current children cumulated memory: 110836 KiB

Child status: 0

Real time (s): 30.4279
CPU time (s): 30.2242
CPU user time (s): 29.2277
CPU system time (s): 0.99647
CPU usage (%): 99.3306
Max. virtual memory (cumulated for all children) (KiB): 175944
Max. memory (cumulated for all children) (KiB): 110836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2277
system time used= 0.99647
maximum resident set size= 107764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 404088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 143500
#   total CPU time (s): 30.2242
#   total CPU user time (s): 29.2277
#   total CPU system time (s): 0.99647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067507 second user time and 0.178146 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-16 18:23:58
IDJOB=4532438
IDBENCH=146663
IDSOLVER=3393
FILE ID=nodeC014/4532438-1752683038
RUNJOBID= nodeC014-1752683038-143469
SLURM_JOB_ID= 9686909
Free space on /tmp= 433016 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532438-1752683038/watcher-4532438-1752683038 -o /tmp/evaluation-result-4532438-1752683038/solver-4532438-1752683038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752683038-143469 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532438-1752683038.opb /tmp/proof-4532438-1752683038

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=210464024

nodeC014 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		: 2916.304
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.23
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.242
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.23
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		: 2648.930
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.23
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		: 3600.250
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.23
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		: 1643.997
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.23
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.099
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.23
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		: 2977.681
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.23
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		: 3597.245
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        101652764 kB
MemAvailable:   129676324 kB
Buffers:             696 kB
Cached:         28770896 kB
SwapCached:         1624 kB
Active:           630216 kB
Inactive:       28218924 kB
Active(anon):      76376 kB
Inactive(anon):    25772 kB
Active(file):     553840 kB
Inactive(file): 28193152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11988 kB
Writeback:             0 kB
AnonPages:         79016 kB
Mapped:           106804 kB
Shmem:             24600 kB
KReclaimable:     231616 kB
Slab:             327756 kB
SReclaimable:     231616 kB
SUnreclaim:        96140 kB
KernelStack:        4040 kB
PageTables:         2436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     359272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430952 MiB
End job on nodeC014 at 2025-07-16 18:24:29