Trace number 4531884
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:98.opb |
MD5SUM | f3472af25f5f0fee0e9203b0329f534f |
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 | 2 |
Best CPU time to get the best result obtained on this benchmark | 0.058442 |
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 | 906 |
Total number of constraints | 1039 |
Number of constraints which are clauses | 852 |
Number of constraints which are cardinality constraints (but not clauses) | 187 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 18 |
Number of terms in the objective function | 906 |
Biggest coefficient in the objective function | 553 |
Number of bits for the biggest coefficient in the objective function | 10 |
Sum of the numbers in the objective function | 2526 |
Number of bits of the sum of numbers in the objective function | 12 |
Biggest number in a constraint | 553 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2526 |
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.06 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.06 c │ pbsuma -- a PB interface for satsuma │
0.00/0.06 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.06 c │ (c) 2025 Markus Anders │
0.00/0.06 c └────────────────────────────────────────────────────────────────┘
0.00/0.06 c parse 'HOME/instance-4531884-1752584603.opb'
0.00/0.06 c read 0.04MB (0.88ms)
0.00/0.06 c [cnf: #variables 906 #clauses 1040 #duplicates 0 #arr 4544]
0.00/0.06 c output proof to 'PROOFDIR/proof-4531884-1752584603'
0.00/0.06 c
0.00/0.06 c make graph and approximate orbits
0.00/0.06 c [group: #orbits ~= 0] (1.36ms)
0.00/0.06 c
0.00/0.06 c detect special group actions
0.00/0.06 c probe for Johnson action (limit=64)
0.00/0.06 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.06 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06 c (0.16ms)
0.00/0.06 c
0.00/0.06 c detect symmetries on remainder
0.00/0.06 c [graph: #vertices 5198 #edges 15592]
0.00/0.06 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.07 c [group: #symmetries 1.00*10^0 #generators 0] (0.30ms)
0.00/0.07 c
0.00/0.07 c finalize break order and special generators
0.00/0.07 c
0.00/0.07 c generation finished
0.00/0.07 c [sbp: #constraints 0 #add_vars 0]
0.00/0.07 c
0.00/0.07 c write result to 'HOME/instance-4531884-1752584603.opb.pre'
0.00/0.07 c wrote 0.04MB (0.16ms)
0.00/0.07 c ------------------------------------------------------------------
0.00/0.07 c 1.36ms 38.16% approx_orbits
0.00/0.07 c 0.88ms 24.64% parse
0.00/0.07 c 0.67ms 18.86% other
0.00/0.07 c 0.30ms 8.56% detect_generic
0.00/0.07 c 0.16ms 4.56% output
0.00/0.07 c 0.16ms 4.53% detect_special
0.00/0.07 c 0.02ms 0.69% finalize_order
0.00/0.07 c ───────────────────────────────────────────────
0.00/0.07 c 3.56ms 100% total
0.00/0.07 c ------------------------------------------------------------------
0.00/0.10 c RoundingSat 2
0.00/0.10 c branch pb25
0.00/0.10 c commit 0f876b3
0.00/0.11 c #variables 906 #constraints 1039
0.00/0.11 c objective is ce32
0.00/0.12 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.12 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.12 c bounds 96 >= -553 @ 0.010322
0.00/0.19 c bounds 92 >= -553 @ 0.077768
0.00/0.19 c bounds 92 >= -550 @ 0.078347
0.00/0.19 c bounds 92 >= -547 @ 0.078723
0.00/0.19 c bounds 92 >= -544 @ 0.079079
0.00/0.19 c bounds 92 >= -541 @ 0.079444
0.00/0.19 c bounds 92 >= -538 @ 0.079852
0.00/0.19 c bounds 92 >= -535 @ 0.08031
0.00/0.19 c bounds 92 >= -532 @ 0.080767
0.00/0.19 c bounds 92 >= -529 @ 0.080829
0.00/0.19 c bounds 92 >= -526 @ 0.080829
0.00/0.20 c bounds 91 >= -526 @ 0.082659
0.00/0.20 c bounds 91 >= -523 @ 0.083534
0.00/0.20 c bounds 91 >= -520 @ 0.084022
0.00/0.20 c bounds 91 >= -517 @ 0.084511
0.00/0.20 c bounds 91 >= -514 @ 0.08501
0.00/0.20 c bounds 91 >= -511 @ 0.085546
0.00/0.20 c bounds 91 >= -508 @ 0.08607
0.00/0.20 c bounds 91 >= -505 @ 0.086807
0.00/0.20 c bounds 48 >= -505 @ 0.087459
0.00/0.20 c bounds 47 >= -505 @ 0.08763
0.00/0.20 c bounds 47 >= -503 @ 0.087632
0.00/0.20 c bounds 47 >= -501 @ 0.087632
0.00/0.20 c bounds 47 >= -499 @ 0.087963
0.00/0.21 c bounds 47 >= -493 @ 0.088428
0.10/0.21 c bounds 47 >= -491 @ 0.088598
0.10/0.21 c bounds 47 >= -489 @ 0.088598
0.10/0.21 c bounds 47 >= -487 @ 0.088825
0.10/0.21 c bounds 47 >= -485 @ 0.0893
0.10/0.21 c bounds 47 >= -483 @ 0.089785
0.10/0.21 c bounds 46 >= -483 @ 0.09412
0.10/0.21 c bounds 46 >= -479 @ 0.094628
0.10/0.21 c bounds 46 >= -477 @ 0.095108
0.10/0.21 c bounds 46 >= -475 @ 0.095615
0.10/0.21 c bounds 46 >= -473 @ 0.096067
0.10/0.21 c bounds 46 >= -469 @ 0.096516
0.10/0.21 c bounds 46 >= -467 @ 0.096972
0.10/0.22 c bounds 46 >= -465 @ 0.097426
0.10/0.22 c bounds 46 >= -463 @ 0.097871
0.10/0.22 c bounds 46 >= -461 @ 0.098327
0.10/0.22 c bounds 46 >= -459 @ 0.098774
0.10/0.22 c bounds 46 >= -457 @ 0.099226
0.10/0.22 c bounds 46 >= -455 @ 0.09968
0.10/0.22 c bounds 46 >= -453 @ 0.100142
0.10/0.22 c bounds 46 >= -451 @ 0.100643
0.10/0.22 c bounds 46 >= -447 @ 0.101106
0.10/0.22 c bounds 46 >= -443 @ 0.101569
0.10/0.22 c bounds 46 >= -441 @ 0.102025
0.10/0.22 c bounds 46 >= -437 @ 0.1025
0.10/0.22 c bounds 46 >= -433 @ 0.102971
0.10/0.22 c bounds 46 >= -431 @ 0.103424
0.10/0.22 c bounds 46 >= -427 @ 0.103531
0.10/0.22 c bounds 46 >= -425 @ 0.103531
0.10/0.22 c bounds 46 >= -423 @ 0.103782
0.10/0.22 c bounds 46 >= -421 @ 0.104235
0.10/0.22 c bounds 46 >= -419 @ 0.104707
0.10/0.22 c bounds 46 >= -417 @ 0.105175
0.10/0.22 c bounds 46 >= -415 @ 0.105626
0.10/0.22 c bounds 46 >= -413 @ 0.106081
0.10/0.23 c bounds 45 >= -413 @ 0.109547
0.10/0.23 c bounds 45 >= -409 @ 0.110036
0.10/0.23 c bounds 45 >= -407 @ 0.110485
0.10/0.23 c bounds 45 >= -405 @ 0.110518
0.10/0.23 c bounds 45 >= -403 @ 0.110518
0.10/0.23 c bounds 45 >= -401 @ 0.110899
0.10/0.23 c bounds 45 >= -399 @ 0.111348
0.10/0.23 c bounds 45 >= -397 @ 0.111523
0.10/0.23 c bounds 45 >= -395 @ 0.111523
0.10/0.23 c bounds 45 >= -393 @ 0.111753
0.10/0.23 c bounds 45 >= -391 @ 0.112197
0.10/0.23 c bounds 45 >= -389 @ 0.112442
0.10/0.23 c bounds 45 >= -387 @ 0.112442
0.10/0.24 c bounds 45 >= -383 @ 0.112534
0.10/0.24 c bounds 45 >= -381 @ 0.113026
0.10/0.24 c bounds 45 >= -379 @ 0.11348
0.10/0.24 c bounds 45 >= -377 @ 0.113535
0.10/0.24 c bounds 45 >= -375 @ 0.113535
0.10/0.24 c bounds 45 >= -373 @ 0.113545
0.10/0.24 c bounds 45 >= -371 @ 0.113545
0.10/0.24 c bounds 45 >= -369 @ 0.114039
0.10/0.24 c bounds 45 >= -367 @ 0.114519
0.10/0.24 c bounds 45 >= -365 @ 0.114997
0.10/0.24 c bounds 45 >= -363 @ 0.11566
0.10/0.24 c bounds 45 >= -361 @ 0.118254
0.10/0.25 c bounds 44 >= -361 @ 0.128954
0.10/0.26 c bounds 44 >= -359 @ 0.129527
0.10/0.26 c bounds 44 >= -357 @ 0.130256
0.10/0.26 c bounds 44 >= -355 @ 0.131186
0.10/0.26 c bounds 44 >= -353 @ 0.133451
0.10/0.27 c bounds 44 >= -351 @ 0.138374
0.10/0.27 c bounds 44 >= -349 @ 0.14545
0.10/0.29 c bounds 43 >= -349 @ 0.156808
0.10/0.29 c bounds 43 >= -347 @ 0.157362
0.10/0.29 c bounds 43 >= -345 @ 0.157599
0.10/0.29 c bounds 43 >= -343 @ 0.158758
0.10/0.29 c bounds 42 >= -343 @ 0.163107
0.10/0.30 c bounds 42 >= -341 @ 0.165458
0.10/0.30 c bounds 42 >= -339 @ 0.16819
0.10/0.30 c bounds 41 >= -339 @ 0.172547
0.20/0.31 c bounds 41 >= -337 @ 0.176504
0.20/0.32 c bounds 40 >= -337 @ 0.181308
0.20/0.37 c bounds 40 >= -335 @ 0.232864
0.20/0.38 c bounds 39 >= -335 @ 0.239583
0.20/0.38 c bounds 38 >= -335 @ 0.246628
0.20/0.39 c #Conflicts: 1000 | #Constraints: 2638
0.20/0.39 c bounds 37 >= -335 @ 0.255227
0.30/0.42 c bounds 37 >= -333 @ 0.2805
0.30/0.43 c bounds 36 >= -333 @ 0.286278
0.30/0.43 c bounds 35 >= -333 @ 0.290357
0.30/0.44 c bounds 34 >= -333 @ 0.297543
0.30/0.46 c bounds 33 >= -333 @ 0.314023
0.40/0.51 c bounds 33 >= -331 @ 0.372721
0.49/0.67 c #Conflicts: 2000 | #Constraints: 3709
0.49/0.67 c INPROCESSING
0.49/0.67 c GARBAGE COLLECT
0.49/0.67 c bounds 32 >= -331 @ 0.522205
0.59/0.72 c bounds 31 >= -331 @ 0.572052
0.59/0.75 c bounds 31 >= -329 @ 0.601556
0.69/0.82 c bounds 30 >= -329 @ 0.667234
0.79/0.91 c #Conflicts: 3000 | #Constraints: 3568
0.79/0.91 c bounds 30 >= -327 @ 0.750104
0.79/0.96 c bounds 29 >= -327 @ 0.800133
0.79/0.99 c bounds 28 >= -327 @ 0.831807
0.89/1.03 c bounds 27 >= -327 @ 0.868083
0.89/1.07 c bounds 26 >= -327 @ 0.90671
0.99/1.11 c bounds 24 >= -327 @ 0.942672
1.09/1.25 c #Conflicts: 4000 | #Constraints: 4648
1.09/1.25 c INPROCESSING
1.09/1.25 c GARBAGE COLLECT
1.09/1.25 c bounds 22 >= -327 @ 1.07321
1.19/1.30 c bounds 21 >= -327 @ 1.12737
1.19/1.30 c bounds 21 >= -324 @ 1.12775
1.19/1.30 c bounds 21 >= -321 @ 1.1281
1.19/1.31 c bounds 21 >= -320 @ 1.12848
1.19/1.31 c bounds 21 >= -319 @ 1.12855
1.19/1.31 c bounds 21 >= -318 @ 1.12855
1.19/1.31 c bounds 21 >= -317 @ 1.12855
1.19/1.31 c bounds 21 >= -316 @ 1.12855
1.19/1.31 c bounds 21 >= -315 @ 1.12878
1.19/1.31 c bounds 21 >= -312 @ 1.12923
1.19/1.31 c bounds 21 >= -311 @ 1.12967
1.19/1.31 c bounds 21 >= -310 @ 1.13012
1.19/1.31 c bounds 21 >= -309 @ 1.13062
1.19/1.31 c bounds 21 >= -308 @ 1.13108
1.19/1.31 c bounds 21 >= -307 @ 1.13153
1.19/1.35 c bounds 20 >= -307 @ 1.16616
1.19/1.35 c bounds 20 >= -305 @ 1.16669
1.19/1.35 c bounds 20 >= -304 @ 1.16717
1.19/1.35 c bounds 20 >= -303 @ 1.16766
1.19/1.35 c bounds 20 >= -302 @ 1.16813
1.19/1.35 c bounds 20 >= -301 @ 1.1686
1.19/1.35 c bounds 20 >= -300 @ 1.16915
1.19/1.35 c bounds 20 >= -298 @ 1.16966
1.19/1.35 c bounds 20 >= -297 @ 1.17015
1.19/1.35 c bounds 20 >= -295 @ 1.17066
1.19/1.35 c bounds 20 >= -292 @ 1.17114
1.19/1.35 c bounds 20 >= -291 @ 1.17159
1.19/1.35 c bounds 20 >= -290 @ 1.17205
1.19/1.35 c bounds 20 >= -289 @ 1.17251
1.19/1.36 c bounds 20 >= -288 @ 1.18273
1.19/1.36 c bounds 20 >= -287 @ 1.18321
1.19/1.36 c bounds 20 >= -284 @ 1.18369
1.19/1.37 c bounds 20 >= -283 @ 1.18417
1.19/1.37 c bounds 20 >= -282 @ 1.18469
1.19/1.37 c bounds 20 >= -281 @ 1.18516
1.19/1.37 c bounds 20 >= -280 @ 1.18545
1.19/1.37 c bounds 20 >= -279 @ 1.18596
1.19/1.37 c bounds 20 >= -276 @ 1.1865
1.19/1.37 c bounds 20 >= -273 @ 1.18703
1.19/1.37 c bounds 20 >= -272 @ 1.18756
1.19/1.37 c bounds 20 >= -270 @ 1.1881
1.19/1.37 c bounds 20 >= -269 @ 1.18862
1.19/1.37 c bounds 20 >= -268 @ 1.18912
1.19/1.37 c bounds 20 >= -267 @ 1.18964
1.19/1.37 c bounds 20 >= -266 @ 1.19029
1.19/1.37 c bounds 20 >= -265 @ 1.19084
1.19/1.37 c bounds 20 >= -264 @ 1.19141
1.19/1.37 c bounds 20 >= -263 @ 1.19199
1.19/1.37 c bounds 20 >= -262 @ 1.19256
1.19/1.37 c bounds 20 >= -261 @ 1.19307
1.19/1.37 c bounds 20 >= -258 @ 1.19336
1.19/1.38 c bounds 20 >= -257 @ 1.19336
1.19/1.38 c bounds 20 >= -256 @ 1.19336
1.19/1.38 c bounds 20 >= -255 @ 1.19336
1.19/1.38 c bounds 20 >= -253 @ 1.19389
1.19/1.38 c bounds 20 >= -252 @ 1.19459
1.19/1.38 c bounds 20 >= -251 @ 1.19516
1.19/1.38 c bounds 20 >= -250 @ 1.19568
1.19/1.38 c bounds 20 >= -249 @ 1.1962
1.19/1.38 c bounds 20 >= -248 @ 1.19635
1.19/1.38 c bounds 20 >= -247 @ 1.19635
1.19/1.38 c bounds 20 >= -246 @ 1.19671
1.19/1.38 c bounds 20 >= -245 @ 1.19743
1.19/1.38 c bounds 20 >= -244 @ 1.19793
1.19/1.38 c bounds 20 >= -242 @ 1.1984
1.19/1.38 c bounds 20 >= -241 @ 1.19897
1.19/1.38 c bounds 20 >= -240 @ 1.19944
1.19/1.38 c bounds 20 >= -239 @ 1.19999
1.19/1.38 c bounds 20 >= -237 @ 1.20055
1.19/1.39 c bounds 20 >= -235 @ 1.20108
1.19/1.39 c bounds 20 >= -234 @ 1.20169
1.19/1.39 c bounds 20 >= -233 @ 1.20222
1.49/1.65 c #Conflicts: 5000 | #Constraints: 4299
1.49/1.65 c bounds 19 >= -233 @ 1.45176
1.49/1.65 c bounds 19 >= -231 @ 1.45253
1.49/1.65 c bounds 19 >= -230 @ 1.45323
1.49/1.65 c bounds 19 >= -229 @ 1.45383
1.49/1.65 c bounds 19 >= -228 @ 1.45443
1.49/1.65 c bounds 19 >= -227 @ 1.45501
1.49/1.65 c bounds 19 >= -226 @ 1.45555
1.49/1.65 c bounds 19 >= -225 @ 1.45561
1.49/1.65 c bounds 19 >= -224 @ 1.45574
1.49/1.65 c bounds 19 >= -223 @ 1.45632
1.49/1.65 c bounds 19 >= -222 @ 1.45676
1.49/1.65 c bounds 19 >= -221 @ 1.4574
1.49/1.65 c bounds 19 >= -220 @ 1.4582
1.49/1.66 c bounds 19 >= -219 @ 1.4594
1.49/1.66 c bounds 19 >= -218 @ 1.46072
1.49/1.66 c bounds 19 >= -217 @ 1.46191
1.49/1.69 c bounds 19 >= -216 @ 1.49539
1.59/1.70 c bounds 19 >= -215 @ 1.49989
1.59/1.70 c bounds 19 >= -214 @ 1.50894
1.59/1.72 c bounds 19 >= -213 @ 1.52249
1.59/1.72 c bounds 19 >= -212 @ 1.5234
1.59/1.74 c bounds 19 >= -211 @ 1.54304
1.59/1.75 c #Conflicts: 6000 | #Constraints: 5548
1.59/1.75 c bounds 19 >= -210 @ 1.5516
1.59/1.76 c bounds 19 >= -209 @ 1.55823
1.59/1.77 c bounds 19 >= -208 @ 1.56735
1.59/1.78 c bounds 19 >= -207 @ 1.57635
1.99/2.13 c INPROCESSING
1.99/2.13 c GARBAGE COLLECT
1.99/2.13 c rational objective 2
2.18/2.31 c bounds 19 >= -206 @ 2.08305
2.18/2.39 c #Conflicts: 7000 | #Constraints: 4425
2.18/2.39 c bounds 19 >= -205 @ 2.14845
2.78/2.93 c #Conflicts: 8000 | #Constraints: 5452
2.78/2.93 c #Conflicts: 9000 | #Constraints: 6452
2.78/2.93 c INPROCESSING
2.78/2.93 c GARBAGE COLLECT
2.78/2.93 c bounds 19 >= -204 @ 2.67697
2.78/2.93 c bounds 19 >= -203 @ 2.67753
2.78/2.93 c bounds 19 >= -202 @ 2.67774
2.78/2.93 c bounds 19 >= -201 @ 2.67774
2.78/2.93 c bounds 19 >= -200 @ 2.67774
2.78/2.93 c bounds 19 >= -199 @ 2.67774
2.78/2.93 c bounds 19 >= -198 @ 2.67802
2.78/2.93 c bounds 19 >= -197 @ 2.67872
2.78/2.93 c bounds 19 >= -196 @ 2.67874
2.78/2.93 c bounds 19 >= -195 @ 2.67874
2.78/2.93 c bounds 19 >= -194 @ 2.67936
2.78/2.93 c bounds 19 >= -193 @ 2.6799
2.78/2.94 c bounds 19 >= -192 @ 2.68046
2.78/2.94 c bounds 19 >= -191 @ 2.68198
2.78/2.94 c bounds 19 >= -190 @ 2.68338
2.78/2.94 c bounds 19 >= -189 @ 2.68624
2.78/2.95 c bounds 19 >= -188 @ 2.69389
2.78/2.96 c bounds 19 >= -187 @ 2.69981
2.78/2.97 c bounds 19 >= -186 @ 2.71117
2.78/2.97 c bounds 19 >= -185 @ 2.71462
2.78/3.00 c #Conflicts: 10000 | #Constraints: 5313
2.78/3.00 c bounds 19 >= -184 @ 2.73757
2.89/3.05 c bounds 19 >= -183 @ 2.78456
2.89/3.06 c bounds 19 >= -182 @ 2.79927
2.98/3.18 c #Conflicts: 11000 | #Constraints: 6394
2.98/3.18 c bounds 19 >= -181 @ 2.90966
3.39/3.59 c #Conflicts: 12000 | #Constraints: 7442
3.39/3.59 c INPROCESSING
3.39/3.59 c GARBAGE COLLECT
3.39/3.59 c #Conflicts: 13000 | #Constraints: 5757
3.39/3.59 c #Conflicts: 14000 | #Constraints: 6757
3.39/3.59 c bounds 19 >= -180 @ 3.30398
3.48/3.65 c bounds 18 >= -180 @ 3.3621
3.99/4.10 c #Conflicts: 15000 | #Constraints: 7806
3.99/4.10 c INPROCESSING
3.99/4.10 c GARBAGE COLLECT
3.99/4.10 c rational objective 2
3.99/4.11 c bounds 18 >= -179 @ 3.80008
3.99/4.12 c bounds 18 >= -178 @ 3.80798
3.99/4.13 c bounds 18 >= -177 @ 3.81516
3.99/4.13 c bounds 18 >= -176 @ 3.82058
3.99/4.14 c bounds 18 >= -175 @ 3.82917
3.99/4.18 c bounds 18 >= -174 @ 3.86325
4.08/4.23 c #Conflicts: 16000 | #Constraints: 6126
4.08/4.23 c bounds 18 >= -173 @ 3.92003
4.17/4.39 c #Conflicts: 17000 | #Constraints: 7147
4.17/4.39 c #Conflicts: 18000 | #Constraints: 8147
4.17/4.39 c bounds 18 >= -172 @ 4.07183
4.58/4.79 c INPROCESSING
4.58/4.79 c GARBAGE COLLECT
4.58/4.79 c #Conflicts: 19000 | #Constraints: 6087
4.58/4.79 c bounds 18 >= -171 @ 4.45092
4.78/4.93 c bounds 17 >= -171 @ 4.58597
4.78/4.93 c bounds 17 >= -170 @ 4.58832
4.78/4.94 c bounds 17 >= -169 @ 4.59466
4.78/4.94 c bounds 17 >= -168 @ 4.59772
4.88/5.00 c #Conflicts: 20000 | #Constraints: 7155
4.88/5.00 c bounds 17 >= -167 @ 4.65889
4.88/5.06 c bounds 15 >= -167 @ 4.70648
5.37/5.50 c #Conflicts: 21000 | #Constraints: 8207
5.37/5.50 c INPROCESSING
5.37/5.50 c GARBAGE COLLECT
5.37/5.50 c rational objective 2
5.47/5.62 c bounds 14 >= -167 @ 5.25517
5.47/5.64 c bounds 12 >= -167 @ 5.26646
5.47/5.64 c bounds 11 >= -167 @ 5.27211
5.58/5.73 c #Conflicts: 22000 | #Constraints: 5925
5.58/5.73 c bounds 10 >= -167 @ 5.35794
5.68/5.83 c bounds 9 >= -167 @ 5.45646
5.98/6.16 c #Conflicts: 23000 | #Constraints: 6927
5.98/6.16 c #Conflicts: 24000 | #Constraints: 7927
5.98/6.16 c bounds 9 >= -166 @ 5.77333
6.58/6.72 c #Conflicts: 25000 | #Constraints: 9005
6.58/6.72 c INPROCESSING
6.58/6.72 c GARBAGE COLLECT
6.58/6.72 c #Conflicts: 26000 | #Constraints: 6604
6.58/6.72 c bounds 8 >= -166 @ 6.31499
7.18/7.30 c #Conflicts: 27000 | #Constraints: 7616
7.18/7.30 c #Conflicts: 28000 | #Constraints: 8616
7.18/7.30 c bounds 8 >= -165 @ 6.87628
7.37/7.58 c #Conflicts: 29000 | #Constraints: 9658
7.37/7.58 c INPROCESSING
7.37/7.58 c GARBAGE COLLECT
7.37/7.58 c rational objective 2
8.77/8.97 c #Conflicts: 30000 | #Constraints: 6987
8.77/8.97 c #Conflicts: 31000 | #Constraints: 8019
8.77/8.97 c #Conflicts: 32000 | #Constraints: 9042
8.77/8.97 c bounds 7 >= -165 @ 8.47335
9.36/9.50 c #Conflicts: 33000 | #Constraints: 10066
9.36/9.50 c INPROCESSING
9.36/9.50 c GARBAGE COLLECT
9.36/9.50 c #Conflicts: 34000 | #Constraints: 7217
9.36/9.50 c #Conflicts: 35000 | #Constraints: 8218
9.36/9.50 c bounds 7 >= -164 @ 8.97811
9.77/9.99 c #Conflicts: 36000 | #Constraints: 9268
9.77/9.99 c #Conflicts: 37000 | #Constraints: 10268
9.77/9.99 c INPROCESSING
9.77/9.99 c GARBAGE COLLECT
9.77/9.99 c rational objective 2
11.16/11.34 c #Conflicts: 38000 | #Constraints: 7240
11.16/11.34 c #Conflicts: 39000 | #Constraints: 8240
11.16/11.34 c #Conflicts: 40000 | #Constraints: 9240
11.16/11.34 c #Conflicts: 41000 | #Constraints: 10240
11.16/11.34 c INPROCESSING
11.16/11.34 c GARBAGE COLLECT
11.16/11.34 c rational objective 2
12.16/12.32 c #Conflicts: 42000 | #Constraints: 7034
12.16/12.32 c #Conflicts: 43000 | #Constraints: 8034
12.16/12.32 c #Conflicts: 44000 | #Constraints: 9035
12.16/12.32 c #Conflicts: 45000 | #Constraints: 10038
12.16/12.32 c #Conflicts: 46000 | #Constraints: 11038
12.16/12.32 c INPROCESSING
12.16/12.32 c GARBAGE COLLECT
12.16/12.32 c rational objective 2
13.05/13.20 c #Conflicts: 47000 | #Constraints: 7626
13.05/13.20 c #Conflicts: 48000 | #Constraints: 8626
13.05/13.20 c bounds 7 >= -163 @ 12.5633
13.76/13.95 c #Conflicts: 49000 | #Constraints: 9692
13.76/13.95 c #Conflicts: 50000 | #Constraints: 10692
13.76/13.95 c #Conflicts: 51000 | #Constraints: 11692
13.76/13.95 c INPROCESSING
13.76/13.95 c GARBAGE COLLECT
13.76/13.95 c rational objective 2
14.65/14.85 c #Conflicts: 52000 | #Constraints: 8067
14.65/14.85 c #Conflicts: 53000 | #Constraints: 9067
14.65/14.85 c #Conflicts: 54000 | #Constraints: 10067
14.65/14.85 c #Conflicts: 55000 | #Constraints: 11067
14.65/14.85 c #Conflicts: 56000 | #Constraints: 12067
14.65/14.85 c INPROCESSING
14.65/14.85 c GARBAGE COLLECT
14.65/14.85 c rational objective 2
15.15/15.39 c #Conflicts: 57000 | #Constraints: 8255
15.15/15.39 c bounds 6 >= -163 @ 14.6769
15.45/15.62 c #Conflicts: 58000 | #Constraints: 9308
15.45/15.62 c bounds 5 >= -163 @ 14.9013
16.14/16.39 c #Conflicts: 59000 | #Constraints: 10324
16.14/16.39 c #Conflicts: 60000 | #Constraints: 11324
16.14/16.39 c #Conflicts: 61000 | #Constraints: 12324
16.14/16.39 c INPROCESSING
16.14/16.39 c GARBAGE COLLECT
16.14/16.39 c rational objective 2
16.55/16.70 c bounds 4 >= -163 @ 15.959
17.44/17.63 c #Conflicts: 62000 | #Constraints: 8328
17.44/17.63 c #Conflicts: 63000 | #Constraints: 9369
17.44/17.63 c #Conflicts: 64000 | #Constraints: 10393
17.44/17.63 c bounds 3 >= -163 @ 16.8432
18.34/18.51 c #Conflicts: 65000 | #Constraints: 11422
18.34/18.51 c #Conflicts: 66000 | #Constraints: 12438
18.34/18.51 c INPROCESSING
18.34/18.51 c GARBAGE COLLECT
18.34/18.51 c rational objective 2
18.94/19.14 c #Conflicts: 67000 | #Constraints: 8177
18.94/19.14 c #Conflicts: 68000 | #Constraints: 9184
18.94/19.14 c bounds 3 >= -162 @ 18.3112
19.14/19.39 c bounds 3 >= -161 @ 18.5587
19.54/19.77 c #Conflicts: 69000 | #Constraints: 10296
19.54/19.77 c #Conflicts: 70000 | #Constraints: 11296
19.54/19.77 c bounds 3 >= -160 @ 18.9256
20.14/20.32 c #Conflicts: 71000 | #Constraints: 12338
20.14/20.32 c #Conflicts: 72000 | #Constraints: 13338
20.14/20.32 c INPROCESSING
20.14/20.32 c GARBAGE COLLECT
20.14/20.32 c rational objective 2
20.74/20.92 c #Conflicts: 73000 | #Constraints: 8835
20.74/20.92 c #Conflicts: 74000 | #Constraints: 9835
20.74/20.92 c bounds 3 >= -159 @ 20.0403
21.24/21.48 c #Conflicts: 75000 | #Constraints: 10859
21.24/21.48 c #Conflicts: 76000 | #Constraints: 11859
21.24/21.48 c #Conflicts: 77000 | #Constraints: 12859
21.24/21.48 c #Conflicts: 78000 | #Constraints: 13860
21.24/21.48 c INPROCESSING
21.24/21.48 c GARBAGE COLLECT
21.24/21.48 c rational objective 2
22.03/22.26 c #Conflicts: 79000 | #Constraints: 9200
22.03/22.26 c #Conflicts: 80000 | #Constraints: 10202
22.03/22.26 c bounds 3 >= -158 @ 21.3435
22.73/22.92 c #Conflicts: 81000 | #Constraints: 11245
22.73/22.92 c #Conflicts: 82000 | #Constraints: 12245
22.73/22.92 c #Conflicts: 83000 | #Constraints: 13249
22.73/22.92 c #Conflicts: 84000 | #Constraints: 14261
22.73/22.92 c INPROCESSING
22.73/22.92 c GARBAGE COLLECT
22.73/22.92 c rational objective 2
22.83/23.04 c bounds 3 >= -157 @ 22.0894
23.13/23.35 c #Conflicts: 85000 | #Constraints: 9094
23.13/23.35 c bounds 3 >= -156 @ 22.3884
23.23/23.43 c bounds 3 >= -155 @ 22.4623
23.43/23.60 c #Conflicts: 86000 | #Constraints: 10154
23.43/23.60 c bounds 3 >= -154 @ 22.6319
23.73/23.99 c #Conflicts: 87000 | #Constraints: 11193
23.73/23.99 c #Conflicts: 88000 | #Constraints: 12193
23.73/23.99 c #Conflicts: 89000 | #Constraints: 13193
23.73/23.99 c bounds 3 >= -153 @ 23.0126
24.23/24.41 c #Conflicts: 90000 | #Constraints: 14229
24.23/24.41 c INPROCESSING
24.23/24.41 c GARBAGE COLLECT
24.23/24.41 c rational objective 2
24.72/24.91 c #Conflicts: 91000 | #Constraints: 9113
24.72/24.91 c #Conflicts: 92000 | #Constraints: 10125
24.72/24.91 c bounds 2 >= -153 @ 23.8967
24.72/24.92 c bounds 2 >= 2 @ 23.9122
24.72/24.92 c cpu time 23.9122 s
24.72/24.92 c deterministic time 762782988 7.63e+08
24.72/24.92 c optimization time 0.079102 s
24.72/24.92 c total solve time 23.8292 s
24.72/24.92 c core-guided solve time 12.5271 s
24.72/24.92 c propagation time 12.5716 s
24.72/24.92 c conflict analysis time 6.399 s
24.72/24.92 c propagations 8327968
24.72/24.92 c resolve steps 910371
24.72/24.92 c decisions 349226
24.72/24.92 c conflicts 92378
24.72/24.92 c restarts 254
24.72/24.92 c inprocessing phases 22
24.72/24.92 c garbage collections 22 ,( 100.00 )
24.72/24.92 c input clauses 1538 ,( 40.99 )
24.72/24.92 c input cardinalities 1140 ,( 30.38 )
24.72/24.92 c input general constraints 1074 ,( 28.62 )
24.72/24.92 c input average constraint length 77.61
24.72/24.92 c input average constraint degree 36.69
24.72/24.92 c learned clauses 44993 ,( 48.35 )
24.72/24.92 c learned cardinalities 168 ,( 0.18 )
24.72/24.92 c learned general constraints 47897 ,( 51.47 )
24.72/24.92 c learned average constraint length 145.16
24.72/24.92 c learned average constraint degree 1821331570.87
24.72/24.92 c watched CF 32, 64, 128, Arb: 9225 , 0 , 0 , 0
24.72/24.92 c counting CF 32, 64, 128, Arb: 39747 , 0 , 0 , 0
24.72/24.92 c watched constraints 9225 ,( 18.84 )
24.72/24.92 c counting constraints 39746 ,( 81.16 )
24.72/24.92 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 7478790 , 3048845 , 53537407 ,( 1880365 , 51657042 )
24.72/24.92 c gcd simplifications 2405
24.72/24.92 c detected cardinalities 18
24.72/24.92 c weakened non-implied lits 6125512
24.72/24.92 c weakened non-implying lits 12507
24.72/24.92 c original variables 906
24.72/24.92 c clausal propagations 2292817
24.72/24.92 c cardinality propagations 817904
24.72/24.92 c watched propagations 15639
24.72/24.92 c counting propagations 4805094
24.72/24.92 c watch lookups 405702806
24.72/24.92 c watch backjump lookups 0
24.72/24.92 c watch checks 84985940
24.72/24.92 c propagation checks 217020399
24.72/24.92 c constraint additions 37492060
24.72/24.92 c trail pops 8768891
24.72/24.92 c formula constraints 1039
24.72/24.92 c learned constraints 91940
24.72/24.92 c bound constraints 289
24.72/24.92 c core-guided constraints 2424
24.72/24.92 c encountered formula constraints 254120
24.72/24.92 c encountered learned constraints 435268
24.72/24.92 c encountered bound constraints 48
24.72/24.92 c encountered core-guided constraints 290710
24.72/24.92 c LP total time 7.73752 s
24.72/24.92 c LP solve time 5.57 s
24.72/24.92 c LP constraints added 1056
24.72/24.92 c LP constraints removed 16
24.72/24.92 c LP pivots internal 92401
24.72/24.92 c LP pivots root 43296
24.72/24.92 c LP calls 865
24.72/24.92 c LP optimalities 308
24.72/24.92 c LP no pivot count 71
24.72/24.92 c LP infeasibilities 553
24.72/24.92 c LP valid Farkas constraints 550
24.72/24.92 c LP learned Farkas constraints 551
24.72/24.92 c LP basis resets 1
24.72/24.92 c LP cycling count 0
24.72/24.92 c LP singular count 0
24.72/24.92 c LP no primal count 0
24.72/24.92 c LP no farkas count 1
24.72/24.92 c LP other issue count 0
24.72/24.92 c LP Gomory cuts 17
24.72/24.92 c LP learned cuts 0
24.72/24.92 c LP deleted cuts 16
24.72/24.92 c LP encountered Gomory constraints 0
24.72/24.92 c LP encountered Farkas constraints 19243
24.72/24.92 c LP encountered learned Farkas constraints 2808
24.72/24.92 c CG auxiliary variables introduced 889
24.72/24.92 c CG solutions found 45
24.72/24.92 c CG cores constructed 243
24.72/24.92 c CG core cardinality constraints returned 27
24.72/24.92 c CG unit cores 1
24.72/24.92 c CG single cores 213
24.72/24.92 c CG blocks removed during cardinality reduction 0
24.72/24.92 c CG first core best 0
24.72/24.92 c CG decision core best 18
24.72/24.92 c CG core reduction tie 11
24.72/24.92 c CG core degree average 1.15
24.72/24.92 c CG core slack average 7.71
24.72/24.92 c CG core upper bound improvements 0
24.72/24.92 c STR number of successful calls 0
24.72/24.92 c STR number of unsuccessful calls 0
24.72/24.92 c STR number of inconclusive calls 0
24.72/24.92 c STR number of successful attempts 0
24.72/24.92 c STR number of unsuccessful attempts 0
24.72/24.92 c STR number of inconclusive attempts 0
24.72/24.92 c STR average degree increase per successful call inf
24.72/24.92 c STR average degree increase per successful attempt inf
24.72/24.92 c STR total number of conflicts for successful attempts 0
24.72/24.92 c STR total number of conflicts for unsuccessful attempts 0
24.72/24.92 c STR total number of conflicts for inconclusive attempts 0
24.72/24.92 c STR average number of conflicts per successful attempt inf
24.72/24.92 c STR average number of conflicts per unsuccessful attempt inf
24.72/24.92 c STR average number of conflicts per inconclusive attempt inf
24.72/24.92 c AVG.sumWPerc 60.64
24.72/24.92 c bigint constraints 0
24.72/24.92 o 2
24.72/24.92 s OPTIMUM FOUND
24.72/24.92 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 15 15:06:39 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 2 <= obj <= 2
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 2 <= obj <= 2
--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 (46399 MiB free)
memory of node 1: 64465 MiB (62956 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531884-1752584603/watcher-4531884-1752584603 -o /tmp/evaluation-result-4531884-1752584603/solver-4531884-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752584602-133355 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531884-1752584603.opb PROOFDIR/proof-4531884-1752584603
running on 2 cores: 1,3
CPU governors:
performance: 1 3
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=133412, runsolver pid=133406
Current StackSize limit: 8192 KiB
[startup+0.100064 s]*
/proc/loadavg: 0.27 0.34 0.25 2/262 133422
/proc/meminfo: memFree=111981348/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=50800 memory=6272 CPUtime=0 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 174136917 52019200 1536 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 12700 1568 1504 1147 0 126 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 54992 KiB
Current children cumulated memory: 9216 KiB
[startup+0.205189 s]*
/proc/loadavg: 0.27 0.34 0.25 4/263 133427
/proc/meminfo: memFree=111977368/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=59372 memory=15540 CPUtime=0.1 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 1485 0 0 0 9 1 0 0 20 0 1 0 174136917 60796928 3885 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 14843 3885 2400 1147 0 2269 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63564 KiB
Current children cumulated memory: 18484 KiB
[startup+0.305025 s]*
/proc/loadavg: 0.27 0.34 0.25 4/263 133427
/proc/meminfo: memFree=111965712/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=64828 memory=21044 CPUtime=0.2 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 2863 0 0 0 17 3 0 0 20 0 1 0 174136917 66383872 5261 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 16207 5261 2400 1147 0 3633 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69020 KiB
Current children cumulated memory: 23988 KiB
[startup+0.700147 s]
/proc/loadavg: 0.27 0.34 0.25 5/263 133428
/proc/meminfo: memFree=111995504/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=72400 memory=30232 CPUtime=0.59 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 4621 0 0 0 54 5 0 0 20 0 1 0 174136917 74137600 7558 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 18100 7558 2400 1147 0 5526 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 76592 KiB
Current children cumulated memory: 33176 KiB
[startup+1.50017 s]
/proc/loadavg: 0.27 0.34 0.25 3/263 133428
/proc/meminfo: memFree=111947228/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=83968 memory=39832 CPUtime=1.38 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 7004 0 0 0 130 8 0 0 20 0 1 0 174136917 85983232 9958 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 20992 9958 2432 1147 0 8418 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 88160 KiB
Current children cumulated memory: 42776 KiB
[startup+3.10532 s]
/proc/loadavg: 0.27 0.34 0.25 3/258 133436
/proc/meminfo: memFree=111779320/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=86460 memory=42904 CPUtime=2.98 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 7785 0 0 0 283 15 0 0 20 0 1 0 174136917 88535040 10726 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 21615 10726 2432 1147 0 9041 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 90652 KiB
Current children cumulated memory: 45848 KiB
[startup+6.30013 s]
/proc/loadavg: 0.57 0.40 0.27 3/258 133436
/proc/meminfo: memFree=111761908/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=88820 memory=45080 CPUtime=6.17 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 8331 0 0 0 590 27 0 0 20 0 1 0 174136917 90951680 11270 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 22205 11270 2432 1147 0 9631 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 93012 KiB
Current children cumulated memory: 48024 KiB
[startup+12.7001 s]
/proc/loadavg: 1.00 0.49 0.30 3/260 133455
/proc/meminfo: memFree=111599000/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=122348 memory=71556 CPUtime=12.56 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 13913 0 0 0 1208 48 0 0 20 0 1 0 174136917 125284352 17889 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 30587 17889 2432 1147 0 18013 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 126540 KiB
Current children cumulated memory: 74500 KiB
[startup+25.1378 s]
# the end of solver process 133412 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=23.9229 s, system=0.895945 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 1.00 0.49 0.30 3/260 133455
/proc/meminfo: memFree=111599000/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=122348 memory=71556 CPUtime=12.66 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 13913 0 0 0 1217 49 0 0 20 0 1 0 174136917 125284352 17889 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 30587 17889 2432 1147 0 18013 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 126540 KiB
Current children cumulated memory: 74500 KiB
[startup+19.2002 s]
/proc/loadavg: 1.24 0.55 0.32 4/263 133649
/proc/meminfo: memFree=111325808/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137632 memory=83588 CPUtime=19.04 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 16914 0 0 0 1836 68 0 0 20 0 1 0 174136917 140935168 20897 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34408 20897 2432 1147 0 21834 0
Current children cumulated CPU time: 19.04 s
Current children cumulated vsize: 141824 KiB
Current children cumulated memory: 86532 KiB
[startup+22.4001 s]
/proc/loadavg: 1.46 0.61 0.34 5/268 133660
/proc/meminfo: memFree=111125644/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137868 memory=83716 CPUtime=22.24 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 16960 0 0 0 2147 77 0 0 20 0 1 0 174136917 141176832 20929 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34467 20929 2432 1147 0 21893 0
Current children cumulated CPU time: 22.24 s
Current children cumulated vsize: 142060 KiB
Current children cumulated memory: 86660 KiB
[startup+24.0001 s]*
/proc/loadavg: 1.46 0.61 0.34 5/268 133660
/proc/meminfo: memFree=111093388/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137868 memory=83716 CPUtime=23.83 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 16963 0 0 0 2302 81 0 0 20 0 1 0 174136917 141176832 20929 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34467 20929 2432 1147 0 21893 0
Current children cumulated CPU time: 23.83 s
Current children cumulated vsize: 142060 KiB
Current children cumulated memory: 86660 KiB
[startup+24.8002 s]
/proc/loadavg: 1.46 0.61 0.34 5/268 133660
/proc/meminfo: memFree=111093388/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137868 memory=83716 CPUtime=24.63 cores=1,3
/proc/133417/stat : 133417 (roundingsat) R 133412 133412 133343 0 -1 4194304 16963 0 0 0 2379 84 0 0 20 0 1 0 174136917 141176832 20929 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34467 20929 2432 1147 0 21893 0
Current children cumulated CPU time: 24.63 s
Current children cumulated vsize: 142060 KiB
Current children cumulated memory: 86660 KiB
[startup+25.0002 s]*
/proc/loadavg: 1.75 0.68 0.36 6/270 133662
/proc/meminfo: memFree=111098900/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137868 memory=83716 CPUtime=24.78 cores=1,3
/proc/133417/stat : 133417 (roundingsat) D 133412 133412 133343 0 -1 4194304 16964 0 0 0 2391 87 0 0 20 0 1 0 174136917 141176832 20929 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34467 20929 2432 1147 0 21893 0
Current children cumulated CPU time: 24.78 s
Current children cumulated vsize: 142060 KiB
Current children cumulated memory: 86660 KiB
[startup+25.1056 s]
/proc/loadavg: 1.75 0.68 0.36 6/270 133662
/proc/meminfo: memFree=111098900/131250000 swapFree=33008356/33010684
[pid=133412] ppid=133406 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/133412/stat : 133412 (run-opt-ls-log.) S 133406 133412 133343 0 -1 4194304 241 633 0 0 0 0 0 0 20 0 1 0 174136910 4292608 736 18446744073709551615 94120661782528 94120662677061 140725329051488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94120662916112 94120662963856 94120667439104 140725329058073 140725329058271 140725329058271 140725329063875 0
/proc/133412/statm: 1048 736 672 219 0 110 0
[pid=133417] ppid=133412 vsize=137868 memory=83716 CPUtime=24.78 cores=1,3
/proc/133417/stat : 133417 (roundingsat) D 133412 133412 133343 0 -1 4194304 16964 0 0 0 2391 87 0 0 20 0 1 0 174136917 141176832 20929 18446744073709551615 4227072 8923577 140721142783072 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 31518720 140721142786292 140721142786598 140721142786598 140721142792170 0
/proc/133417/statm: 34467 20929 2432 1147 0 21893 0
Current children cumulated CPU time: 24.78 s
Current children cumulated vsize: 142060 KiB
Current children cumulated memory: 86660 KiB
Child status: 0
Real time (s): 25.1378
CPU time (s): 24.8189
CPU user time (s): 23.9229
CPU system time (s): 0.895945
CPU usage (%): 98.7312
Max. virtual memory (cumulated for all children) (KiB): 142060
Max. memory (cumulated for all children) (KiB): 86660
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9229
system time used= 0.895945
maximum resident set size= 83716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 377776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6025
involuntary context switches= 69
# summary of solver processes directly reported to runsolver:
# pid: 133412
# total CPU time (s): 24.8189
# total CPU user time (s): 23.9229
# total CPU system time (s): 0.895945
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059991 second user time and 0.132758 second system time
The end
Launcher Data
Begin job on nodeC014 at 2025-07-15 15:03:23
IDJOB=4531884
IDBENCH=146658
IDSOLVER=3392
FILE ID=nodeC014/4531884-1752584603
RUNJOBID= nodeC014-1752584602-133355
SLURM_JOB_ID= 9684344
Free space on /tmp= 431280 MiB
SOLVER NAME= roundingsat-ls+pbsuma-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:98.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531884-1752584603/watcher-4531884-1752584603 -o /tmp/evaluation-result-4531884-1752584603/solver-4531884-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752584602-133355 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531884-1752584603.opb PROOFDIR/proof-4531884-1752584603
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= f3472af25f5f0fee0e9203b0329f534f
RANDOM SEED=1057340159
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 : 3600.093
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.980
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 : 3597.954
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.117
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 : 3599.933
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.268
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 : 3600.172
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 : 3630.651
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: 112057592 kB
MemAvailable: 129559000 kB
Buffers: 696 kB
Cached: 18251008 kB
SwapCached: 1628 kB
Active: 597720 kB
Inactive: 17880516 kB
Active(anon): 220144 kB
Inactive(anon): 30988 kB
Active(file): 377576 kB
Inactive(file): 17849528 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33008356 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 28372 kB
Writeback: 0 kB
AnonPages: 228436 kB
Mapped: 106500 kB
Shmem: 24596 kB
KReclaimable: 227088 kB
Slab: 321536 kB
SReclaimable: 227088 kB
SUnreclaim: 94448 kB
KernelStack: 4176 kB
PageTables: 3356 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 587536 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150472 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 81920 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= 431256 MiB
End job on nodeC014 at 2025-07-15 15:03:49