Trace number 4531883
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/ benchmarks/radar/normalized-10:20:4.5:0.95:100.opb |
MD5SUM | 0c08209891d9f5241a74237055766898 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 1 |
Best CPU time to get the best result obtained on this benchmark | 0.056181 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 934 |
Total number of constraints | 1063 |
Number of constraints which are clauses | 879 |
Number of constraints which are cardinality constraints (but not clauses) | 184 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 20 |
Number of terms in the objective function | 934 |
Biggest coefficient in the objective function | 546 |
Number of bits for the biggest coefficient in the objective function | 10 |
Sum of the numbers in the objective function | 2594 |
Number of bits of the sum of numbers in the objective function | 12 |
Biggest number in a constraint | 546 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2594 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.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-4531883-1752584603.opb'
0.00/0.06 c read 0.04MB (0.90ms)
0.00/0.06 c [cnf: #variables 934 #clauses 1064 #duplicates 0 #arr 4715]
0.00/0.06 c output proof to 'PROOFDIR/proof-4531883-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.22ms)
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.19ms)
0.00/0.06 c
0.00/0.06 c detect symmetries on remainder
0.00/0.06 c [graph: #vertices 5357 #edges 16148]
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.32ms)
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-4531883-1752584603.opb.pre'
0.00/0.06 c wrote 0.05MB (0.18ms)
0.00/0.06 c ------------------------------------------------------------------
0.00/0.06 c 1.22ms 36.08% approx_orbits
0.00/0.06 c 0.90ms 26.51% parse
0.00/0.06 c 0.54ms 16.02% other
0.00/0.06 c 0.32ms 9.53% detect_generic
0.00/0.06 c 0.19ms 5.70% detect_special
0.00/0.06 c 0.18ms 5.39% output
0.00/0.06 c 0.03ms 0.76% finalize_order
0.00/0.06 c ───────────────────────────────────────────────
0.00/0.06 c 3.38ms 100% total
0.00/0.06 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 934 #constraints 1063
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 93 >= -546 @ 0.013114
0.00/0.19 c bounds 92 >= -546 @ 0.085567
0.00/0.19 c bounds 92 >= -540 @ 0.086207
0.00/0.19 c bounds 92 >= -537 @ 0.086671
0.00/0.19 c bounds 92 >= -534 @ 0.087163
0.00/0.19 c bounds 92 >= -531 @ 0.087693
0.00/0.20 c bounds 92 >= -528 @ 0.088224
0.00/0.20 c bounds 92 >= -525 @ 0.088743
0.00/0.20 c bounds 91 >= -525 @ 0.08954
0.00/0.20 c bounds 91 >= -522 @ 0.090077
0.00/0.20 c bounds 91 >= -519 @ 0.090621
0.00/0.20 c bounds 57 >= -519 @ 0.091424
0.00/0.20 c bounds 55 >= -519 @ 0.092164
0.00/0.20 c bounds 55 >= -517 @ 0.092609
0.00/0.20 c bounds 55 >= -513 @ 0.093134
0.00/0.20 c bounds 55 >= -511 @ 0.093412
0.00/0.20 c bounds 55 >= -509 @ 0.093518
0.00/0.20 c bounds 54 >= -509 @ 0.094831
0.00/0.20 c bounds 54 >= -507 @ 0.095364
0.00/0.20 c bounds 54 >= -505 @ 0.095468
0.00/0.20 c bounds 54 >= -503 @ 0.095468
0.00/0.21 c bounds 54 >= -501 @ 0.095468
0.00/0.21 c bounds 54 >= -499 @ 0.095468
0.10/0.21 c bounds 54 >= -497 @ 0.095941
0.10/0.21 c bounds 54 >= -495 @ 0.09639
0.10/0.21 c bounds 53 >= -495 @ 0.096409
0.10/0.21 c bounds 53 >= -491 @ 0.096717
0.10/0.21 c bounds 53 >= -489 @ 0.097236
0.10/0.21 c bounds 53 >= -487 @ 0.097398
0.10/0.21 c bounds 53 >= -485 @ 0.097398
0.10/0.21 c bounds 53 >= -483 @ 0.097398
0.10/0.21 c bounds 52 >= -483 @ 0.097573
0.10/0.21 c bounds 52 >= -479 @ 0.098091
0.10/0.21 c bounds 52 >= -477 @ 0.098582
0.10/0.21 c bounds 52 >= -475 @ 0.099097
0.10/0.21 c bounds 52 >= -471 @ 0.099612
0.10/0.21 c bounds 52 >= -467 @ 0.10012
0.10/0.22 c bounds 50 >= -467 @ 0.101111
0.10/0.22 c bounds 50 >= -465 @ 0.101506
0.10/0.22 c bounds 50 >= -463 @ 0.102002
0.10/0.22 c bounds 50 >= -459 @ 0.102513
0.10/0.22 c bounds 50 >= -457 @ 0.10302
0.10/0.22 c bounds 50 >= -453 @ 0.103543
0.10/0.22 c bounds 50 >= -451 @ 0.104056
0.10/0.22 c bounds 50 >= -449 @ 0.104554
0.10/0.22 c bounds 50 >= -447 @ 0.105064
0.10/0.22 c bounds 50 >= -443 @ 0.105563
0.10/0.22 c bounds 50 >= -439 @ 0.106056
0.10/0.22 c bounds 49 >= -439 @ 0.106359
0.10/0.22 c bounds 49 >= -437 @ 0.106577
0.10/0.22 c bounds 49 >= -435 @ 0.107068
0.10/0.22 c bounds 49 >= -431 @ 0.107562
0.10/0.22 c bounds 49 >= -427 @ 0.108051
0.10/0.22 c bounds 49 >= -425 @ 0.108527
0.10/0.22 c bounds 49 >= -423 @ 0.109012
0.10/0.23 c bounds 48 >= -423 @ 0.109341
0.10/0.23 c bounds 48 >= -421 @ 0.109341
0.10/0.23 c bounds 48 >= -419 @ 0.109341
0.10/0.23 c bounds 48 >= -417 @ 0.109341
0.10/0.23 c bounds 48 >= -413 @ 0.109341
0.10/0.23 c bounds 48 >= -411 @ 0.109341
0.10/0.23 c bounds 48 >= -409 @ 0.109341
0.10/0.23 c bounds 48 >= -405 @ 0.109701
0.10/0.23 c bounds 48 >= -403 @ 0.110179
0.10/0.23 c bounds 48 >= -401 @ 0.110315
0.10/0.23 c bounds 47 >= -401 @ 0.11072
0.10/0.23 c bounds 47 >= -399 @ 0.11119
0.10/0.23 c bounds 47 >= -397 @ 0.111639
0.10/0.23 c bounds 47 >= -393 @ 0.112119
0.10/0.23 c bounds 47 >= -391 @ 0.112303
0.10/0.23 c bounds 47 >= -389 @ 0.112303
0.10/0.23 c bounds 47 >= -387 @ 0.112512
0.10/0.23 c bounds 47 >= -385 @ 0.11296
0.10/0.23 c bounds 47 >= -383 @ 0.113458
0.10/0.24 c bounds 45 >= -383 @ 0.114773
0.10/0.24 c bounds 45 >= -381 @ 0.115248
0.10/0.24 c bounds 45 >= -377 @ 0.115292
0.10/0.24 c bounds 45 >= -375 @ 0.115292
0.10/0.24 c bounds 45 >= -373 @ 0.11568
0.10/0.24 c bounds 45 >= -371 @ 0.116103
0.10/0.24 c bounds 45 >= -369 @ 0.11658
0.10/0.24 c bounds 45 >= -367 @ 0.117089
0.10/0.24 c bounds 45 >= -365 @ 0.11728
0.10/0.24 c bounds 45 >= -363 @ 0.11728
0.10/0.24 c bounds 43 >= -363 @ 0.119667
0.10/0.24 c bounds 43 >= -361 @ 0.12028
0.10/0.25 c bounds 43 >= -359 @ 0.12092
0.10/0.25 c bounds 43 >= -357 @ 0.122491
0.10/0.25 c bounds 43 >= -355 @ 0.124358
0.10/0.26 c bounds 42 >= -355 @ 0.129239
0.10/0.26 c bounds 42 >= -353 @ 0.132721
0.10/0.26 c bounds 41 >= -353 @ 0.134866
0.10/0.28 c bounds 41 >= -351 @ 0.149178
0.10/0.28 c bounds 40 >= -351 @ 0.152506
0.10/0.28 c bounds 39 >= -351 @ 0.153175
0.10/0.28 c bounds 38 >= -351 @ 0.153505
0.10/0.29 c bounds 37 >= -351 @ 0.154934
0.10/0.29 c bounds 36 >= -351 @ 0.155969
0.10/0.29 c bounds 35 >= -351 @ 0.158546
0.10/0.29 c bounds 34 >= -351 @ 0.160041
0.10/0.29 c bounds 33 >= -351 @ 0.162394
0.10/0.30 c bounds 32 >= -351 @ 0.164923
0.10/0.30 c bounds 32 >= -349 @ 0.165471
0.10/0.31 c bounds 32 >= -347 @ 0.17312
0.20/0.31 c bounds 31 >= -347 @ 0.175475
0.20/0.32 c bounds 30 >= -347 @ 0.182526
0.20/0.33 c bounds 29 >= -347 @ 0.194057
0.20/0.33 c bounds 29 >= -345 @ 0.194717
0.20/0.33 c bounds 29 >= -343 @ 0.195875
0.20/0.33 c bounds 29 >= -341 @ 0.196434
0.20/0.33 c bounds 29 >= -339 @ 0.200405
0.20/0.35 c bounds 28 >= -339 @ 0.211689
0.20/0.35 c bounds 28 >= -337 @ 0.212431
0.20/0.35 c bounds 28 >= -335 @ 0.213025
0.20/0.36 c bounds 28 >= -333 @ 0.221467
0.20/0.36 c bounds 28 >= -331 @ 0.22513
0.20/0.39 c bounds 26 >= -331 @ 0.245223
0.20/0.39 c bounds 26 >= -329 @ 0.246056
0.20/0.40 c #Conflicts: 1000 | #Constraints: 2631
0.20/0.40 c bounds 26 >= -327 @ 0.254285
0.30/0.41 c bounds 25 >= -327 @ 0.266066
0.30/0.43 c bounds 25 >= -325 @ 0.285434
0.30/0.50 c bounds 24 >= -325 @ 0.35538
0.39/0.55 c bounds 24 >= -323 @ 0.404493
0.39/0.58 c bounds 23 >= -323 @ 0.428703
0.49/0.61 c #Conflicts: 2000 | #Constraints: 3764
0.49/0.61 c INPROCESSING
0.49/0.61 c GARBAGE COLLECT
0.49/0.61 c rational objective 1
0.49/0.69 c bounds 22 >= -323 @ 0.535951
0.49/0.69 c bounds 22 >= -322 @ 0.536174
0.49/0.69 c bounds 22 >= -321 @ 0.536572
0.49/0.69 c bounds 22 >= -320 @ 0.537007
0.49/0.69 c bounds 22 >= -317 @ 0.537494
0.49/0.69 c bounds 22 >= -316 @ 0.537985
0.49/0.70 c bounds 22 >= -315 @ 0.538472
0.58/0.70 c bounds 22 >= -314 @ 0.538936
0.58/0.70 c bounds 22 >= -313 @ 0.539451
0.58/0.70 c bounds 22 >= -311 @ 0.539918
0.58/0.70 c bounds 22 >= -310 @ 0.540472
0.58/0.70 c bounds 22 >= -309 @ 0.54098
0.58/0.70 c bounds 22 >= -307 @ 0.541452
0.58/0.70 c bounds 22 >= -306 @ 0.541947
0.58/0.70 c bounds 22 >= -305 @ 0.542414
0.58/0.70 c bounds 22 >= -303 @ 0.542931
0.58/0.70 c bounds 22 >= -300 @ 0.543436
0.58/0.70 c bounds 22 >= -297 @ 0.543981
0.58/0.70 c bounds 22 >= -296 @ 0.544553
0.58/0.70 c bounds 22 >= -295 @ 0.545045
0.58/0.70 c bounds 22 >= -293 @ 0.545548
0.58/0.70 c bounds 22 >= -292 @ 0.546072
0.58/0.70 c bounds 22 >= -291 @ 0.546592
0.58/0.70 c bounds 22 >= -290 @ 0.547145
0.58/0.70 c bounds 22 >= -288 @ 0.547644
0.58/0.71 c bounds 22 >= -287 @ 0.548191
0.58/0.71 c bounds 22 >= -286 @ 0.548705
0.58/0.71 c bounds 22 >= -285 @ 0.549245
0.58/0.71 c bounds 22 >= -284 @ 0.549792
0.58/0.71 c bounds 22 >= -283 @ 0.549898
0.58/0.71 c bounds 22 >= -282 @ 0.552768
0.58/0.71 c bounds 22 >= -280 @ 0.553342
0.58/0.71 c bounds 22 >= -279 @ 0.553853
0.58/0.71 c bounds 22 >= -277 @ 0.5544
0.58/0.71 c bounds 22 >= -275 @ 0.554918
0.58/0.71 c bounds 22 >= -274 @ 0.555475
0.58/0.71 c bounds 22 >= -273 @ 0.555995
0.58/0.72 c bounds 22 >= -271 @ 0.556532
0.58/0.72 c bounds 22 >= -270 @ 0.55705
0.58/0.72 c bounds 22 >= -269 @ 0.55758
0.58/0.72 c bounds 22 >= -268 @ 0.558108
0.58/0.72 c bounds 22 >= -267 @ 0.558744
0.58/0.72 c bounds 22 >= -266 @ 0.559241
0.58/0.72 c bounds 22 >= -265 @ 0.559752
0.58/0.72 c bounds 22 >= -264 @ 0.560271
0.58/0.72 c bounds 22 >= -263 @ 0.560826
0.58/0.72 c bounds 22 >= -262 @ 0.560858
0.58/0.72 c bounds 22 >= -260 @ 0.561022
0.58/0.72 c bounds 22 >= -259 @ 0.561532
0.58/0.72 c bounds 22 >= -258 @ 0.562007
0.58/0.72 c bounds 22 >= -257 @ 0.562533
0.58/0.72 c bounds 22 >= -256 @ 0.56303
0.58/0.72 c bounds 22 >= -255 @ 0.563539
0.58/0.72 c bounds 22 >= -254 @ 0.564039
0.58/0.72 c bounds 22 >= -252 @ 0.564559
0.58/0.73 c bounds 22 >= -251 @ 0.56508
0.58/0.73 c bounds 22 >= -250 @ 0.565571
0.58/0.73 c bounds 22 >= -249 @ 0.566049
0.58/0.73 c bounds 22 >= -248 @ 0.566543
0.58/0.73 c bounds 22 >= -247 @ 0.567023
0.58/0.73 c bounds 22 >= -246 @ 0.567566
0.58/0.73 c bounds 22 >= -245 @ 0.568041
0.58/0.73 c bounds 22 >= -244 @ 0.568512
0.58/0.73 c bounds 22 >= -243 @ 0.568978
0.58/0.73 c bounds 22 >= -242 @ 0.569417
0.58/0.73 c bounds 22 >= -241 @ 0.569883
0.58/0.73 c bounds 22 >= -240 @ 0.570315
0.58/0.73 c bounds 22 >= -239 @ 0.570803
0.58/0.73 c bounds 22 >= -238 @ 0.57122
0.58/0.73 c bounds 22 >= -236 @ 0.571654
0.58/0.73 c bounds 22 >= -235 @ 0.571816
0.58/0.73 c bounds 22 >= -234 @ 0.571816
0.58/0.73 c bounds 22 >= -233 @ 0.572082
0.58/0.73 c bounds 22 >= -232 @ 0.572638
0.58/0.73 c bounds 22 >= -231 @ 0.57315
0.58/0.73 c bounds 22 >= -230 @ 0.573672
0.69/0.86 c bounds 21 >= -230 @ 0.697001
0.69/0.86 c bounds 21 >= -229 @ 0.697716
0.69/0.86 c bounds 21 >= -228 @ 0.698328
0.69/0.86 c bounds 21 >= -227 @ 0.698406
0.69/0.86 c bounds 21 >= -226 @ 0.698828
0.69/0.87 c bounds 21 >= -225 @ 0.703434
0.69/0.87 c bounds 21 >= -224 @ 0.704132
0.69/0.87 c bounds 21 >= -223 @ 0.704383
0.69/0.87 c bounds 21 >= -222 @ 0.704985
0.69/0.87 c bounds 21 >= -221 @ 0.706441
0.69/0.88 c bounds 21 >= -220 @ 0.707462
0.69/0.88 c bounds 21 >= -219 @ 0.709598
0.69/0.88 c bounds 21 >= -218 @ 0.712057
0.69/0.88 c bounds 21 >= -217 @ 0.713688
0.69/0.89 c bounds 21 >= -216 @ 0.717884
0.69/0.89 c bounds 21 >= -215 @ 0.724362
0.78/0.90 c #Conflicts: 3000 | #Constraints: 4078
0.78/0.90 c bounds 21 >= -214 @ 0.730179
0.78/0.96 c bounds 21 >= -213 @ 0.782261
0.78/0.97 c bounds 21 >= -212 @ 0.79499
0.78/0.97 c bounds 21 >= -211 @ 0.796276
0.89/1.00 c bounds 21 >= -210 @ 0.823556
1.18/1.33 c #Conflicts: 4000 | #Constraints: 5166
1.18/1.33 c INPROCESSING
1.18/1.33 c GARBAGE COLLECT
1.18/1.33 c bounds 21 >= -209 @ 1.13223
1.18/1.33 c bounds 21 >= -208 @ 1.13276
1.18/1.33 c bounds 21 >= -207 @ 1.13334
1.18/1.33 c bounds 21 >= -206 @ 1.13413
1.18/1.33 c bounds 21 >= -205 @ 1.13493
1.18/1.33 c bounds 21 >= -204 @ 1.13521
1.18/1.33 c bounds 21 >= -203 @ 1.13599
1.18/1.33 c bounds 21 >= -202 @ 1.13703
1.18/1.33 c bounds 21 >= -201 @ 1.13883
1.18/1.34 c bounds 21 >= -200 @ 1.14018
1.18/1.34 c bounds 21 >= -199 @ 1.14474
1.18/1.34 c bounds 21 >= -198 @ 1.14637
1.18/1.34 c bounds 21 >= -197 @ 1.14926
1.18/1.35 c bounds 21 >= -196 @ 1.14998
1.18/1.35 c bounds 21 >= -195 @ 1.15207
1.18/1.35 c bounds 21 >= -194 @ 1.15691
1.18/1.36 c bounds 21 >= -193 @ 1.16242
1.18/1.36 c bounds 21 >= -192 @ 1.16555
1.18/1.37 c bounds 21 >= -191 @ 1.16969
1.18/1.38 c bounds 21 >= -190 @ 1.17918
1.39/1.59 c #Conflicts: 5000 | #Constraints: 4675
1.39/1.59 c bounds 21 >= -189 @ 1.38561
1.48/1.64 c bounds 21 >= -188 @ 1.43245
1.59/1.71 c #Conflicts: 6000 | #Constraints: 5750
1.59/1.71 c bounds 21 >= -187 @ 1.49461
2.08/2.24 c INPROCESSING
2.08/2.24 c GARBAGE COLLECT
2.08/2.24 c #Conflicts: 7000 | #Constraints: 4612
2.08/2.24 c #Conflicts: 8000 | #Constraints: 5612
2.08/2.24 c bounds 21 >= -186 @ 1.99796
2.28/2.47 c #Conflicts: 9000 | #Constraints: 6657
2.28/2.47 c INPROCESSING
2.28/2.47 c GARBAGE COLLECT
2.28/2.47 c bounds 21 >= -185 @ 2.21784
2.28/2.47 c bounds 21 >= -184 @ 2.22018
2.28/2.47 c bounds 21 >= -183 @ 2.22604
2.28/2.48 c bounds 21 >= -182 @ 2.23249
2.28/2.49 c bounds 21 >= -181 @ 2.24142
2.38/2.51 c bounds 21 >= -180 @ 2.25756
2.58/2.79 c #Conflicts: 10000 | #Constraints: 5401
2.58/2.79 c bounds 21 >= -179 @ 2.52493
2.78/2.90 c #Conflicts: 11000 | #Constraints: 6428
2.78/2.90 c bounds 21 >= -178 @ 2.62489
2.78/2.95 c bounds 20 >= -178 @ 2.67431
2.78/2.95 c bounds 20 >= -177 @ 2.67492
2.78/2.95 c bounds 20 >= -176 @ 2.67561
2.78/2.98 c #Conflicts: 12000 | #Constraints: 7483
2.78/2.98 c INPROCESSING
2.78/2.98 c GARBAGE COLLECT
2.78/2.98 c bounds 20 >= -175 @ 2.70504
2.98/3.13 c bounds 19 >= -175 @ 2.84508
2.98/3.15 c #Conflicts: 13000 | #Constraints: 5861
2.98/3.15 c bounds 19 >= -174 @ 2.86453
3.08/3.20 c bounds 19 >= -173 @ 2.90529
3.08/3.26 c #Conflicts: 14000 | #Constraints: 6936
3.08/3.26 c bounds 19 >= -172 @ 2.96565
3.18/3.31 c bounds 18 >= -172 @ 3.01523
3.18/3.32 c bounds 18 >= -171 @ 3.02742
3.18/3.34 c bounds 18 >= -170 @ 3.0477
3.18/3.36 c bounds 17 >= -170 @ 3.06329
3.18/3.38 c bounds 17 >= -169 @ 3.0811
3.47/3.67 c #Conflicts: 15000 | #Constraints: 8034
3.47/3.67 c INPROCESSING
3.47/3.67 c GARBAGE COLLECT
3.47/3.67 c rational objective 1
3.67/3.84 c #Conflicts: 16000 | #Constraints: 6148
3.67/3.84 c bounds 17 >= -168 @ 3.52509
3.67/3.85 c bounds 16 >= -168 @ 3.53292
3.67/3.87 c bounds 15 >= -168 @ 3.54461
3.78/3.91 c bounds 14 >= -168 @ 3.59102
3.78/3.96 c bounds 13 >= -168 @ 3.63798
3.78/3.96 c bounds 13 >= -167 @ 3.64149
3.78/3.97 c bounds 13 >= -166 @ 3.65095
4.18/4.31 c #Conflicts: 17000 | #Constraints: 7233
4.18/4.31 c bounds 13 >= -165 @ 3.97174
4.77/4.98 c #Conflicts: 18000 | #Constraints: 8269
4.77/4.98 c INPROCESSING
4.77/4.98 c GARBAGE COLLECT
4.77/4.98 c #Conflicts: 19000 | #Constraints: 6204
4.77/4.98 c #Conflicts: 20000 | #Constraints: 7204
4.77/4.98 c #Conflicts: 21000 | #Constraints: 8204
4.77/4.98 c bounds 13 >= -164 @ 4.62008
4.77/4.99 c bounds 12 >= -164 @ 4.62538
5.21/5.47 c INPROCESSING
5.21/5.47 c GARBAGE COLLECT
5.21/5.47 c rational objective 1
6.01/6.21 c #Conflicts: 22000 | #Constraints: 6022
6.01/6.21 c #Conflicts: 23000 | #Constraints: 7022
6.01/6.21 c #Conflicts: 24000 | #Constraints: 8022
6.01/6.21 c #Conflicts: 25000 | #Constraints: 9022
6.01/6.21 c bounds 12 >= -163 @ 5.75478
7.51/7.75 c INPROCESSING
7.51/7.75 c GARBAGE COLLECT
7.51/7.75 c #Conflicts: 26000 | #Constraints: 6636
7.51/7.75 c #Conflicts: 27000 | #Constraints: 7717
7.51/7.75 c #Conflicts: 28000 | #Constraints: 8779
7.51/7.75 c bounds 11 >= -163 @ 7.22832
7.60/7.87 c #Conflicts: 29000 | #Constraints: 9814
7.60/7.87 c INPROCESSING
7.60/7.87 c GARBAGE COLLECT
7.60/7.87 c rational objective 1
7.71/7.94 c bounds 11 >= -162 @ 7.41692
8.20/8.43 c #Conflicts: 30000 | #Constraints: 7143
8.20/8.43 c bounds 11 >= -161 @ 7.89037
8.90/9.16 c #Conflicts: 31000 | #Constraints: 8203
8.90/9.16 c #Conflicts: 32000 | #Constraints: 9203
8.90/9.16 c #Conflicts: 33000 | #Constraints: 10203
8.90/9.16 c INPROCESSING
8.90/9.16 c GARBAGE COLLECT
8.90/9.16 c rational objective 1
9.50/9.75 c #Conflicts: 34000 | #Constraints: 7333
9.50/9.75 c #Conflicts: 35000 | #Constraints: 8333
9.50/9.75 c bounds 11 >= -160 @ 9.17177
10.49/10.71 c #Conflicts: 36000 | #Constraints: 9369
10.49/10.71 c #Conflicts: 37000 | #Constraints: 10369
10.49/10.71 c INPROCESSING
10.49/10.71 c GARBAGE COLLECT
10.49/10.71 c rational objective 1
10.69/10.97 c #Conflicts: 38000 | #Constraints: 7322
10.69/10.97 c bounds 11 >= -159 @ 10.3443
11.20/11.48 c #Conflicts: 39000 | #Constraints: 8364
11.20/11.48 c bounds 11 >= -158 @ 10.8277
12.99/13.21 c #Conflicts: 40000 | #Constraints: 9391
12.99/13.21 c #Conflicts: 41000 | #Constraints: 10391
12.99/13.21 c INPROCESSING
12.99/13.21 c GARBAGE COLLECT
12.99/13.21 c #Conflicts: 42000 | #Constraints: 7140
12.99/13.21 c #Conflicts: 43000 | #Constraints: 8140
12.99/13.21 c #Conflicts: 44000 | #Constraints: 9140
12.99/13.21 c #Conflicts: 45000 | #Constraints: 10140
12.99/13.21 c #Conflicts: 46000 | #Constraints: 11140
12.99/13.21 c #Conflicts: 47000 | #Constraints: 12140
12.99/13.21 c #Conflicts: 48000 | #Constraints: 13140
12.99/13.21 c bounds 11 >= -157 @ 12.5162
12.99/13.24 c bounds 10 >= -157 @ 12.5405
14.79/15.07 c #Conflicts: 49000 | #Constraints: 14192
14.79/15.07 c #Conflicts: 50000 | #Constraints: 15192
14.79/15.07 c #Conflicts: 51000 | #Constraints: 16192
14.79/15.07 c #Conflicts: 52000 | #Constraints: 17192
14.79/15.07 c bounds 9 >= -157 @ 14.3036
17.58/17.83 c #Conflicts: 53000 | #Constraints: 18193
17.58/17.83 c #Conflicts: 54000 | #Constraints: 19193
17.58/17.83 c #Conflicts: 55000 | #Constraints: 20193
17.58/17.83 c #Conflicts: 56000 | #Constraints: 21193
17.58/17.83 c #Conflicts: 57000 | #Constraints: 22193
17.58/17.83 c #Conflicts: 58000 | #Constraints: 23193
17.58/17.83 c INPROCESSING
17.58/17.83 c GARBAGE COLLECT
17.58/17.83 c rational objective 1
18.57/18.88 c #Conflicts: 59000 | #Constraints: 13491
18.57/18.88 c #Conflicts: 60000 | #Constraints: 14491
18.57/18.88 c #Conflicts: 61000 | #Constraints: 15491
18.57/18.88 c #Conflicts: 62000 | #Constraints: 16491
18.57/18.88 c bounds 8 >= -157 @ 18.0298
18.68/18.97 c bounds 7 >= -157 @ 18.1188
19.27/19.59 c #Conflicts: 63000 | #Constraints: 17493
19.27/19.59 c #Conflicts: 64000 | #Constraints: 18493
19.27/19.59 c bounds 6 >= -157 @ 18.723
19.78/20.03 c INPROCESSING
19.78/20.03 c GARBAGE COLLECT
19.78/20.03 c rational objective 1
20.67/20.99 c #Conflicts: 65000 | #Constraints: 11292
20.67/20.99 c #Conflicts: 66000 | #Constraints: 12317
20.67/20.99 c #Conflicts: 67000 | #Constraints: 13333
20.67/20.99 c bounds 5 >= -157 @ 20.0766
21.97/22.25 c #Conflicts: 68000 | #Constraints: 14340
21.97/22.25 c #Conflicts: 69000 | #Constraints: 15340
21.97/22.25 c #Conflicts: 70000 | #Constraints: 16340
21.97/22.25 c INPROCESSING
21.97/22.25 c GARBAGE COLLECT
21.97/22.25 c rational objective 1
24.26/24.53 c #Conflicts: 71000 | #Constraints: 10262
24.26/24.53 c #Conflicts: 72000 | #Constraints: 11262
24.26/24.53 c #Conflicts: 73000 | #Constraints: 12262
24.26/24.53 c #Conflicts: 74000 | #Constraints: 13279
24.26/24.53 c #Conflicts: 75000 | #Constraints: 14302
24.26/24.53 c #Conflicts: 76000 | #Constraints: 15311
24.26/24.53 c INPROCESSING
24.26/24.53 c GARBAGE COLLECT
24.26/24.53 c rational objective 1
25.87/26.10 c #Conflicts: 77000 | #Constraints: 9731
25.87/26.10 c #Conflicts: 78000 | #Constraints: 10731
25.87/26.10 c #Conflicts: 79000 | #Constraints: 11731
25.87/26.10 c #Conflicts: 80000 | #Constraints: 12731
25.87/26.10 c #Conflicts: 81000 | #Constraints: 13732
25.87/26.10 c #Conflicts: 82000 | #Constraints: 14733
25.87/26.10 c INPROCESSING
25.87/26.10 c GARBAGE COLLECT
25.87/26.10 c rational objective 1
27.06/27.32 c #Conflicts: 83000 | #Constraints: 9279
27.06/27.32 c #Conflicts: 84000 | #Constraints: 10293
27.06/27.32 c #Conflicts: 85000 | #Constraints: 11311
27.06/27.32 c #Conflicts: 86000 | #Constraints: 12332
27.06/27.32 c bounds 4 >= -157 @ 26.2239
27.35/27.62 c bounds 4 >= -156 @ 26.5074
28.35/28.64 c #Conflicts: 87000 | #Constraints: 13431
28.35/28.64 c #Conflicts: 88000 | #Constraints: 14431
28.35/28.64 c #Conflicts: 89000 | #Constraints: 15431
28.35/28.64 c INPROCESSING
28.35/28.64 c GARBAGE COLLECT
28.35/28.64 c rational objective 1
29.15/29.48 c #Conflicts: 90000 | #Constraints: 9884
29.15/29.48 c #Conflicts: 91000 | #Constraints: 10887
29.15/29.48 c bounds 3 >= -156 @ 28.3063
30.15/30.47 c #Conflicts: 92000 | #Constraints: 11931
30.15/30.47 c #Conflicts: 93000 | #Constraints: 12988
30.15/30.47 c #Conflicts: 94000 | #Constraints: 14019
30.15/30.47 c bounds 2 >= -156 @ 29.2607
30.64/30.95 c #Conflicts: 95000 | #Constraints: 15037
30.64/30.95 c #Conflicts: 96000 | #Constraints: 16037
30.64/30.95 c INPROCESSING
30.64/30.95 c GARBAGE COLLECT
30.64/30.95 c rational objective 1
31.14/31.48 c #Conflicts: 97000 | #Constraints: 10327
31.14/31.48 c #Conflicts: 98000 | #Constraints: 11328
31.14/31.48 c bounds 2 >= -155 @ 30.2322
32.85/33.12 c #Conflicts: 99000 | #Constraints: 12388
32.85/33.12 c #Conflicts: 100000 | #Constraints: 13388
32.85/33.12 c #Conflicts: 101000 | #Constraints: 14388
32.85/33.12 c #Conflicts: 102000 | #Constraints: 15388
32.85/33.12 c INPROCESSING
32.85/33.12 c GARBAGE COLLECT
32.85/33.12 c rational objective 1
33.34/33.68 c #Conflicts: 103000 | #Constraints: 8917
33.34/33.68 c #Conflicts: 104000 | #Constraints: 9917
33.34/33.68 c #Conflicts: 105000 | #Constraints: 10917
33.34/33.68 c #Conflicts: 106000 | #Constraints: 11917
33.34/33.68 c bounds 2 >= -154 @ 32.3634
34.43/34.72 c #Conflicts: 107000 | #Constraints: 12986
34.43/34.72 c #Conflicts: 108000 | #Constraints: 13986
34.43/34.72 c #Conflicts: 109000 | #Constraints: 14986
34.43/34.72 c #Conflicts: 110000 | #Constraints: 15986
34.43/34.72 c INPROCESSING
34.43/34.72 c GARBAGE COLLECT
34.43/34.72 c rational objective 1
34.83/35.10 c #Conflicts: 111000 | #Constraints: 10276
34.83/35.10 c bounds 2 >= -153 @ 33.7499
36.53/36.80 c #Conflicts: 112000 | #Constraints: 11309
36.53/36.80 c #Conflicts: 113000 | #Constraints: 12309
36.53/36.80 c #Conflicts: 114000 | #Constraints: 13310
36.53/36.80 c #Conflicts: 115000 | #Constraints: 14310
36.53/36.80 c #Conflicts: 116000 | #Constraints: 15317
36.53/36.80 c #Conflicts: 117000 | #Constraints: 16330
36.53/36.80 c INPROCESSING
36.53/36.80 c GARBAGE COLLECT
36.53/36.80 c rational objective 1
38.52/38.80 c #Conflicts: 118000 | #Constraints: 10340
38.52/38.80 c #Conflicts: 119000 | #Constraints: 11340
38.52/38.80 c #Conflicts: 120000 | #Constraints: 12340
38.52/38.80 c #Conflicts: 121000 | #Constraints: 13340
38.52/38.80 c #Conflicts: 122000 | #Constraints: 14340
38.52/38.80 c #Conflicts: 123000 | #Constraints: 15340
38.52/38.80 c bounds 2 >= -152 @ 37.3183
39.22/39.53 c #Conflicts: 124000 | #Constraints: 16400
39.22/39.53 c INPROCESSING
39.22/39.53 c GARBAGE COLLECT
39.22/39.53 c rational objective 1
41.11/41.43 c #Conflicts: 125000 | #Constraints: 10071
41.11/41.43 c #Conflicts: 126000 | #Constraints: 11071
41.11/41.43 c #Conflicts: 127000 | #Constraints: 12071
41.11/41.43 c #Conflicts: 128000 | #Constraints: 13071
41.11/41.43 c #Conflicts: 129000 | #Constraints: 14071
41.11/41.43 c #Conflicts: 130000 | #Constraints: 15071
41.11/41.43 c #Conflicts: 131000 | #Constraints: 16071
41.11/41.43 c #Conflicts: 132000 | #Constraints: 17071
41.11/41.43 c INPROCESSING
41.11/41.43 c GARBAGE COLLECT
41.11/41.43 c rational objective 1
43.01/43.39 c #Conflicts: 133000 | #Constraints: 10592
43.01/43.39 c #Conflicts: 134000 | #Constraints: 11608
43.01/43.39 c #Conflicts: 135000 | #Constraints: 12622
43.01/43.39 c #Conflicts: 136000 | #Constraints: 13643
43.01/43.39 c #Conflicts: 137000 | #Constraints: 14670
43.01/43.39 c #Conflicts: 138000 | #Constraints: 15704
43.01/43.39 c bounds 1 >= -152 @ 41.753
43.10/43.40 c bounds 1 >= 1 @ 41.7652
43.10/43.40 c cpu time 41.7652 s
43.10/43.40 c deterministic time 1552933270 1.55e+09
43.10/43.40 c optimization time 0.085275 s
43.10/43.40 c total solve time 41.6738 s
43.10/43.40 c core-guided solve time 21.9124 s
43.10/43.40 c propagation time 22.8012 s
43.10/43.40 c conflict analysis time 11.7234 s
43.10/43.40 c propagations 13035603
43.10/43.40 c resolve steps 1374731
43.10/43.40 c decisions 533421
43.10/43.40 c conflicts 138653
43.10/43.40 c restarts 380
43.10/43.40 c inprocessing phases 25
43.10/43.40 c garbage collections 25 ,( 100.00 )
43.10/43.40 c input clauses 1606 ,( 40.88 )
43.10/43.40 c input cardinalities 1173 ,( 29.85 )
43.10/43.40 c input general constraints 1150 ,( 29.27 )
43.10/43.40 c input average constraint length 78.93
43.10/43.40 c input average constraint degree 39.48
43.10/43.40 c learned clauses 67499 ,( 48.38 )
43.10/43.40 c learned cardinalities 172 ,( 0.12 )
43.10/43.40 c learned general constraints 71852 ,( 51.50 )
43.10/43.40 c learned average constraint length 170.48
43.10/43.40 c learned average constraint degree 1035031586.90
43.10/43.40 c watched CF 32, 64, 128, Arb: 14321 , 0 , 0 , 0
43.10/43.40 c counting CF 32, 64, 128, Arb: 58682 , 0 , 0 , 0
43.10/43.40 c watched constraints 14321 ,( 19.62 )
43.10/43.40 c counting constraints 58681 ,( 80.38 )
43.10/43.40 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 12972621 , 4453732 , 96892291 ,( 2904804 , 93987487 )
43.10/43.40 c gcd simplifications 3095
43.10/43.40 c detected cardinalities 15
43.10/43.40 c weakened non-implied lits 9927036
43.10/43.40 c weakened non-implying lits 23317
43.10/43.40 c original variables 934
43.10/43.40 c clausal propagations 3395307
43.10/43.40 c cardinality propagations 1399193
43.10/43.40 c watched propagations 28731
43.10/43.40 c counting propagations 7518417
43.10/43.40 c watch lookups 921324239
43.10/43.40 c watch backjump lookups 0
43.10/43.40 c watch checks 141144748
43.10/43.40 c propagation checks 397468386
43.10/43.40 c constraint additions 65517845
43.10/43.40 c trail pops 13706819
43.10/43.40 c formula constraints 1063
43.10/43.40 c learned constraints 138018
43.10/43.40 c bound constraints 299
43.10/43.40 c core-guided constraints 2567
43.10/43.40 c encountered formula constraints 350461
43.10/43.40 c encountered learned constraints 704656
43.10/43.40 c encountered bound constraints 90
43.10/43.40 c encountered core-guided constraints 436011
43.10/43.40 c LP total time 11.8828 s
43.10/43.40 c LP solve time 9.02 s
43.10/43.40 c LP constraints added 1091
43.10/43.40 c LP constraints removed 27
43.10/43.40 c LP pivots internal 138658
43.10/43.40 c LP pivots root 63550
43.10/43.40 c LP calls 1250
43.10/43.40 c LP optimalities 503
43.10/43.40 c LP no pivot count 184
43.10/43.40 c LP infeasibilities 743
43.10/43.40 c LP valid Farkas constraints 735
43.10/43.40 c LP learned Farkas constraints 742
43.10/43.40 c LP basis resets 0
43.10/43.40 c LP cycling count 0
43.10/43.40 c LP singular count 0
43.10/43.40 c LP no primal count 0
43.10/43.40 c LP no farkas count 0
43.10/43.40 c LP other issue count 0
43.10/43.40 c LP Gomory cuts 28
43.10/43.40 c LP learned cuts 0
43.10/43.40 c LP deleted cuts 27
43.10/43.40 c LP encountered Gomory constraints 2
43.10/43.40 c LP encountered Farkas constraints 18059
43.10/43.40 c LP encountered learned Farkas constraints 3362
43.10/43.40 c CG auxiliary variables introduced 937
43.10/43.40 c CG solutions found 54
43.10/43.40 c CG cores constructed 244
43.10/43.40 c CG core cardinality constraints returned 31
43.10/43.40 c CG unit cores 0
43.10/43.40 c CG single cores 213
43.10/43.40 c CG blocks removed during cardinality reduction 0
43.10/43.40 c CG first core best 0
43.10/43.40 c CG decision core best 21
43.10/43.40 c CG core reduction tie 10
43.10/43.40 c CG core degree average 1.14
43.10/43.40 c CG core slack average 8.06
43.10/43.40 c CG core upper bound improvements 0
43.10/43.40 c STR number of successful calls 0
43.10/43.40 c STR number of unsuccessful calls 0
43.10/43.40 c STR number of inconclusive calls 0
43.10/43.40 c STR number of successful attempts 0
43.10/43.40 c STR number of unsuccessful attempts 0
43.10/43.40 c STR number of inconclusive attempts 0
43.10/43.40 c STR average degree increase per successful call inf
43.10/43.40 c STR average degree increase per successful attempt inf
43.10/43.40 c STR total number of conflicts for successful attempts 0
43.10/43.40 c STR total number of conflicts for unsuccessful attempts 0
43.10/43.40 c STR total number of conflicts for inconclusive attempts 0
43.10/43.40 c STR average number of conflicts per successful attempt inf
43.10/43.40 c STR average number of conflicts per unsuccessful attempt inf
43.10/43.40 c STR average number of conflicts per inconclusive attempt inf
43.10/43.40 c AVG.sumWPerc 60.19
43.10/43.40 c bigint constraints 0
43.10/43.40 o 1
43.10/43.40 s OPTIMUM FOUND
43.10/43.40 v x1 x2 x3 x4 x5 x6 x7 x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 x19 x20 x21 x22 x23 x24 x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 x44 -x45 -x46 x47 -x48 x49 x50 -x51 -x52 x53 x54 -x55 -x56 -x57 -x58 x59 x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 x79 x80 -x81 x82 -x83 -x84 x85 x86 -x87 -x88 x89 x90 -x91 -x92 -x93 x94 -x95 -x96 x97 x98 -x99 -x100 x101 x102 -x103 -x104 x105 x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 x119 -x120 -x121 x122 x123 x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 x140 -x141 -x142 x143 x144 x145 -x146 x147 x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 x191 -x192 -x193 -x194 x195 x196 x197 x198 x199 x200 x201 -x202 x203 x204 -x205 -x206 x207 x208 -x209 -x210 x211 x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 x229 -x230 -x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 x254 -x255 -x256 -x257 x258 -x259 -x260 x261 x262 -x263 -x264 x265 x266 -x267 -x268 x269 x270 x271 -x272 -x273 -x274 x275 -x276 -x277 x278 x279 -x280 -x281 x282 x283 -x284 -x285 x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 x304 -x305 -x306 -x307 x308 -x309 -x310 x311 x312 -x313 -x314 -x315 -x316 x317 -x318 x319 x320 x321 -x322 -x323 -x324 x325 -x326 -x327 x328 x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 x346 x347 -x348 x349 x350 -x351 -x352 x353 x354 -x355 -x356 -x357 x358 -x359 -x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 -x371 -x372 -x373 -x374 x375 -x376 x377 x378 -x379 -x380 x381 x382 x383 -x384 -x385 -x386 x387 -x388 -x389 x390 x391 -x392 -x393 x394 x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 x415 -x416 -x417 x418 x419 x420 x421 x422 x423 x424 x425 -x426 -x427 -x428 x429 x430 x431 x432 x433 -x434 -x435 -x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 x453 -x454 -x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 -x465 x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 x475 -x476 -x477 -x478 x479 -x480 -x481 x482 x483 -x484 -x485 x486 x487 -x488 -x489 x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 x511 x512 -x513 -x514 -x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 -x525 -x526 x527 x528 -x529 -x530 x531 x532 x533 -x534 x535 x536 -x537 -x538 x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 x567 x568 x569 x570 x571 x572 -x573 -x574 -x575 -x576 x577 x578 x579 -x580 -x581 x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 x608 -x609 -x610 x611 x612 -x613 -x614 x615 x616 x617 x618 x619 x620 -x621 -x622 -x623 x624 x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 x653 x654 -x655 x656 x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 x672 x673 -x674 -x675 -x676 -x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 x694 x695 -x696 x697 x698 -x699 -x700 -x701 -x702 x703 x704 -x705 -x706 -x707 x708 -x709 -x710 x711 x712 -x713 -x714 x715 x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 x724 -x725 -x726 x727 x728 x729 x730 x731 x732 x733 x734 x735 x736 x737 x738 x739 -x740 x741 x742 -x743 -x744 -x745 x746 x747 -x748 -x749 -x750 -x751 x752 -x753 x754 x755 x756 -x757 x758 x759 -x760 -x761 x762 -x763 -x764 -x765 x766 x767 x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 x779 -x780 x781 -x782 -x783 x784 x785 -x786 -x787 x788 x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 -x833 x834 x835 -x836 -x837 x838 x839 x840 -x841 x842 x843 -x844 -x845 -x846 x847 x848 x849 x850 x851 -x852 x853 -x854 x855 -x856 -x857 -x858 x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 x879 x880 -x881 -x882 -x883 x884 x885 -x886 x887 -x888 -x889 -x890 x891 x892 -x893 x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 x903 x904 -x905 x906 x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 x916 -x917 -x918 x919 x920 -x921 -x922 -x923 x924 x925 x926 x927 x928 -x929 -x930 -x931 -x932 x933 x934
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 15 15:06:39 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 1 <= obj <= 1
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 1 <= obj <= 1
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (52716 MiB free)
memory of node 1: 64507 MiB (63076 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531883-1752584603/watcher-4531883-1752584603 -o /tmp/evaluation-result-4531883-1752584603/solver-4531883-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752584602-145173 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531883-1752584603.opb PROOFDIR/proof-4531883-1752584603
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=145218, runsolver pid=145208
[startup+0.100058 s]*
/proc/loadavg: 0.09 0.34 0.26 3/262 145223
/proc/meminfo: memFree=118565380/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=50800 memory=5248 CPUtime=0 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 237 0 0 0 0 0 0 0 20 0 1 0 174140593 52019200 1216 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 12700 1248 1152 1147 0 126 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 54992 KiB
Current children cumulated memory: 8320 KiB
[startup+0.20563 s]*
/proc/loadavg: 0.09 0.34 0.26 5/268 145235
/proc/meminfo: memFree=118551224/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=59456 memory=15628 CPUtime=0.1 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 1498 0 0 0 9 1 0 0 20 0 1 0 174140593 60882944 3907 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 14864 3907 2368 1147 0 2290 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63648 KiB
Current children cumulated memory: 18700 KiB
[startup+0.30533 s]*
/proc/loadavg: 0.09 0.34 0.26 6/268 145236
/proc/meminfo: memFree=118498616/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=62404 memory=18828 CPUtime=0.2 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 2263 0 0 0 17 3 0 0 20 0 1 0 174140593 63901696 4707 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 15601 4707 2400 1147 0 3027 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66596 KiB
Current children cumulated memory: 21900 KiB
[startup+0.700156 s]
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118455456/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=74484 memory=30160 CPUtime=0.58 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 4543 0 0 0 53 5 0 0 20 0 1 0 174140593 76271616 7540 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 18621 7540 2432 1147 0 6047 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 78676 KiB
Current children cumulated memory: 33232 KiB
[startup+1.50016 s]
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118334860/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=89744 memory=42576 CPUtime=1.39 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 7657 0 0 0 129 10 0 0 20 0 1 0 174140593 91897856 10644 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 22436 10644 2432 1147 0 9862 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 93936 KiB
Current children cumulated memory: 45648 KiB
[startup+3.10575 s]
/proc/loadavg: 0.40 0.40 0.28 5/268 145237
/proc/meminfo: memFree=118186968/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=89744 memory=42704 CPUtime=2.98 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 7682 0 0 0 281 17 0 0 20 0 1 0 174140593 91897856 10676 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 22436 10676 2432 1147 0 9862 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 93936 KiB
Current children cumulated memory: 45776 KiB
[startup+6.30015 s]
/proc/loadavg: 0.40 0.40 0.28 5/269 145238
/proc/meminfo: memFree=118106196/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=94724 memory=46928 CPUtime=6.11 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 8759 0 0 0 583 28 0 0 20 0 1 0 174140593 96997376 11732 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 23681 11732 2432 1147 0 11107 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 98916 KiB
Current children cumulated memory: 50000 KiB
[startup+12.7001 s]
/proc/loadavg: 0.69 0.46 0.30 5/269 145238
/proc/meminfo: memFree=117901652/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=119144 memory=69220 CPUtime=12.49 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 13317 0 0 0 1201 48 0 0 20 0 1 0 174140593 122003456 17305 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 29786 17305 2432 1147 0 17212 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 123336 KiB
Current children cumulated memory: 72292 KiB
[startup+25.5001 s]
/proc/loadavg: 1.42 0.64 0.36 5/269 145239
/proc/meminfo: memFree=117526976/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=169324 memory=110780 CPUtime=25.26 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 21659 0 0 0 2445 81 0 0 20 0 1 0 174140593 173387776 27695 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 42331 27695 2432 1147 0 29757 0
Current children cumulated CPU time: 25.26 s
Current children cumulated vsize: 173516 KiB
Current children cumulated memory: 113852 KiB
[startup+43.5359 s]
# the end of solver process 145218 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=41.7716 s, system=1.39061 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6001 s]
/proc/loadavg: 1.42 0.64 0.36 5/269 145239
/proc/meminfo: memFree=117526976/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=169324 memory=110780 CPUtime=25.35 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 21659 0 0 0 2454 81 0 0 20 0 1 0 174140593 173387776 27695 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 42331 27695 2432 1147 0 29757 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 173516 KiB
Current children cumulated memory: 113852 KiB
[startup+32.0001 s]*
/proc/loadavg: 1.63 0.69 0.38 5/269 145239
/proc/meminfo: memFree=117420924/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=169736 memory=111164 CPUtime=31.75 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 21760 0 0 0 3073 102 0 0 20 0 1 0 174140593 173809664 27791 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 42434 27791 2432 1147 0 29860 0
Current children cumulated CPU time: 31.75 s
Current children cumulated vsize: 173928 KiB
Current children cumulated memory: 114236 KiB
[startup+38.4001 s]
/proc/loadavg: 2.07 0.82 0.43 5/271 145241
/proc/meminfo: memFree=117303128/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113724 CPUtime=38.12 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 22407 0 0 0 3692 120 0 0 20 0 1 0 174140593 177709056 28431 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28431 2432 1147 0 30812 0
Current children cumulated CPU time: 38.12 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 116796 KiB
[startup+41.6001 s]
/proc/loadavg: 2.07 0.82 0.43 5/271 145241
/proc/meminfo: memFree=117239984/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113980 CPUtime=41.31 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 22441 0 0 0 4002 129 0 0 20 0 1 0 174140593 177709056 28495 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28495 2432 1147 0 30812 0
Current children cumulated CPU time: 41.31 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 117052 KiB
[startup+42.4001 s]
/proc/loadavg: 2.07 0.82 0.43 5/271 145241
/proc/meminfo: memFree=117223792/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113980 CPUtime=42.11 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 22441 0 0 0 4079 132 0 0 20 0 1 0 174140593 177709056 28495 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28495 2432 1147 0 30812 0
Current children cumulated CPU time: 42.11 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 117052 KiB
[startup+43.2001 s]
/proc/loadavg: 2.23 0.87 0.45 5/271 145241
/proc/meminfo: memFree=117179128/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113980 CPUtime=42.9 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 22443 0 0 0 4156 134 0 0 20 0 1 0 174140593 177709056 28495 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28495 2432 1147 0 30812 0
Current children cumulated CPU time: 42.9 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 117052 KiB
[startup+43.4001 s]
/proc/loadavg: 2.23 0.87 0.45 5/271 145241
/proc/meminfo: memFree=117179128/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113980 CPUtime=43.1 cores=5,7
/proc/145223/stat : 145223 (roundingsat) R 145218 145218 145160 0 -1 4194304 22445 0 0 0 4175 135 0 0 20 0 1 0 174140593 177709056 28495 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28495 2432 1147 0 30812 0
Current children cumulated CPU time: 43.1 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 117052 KiB
[startup+43.5001 s]
/proc/loadavg: 2.23 0.87 0.45 5/271 145241
/proc/meminfo: memFree=117179128/131250000 swapFree=33008868/33010684
[pid=145218] ppid=145208 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145218/stat : 145218 (run-opt-ls-log.) S 145208 145218 145160 0 -1 4194304 242 651 0 0 0 0 0 0 20 0 1 0 174140586 4292608 768 18446744073709551615 94323212210176 94323213104709 140729133750608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94323213343760 94323213391504 94323233816576 140729133754649 140729133754847 140729133754847 140729133760451 0
/proc/145218/statm: 1048 768 704 219 0 110 0
[pid=145223] ppid=145218 vsize=173544 memory=113980 CPUtime=43.13 cores=5,7
/proc/145223/stat : 145223 (roundingsat) D 145218 145218 145160 0 -1 4194304 22445 0 0 0 4176 137 0 0 20 0 1 0 174140593 177709056 28495 18446744073709551615 4227072 8923577 140727904645232 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 14569472 140727904647412 140727904647718 140727904647718 140727904653290 0
/proc/145223/statm: 43386 28495 2432 1147 0 30812 0
Current children cumulated CPU time: 43.13 s
Current children cumulated vsize: 177736 KiB
Current children cumulated memory: 117052 KiB
Child status: 0
Real time (s): 43.5359
CPU time (s): 43.1622
CPU user time (s): 41.7716
CPU system time (s): 1.39061
CPU usage (%): 99.1415
Max. virtual memory (cumulated for all children) (KiB): 177736
Max. memory (cumulated for all children) (KiB): 117052
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7716
system time used= 1.39061
maximum resident set size= 113980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3176
involuntary context switches= 71
# summary of solver processes directly reported to runsolver:
# pid: 145218
# total CPU time (s): 43.1622
# total CPU user time (s): 41.7716
# total CPU system time (s): 1.39061
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092126 second user time and 0.224545 second system time
The end
Launcher Data
Begin job on nodeC013 at 2025-07-15 15:03:23
IDJOB=4531883
IDBENCH=146663
IDSOLVER=3392
FILE ID=nodeC013/4531883-1752584603
RUNJOBID= nodeC013-1752584602-145173
SLURM_JOB_ID= 9684343
Free space on /tmp= 432456 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:100.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531883-1752584603/watcher-4531883-1752584603 -o /tmp/evaluation-result-4531883-1752584603/solver-4531883-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752584602-145173 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531883-1752584603.opb PROOFDIR/proof-4531883-1752584603
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1057340159
nodeC013 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.499
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.67
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.951
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.67
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 : 3601.217
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.67
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.910
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.67
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.615
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.67
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 : 3599.581
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.67
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 : 3603.407
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.67
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 : 3480.983
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.67
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 118609016 kB
MemAvailable: 129742436 kB
Buffers: 1668 kB
Cached: 11879364 kB
SwapCached: 104 kB
Active: 511952 kB
Inactive: 11437020 kB
Active(anon): 84436 kB
Inactive(anon): 4868 kB
Active(file): 427516 kB
Inactive(file): 11432152 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33008868 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 14524 kB
Writeback: 0 kB
AnonPages: 71032 kB
Mapped: 102144 kB
Shmem: 21364 kB
KReclaimable: 225580 kB
Slab: 320804 kB
SReclaimable: 225580 kB
SUnreclaim: 95224 kB
KernelStack: 4160 kB
PageTables: 3024 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 329224 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150424 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 12288 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: 215764 kB
DirectMap2M: 8992768 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 432424 MiB
End job on nodeC013 at 2025-07-15 15:04:07