Trace number 4484497

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+pbsuma-opt-log 63f22adOPT cert.2 52.9691 53.1984

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:98.opb
MD5SUMf3472af25f5f0fee0e9203b0329f534f
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 benchmark2
Best CPU time to get the best result obtained on this benchmark0.058442
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of 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-4484497-1751288292.opb'
0.00/0.01	c 	read 0.04MB  (0.86ms)
0.00/0.01	c	 [cnf: #variables 906 #clauses 1040 #duplicates 0 #arr 4544]
0.00/0.01	c output proof to 'PROOFDIR/proof-4484497-1751288292'
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.16ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 5198 #edges 15592]
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.31ms)
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-4484497-1751288292.opb.pre'
0.00/0.01	c 	wrote 0.04MB (0.16ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.21ms 35.99% approx_orbits
0.00/0.01	c                   0.86ms 25.49% parse
0.00/0.01	c                   0.65ms 19.20% other
0.00/0.01	c                   0.31ms  9.07% detect_generic
0.00/0.01	c                   0.16ms  4.77% output
0.00/0.01	c                   0.16ms  4.74% detect_special
0.00/0.01	c                   0.02ms  0.74% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.37ms   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 906 #constraints 1039
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 - >= -553 @ 0.005374
0.00/0.09	c bounds 74 >= -553 @ 0.06726
0.00/0.09	c bounds 74 >= -550 @ 0.067544
0.00/0.09	c bounds 74 >= -547 @ 0.067906
0.00/0.09	c bounds 74 >= -544 @ 0.068249
0.00/0.09	c bounds 74 >= -541 @ 0.068622
0.00/0.09	c bounds 74 >= -538 @ 0.06904
0.00/0.09	c bounds 74 >= -535 @ 0.069502
0.00/0.09	c bounds 74 >= -532 @ 0.069971
0.00/0.09	c bounds 74 >= -529 @ 0.070448
0.00/0.09	c bounds 74 >= -526 @ 0.070944
0.00/0.09	c bounds 73 >= -526 @ 0.071679
0.00/0.09	c bounds 73 >= -523 @ 0.072177
0.00/0.10	c bounds 73 >= -520 @ 0.072651
0.00/0.10	c bounds 73 >= -517 @ 0.073143
0.00/0.10	c bounds 73 >= -514 @ 0.073234
0.00/0.10	c bounds 71 >= -514 @ 0.073234
0.00/0.10	c bounds 71 >= -511 @ 0.073234
0.00/0.10	c bounds 71 >= -508 @ 0.074043
0.00/0.10	c bounds 71 >= -505 @ 0.074134
0.00/0.10	c bounds 59 >= -505 @ 0.074134
0.07/0.13	c bounds 58 >= -505 @ 0.106842
0.07/0.13	c bounds 58 >= -503 @ 0.106976
0.07/0.13	c bounds 58 >= -501 @ 0.106976
0.07/0.13	c bounds 58 >= -499 @ 0.107013
0.07/0.14	c bounds 58 >= -493 @ 0.107013
0.07/0.14	c bounds 58 >= -491 @ 0.107275
0.07/0.14	c bounds 58 >= -489 @ 0.107767
0.07/0.14	c bounds 58 >= -487 @ 0.108245
0.07/0.14	c bounds 58 >= -483 @ 0.108759
0.07/0.14	c bounds 58 >= -481 @ 0.108989
0.07/0.14	c bounds 58 >= -479 @ 0.108989
0.07/0.14	c bounds 58 >= -477 @ 0.109255
0.07/0.14	c bounds 58 >= -475 @ 0.109728
0.07/0.14	c bounds 58 >= -473 @ 0.110196
0.07/0.14	c bounds 58 >= -471 @ 0.110676
0.07/0.14	c bounds 58 >= -469 @ 0.111149
0.07/0.14	c bounds 58 >= -467 @ 0.111616
0.07/0.14	c bounds 58 >= -465 @ 0.112089
0.07/0.14	c bounds 58 >= -463 @ 0.112556
0.07/0.14	c bounds 58 >= -461 @ 0.113027
0.07/0.14	c bounds 58 >= -459 @ 0.113505
0.07/0.14	c bounds 58 >= -457 @ 0.113981
0.07/0.14	c bounds 58 >= -455 @ 0.114459
0.07/0.14	c bounds 58 >= -451 @ 0.114937
0.07/0.15	c bounds 58 >= -447 @ 0.115428
0.07/0.15	c bounds 58 >= -445 @ 0.115905
0.07/0.15	c bounds 58 >= -441 @ 0.115959
0.07/0.15	c bounds 58 >= -437 @ 0.115959
0.07/0.15	c bounds 58 >= -435 @ 0.116371
0.07/0.15	c bounds 58 >= -431 @ 0.116835
0.07/0.15	c bounds 58 >= -429 @ 0.116949
0.07/0.15	c bounds 58 >= -427 @ 0.116949
0.07/0.15	c bounds 58 >= -425 @ 0.116949
0.07/0.15	c bounds 58 >= -423 @ 0.116949
0.07/0.15	c bounds 58 >= -421 @ 0.116949
0.07/0.15	c bounds 58 >= -419 @ 0.116949
0.07/0.15	c bounds 58 >= -417 @ 0.117206
0.07/0.15	c bounds 58 >= -415 @ 0.117657
0.07/0.15	c bounds 58 >= -411 @ 0.118112
0.07/0.15	c bounds 58 >= -409 @ 0.118567
0.07/0.15	c bounds 58 >= -407 @ 0.119055
0.07/0.15	c bounds 58 >= -405 @ 0.119519
0.07/0.15	c bounds 58 >= -403 @ 0.120017
0.07/0.15	c bounds 58 >= -401 @ 0.120491
0.07/0.15	c bounds 58 >= -399 @ 0.120957
0.07/0.16	c bounds 58 >= -397 @ 0.121422
0.07/0.16	c bounds 58 >= -395 @ 0.121879
0.07/0.16	c bounds 58 >= -393 @ 0.122348
0.07/0.16	c bounds 58 >= -391 @ 0.122805
0.07/0.16	c bounds 58 >= -389 @ 0.122889
0.07/0.16	c bounds 58 >= -387 @ 0.122889
0.07/0.16	c bounds 58 >= -385 @ 0.122889
0.07/0.16	c bounds 58 >= -383 @ 0.122889
0.07/0.16	c bounds 58 >= -381 @ 0.122889
0.07/0.16	c bounds 58 >= -379 @ 0.122889
0.07/0.16	c bounds 58 >= -377 @ 0.12325
0.07/0.16	c bounds 58 >= -375 @ 0.123745
0.07/0.16	c bounds 58 >= -373 @ 0.124269
0.07/0.16	c bounds 58 >= -371 @ 0.124743
0.07/0.16	c bounds 58 >= -369 @ 0.124854
0.07/0.16	c bounds 58 >= -367 @ 0.125094
0.07/0.16	c bounds 58 >= -365 @ 0.126326
0.07/0.17	c bounds 58 >= -363 @ 0.127521
0.07/0.17	c bounds 58 >= -361 @ 0.12849
0.07/0.17	c bounds 58 >= -359 @ 0.128835
0.07/0.17	c bounds 58 >= -357 @ 0.129362
0.07/0.17	c bounds 58 >= -355 @ 0.131733
0.07/0.17	c bounds 58 >= -353 @ 0.133186
0.07/0.18	c bounds 58 >= -351 @ 0.139118
0.07/0.19	c bounds 58 >= -349 @ 0.152759
0.18/0.24	c bounds 57 >= -349 @ 0.198828
0.18/0.24	c bounds 57 >= -347 @ 0.199444
0.18/0.25	c bounds 57 >= -345 @ 0.200084
0.18/0.25	c bounds 57 >= -343 @ 0.201027
0.18/0.25	c bounds 57 >= -341 @ 0.208187
0.18/0.25	c bounds 57 >= -339 @ 0.208626
0.18/0.26	c bounds 57 >= -337 @ 0.208648
0.28/0.36	c #Conflicts:       1000 | #Constraints:       2614
0.28/0.36	c bounds 57 >= -335 @ 0.310107
0.28/0.38	c bounds 56 >= -335 @ 0.326826
0.28/0.39	c bounds 55 >= -335 @ 0.327997
0.28/0.39	c bounds 53 >= -335 @ 0.331645
0.28/0.39	c bounds 52 >= -335 @ 0.335128
0.28/0.40	c bounds 51 >= -335 @ 0.337834
0.28/0.40	c bounds 50 >= -335 @ 0.345656
0.28/0.41	c bounds 49 >= -335 @ 0.348239
0.37/0.42	c bounds 48 >= -335 @ 0.359978
0.37/0.43	c bounds 47 >= -335 @ 0.365317
0.37/0.43	c bounds 46 >= -335 @ 0.369548
0.37/0.43	c bounds 45 >= -335 @ 0.371164
0.37/0.44	c bounds 44 >= -335 @ 0.377971
0.37/0.45	c bounds 43 >= -335 @ 0.3838
0.37/0.45	c bounds 43 >= -333 @ 0.386625
0.37/0.45	c bounds 41 >= -333 @ 0.391279
0.58/0.62	c #Conflicts:       2000 | #Constraints:       3676
0.58/0.62	c INPROCESSING
0.58/0.62	c GARBAGE COLLECT
0.58/0.62	c bounds 39 >= -333 @ 0.547286
0.58/0.62	c bounds 38 >= -333 @ 0.549099
0.58/0.62	c bounds 37 >= -333 @ 0.550227
0.58/0.63	c bounds 35 >= -333 @ 0.551635
0.58/0.63	c bounds 34 >= -333 @ 0.552625
0.58/0.64	c bounds 33 >= -333 @ 0.55932
0.58/0.65	c bounds 32 >= -333 @ 0.569752
0.58/0.67	c bounds 31 >= -333 @ 0.596257
0.67/0.71	c bounds 30 >= -333 @ 0.636869
0.67/0.72	c bounds 30 >= -330 @ 0.637299
0.67/0.72	c bounds 30 >= -327 @ 0.637653
0.67/0.72	c bounds 30 >= -326 @ 0.638156
0.67/0.72	c bounds 30 >= -325 @ 0.638684
0.67/0.72	c bounds 30 >= -324 @ 0.63913
0.67/0.72	c bounds 30 >= -323 @ 0.639589
0.67/0.72	c bounds 30 >= -322 @ 0.640061
0.67/0.72	c bounds 30 >= -321 @ 0.640569
0.67/0.72	c bounds 30 >= -320 @ 0.641063
0.67/0.72	c bounds 30 >= -319 @ 0.641548
0.67/0.72	c bounds 30 >= -318 @ 0.642082
0.67/0.72	c bounds 30 >= -317 @ 0.642581
0.67/0.72	c bounds 30 >= -316 @ 0.643073
0.67/0.72	c bounds 30 >= -314 @ 0.643569
0.67/0.72	c bounds 30 >= -313 @ 0.644023
0.67/0.72	c bounds 30 >= -312 @ 0.644541
0.67/0.72	c bounds 30 >= -311 @ 0.644994
0.67/0.72	c bounds 30 >= -310 @ 0.645462
0.67/0.72	c bounds 30 >= -309 @ 0.645959
0.67/0.72	c bounds 30 >= -308 @ 0.646404
0.67/0.72	c bounds 30 >= -307 @ 0.646864
0.67/0.73	c bounds 30 >= -306 @ 0.647342
0.67/0.73	c bounds 30 >= -305 @ 0.647914
0.67/0.73	c bounds 30 >= -303 @ 0.648445
0.67/0.73	c bounds 30 >= -301 @ 0.648553
0.67/0.73	c bounds 30 >= -300 @ 0.648553
0.67/0.73	c bounds 30 >= -299 @ 0.648557
0.67/0.75	c bounds 28 >= -299 @ 0.66911
0.67/0.75	c bounds 28 >= -298 @ 0.669714
0.67/0.75	c bounds 28 >= -295 @ 0.670197
0.67/0.75	c bounds 28 >= -294 @ 0.670661
0.67/0.75	c bounds 28 >= -293 @ 0.671138
0.67/0.75	c bounds 28 >= -292 @ 0.671595
0.67/0.75	c bounds 28 >= -290 @ 0.67212
0.67/0.75	c bounds 28 >= -288 @ 0.67259
0.67/0.75	c bounds 28 >= -287 @ 0.673089
0.67/0.75	c bounds 28 >= -286 @ 0.673412
0.67/0.75	c bounds 28 >= -285 @ 0.673412
0.67/0.75	c bounds 28 >= -284 @ 0.673693
0.67/0.76	c bounds 28 >= -281 @ 0.674211
0.67/0.76	c bounds 28 >= -278 @ 0.674735
0.67/0.76	c bounds 28 >= -277 @ 0.675268
0.67/0.76	c bounds 28 >= -275 @ 0.675789
0.67/0.76	c bounds 28 >= -274 @ 0.676349
0.67/0.76	c bounds 28 >= -273 @ 0.677009
0.67/0.76	c bounds 28 >= -272 @ 0.677556
0.67/0.76	c bounds 28 >= -271 @ 0.678152
0.67/0.76	c bounds 28 >= -269 @ 0.67862
0.67/0.76	c bounds 28 >= -268 @ 0.679129
0.67/0.76	c bounds 28 >= -267 @ 0.679614
0.67/0.76	c bounds 28 >= -266 @ 0.680122
0.67/0.76	c bounds 28 >= -265 @ 0.680622
0.67/0.76	c bounds 28 >= -264 @ 0.681129
0.67/0.76	c bounds 28 >= -263 @ 0.681641
0.67/0.76	c bounds 28 >= -262 @ 0.682181
0.67/0.76	c bounds 28 >= -260 @ 0.68267
0.67/0.76	c bounds 28 >= -259 @ 0.683157
0.67/0.76	c bounds 28 >= -258 @ 0.683788
0.67/0.77	c bounds 28 >= -257 @ 0.684304
0.67/0.77	c bounds 28 >= -256 @ 0.684463
0.67/0.77	c bounds 28 >= -255 @ 0.684463
0.67/0.77	c bounds 28 >= -254 @ 0.684463
0.67/0.77	c bounds 28 >= -253 @ 0.684463
0.67/0.77	c bounds 28 >= -251 @ 0.685027
0.67/0.77	c bounds 28 >= -250 @ 0.685553
0.67/0.77	c bounds 28 >= -249 @ 0.686092
0.67/0.77	c bounds 28 >= -248 @ 0.68667
0.67/0.77	c bounds 28 >= -247 @ 0.687249
0.67/0.77	c bounds 28 >= -246 @ 0.687765
0.67/0.77	c bounds 28 >= -245 @ 0.68825
0.67/0.77	c bounds 28 >= -244 @ 0.688448
0.67/0.77	c bounds 28 >= -241 @ 0.688448
0.67/0.77	c bounds 28 >= -240 @ 0.688909
0.67/0.77	c bounds 28 >= -239 @ 0.689396
0.67/0.77	c bounds 28 >= -238 @ 0.689898
0.67/0.77	c bounds 28 >= -237 @ 0.690392
0.67/0.78	c bounds 28 >= -236 @ 0.690441
0.67/0.78	c bounds 28 >= -235 @ 0.690441
0.67/0.78	c bounds 28 >= -234 @ 0.690874
0.67/0.78	c bounds 28 >= -233 @ 0.691392
0.67/0.78	c bounds 28 >= -232 @ 0.691865
0.67/0.78	c bounds 28 >= -231 @ 0.69237
0.67/0.78	c bounds 28 >= -230 @ 0.692431
0.67/0.78	c bounds 28 >= -229 @ 0.692691
0.67/0.78	c bounds 28 >= -228 @ 0.693277
0.67/0.78	c bounds 28 >= -227 @ 0.693427
0.67/0.78	c bounds 28 >= -226 @ 0.693427
0.67/0.78	c bounds 28 >= -225 @ 0.693999
0.67/0.78	c bounds 28 >= -224 @ 0.694582
0.67/0.78	c bounds 28 >= -223 @ 0.695137
0.67/0.78	c bounds 28 >= -222 @ 0.695771
0.67/0.78	c bounds 28 >= -221 @ 0.696378
0.67/0.78	c bounds 28 >= -220 @ 0.697201
0.67/0.79	c bounds 28 >= -219 @ 0.697412
0.67/0.79	c bounds 28 >= -218 @ 0.698055
0.67/0.79	c bounds 28 >= -217 @ 0.699894
0.67/0.79	c bounds 28 >= -216 @ 0.700991
0.67/0.79	c bounds 28 >= -215 @ 0.701952
0.67/0.79	c bounds 28 >= -214 @ 0.702609
0.67/0.79	c bounds 28 >= -213 @ 0.705087
0.76/0.80	c bounds 28 >= -212 @ 0.708113
0.87/0.94	c #Conflicts:       3000 | #Constraints:       4082
0.87/0.94	c bounds 27 >= -212 @ 0.843854
0.87/0.94	c bounds 27 >= -211 @ 0.843854
0.87/0.96	c bounds 27 >= -210 @ 0.857209
0.87/0.96	c bounds 27 >= -209 @ 0.85796
0.87/0.96	c bounds 27 >= -208 @ 0.857983
0.87/0.96	c bounds 27 >= -207 @ 0.858411
0.87/0.96	c bounds 27 >= -206 @ 0.859077
0.87/0.96	c bounds 27 >= -205 @ 0.860547
0.87/0.96	c bounds 27 >= -204 @ 0.861649
0.87/0.97	c bounds 27 >= -203 @ 0.863218
0.87/0.97	c bounds 27 >= -202 @ 0.864786
0.87/0.97	c bounds 27 >= -201 @ 0.867638
0.87/0.98	c bounds 27 >= -200 @ 0.874041
0.87/0.99	c bounds 27 >= -199 @ 0.881096
0.87/0.99	c bounds 27 >= -198 @ 0.884562
0.87/0.99	c bounds 27 >= -197 @ 0.885292
0.97/1.01	c bounds 27 >= -196 @ 0.898793
1.17/1.21	c bounds 27 >= -195 @ 1.08473
1.17/1.22	c bounds 27 >= -194 @ 1.09297
1.17/1.23	c bounds 27 >= -193 @ 1.10727
1.17/1.29	c #Conflicts:       4000 | #Constraints:       5427
1.17/1.29	c INPROCESSING
1.17/1.29	c GARBAGE COLLECT
1.17/1.29	c bounds 26 >= -193 @ 1.1579
1.26/1.33	c bounds 25 >= -193 @ 1.20303
1.26/1.33	c bounds 25 >= -192 @ 1.2042
1.26/1.34	c bounds 25 >= -191 @ 1.20487
1.26/1.34	c bounds 25 >= -190 @ 1.20831
1.26/1.34	c bounds 25 >= -189 @ 1.21343
1.26/1.35	c bounds 25 >= -188 @ 1.2225
1.26/1.37	c bounds 25 >= -187 @ 1.23639
1.37/1.46	c #Conflicts:       5000 | #Constraints:       4638
1.37/1.46	c bounds 24 >= -187 @ 1.32353
1.37/1.46	c bounds 24 >= -186 @ 1.32422
1.37/1.46	c bounds 24 >= -185 @ 1.32515
1.37/1.46	c bounds 24 >= -184 @ 1.32619
1.37/1.46	c bounds 24 >= -183 @ 1.32822
1.37/1.47	c bounds 24 >= -182 @ 1.33186
1.37/1.47	c bounds 24 >= -181 @ 1.33581
1.37/1.48	c bounds 24 >= -180 @ 1.34695
1.47/1.50	c bounds 24 >= -179 @ 1.36238
1.47/1.52	c bounds 24 >= -178 @ 1.38373
1.86/1.97	c #Conflicts:       6000 | #Constraints:       5822
1.86/1.97	c INPROCESSING
1.86/1.97	c GARBAGE COLLECT
1.86/1.97	c rational objective 2
2.06/2.17	c bounds 24 >= -177 @ 2.00302
2.06/2.17	c bounds 24 >= -176 @ 2.00364
2.06/2.17	c bounds 24 >= -175 @ 2.00458
2.06/2.17	c bounds 24 >= -174 @ 2.00681
2.06/2.18	c bounds 24 >= -173 @ 2.01075
2.06/2.18	c bounds 24 >= -172 @ 2.01656
2.17/2.20	c #Conflicts:       7000 | #Constraints:       4770
2.17/2.20	c bounds 24 >= -171 @ 2.03656
2.17/2.24	c bounds 24 >= -170 @ 2.07537
2.66/2.71	c #Conflicts:       8000 | #Constraints:       5836
2.66/2.71	c #Conflicts:       9000 | #Constraints:       6836
2.66/2.71	c bounds 24 >= -169 @ 2.51663
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c #Conflicts:      10000 | #Constraints:       5428
3.26/3.32	c #Conflicts:      11000 | #Constraints:       6428
3.26/3.32	c #Conflicts:      12000 | #Constraints:       7428
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c rational objective 2
3.46/3.52	c bounds 23 >= -169 @ 3.28936
3.46/3.53	c bounds 21 >= -169 @ 3.30552
3.46/3.56	c bounds 19 >= -169 @ 3.3376
3.46/3.58	c bounds 18 >= -169 @ 3.35159
3.56/3.60	c bounds 17 >= -169 @ 3.36836
3.56/3.61	c bounds 16 >= -169 @ 3.37808
3.66/3.74	c #Conflicts:      13000 | #Constraints:       5823
3.66/3.74	c bounds 15 >= -169 @ 3.50985
3.66/3.78	c bounds 15 >= -168 @ 3.54638
3.66/3.79	c bounds 15 >= -167 @ 3.55592
3.76/3.83	c #Conflicts:      14000 | #Constraints:       6869
3.76/3.83	c bounds 15 >= -166 @ 3.58935
4.07/4.12	c #Conflicts:      15000 | #Constraints:       7899
4.07/4.12	c INPROCESSING
4.07/4.12	c GARBAGE COLLECT
4.07/4.12	c bounds 15 >= -165 @ 3.87133
4.07/4.12	c bounds 15 >= -164 @ 3.87292
4.07/4.13	c bounds 15 >= -163 @ 3.87418
4.07/4.13	c bounds 15 >= -162 @ 3.87938
4.07/4.15	c bounds 15 >= -161 @ 3.89441
4.07/4.18	c bounds 15 >= -160 @ 3.92609
4.36/4.49	c #Conflicts:      16000 | #Constraints:       6234
4.36/4.49	c #Conflicts:      17000 | #Constraints:       7234
4.36/4.49	c bounds 15 >= -159 @ 4.21882
4.46/4.57	c bounds 15 >= -158 @ 4.29264
4.55/4.63	c #Conflicts:      18000 | #Constraints:       8300
4.55/4.63	c INPROCESSING
4.55/4.63	c GARBAGE COLLECT
4.55/4.63	c bounds 15 >= -157 @ 4.34643
4.55/4.67	c #Conflicts:      19000 | #Constraints:       6276
4.55/4.67	c bounds 15 >= -156 @ 4.39069
4.66/4.78	c #Conflicts:      20000 | #Constraints:       7297
4.66/4.78	c bounds 15 >= -155 @ 4.49128
4.76/4.82	c bounds 14 >= -155 @ 4.53549
5.35/5.44	c #Conflicts:      21000 | #Constraints:       8322
5.35/5.44	c INPROCESSING
5.35/5.44	c GARBAGE COLLECT
5.35/5.44	c rational objective 2
5.46/5.53	c bounds 14 >= -154 @ 5.2096
5.46/5.55	c #Conflicts:      22000 | #Constraints:       6110
5.46/5.55	c bounds 14 >= -153 @ 5.23091
5.85/5.91	c bounds 14 >= -152 @ 5.5753
5.85/5.95	c #Conflicts:      23000 | #Constraints:       7152
5.85/5.95	c bounds 14 >= -151 @ 5.61393
5.96/6.05	c #Conflicts:      24000 | #Constraints:       8185
5.96/6.05	c bounds 14 >= -150 @ 5.70254
6.15/6.25	c #Conflicts:      25000 | #Constraints:       9218
6.15/6.25	c INPROCESSING
6.15/6.25	c GARBAGE COLLECT
6.15/6.25	c #Conflicts:      26000 | #Constraints:       6747
6.15/6.25	c bounds 14 >= -149 @ 5.90317
6.46/6.52	c #Conflicts:      27000 | #Constraints:       7783
6.46/6.52	c #Conflicts:      28000 | #Constraints:       8783
6.46/6.52	c bounds 14 >= -148 @ 6.15778
6.85/6.95	c #Conflicts:      29000 | #Constraints:       9810
6.85/6.95	c #Conflicts:      30000 | #Constraints:      10811
6.85/6.95	c bounds 13 >= -148 @ 6.5669
7.45/7.54	c #Conflicts:      31000 | #Constraints:      11821
7.45/7.54	c #Conflicts:      32000 | #Constraints:      12821
7.45/7.54	c bounds 13 >= -147 @ 7.13555
9.94/10.05	c #Conflicts:      33000 | #Constraints:      13854
9.94/10.05	c #Conflicts:      34000 | #Constraints:      14854
9.94/10.05	c #Conflicts:      35000 | #Constraints:      15854
9.94/10.05	c #Conflicts:      36000 | #Constraints:      16854
9.94/10.05	c #Conflicts:      37000 | #Constraints:      17854
9.94/10.05	c #Conflicts:      38000 | #Constraints:      18854
9.94/10.05	c INPROCESSING
9.94/10.05	c GARBAGE COLLECT
9.94/10.05	c rational objective 2
11.34/11.47	c #Conflicts:      39000 | #Constraints:      11732
11.34/11.47	c #Conflicts:      40000 | #Constraints:      12732
11.34/11.47	c #Conflicts:      41000 | #Constraints:      13732
11.34/11.47	c bounds 13 >= -146 @ 10.9342
12.14/12.27	c #Conflicts:      42000 | #Constraints:      14765
12.14/12.27	c INPROCESSING
12.14/12.27	c GARBAGE COLLECT
12.14/12.27	c rational objective 2
13.04/13.17	c #Conflicts:      43000 | #Constraints:       9231
13.04/13.17	c #Conflicts:      44000 | #Constraints:      10231
13.04/13.17	c #Conflicts:      45000 | #Constraints:      11231
13.04/13.17	c #Conflicts:      46000 | #Constraints:      12231
13.04/13.17	c #Conflicts:      47000 | #Constraints:      13231
13.04/13.17	c bounds 13 >= -145 @ 12.5823
13.84/13.93	c #Conflicts:      48000 | #Constraints:      14276
13.84/13.93	c INPROCESSING
13.84/13.93	c GARBAGE COLLECT
13.84/13.93	c rational objective 2
15.53/15.61	c #Conflicts:      49000 | #Constraints:       9453
15.53/15.61	c #Conflicts:      50000 | #Constraints:      10453
15.53/15.61	c #Conflicts:      51000 | #Constraints:      11453
15.53/15.61	c #Conflicts:      52000 | #Constraints:      12453
15.53/15.61	c #Conflicts:      53000 | #Constraints:      13453
15.53/15.61	c INPROCESSING
15.53/15.61	c GARBAGE COLLECT
15.53/15.61	c rational objective 2
17.33/17.40	c #Conflicts:      54000 | #Constraints:       8895
17.33/17.40	c #Conflicts:      55000 | #Constraints:       9895
17.33/17.40	c #Conflicts:      56000 | #Constraints:      10895
17.33/17.40	c #Conflicts:      57000 | #Constraints:      11896
17.33/17.40	c #Conflicts:      58000 | #Constraints:      12902
17.33/17.40	c INPROCESSING
17.33/17.40	c GARBAGE COLLECT
17.33/17.40	c #Conflicts:      59000 | #Constraints:       8365
17.33/17.40	c #Conflicts:      60000 | #Constraints:       9371
17.33/17.40	c bounds 12 >= -145 @ 16.6644
17.43/17.54	c bounds 11 >= -145 @ 16.7999
17.63/17.77	c #Conflicts:      61000 | #Constraints:      10443
17.63/17.77	c bounds 9 >= -145 @ 17.025
18.02/18.11	c #Conflicts:      62000 | #Constraints:      11472
18.02/18.11	c bounds 9 >= -144 @ 17.3451
18.82/18.90	c #Conflicts:      63000 | #Constraints:      12520
18.82/18.90	c #Conflicts:      64000 | #Constraints:      13520
18.82/18.90	c INPROCESSING
18.82/18.90	c GARBAGE COLLECT
18.82/18.90	c rational objective 2
19.42/19.58	c #Conflicts:      65000 | #Constraints:       8824
19.42/19.58	c #Conflicts:      66000 | #Constraints:       9824
19.42/19.58	c #Conflicts:      67000 | #Constraints:      10824
19.42/19.58	c bounds 9 >= -143 @ 18.7665
20.12/20.29	c #Conflicts:      68000 | #Constraints:      11869
20.12/20.29	c #Conflicts:      69000 | #Constraints:      12869
20.12/20.29	c #Conflicts:      70000 | #Constraints:      13869
20.12/20.29	c INPROCESSING
20.12/20.29	c GARBAGE COLLECT
20.12/20.29	c rational objective 2
21.92/22.05	c #Conflicts:      71000 | #Constraints:       9068
21.92/22.05	c #Conflicts:      72000 | #Constraints:      10068
21.92/22.05	c #Conflicts:      73000 | #Constraints:      11069
21.92/22.05	c #Conflicts:      74000 | #Constraints:      12084
21.92/22.05	c #Conflicts:      75000 | #Constraints:      13103
21.92/22.05	c bounds 8 >= -143 @ 21.1646
22.51/22.61	c #Conflicts:      76000 | #Constraints:      14111
22.51/22.61	c INPROCESSING
22.51/22.61	c GARBAGE COLLECT
22.51/22.61	c rational objective 2
24.20/24.34	c #Conflicts:      77000 | #Constraints:       9120
24.20/24.34	c #Conflicts:      78000 | #Constraints:      10120
24.20/24.34	c #Conflicts:      79000 | #Constraints:      11120
24.20/24.34	c #Conflicts:      80000 | #Constraints:      12120
24.20/24.34	c #Conflicts:      81000 | #Constraints:      13120
24.20/24.34	c #Conflicts:      82000 | #Constraints:      14120
24.20/24.34	c INPROCESSING
24.20/24.34	c GARBAGE COLLECT
24.20/24.34	c rational objective 2
25.20/25.39	c #Conflicts:      83000 | #Constraints:       8978
25.20/25.39	c #Conflicts:      84000 | #Constraints:       9980
25.20/25.39	c #Conflicts:      85000 | #Constraints:      10981
25.20/25.39	c #Conflicts:      86000 | #Constraints:      11982
25.20/25.39	c bounds 8 >= -142 @ 24.4061
26.31/26.49	c #Conflicts:      87000 | #Constraints:      13021
26.31/26.49	c #Conflicts:      88000 | #Constraints:      14021
26.31/26.49	c #Conflicts:      89000 | #Constraints:      15021
26.31/26.49	c INPROCESSING
26.31/26.49	c GARBAGE COLLECT
26.31/26.49	c rational objective 2
29.80/29.98	c #Conflicts:      90000 | #Constraints:       9687
29.80/29.98	c #Conflicts:      91000 | #Constraints:      10687
29.80/29.98	c #Conflicts:      92000 | #Constraints:      11687
29.80/29.98	c #Conflicts:      93000 | #Constraints:      12687
29.80/29.98	c #Conflicts:      94000 | #Constraints:      13687
29.80/29.98	c #Conflicts:      95000 | #Constraints:      14687
29.80/29.98	c #Conflicts:      96000 | #Constraints:      15687
29.80/29.98	c INPROCESSING
29.80/29.98	c GARBAGE COLLECT
29.80/29.98	c rational objective 2
30.70/30.87	c #Conflicts:      97000 | #Constraints:      10196
30.70/30.87	c #Conflicts:      98000 | #Constraints:      11207
30.70/30.87	c bounds 8 >= -141 @ 29.7243
31.49/31.66	c #Conflicts:      99000 | #Constraints:      12284
31.49/31.66	c #Conflicts:     100000 | #Constraints:      13284
31.49/31.66	c bounds 8 >= -140 @ 30.4922
32.29/32.42	c #Conflicts:     101000 | #Constraints:      14320
32.29/32.42	c #Conflicts:     102000 | #Constraints:      15320
32.29/32.42	c INPROCESSING
32.29/32.42	c GARBAGE COLLECT
32.29/32.42	c rational objective 2
33.08/33.20	c #Conflicts:     103000 | #Constraints:       9586
33.08/33.20	c #Conflicts:     104000 | #Constraints:      10586
33.08/33.20	c #Conflicts:     105000 | #Constraints:      11586
33.08/33.20	c #Conflicts:     106000 | #Constraints:      12586
33.08/33.20	c bounds 8 >= -139 @ 31.9754
36.47/36.69	c #Conflicts:     107000 | #Constraints:      13634
36.47/36.69	c #Conflicts:     108000 | #Constraints:      14635
36.47/36.69	c #Conflicts:     109000 | #Constraints:      15635
36.47/36.69	c #Conflicts:     110000 | #Constraints:      16635
36.47/36.69	c #Conflicts:     111000 | #Constraints:      17635
36.47/36.69	c #Conflicts:     112000 | #Constraints:      18635
36.47/36.69	c #Conflicts:     113000 | #Constraints:      19635
36.47/36.69	c #Conflicts:     114000 | #Constraints:      20635
36.47/36.69	c #Conflicts:     115000 | #Constraints:      21635
36.47/36.69	c #Conflicts:     116000 | #Constraints:      22635
36.47/36.69	c bounds 8 >= -138 @ 35.3824
36.98/37.11	c #Conflicts:     117000 | #Constraints:      23689
36.98/37.11	c bounds 7 >= -138 @ 35.7926
37.38/37.54	c #Conflicts:     118000 | #Constraints:      24731
37.38/37.54	c bounds 6 >= -138 @ 36.2056
45.66/45.83	c #Conflicts:     119000 | #Constraints:      25772
45.66/45.83	c #Conflicts:     120000 | #Constraints:      26772
45.66/45.83	c #Conflicts:     121000 | #Constraints:      27772
45.66/45.83	c #Conflicts:     122000 | #Constraints:      28772
45.66/45.83	c #Conflicts:     123000 | #Constraints:      29772
45.66/45.83	c #Conflicts:     124000 | #Constraints:      30772
45.66/45.83	c #Conflicts:     125000 | #Constraints:      31772
45.66/45.83	c #Conflicts:     126000 | #Constraints:      32772
45.66/45.83	c #Conflicts:     127000 | #Constraints:      33773
45.66/45.83	c #Conflicts:     128000 | #Constraints:      34775
45.66/45.83	c #Conflicts:     129000 | #Constraints:      35775
45.66/45.83	c INPROCESSING
45.66/45.83	c GARBAGE COLLECT
45.66/45.83	c #Conflicts:     130000 | #Constraints:      19887
45.66/45.83	c #Conflicts:     131000 | #Constraints:      20887
45.66/45.83	c #Conflicts:     132000 | #Constraints:      21887
45.66/45.83	c #Conflicts:     133000 | #Constraints:      22887
45.66/45.83	c #Conflicts:     134000 | #Constraints:      23887
45.66/45.83	c #Conflicts:     135000 | #Constraints:      24887
45.66/45.83	c #Conflicts:     136000 | #Constraints:      25887
45.66/45.83	c #Conflicts:     137000 | #Constraints:      26887
45.66/45.83	c #Conflicts:     138000 | #Constraints:      27887
45.66/45.83	c INPROCESSING
45.66/45.83	c GARBAGE COLLECT
45.66/45.83	c #Conflicts:     139000 | #Constraints:      16376
45.66/45.83	c #Conflicts:     140000 | #Constraints:      17376
45.66/45.83	c bounds 5 >= -138 @ 44.2869
50.44/50.60	c #Conflicts:     141000 | #Constraints:      18377
50.44/50.60	c #Conflicts:     142000 | #Constraints:      19377
50.44/50.60	c #Conflicts:     143000 | #Constraints:      20378
50.44/50.60	c #Conflicts:     144000 | #Constraints:      21378
50.44/50.60	c #Conflicts:     145000 | #Constraints:      22378
50.44/50.60	c #Conflicts:     146000 | #Constraints:      23378
50.44/50.60	c INPROCESSING
50.44/50.60	c GARBAGE COLLECT
50.44/50.60	c #Conflicts:     147000 | #Constraints:      13890
50.44/50.60	c #Conflicts:     148000 | #Constraints:      14907
50.44/50.60	c #Conflicts:     149000 | #Constraints:      15934
50.44/50.60	c #Conflicts:     150000 | #Constraints:      16949
50.44/50.60	c #Conflicts:     151000 | #Constraints:      17969
50.44/50.60	c #Conflicts:     152000 | #Constraints:      18977
50.44/50.60	c bounds 4 >= -138 @ 48.9375
51.34/51.51	c #Conflicts:     153000 | #Constraints:      19988
51.34/51.51	c #Conflicts:     154000 | #Constraints:      20988
51.34/51.51	c #Conflicts:     155000 | #Constraints:      21989
51.34/51.51	c INPROCESSING
51.34/51.51	c GARBAGE COLLECT
51.34/51.51	c rational objective 2
51.54/51.72	c bounds 3 >= -138 @ 50.0315
52.84/53.01	c #Conflicts:     156000 | #Constraints:      13378
52.84/53.01	c #Conflicts:     157000 | #Constraints:      14410
52.84/53.01	c #Conflicts:     158000 | #Constraints:      15427
52.84/53.01	c #Conflicts:     159000 | #Constraints:      16438
52.84/53.01	c bounds 2 >= -138 @ 51.2867
52.84/53.08	c bounds 2 >= 2 @ 51.3524
52.84/53.08	c cpu time 51.3524 s
52.84/53.08	c deterministic time 2124320979 2.12e+09
52.84/53.08	c optimization time 0.079358 s
52.84/53.08	c total solve time 51.2677 s
52.84/53.08	c core-guided solve time 31.3855 s
52.84/53.08	c propagation time 28.9087 s
52.84/53.08	c conflict analysis time 13.1654 s
52.84/53.08	c propagations 13457173
52.84/53.08	c resolve steps 1672539
52.84/53.08	c decisions 509914
52.84/53.08	c conflicts 159571
52.84/53.08	c restarts 434
52.84/53.08	c inprocessing phases 25
52.84/53.08	c garbage collections 25 ,( 100.00 )
52.84/53.08	c input clauses 1588 ,( 39.74 )
52.84/53.08	c input cardinalities 1229 ,( 30.76 )
52.84/53.08	c input general constraints 1179 ,( 29.50 )
52.84/53.08	c input average constraint length 80.07
52.84/53.08	c input average constraint degree 39.02
52.84/53.08	c learned clauses 87850 ,( 54.83 )
52.84/53.08	c learned cardinalities 192 ,( 0.12 )
52.84/53.08	c learned general constraints 72178 ,( 45.05 )
52.84/53.08	c learned average constraint length 140.49
52.84/53.08	c learned average constraint degree 826149042.87
52.84/53.08	c watched  CF 32, 64, 128, Arb: 13581 , 0 , 0 , 0
52.84/53.08	c counting CF 32, 64, 128, Arb: 59777 , 0 , 0 , 0
52.84/53.08	c watched   constraints 13581 ,( 18.51 ) 
52.84/53.08	c counting  constraints 59776 ,( 81.49 ) 
52.84/53.08	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 20824493 , 5633800 , 139389054 ,( 4188371 , 135200683 )
52.84/53.08	c gcd simplifications 3059
52.84/53.08	c detected cardinalities 14
52.84/53.08	c weakened non-implied lits 9179454
52.84/53.08	c weakened non-implying lits 17566
52.84/53.08	c original variables 906
52.84/53.08	c clausal propagations 3541637
52.84/53.08	c cardinality propagations 1411383
52.84/53.08	c watched propagations 38850
52.84/53.08	c counting propagations 7891423
52.84/53.08	c watch lookups 1196444544
52.84/53.08	c watch backjump lookups 0
52.84/53.08	c watch checks 172584139
52.84/53.08	c propagation checks 657122037
52.84/53.08	c constraint additions 69818819
52.84/53.08	c trail pops 14126193
52.84/53.08	c formula constraints 1039
52.84/53.08	c learned constraints 159243
52.84/53.08	c bound constraints 320
52.84/53.08	c core-guided constraints 2637
52.84/53.08	c encountered formula constraints 380915
52.84/53.08	c encountered learned constraints 880396
52.84/53.08	c encountered bound constraints 217
52.84/53.08	c encountered core-guided constraints 554254
52.84/53.08	c LP total time 15.9846 s
52.84/53.08	c LP solve time 12.65 s
52.84/53.08	c LP constraints added 1059
52.84/53.08	c LP constraints removed 19
52.84/53.08	c LP pivots internal 159580
52.84/53.08	c LP pivots root 98579
52.84/53.08	c LP calls 916
52.84/53.08	c LP optimalities 397
52.84/53.08	c LP no pivot count 156
52.84/53.08	c LP infeasibilities 511
52.84/53.08	c LP valid Farkas constraints 508
52.84/53.08	c LP learned Farkas constraints 449
52.84/53.08	c LP basis resets 5
52.84/53.08	c LP cycling count 3
52.84/53.08	c LP singular count 0
52.84/53.08	c LP no primal count 0
52.84/53.08	c LP no farkas count 2
52.84/53.08	c LP other issue count 0
52.84/53.08	c LP Gomory cuts 20
52.84/53.08	c LP learned cuts 0
52.84/53.08	c LP deleted cuts 19
52.84/53.08	c LP encountered Gomory constraints 0
52.84/53.08	c LP encountered Farkas constraints 13502
52.84/53.08	c LP encountered learned Farkas constraints 2376
52.84/53.08	c CG auxiliary variables introduced 968
52.84/53.08	c CG solutions found 53
52.84/53.08	c CG cores constructed 267
52.84/53.08	c CG core cardinality constraints returned 23
52.84/53.08	c CG unit cores 0
52.84/53.08	c CG single cores 235
52.84/53.08	c CG blocks removed during cardinality reduction 0
52.84/53.08	c CG first core best 0
52.84/53.08	c CG decision core best 17
52.84/53.08	c CG core reduction tie 15
52.84/53.08	c CG core degree average 1.11
52.84/53.08	c CG core slack average 7.32
52.84/53.08	c CG core upper bound improvements 0
52.84/53.08	c STR number of successful calls 0
52.84/53.08	c STR number of unsuccessful calls 0
52.84/53.08	c STR number of inconclusive calls 0
52.84/53.08	c STR number of successful attempts 0
52.84/53.08	c STR number of unsuccessful attempts 0
52.84/53.08	c STR number of inconclusive attempts 0
52.84/53.08	c STR average degree increase per successful call inf
52.84/53.08	c STR average degree increase per successful attempt inf
52.84/53.08	c STR total number of conflicts for successful attempts 0
52.84/53.08	c STR total number of conflicts for unsuccessful attempts 0
52.84/53.08	c STR total number of conflicts for inconclusive attempts 0
52.84/53.08	c STR average number of conflicts per successful attempt inf
52.84/53.08	c STR average number of conflicts per unsuccessful attempt inf
52.84/53.08	c STR average number of conflicts per inconclusive attempt inf
52.84/53.08	c AVG.sumWPerc 60.73 
52.84/53.08	c bigint constraints 0 
52.84/53.08	o 2
52.84/53.08	s OPTIMUM FOUND
52.84/53.08	v x1 -x2 -x3 -x4 x5 x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 x21 x22 x23 x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 x61 x62 x63 x64 x65 x66 x67 x68 -x69 -x70 x71 x72 x73 x74 -x75 -x76 -x77 -x78 x79 x80 x81 x82 x83 x84 x85 -x86 -x87 x88 x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 x97 x98 x99 x100 x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 x124 x125 x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 -x140 x141 x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 x183 x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 x231 x232 -x233 -x234 x235 -x236 -x237 -x238 x239 -x240 -x241 x242 x243 x244 -x245 -x246 x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 x336 x337 x338 x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 -x354 -x355 x356 x357 -x358 -x359 x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 x373 x374 -x375 x376 x377 x378 -x379 -x380 x381 x382 -x383 -x384 x385 x386 -x387 -x388 -x389 x390 -x391 -x392 x393 -x394 -x395 x396 x397 x398 -x399 -x400 -x401 x402 x403 x404 x405 x406 x407 -x408 x409 x410 -x411 -x412 x413 x414 -x415 -x416 -x417 -x418 x419 -x420 x421 x422 x423 -x424 -x425 x426 x427 x428 -x429 x430 x431 x432 -x433 x434 x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 x445 x446 x447 x448 x449 -x450 x451 x452 x453 x454 x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 x465 -x466 -x467 x468 x469 x470 -x471 x472 x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 -x481 x482 x483 x484 -x485 x486 x487 -x488 -x489 x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 x515 x516 -x517 -x518 x519 x520 x521 -x522 x523 x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 x557 -x558 -x559 x560 x561 x562 x563 x564 x565 -x566 x567 x568 -x569 -x570 x571 x572 x573 -x574 x575 x576 x577 x578 x579 x580 -x581 -x582 -x583 x584 -x585 -x586 x587 x588 -x589 -x590 x591 x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 x601 -x602 -x603 x604 x605 -x606 -x607 x608 x609 -x610 -x611 x612 x613 -x614 -x615 -x616 x617 x618 -x619 -x620 -x621 x622 -x623 -x624 x625 x626 -x627 -x628 x629 x630 x631 -x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 -x642 x643 x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 x652 -x653 x654 x655 x656 x657 -x658 x659 -x660 -x661 x662 x663 x664 x665 -x666 -x667 x668 x669 -x670 -x671 x672 x673 -x674 -x675 -x676 x677 x678 x679 -x680 x681 x682 x683 x684 x685 x686 -x687 -x688 -x689 x690 x691 -x692 -x693 -x694 -x695 x696 x697 -x698 x699 x700 -x701 -x702 -x703 x704 -x705 -x706 x707 x708 x709 -x710 x711 x712 -x713 -x714 x715 x716 -x717 -x718 -x719 x720 x721 -x722 -x723 x724 x725 -x726 -x727 x728 x729 x730 x731 x732 x733 x734 x735 -x736 -x737 x738 x739 x740 x741 x742 x743 x744 -x745 x746 x747 x748 -x749 x750 x751 x752 -x753 x754 x755 x756 x757 x758 x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 x775 x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 x799 x800 -x801 -x802 -x803 -x804 x805 -x806 x807 x808 x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 x825 -x826 -x827 x828 x829 -x830 -x831 x832 x833 x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 x843 -x844 x845 x846 -x847 -x848 x849 x850 -x851 -x852 x853 x854 -x855 -x856 -x857 x858 x859 x860 x861 x862 x863 x864 x865 x866 -x867 -x868 x869 x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 x878 -x879 -x880 x881 x882 x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 x895 x896 -x897 x898 x899 x900 x901 x902 x903 x904 x905 x906

Verifier Data

OK	2

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

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

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484497-1751288292/watcher-4484497-1751288292 -o /tmp/evaluation-result-4484497-1751288292/solver-4484497-1751288292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751280833-37683 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4484497-1751288292.opb PROOFDIR/proof-4484497-1751288292 

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 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=38791, runsolver pid=38788

[startup+0.100056 s]*
/proc/loadavg: 4.26 4.26 4.16 5/272 38794
/proc/meminfo: memFree=99793116/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=58696 memory=14896 CPUtime=0.07 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 1342 0 0 0 7 0 0 0 20 0 1 0 44506733 60104704 3724 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 14674 3724 2336 1147 0 2101 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62888 KiB
Current children cumulated memory: 17840 KiB

[startup+0.205631 s]*
/proc/loadavg: 4.26 4.26 4.16 5/272 38794
/proc/meminfo: memFree=99789336/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=62820 memory=19120 CPUtime=0.18 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 2370 0 0 0 16 2 0 0 20 0 1 0 44506733 64327680 4780 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 15705 4780 2368 1147 0 3132 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67012 KiB
Current children cumulated memory: 22064 KiB

[startup+0.30561 s]*
/proc/loadavg: 4.26 4.26 4.16 5/272 38794
/proc/meminfo: memFree=99785304/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=64616 memory=20912 CPUtime=0.28 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 2800 0 0 0 25 3 0 0 20 0 1 0 44506733 66166784 5228 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 16154 5228 2368 1147 0 3581 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 68808 KiB
Current children cumulated memory: 23856 KiB

[startup+0.70016 s]
/proc/loadavg: 4.26 4.26 4.16 5/272 38794
/proc/meminfo: memFree=99769216/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=68916 memory=27160 CPUtime=0.67 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 3873 0 0 0 62 5 0 0 20 0 1 0 44506733 70569984 6790 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 17229 6790 2368 1147 0 4656 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 73108 KiB
Current children cumulated memory: 30104 KiB

[startup+1.50016 s]
/proc/loadavg: 4.26 4.26 4.16 5/272 38794
/proc/meminfo: memFree=99753660/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=79112 memory=35096 CPUtime=1.47 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 5850 0 0 0 136 11 0 0 20 0 1 0 44506733 81010688 8774 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 19778 8774 2368 1147 0 7205 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 83304 KiB
Current children cumulated memory: 38040 KiB

[startup+3.10546 s]
/proc/loadavg: 4.23 4.25 4.16 5/272 38794
/proc/meminfo: memFree=99737564/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=84604 memory=41880 CPUtime=3.07 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 7553 0 0 0 289 18 0 0 20 0 1 0 44506733 86634496 10470 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 21151 10470 2368 1147 0 8578 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 88796 KiB
Current children cumulated memory: 44824 KiB

[startup+6.30015 s]
/proc/loadavg: 4.23 4.25 4.16 5/272 38794
/proc/meminfo: memFree=99697496/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=102568 memory=56268 CPUtime=6.26 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 10633 0 0 0 594 32 0 0 20 0 1 0 44506733 105029632 14067 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 25642 14067 2368 1147 0 13069 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 106760 KiB
Current children cumulated memory: 59212 KiB

[startup+12.7001 s]
/proc/loadavg: 4.20 4.24 4.15 5/272 38795
/proc/meminfo: memFree=99594372/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=153096 memory=101524 CPUtime=12.64 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 18884 0 0 0 1212 52 0 0 20 0 1 0 44506733 156770304 25381 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 38274 25381 2368 1147 0 25701 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 157288 KiB
Current children cumulated memory: 104468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.25 4.16 5/272 38795
/proc/meminfo: memFree=99364984/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=153276 memory=101780 CPUtime=25.4 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 18960 0 0 0 2450 90 0 0 20 0 1 0 44506733 156954624 25445 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 38319 25445 2368 1147 0 25746 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 157468 KiB
Current children cumulated memory: 104724 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 4.23 4.15 5/272 38795
/proc/meminfo: memFree=99046764/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=50.95 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 25105 0 0 0 4943 152 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

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

# cumulated CPU time of all completed processes:  user=51.3594 s, system=1.60967 s

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

[startup+51.2002 s]
/proc/loadavg: 4.16 4.23 4.15 5/272 38795
/proc/meminfo: memFree=99046764/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=51.04 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 25105 0 0 0 4952 152 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

[startup+52.0001 s]*
/proc/loadavg: 4.15 4.22 4.15 5/272 38795
/proc/meminfo: memFree=99030384/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=51.84 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 25105 0 0 0 5030 154 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 51.84 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

[startup+52.8001 s]
/proc/loadavg: 4.15 4.22 4.15 5/272 38795
/proc/meminfo: memFree=99030384/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=52.64 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 25105 0 0 0 5108 156 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 52.64 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

[startup+53.0002 s]*
/proc/loadavg: 4.15 4.22 4.15 5/272 38795
/proc/meminfo: memFree=99047392/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=52.84 cores=1,3
/proc/38794/stat : 38794 (roundingsat) R 38791 38791 37671 0 -1 4194304 25105 0 0 0 5127 157 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 52.84 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

[startup+53.1055 s]
/proc/loadavg: 4.15 4.22 4.15 5/272 38795
/proc/meminfo: memFree=99047392/131249996 swapFree=33010684/33010684
[pid=38791] ppid=38788 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38791/stat : 38791 (run-opt-break-l) S 38788 38791 37671 0 -1 4194304 241 630 0 0 0 0 0 0 20 0 1 0 44506732 4292608 736 18446744073709551615 94411207045120 94411207939653 140726618814064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94411208178704 94411208226448 94411215298560 140726618822933 140726618823134 140726618823134 140726618828736 0
/proc/38791/statm: 1048 736 672 219 0 110 0
[pid=38794] ppid=38791 vsize=186468 memory=126356 CPUtime=52.93 cores=1,3
/proc/38794/stat : 38794 (roundingsat) D 38791 38791 37671 0 -1 4194304 25106 0 0 0 5135 158 0 0 20 0 1 0 44506733 190943232 31589 18446744073709551615 4227072 8923433 140736700610112 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 32002048 140736700614932 140736700615208 140736700615208 140736700620778 0
/proc/38794/statm: 46617 31589 2368 1147 0 34044 0
Current children cumulated CPU time: 52.93 s
Current children cumulated vsize: 190660 KiB
Current children cumulated memory: 129300 KiB

Child status: 0

Real time (s): 53.1984
CPU time (s): 52.9691
CPU user time (s): 51.3594
CPU system time (s): 1.60967
CPU usage (%): 99.5689
Max. virtual memory (cumulated for all children) (KiB): 190660
Max. memory (cumulated for all children) (KiB): 129300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.3594
system time used= 1.60967
maximum resident set size= 126356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 565224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2412
involuntary context switches= 137


# summary of solver processes directly reported to runsolver:
#   pid: 38791
#   total CPU time (s): 52.9691
#   total CPU user time (s): 51.3594
#   total CPU system time (s): 1.60967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10466 second user time and 0.273545 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 14:58:12
IDJOB=4484497
IDBENCH=146658
IDSOLVER=3360
FILE ID=nodeC015/4484497-1751288292
RUNJOBID= nodeC015-1751280833-37683
SLURM_JOB_ID= 9594231
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= f3472af25f5f0fee0e9203b0329f534f
RANDOM SEED=1265283419

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.092
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3597.841
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3578.390
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.066
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.005
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.066
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.656
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.111
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        99793052 kB
MemAvailable:   121233692 kB
Buffers:            3280 kB
Cached:         22215524 kB
SwapCached:            0 kB
Active:          8804560 kB
Inactive:       21958928 kB
Active(anon):    8562816 kB
Inactive(anon):        0 kB
Active(file):     241744 kB
Inactive(file): 21958928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66156 kB
Writeback:             0 kB
AnonPages:       8547800 kB
Mapped:           117192 kB
Shmem:             18076 kB
KReclaimable:     158412 kB
Slab:             250004 kB
SReclaimable:     158412 kB
SUnreclaim:        91592 kB
KernelStack:        4416 kB
PageTables:        22180 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10452932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC015 at 2025-06-30 14:59:06