Trace number 4484632
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/ benchmarks/radar/normalized-10:20:4.5:0.95:100.opb |
MD5SUM | 0c08209891d9f5241a74237055766898 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 1 |
Best CPU time to get the best result obtained on this benchmark | 0.056181 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 934 |
Total number of constraints | 1063 |
Number of constraints which are clauses | 879 |
Number of constraints which are cardinality constraints (but not clauses) | 184 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 20 |
Number of terms in the objective function | 934 |
Biggest coefficient in the objective function | 546 |
Number of bits for the biggest coefficient in the objective function | 10 |
Sum of the numbers in the objective function | 2594 |
Number of bits of the sum of numbers in the objective function | 12 |
Biggest number in a constraint | 546 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2594 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4484632-1751287943.opb'
0.00/0.01 c read 0.04MB (0.89ms)
0.00/0.01 c [cnf: #variables 934 #clauses 1064 #duplicates 0 #arr 4715]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (1.21ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.20ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 5357 #edges 16148]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.00*10^0 #generators 0] (0.32ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 0 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4484632-1751287943.opb.pre'
0.00/0.01 c wrote 0.05MB (0.16ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 1.21ms 41.30% approx_orbits
0.00/0.01 c 0.89ms 30.37% parse
0.00/0.01 c 0.32ms 10.94% detect_generic
0.00/0.01 c 0.20ms 6.75% detect_special
0.00/0.01 c 0.16ms 5.58% output
0.00/0.01 c 0.12ms 4.17% other
0.00/0.01 c 0.03ms 0.89% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 2.94ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.02 c #variables 934 #constraints 1063
0.00/0.02 c objective is ce32
0.00/0.03 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03 c bounds 93 >= -546 @ 0.011465
0.07/0.11 c bounds 92 >= -546 @ 0.081262
0.07/0.11 c bounds 92 >= -540 @ 0.081405
0.07/0.11 c bounds 92 >= -537 @ 0.081724
0.07/0.11 c bounds 92 >= -534 @ 0.082049
0.07/0.11 c bounds 92 >= -531 @ 0.082394
0.07/0.11 c bounds 92 >= -528 @ 0.082755
0.07/0.11 c bounds 92 >= -525 @ 0.083113
0.07/0.11 c bounds 91 >= -525 @ 0.083285
0.07/0.11 c bounds 91 >= -522 @ 0.083285
0.07/0.11 c bounds 91 >= -519 @ 0.083592
0.07/0.11 c bounds 57 >= -519 @ 0.084305
0.07/0.11 c bounds 55 >= -519 @ 0.084986
0.07/0.11 c bounds 55 >= -517 @ 0.085277
0.07/0.11 c bounds 55 >= -513 @ 0.08564
0.07/0.11 c bounds 55 >= -511 @ 0.085979
0.07/0.11 c bounds 55 >= -509 @ 0.086235
0.07/0.12 c bounds 54 >= -509 @ 0.086285
0.07/0.12 c bounds 54 >= -507 @ 0.086285
0.07/0.12 c bounds 54 >= -505 @ 0.086294
0.07/0.12 c bounds 54 >= -503 @ 0.086294
0.07/0.12 c bounds 54 >= -501 @ 0.086294
0.07/0.12 c bounds 54 >= -499 @ 0.0863
0.07/0.12 c bounds 54 >= -497 @ 0.0863
0.07/0.12 c bounds 54 >= -495 @ 0.0863
0.07/0.12 c bounds 53 >= -495 @ 0.086306
0.07/0.12 c bounds 53 >= -491 @ 0.086337
0.07/0.12 c bounds 53 >= -489 @ 0.08669
0.07/0.12 c bounds 53 >= -487 @ 0.087035
0.07/0.12 c bounds 53 >= -485 @ 0.08737
0.07/0.12 c bounds 53 >= -483 @ 0.08771
0.07/0.12 c bounds 52 >= -483 @ 0.088412
0.07/0.12 c bounds 52 >= -479 @ 0.088773
0.07/0.12 c bounds 52 >= -477 @ 0.089129
0.07/0.12 c bounds 52 >= -475 @ 0.0893
0.07/0.12 c bounds 52 >= -471 @ 0.0893
0.07/0.12 c bounds 52 >= -467 @ 0.0893
0.07/0.12 c bounds 50 >= -467 @ 0.089726
0.07/0.13 c bounds 50 >= -465 @ 0.090078
0.07/0.13 c bounds 50 >= -463 @ 0.090378
0.07/0.13 c bounds 50 >= -459 @ 0.090721
0.07/0.13 c bounds 50 >= -457 @ 0.091067
0.07/0.13 c bounds 50 >= -453 @ 0.09143
0.07/0.13 c bounds 50 >= -451 @ 0.091787
0.07/0.13 c bounds 50 >= -449 @ 0.092135
0.07/0.13 c bounds 50 >= -447 @ 0.092483
0.07/0.13 c bounds 50 >= -443 @ 0.092825
0.07/0.13 c bounds 50 >= -439 @ 0.093161
0.07/0.13 c bounds 49 >= -439 @ 0.093297
0.07/0.13 c bounds 49 >= -437 @ 0.093409
0.07/0.13 c bounds 49 >= -435 @ 0.093739
0.07/0.13 c bounds 49 >= -431 @ 0.094084
0.07/0.13 c bounds 49 >= -427 @ 0.094411
0.07/0.13 c bounds 49 >= -425 @ 0.094746
0.07/0.13 c bounds 49 >= -423 @ 0.095076
0.07/0.13 c bounds 48 >= -423 @ 0.095294
0.07/0.13 c bounds 48 >= -421 @ 0.095299
0.07/0.13 c bounds 48 >= -419 @ 0.095299
0.07/0.13 c bounds 48 >= -417 @ 0.095299
0.07/0.13 c bounds 48 >= -413 @ 0.095581
0.07/0.13 c bounds 48 >= -411 @ 0.095902
0.07/0.13 c bounds 48 >= -409 @ 0.096213
0.07/0.13 c bounds 48 >= -405 @ 0.0963
0.07/0.14 c bounds 48 >= -403 @ 0.0963
0.07/0.14 c bounds 48 >= -401 @ 0.0963
0.07/0.14 c bounds 47 >= -401 @ 0.096305
0.07/0.14 c bounds 47 >= -399 @ 0.096309
0.07/0.14 c bounds 47 >= -397 @ 0.096309
0.07/0.14 c bounds 47 >= -393 @ 0.096309
0.07/0.14 c bounds 47 >= -391 @ 0.096313
0.07/0.14 c bounds 47 >= -389 @ 0.096313
0.07/0.14 c bounds 47 >= -387 @ 0.096313
0.07/0.14 c bounds 47 >= -385 @ 0.096391
0.07/0.14 c bounds 47 >= -383 @ 0.096715
0.07/0.14 c bounds 45 >= -383 @ 0.097879
0.07/0.14 c bounds 45 >= -381 @ 0.098203
0.07/0.14 c bounds 45 >= -377 @ 0.098308
0.07/0.14 c bounds 45 >= -375 @ 0.098308
0.07/0.14 c bounds 45 >= -373 @ 0.098308
0.07/0.14 c bounds 45 >= -371 @ 0.098315
0.07/0.14 c bounds 45 >= -369 @ 0.098315
0.07/0.14 c bounds 45 >= -367 @ 0.098315
0.07/0.14 c bounds 45 >= -365 @ 0.098319
0.07/0.14 c bounds 45 >= -363 @ 0.098319
0.07/0.15 c bounds 43 >= -363 @ 0.100853
0.07/0.15 c bounds 43 >= -361 @ 0.101281
0.07/0.15 c bounds 43 >= -359 @ 0.101312
0.07/0.15 c bounds 43 >= -357 @ 0.101316
0.07/0.15 c bounds 43 >= -355 @ 0.102319
0.07/0.16 c bounds 42 >= -355 @ 0.107002
0.07/0.16 c bounds 42 >= -353 @ 0.110447
0.07/0.16 c bounds 41 >= -353 @ 0.112375
0.07/0.17 c bounds 41 >= -351 @ 0.124065
0.07/0.18 c bounds 40 >= -351 @ 0.127103
0.07/0.18 c bounds 39 >= -351 @ 0.127503
0.07/0.18 c bounds 38 >= -351 @ 0.128713
0.07/0.18 c bounds 37 >= -351 @ 0.130049
0.07/0.18 c bounds 36 >= -351 @ 0.131029
0.07/0.18 c bounds 35 >= -351 @ 0.132226
0.07/0.18 c bounds 34 >= -351 @ 0.133187
0.07/0.19 c bounds 33 >= -351 @ 0.135234
0.07/0.19 c bounds 32 >= -351 @ 0.137439
0.07/0.19 c bounds 32 >= -349 @ 0.13782
0.07/0.20 c bounds 32 >= -347 @ 0.143958
0.07/0.20 c bounds 31 >= -347 @ 0.145196
0.07/0.20 c bounds 30 >= -347 @ 0.150442
0.18/0.21 c bounds 29 >= -347 @ 0.158039
0.18/0.21 c bounds 29 >= -345 @ 0.158139
0.18/0.21 c bounds 29 >= -343 @ 0.158361
0.18/0.22 c bounds 29 >= -341 @ 0.15947
0.18/0.22 c bounds 29 >= -339 @ 0.162601
0.18/0.23 c bounds 28 >= -339 @ 0.174263
0.18/0.23 c bounds 28 >= -337 @ 0.174785
0.18/0.23 c bounds 28 >= -335 @ 0.175219
0.18/0.24 c bounds 28 >= -333 @ 0.181808
0.18/0.24 c bounds 28 >= -331 @ 0.184933
0.18/0.26 c bounds 26 >= -331 @ 0.203097
0.18/0.26 c bounds 26 >= -329 @ 0.203747
0.18/0.27 c #Conflicts: 1000 | #Constraints: 2631
0.18/0.27 c bounds 26 >= -327 @ 0.209601
0.18/0.28 c bounds 25 >= -327 @ 0.217884
0.18/0.30 c bounds 25 >= -325 @ 0.233815
0.28/0.35 c bounds 24 >= -325 @ 0.287199
0.28/0.40 c bounds 24 >= -323 @ 0.329168
0.38/0.42 c bounds 23 >= -323 @ 0.350221
0.38/0.45 c #Conflicts: 2000 | #Constraints: 3764
0.38/0.45 c INPROCESSING
0.38/0.45 c GARBAGE COLLECT
0.38/0.45 c rational objective 1
0.48/0.51 c bounds 22 >= -323 @ 0.434328
0.48/0.51 c bounds 22 >= -322 @ 0.434678
0.48/0.51 c bounds 22 >= -321 @ 0.434995
0.48/0.51 c bounds 22 >= -320 @ 0.435322
0.48/0.51 c bounds 22 >= -317 @ 0.435674
0.48/0.51 c bounds 22 >= -316 @ 0.436013
0.48/0.51 c bounds 22 >= -315 @ 0.436378
0.48/0.51 c bounds 22 >= -314 @ 0.43673
0.48/0.51 c bounds 22 >= -313 @ 0.437093
0.48/0.51 c bounds 22 >= -311 @ 0.437439
0.48/0.51 c bounds 22 >= -310 @ 0.437847
0.48/0.51 c bounds 22 >= -309 @ 0.43823
0.48/0.51 c bounds 22 >= -307 @ 0.438381
0.48/0.51 c bounds 22 >= -306 @ 0.438381
0.48/0.51 c bounds 22 >= -305 @ 0.438381
0.48/0.51 c bounds 22 >= -303 @ 0.438381
0.48/0.51 c bounds 22 >= -300 @ 0.438381
0.48/0.51 c bounds 22 >= -297 @ 0.438464
0.48/0.51 c bounds 22 >= -296 @ 0.438894
0.48/0.51 c bounds 22 >= -295 @ 0.439274
0.48/0.51 c bounds 22 >= -293 @ 0.439378
0.48/0.51 c bounds 22 >= -292 @ 0.439378
0.48/0.51 c bounds 22 >= -291 @ 0.439473
0.48/0.52 c bounds 22 >= -290 @ 0.439873
0.48/0.52 c bounds 22 >= -288 @ 0.440253
0.48/0.52 c bounds 22 >= -287 @ 0.440647
0.48/0.52 c bounds 22 >= -286 @ 0.44104
0.48/0.52 c bounds 22 >= -285 @ 0.441466
0.48/0.52 c bounds 22 >= -284 @ 0.441878
0.48/0.52 c bounds 22 >= -283 @ 0.442289
0.48/0.52 c bounds 22 >= -282 @ 0.446359
0.48/0.52 c bounds 22 >= -280 @ 0.446359
0.48/0.52 c bounds 22 >= -279 @ 0.446455
0.48/0.52 c bounds 22 >= -277 @ 0.446884
0.48/0.52 c bounds 22 >= -275 @ 0.447297
0.48/0.52 c bounds 22 >= -274 @ 0.447708
0.48/0.52 c bounds 22 >= -273 @ 0.448113
0.48/0.52 c bounds 22 >= -271 @ 0.448357
0.48/0.53 c bounds 22 >= -270 @ 0.448357
0.48/0.53 c bounds 22 >= -269 @ 0.448438
0.48/0.53 c bounds 22 >= -268 @ 0.44885
0.48/0.53 c bounds 22 >= -267 @ 0.449291
0.48/0.53 c bounds 22 >= -266 @ 0.449355
0.48/0.53 c bounds 22 >= -265 @ 0.449355
0.48/0.53 c bounds 22 >= -264 @ 0.449498
0.48/0.53 c bounds 22 >= -263 @ 0.449905
0.48/0.53 c bounds 22 >= -262 @ 0.450391
0.48/0.53 c bounds 22 >= -260 @ 0.450798
0.48/0.53 c bounds 22 >= -259 @ 0.451216
0.48/0.53 c bounds 22 >= -258 @ 0.451632
0.48/0.53 c bounds 22 >= -257 @ 0.45205
0.48/0.53 c bounds 22 >= -256 @ 0.452452
0.48/0.53 c bounds 22 >= -255 @ 0.452857
0.48/0.53 c bounds 22 >= -254 @ 0.453265
0.48/0.53 c bounds 22 >= -252 @ 0.453674
0.48/0.53 c bounds 22 >= -251 @ 0.454065
0.48/0.53 c bounds 22 >= -250 @ 0.454454
0.48/0.53 c bounds 22 >= -249 @ 0.454836
0.48/0.53 c bounds 22 >= -248 @ 0.455226
0.48/0.53 c bounds 22 >= -247 @ 0.455612
0.48/0.53 c bounds 22 >= -246 @ 0.456016
0.48/0.53 c bounds 22 >= -245 @ 0.456399
0.48/0.53 c bounds 22 >= -244 @ 0.456775
0.48/0.54 c bounds 22 >= -243 @ 0.457146
0.48/0.54 c bounds 22 >= -242 @ 0.457504
0.48/0.54 c bounds 22 >= -241 @ 0.457869
0.48/0.54 c bounds 22 >= -240 @ 0.458216
0.48/0.54 c bounds 22 >= -239 @ 0.458331
0.48/0.54 c bounds 22 >= -238 @ 0.458331
0.48/0.54 c bounds 22 >= -236 @ 0.458331
0.48/0.54 c bounds 22 >= -235 @ 0.45868
0.48/0.54 c bounds 22 >= -234 @ 0.459057
0.48/0.54 c bounds 22 >= -233 @ 0.459406
0.48/0.54 c bounds 22 >= -232 @ 0.459832
0.48/0.54 c bounds 22 >= -231 @ 0.460205
0.48/0.54 c bounds 22 >= -230 @ 0.460327
0.57/0.64 c bounds 21 >= -230 @ 0.555225
0.57/0.64 c bounds 21 >= -229 @ 0.555782
0.57/0.64 c bounds 21 >= -228 @ 0.55628
0.57/0.64 c bounds 21 >= -227 @ 0.55683
0.57/0.64 c bounds 21 >= -226 @ 0.557081
0.57/0.65 c bounds 21 >= -225 @ 0.561008
0.57/0.65 c bounds 21 >= -224 @ 0.561567
0.57/0.65 c bounds 21 >= -223 @ 0.562517
0.57/0.65 c bounds 21 >= -222 @ 0.563078
0.57/0.65 c bounds 21 >= -221 @ 0.564257
0.57/0.65 c bounds 21 >= -220 @ 0.56502
0.57/0.65 c bounds 21 >= -219 @ 0.56582
0.57/0.66 c bounds 21 >= -218 @ 0.567861
0.57/0.66 c bounds 21 >= -217 @ 0.568178
0.57/0.66 c bounds 21 >= -216 @ 0.57256
0.57/0.67 c bounds 21 >= -215 @ 0.575805
0.57/0.67 c #Conflicts: 3000 | #Constraints: 4078
0.57/0.67 c bounds 21 >= -214 @ 0.579561
0.67/0.73 c bounds 21 >= -213 @ 0.634552
0.67/0.74 c bounds 21 >= -212 @ 0.644884
0.67/0.74 c bounds 21 >= -211 @ 0.646762
0.67/0.77 c bounds 21 >= -210 @ 0.666415
0.98/1.05 c #Conflicts: 4000 | #Constraints: 5166
0.98/1.05 c INPROCESSING
0.98/1.05 c GARBAGE COLLECT
0.98/1.05 c bounds 21 >= -209 @ 0.935054
0.98/1.05 c bounds 21 >= -208 @ 0.935141
0.98/1.05 c bounds 21 >= -207 @ 0.935562
0.98/1.05 c bounds 21 >= -206 @ 0.936173
0.98/1.05 c bounds 21 >= -205 @ 0.936725
0.98/1.05 c bounds 21 >= -204 @ 0.937608
0.98/1.05 c bounds 21 >= -203 @ 0.938211
0.98/1.06 c bounds 21 >= -202 @ 0.938967
0.98/1.06 c bounds 21 >= -201 @ 0.939273
0.98/1.06 c bounds 21 >= -200 @ 0.941056
0.98/1.06 c bounds 21 >= -199 @ 0.944407
0.98/1.06 c bounds 21 >= -198 @ 0.945691
0.98/1.07 c bounds 21 >= -197 @ 0.947882
0.98/1.07 c bounds 21 >= -196 @ 0.948023
0.98/1.07 c bounds 21 >= -195 @ 0.948748
0.98/1.07 c bounds 21 >= -194 @ 0.95248
0.98/1.08 c bounds 21 >= -193 @ 0.956433
0.98/1.08 c bounds 21 >= -192 @ 0.95788
0.98/1.08 c bounds 21 >= -191 @ 0.960056
0.98/1.09 c bounds 21 >= -190 @ 0.967083
1.26/1.30 c #Conflicts: 5000 | #Constraints: 4675
1.26/1.30 c bounds 21 >= -189 @ 1.16304
1.26/1.34 c bounds 21 >= -188 @ 1.20072
1.26/1.39 c #Conflicts: 6000 | #Constraints: 5750
1.26/1.39 c bounds 21 >= -187 @ 1.25012
1.77/1.88 c INPROCESSING
1.77/1.88 c GARBAGE COLLECT
1.77/1.88 c #Conflicts: 7000 | #Constraints: 4612
1.77/1.88 c #Conflicts: 8000 | #Constraints: 5612
1.77/1.88 c bounds 21 >= -186 @ 1.71666
1.97/2.07 c #Conflicts: 9000 | #Constraints: 6657
1.97/2.07 c INPROCESSING
1.97/2.07 c GARBAGE COLLECT
1.97/2.07 c bounds 21 >= -185 @ 1.89754
1.97/2.07 c bounds 21 >= -184 @ 1.89932
1.97/2.07 c bounds 21 >= -183 @ 1.90352
1.97/2.08 c bounds 21 >= -182 @ 1.90822
1.97/2.09 c bounds 21 >= -181 @ 1.91401
1.97/2.10 c bounds 21 >= -180 @ 1.92643
2.26/2.38 c #Conflicts: 10000 | #Constraints: 5401
2.26/2.38 c bounds 21 >= -179 @ 2.19191
2.37/2.46 c #Conflicts: 11000 | #Constraints: 6428
2.37/2.46 c bounds 21 >= -178 @ 2.27099
2.47/2.51 c bounds 20 >= -178 @ 2.31071
2.47/2.51 c bounds 20 >= -177 @ 2.3112
2.47/2.51 c bounds 20 >= -176 @ 2.31174
2.47/2.53 c #Conflicts: 12000 | #Constraints: 7483
2.47/2.53 c INPROCESSING
2.47/2.53 c GARBAGE COLLECT
2.47/2.53 c bounds 20 >= -175 @ 2.33171
2.56/2.65 c bounds 19 >= -175 @ 2.44967
2.56/2.67 c #Conflicts: 13000 | #Constraints: 5861
2.56/2.67 c bounds 19 >= -174 @ 2.46481
2.67/2.70 c bounds 19 >= -173 @ 2.49894
2.67/2.76 c #Conflicts: 14000 | #Constraints: 6936
2.67/2.76 c bounds 19 >= -172 @ 2.54977
2.76/2.80 c bounds 18 >= -172 @ 2.59124
2.76/2.81 c bounds 18 >= -171 @ 2.60077
2.76/2.83 c bounds 18 >= -170 @ 2.61756
2.76/2.84 c bounds 17 >= -170 @ 2.63123
2.76/2.86 c bounds 17 >= -169 @ 2.64883
3.07/3.15 c #Conflicts: 15000 | #Constraints: 8034
3.07/3.15 c INPROCESSING
3.07/3.15 c GARBAGE COLLECT
3.07/3.15 c rational objective 1
3.16/3.27 c #Conflicts: 16000 | #Constraints: 6148
3.16/3.27 c bounds 17 >= -168 @ 3.03878
3.16/3.27 c bounds 16 >= -168 @ 3.04437
3.16/3.28 c bounds 15 >= -168 @ 3.05473
3.26/3.32 c bounds 14 >= -168 @ 3.09376
3.26/3.36 c bounds 13 >= -168 @ 3.12975
3.26/3.36 c bounds 13 >= -167 @ 3.13251
3.26/3.37 c bounds 13 >= -166 @ 3.13916
3.66/3.71 c #Conflicts: 17000 | #Constraints: 7233
3.66/3.71 c bounds 13 >= -165 @ 3.45942
4.16/4.24 c #Conflicts: 18000 | #Constraints: 8269
4.16/4.24 c INPROCESSING
4.16/4.24 c GARBAGE COLLECT
4.16/4.24 c #Conflicts: 19000 | #Constraints: 6204
4.16/4.24 c #Conflicts: 20000 | #Constraints: 7204
4.16/4.24 c #Conflicts: 21000 | #Constraints: 8204
4.16/4.24 c bounds 13 >= -164 @ 3.97418
4.16/4.25 c bounds 12 >= -164 @ 3.97695
4.56/4.65 c INPROCESSING
4.56/4.65 c GARBAGE COLLECT
4.56/4.65 c rational objective 1
5.06/5.19 c #Conflicts: 22000 | #Constraints: 6022
5.06/5.19 c #Conflicts: 23000 | #Constraints: 7022
5.06/5.19 c #Conflicts: 24000 | #Constraints: 8022
5.06/5.19 c #Conflicts: 25000 | #Constraints: 9022
5.06/5.19 c bounds 12 >= -163 @ 4.88232
6.36/6.40 c INPROCESSING
6.36/6.40 c GARBAGE COLLECT
6.36/6.40 c #Conflicts: 26000 | #Constraints: 6636
6.36/6.40 c #Conflicts: 27000 | #Constraints: 7717
6.36/6.40 c #Conflicts: 28000 | #Constraints: 8779
6.36/6.40 c bounds 11 >= -163 @ 6.04441
6.46/6.51 c #Conflicts: 29000 | #Constraints: 9814
6.46/6.51 c INPROCESSING
6.46/6.51 c GARBAGE COLLECT
6.46/6.51 c rational objective 1
6.46/6.56 c bounds 11 >= -162 @ 6.20427
6.96/7.03 c #Conflicts: 30000 | #Constraints: 7143
6.96/7.03 c bounds 11 >= -161 @ 6.66378
7.66/7.70 c #Conflicts: 31000 | #Constraints: 8203
7.66/7.70 c #Conflicts: 32000 | #Constraints: 9203
7.66/7.70 c #Conflicts: 33000 | #Constraints: 10203
7.66/7.70 c INPROCESSING
7.66/7.70 c GARBAGE COLLECT
7.66/7.70 c rational objective 1
7.95/8.08 c #Conflicts: 34000 | #Constraints: 7333
7.95/8.08 c #Conflicts: 35000 | #Constraints: 8333
7.95/8.08 c bounds 11 >= -160 @ 7.66813
8.84/8.94 c #Conflicts: 36000 | #Constraints: 9369
8.84/8.94 c #Conflicts: 37000 | #Constraints: 10369
8.84/8.94 c INPROCESSING
8.84/8.94 c GARBAGE COLLECT
8.84/8.94 c rational objective 1
8.96/9.07 c #Conflicts: 38000 | #Constraints: 7322
8.96/9.07 c bounds 11 >= -159 @ 8.63609
9.45/9.56 c #Conflicts: 39000 | #Constraints: 8364
9.45/9.56 c bounds 11 >= -158 @ 9.09048
10.95/11.09 c #Conflicts: 40000 | #Constraints: 9391
10.95/11.09 c #Conflicts: 41000 | #Constraints: 10391
10.95/11.09 c INPROCESSING
10.95/11.09 c GARBAGE COLLECT
10.95/11.09 c #Conflicts: 42000 | #Constraints: 7140
10.95/11.09 c #Conflicts: 43000 | #Constraints: 8140
10.95/11.09 c #Conflicts: 44000 | #Constraints: 9140
10.95/11.09 c #Conflicts: 45000 | #Constraints: 10140
10.95/11.09 c #Conflicts: 46000 | #Constraints: 11140
10.95/11.09 c #Conflicts: 47000 | #Constraints: 12140
10.95/11.09 c #Conflicts: 48000 | #Constraints: 13140
10.95/11.09 c bounds 11 >= -157 @ 10.5667
11.05/11.11 c bounds 10 >= -157 @ 10.5881
12.54/12.65 c #Conflicts: 49000 | #Constraints: 14192
12.54/12.65 c #Conflicts: 50000 | #Constraints: 15192
12.54/12.65 c #Conflicts: 51000 | #Constraints: 16192
12.54/12.65 c #Conflicts: 52000 | #Constraints: 17192
12.54/12.65 c bounds 9 >= -157 @ 12.0813
15.23/15.33 c #Conflicts: 53000 | #Constraints: 18193
15.23/15.33 c #Conflicts: 54000 | #Constraints: 19193
15.23/15.33 c #Conflicts: 55000 | #Constraints: 20193
15.23/15.33 c #Conflicts: 56000 | #Constraints: 21193
15.23/15.33 c #Conflicts: 57000 | #Constraints: 22193
15.23/15.33 c #Conflicts: 58000 | #Constraints: 23193
15.23/15.33 c INPROCESSING
15.23/15.33 c GARBAGE COLLECT
15.23/15.33 c rational objective 1
16.03/16.16 c #Conflicts: 59000 | #Constraints: 13491
16.03/16.16 c #Conflicts: 60000 | #Constraints: 14491
16.03/16.16 c #Conflicts: 61000 | #Constraints: 15491
16.03/16.16 c #Conflicts: 62000 | #Constraints: 16491
16.03/16.16 c bounds 8 >= -157 @ 15.527
16.12/16.24 c bounds 7 >= -157 @ 15.6048
16.62/16.77 c #Conflicts: 63000 | #Constraints: 17493
16.62/16.77 c #Conflicts: 64000 | #Constraints: 18493
16.62/16.77 c bounds 6 >= -157 @ 16.1214
17.13/17.22 c INPROCESSING
17.13/17.22 c GARBAGE COLLECT
17.13/17.22 c rational objective 1
17.93/18.01 c #Conflicts: 65000 | #Constraints: 11292
17.93/18.01 c #Conflicts: 66000 | #Constraints: 12317
17.93/18.01 c #Conflicts: 67000 | #Constraints: 13333
17.93/18.01 c bounds 5 >= -157 @ 17.3161
19.13/19.21 c #Conflicts: 68000 | #Constraints: 14340
19.13/19.21 c #Conflicts: 69000 | #Constraints: 15340
19.13/19.21 c #Conflicts: 70000 | #Constraints: 16340
19.13/19.21 c INPROCESSING
19.13/19.21 c GARBAGE COLLECT
19.13/19.21 c rational objective 1
21.02/21.12 c #Conflicts: 71000 | #Constraints: 10262
21.02/21.12 c #Conflicts: 72000 | #Constraints: 11262
21.02/21.12 c #Conflicts: 73000 | #Constraints: 12262
21.02/21.12 c #Conflicts: 74000 | #Constraints: 13279
21.02/21.12 c #Conflicts: 75000 | #Constraints: 14302
21.02/21.12 c #Conflicts: 76000 | #Constraints: 15311
21.02/21.12 c INPROCESSING
21.02/21.12 c GARBAGE COLLECT
21.02/21.12 c rational objective 1
22.41/22.50 c #Conflicts: 77000 | #Constraints: 9731
22.41/22.50 c #Conflicts: 78000 | #Constraints: 10731
22.41/22.50 c #Conflicts: 79000 | #Constraints: 11731
22.41/22.50 c #Conflicts: 80000 | #Constraints: 12731
22.41/22.50 c #Conflicts: 81000 | #Constraints: 13732
22.41/22.50 c #Conflicts: 82000 | #Constraints: 14733
22.41/22.50 c INPROCESSING
22.41/22.50 c GARBAGE COLLECT
22.41/22.50 c rational objective 1
23.31/23.41 c #Conflicts: 83000 | #Constraints: 9279
23.31/23.41 c #Conflicts: 84000 | #Constraints: 10293
23.31/23.41 c #Conflicts: 85000 | #Constraints: 11311
23.31/23.41 c #Conflicts: 86000 | #Constraints: 12332
23.31/23.41 c bounds 4 >= -157 @ 22.579
23.61/23.70 c bounds 4 >= -156 @ 22.8587
24.50/24.63 c #Conflicts: 87000 | #Constraints: 13431
24.50/24.63 c #Conflicts: 88000 | #Constraints: 14431
24.50/24.63 c #Conflicts: 89000 | #Constraints: 15431
24.50/24.63 c INPROCESSING
24.50/24.63 c GARBAGE COLLECT
24.50/24.63 c rational objective 1
25.11/25.29 c #Conflicts: 90000 | #Constraints: 9884
25.11/25.29 c #Conflicts: 91000 | #Constraints: 10887
25.11/25.29 c bounds 3 >= -156 @ 24.4152
25.90/26.09 c #Conflicts: 92000 | #Constraints: 11931
25.90/26.09 c #Conflicts: 93000 | #Constraints: 12988
25.90/26.09 c #Conflicts: 94000 | #Constraints: 14019
25.90/26.09 c bounds 2 >= -156 @ 25.1847
26.40/26.55 c #Conflicts: 95000 | #Constraints: 15037
26.40/26.55 c #Conflicts: 96000 | #Constraints: 16037
26.40/26.55 c INPROCESSING
26.40/26.55 c GARBAGE COLLECT
26.40/26.55 c rational objective 1
26.80/26.97 c #Conflicts: 97000 | #Constraints: 10327
26.80/26.97 c #Conflicts: 98000 | #Constraints: 11328
26.80/26.97 c bounds 2 >= -155 @ 26.0401
28.10/28.24 c #Conflicts: 99000 | #Constraints: 12388
28.10/28.24 c #Conflicts: 100000 | #Constraints: 13388
28.10/28.24 c #Conflicts: 101000 | #Constraints: 14388
28.10/28.24 c #Conflicts: 102000 | #Constraints: 15388
28.10/28.24 c INPROCESSING
28.10/28.24 c GARBAGE COLLECT
28.10/28.24 c rational objective 1
28.50/28.62 c #Conflicts: 103000 | #Constraints: 8917
28.50/28.62 c #Conflicts: 104000 | #Constraints: 9917
28.50/28.62 c #Conflicts: 105000 | #Constraints: 10917
28.50/28.62 c #Conflicts: 106000 | #Constraints: 11917
28.50/28.62 c bounds 2 >= -154 @ 27.6385
29.40/29.54 c #Conflicts: 107000 | #Constraints: 12986
29.40/29.54 c #Conflicts: 108000 | #Constraints: 13986
29.40/29.54 c #Conflicts: 109000 | #Constraints: 14986
29.40/29.54 c #Conflicts: 110000 | #Constraints: 15986
29.40/29.54 c INPROCESSING
29.40/29.54 c GARBAGE COLLECT
29.40/29.54 c rational objective 1
29.59/29.74 c #Conflicts: 111000 | #Constraints: 10276
29.59/29.74 c bounds 2 >= -153 @ 28.7209
30.99/31.17 c #Conflicts: 112000 | #Constraints: 11309
30.99/31.17 c #Conflicts: 113000 | #Constraints: 12309
30.99/31.17 c #Conflicts: 114000 | #Constraints: 13310
30.99/31.17 c #Conflicts: 115000 | #Constraints: 14310
30.99/31.17 c #Conflicts: 116000 | #Constraints: 15317
30.99/31.17 c #Conflicts: 117000 | #Constraints: 16330
30.99/31.17 c INPROCESSING
30.99/31.17 c GARBAGE COLLECT
30.99/31.17 c rational objective 1
32.69/32.86 c #Conflicts: 118000 | #Constraints: 10340
32.69/32.86 c #Conflicts: 119000 | #Constraints: 11340
32.69/32.86 c #Conflicts: 120000 | #Constraints: 12340
32.69/32.86 c #Conflicts: 121000 | #Constraints: 13340
32.69/32.86 c #Conflicts: 122000 | #Constraints: 14340
32.69/32.86 c #Conflicts: 123000 | #Constraints: 15340
32.69/32.86 c bounds 2 >= -152 @ 31.7608
33.38/33.54 c #Conflicts: 124000 | #Constraints: 16400
33.38/33.54 c INPROCESSING
33.38/33.54 c GARBAGE COLLECT
33.38/33.54 c rational objective 1
34.88/35.07 c #Conflicts: 125000 | #Constraints: 10071
34.88/35.07 c #Conflicts: 126000 | #Constraints: 11071
34.88/35.07 c #Conflicts: 127000 | #Constraints: 12071
34.88/35.07 c #Conflicts: 128000 | #Constraints: 13071
34.88/35.07 c #Conflicts: 129000 | #Constraints: 14071
34.88/35.07 c #Conflicts: 130000 | #Constraints: 15071
34.88/35.07 c #Conflicts: 131000 | #Constraints: 16071
34.88/35.07 c #Conflicts: 132000 | #Constraints: 17071
34.88/35.07 c INPROCESSING
34.88/35.07 c GARBAGE COLLECT
34.88/35.07 c rational objective 1
36.38/36.57 c #Conflicts: 133000 | #Constraints: 10592
36.38/36.57 c #Conflicts: 134000 | #Constraints: 11608
36.38/36.57 c #Conflicts: 135000 | #Constraints: 12622
36.38/36.57 c #Conflicts: 136000 | #Constraints: 13643
36.38/36.57 c #Conflicts: 137000 | #Constraints: 14670
36.38/36.57 c #Conflicts: 138000 | #Constraints: 15704
36.38/36.57 c bounds 1 >= -152 @ 35.3647
36.38/36.58 c bounds 1 >= 1 @ 35.3776
36.38/36.58 c cpu time 35.3777 s
36.38/36.58 c deterministic time 1552933270 1.55e+09
36.38/36.58 c optimization time 0.04122 s
36.38/36.58 c total solve time 35.3317 s
36.38/36.58 c core-guided solve time 18.9697 s
36.38/36.58 c propagation time 21.3114 s
36.38/36.58 c conflict analysis time 8.67579 s
36.38/36.58 c propagations 13035603
36.38/36.58 c resolve steps 1374731
36.38/36.58 c decisions 533421
36.38/36.58 c conflicts 138653
36.38/36.58 c restarts 380
36.38/36.58 c inprocessing phases 25
36.38/36.58 c garbage collections 25 ,( 100.00 )
36.38/36.58 c input clauses 1606 ,( 40.88 )
36.38/36.58 c input cardinalities 1173 ,( 29.85 )
36.38/36.58 c input general constraints 1150 ,( 29.27 )
36.38/36.58 c input average constraint length 78.93
36.38/36.58 c input average constraint degree 39.48
36.38/36.58 c learned clauses 67499 ,( 48.38 )
36.38/36.58 c learned cardinalities 172 ,( 0.12 )
36.38/36.58 c learned general constraints 71852 ,( 51.50 )
36.38/36.58 c learned average constraint length 170.48
36.38/36.58 c learned average constraint degree 1035031586.90
36.38/36.58 c watched CF 32, 64, 128, Arb: 14321 , 0 , 0 , 0
36.38/36.58 c counting CF 32, 64, 128, Arb: 58682 , 0 , 0 , 0
36.38/36.58 c watched constraints 14321 ,( 19.62 )
36.38/36.58 c counting constraints 58681 ,( 80.38 )
36.38/36.58 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 12972621 , 4453732 , 96892291 ,( 2904804 , 93987487 )
36.38/36.58 c gcd simplifications 3095
36.38/36.58 c detected cardinalities 15
36.38/36.58 c weakened non-implied lits 9927036
36.38/36.58 c weakened non-implying lits 23317
36.38/36.58 c original variables 934
36.38/36.58 c clausal propagations 3395307
36.38/36.58 c cardinality propagations 1399193
36.38/36.58 c watched propagations 28731
36.38/36.58 c counting propagations 7518417
36.38/36.58 c watch lookups 921324239
36.38/36.58 c watch backjump lookups 0
36.38/36.58 c watch checks 141144748
36.38/36.58 c propagation checks 397468386
36.38/36.58 c constraint additions 65517845
36.38/36.58 c trail pops 13706819
36.38/36.58 c formula constraints 1063
36.38/36.58 c learned constraints 138018
36.38/36.58 c bound constraints 299
36.38/36.58 c core-guided constraints 2567
36.38/36.58 c encountered formula constraints 350461
36.38/36.58 c encountered learned constraints 704656
36.38/36.58 c encountered bound constraints 90
36.38/36.58 c encountered core-guided constraints 436011
36.38/36.58 c LP total time 10.3892 s
36.38/36.58 c LP solve time 9.3 s
36.38/36.58 c LP constraints added 1091
36.38/36.58 c LP constraints removed 27
36.38/36.58 c LP pivots internal 138658
36.38/36.58 c LP pivots root 63550
36.38/36.58 c LP calls 1250
36.38/36.58 c LP optimalities 503
36.38/36.58 c LP no pivot count 184
36.38/36.58 c LP infeasibilities 743
36.38/36.58 c LP valid Farkas constraints 735
36.38/36.58 c LP learned Farkas constraints 742
36.38/36.58 c LP basis resets 0
36.38/36.58 c LP cycling count 0
36.38/36.58 c LP singular count 0
36.38/36.58 c LP no primal count 0
36.38/36.58 c LP no farkas count 0
36.38/36.58 c LP other issue count 0
36.38/36.58 c LP Gomory cuts 28
36.38/36.58 c LP learned cuts 0
36.38/36.58 c LP deleted cuts 27
36.38/36.58 c LP encountered Gomory constraints 2
36.38/36.58 c LP encountered Farkas constraints 18059
36.38/36.58 c LP encountered learned Farkas constraints 3362
36.38/36.58 c CG auxiliary variables introduced 937
36.38/36.58 c CG solutions found 54
36.38/36.58 c CG cores constructed 244
36.38/36.58 c CG core cardinality constraints returned 31
36.38/36.58 c CG unit cores 0
36.38/36.58 c CG single cores 213
36.38/36.58 c CG blocks removed during cardinality reduction 0
36.38/36.58 c CG first core best 0
36.38/36.58 c CG decision core best 21
36.38/36.58 c CG core reduction tie 10
36.38/36.58 c CG core degree average 1.14
36.38/36.58 c CG core slack average 8.06
36.38/36.58 c CG core upper bound improvements 0
36.38/36.58 c STR number of successful calls 0
36.38/36.58 c STR number of unsuccessful calls 0
36.38/36.58 c STR number of inconclusive calls 0
36.38/36.58 c STR number of successful attempts 0
36.38/36.58 c STR number of unsuccessful attempts 0
36.38/36.58 c STR number of inconclusive attempts 0
36.38/36.58 c STR average degree increase per successful call inf
36.38/36.58 c STR average degree increase per successful attempt inf
36.38/36.58 c STR total number of conflicts for successful attempts 0
36.38/36.58 c STR total number of conflicts for unsuccessful attempts 0
36.38/36.58 c STR total number of conflicts for inconclusive attempts 0
36.38/36.58 c STR average number of conflicts per successful attempt inf
36.38/36.58 c STR average number of conflicts per unsuccessful attempt inf
36.38/36.58 c STR average number of conflicts per inconclusive attempt inf
36.38/36.58 c AVG.sumWPerc 60.19
36.38/36.58 c bigint constraints 0
36.38/36.58 o 1
36.38/36.58 s OPTIMUM FOUND
36.38/36.58 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
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 (57472 MiB free)
memory of node 1: 64507 MiB (63117 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484632-1751287943/watcher-4484632-1751287943 -o /tmp/evaluation-result-4484632-1751287943/solver-4484632-1751287943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42672 --watchdog 3760 run-opt-ls.sh HOME/instance-4484632-1751287943.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=43903, runsolver pid=43900
Current StackSize limit: 8192 KiB
[startup+0.100057 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123484144/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=59140 memory=13364 CPUtime=0.07 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 1403 0 0 0 7 0 0 0 20 0 1 0 44472174 60559360 3341 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 14785 3341 2400 1147 0 2212 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63332 KiB
Current children cumulated memory: 16436 KiB
[startup+0.205338 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123479808/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=63144 memory=19632 CPUtime=0.18 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 2427 0 0 0 15 3 0 0 20 0 1 0 44472174 64659456 4908 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 15786 4908 2432 1147 0 3213 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67336 KiB
Current children cumulated memory: 22704 KiB
[startup+0.305252 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123479808/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=67544 memory=26096 CPUtime=0.28 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 3522 0 0 0 24 4 0 0 20 0 1 0 44472174 69165056 6524 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 16886 6524 2464 1147 0 4313 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 71736 KiB
Current children cumulated memory: 29168 KiB
[startup+0.700159 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123479808/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=75484 memory=31216 CPUtime=0.67 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 4793 0 0 0 60 7 0 0 20 0 1 0 44472174 77295616 7804 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 18871 7804 2464 1147 0 6298 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 79676 KiB
Current children cumulated memory: 34288 KiB
[startup+1.50013 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123471996/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=89116 memory=42096 CPUtime=1.47 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 7518 0 0 0 134 13 0 0 20 0 1 0 44472174 91254784 10524 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 22279 10524 2464 1147 0 9706 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 45168 KiB
[startup+3.10534 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123472028/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=89272 memory=42224 CPUtime=3.07 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 7548 0 0 0 288 19 0 0 20 0 1 0 44472174 91414528 10556 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 22318 10556 2464 1147 0 9745 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 93464 KiB
Current children cumulated memory: 45296 KiB
[startup+6.30019 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123452240/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=114872 memory=65168 CPUtime=6.25 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 12266 0 0 0 594 31 0 0 20 0 1 0 44472174 117628928 16292 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 28718 16292 2464 1147 0 16145 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 119064 KiB
Current children cumulated memory: 68240 KiB
[startup+12.7002 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 43906
/proc/meminfo: memFree=123438212/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=156352 memory=97912 CPUtime=12.64 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 18911 0 0 0 1213 51 0 0 20 0 1 0 44472174 160104448 24478 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 39088 24478 2464 1147 0 26515 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 160544 KiB
Current children cumulated memory: 100984 KiB
[startup+25.5002 s]
/proc/loadavg: 4.12 4.14 4.11 5/268 43906
/proc/meminfo: memFree=123209332/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=167996 memory=109484 CPUtime=25.41 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 21309 0 0 0 2461 80 0 0 20 0 1 0 44472174 172027904 27371 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 41999 27371 2464 1147 0 29426 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 172188 KiB
Current children cumulated memory: 112556 KiB
[startup+36.5946 s]
# the end of solver process 43903 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=35.3866 s, system=1.10116 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6002 s]
/proc/loadavg: 4.12 4.14 4.11 5/268 43906
/proc/meminfo: memFree=123209332/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=167996 memory=109484 CPUtime=25.5 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 21309 0 0 0 2470 80 0 0 20 0 1 0 44472174 172027904 27371 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 41999 27371 2464 1147 0 29426 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 172188 KiB
Current children cumulated memory: 112556 KiB
[startup+32.0002 s]*
/proc/loadavg: 4.11 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201144/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=31.9 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22042 0 0 0 3092 98 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 31.9 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
[startup+33.6002 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201144/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=33.48 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22043 0 0 0 3247 101 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 33.48 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
[startup+35.2002 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201232/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=35.08 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22043 0 0 0 3404 104 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 35.08 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
[startup+36.0002 s]*
/proc/loadavg: 4.10 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201232/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=35.89 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22043 0 0 0 3482 107 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 35.89 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
[startup+36.4002 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201232/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=36.27 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22045 0 0 0 3519 108 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 36.27 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
[startup+36.5002 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123201232/131250000 swapFree=33010684/33010684
[pid=43903] ppid=43900 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/43903/stat : 43903 (run-opt-ls.sh) S 43900 43903 42660 0 -1 4194304 238 646 0 0 0 0 0 0 20 0 1 0 44472172 4292608 768 18446744073709551615 94027266510848 94027267405381 140736482251376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94027267644432 94027267692176 94027279839232 140736482257255 140736482257381 140736482257381 140736482262983 0
/proc/43903/statm: 1048 768 704 219 0 110 0
[pid=43906] ppid=43903 vsize=172228 memory=112428 CPUtime=36.38 cores=1,3
/proc/43906/stat : 43906 (roundingsat) R 43903 43903 42660 0 -1 4194304 22047 0 0 0 3529 109 0 0 20 0 1 0 44472174 176361472 28107 18446744073709551615 4227072 8923433 140728353588720 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34193408 140728353597766 140728353597992 140728353597992 140728353603562 0
/proc/43906/statm: 43057 28107 2464 1147 0 30484 0
Current children cumulated CPU time: 36.38 s
Current children cumulated vsize: 176420 KiB
Current children cumulated memory: 115500 KiB
Child status: 0
Real time (s): 36.5946
CPU time (s): 36.4877
CPU user time (s): 35.3866
CPU system time (s): 1.10116
CPU usage (%): 99.7079
Max. virtual memory (cumulated for all children) (KiB): 176420
Max. memory (cumulated for all children) (KiB): 115500
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.3866
system time used= 1.10115
maximum resident set size= 112428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 94
# summary of solver processes directly reported to runsolver:
# pid: 43903
# total CPU time (s): 36.4877
# total CPU user time (s): 35.3866
# total CPU system time (s): 1.10116
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065724 second user time and 0.209553 second system time
The end
Launcher Data
Begin job on nodeC018 at 2025-06-30 14:52:23
IDJOB=4484632
IDBENCH=146663
IDSOLVER=3355
FILE ID=nodeC018/4484632-1751287943
RUNJOBID= nodeC018-1751280113-42672
SLURM_JOB_ID= 9594225
Free space on /tmp= 433040 MiB
SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484632-1751287943/watcher-4484632-1751287943 -o /tmp/evaluation-result-4484632-1751287943/solver-4484632-1751287943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42672 --watchdog 3760 run-opt-ls.sh HOME/instance-4484632-1751287943.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1322084978
nodeC018 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 : 3599.860
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.66
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.834
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.66
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 : 3554.382
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.66
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.825
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.66
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.821
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.66
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.839
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.66
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 : 3602.506
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.66
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 : 3605.940
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.66
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 123483392 kB
MemAvailable: 124470040 kB
Buffers: 3280 kB
Cached: 1788232 kB
SwapCached: 0 kB
Active: 5626684 kB
Inactive: 1531064 kB
Active(anon): 5384312 kB
Inactive(anon): 0 kB
Active(file): 242372 kB
Inactive(file): 1531064 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7136 kB
Writeback: 0 kB
AnonPages: 5368816 kB
Mapped: 117276 kB
Shmem: 18076 kB
KReclaimable: 104504 kB
Slab: 191648 kB
SReclaimable: 104504 kB
SUnreclaim: 87144 kB
KernelStack: 4320 kB
PageTables: 14808 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 6684492 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150648 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 442368 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: 201428 kB
DirectMap2M: 7958528 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 433032 MiB
End job on nodeC018 at 2025-06-30 14:53:00