Trace number 4532439
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.05 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.05 c │ pbsuma -- a PB interface for satsuma │
0.00/0.05 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.05 c │ (c) 2025 Markus Anders │
0.00/0.05 c └────────────────────────────────────────────────────────────────┘
0.00/0.05 c parse 'HOME/instance-4532439-1752584603.opb'
0.00/0.05 c read 0.04MB (0.89ms)
0.00/0.05 c [cnf: #variables 906 #clauses 1040 #duplicates 0 #arr 4544]
0.00/0.05 c output proof to 'PROOFDIR/proof-4532439-1752584603'
0.00/0.05 c
0.00/0.05 c make graph and approximate orbits
0.00/0.06 c [group: #orbits ~= 0] (1.20ms)
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.06 c [group: #symmetries 1.00*10^0 #generators 0] (0.31ms)
0.00/0.06 c
0.00/0.06 c finalize break order and special generators
0.00/0.06 c
0.00/0.06 c generation finished
0.00/0.06 c [sbp: #constraints 0 #add_vars 0]
0.00/0.06 c
0.00/0.06 c write result to 'HOME/instance-4532439-1752584603.opb.pre'
0.00/0.06 c wrote 0.04MB (0.16ms)
0.00/0.06 c ------------------------------------------------------------------
0.00/0.06 c 1.20ms 35.57% approx_orbits
0.00/0.06 c 0.89ms 26.33% parse
0.00/0.06 c 0.63ms 18.59% other
0.00/0.06 c 0.31ms 9.18% detect_generic
0.00/0.06 c 0.16ms 4.83% output
0.00/0.06 c 0.16ms 4.76% detect_special
0.00/0.06 c 0.02ms 0.73% finalize_order
0.00/0.06 c ───────────────────────────────────────────────
0.00/0.06 c 3.37ms 100% total
0.00/0.06 c ------------------------------------------------------------------
0.00/0.09 c RoundingSat 2
0.00/0.09 c branch pb25
0.00/0.09 c commit 0f876b3
0.00/0.10 c #variables 906 #constraints 1039
0.00/0.10 c objective is ce32
0.00/0.10 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.10 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.10 c bounds - >= -553 @ 0.006511
0.01/0.16 c bounds 74 >= -553 @ 0.068333
0.01/0.16 c bounds 74 >= -550 @ 0.068925
0.01/0.16 c bounds 74 >= -547 @ 0.069305
0.01/0.16 c bounds 74 >= -544 @ 0.069665
0.01/0.16 c bounds 74 >= -541 @ 0.070033
0.01/0.16 c bounds 74 >= -538 @ 0.070446
0.01/0.16 c bounds 74 >= -535 @ 0.070598
0.01/0.16 c bounds 74 >= -532 @ 0.070598
0.01/0.16 c bounds 74 >= -529 @ 0.070918
0.01/0.16 c bounds 74 >= -526 @ 0.071411
0.01/0.16 c bounds 73 >= -526 @ 0.072147
0.01/0.17 c bounds 73 >= -523 @ 0.072643
0.01/0.17 c bounds 73 >= -520 @ 0.073112
0.01/0.17 c bounds 73 >= -517 @ 0.073599
0.01/0.17 c bounds 73 >= -514 @ 0.073639
0.01/0.17 c bounds 71 >= -514 @ 0.073639
0.01/0.17 c bounds 71 >= -511 @ 0.073639
0.01/0.17 c bounds 71 >= -508 @ 0.074485
0.01/0.17 c bounds 71 >= -505 @ 0.074617
0.01/0.17 c bounds 59 >= -505 @ 0.074833
0.01/0.20 c bounds 58 >= -505 @ 0.108217
0.01/0.20 c bounds 58 >= -503 @ 0.108703
0.01/0.21 c bounds 58 >= -501 @ 0.109162
0.01/0.21 c bounds 58 >= -499 @ 0.109627
0.01/0.21 c bounds 58 >= -493 @ 0.110103
0.01/0.21 c bounds 58 >= -491 @ 0.110604
0.11/0.21 c bounds 58 >= -489 @ 0.111098
0.11/0.21 c bounds 58 >= -487 @ 0.111377
0.11/0.21 c bounds 58 >= -483 @ 0.111377
0.11/0.21 c bounds 58 >= -481 @ 0.111633
0.11/0.21 c bounds 58 >= -479 @ 0.112153
0.11/0.21 c bounds 58 >= -477 @ 0.112626
0.11/0.21 c bounds 58 >= -475 @ 0.113095
0.11/0.21 c bounds 58 >= -473 @ 0.113576
0.11/0.21 c bounds 58 >= -471 @ 0.114052
0.11/0.21 c bounds 58 >= -469 @ 0.114521
0.11/0.21 c bounds 58 >= -467 @ 0.114982
0.11/0.21 c bounds 58 >= -465 @ 0.11545
0.11/0.21 c bounds 58 >= -463 @ 0.115911
0.11/0.21 c bounds 58 >= -461 @ 0.116374
0.11/0.21 c bounds 58 >= -459 @ 0.116847
0.11/0.21 c bounds 58 >= -457 @ 0.117318
0.11/0.21 c bounds 58 >= -455 @ 0.117424
0.11/0.22 c bounds 58 >= -451 @ 0.117424
0.11/0.22 c bounds 58 >= -447 @ 0.117424
0.11/0.22 c bounds 58 >= -445 @ 0.117424
0.11/0.22 c bounds 58 >= -441 @ 0.117424
0.11/0.22 c bounds 58 >= -437 @ 0.117424
0.11/0.22 c bounds 58 >= -435 @ 0.117674
0.11/0.22 c bounds 58 >= -431 @ 0.118136
0.11/0.22 c bounds 58 >= -429 @ 0.118373
0.11/0.22 c bounds 58 >= -427 @ 0.118373
0.11/0.22 c bounds 58 >= -425 @ 0.118586
0.11/0.22 c bounds 58 >= -423 @ 0.119041
0.11/0.22 c bounds 58 >= -421 @ 0.119499
0.11/0.22 c bounds 58 >= -419 @ 0.119975
0.11/0.22 c bounds 58 >= -417 @ 0.120449
0.11/0.22 c bounds 58 >= -415 @ 0.120928
0.11/0.22 c bounds 58 >= -411 @ 0.121204
0.11/0.22 c bounds 58 >= -409 @ 0.121204
0.11/0.22 c bounds 58 >= -407 @ 0.121348
0.11/0.22 c bounds 58 >= -405 @ 0.121371
0.11/0.22 c bounds 58 >= -403 @ 0.121371
0.11/0.22 c bounds 58 >= -401 @ 0.121371
0.11/0.23 c bounds 58 >= -399 @ 0.121371
0.11/0.23 c bounds 58 >= -397 @ 0.121371
0.11/0.23 c bounds 58 >= -395 @ 0.121371
0.11/0.23 c bounds 58 >= -393 @ 0.121371
0.11/0.23 c bounds 58 >= -391 @ 0.121371
0.11/0.23 c bounds 58 >= -389 @ 0.121611
0.11/0.23 c bounds 58 >= -387 @ 0.122136
0.11/0.23 c bounds 58 >= -385 @ 0.12257
0.11/0.23 c bounds 58 >= -383 @ 0.123048
0.11/0.23 c bounds 58 >= -381 @ 0.123513
0.11/0.23 c bounds 58 >= -379 @ 0.124012
0.11/0.23 c bounds 58 >= -377 @ 0.124518
0.11/0.23 c bounds 58 >= -375 @ 0.125028
0.11/0.23 c bounds 58 >= -373 @ 0.125571
0.11/0.23 c bounds 58 >= -371 @ 0.126049
0.11/0.23 c bounds 58 >= -369 @ 0.126854
0.11/0.23 c bounds 58 >= -367 @ 0.1274
0.11/0.23 c bounds 58 >= -365 @ 0.128649
0.11/0.24 c bounds 58 >= -363 @ 0.129328
0.11/0.24 c bounds 58 >= -361 @ 0.129821
0.11/0.24 c bounds 58 >= -359 @ 0.130653
0.11/0.24 c bounds 58 >= -357 @ 0.13168
0.11/0.24 c bounds 58 >= -355 @ 0.133179
0.11/0.24 c bounds 58 >= -353 @ 0.13361
0.11/0.25 c bounds 58 >= -351 @ 0.138476
0.11/0.26 c bounds 58 >= -349 @ 0.153142
0.21/0.31 c bounds 57 >= -349 @ 0.197784
0.21/0.31 c bounds 57 >= -347 @ 0.198385
0.21/0.32 c bounds 57 >= -345 @ 0.199011
0.21/0.32 c bounds 57 >= -343 @ 0.199128
0.21/0.32 c bounds 57 >= -341 @ 0.204978
0.21/0.32 c bounds 57 >= -339 @ 0.205106
0.21/0.33 c bounds 57 >= -337 @ 0.205885
0.31/0.43 c #Conflicts: 1000 | #Constraints: 2614
0.31/0.43 c bounds 57 >= -335 @ 0.307544
0.31/0.45 c bounds 56 >= -335 @ 0.324817
0.31/0.45 c bounds 55 >= -335 @ 0.32516
0.31/0.46 c bounds 53 >= -335 @ 0.328695
0.31/0.46 c bounds 52 >= -335 @ 0.33114
0.31/0.46 c bounds 51 >= -335 @ 0.333807
0.31/0.47 c bounds 50 >= -335 @ 0.340506
0.31/0.47 c bounds 49 >= -335 @ 0.342997
0.31/0.49 c bounds 48 >= -335 @ 0.356273
0.31/0.49 c bounds 47 >= -335 @ 0.362423
0.31/0.50 c bounds 46 >= -335 @ 0.365728
0.31/0.50 c bounds 45 >= -335 @ 0.367967
0.41/0.51 c bounds 44 >= -335 @ 0.373649
0.41/0.51 c bounds 43 >= -335 @ 0.379385
0.41/0.52 c bounds 43 >= -333 @ 0.382136
0.41/0.52 c bounds 41 >= -333 @ 0.38662
0.50/0.69 c #Conflicts: 2000 | #Constraints: 3676
0.50/0.69 c INPROCESSING
0.50/0.69 c GARBAGE COLLECT
0.50/0.69 c bounds 39 >= -333 @ 0.546478
0.50/0.69 c bounds 38 >= -333 @ 0.549251
0.50/0.69 c bounds 37 >= -333 @ 0.549465
0.50/0.69 c bounds 35 >= -333 @ 0.550792
0.50/0.69 c bounds 34 >= -333 @ 0.551765
0.60/0.70 c bounds 33 >= -333 @ 0.55825
0.60/0.71 c bounds 32 >= -333 @ 0.567799
0.60/0.74 c bounds 31 >= -333 @ 0.594139
0.60/0.78 c bounds 30 >= -333 @ 0.634338
0.60/0.78 c bounds 30 >= -330 @ 0.634747
0.60/0.78 c bounds 30 >= -327 @ 0.635094
0.60/0.78 c bounds 30 >= -326 @ 0.635588
0.60/0.78 c bounds 30 >= -325 @ 0.63611
0.60/0.78 c bounds 30 >= -324 @ 0.636553
0.60/0.78 c bounds 30 >= -323 @ 0.637008
0.60/0.78 c bounds 30 >= -322 @ 0.637118
0.60/0.78 c bounds 30 >= -321 @ 0.637118
0.60/0.78 c bounds 30 >= -320 @ 0.637118
0.60/0.78 c bounds 30 >= -319 @ 0.637118
0.60/0.78 c bounds 30 >= -318 @ 0.637118
0.60/0.79 c bounds 30 >= -317 @ 0.637118
0.60/0.79 c bounds 30 >= -316 @ 0.637118
0.60/0.79 c bounds 30 >= -314 @ 0.637118
0.60/0.79 c bounds 30 >= -313 @ 0.637409
0.60/0.79 c bounds 30 >= -312 @ 0.637921
0.60/0.79 c bounds 30 >= -311 @ 0.63837
0.60/0.79 c bounds 30 >= -310 @ 0.638834
0.60/0.79 c bounds 30 >= -309 @ 0.63932
0.60/0.79 c bounds 30 >= -308 @ 0.63976
0.60/0.79 c bounds 30 >= -307 @ 0.640215
0.60/0.79 c bounds 30 >= -306 @ 0.640688
0.60/0.79 c bounds 30 >= -305 @ 0.641254
0.60/0.79 c bounds 30 >= -303 @ 0.641779
0.60/0.79 c bounds 30 >= -301 @ 0.642281
0.60/0.79 c bounds 30 >= -300 @ 0.64276
0.60/0.79 c bounds 30 >= -299 @ 0.643078
0.70/0.81 c bounds 28 >= -299 @ 0.663347
0.70/0.81 c bounds 28 >= -298 @ 0.66393
0.70/0.81 c bounds 28 >= -295 @ 0.664047
0.70/0.82 c bounds 28 >= -294 @ 0.664047
0.70/0.82 c bounds 28 >= -293 @ 0.664048
0.70/0.82 c bounds 28 >= -292 @ 0.664048
0.70/0.82 c bounds 28 >= -290 @ 0.664359
0.70/0.82 c bounds 28 >= -288 @ 0.664815
0.70/0.82 c bounds 28 >= -287 @ 0.66529
0.70/0.82 c bounds 28 >= -286 @ 0.665794
0.70/0.82 c bounds 28 >= -285 @ 0.666282
0.70/0.82 c bounds 28 >= -284 @ 0.666871
0.70/0.82 c bounds 28 >= -281 @ 0.667039
0.70/0.82 c bounds 28 >= -278 @ 0.667039
0.70/0.82 c bounds 28 >= -277 @ 0.667039
0.70/0.82 c bounds 28 >= -275 @ 0.667039
0.70/0.82 c bounds 28 >= -274 @ 0.667039
0.70/0.82 c bounds 28 >= -273 @ 0.667218
0.70/0.82 c bounds 28 >= -272 @ 0.667754
0.70/0.82 c bounds 28 >= -271 @ 0.668319
0.70/0.82 c bounds 28 >= -269 @ 0.66878
0.70/0.82 c bounds 28 >= -268 @ 0.669282
0.70/0.83 c bounds 28 >= -267 @ 0.66976
0.70/0.83 c bounds 28 >= -266 @ 0.670266
0.70/0.83 c bounds 28 >= -265 @ 0.670759
0.70/0.83 c bounds 28 >= -264 @ 0.671261
0.70/0.83 c bounds 28 >= -263 @ 0.671767
0.70/0.83 c bounds 28 >= -262 @ 0.672303
0.70/0.83 c bounds 28 >= -260 @ 0.672787
0.70/0.83 c bounds 28 >= -259 @ 0.673274
0.70/0.83 c bounds 28 >= -258 @ 0.673903
0.70/0.83 c bounds 28 >= -257 @ 0.674414
0.70/0.83 c bounds 28 >= -256 @ 0.674958
0.70/0.83 c bounds 28 >= -255 @ 0.675016
0.70/0.83 c bounds 28 >= -254 @ 0.675016
0.70/0.83 c bounds 28 >= -253 @ 0.67544
0.70/0.83 c bounds 28 >= -251 @ 0.676116
0.70/0.83 c bounds 28 >= -250 @ 0.676636
0.70/0.83 c bounds 28 >= -249 @ 0.677171
0.70/0.83 c bounds 28 >= -248 @ 0.677749
0.70/0.83 c bounds 28 >= -247 @ 0.678322
0.70/0.84 c bounds 28 >= -246 @ 0.678835
0.70/0.84 c bounds 28 >= -245 @ 0.679317
0.70/0.84 c bounds 28 >= -244 @ 0.679864
0.70/0.84 c bounds 28 >= -241 @ 0.680391
0.70/0.84 c bounds 28 >= -240 @ 0.68096
0.70/0.84 c bounds 28 >= -239 @ 0.681444
0.70/0.84 c bounds 28 >= -238 @ 0.681945
0.70/0.84 c bounds 28 >= -237 @ 0.681997
0.70/0.84 c bounds 28 >= -236 @ 0.681997
0.70/0.84 c bounds 28 >= -235 @ 0.68239
0.70/0.84 c bounds 28 >= -234 @ 0.682909
0.70/0.84 c bounds 28 >= -233 @ 0.683424
0.70/0.84 c bounds 28 >= -232 @ 0.683897
0.70/0.84 c bounds 28 >= -231 @ 0.684402
0.70/0.84 c bounds 28 >= -230 @ 0.685178
0.70/0.84 c bounds 28 >= -229 @ 0.685676
0.70/0.84 c bounds 28 >= -228 @ 0.68627
0.70/0.84 c bounds 28 >= -227 @ 0.686836
0.70/0.84 c bounds 28 >= -226 @ 0.68698
0.70/0.85 c bounds 28 >= -225 @ 0.687003
0.70/0.85 c bounds 28 >= -224 @ 0.687591
0.70/0.85 c bounds 28 >= -223 @ 0.688134
0.70/0.85 c bounds 28 >= -222 @ 0.688762
0.70/0.85 c bounds 28 >= -221 @ 0.688974
0.70/0.85 c bounds 28 >= -220 @ 0.68918
0.70/0.85 c bounds 28 >= -219 @ 0.689833
0.70/0.85 c bounds 28 >= -218 @ 0.690989
0.70/0.85 c bounds 28 >= -217 @ 0.692824
0.70/0.85 c bounds 28 >= -216 @ 0.692964
0.70/0.85 c bounds 28 >= -215 @ 0.692964
0.70/0.85 c bounds 28 >= -214 @ 0.693528
0.70/0.86 c bounds 28 >= -213 @ 0.695966
0.70/0.86 c bounds 28 >= -212 @ 0.698956
0.90/1.00 c #Conflicts: 3000 | #Constraints: 4082
0.90/1.00 c bounds 27 >= -212 @ 0.838282
0.90/1.00 c bounds 27 >= -211 @ 0.838566
0.90/1.02 c bounds 27 >= -210 @ 0.85234
0.90/1.02 c bounds 27 >= -209 @ 0.852529
0.90/1.02 c bounds 27 >= -208 @ 0.852817
0.90/1.02 c bounds 27 >= -207 @ 0.853513
0.90/1.02 c bounds 27 >= -206 @ 0.854172
0.90/1.03 c bounds 27 >= -205 @ 0.855632
0.90/1.03 c bounds 27 >= -204 @ 0.856723
0.90/1.03 c bounds 27 >= -203 @ 0.858268
0.90/1.03 c bounds 27 >= -202 @ 0.860803
0.90/1.04 c bounds 27 >= -201 @ 0.865612
0.90/1.04 c bounds 27 >= -200 @ 0.871909
0.90/1.05 c bounds 27 >= -199 @ 0.878822
0.90/1.05 c bounds 27 >= -198 @ 0.882265
0.90/1.05 c bounds 27 >= -197 @ 0.882984
0.90/1.07 c bounds 27 >= -196 @ 0.897262
1.10/1.27 c bounds 27 >= -195 @ 1.08575
1.10/1.28 c bounds 27 >= -194 @ 1.09484
1.10/1.30 c bounds 27 >= -193 @ 1.10799
1.19/1.35 c #Conflicts: 4000 | #Constraints: 5427
1.19/1.35 c INPROCESSING
1.19/1.35 c GARBAGE COLLECT
1.19/1.35 c bounds 26 >= -193 @ 1.15911
1.19/1.39 c bounds 25 >= -193 @ 1.20254
1.19/1.40 c bounds 25 >= -192 @ 1.20364
1.30/1.40 c bounds 25 >= -191 @ 1.20369
1.30/1.40 c bounds 25 >= -190 @ 1.20561
1.30/1.41 c bounds 25 >= -189 @ 1.20966
1.30/1.41 c bounds 25 >= -188 @ 1.21841
1.30/1.43 c bounds 25 >= -187 @ 1.23116
1.39/1.52 c #Conflicts: 5000 | #Constraints: 4638
1.39/1.52 c bounds 24 >= -187 @ 1.31759
1.39/1.52 c bounds 24 >= -186 @ 1.31826
1.39/1.52 c bounds 24 >= -185 @ 1.31841
1.39/1.52 c bounds 24 >= -184 @ 1.3192
1.39/1.52 c bounds 24 >= -183 @ 1.3212
1.39/1.53 c bounds 24 >= -182 @ 1.32381
1.39/1.53 c bounds 24 >= -181 @ 1.32793
1.39/1.54 c bounds 24 >= -180 @ 1.33967
1.39/1.56 c bounds 24 >= -179 @ 1.35473
1.39/1.58 c bounds 24 >= -178 @ 1.37579
1.90/2.02 c #Conflicts: 6000 | #Constraints: 5822
1.90/2.02 c INPROCESSING
1.90/2.02 c GARBAGE COLLECT
1.90/2.02 c rational objective 2
2.10/2.23 c bounds 24 >= -177 @ 2.00147
2.10/2.23 c bounds 24 >= -176 @ 2.00208
2.10/2.23 c bounds 24 >= -175 @ 2.00302
2.10/2.23 c bounds 24 >= -174 @ 2.00523
2.10/2.23 c bounds 24 >= -173 @ 2.00913
2.10/2.24 c bounds 24 >= -172 @ 2.01589
2.10/2.26 c #Conflicts: 7000 | #Constraints: 4770
2.10/2.26 c bounds 24 >= -171 @ 2.03678
2.19/2.30 c bounds 24 >= -170 @ 2.07351
2.60/2.76 c #Conflicts: 8000 | #Constraints: 5836
2.60/2.76 c #Conflicts: 9000 | #Constraints: 6836
2.60/2.76 c bounds 24 >= -169 @ 2.5071
3.20/3.38 c INPROCESSING
3.20/3.38 c GARBAGE COLLECT
3.20/3.38 c #Conflicts: 10000 | #Constraints: 5428
3.20/3.38 c #Conflicts: 11000 | #Constraints: 6428
3.20/3.38 c #Conflicts: 12000 | #Constraints: 7428
3.20/3.38 c INPROCESSING
3.20/3.38 c GARBAGE COLLECT
3.20/3.38 c rational objective 2
3.40/3.56 c bounds 23 >= -169 @ 3.26838
3.40/3.58 c bounds 21 >= -169 @ 3.28442
3.49/3.61 c bounds 19 >= -169 @ 3.31389
3.49/3.63 c bounds 18 >= -169 @ 3.32779
3.49/3.64 c bounds 17 >= -169 @ 3.34405
3.49/3.65 c bounds 16 >= -169 @ 3.35363
3.59/3.79 c #Conflicts: 13000 | #Constraints: 5823
3.59/3.79 c bounds 15 >= -169 @ 3.48528
3.69/3.83 c bounds 15 >= -168 @ 3.52225
3.69/3.84 c bounds 15 >= -167 @ 3.53123
3.69/3.87 c #Conflicts: 14000 | #Constraints: 6869
3.69/3.87 c bounds 15 >= -166 @ 3.56531
4.00/4.17 c #Conflicts: 15000 | #Constraints: 7899
4.00/4.17 c INPROCESSING
4.00/4.17 c GARBAGE COLLECT
4.00/4.17 c bounds 15 >= -165 @ 3.83921
4.00/4.17 c bounds 15 >= -164 @ 3.83938
4.00/4.17 c bounds 15 >= -163 @ 3.84003
4.00/4.17 c bounds 15 >= -162 @ 3.84574
4.00/4.19 c bounds 15 >= -161 @ 3.85978
4.09/4.22 c bounds 15 >= -160 @ 3.89011
4.39/4.53 c #Conflicts: 16000 | #Constraints: 6234
4.39/4.53 c #Conflicts: 17000 | #Constraints: 7234
4.39/4.53 c bounds 15 >= -159 @ 4.18149
4.49/4.61 c bounds 15 >= -158 @ 4.25913
4.49/4.67 c #Conflicts: 18000 | #Constraints: 8300
4.49/4.67 c INPROCESSING
4.49/4.67 c GARBAGE COLLECT
4.49/4.67 c bounds 15 >= -157 @ 4.31117
4.59/4.71 c #Conflicts: 19000 | #Constraints: 6276
4.59/4.71 c bounds 15 >= -156 @ 4.35218
4.68/4.82 c #Conflicts: 20000 | #Constraints: 7297
4.68/4.82 c bounds 15 >= -155 @ 4.44774
4.68/4.86 c bounds 14 >= -155 @ 4.48934
5.29/5.47 c #Conflicts: 21000 | #Constraints: 8322
5.29/5.47 c INPROCESSING
5.29/5.47 c GARBAGE COLLECT
5.29/5.47 c rational objective 2
5.38/5.57 c bounds 14 >= -154 @ 5.16613
5.38/5.59 c #Conflicts: 22000 | #Constraints: 6110
5.38/5.59 c bounds 14 >= -153 @ 5.1844
5.79/5.95 c bounds 14 >= -152 @ 5.53104
5.79/5.99 c #Conflicts: 23000 | #Constraints: 7152
5.79/5.99 c bounds 14 >= -151 @ 5.57038
5.89/6.08 c #Conflicts: 24000 | #Constraints: 8185
5.89/6.08 c bounds 14 >= -150 @ 5.65583
6.09/6.29 c #Conflicts: 25000 | #Constraints: 9218
6.09/6.29 c INPROCESSING
6.09/6.29 c GARBAGE COLLECT
6.09/6.29 c #Conflicts: 26000 | #Constraints: 6747
6.09/6.29 c bounds 14 >= -149 @ 5.85929
6.39/6.55 c #Conflicts: 27000 | #Constraints: 7783
6.39/6.55 c #Conflicts: 28000 | #Constraints: 8783
6.39/6.55 c bounds 14 >= -148 @ 6.11195
6.79/6.98 c #Conflicts: 29000 | #Constraints: 9810
6.79/6.98 c #Conflicts: 30000 | #Constraints: 10811
6.79/6.98 c bounds 13 >= -148 @ 6.52667
7.39/7.55 c #Conflicts: 31000 | #Constraints: 11821
7.39/7.55 c #Conflicts: 32000 | #Constraints: 12821
7.39/7.55 c bounds 13 >= -147 @ 7.08572
9.88/10.05 c #Conflicts: 33000 | #Constraints: 13854
9.88/10.05 c #Conflicts: 34000 | #Constraints: 14854
9.88/10.05 c #Conflicts: 35000 | #Constraints: 15854
9.88/10.05 c #Conflicts: 36000 | #Constraints: 16854
9.88/10.05 c #Conflicts: 37000 | #Constraints: 17854
9.88/10.05 c #Conflicts: 38000 | #Constraints: 18854
9.88/10.05 c INPROCESSING
9.88/10.05 c GARBAGE COLLECT
9.88/10.05 c rational objective 2
11.34/11.61 c #Conflicts: 39000 | #Constraints: 11732
11.34/11.61 c #Conflicts: 40000 | #Constraints: 12732
11.34/11.61 c #Conflicts: 41000 | #Constraints: 13732
11.34/11.61 c bounds 13 >= -146 @ 10.8654
12.14/12.41 c #Conflicts: 42000 | #Constraints: 14765
12.14/12.41 c INPROCESSING
12.14/12.41 c GARBAGE COLLECT
12.14/12.41 c rational objective 2
13.03/13.30 c #Conflicts: 43000 | #Constraints: 9231
13.03/13.30 c #Conflicts: 44000 | #Constraints: 10231
13.03/13.30 c #Conflicts: 45000 | #Constraints: 11231
13.03/13.30 c #Conflicts: 46000 | #Constraints: 12231
13.03/13.30 c #Conflicts: 47000 | #Constraints: 13231
13.03/13.30 c bounds 13 >= -145 @ 12.5123
13.73/14.06 c #Conflicts: 48000 | #Constraints: 14276
13.73/14.06 c INPROCESSING
13.73/14.06 c GARBAGE COLLECT
13.73/14.06 c rational objective 2
15.43/15.72 c #Conflicts: 49000 | #Constraints: 9453
15.43/15.72 c #Conflicts: 50000 | #Constraints: 10453
15.43/15.72 c #Conflicts: 51000 | #Constraints: 11453
15.43/15.72 c #Conflicts: 52000 | #Constraints: 12453
15.43/15.72 c #Conflicts: 53000 | #Constraints: 13453
15.43/15.72 c INPROCESSING
15.43/15.72 c GARBAGE COLLECT
15.43/15.72 c rational objective 2
17.22/17.50 c #Conflicts: 54000 | #Constraints: 8895
17.22/17.50 c #Conflicts: 55000 | #Constraints: 9895
17.22/17.50 c #Conflicts: 56000 | #Constraints: 10895
17.22/17.50 c #Conflicts: 57000 | #Constraints: 11896
17.22/17.50 c #Conflicts: 58000 | #Constraints: 12902
17.22/17.50 c INPROCESSING
17.22/17.50 c GARBAGE COLLECT
17.22/17.50 c #Conflicts: 59000 | #Constraints: 8365
17.22/17.50 c #Conflicts: 60000 | #Constraints: 9371
17.22/17.50 c bounds 12 >= -145 @ 16.5654
17.33/17.65 c bounds 11 >= -145 @ 16.6978
17.52/17.88 c #Conflicts: 61000 | #Constraints: 10443
17.52/17.88 c bounds 9 >= -145 @ 16.9194
17.92/18.21 c #Conflicts: 62000 | #Constraints: 11472
17.92/18.21 c bounds 9 >= -144 @ 17.2352
18.62/18.99 c #Conflicts: 63000 | #Constraints: 12520
18.62/18.99 c #Conflicts: 64000 | #Constraints: 13520
18.62/18.99 c INPROCESSING
18.62/18.99 c GARBAGE COLLECT
18.62/18.99 c rational objective 2
19.32/19.67 c #Conflicts: 65000 | #Constraints: 8824
19.32/19.67 c #Conflicts: 66000 | #Constraints: 9824
19.32/19.67 c #Conflicts: 67000 | #Constraints: 10824
19.32/19.67 c bounds 9 >= -143 @ 18.6338
20.01/20.37 c #Conflicts: 68000 | #Constraints: 11869
20.01/20.37 c #Conflicts: 69000 | #Constraints: 12869
20.01/20.37 c #Conflicts: 70000 | #Constraints: 13869
20.01/20.37 c INPROCESSING
20.01/20.37 c GARBAGE COLLECT
20.01/20.37 c rational objective 2
21.82/22.13 c #Conflicts: 71000 | #Constraints: 9068
21.82/22.13 c #Conflicts: 72000 | #Constraints: 10068
21.82/22.13 c #Conflicts: 73000 | #Constraints: 11069
21.82/22.13 c #Conflicts: 74000 | #Constraints: 12084
21.82/22.13 c #Conflicts: 75000 | #Constraints: 13103
21.82/22.13 c bounds 8 >= -143 @ 21.0261
22.32/22.68 c #Conflicts: 76000 | #Constraints: 14111
22.32/22.68 c INPROCESSING
22.32/22.68 c GARBAGE COLLECT
22.32/22.68 c rational objective 2
24.11/24.41 c #Conflicts: 77000 | #Constraints: 9120
24.11/24.41 c #Conflicts: 78000 | #Constraints: 10120
24.11/24.41 c #Conflicts: 79000 | #Constraints: 11120
24.11/24.41 c #Conflicts: 80000 | #Constraints: 12120
24.11/24.41 c #Conflicts: 81000 | #Constraints: 13120
24.11/24.41 c #Conflicts: 82000 | #Constraints: 14120
24.11/24.41 c INPROCESSING
24.11/24.41 c GARBAGE COLLECT
24.11/24.41 c rational objective 2
25.10/25.48 c #Conflicts: 83000 | #Constraints: 8978
25.10/25.48 c #Conflicts: 84000 | #Constraints: 9980
25.10/25.48 c #Conflicts: 85000 | #Constraints: 10981
25.10/25.48 c #Conflicts: 86000 | #Constraints: 11982
25.10/25.48 c bounds 8 >= -142 @ 24.2714
26.21/26.59 c #Conflicts: 87000 | #Constraints: 13021
26.21/26.59 c #Conflicts: 88000 | #Constraints: 14021
26.21/26.59 c #Conflicts: 89000 | #Constraints: 15021
26.21/26.59 c INPROCESSING
26.21/26.59 c GARBAGE COLLECT
26.21/26.59 c rational objective 2
29.70/30.06 c #Conflicts: 90000 | #Constraints: 9687
29.70/30.06 c #Conflicts: 91000 | #Constraints: 10687
29.70/30.06 c #Conflicts: 92000 | #Constraints: 11687
29.70/30.06 c #Conflicts: 93000 | #Constraints: 12687
29.70/30.06 c #Conflicts: 94000 | #Constraints: 13687
29.70/30.06 c #Conflicts: 95000 | #Constraints: 14687
29.70/30.06 c #Conflicts: 96000 | #Constraints: 15687
29.70/30.06 c INPROCESSING
29.70/30.06 c GARBAGE COLLECT
29.70/30.06 c rational objective 2
30.59/30.95 c #Conflicts: 97000 | #Constraints: 10196
30.59/30.95 c #Conflicts: 98000 | #Constraints: 11207
30.59/30.95 c bounds 8 >= -141 @ 29.5828
31.39/31.74 c #Conflicts: 99000 | #Constraints: 12284
31.39/31.74 c #Conflicts: 100000 | #Constraints: 13284
31.39/31.74 c bounds 8 >= -140 @ 30.3441
32.19/32.50 c #Conflicts: 101000 | #Constraints: 14320
32.19/32.50 c #Conflicts: 102000 | #Constraints: 15320
32.19/32.50 c INPROCESSING
32.19/32.50 c GARBAGE COLLECT
32.19/32.50 c rational objective 2
32.89/33.29 c #Conflicts: 103000 | #Constraints: 9586
32.89/33.29 c #Conflicts: 104000 | #Constraints: 10586
32.89/33.29 c #Conflicts: 105000 | #Constraints: 11586
32.89/33.29 c #Conflicts: 106000 | #Constraints: 12586
32.89/33.29 c bounds 8 >= -139 @ 31.8507
36.38/36.76 c #Conflicts: 107000 | #Constraints: 13634
36.38/36.76 c #Conflicts: 108000 | #Constraints: 14635
36.38/36.76 c #Conflicts: 109000 | #Constraints: 15635
36.38/36.76 c #Conflicts: 110000 | #Constraints: 16635
36.38/36.76 c #Conflicts: 111000 | #Constraints: 17635
36.38/36.76 c #Conflicts: 112000 | #Constraints: 18635
36.38/36.76 c #Conflicts: 113000 | #Constraints: 19635
36.38/36.76 c #Conflicts: 114000 | #Constraints: 20635
36.38/36.76 c #Conflicts: 115000 | #Constraints: 21635
36.38/36.76 c #Conflicts: 116000 | #Constraints: 22635
36.38/36.76 c bounds 8 >= -138 @ 35.2366
36.79/37.18 c #Conflicts: 117000 | #Constraints: 23689
36.79/37.18 c bounds 7 >= -138 @ 35.6439
37.28/37.61 c #Conflicts: 118000 | #Constraints: 24731
37.28/37.61 c bounds 6 >= -138 @ 36.0612
45.46/45.82 c #Conflicts: 119000 | #Constraints: 25772
45.46/45.82 c #Conflicts: 120000 | #Constraints: 26772
45.46/45.82 c #Conflicts: 121000 | #Constraints: 27772
45.46/45.82 c #Conflicts: 122000 | #Constraints: 28772
45.46/45.82 c #Conflicts: 123000 | #Constraints: 29772
45.46/45.82 c #Conflicts: 124000 | #Constraints: 30772
45.46/45.82 c #Conflicts: 125000 | #Constraints: 31772
45.46/45.82 c #Conflicts: 126000 | #Constraints: 32772
45.46/45.82 c #Conflicts: 127000 | #Constraints: 33773
45.46/45.82 c #Conflicts: 128000 | #Constraints: 34775
45.46/45.82 c #Conflicts: 129000 | #Constraints: 35775
45.46/45.82 c INPROCESSING
45.46/45.82 c GARBAGE COLLECT
45.46/45.82 c #Conflicts: 130000 | #Constraints: 19887
45.46/45.82 c #Conflicts: 131000 | #Constraints: 20887
45.46/45.82 c #Conflicts: 132000 | #Constraints: 21887
45.46/45.82 c #Conflicts: 133000 | #Constraints: 22887
45.46/45.82 c #Conflicts: 134000 | #Constraints: 23887
45.46/45.82 c #Conflicts: 135000 | #Constraints: 24887
45.46/45.82 c #Conflicts: 136000 | #Constraints: 25887
45.46/45.82 c #Conflicts: 137000 | #Constraints: 26887
45.46/45.82 c #Conflicts: 138000 | #Constraints: 27887
45.46/45.82 c INPROCESSING
45.46/45.82 c GARBAGE COLLECT
45.46/45.82 c #Conflicts: 139000 | #Constraints: 16376
45.46/45.82 c #Conflicts: 140000 | #Constraints: 17376
45.46/45.82 c bounds 5 >= -138 @ 44.075
50.15/50.54 c #Conflicts: 141000 | #Constraints: 18377
50.15/50.54 c #Conflicts: 142000 | #Constraints: 19377
50.15/50.54 c #Conflicts: 143000 | #Constraints: 20378
50.15/50.54 c #Conflicts: 144000 | #Constraints: 21378
50.15/50.54 c #Conflicts: 145000 | #Constraints: 22378
50.15/50.54 c #Conflicts: 146000 | #Constraints: 23378
50.15/50.54 c INPROCESSING
50.15/50.54 c GARBAGE COLLECT
50.15/50.54 c #Conflicts: 147000 | #Constraints: 13890
50.15/50.54 c #Conflicts: 148000 | #Constraints: 14907
50.15/50.54 c #Conflicts: 149000 | #Constraints: 15934
50.15/50.54 c #Conflicts: 150000 | #Constraints: 16949
50.15/50.54 c #Conflicts: 151000 | #Constraints: 17969
50.15/50.54 c #Conflicts: 152000 | #Constraints: 18977
50.15/50.54 c bounds 4 >= -138 @ 48.6713
51.04/51.44 c #Conflicts: 153000 | #Constraints: 19988
51.04/51.44 c #Conflicts: 154000 | #Constraints: 20988
51.04/51.44 c #Conflicts: 155000 | #Constraints: 21989
51.04/51.44 c INPROCESSING
51.04/51.44 c GARBAGE COLLECT
51.04/51.44 c rational objective 2
51.25/51.65 c bounds 3 >= -138 @ 49.7443
52.54/52.93 c #Conflicts: 156000 | #Constraints: 13378
52.54/52.93 c #Conflicts: 157000 | #Constraints: 14410
52.54/52.93 c #Conflicts: 158000 | #Constraints: 15427
52.54/52.93 c #Conflicts: 159000 | #Constraints: 16438
52.54/52.93 c bounds 2 >= -138 @ 50.9981
52.64/53.00 c bounds 2 >= 2 @ 51.0607
52.64/53.00 c cpu time 51.0607 s
52.64/53.00 c deterministic time 2124320979 2.12e+09
52.64/53.00 c optimization time 0.074083 s
52.64/53.00 c total solve time 50.9801 s
52.64/53.00 c core-guided solve time 31.2338 s
52.64/53.00 c propagation time 28.6971 s
52.64/53.00 c conflict analysis time 13.0566 s
52.64/53.00 c propagations 13457173
52.64/53.00 c resolve steps 1672539
52.64/53.00 c decisions 509914
52.64/53.00 c conflicts 159571
52.64/53.00 c restarts 434
52.64/53.00 c inprocessing phases 25
52.64/53.00 c garbage collections 25 ,( 100.00 )
52.64/53.00 c input clauses 1588 ,( 39.74 )
52.64/53.00 c input cardinalities 1229 ,( 30.76 )
52.64/53.00 c input general constraints 1179 ,( 29.50 )
52.64/53.00 c input average constraint length 80.07
52.64/53.00 c input average constraint degree 39.02
52.64/53.00 c learned clauses 87850 ,( 54.83 )
52.64/53.00 c learned cardinalities 192 ,( 0.12 )
52.64/53.00 c learned general constraints 72178 ,( 45.05 )
52.64/53.00 c learned average constraint length 140.49
52.64/53.00 c learned average constraint degree 826149042.87
52.64/53.00 c watched CF 32, 64, 128, Arb: 13581 , 0 , 0 , 0
52.64/53.00 c counting CF 32, 64, 128, Arb: 59777 , 0 , 0 , 0
52.64/53.00 c watched constraints 13581 ,( 18.51 )
52.64/53.00 c counting constraints 59776 ,( 81.49 )
52.64/53.00 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 20824493 , 5633800 , 139389054 ,( 4188371 , 135200683 )
52.64/53.00 c gcd simplifications 3059
52.64/53.00 c detected cardinalities 14
52.64/53.00 c weakened non-implied lits 9179454
52.64/53.00 c weakened non-implying lits 17566
52.64/53.00 c original variables 906
52.64/53.00 c clausal propagations 3541637
52.64/53.00 c cardinality propagations 1411383
52.64/53.00 c watched propagations 38850
52.64/53.00 c counting propagations 7891423
52.64/53.00 c watch lookups 1196444544
52.64/53.00 c watch backjump lookups 0
52.64/53.00 c watch checks 172584139
52.64/53.00 c propagation checks 657122037
52.64/53.00 c constraint additions 69818819
52.64/53.00 c trail pops 14126193
52.64/53.00 c formula constraints 1039
52.64/53.00 c learned constraints 159243
52.64/53.00 c bound constraints 320
52.64/53.00 c core-guided constraints 2637
52.64/53.00 c encountered formula constraints 380915
52.64/53.00 c encountered learned constraints 880396
52.64/53.00 c encountered bound constraints 217
52.64/53.00 c encountered core-guided constraints 554254
52.64/53.00 c LP total time 16.0431 s
52.64/53.00 c LP solve time 12.81 s
52.64/53.00 c LP constraints added 1059
52.64/53.00 c LP constraints removed 19
52.64/53.00 c LP pivots internal 159580
52.64/53.00 c LP pivots root 98579
52.64/53.00 c LP calls 916
52.64/53.00 c LP optimalities 397
52.64/53.00 c LP no pivot count 156
52.64/53.00 c LP infeasibilities 511
52.64/53.00 c LP valid Farkas constraints 508
52.64/53.00 c LP learned Farkas constraints 449
52.64/53.00 c LP basis resets 5
52.64/53.00 c LP cycling count 3
52.64/53.00 c LP singular count 0
52.64/53.00 c LP no primal count 0
52.64/53.00 c LP no farkas count 2
52.64/53.00 c LP other issue count 0
52.64/53.00 c LP Gomory cuts 20
52.64/53.00 c LP learned cuts 0
52.64/53.00 c LP deleted cuts 19
52.64/53.00 c LP encountered Gomory constraints 0
52.64/53.00 c LP encountered Farkas constraints 13502
52.64/53.00 c LP encountered learned Farkas constraints 2376
52.64/53.00 c CG auxiliary variables introduced 968
52.64/53.00 c CG solutions found 53
52.64/53.00 c CG cores constructed 267
52.64/53.00 c CG core cardinality constraints returned 23
52.64/53.00 c CG unit cores 0
52.64/53.00 c CG single cores 235
52.64/53.00 c CG blocks removed during cardinality reduction 0
52.64/53.00 c CG first core best 0
52.64/53.00 c CG decision core best 17
52.64/53.00 c CG core reduction tie 15
52.64/53.00 c CG core degree average 1.11
52.64/53.00 c CG core slack average 7.32
52.64/53.00 c CG core upper bound improvements 0
52.64/53.00 c STR number of successful calls 0
52.64/53.00 c STR number of unsuccessful calls 0
52.64/53.00 c STR number of inconclusive calls 0
52.64/53.00 c STR number of successful attempts 0
52.64/53.00 c STR number of unsuccessful attempts 0
52.64/53.00 c STR number of inconclusive attempts 0
52.64/53.00 c STR average degree increase per successful call inf
52.64/53.00 c STR average degree increase per successful attempt inf
52.64/53.00 c STR total number of conflicts for successful attempts 0
52.64/53.00 c STR total number of conflicts for unsuccessful attempts 0
52.64/53.00 c STR total number of conflicts for inconclusive attempts 0
52.64/53.00 c STR average number of conflicts per successful attempt inf
52.64/53.00 c STR average number of conflicts per unsuccessful attempt inf
52.64/53.00 c STR average number of conflicts per inconclusive attempt inf
52.64/53.00 c AVG.sumWPerc 60.73
52.64/53.00 c bigint constraints 0
52.64/53.00 o 2
52.64/53.00 s OPTIMUM FOUND
52.64/53.00 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 (50272 MiB free)
memory of node 1: 64465 MiB (55056 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532439-1752584603/watcher-4532439-1752584603 -o /tmp/evaluation-result-4532439-1752584603/solver-4532439-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752584602-124595 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532439-1752584603.opb PROOFDIR/proof-4532439-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
Current StackSize limit: 8192 KiB
solver pid=124641, runsolver pid=124631
[startup+0.100062 s]*
/proc/loadavg: 0.24 0.34 0.25 3/257 124648
/proc/meminfo: memFree=107836672/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=58032 memory=12064 CPUtime=0.01 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 1132 0 0 0 1 0 0 0 20 0 1 0 174138899 59424768 3016 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 14508 3016 2336 1147 0 1934 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 62224 KiB
Current children cumulated memory: 15136 KiB
[startup+0.205708 s]*
/proc/loadavg: 0.24 0.34 0.25 3/266 124657
/proc/meminfo: memFree=107824172/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=60156 memory=16560 CPUtime=0.11 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 1697 0 0 0 11 0 0 0 20 0 1 0 174138899 61599744 4140 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 15039 4140 2400 1147 0 2465 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 64348 KiB
Current children cumulated memory: 19632 KiB
[startup+0.305629 s]*
/proc/loadavg: 0.24 0.34 0.25 5/267 124658
/proc/meminfo: memFree=107802752/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=64036 memory=20656 CPUtime=0.21 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 2674 0 0 0 19 2 0 0 20 0 1 0 174138899 65572864 5164 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 16009 5164 2432 1147 0 3435 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68228 KiB
Current children cumulated memory: 23728 KiB
[startup+0.700172 s]
/proc/loadavg: 0.24 0.34 0.25 5/267 124660
/proc/meminfo: memFree=107751720/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=68920 memory=27416 CPUtime=0.6 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 3874 0 0 0 55 5 0 0 20 0 1 0 174138899 70574080 6854 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 17230 6854 2432 1147 0 4656 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 73112 KiB
Current children cumulated memory: 30488 KiB
[startup+1.50018 s]
/proc/loadavg: 0.24 0.34 0.25 5/267 124660
/proc/meminfo: memFree=107655824/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=79116 memory=35352 CPUtime=1.39 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 5850 0 0 0 129 10 0 0 20 0 1 0 174138899 81014784 8838 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 19779 8838 2432 1147 0 7205 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 83308 KiB
Current children cumulated memory: 38424 KiB
[startup+3.10559 s]
/proc/loadavg: 0.24 0.34 0.25 5/267 124660
/proc/meminfo: memFree=107423580/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=84608 memory=42136 CPUtime=2.99 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 7553 0 0 0 282 17 0 0 20 0 1 0 174138899 86638592 10534 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 21152 10534 2432 1147 0 8578 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 88800 KiB
Current children cumulated memory: 45208 KiB
[startup+6.30018 s]
/proc/loadavg: 0.63 0.42 0.27 5/267 124660
/proc/meminfo: memFree=107054932/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=102572 memory=56524 CPUtime=6.18 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 10634 0 0 0 586 32 0 0 20 0 1 0 174138899 105033728 14131 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 25643 14131 2432 1147 0 13069 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 106764 KiB
Current children cumulated memory: 59596 KiB
[startup+12.7002 s]
/proc/loadavg: 0.90 0.48 0.29 5/268 124661
/proc/meminfo: memFree=106819940/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=153100 memory=101780 CPUtime=12.44 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 18885 0 0 0 1192 52 0 0 20 0 1 0 174138899 156774400 25445 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 38275 25445 2432 1147 0 25701 0
Current children cumulated CPU time: 12.44 s
Current children cumulated vsize: 157292 KiB
Current children cumulated memory: 104852 KiB
[startup+25.5002 s]
/proc/loadavg: 1.65 0.67 0.36 5/268 124661
/proc/meminfo: memFree=106580776/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=153280 memory=102036 CPUtime=25.21 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 18961 0 0 0 2428 93 0 0 20 0 1 0 174138899 156958720 25509 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 38320 25509 2432 1147 0 25746 0
Current children cumulated CPU time: 25.21 s
Current children cumulated vsize: 157472 KiB
Current children cumulated memory: 105108 KiB
[startup+51.1057 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105228536/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=50.75 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 25106 0 0 0 4921 154 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
[startup+53.7935 s]
# the end of solver process 124641 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=51.0679 s, system=1.62974 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+51.2002 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105228536/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=50.84 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 25106 0 0 0 4930 154 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
[startup+52.8002 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105208824/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=52.44 cores=1,3
/proc/124646/stat : 124646 (roundingsat) R 124641 124641 124583 0 -1 4194304 25106 0 0 0 5086 158 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 52.44 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
[startup+53.2002 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105196664/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=52.67 cores=1,3
/proc/124646/stat : 124646 (roundingsat) D 124641 124641 124583 0 -1 4194304 25107 0 0 0 5106 161 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 52.67 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
[startup+53.6001 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105196664/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=52.67 cores=1,3
/proc/124646/stat : 124646 (roundingsat) D 124641 124641 124583 0 -1 4194304 25107 0 0 0 5106 161 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 52.67 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
[startup+53.7001 s]
/proc/loadavg: 2.45 0.94 0.46 5/271 124666
/proc/meminfo: memFree=105196664/131249988 swapFree=33010416/33010684
[pid=124641] ppid=124631 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/124641/stat : 124641 (run-opt-break-l) S 124631 124641 124583 0 -1 4194304 242 630 0 0 0 0 0 0 20 0 1 0 174138893 4292608 768 18446744073709551615 94009871155200 94009872049733 140726385257392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94009872288784 94009872336528 94009879982080 140726385260819 140726385261020 140726385261020 140726385266624 0
/proc/124641/statm: 1048 768 704 219 0 110 0
[pid=124646] ppid=124641 vsize=186472 memory=126612 CPUtime=52.67 cores=1,3
/proc/124646/stat : 124646 (roundingsat) D 124641 124641 124583 0 -1 4194304 25107 0 0 0 5106 161 0 0 20 0 1 0 174138899 190947328 31653 18446744073709551615 4227072 8923577 140722275273856 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 23085056 140722275281170 140722275281446 140722275281446 140722275287018 0
/proc/124646/statm: 46618 31653 2432 1147 0 34044 0
Current children cumulated CPU time: 52.67 s
Current children cumulated vsize: 190664 KiB
Current children cumulated memory: 129684 KiB
Child status: 0
Real time (s): 53.7935
CPU time (s): 52.6976
CPU user time (s): 51.0679
CPU system time (s): 1.62974
CPU usage (%): 97.9627
Max. virtual memory (cumulated for all children) (KiB): 190664
Max. memory (cumulated for all children) (KiB): 129684
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.0679
system time used= 1.62974
maximum resident set size= 126612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 565224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4062
involuntary context switches= 84
# summary of solver processes directly reported to runsolver:
# pid: 124641
# total CPU time (s): 52.6976
# total CPU user time (s): 51.0679
# total CPU system time (s): 1.62974
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109533 second user time and 0.28217 second system time
The end
Launcher Data
Begin job on nodeC031 at 2025-07-15 15:03:23
IDJOB=4532439
IDBENCH=146658
IDSOLVER=3393
FILE ID=nodeC031/4532439-1752584603
RUNJOBID= nodeC031-1752584602-124595
SLURM_JOB_ID= 9684361
Free space on /tmp= 431684 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:98.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532439-1752584603/watcher-4532439-1752584603 -o /tmp/evaluation-result-4532439-1752584603/solver-4532439-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752584602-124595 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532439-1752584603.opb PROOFDIR/proof-4532439-1752584603
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= f3472af25f5f0fee0e9203b0329f534f
RANDOM SEED=1057340159
nodeC031 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 : 1855.842
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 : 6999.78
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 : 3599.189
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 : 6999.78
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 : 3296.095
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 : 6999.78
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 : 3599.874
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 : 6999.78
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 : 3309.719
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 : 6999.78
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.038
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 : 6999.78
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 : 3184.252
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 : 6999.78
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 : 3700.000
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 : 6999.78
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249988 kB
MemFree: 107901672 kB
MemAvailable: 129631568 kB
Buffers: 2128 kB
Cached: 22410368 kB
SwapCached: 12 kB
Active: 543128 kB
Inactive: 21949992 kB
Active(anon): 88208 kB
Inactive(anon): 10468 kB
Active(file): 454920 kB
Inactive(file): 21939524 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 14580 kB
Writeback: 0 kB
AnonPages: 83664 kB
Mapped: 106184 kB
Shmem: 18052 kB
KReclaimable: 349384 kB
Slab: 446240 kB
SReclaimable: 349384 kB
SUnreclaim: 96856 kB
KernelStack: 4092 kB
PageTables: 2748 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635676 kB
Committed_AS: 352604 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150376 kB
VmallocChunk: 0 kB
Percpu: 3904 kB
HardwareCorrupted: 0 kB
AnonHugePages: 26624 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: 191188 kB
DirectMap2M: 9017344 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 431660 MiB
End job on nodeC031 at 2025-07-15 15:04:17