Trace number 4496459

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.8034 0.487738 0.517404

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-10_20.opb
MD5SUMde16c42472b391b022d14658f8d37090
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 benchmark8034
Best CPU time to get the best result obtained on this benchmark0.012694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables210
Total number of constraints220
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 210
Biggest coefficient in the objective function 2937
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 109101
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2937
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 109101
Number of bits of the biggest sum of numbers17
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4496459-1751378767.opb'
0.00/0.02	c 	read 0.01MB  (0.60ms)
0.00/0.02	c	 [cnf: #variables 210 #clauses 221 #duplicates 0 #arr 810]
0.00/0.02	c output proof to 'PROOFDIR/proof-4496459-1751378767'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.74ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.14ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 1261 #edges 3280]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.29ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4496459-1751378767.opb.pre'
0.00/0.02	c 	wrote 0.01MB (0.20ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.76ms 27.71% other
0.00/0.02	c                   0.74ms 27.11% approx_orbits
0.00/0.02	c                   0.59ms 21.65% parse
0.00/0.02	c                   0.29ms 10.41% detect_generic
0.00/0.02	c                   0.20ms  7.38% output
0.00/0.02	c                   0.14ms  4.98% detect_special
0.00/0.02	c                   0.02ms  0.76% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   2.75ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.04	c #variables 210 #constraints 240
0.00/0.04	c objective is ce32 
0.00/0.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.05	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.05	c bounds 12983 >= 0 @ 0.010371
0.00/0.05	c rational objective 8034
0.00/0.05	c bounds 12882 >= 0 @ 0.014576
0.00/0.05	c bounds 12882 >= 169 @ 0.015076
0.00/0.06	c bounds 12882 >= 197 @ 0.015445
0.00/0.06	c bounds 12651 >= 197 @ 0.016052
0.00/0.06	c bounds 12651 >= 218 @ 0.016424
0.00/0.06	c bounds 12329 >= 218 @ 0.017149
0.00/0.06	c bounds 12329 >= 296 @ 0.017543
0.00/0.06	c bounds 12068 >= 296 @ 0.017552
0.00/0.06	c bounds 12068 >= 308 @ 0.017742
0.00/0.06	c bounds 11729 >= 308 @ 0.01875
0.00/0.06	c bounds 11729 >= 366 @ 0.019146
0.00/0.06	c bounds 11729 >= 538 @ 0.019509
0.00/0.06	c bounds 11207 >= 538 @ 0.019535
0.00/0.06	c bounds 11207 >= 641 @ 0.019781
0.00/0.06	c bounds 10791 >= 641 @ 0.021374
0.00/0.06	c bounds 10791 >= 709 @ 0.021763
0.00/0.06	c bounds 10791 >= 769 @ 0.02213
0.00/0.07	c bounds 10336 >= 769 @ 0.023509
0.00/0.07	c bounds 10336 >= 787 @ 0.023509
0.00/0.07	c bounds 10336 >= 812 @ 0.023515
0.00/0.07	c bounds 10296 >= 812 @ 0.024492
0.00/0.07	c bounds 10296 >= 921 @ 0.02487
0.00/0.07	c bounds 10296 >= 1033 @ 0.025271
0.00/0.07	c bounds 10296 >= 1228 @ 0.025655
0.00/0.07	c bounds 10294 >= 1228 @ 0.026735
0.00/0.07	c bounds 10294 >= 1243 @ 0.027139
0.00/0.07	c bounds 10253 >= 1243 @ 0.029922
0.00/0.07	c bounds 10253 >= 1279 @ 0.030357
0.00/0.07	c bounds 10253 >= 1406 @ 0.030742
0.00/0.08	c bounds 10253 >= 1441 @ 0.031151
0.00/0.08	c bounds 10241 >= 1441 @ 0.035988
0.00/0.08	c bounds 10241 >= 2150 @ 0.036454
0.00/0.08	c bounds 10241 >= 2368 @ 0.036939
0.00/0.08	c bounds 10241 >= 2503 @ 0.037382
0.00/0.09	c bounds 10241 >= 2650 @ 0.040361
0.00/0.09	c bounds 10241 >= 2873 @ 0.040625
0.00/0.09	c bounds 10241 >= 2978 @ 0.041068
0.00/0.09	c bounds 10241 >= 3026 @ 0.04151
0.00/0.09	c bounds 8868 >= 3026 @ 0.044084
0.00/0.09	c bounds 8868 >= 3106 @ 0.044561
0.00/0.09	c bounds 8868 >= 3209 @ 0.045053
0.00/0.09	c bounds 8868 >= 3364 @ 0.04557
0.00/0.09	c bounds 8868 >= 3499 @ 0.046057
0.00/0.09	c bounds 8868 >= 3526 @ 0.046534
0.00/0.09	c bounds 8868 >= 3573 @ 0.04703
0.07/0.13	c bounds 8782 >= 3573 @ 0.086235
0.07/0.13	c bounds 8782 >= 3717 @ 0.086817
0.07/0.13	c bounds 8782 >= 3955 @ 0.087297
0.07/0.14	c bounds 8782 >= 4061 @ 0.087803
0.07/0.14	c bounds 8782 >= 4074 @ 0.088336
0.07/0.14	c bounds 8782 >= 4194 @ 0.088842
0.07/0.14	c bounds 8782 >= 4265 @ 0.088992
0.07/0.14	c bounds 8782 >= 4428 @ 0.088992
0.07/0.14	c bounds 8782 >= 4587 @ 0.089369
0.07/0.14	c bounds 8782 >= 4765 @ 0.08982
0.07/0.14	c bounds 8782 >= 4902 @ 0.090304
0.07/0.14	c bounds 8782 >= 4933 @ 0.090832
0.07/0.14	c bounds 8782 >= 4966 @ 0.090982
0.07/0.14	c bounds 8782 >= 5105 @ 0.090982
0.07/0.14	c bounds 8782 >= 5157 @ 0.091949
0.07/0.14	c bounds 8782 >= 5171 @ 0.092515
0.07/0.14	c bounds 8782 >= 5226 @ 0.093077
0.07/0.14	c bounds 8782 >= 5272 @ 0.09359
0.07/0.14	c bounds 8782 >= 5302 @ 0.094206
0.07/0.14	c bounds 8782 >= 5393 @ 0.094738
0.07/0.14	c bounds 8782 >= 5437 @ 0.095258
0.07/0.15	c bounds 8782 >= 5584 @ 0.09578
0.07/0.15	c bounds 8782 >= 5697 @ 0.096347
0.07/0.15	c bounds 8782 >= 5708 @ 0.097036
0.07/0.15	c bounds 8782 >= 5711 @ 0.097637
0.07/0.15	c bounds 8782 >= 5773 @ 0.098281
0.07/0.15	c bounds 8782 >= 5940 @ 0.098818
0.07/0.15	c bounds 8782 >= 6114 @ 0.09893
0.07/0.15	c bounds 8782 >= 6223 @ 0.099119
0.07/0.15	c bounds 8782 >= 6239 @ 0.099798
0.07/0.15	c bounds 8782 >= 6243 @ 0.099924
0.07/0.15	c bounds 8782 >= 6250 @ 0.099924
0.07/0.15	c bounds 8782 >= 6257 @ 0.099924
0.07/0.15	c bounds 8782 >= 6382 @ 0.100854
0.07/0.15	c bounds 8782 >= 6383 @ 0.100854
0.07/0.15	c bounds 8782 >= 6389 @ 0.100915
0.07/0.16	c bounds 8782 >= 6499 @ 0.101095
0.07/0.16	c bounds 8782 >= 6560 @ 0.101781
0.07/0.16	c bounds 8782 >= 6562 @ 0.101895
0.07/0.16	c bounds 8782 >= 6576 @ 0.10216
0.07/0.17	c bounds 8782 >= 6577 @ 0.109583
0.07/0.17	c bounds 8782 >= 6606 @ 0.109816
0.07/0.17	c bounds 8782 >= 6610 @ 0.110149
0.07/0.17	c bounds 8782 >= 6618 @ 0.110872
0.07/0.17	c bounds 8782 >= 6625 @ 0.111581
0.07/0.17	c bounds 8782 >= 6634 @ 0.111807
0.07/0.17	c bounds 8782 >= 6695 @ 0.112142
0.07/0.17	c bounds 8782 >= 6715 @ 0.112883
0.07/0.17	c bounds 8782 >= 6723 @ 0.113585
0.07/0.17	c bounds 8782 >= 6751 @ 0.113798
0.07/0.17	c bounds 8782 >= 6807 @ 0.114223
0.07/0.17	c bounds 8782 >= 6809 @ 0.11491
0.07/0.17	c bounds 8782 >= 6825 @ 0.115641
0.07/0.18	c bounds 8782 >= 6836 @ 0.115789
0.07/0.18	c bounds 8782 >= 6880 @ 0.115792
0.07/0.18	c bounds 8782 >= 6882 @ 0.116061
0.07/0.18	c bounds 8782 >= 6913 @ 0.116842
0.07/0.18	c bounds 8782 >= 6916 @ 0.117632
0.07/0.18	c bounds 8782 >= 6935 @ 0.118415
0.07/0.18	c bounds 8782 >= 6967 @ 0.11877
0.07/0.18	c bounds 8782 >= 6987 @ 0.119037
0.07/0.18	c bounds 8782 >= 7005 @ 0.119824
0.07/0.18	c bounds 8782 >= 7020 @ 0.120829
0.07/0.18	c bounds 8782 >= 7032 @ 0.121659
0.07/0.18	c bounds 8782 >= 7043 @ 0.121744
0.07/0.18	c bounds 8782 >= 7059 @ 0.121746
0.07/0.19	c bounds 8782 >= 7075 @ 0.122237
0.07/0.19	c bounds 8782 >= 7093 @ 0.123225
0.07/0.19	c bounds 8782 >= 7099 @ 0.124146
0.07/0.19	c bounds 8782 >= 7108 @ 0.125048
0.07/0.19	c bounds 8782 >= 7115 @ 0.126119
0.07/0.19	c bounds 8782 >= 7119 @ 0.127154
0.07/0.19	c bounds 8782 >= 7124 @ 0.128059
0.07/0.19	c bounds 8782 >= 7135 @ 0.129115
0.07/0.19	c bounds 8782 >= 7140 @ 0.130282
0.07/0.19	c bounds 8746 >= 7140 @ 0.130659
0.07/0.20	c bounds 8746 >= 7143 @ 0.131332
0.07/0.20	c bounds 8746 >= 7145 @ 0.131676
0.07/0.20	c bounds 8746 >= 7149 @ 0.131678
0.07/0.20	c bounds 8618 >= 7149 @ 0.134478
0.07/0.20	c bounds 8618 >= 7151 @ 0.135579
0.07/0.20	c bounds 8618 >= 7155 @ 0.136703
0.07/0.20	c bounds 8618 >= 7157 @ 0.137971
0.07/0.21	c bounds 8618 >= 7160 @ 0.13947
0.07/0.21	c bounds 8618 >= 7162 @ 0.139854
0.07/0.21	c bounds 8618 >= 7163 @ 0.140782
0.18/0.27	c bounds 8574 >= 7163 @ 0.196248
0.18/0.27	c bounds 8574 >= 7164 @ 0.197355
0.18/0.27	c bounds 8574 >= 7167 @ 0.198545
0.18/0.27	c bounds 8574 >= 7171 @ 0.199733
0.18/0.27	c bounds 8574 >= 7172 @ 0.200788
0.18/0.27	c bounds 8574 >= 7174 @ 0.201159
0.18/0.27	c bounds 8574 >= 7175 @ 0.201161
0.18/0.28	c bounds 8574 >= 7176 @ 0.208861
0.18/0.28	c bounds 8574 >= 7177 @ 0.210243
0.18/0.28	c bounds 8574 >= 7180 @ 0.211523
0.18/0.29	c bounds 8574 >= 7184 @ 0.212087
0.18/0.29	c bounds 8574 >= 7187 @ 0.213121
0.18/0.29	c bounds 8574 >= 7191 @ 0.214213
0.18/0.29	c bounds 8574 >= 7193 @ 0.215343
0.18/0.29	c bounds 8574 >= 7195 @ 0.216606
0.18/0.29	c bounds 8574 >= 7196 @ 0.217043
0.18/0.29	c bounds 8574 >= 7197 @ 0.218191
0.18/0.29	c bounds 8574 >= 7198 @ 0.219588
0.18/0.30	c bounds 8574 >= 7199 @ 0.220026
0.18/0.30	c bounds 8574 >= 7206 @ 0.221421
0.18/0.30	c bounds 8574 >= 7207 @ 0.222019
0.18/0.30	c bounds 8574 >= 7211 @ 0.222752
0.18/0.30	c bounds 8574 >= 7212 @ 0.224038
0.18/0.30	c bounds 8574 >= 7214 @ 0.225438
0.18/0.30	c bounds 8574 >= 7229 @ 0.225999
0.18/0.31	c bounds 8574 >= 7232 @ 0.22691
0.18/0.31	c bounds 8574 >= 7235 @ 0.227307
0.18/0.31	c bounds 8574 >= 7243 @ 0.228337
0.18/0.31	c bounds 8574 >= 7244 @ 0.229822
0.18/0.31	c bounds 8574 >= 7248 @ 0.230439
0.18/0.31	c bounds 8574 >= 7256 @ 0.230931
0.18/0.31	c bounds 8574 >= 7257 @ 0.231109
0.18/0.31	c bounds 8574 >= 7259 @ 0.232498
0.18/0.32	c bounds 8574 >= 7267 @ 0.233965
0.18/0.32	c bounds 8574 >= 7282 @ 0.235172
0.18/0.32	c bounds 8574 >= 7286 @ 0.23576
0.18/0.32	c bounds 8574 >= 7289 @ 0.235957
0.18/0.32	c bounds 8574 >= 7291 @ 0.237252
0.28/0.32	c bounds 8574 >= 7292 @ 0.237662
0.28/0.32	c bounds 8574 >= 7293 @ 0.239099
0.28/0.33	c bounds 8574 >= 7295 @ 0.239655
0.28/0.33	c bounds 8574 >= 7296 @ 0.240751
0.28/0.33	c bounds 8574 >= 7297 @ 0.242275
0.28/0.33	c bounds 8574 >= 7298 @ 0.243023
0.28/0.33	c bounds 8574 >= 7302 @ 0.243636
0.28/0.33	c bounds 8574 >= 7303 @ 0.244976
0.28/0.34	c bounds 8574 >= 7305 @ 0.246607
0.28/0.34	c bounds 8574 >= 7306 @ 0.247018
0.28/0.34	c bounds 8574 >= 7323 @ 0.247817
0.28/0.34	c bounds 8574 >= 7324 @ 0.2491
0.28/0.34	c bounds 8574 >= 7331 @ 0.250581
0.28/0.34	c bounds 8574 >= 7338 @ 0.252301
0.28/0.34	c bounds 8574 >= 7341 @ 0.25371
0.28/0.35	c bounds 8574 >= 7342 @ 0.255517
0.28/0.35	c bounds 8523 >= 7342 @ 0.257837
0.28/0.35	c bounds 8523 >= 7344 @ 0.25875
0.28/0.35	c bounds 8523 >= 7360 @ 0.25956
0.28/0.35	c bounds 8523 >= 7361 @ 0.261054
0.28/0.36	c bounds 8478 >= 7361 @ 0.262627
0.28/0.36	c bounds 8478 >= 7362 @ 0.263851
0.28/0.36	c bounds 8478 >= 7364 @ 0.265268
0.28/0.36	c bounds 8478 >= 7368 @ 0.266726
0.28/0.41	c bounds 8434 >= 7368 @ 0.312257
0.28/0.41	c bounds 8434 >= 7371 @ 0.313766
0.28/0.41	c bounds 8434 >= 7372 @ 0.314371
0.28/0.42	c bounds 8434 >= 7373 @ 0.315822
0.28/0.42	c bounds 8434 >= 7381 @ 0.31743
0.28/0.42	c bounds 8434 >= 7383 @ 0.317974
0.28/0.42	c bounds 8434 >= 7384 @ 0.318719
0.38/0.42	c bounds 8434 >= 7385 @ 0.320201
0.38/0.43	c bounds 8434 >= 7386 @ 0.321993
0.38/0.44	c bounds 8434 >= 7387 @ 0.328911
0.38/0.44	c bounds 8434 >= 7389 @ 0.331259
0.38/0.44	c bounds 8434 >= 7390 @ 0.333237
0.38/0.44	c bounds 8434 >= 7392 @ 0.334942
0.38/0.44	c bounds 8434 >= 7393 @ 0.336623
0.38/0.45	c bounds 8434 >= 7394 @ 0.338426
0.38/0.45	c bounds 8434 >= 7395 @ 0.339372
0.38/0.45	c bounds 8434 >= 7396 @ 0.341049
0.38/0.45	c bounds 8434 >= 7399 @ 0.342024
0.38/0.45	c bounds 8434 >= 7402 @ 0.34366
0.38/0.45	c bounds 8434 >= 7403 @ 0.345407
0.38/0.46	c bounds 8434 >= 7404 @ 0.348042
0.38/0.46	c bounds 8434 >= 7405 @ 0.349919
0.38/0.46	c bounds 8434 >= 7410 @ 0.35097
0.38/0.46	c bounds 8434 >= 7412 @ 0.352421
0.38/0.46	c bounds 8434 >= 7414 @ 0.352998
0.38/0.47	c bounds 8434 >= 7416 @ 0.354262
0.38/0.47	c bounds 8434 >= 7417 @ 0.354911
0.38/0.47	c bounds 8434 >= 7418 @ 0.356286
0.38/0.47	c bounds 8434 >= 7419 @ 0.357944
0.38/0.47	c bounds 8434 >= 7420 @ 0.360147
0.38/0.48	c bounds 8434 >= 7421 @ 0.362582
0.38/0.48	c bounds 8434 >= 7422 @ 0.36461
0.38/0.48	c bounds 8434 >= 7423 @ 0.365463
0.38/0.48	c bounds 8381 >= 7423 @ 0.36685
0.38/0.48	c bounds 8381 >= 7424 @ 0.367599
0.38/0.50	c bounds 8034 >= 7424 @ 0.378789
0.38/0.50	c bounds 8034 >= 8034 @ 0.385958
0.38/0.50	c cpu time 0.385971 s
0.38/0.50	c deterministic time 3482400 3.48e+06
0.38/0.50	c optimization time 0.078205 s
0.38/0.50	c total solve time 0.302257 s
0.38/0.50	c core-guided solve time 0.12355 s
0.38/0.50	c propagation time 0.151635 s
0.38/0.50	c conflict analysis time 0.101373 s
0.38/0.50	c propagations 74614
0.38/0.50	c resolve steps 2837
0.38/0.50	c decisions 71661
0.38/0.50	c conflicts 742
0.38/0.50	c restarts 6
0.38/0.50	c inprocessing phases 0
0.38/0.50	c garbage collections 0 ,( -nan )
0.38/0.50	c input clauses 356 ,( 27.73 )
0.38/0.50	c input cardinalities 359 ,( 27.96 )
0.38/0.50	c input general constraints 569 ,( 44.31 )
0.38/0.50	c input average constraint length 52.67
0.38/0.50	c input average constraint degree 2748.34
0.38/0.50	c learned clauses 105 ,( 13.36 )
0.38/0.50	c learned cardinalities 16 ,( 2.04 )
0.38/0.50	c learned general constraints 665 ,( 84.61 )
0.38/0.50	c learned average constraint length 65.10
0.38/0.50	c learned average constraint degree 382245499.58
0.38/0.50	c watched  CF 32, 64, 128, Arb: 296 , 0 , 0 , 0
0.38/0.50	c counting CF 32, 64, 128, Arb: 939 , 0 , 0 , 0
0.38/0.50	c watched   constraints 296 ,( 23.99 ) 
0.38/0.50	c counting  constraints 938 ,( 76.01 ) 
0.38/0.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 37932 , 46579 , 132071 ,( 13495 , 118576 )
0.38/0.50	c gcd simplifications 15
0.38/0.50	c detected cardinalities 0
0.38/0.50	c weakened non-implied lits 38781
0.38/0.50	c weakened non-implying lits 203
0.38/0.50	c original variables 210
0.38/0.50	c clausal propagations 30821
0.38/0.50	c cardinality propagations 12882
0.38/0.50	c watched propagations 593
0.38/0.50	c counting propagations 16801
0.38/0.50	c watch lookups 1582667
0.38/0.50	c watch backjump lookups 0
0.38/0.50	c watch checks 582735
0.38/0.50	c propagation checks 835284
0.38/0.50	c constraint additions 187385
0.38/0.50	c trail pops 146940
0.38/0.50	c formula constraints 240
0.38/0.50	c learned constraints 762
0.38/0.50	c bound constraints 234
0.38/0.50	c core-guided constraints 810
0.38/0.50	c encountered formula constraints 1509
0.38/0.50	c encountered learned constraints 930
0.38/0.50	c encountered bound constraints 157
0.38/0.50	c encountered core-guided constraints 669
0.38/0.50	c LP total time 0.042092 s
0.38/0.50	c LP solve time 0.03 s
0.38/0.50	c LP constraints added 240
0.38/0.50	c LP constraints removed 0
0.38/0.50	c LP pivots internal 827
0.38/0.50	c LP pivots root 286
0.38/0.50	c LP calls 20
0.38/0.50	c LP optimalities 7
0.38/0.50	c LP no pivot count 1
0.38/0.50	c LP infeasibilities 13
0.38/0.50	c LP valid Farkas constraints 12
0.38/0.50	c LP learned Farkas constraints 12
0.38/0.50	c LP basis resets 0
0.38/0.50	c LP cycling count 0
0.38/0.50	c LP singular count 0
0.38/0.50	c LP no primal count 0
0.38/0.50	c LP no farkas count 0
0.38/0.50	c LP other issue count 0
0.38/0.50	c LP Gomory cuts 0
0.38/0.50	c LP learned cuts 0
0.38/0.50	c LP deleted cuts 0
0.38/0.50	c LP encountered Gomory constraints 0
0.38/0.50	c LP encountered Farkas constraints 295
0.38/0.50	c LP encountered learned Farkas constraints 6
0.38/0.50	c CG auxiliary variables introduced 339
0.38/0.50	c CG solutions found 22
0.38/0.50	c CG cores constructed 207
0.38/0.50	c CG core cardinality constraints returned 0
0.38/0.50	c CG unit cores 0
0.38/0.50	c CG single cores 202
0.38/0.50	c CG blocks removed during cardinality reduction 4
0.38/0.50	c CG first core best 1
0.38/0.50	c CG decision core best 3
0.38/0.50	c CG core reduction tie 1
0.38/0.50	c CG core degree average 1.00
0.38/0.50	c CG core slack average 23.35
0.38/0.50	c CG core upper bound improvements 1
0.38/0.50	c STR number of successful calls 0
0.38/0.50	c STR number of unsuccessful calls 0
0.38/0.50	c STR number of inconclusive calls 0
0.38/0.50	c STR number of successful attempts 0
0.38/0.50	c STR number of unsuccessful attempts 0
0.38/0.50	c STR number of inconclusive attempts 0
0.38/0.50	c STR average degree increase per successful call inf
0.38/0.50	c STR average degree increase per successful attempt inf
0.38/0.50	c STR total number of conflicts for successful attempts 0
0.38/0.50	c STR total number of conflicts for unsuccessful attempts 0
0.38/0.50	c STR total number of conflicts for inconclusive attempts 0
0.38/0.50	c STR average number of conflicts per successful attempt inf
0.38/0.50	c STR average number of conflicts per unsuccessful attempt inf
0.38/0.50	c STR average number of conflicts per inconclusive attempt inf
0.38/0.50	c AVG.sumWPerc 71.18 
0.38/0.50	c bigint constraints 0 
0.38/0.50	o 8034
0.38/0.50	s OPTIMUM FOUND
0.38/0.51	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

Verifier Data

OK	8034

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 20:46:42 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 8034 <= obj <= 8034
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 8034 <= obj <= 8034
--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: 63794 MiB (56677 MiB free)
  memory of node 1: 64507 MiB (52663 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=55175, runsolver pid=55172

[startup+0.100069 s]*
/proc/loadavg: 4.23 4.14 4.13 5/258 55178
/proc/meminfo: memFree=111966040/131382112 swapFree=33010684/33010684
[pid=55175] ppid=55172 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/55175/stat : 55175 (run-opt-ls-log.) S 55172 55175 53513 0 -1 4194304 241 289 0 0 0 0 0 0 20 0 1 0 53556451 4292608 736 18446744073709551615 94688147361792 94688148256325 140725120825120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94688148495376 94688148543120 94688162717696 140725120833819 140725120834017 140725120834017 140725120839619 0
/proc/55175/statm: 1048 736 672 219 0 110 0
[pid=55178] ppid=55175 vsize=56664 memory=13924 CPUtime=0.07 cores=0,2
/proc/55178/stat : 55178 (roundingsat) R 55175 55175 53513 0 -1 4194304 740 0 0 0 6 1 0 0 20 0 1 0 53556454 58023936 3481 18446744073709551615 4227072 8923433 140735890956448 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21692416 140735890958582 140735890958888 140735890958888 140735890964458 0
/proc/55178/statm: 14166 3481 2464 1147 0 1593 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60856 KiB
Current children cumulated memory: 16868 KiB

[startup+0.21377 s]*
/proc/loadavg: 4.23 4.14 4.13 6/258 55178
/proc/meminfo: memFree=111964276/131382112 swapFree=33010684/33010684
[pid=55175] ppid=55172 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/55175/stat : 55175 (run-opt-ls-log.) S 55172 55175 53513 0 -1 4194304 241 289 0 0 0 0 0 0 20 0 1 0 53556451 4292608 736 18446744073709551615 94688147361792 94688148256325 140725120825120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94688148495376 94688148543120 94688162717696 140725120833819 140725120834017 140725120834017 140725120839619 0
/proc/55175/statm: 1048 736 672 219 0 110 0
[pid=55178] ppid=55175 vsize=57828 memory=15076 CPUtime=0.18 cores=0,2
/proc/55178/stat : 55178 (roundingsat) R 55175 55175 53513 0 -1 4194304 1035 0 0 0 15 3 0 0 20 0 1 0 53556454 59215872 3769 18446744073709551615 4227072 8923433 140735890956448 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21692416 140735890958582 140735890958888 140735890958888 140735890964458 0
/proc/55178/statm: 14457 3769 2464 1147 0 1884 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62020 KiB
Current children cumulated memory: 18020 KiB

[startup+0.314155 s]*
/proc/loadavg: 4.23 4.14 4.13 5/258 55178
/proc/meminfo: memFree=111962260/131382112 swapFree=33010684/33010684
[pid=55175] ppid=55172 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/55175/stat : 55175 (run-opt-ls-log.) S 55172 55175 53513 0 -1 4194304 241 289 0 0 0 0 0 0 20 0 1 0 53556451 4292608 736 18446744073709551615 94688147361792 94688148256325 140725120825120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94688148495376 94688148543120 94688162717696 140725120833819 140725120834017 140725120834017 140725120839619 0
/proc/55175/statm: 1048 736 672 219 0 110 0
[pid=55178] ppid=55175 vsize=58240 memory=15588 CPUtime=0.28 cores=0,2
/proc/55178/stat : 55178 (roundingsat) R 55175 55175 53513 0 -1 4194304 1148 0 0 0 24 4 0 0 20 0 1 0 53556454 59637760 3897 18446744073709551615 4227072 8923433 140735890956448 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21692416 140735890958582 140735890958888 140735890958888 140735890964458 0
/proc/55178/statm: 14560 3897 2464 1147 0 1987 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62432 KiB
Current children cumulated memory: 18532 KiB

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

# cumulated CPU time of all completed processes:  user=0.396218 s, system=0.09152 s

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

[startup+0.413414 s]*
/proc/loadavg: 4.23 4.14 4.13 5/258 55178
/proc/meminfo: memFree=111962260/131382112 swapFree=33010684/33010684
[pid=55175] ppid=55172 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/55175/stat : 55175 (run-opt-ls-log.) S 55172 55175 53513 0 -1 4194304 241 289 0 0 0 0 0 0 20 0 1 0 53556451 4292608 736 18446744073709551615 94688147361792 94688148256325 140725120825120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94688148495376 94688148543120 94688162717696 140725120833819 140725120834017 140725120834017 140725120839619 0
/proc/55175/statm: 1048 736 672 219 0 110 0
[pid=55178] ppid=55175 vsize=58908 memory=16228 CPUtime=0.38 cores=0,2
/proc/55178/stat : 55178 (roundingsat) R 55175 55175 53513 0 -1 4194304 1309 0 0 0 32 6 0 0 20 0 1 0 53556454 60321792 4057 18446744073709551615 4227072 8923433 140735890956448 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21692416 140735890958582 140735890958888 140735890958888 140735890964458 0
/proc/55178/statm: 14727 4057 2464 1147 0 2154 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 63100 KiB
Current children cumulated memory: 19172 KiB

Child status: 0

Real time (s): 0.517404
CPU time (s): 0.487738
CPU user time (s): 0.396218
CPU system time (s): 0.09152
CPU usage (%): 94.2664
Max. virtual memory (cumulated for all children) (KiB): 63100
Max. memory (cumulated for all children) (KiB): 19172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.396218
system time used= 0.09152
maximum resident set size= 18276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 55175
#   total CPU time (s): 0.487738
#   total CPU user time (s): 0.396218
#   total CPU system time (s): 0.09152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036671 second user time and 0.066956 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 16:06:07
IDJOB=4496459
IDBENCH=148115
IDSOLVER=3356
FILE ID=nodeC009/4496459-1751378767
RUNJOBID= nodeC009-1751371444-53523
SLURM_JOB_ID= 9598195
Free space on /tmp= 432628 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-10_20.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496459-1751378767/watcher-4496459-1751378767 -o /tmp/evaluation-result-4496459-1751378767/solver-4496459-1751378767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751371444-53523 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4496459-1751378767.opb PROOFDIR/proof-4496459-1751378767

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

MD5SUM BENCH= de16c42472b391b022d14658f8d37090
RANDOM SEED=91496818

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.525
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3691.467
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.226
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.562
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3662.315
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3691.457
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111965960 kB
MemAvailable:   129318148 kB
Buffers:            3280 kB
Cached:         18121584 kB
SwapCached:            0 kB
Active:           990384 kB
Inactive:       17822348 kB
Active(anon):     704940 kB
Inactive(anon):      968 kB
Active(file):     285444 kB
Inactive(file): 17821380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62528 kB
Writeback:             0 kB
AnonPages:        683088 kB
Mapped:           118248 kB
Shmem:             17960 kB
KReclaimable:     169596 kB
Slab:             255992 kB
SReclaimable:     169596 kB
SUnreclaim:        86396 kB
KernelStack:        4144 kB
PageTables:         4492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1028632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC009 at 2025-07-01 16:06:07