Trace number 4484633

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adOPT cert.1 43.0783 43.4877

General information on the benchmark

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

Solver Data

0.00/0.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-4484633-1751288500.opb'
0.00/0.01	c 	read 0.04MB  (0.88ms)
0.00/0.01	c	 [cnf: #variables 934 #clauses 1064 #duplicates 0 #arr 4715]
0.00/0.01	c output proof to 'PROOFDIR/proof-4484633-1751288500'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.20ms)
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.33ms)
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-4484633-1751288500.opb.pre'
0.00/0.01	c 	wrote 0.05MB (0.17ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.20ms 33.85% approx_orbits
0.00/0.01	c                   0.88ms 24.79% parse
0.00/0.01	c                   0.75ms 21.13% other
0.00/0.01	c                   0.33ms  9.23% detect_generic
0.00/0.01	c                   0.20ms  5.58% detect_special
0.00/0.01	c                   0.17ms  4.69% output
0.00/0.01	c                   0.03ms  0.73% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.54ms   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.03	c #variables 934 #constraints 1063
0.00/0.03	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.012411
0.07/0.11	c bounds 92 >= -546 @ 0.087403
0.07/0.11	c bounds 92 >= -540 @ 0.088069
0.07/0.11	c bounds 92 >= -537 @ 0.088117
0.07/0.11	c bounds 92 >= -534 @ 0.088117
0.07/0.11	c bounds 92 >= -531 @ 0.088125
0.07/0.11	c bounds 92 >= -528 @ 0.08815
0.07/0.11	c bounds 92 >= -525 @ 0.088677
0.07/0.12	c bounds 91 >= -525 @ 0.089473
0.07/0.12	c bounds 91 >= -522 @ 0.090012
0.07/0.12	c bounds 91 >= -519 @ 0.090126
0.07/0.12	c bounds 57 >= -519 @ 0.090367
0.07/0.12	c bounds 55 >= -519 @ 0.091106
0.07/0.12	c bounds 55 >= -517 @ 0.091555
0.07/0.12	c bounds 55 >= -513 @ 0.092085
0.07/0.12	c bounds 55 >= -511 @ 0.092128
0.07/0.12	c bounds 55 >= -509 @ 0.092128
0.07/0.12	c bounds 54 >= -509 @ 0.092818
0.07/0.12	c bounds 54 >= -507 @ 0.093316
0.07/0.12	c bounds 54 >= -505 @ 0.093825
0.07/0.12	c bounds 54 >= -503 @ 0.094329
0.07/0.12	c bounds 54 >= -501 @ 0.094821
0.07/0.12	c bounds 54 >= -499 @ 0.095318
0.07/0.12	c bounds 54 >= -497 @ 0.09582
0.07/0.12	c bounds 54 >= -495 @ 0.096323
0.07/0.13	c bounds 53 >= -495 @ 0.097101
0.07/0.13	c bounds 53 >= -491 @ 0.09764
0.07/0.13	c bounds 53 >= -489 @ 0.098162
0.07/0.13	c bounds 53 >= -487 @ 0.098679
0.07/0.13	c bounds 53 >= -485 @ 0.099194
0.07/0.13	c bounds 53 >= -483 @ 0.099689
0.07/0.13	c bounds 52 >= -483 @ 0.100114
0.07/0.13	c bounds 52 >= -479 @ 0.100114
0.07/0.13	c bounds 52 >= -477 @ 0.10012
0.07/0.13	c bounds 52 >= -475 @ 0.10012
0.07/0.13	c bounds 52 >= -471 @ 0.100127
0.07/0.13	c bounds 52 >= -467 @ 0.100127
0.07/0.13	c bounds 50 >= -467 @ 0.100133
0.07/0.13	c bounds 50 >= -465 @ 0.100146
0.07/0.13	c bounds 50 >= -463 @ 0.100146
0.07/0.14	c bounds 50 >= -459 @ 0.100151
0.07/0.14	c bounds 50 >= -457 @ 0.100151
0.07/0.14	c bounds 50 >= -453 @ 0.100157
0.07/0.14	c bounds 50 >= -451 @ 0.100157
0.07/0.14	c bounds 50 >= -449 @ 0.100163
0.07/0.14	c bounds 50 >= -447 @ 0.100163
0.07/0.14	c bounds 50 >= -443 @ 0.100169
0.07/0.14	c bounds 50 >= -439 @ 0.100169
0.07/0.14	c bounds 49 >= -439 @ 0.10112
0.07/0.14	c bounds 49 >= -437 @ 0.101171
0.07/0.14	c bounds 49 >= -435 @ 0.101171
0.07/0.14	c bounds 49 >= -431 @ 0.101623
0.07/0.14	c bounds 49 >= -427 @ 0.102116
0.07/0.14	c bounds 49 >= -425 @ 0.10217
0.07/0.14	c bounds 49 >= -423 @ 0.10217
0.07/0.14	c bounds 48 >= -423 @ 0.102418
0.07/0.14	c bounds 48 >= -421 @ 0.102917
0.07/0.14	c bounds 48 >= -419 @ 0.103378
0.07/0.15	c bounds 48 >= -417 @ 0.103865
0.07/0.15	c bounds 48 >= -413 @ 0.104368
0.07/0.15	c bounds 48 >= -411 @ 0.104835
0.07/0.15	c bounds 48 >= -409 @ 0.105311
0.07/0.15	c bounds 48 >= -405 @ 0.105796
0.07/0.15	c bounds 48 >= -403 @ 0.106273
0.07/0.15	c bounds 48 >= -401 @ 0.106792
0.07/0.15	c bounds 47 >= -401 @ 0.10781
0.07/0.15	c bounds 47 >= -399 @ 0.108286
0.07/0.15	c bounds 47 >= -397 @ 0.108754
0.07/0.15	c bounds 47 >= -393 @ 0.109239
0.07/0.15	c bounds 47 >= -391 @ 0.109708
0.07/0.15	c bounds 47 >= -389 @ 0.110175
0.07/0.15	c bounds 47 >= -387 @ 0.110636
0.07/0.15	c bounds 47 >= -385 @ 0.111086
0.07/0.15	c bounds 47 >= -383 @ 0.111147
0.07/0.15	c bounds 45 >= -383 @ 0.111905
0.07/0.16	c bounds 45 >= -381 @ 0.112384
0.07/0.16	c bounds 45 >= -377 @ 0.112845
0.07/0.16	c bounds 45 >= -375 @ 0.113313
0.07/0.16	c bounds 45 >= -373 @ 0.113829
0.07/0.16	c bounds 45 >= -371 @ 0.114258
0.07/0.16	c bounds 45 >= -369 @ 0.114742
0.07/0.16	c bounds 45 >= -367 @ 0.115256
0.07/0.16	c bounds 45 >= -365 @ 0.115759
0.07/0.16	c bounds 45 >= -363 @ 0.116255
0.07/0.16	c bounds 43 >= -363 @ 0.11882
0.07/0.16	c bounds 43 >= -361 @ 0.119444
0.07/0.16	c bounds 43 >= -359 @ 0.120086
0.07/0.17	c bounds 43 >= -357 @ 0.120774
0.07/0.17	c bounds 43 >= -355 @ 0.122542
0.07/0.17	c bounds 42 >= -355 @ 0.128097
0.07/0.18	c bounds 42 >= -353 @ 0.132657
0.07/0.18	c bounds 41 >= -353 @ 0.134817
0.07/0.20	c bounds 41 >= -351 @ 0.147876
0.07/0.20	c bounds 40 >= -351 @ 0.150217
0.07/0.20	c bounds 39 >= -351 @ 0.151771
0.07/0.20	c bounds 38 >= -351 @ 0.152035
0.07/0.20	c bounds 37 >= -351 @ 0.15275
0.07/0.20	c bounds 36 >= -351 @ 0.153002
0.18/0.21	c bounds 35 >= -351 @ 0.154356
0.18/0.21	c bounds 34 >= -351 @ 0.155874
0.18/0.21	c bounds 33 >= -351 @ 0.158233
0.18/0.21	c bounds 32 >= -351 @ 0.160765
0.18/0.22	c bounds 32 >= -349 @ 0.160978
0.18/0.22	c bounds 32 >= -347 @ 0.166215
0.18/0.23	c bounds 31 >= -347 @ 0.167335
0.18/0.23	c bounds 30 >= -347 @ 0.173334
0.18/0.24	c bounds 29 >= -347 @ 0.184749
0.18/0.25	c bounds 29 >= -345 @ 0.185412
0.18/0.25	c bounds 29 >= -343 @ 0.185909
0.18/0.25	c bounds 29 >= -341 @ 0.187077
0.18/0.25	c bounds 29 >= -339 @ 0.191038
0.18/0.27	c bounds 28 >= -339 @ 0.206332
0.18/0.27	c bounds 28 >= -337 @ 0.207081
0.18/0.27	c bounds 28 >= -335 @ 0.207677
0.18/0.28	c bounds 28 >= -333 @ 0.216095
0.18/0.28	c bounds 28 >= -331 @ 0.219744
0.18/0.30	c bounds 26 >= -331 @ 0.240659
0.18/0.30	c bounds 26 >= -329 @ 0.241284
0.28/0.31	c #Conflicts:       1000 | #Constraints:       2631
0.28/0.31	c bounds 26 >= -327 @ 0.248527
0.28/0.32	c bounds 25 >= -327 @ 0.260265
0.28/0.34	c bounds 25 >= -325 @ 0.278613
0.37/0.42	c bounds 24 >= -325 @ 0.350384
0.37/0.47	c bounds 24 >= -323 @ 0.397347
0.37/0.50	c bounds 23 >= -323 @ 0.424123
0.48/0.52	c #Conflicts:       2000 | #Constraints:       3764
0.48/0.52	c INPROCESSING
0.48/0.52	c GARBAGE COLLECT
0.48/0.52	c rational objective 1
0.57/0.61	c bounds 22 >= -323 @ 0.535751
0.57/0.61	c bounds 22 >= -322 @ 0.536274
0.57/0.61	c bounds 22 >= -321 @ 0.536718
0.57/0.61	c bounds 22 >= -320 @ 0.537182
0.57/0.61	c bounds 22 >= -317 @ 0.537674
0.57/0.61	c bounds 22 >= -316 @ 0.53817
0.57/0.61	c bounds 22 >= -315 @ 0.538662
0.57/0.61	c bounds 22 >= -314 @ 0.538723
0.57/0.61	c bounds 22 >= -313 @ 0.538723
0.57/0.61	c bounds 22 >= -311 @ 0.538725
0.57/0.61	c bounds 22 >= -310 @ 0.538726
0.57/0.61	c bounds 22 >= -309 @ 0.539253
0.57/0.61	c bounds 22 >= -307 @ 0.539739
0.57/0.62	c bounds 22 >= -306 @ 0.540247
0.57/0.62	c bounds 22 >= -305 @ 0.54073
0.57/0.62	c bounds 22 >= -303 @ 0.541265
0.57/0.62	c bounds 22 >= -300 @ 0.541786
0.57/0.62	c bounds 22 >= -297 @ 0.542347
0.57/0.62	c bounds 22 >= -296 @ 0.542934
0.57/0.62	c bounds 22 >= -295 @ 0.543441
0.57/0.62	c bounds 22 >= -293 @ 0.54396
0.57/0.62	c bounds 22 >= -292 @ 0.544501
0.57/0.62	c bounds 22 >= -291 @ 0.544711
0.57/0.62	c bounds 22 >= -290 @ 0.544711
0.57/0.62	c bounds 22 >= -288 @ 0.545123
0.57/0.62	c bounds 22 >= -287 @ 0.545683
0.57/0.62	c bounds 22 >= -286 @ 0.546213
0.57/0.62	c bounds 22 >= -285 @ 0.54677
0.57/0.62	c bounds 22 >= -284 @ 0.54733
0.57/0.62	c bounds 22 >= -283 @ 0.547896
0.57/0.63	c bounds 22 >= -282 @ 0.552354
0.57/0.63	c bounds 22 >= -280 @ 0.55293
0.57/0.63	c bounds 22 >= -279 @ 0.553442
0.57/0.63	c bounds 22 >= -277 @ 0.553993
0.57/0.63	c bounds 22 >= -275 @ 0.554513
0.57/0.63	c bounds 22 >= -274 @ 0.555073
0.57/0.63	c bounds 22 >= -273 @ 0.555596
0.57/0.63	c bounds 22 >= -271 @ 0.556138
0.57/0.63	c bounds 22 >= -270 @ 0.556661
0.57/0.63	c bounds 22 >= -269 @ 0.5572
0.57/0.63	c bounds 22 >= -268 @ 0.55773
0.57/0.63	c bounds 22 >= -267 @ 0.558371
0.57/0.63	c bounds 22 >= -266 @ 0.558677
0.57/0.64	c bounds 22 >= -265 @ 0.558677
0.57/0.64	c bounds 22 >= -264 @ 0.558922
0.57/0.64	c bounds 22 >= -263 @ 0.559476
0.57/0.64	c bounds 22 >= -262 @ 0.559675
0.57/0.64	c bounds 22 >= -260 @ 0.559675
0.57/0.64	c bounds 22 >= -259 @ 0.559677
0.57/0.64	c bounds 22 >= -258 @ 0.559677
0.57/0.64	c bounds 22 >= -257 @ 0.560201
0.57/0.64	c bounds 22 >= -256 @ 0.560684
0.57/0.64	c bounds 22 >= -255 @ 0.561197
0.57/0.64	c bounds 22 >= -254 @ 0.561695
0.57/0.64	c bounds 22 >= -252 @ 0.562215
0.57/0.64	c bounds 22 >= -251 @ 0.562737
0.57/0.64	c bounds 22 >= -250 @ 0.563231
0.57/0.64	c bounds 22 >= -249 @ 0.563709
0.57/0.64	c bounds 22 >= -248 @ 0.564201
0.57/0.64	c bounds 22 >= -247 @ 0.564684
0.57/0.64	c bounds 22 >= -246 @ 0.565228
0.57/0.64	c bounds 22 >= -245 @ 0.565705
0.57/0.65	c bounds 22 >= -244 @ 0.566175
0.57/0.65	c bounds 22 >= -243 @ 0.566639
0.57/0.65	c bounds 22 >= -242 @ 0.567077
0.57/0.65	c bounds 22 >= -241 @ 0.567542
0.57/0.65	c bounds 22 >= -240 @ 0.567657
0.57/0.65	c bounds 22 >= -239 @ 0.567657
0.57/0.65	c bounds 22 >= -238 @ 0.567658
0.57/0.65	c bounds 22 >= -236 @ 0.567658
0.57/0.65	c bounds 22 >= -235 @ 0.567807
0.57/0.65	c bounds 22 >= -234 @ 0.568275
0.57/0.65	c bounds 22 >= -233 @ 0.568754
0.57/0.65	c bounds 22 >= -232 @ 0.569313
0.57/0.65	c bounds 22 >= -231 @ 0.569825
0.57/0.65	c bounds 22 >= -230 @ 0.57035
0.67/0.78	c bounds 21 >= -230 @ 0.689459
0.67/0.78	c bounds 21 >= -229 @ 0.690135
0.67/0.78	c bounds 21 >= -228 @ 0.690284
0.67/0.78	c bounds 21 >= -227 @ 0.690458
0.67/0.78	c bounds 21 >= -226 @ 0.691237
0.67/0.79	c bounds 21 >= -225 @ 0.69428
0.67/0.79	c bounds 21 >= -224 @ 0.694636
0.67/0.79	c bounds 21 >= -223 @ 0.695786
0.67/0.79	c bounds 21 >= -222 @ 0.69648
0.67/0.79	c bounds 21 >= -221 @ 0.697938
0.67/0.79	c bounds 21 >= -220 @ 0.69896
0.67/0.79	c bounds 21 >= -219 @ 0.700114
0.77/0.80	c bounds 21 >= -218 @ 0.701561
0.77/0.80	c bounds 21 >= -217 @ 0.70319
0.77/0.80	c bounds 21 >= -216 @ 0.707403
0.77/0.81	c bounds 21 >= -215 @ 0.713826
0.77/0.82	c #Conflicts:       3000 | #Constraints:       4078
0.77/0.82	c bounds 21 >= -214 @ 0.71921
0.77/0.87	c bounds 21 >= -213 @ 0.772094
0.77/0.89	c bounds 21 >= -212 @ 0.783235
0.77/0.89	c bounds 21 >= -211 @ 0.785562
0.87/0.92	c bounds 21 >= -210 @ 0.813065
1.16/1.24	c #Conflicts:       4000 | #Constraints:       5166
1.16/1.24	c INPROCESSING
1.16/1.24	c GARBAGE COLLECT
1.16/1.24	c bounds 21 >= -209 @ 1.11494
1.16/1.24	c bounds 21 >= -208 @ 1.11548
1.16/1.24	c bounds 21 >= -207 @ 1.11606
1.16/1.24	c bounds 21 >= -206 @ 1.11611
1.16/1.24	c bounds 21 >= -205 @ 1.11667
1.16/1.24	c bounds 21 >= -204 @ 1.11789
1.16/1.24	c bounds 21 >= -203 @ 1.11811
1.16/1.24	c bounds 21 >= -202 @ 1.11876
1.16/1.25	c bounds 21 >= -201 @ 1.1201
1.16/1.25	c bounds 21 >= -200 @ 1.1211
1.16/1.25	c bounds 21 >= -199 @ 1.1241
1.16/1.25	c bounds 21 >= -198 @ 1.12502
1.16/1.26	c bounds 21 >= -197 @ 1.12783
1.16/1.26	c bounds 21 >= -196 @ 1.12902
1.16/1.26	c bounds 21 >= -195 @ 1.13061
1.16/1.27	c bounds 21 >= -194 @ 1.13449
1.16/1.27	c bounds 21 >= -193 @ 1.13982
1.16/1.27	c bounds 21 >= -192 @ 1.14205
1.16/1.28	c bounds 21 >= -191 @ 1.14494
1.16/1.29	c bounds 21 >= -190 @ 1.15415
1.47/1.50	c #Conflicts:       5000 | #Constraints:       4675
1.47/1.50	c bounds 21 >= -189 @ 1.36047
1.47/1.55	c bounds 21 >= -188 @ 1.40698
1.56/1.62	c #Conflicts:       6000 | #Constraints:       5750
1.56/1.62	c bounds 21 >= -187 @ 1.47296
2.07/2.15	c INPROCESSING
2.07/2.15	c GARBAGE COLLECT
2.07/2.15	c #Conflicts:       7000 | #Constraints:       4612
2.07/2.15	c #Conflicts:       8000 | #Constraints:       5612
2.07/2.15	c bounds 21 >= -186 @ 1.97677
2.27/2.37	c #Conflicts:       9000 | #Constraints:       6657
2.27/2.37	c INPROCESSING
2.27/2.37	c GARBAGE COLLECT
2.27/2.37	c bounds 21 >= -185 @ 2.19238
2.27/2.37	c bounds 21 >= -184 @ 2.19471
2.27/2.38	c bounds 21 >= -183 @ 2.20045
2.27/2.38	c bounds 21 >= -182 @ 2.20677
2.27/2.39	c bounds 21 >= -181 @ 2.21449
2.36/2.41	c bounds 21 >= -180 @ 2.22937
2.57/2.69	c #Conflicts:      10000 | #Constraints:       5401
2.57/2.69	c bounds 21 >= -179 @ 2.49745
2.76/2.80	c #Conflicts:      11000 | #Constraints:       6428
2.76/2.80	c bounds 21 >= -178 @ 2.59821
2.76/2.85	c bounds 20 >= -178 @ 2.64797
2.76/2.85	c bounds 20 >= -177 @ 2.6486
2.76/2.85	c bounds 20 >= -176 @ 2.6493
2.76/2.88	c #Conflicts:      12000 | #Constraints:       7483
2.76/2.88	c INPROCESSING
2.76/2.88	c GARBAGE COLLECT
2.76/2.88	c bounds 20 >= -175 @ 2.67907
2.97/3.03	c bounds 19 >= -175 @ 2.81798
2.97/3.05	c #Conflicts:      13000 | #Constraints:       5861
2.97/3.05	c bounds 19 >= -174 @ 2.83758
2.97/3.09	c bounds 19 >= -173 @ 2.87911
3.06/3.15	c #Conflicts:      14000 | #Constraints:       6936
3.06/3.15	c bounds 19 >= -172 @ 2.93717
3.16/3.20	c bounds 18 >= -172 @ 2.98795
3.16/3.22	c bounds 18 >= -171 @ 2.99905
3.16/3.24	c bounds 18 >= -170 @ 3.01803
3.16/3.25	c bounds 17 >= -170 @ 3.03272
3.16/3.27	c bounds 17 >= -169 @ 3.05339
3.46/3.57	c #Conflicts:      15000 | #Constraints:       8034
3.46/3.57	c INPROCESSING
3.46/3.57	c GARBAGE COLLECT
3.46/3.57	c rational objective 1
3.66/3.74	c #Conflicts:      16000 | #Constraints:       6148
3.66/3.74	c bounds 17 >= -168 @ 3.4945
3.66/3.74	c bounds 16 >= -168 @ 3.50226
3.66/3.76	c bounds 15 >= -168 @ 3.51381
3.76/3.80	c bounds 14 >= -168 @ 3.55658
3.76/3.85	c bounds 13 >= -168 @ 3.59996
3.76/3.85	c bounds 13 >= -167 @ 3.60245
3.76/3.86	c bounds 13 >= -166 @ 3.61201
4.16/4.20	c #Conflicts:      17000 | #Constraints:       7233
4.16/4.20	c bounds 13 >= -165 @ 3.93551
4.76/4.86	c #Conflicts:      18000 | #Constraints:       8269
4.76/4.86	c INPROCESSING
4.76/4.86	c GARBAGE COLLECT
4.76/4.86	c #Conflicts:      19000 | #Constraints:       6204
4.76/4.86	c #Conflicts:      20000 | #Constraints:       7204
4.76/4.86	c #Conflicts:      21000 | #Constraints:       8204
4.76/4.86	c bounds 13 >= -164 @ 4.57167
4.76/4.87	c bounds 12 >= -164 @ 4.57705
5.16/5.29	c INPROCESSING
5.16/5.29	c GARBAGE COLLECT
5.16/5.29	c rational objective 1
5.96/6.02	c #Conflicts:      22000 | #Constraints:       6022
5.96/6.02	c #Conflicts:      23000 | #Constraints:       7022
5.96/6.02	c #Conflicts:      24000 | #Constraints:       8022
5.96/6.02	c #Conflicts:      25000 | #Constraints:       9022
5.96/6.02	c bounds 12 >= -163 @ 5.68405
7.44/7.55	c INPROCESSING
7.44/7.55	c GARBAGE COLLECT
7.44/7.55	c #Conflicts:      26000 | #Constraints:       6636
7.44/7.55	c #Conflicts:      27000 | #Constraints:       7717
7.44/7.55	c #Conflicts:      28000 | #Constraints:       8779
7.44/7.55	c bounds 11 >= -163 @ 7.15323
7.55/7.68	c #Conflicts:      29000 | #Constraints:       9814
7.55/7.68	c INPROCESSING
7.55/7.68	c GARBAGE COLLECT
7.55/7.68	c rational objective 1
7.65/7.75	c bounds 11 >= -162 @ 7.34426
8.14/8.24	c #Conflicts:      30000 | #Constraints:       7143
8.14/8.24	c bounds 11 >= -161 @ 7.8105
8.85/8.95	c #Conflicts:      31000 | #Constraints:       8203
8.85/8.95	c #Conflicts:      32000 | #Constraints:       9203
8.85/8.95	c #Conflicts:      33000 | #Constraints:      10203
8.85/8.95	c INPROCESSING
8.85/8.95	c GARBAGE COLLECT
8.85/8.95	c rational objective 1
9.44/9.54	c #Conflicts:      34000 | #Constraints:       7333
9.44/9.54	c #Conflicts:      35000 | #Constraints:       8333
9.44/9.54	c bounds 11 >= -160 @ 9.06679
10.34/10.50	c #Conflicts:      36000 | #Constraints:       9369
10.34/10.50	c #Conflicts:      37000 | #Constraints:      10369
10.34/10.50	c INPROCESSING
10.34/10.50	c GARBAGE COLLECT
10.34/10.50	c rational objective 1
10.64/10.74	c #Conflicts:      38000 | #Constraints:       7322
10.64/10.74	c bounds 11 >= -159 @ 10.2352
11.14/11.25	c #Conflicts:      39000 | #Constraints:       8364
11.14/11.25	c bounds 11 >= -158 @ 10.7195
12.83/12.97	c #Conflicts:      40000 | #Constraints:       9391
12.83/12.97	c #Conflicts:      41000 | #Constraints:      10391
12.83/12.97	c INPROCESSING
12.83/12.97	c GARBAGE COLLECT
12.83/12.97	c #Conflicts:      42000 | #Constraints:       7140
12.83/12.97	c #Conflicts:      43000 | #Constraints:       8140
12.83/12.97	c #Conflicts:      44000 | #Constraints:       9140
12.83/12.97	c #Conflicts:      45000 | #Constraints:      10140
12.83/12.97	c #Conflicts:      46000 | #Constraints:      11140
12.83/12.97	c #Conflicts:      47000 | #Constraints:      12140
12.83/12.97	c #Conflicts:      48000 | #Constraints:      13140
12.83/12.97	c bounds 11 >= -157 @ 12.3855
12.83/13.00	c bounds 10 >= -157 @ 12.4088
14.73/14.82	c #Conflicts:      49000 | #Constraints:      14192
14.73/14.82	c #Conflicts:      50000 | #Constraints:      15192
14.73/14.82	c #Conflicts:      51000 | #Constraints:      16192
14.73/14.82	c #Conflicts:      52000 | #Constraints:      17192
14.73/14.82	c bounds 9 >= -157 @ 14.1709
17.52/17.63	c #Conflicts:      53000 | #Constraints:      18193
17.52/17.63	c #Conflicts:      54000 | #Constraints:      19193
17.52/17.63	c #Conflicts:      55000 | #Constraints:      20193
17.52/17.63	c #Conflicts:      56000 | #Constraints:      21193
17.52/17.63	c #Conflicts:      57000 | #Constraints:      22193
17.52/17.63	c #Conflicts:      58000 | #Constraints:      23193
17.52/17.63	c INPROCESSING
17.52/17.63	c GARBAGE COLLECT
17.52/17.63	c rational objective 1
18.52/18.67	c #Conflicts:      59000 | #Constraints:      13491
18.52/18.67	c #Conflicts:      60000 | #Constraints:      14491
18.52/18.67	c #Conflicts:      61000 | #Constraints:      15491
18.52/18.67	c #Conflicts:      62000 | #Constraints:      16491
18.52/18.67	c bounds 8 >= -157 @ 17.938
18.62/18.77	c bounds 7 >= -157 @ 18.0299
19.22/19.38	c #Conflicts:      63000 | #Constraints:      17493
19.22/19.38	c #Conflicts:      64000 | #Constraints:      18493
19.22/19.38	c bounds 6 >= -157 @ 18.6282
19.72/19.83	c INPROCESSING
19.72/19.83	c GARBAGE COLLECT
19.72/19.83	c rational objective 1
20.61/20.79	c #Conflicts:      65000 | #Constraints:      11292
20.61/20.79	c #Conflicts:      66000 | #Constraints:      12317
20.61/20.79	c #Conflicts:      67000 | #Constraints:      13333
20.61/20.79	c bounds 5 >= -157 @ 19.9941
21.91/22.06	c #Conflicts:      68000 | #Constraints:      14340
21.91/22.06	c #Conflicts:      69000 | #Constraints:      15340
21.91/22.06	c #Conflicts:      70000 | #Constraints:      16340
21.91/22.06	c INPROCESSING
21.91/22.06	c GARBAGE COLLECT
21.91/22.06	c rational objective 1
24.20/24.31	c #Conflicts:      71000 | #Constraints:      10262
24.20/24.31	c #Conflicts:      72000 | #Constraints:      11262
24.20/24.31	c #Conflicts:      73000 | #Constraints:      12262
24.20/24.31	c #Conflicts:      74000 | #Constraints:      13279
24.20/24.31	c #Conflicts:      75000 | #Constraints:      14302
24.20/24.31	c #Conflicts:      76000 | #Constraints:      15311
24.20/24.31	c INPROCESSING
24.20/24.31	c GARBAGE COLLECT
24.20/24.31	c rational objective 1
25.69/25.89	c #Conflicts:      77000 | #Constraints:       9731
25.69/25.89	c #Conflicts:      78000 | #Constraints:      10731
25.69/25.89	c #Conflicts:      79000 | #Constraints:      11731
25.69/25.89	c #Conflicts:      80000 | #Constraints:      12731
25.69/25.89	c #Conflicts:      81000 | #Constraints:      13732
25.69/25.89	c #Conflicts:      82000 | #Constraints:      14733
25.69/25.89	c INPROCESSING
25.69/25.89	c GARBAGE COLLECT
25.69/25.89	c rational objective 1
27.00/27.12	c #Conflicts:      83000 | #Constraints:       9279
27.00/27.12	c #Conflicts:      84000 | #Constraints:      10293
27.00/27.12	c #Conflicts:      85000 | #Constraints:      11311
27.00/27.12	c #Conflicts:      86000 | #Constraints:      12332
27.00/27.12	c bounds 4 >= -157 @ 26.1415
27.30/27.41	c bounds 4 >= -156 @ 26.4277
28.29/28.44	c #Conflicts:      87000 | #Constraints:      13431
28.29/28.44	c #Conflicts:      88000 | #Constraints:      14431
28.29/28.44	c #Conflicts:      89000 | #Constraints:      15431
28.29/28.44	c INPROCESSING
28.29/28.44	c GARBAGE COLLECT
28.29/28.44	c rational objective 1
29.09/29.29	c #Conflicts:      90000 | #Constraints:       9884
29.09/29.29	c #Conflicts:      91000 | #Constraints:      10887
29.09/29.29	c bounds 3 >= -156 @ 28.2498
30.09/30.29	c #Conflicts:      92000 | #Constraints:      11931
30.09/30.29	c #Conflicts:      93000 | #Constraints:      12988
30.09/30.29	c #Conflicts:      94000 | #Constraints:      14019
30.09/30.29	c bounds 2 >= -156 @ 29.2236
30.59/30.77	c #Conflicts:      95000 | #Constraints:      15037
30.59/30.77	c #Conflicts:      96000 | #Constraints:      16037
30.59/30.77	c INPROCESSING
30.59/30.77	c GARBAGE COLLECT
30.59/30.77	c rational objective 1
31.19/31.30	c #Conflicts:      97000 | #Constraints:      10327
31.19/31.30	c #Conflicts:      98000 | #Constraints:      11328
31.19/31.30	c bounds 2 >= -155 @ 30.2076
32.78/32.94	c #Conflicts:      99000 | #Constraints:      12388
32.78/32.94	c #Conflicts:     100000 | #Constraints:      13388
32.78/32.94	c #Conflicts:     101000 | #Constraints:      14388
32.78/32.94	c #Conflicts:     102000 | #Constraints:      15388
32.78/32.94	c INPROCESSING
32.78/32.94	c GARBAGE COLLECT
32.78/32.94	c rational objective 1
33.37/33.50	c #Conflicts:     103000 | #Constraints:       8917
33.37/33.50	c #Conflicts:     104000 | #Constraints:       9917
33.37/33.50	c #Conflicts:     105000 | #Constraints:      10917
33.37/33.50	c #Conflicts:     106000 | #Constraints:      11917
33.37/33.50	c bounds 2 >= -154 @ 32.3309
34.36/34.74	c #Conflicts:     107000 | #Constraints:      12986
34.36/34.74	c #Conflicts:     108000 | #Constraints:      13986
34.36/34.74	c #Conflicts:     109000 | #Constraints:      14986
34.36/34.74	c #Conflicts:     110000 | #Constraints:      15986
34.36/34.74	c INPROCESSING
34.36/34.74	c GARBAGE COLLECT
34.36/34.74	c rational objective 1
34.76/35.12	c #Conflicts:     111000 | #Constraints:      10276
34.76/35.12	c bounds 2 >= -153 @ 33.6871
36.46/36.82	c #Conflicts:     112000 | #Constraints:      11309
36.46/36.82	c #Conflicts:     113000 | #Constraints:      12309
36.46/36.82	c #Conflicts:     114000 | #Constraints:      13310
36.46/36.82	c #Conflicts:     115000 | #Constraints:      14310
36.46/36.82	c #Conflicts:     116000 | #Constraints:      15317
36.46/36.82	c #Conflicts:     117000 | #Constraints:      16330
36.46/36.82	c INPROCESSING
36.46/36.82	c GARBAGE COLLECT
36.46/36.82	c rational objective 1
38.45/38.81	c #Conflicts:     118000 | #Constraints:      10340
38.45/38.81	c #Conflicts:     119000 | #Constraints:      11340
38.45/38.81	c #Conflicts:     120000 | #Constraints:      12340
38.45/38.81	c #Conflicts:     121000 | #Constraints:      13340
38.45/38.81	c #Conflicts:     122000 | #Constraints:      14340
38.45/38.81	c #Conflicts:     123000 | #Constraints:      15340
38.45/38.81	c bounds 2 >= -152 @ 37.2596
39.15/39.54	c #Conflicts:     124000 | #Constraints:      16400
39.15/39.54	c INPROCESSING
39.15/39.54	c GARBAGE COLLECT
39.15/39.54	c rational objective 1
41.04/41.43	c #Conflicts:     125000 | #Constraints:      10071
41.04/41.43	c #Conflicts:     126000 | #Constraints:      11071
41.04/41.43	c #Conflicts:     127000 | #Constraints:      12071
41.04/41.43	c #Conflicts:     128000 | #Constraints:      13071
41.04/41.43	c #Conflicts:     129000 | #Constraints:      14071
41.04/41.43	c #Conflicts:     130000 | #Constraints:      15071
41.04/41.43	c #Conflicts:     131000 | #Constraints:      16071
41.04/41.43	c #Conflicts:     132000 | #Constraints:      17071
41.04/41.43	c INPROCESSING
41.04/41.43	c GARBAGE COLLECT
41.04/41.43	c rational objective 1
42.93/43.39	c #Conflicts:     133000 | #Constraints:      10592
42.93/43.39	c #Conflicts:     134000 | #Constraints:      11608
42.93/43.39	c #Conflicts:     135000 | #Constraints:      12622
42.93/43.39	c #Conflicts:     136000 | #Constraints:      13643
42.93/43.39	c #Conflicts:     137000 | #Constraints:      14670
42.93/43.39	c #Conflicts:     138000 | #Constraints:      15704
42.93/43.39	c bounds 1 >= -152 @ 41.6986
43.04/43.40	c bounds 1 >= 1 @ 41.7128
43.04/43.40	c cpu time 41.7128 s
43.04/43.40	c deterministic time 1552933270 1.55e+09
43.04/43.40	c optimization time 0.079026 s
43.04/43.40	c total solve time 41.628 s
43.04/43.40	c core-guided solve time 21.8695 s
43.04/43.40	c propagation time 23.1479 s
43.04/43.40	c conflict analysis time 11.3468 s
43.04/43.40	c propagations 13035603
43.04/43.40	c resolve steps 1374731
43.04/43.40	c decisions 533421
43.04/43.40	c conflicts 138653
43.04/43.40	c restarts 380
43.04/43.40	c inprocessing phases 25
43.04/43.40	c garbage collections 25 ,( 100.00 )
43.04/43.40	c input clauses 1606 ,( 40.88 )
43.04/43.40	c input cardinalities 1173 ,( 29.85 )
43.04/43.40	c input general constraints 1150 ,( 29.27 )
43.04/43.40	c input average constraint length 78.93
43.04/43.40	c input average constraint degree 39.48
43.04/43.40	c learned clauses 67499 ,( 48.38 )
43.04/43.40	c learned cardinalities 172 ,( 0.12 )
43.04/43.40	c learned general constraints 71852 ,( 51.50 )
43.04/43.40	c learned average constraint length 170.48
43.04/43.40	c learned average constraint degree 1035031586.90
43.04/43.40	c watched  CF 32, 64, 128, Arb: 14321 , 0 , 0 , 0
43.04/43.40	c counting CF 32, 64, 128, Arb: 58682 , 0 , 0 , 0
43.04/43.40	c watched   constraints 14321 ,( 19.62 ) 
43.04/43.40	c counting  constraints 58681 ,( 80.38 ) 
43.04/43.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 12972621 , 4453732 , 96892291 ,( 2904804 , 93987487 )
43.04/43.40	c gcd simplifications 3095
43.04/43.40	c detected cardinalities 15
43.04/43.40	c weakened non-implied lits 9927036
43.04/43.40	c weakened non-implying lits 23317
43.04/43.40	c original variables 934
43.04/43.40	c clausal propagations 3395307
43.04/43.40	c cardinality propagations 1399193
43.04/43.40	c watched propagations 28731
43.04/43.40	c counting propagations 7518417
43.04/43.40	c watch lookups 921324239
43.04/43.40	c watch backjump lookups 0
43.04/43.40	c watch checks 141144748
43.04/43.40	c propagation checks 397468386
43.04/43.40	c constraint additions 65517845
43.04/43.40	c trail pops 13706819
43.04/43.40	c formula constraints 1063
43.04/43.40	c learned constraints 138018
43.04/43.40	c bound constraints 299
43.04/43.40	c core-guided constraints 2567
43.04/43.40	c encountered formula constraints 350461
43.04/43.40	c encountered learned constraints 704656
43.04/43.40	c encountered bound constraints 90
43.04/43.40	c encountered core-guided constraints 436011
43.04/43.40	c LP total time 11.9242 s
43.04/43.40	c LP solve time 9.06 s
43.04/43.40	c LP constraints added 1091
43.04/43.40	c LP constraints removed 27
43.04/43.40	c LP pivots internal 138658
43.04/43.40	c LP pivots root 63550
43.04/43.40	c LP calls 1250
43.04/43.40	c LP optimalities 503
43.04/43.40	c LP no pivot count 184
43.04/43.40	c LP infeasibilities 743
43.04/43.40	c LP valid Farkas constraints 735
43.04/43.40	c LP learned Farkas constraints 742
43.04/43.40	c LP basis resets 0
43.04/43.40	c LP cycling count 0
43.04/43.40	c LP singular count 0
43.04/43.40	c LP no primal count 0
43.04/43.40	c LP no farkas count 0
43.04/43.40	c LP other issue count 0
43.04/43.40	c LP Gomory cuts 28
43.04/43.40	c LP learned cuts 0
43.04/43.40	c LP deleted cuts 27
43.04/43.40	c LP encountered Gomory constraints 2
43.04/43.40	c LP encountered Farkas constraints 18059
43.04/43.40	c LP encountered learned Farkas constraints 3362
43.04/43.40	c CG auxiliary variables introduced 937
43.04/43.40	c CG solutions found 54
43.04/43.40	c CG cores constructed 244
43.04/43.40	c CG core cardinality constraints returned 31
43.04/43.40	c CG unit cores 0
43.04/43.40	c CG single cores 213
43.04/43.40	c CG blocks removed during cardinality reduction 0
43.04/43.40	c CG first core best 0
43.04/43.40	c CG decision core best 21
43.04/43.40	c CG core reduction tie 10
43.04/43.40	c CG core degree average 1.14
43.04/43.40	c CG core slack average 8.06
43.04/43.40	c CG core upper bound improvements 0
43.04/43.40	c STR number of successful calls 0
43.04/43.40	c STR number of unsuccessful calls 0
43.04/43.40	c STR number of inconclusive calls 0
43.04/43.40	c STR number of successful attempts 0
43.04/43.40	c STR number of unsuccessful attempts 0
43.04/43.40	c STR number of inconclusive attempts 0
43.04/43.40	c STR average degree increase per successful call inf
43.04/43.40	c STR average degree increase per successful attempt inf
43.04/43.40	c STR total number of conflicts for successful attempts 0
43.04/43.40	c STR total number of conflicts for unsuccessful attempts 0
43.04/43.40	c STR total number of conflicts for inconclusive attempts 0
43.04/43.40	c STR average number of conflicts per successful attempt inf
43.04/43.40	c STR average number of conflicts per unsuccessful attempt inf
43.04/43.40	c STR average number of conflicts per inconclusive attempt inf
43.04/43.40	c AVG.sumWPerc 60.19 
43.04/43.40	c bigint constraints 0 
43.04/43.40	o 1
43.04/43.40	s OPTIMUM FOUND
43.04/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

OK	1

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 15:48:44 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 1 <= obj <= 1
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 1 <= obj <= 1
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (50565 MiB free)
  memory of node 1: 64465 MiB (49688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484633-1751288500/watcher-4484633-1751288500 -o /tmp/evaluation-result-4484633-1751288500/solver-4484633-1751288500 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751280474-37306 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484633-1751288500.opb PROOFDIR/proof-4484633-1751288500 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 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=38620, runsolver pid=38617

[startup+0.100058 s]*
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102659528/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=59168 memory=13420 CPUtime=0.07 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 1410 0 0 0 7 0 0 0 20 0 1 0 44524570 60588032 3355 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 14792 3355 2400 1147 0 2219 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63360 KiB
Current children cumulated memory: 16492 KiB

[startup+0.205634 s]*
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102660116/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=62400 memory=18832 CPUtime=0.18 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 2237 0 0 0 15 3 0 0 20 0 1 0 44524570 63897600 4708 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 15600 4708 2432 1147 0 3027 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 66592 KiB
Current children cumulated memory: 21904 KiB

[startup+0.305648 s]*
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102660116/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=66384 memory=25044 CPUtime=0.28 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 3246 0 0 0 24 4 0 0 20 0 1 0 44524570 67977216 6261 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 16596 6261 2464 1147 0 4023 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 70576 KiB
Current children cumulated memory: 28116 KiB

[startup+0.700176 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102660116/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=74620 memory=30292 CPUtime=0.67 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 4575 0 0 0 61 6 0 0 20 0 1 0 44524570 76410880 7573 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 18655 7573 2464 1147 0 6082 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 78812 KiB
Current children cumulated memory: 33364 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102659644/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=89740 memory=42708 CPUtime=1.47 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 7668 0 0 0 135 12 0 0 20 0 1 0 44524570 91893760 10677 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 22435 10677 2464 1147 0 9862 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 93932 KiB
Current children cumulated memory: 45780 KiB

[startup+3.10552 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102651792/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=89740 memory=42836 CPUtime=3.06 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 7684 0 0 0 288 18 0 0 20 0 1 0 44524570 91893760 10709 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 22435 10709 2464 1147 0 9862 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 93932 KiB
Current children cumulated memory: 45908 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.18 4.15 5/274 38623
/proc/meminfo: memFree=102635676/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=94720 memory=47060 CPUtime=6.25 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 8761 0 0 0 594 31 0 0 20 0 1 0 44524570 96993280 11765 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 23680 11765 2464 1147 0 11107 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 98912 KiB
Current children cumulated memory: 50132 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.17 4.15 5/274 38623
/proc/meminfo: memFree=102531276/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=119140 memory=69352 CPUtime=12.64 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 13319 0 0 0 1211 53 0 0 20 0 1 0 44524570 121999360 17338 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 29785 17338 2464 1147 0 17212 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 123332 KiB
Current children cumulated memory: 72424 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.16 4.15 5/274 38623
/proc/meminfo: memFree=102372268/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=169320 memory=110912 CPUtime=25.4 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 21661 0 0 0 2457 83 0 0 20 0 1 0 44524570 173383680 27728 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 42330 27728 2464 1147 0 29757 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 173512 KiB
Current children cumulated memory: 113984 KiB

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

# cumulated CPU time of all completed processes:  user=41.7218 s, system=1.35648 s

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

[startup+25.6002 s]
/proc/loadavg: 4.11 4.16 4.15 5/274 38623
/proc/meminfo: memFree=102372268/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=169320 memory=110912 CPUtime=25.5 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 21661 0 0 0 2466 84 0 0 20 0 1 0 44524570 173383680 27728 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 42330 27728 2464 1147 0 29757 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 173512 KiB
Current children cumulated memory: 113984 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.10 4.16 4.14 5/274 38623
/proc/meminfo: memFree=102125336/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=169732 memory=111296 CPUtime=31.89 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 21762 0 0 0 3087 102 0 0 20 0 1 0 44524570 173805568 27824 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 42433 27824 2464 1147 0 29860 0
Current children cumulated CPU time: 31.89 s
Current children cumulated vsize: 173924 KiB
Current children cumulated memory: 114368 KiB

[startup+38.4001 s]
/proc/loadavg: 4.09 4.16 4.14 4/274 38718
/proc/meminfo: memFree=114318380/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=173540 memory=113856 CPUtime=38.05 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 22409 0 0 0 3685 120 0 0 20 0 1 0 44524570 177704960 28464 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 43385 28464 2464 1147 0 30812 0
Current children cumulated CPU time: 38.05 s
Current children cumulated vsize: 177732 KiB
Current children cumulated memory: 116928 KiB

[startup+41.6002 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114124676/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=173540 memory=114112 CPUtime=41.25 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 22443 0 0 0 3996 129 0 0 20 0 1 0 44524570 177704960 28528 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 43385 28528 2464 1147 0 30812 0
Current children cumulated CPU time: 41.25 s
Current children cumulated vsize: 177732 KiB
Current children cumulated memory: 117184 KiB

[startup+42.4002 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114100068/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=173540 memory=114112 CPUtime=42.04 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 22443 0 0 0 4073 131 0 0 20 0 1 0 44524570 177704960 28528 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 43385 28528 2464 1147 0 30812 0
Current children cumulated CPU time: 42.04 s
Current children cumulated vsize: 177732 KiB
Current children cumulated memory: 117184 KiB

[startup+43.2002 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114083940/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=173540 memory=114112 CPUtime=42.84 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 22445 0 0 0 4151 133 0 0 20 0 1 0 44524570 177704960 28528 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 43385 28528 2464 1147 0 30812 0
Current children cumulated CPU time: 42.84 s
Current children cumulated vsize: 177732 KiB
Current children cumulated memory: 117184 KiB

[startup+43.4002 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114083940/131249992 swapFree=33010160/33010684
[pid=38620] ppid=38617 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/38620/stat : 38620 (run-opt-ls-log.) S 38617 38620 37288 0 -1 4194304 241 647 0 0 0 0 0 0 20 0 1 0 44524568 4292608 768 18446744073709551615 93981694443520 93981695338053 140721029516256 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93981695577104 93981695624848 93981720162304 140721029519643 140721029519841 140721029519841 140721029525443 0
/proc/38620/statm: 1048 768 704 219 0 110 0
[pid=38623] ppid=38620 vsize=173540 memory=114112 CPUtime=43.04 cores=5,7
/proc/38623/stat : 38623 (roundingsat) R 38620 38620 37288 0 -1 4194304 22447 0 0 0 4170 134 0 0 20 0 1 0 44524570 177704960 28528 18446744073709551615 4227072 8923433 140721491317888 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16015360 140721491327222 140721491327528 140721491327528 140721491333098 0
/proc/38623/statm: 43385 28528 2464 1147 0 30812 0
Current children cumulated CPU time: 43.04 s
Current children cumulated vsize: 177732 KiB
Current children cumulated memory: 117184 KiB

Child status: 0

Real time (s): 43.4877
CPU time (s): 43.0783
CPU user time (s): 41.7218
CPU system time (s): 1.35648
CPU usage (%): 99.0584
Max. virtual memory (cumulated for all children) (KiB): 177732
Max. memory (cumulated for all children) (KiB): 117184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7218
system time used= 1.35648
maximum resident set size= 114112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23358
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= 499
involuntary context switches= 281


# summary of solver processes directly reported to runsolver:
#   pid: 38620
#   total CPU time (s): 43.0783
#   total CPU user time (s): 41.7218
#   total CPU system time (s): 1.35648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110864 second user time and 0.205952 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 15:01:40
IDJOB=4484633
IDBENCH=146663
IDSOLVER=3356
FILE ID=nodeC035/4484633-1751288500
RUNJOBID= nodeC035-1751280474-37306
SLURM_JOB_ID= 9594227
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484633-1751288500/watcher-4484633-1751288500 -o /tmp/evaluation-result-4484633-1751288500/solver-4484633-1751288500 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751280474-37306 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4484633-1751288500.opb PROOFDIR/proof-4484633-1751288500

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=371784674

nodeC035 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.742
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.51
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.746
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.51
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		: 3599.230
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.51
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.357
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.51
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.759
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.51
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.747
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.51
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		: 3647.909
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.51
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		: 3572.456
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        102659688 kB
MemAvailable:   119050160 kB
Buffers:            1840 kB
Cached:         17142924 kB
SwapCached:            8 kB
Active:         10970688 kB
Inactive:       16863448 kB
Active(anon):   10695816 kB
Inactive(anon):    11624 kB
Active(file):     274872 kB
Inactive(file): 16851824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56132 kB
Writeback:             4 kB
AnonPages:      10692496 kB
Mapped:           117596 kB
Shmem:             18048 kB
KReclaimable:     206032 kB
Slab:             296748 kB
SReclaimable:     206032 kB
SUnreclaim:        90716 kB
KernelStack:        4416 kB
PageTables:        26284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12279004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC035 at 2025-06-30 15:02:24