Trace number 4496458

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 63f22adOPT8034 0.12979 0.158643

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.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-4496458-1751371013.opb'
0.00/0.01	c 	read 0.01MB  (0.24ms)
0.00/0.01	c	 [cnf: #variables 210 #clauses 221 #duplicates 0 #arr 810]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.34ms)
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.05ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1261 #edges 3280]
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.10ms)
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-4496458-1751371013.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.10ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.34ms 37.11% approx_orbits
0.00/0.01	c                   0.23ms 25.90% parse
0.00/0.01	c                   0.10ms 11.17% detect_generic
0.00/0.01	c                   0.10ms 11.17% output
0.00/0.01	c                   0.07ms  7.97% other
0.00/0.01	c                   0.05ms  5.86% detect_special
0.00/0.01	c                   0.01ms  0.82% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.90ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.03	c #variables 210 #constraints 240
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 12983 >= 0 @ 0.001068
0.00/0.03	c rational objective 8034
0.00/0.03	c bounds 12882 >= 0 @ 0.002545
0.00/0.03	c bounds 12882 >= 169 @ 0.002672
0.00/0.03	c bounds 12882 >= 197 @ 0.002741
0.00/0.03	c bounds 12651 >= 197 @ 0.002882
0.00/0.03	c bounds 12651 >= 218 @ 0.002956
0.00/0.03	c bounds 12329 >= 218 @ 0.003118
0.00/0.03	c bounds 12329 >= 296 @ 0.003191
0.00/0.03	c bounds 12068 >= 296 @ 0.003342
0.00/0.03	c bounds 12068 >= 308 @ 0.003418
0.00/0.03	c bounds 11729 >= 308 @ 0.00368
0.00/0.03	c bounds 11729 >= 366 @ 0.003758
0.00/0.03	c bounds 11729 >= 538 @ 0.003828
0.00/0.03	c bounds 11207 >= 538 @ 0.00402
0.00/0.03	c bounds 11207 >= 641 @ 0.004101
0.00/0.03	c bounds 10791 >= 641 @ 0.004453
0.00/0.03	c bounds 10791 >= 709 @ 0.004533
0.00/0.03	c bounds 10791 >= 769 @ 0.004606
0.00/0.03	c bounds 10336 >= 769 @ 0.004966
0.00/0.03	c bounds 10336 >= 787 @ 0.005032
0.00/0.03	c bounds 10336 >= 812 @ 0.005104
0.00/0.04	c bounds 10296 >= 812 @ 0.005564
0.00/0.04	c bounds 10296 >= 921 @ 0.005648
0.00/0.04	c bounds 10296 >= 1033 @ 0.005726
0.00/0.04	c bounds 10296 >= 1228 @ 0.005803
0.00/0.04	c bounds 10294 >= 1228 @ 0.006041
0.00/0.04	c bounds 10294 >= 1243 @ 0.006126
0.00/0.04	c bounds 10253 >= 1243 @ 0.006801
0.00/0.04	c bounds 10253 >= 1279 @ 0.006891
0.00/0.04	c bounds 10253 >= 1406 @ 0.006958
0.00/0.04	c bounds 10253 >= 1441 @ 0.006966
0.00/0.04	c bounds 10241 >= 1441 @ 0.007071
0.00/0.04	c bounds 10241 >= 2150 @ 0.00716
0.00/0.04	c bounds 10241 >= 2368 @ 0.007279
0.00/0.04	c bounds 10241 >= 2503 @ 0.007377
0.00/0.04	c bounds 10241 >= 2650 @ 0.008879
0.00/0.04	c bounds 10241 >= 2873 @ 0.009001
0.00/0.04	c bounds 10241 >= 2978 @ 0.009103
0.00/0.04	c bounds 10241 >= 3026 @ 0.009199
0.00/0.04	c bounds 8868 >= 3026 @ 0.009704
0.00/0.04	c bounds 8868 >= 3106 @ 0.009801
0.00/0.04	c bounds 8868 >= 3209 @ 0.009911
0.00/0.04	c bounds 8868 >= 3364 @ 0.010028
0.00/0.04	c bounds 8868 >= 3499 @ 0.010132
0.00/0.04	c bounds 8868 >= 3526 @ 0.010235
0.00/0.04	c bounds 8868 >= 3573 @ 0.010341
0.00/0.05	c bounds 8782 >= 3573 @ 0.018538
0.00/0.05	c bounds 8782 >= 3717 @ 0.018681
0.00/0.05	c bounds 8782 >= 3955 @ 0.01879
0.00/0.05	c bounds 8782 >= 4061 @ 0.018833
0.00/0.05	c bounds 8782 >= 4074 @ 0.018833
0.00/0.05	c bounds 8782 >= 4194 @ 0.018833
0.00/0.05	c bounds 8782 >= 4265 @ 0.018833
0.00/0.05	c bounds 8782 >= 4428 @ 0.018833
0.00/0.05	c bounds 8782 >= 4587 @ 0.018833
0.00/0.05	c bounds 8782 >= 4765 @ 0.018833
0.00/0.05	c bounds 8782 >= 4902 @ 0.018833
0.00/0.05	c bounds 8782 >= 4933 @ 0.018833
0.00/0.05	c bounds 8782 >= 4966 @ 0.01884
0.00/0.05	c bounds 8782 >= 5105 @ 0.01884
0.00/0.05	c bounds 8782 >= 5157 @ 0.01884
0.00/0.05	c bounds 8782 >= 5171 @ 0.01884
0.00/0.05	c bounds 8782 >= 5226 @ 0.01884
0.00/0.05	c bounds 8782 >= 5272 @ 0.01884
0.00/0.05	c bounds 8782 >= 5302 @ 0.018983
0.00/0.05	c bounds 8782 >= 5393 @ 0.019108
0.00/0.05	c bounds 8782 >= 5437 @ 0.019231
0.00/0.05	c bounds 8782 >= 5584 @ 0.019356
0.00/0.05	c bounds 8782 >= 5697 @ 0.019488
0.00/0.05	c bounds 8782 >= 5708 @ 0.019662
0.00/0.05	c bounds 8782 >= 5711 @ 0.019809
0.00/0.05	c bounds 8782 >= 5773 @ 0.019952
0.00/0.05	c bounds 8782 >= 5940 @ 0.020082
0.00/0.05	c bounds 8782 >= 6114 @ 0.02022
0.00/0.05	c bounds 8782 >= 6223 @ 0.0204
0.00/0.05	c bounds 8782 >= 6239 @ 0.020567
0.00/0.05	c bounds 8782 >= 6243 @ 0.020734
0.00/0.05	c bounds 8782 >= 6250 @ 0.020908
0.00/0.05	c bounds 8782 >= 6257 @ 0.021095
0.00/0.06	c bounds 8782 >= 6382 @ 0.021294
0.00/0.06	c bounds 8782 >= 6383 @ 0.021472
0.00/0.06	c bounds 8782 >= 6389 @ 0.021627
0.00/0.06	c bounds 8782 >= 6499 @ 0.021789
0.00/0.06	c bounds 8782 >= 6560 @ 0.021831
0.00/0.06	c bounds 8782 >= 6562 @ 0.021831
0.00/0.06	c bounds 8782 >= 6576 @ 0.021831
0.00/0.06	c bounds 8782 >= 6577 @ 0.023669
0.00/0.06	c bounds 8782 >= 6606 @ 0.023845
0.00/0.06	c bounds 8782 >= 6610 @ 0.02404
0.00/0.06	c bounds 8782 >= 6618 @ 0.02422
0.00/0.06	c bounds 8782 >= 6625 @ 0.024404
0.00/0.06	c bounds 8782 >= 6634 @ 0.024592
0.00/0.06	c bounds 8782 >= 6695 @ 0.024775
0.00/0.06	c bounds 8782 >= 6715 @ 0.02482
0.00/0.06	c bounds 8782 >= 6723 @ 0.02482
0.00/0.06	c bounds 8782 >= 6751 @ 0.02482
0.00/0.06	c bounds 8782 >= 6807 @ 0.02482
0.00/0.06	c bounds 8782 >= 6809 @ 0.02482
0.00/0.06	c bounds 8782 >= 6825 @ 0.024828
0.00/0.06	c bounds 8782 >= 6836 @ 0.024828
0.00/0.06	c bounds 8782 >= 6880 @ 0.024828
0.00/0.06	c bounds 8782 >= 6882 @ 0.024828
0.00/0.06	c bounds 8782 >= 6913 @ 0.024828
0.00/0.06	c bounds 8782 >= 6916 @ 0.024836
0.00/0.06	c bounds 8782 >= 6935 @ 0.024836
0.00/0.06	c bounds 8782 >= 6967 @ 0.024836
0.00/0.06	c bounds 8782 >= 6987 @ 0.024836
0.00/0.06	c bounds 8782 >= 7005 @ 0.024836
0.00/0.06	c bounds 8782 >= 7020 @ 0.024843
0.00/0.06	c bounds 8782 >= 7032 @ 0.024843
0.00/0.06	c bounds 8782 >= 7043 @ 0.024843
0.00/0.06	c bounds 8782 >= 7059 @ 0.024843
0.00/0.06	c bounds 8782 >= 7075 @ 0.024855
0.00/0.06	c bounds 8782 >= 7093 @ 0.025086
0.00/0.06	c bounds 8782 >= 7099 @ 0.025329
0.00/0.06	c bounds 8782 >= 7108 @ 0.025569
0.00/0.06	c bounds 8782 >= 7115 @ 0.025822
0.00/0.06	c bounds 8782 >= 7119 @ 0.026067
0.00/0.07	c bounds 8782 >= 7124 @ 0.026309
0.00/0.07	c bounds 8782 >= 7135 @ 0.026557
0.00/0.07	c bounds 8782 >= 7140 @ 0.026833
0.00/0.07	c bounds 8746 >= 7140 @ 0.02712
0.00/0.07	c bounds 8746 >= 7143 @ 0.027402
0.00/0.07	c bounds 8746 >= 7145 @ 0.027664
0.00/0.07	c bounds 8746 >= 7149 @ 0.027828
0.00/0.07	c bounds 8618 >= 7149 @ 0.027828
0.00/0.07	c bounds 8618 >= 7151 @ 0.027852
0.00/0.07	c bounds 8618 >= 7155 @ 0.02812
0.00/0.07	c bounds 8618 >= 7157 @ 0.02842
0.00/0.07	c bounds 8618 >= 7160 @ 0.028749
0.00/0.07	c bounds 8618 >= 7162 @ 0.029038
0.00/0.07	c bounds 8618 >= 7163 @ 0.029321
0.00/0.08	c bounds 8574 >= 7163 @ 0.041774
0.00/0.08	c bounds 8574 >= 7164 @ 0.042115
0.00/0.08	c bounds 8574 >= 7167 @ 0.042427
0.00/0.08	c bounds 8574 >= 7171 @ 0.042739
0.00/0.08	c bounds 8574 >= 7172 @ 0.043046
0.00/0.08	c bounds 8574 >= 7174 @ 0.043337
0.00/0.08	c bounds 8574 >= 7175 @ 0.043644
0.00/0.09	c bounds 8574 >= 7176 @ 0.045735
0.00/0.09	c bounds 8574 >= 7177 @ 0.045735
0.00/0.09	c bounds 8574 >= 7180 @ 0.045741
0.00/0.09	c bounds 8574 >= 7184 @ 0.045741
0.00/0.09	c bounds 8574 >= 7187 @ 0.045741
0.00/0.09	c bounds 8574 >= 7191 @ 0.046036
0.00/0.09	c bounds 8574 >= 7193 @ 0.046347
0.00/0.09	c bounds 8574 >= 7195 @ 0.046677
0.00/0.09	c bounds 8574 >= 7196 @ 0.047015
0.00/0.09	c bounds 8574 >= 7197 @ 0.047353
0.00/0.09	c bounds 8574 >= 7198 @ 0.047719
0.00/0.09	c bounds 8574 >= 7199 @ 0.047738
0.00/0.09	c bounds 8574 >= 7206 @ 0.047738
0.00/0.09	c bounds 8574 >= 7207 @ 0.047839
0.00/0.09	c bounds 8574 >= 7211 @ 0.048135
0.00/0.09	c bounds 8574 >= 7212 @ 0.048483
0.00/0.09	c bounds 8574 >= 7214 @ 0.048847
0.00/0.09	c bounds 8574 >= 7229 @ 0.049254
0.00/0.09	c bounds 8574 >= 7232 @ 0.049645
0.00/0.09	c bounds 8574 >= 7235 @ 0.04973
0.00/0.09	c bounds 8574 >= 7243 @ 0.04973
0.00/0.09	c bounds 8574 >= 7244 @ 0.04973
0.00/0.09	c bounds 8574 >= 7248 @ 0.050086
0.00/0.09	c bounds 8574 >= 7256 @ 0.050417
0.00/0.09	c bounds 8574 >= 7257 @ 0.050802
0.00/0.10	c bounds 8574 >= 7259 @ 0.051152
0.06/0.10	c bounds 8574 >= 7267 @ 0.051706
0.06/0.10	c bounds 8574 >= 7282 @ 0.051958
0.06/0.10	c bounds 8574 >= 7286 @ 0.052295
0.06/0.10	c bounds 8574 >= 7289 @ 0.05263
0.06/0.10	c bounds 8574 >= 7291 @ 0.053012
0.06/0.10	c bounds 8574 >= 7292 @ 0.053377
0.06/0.10	c bounds 8574 >= 7293 @ 0.053791
0.06/0.10	c bounds 8574 >= 7295 @ 0.053902
0.06/0.10	c bounds 8574 >= 7296 @ 0.053902
0.06/0.10	c bounds 8574 >= 7297 @ 0.053905
0.06/0.11	c bounds 8574 >= 7298 @ 0.053905
0.06/0.11	c bounds 8574 >= 7302 @ 0.053905
0.06/0.11	c bounds 8574 >= 7303 @ 0.053908
0.06/0.11	c bounds 8574 >= 7305 @ 0.053908
0.06/0.11	c bounds 8574 >= 7306 @ 0.054025
0.06/0.11	c bounds 8574 >= 7323 @ 0.054475
0.06/0.11	c bounds 8574 >= 7324 @ 0.05484
0.06/0.11	c bounds 8574 >= 7331 @ 0.055255
0.06/0.11	c bounds 8574 >= 7338 @ 0.05573
0.06/0.11	c bounds 8574 >= 7341 @ 0.055809
0.06/0.11	c bounds 8574 >= 7342 @ 0.055809
0.06/0.11	c bounds 8523 >= 7342 @ 0.056594
0.06/0.11	c bounds 8523 >= 7344 @ 0.056852
0.06/0.11	c bounds 8523 >= 7360 @ 0.056852
0.06/0.11	c bounds 8523 >= 7361 @ 0.057115
0.06/0.11	c bounds 8478 >= 7361 @ 0.057549
0.06/0.11	c bounds 8478 >= 7362 @ 0.057905
0.06/0.11	c bounds 8478 >= 7364 @ 0.058252
0.06/0.11	c bounds 8478 >= 7368 @ 0.058696
0.06/0.13	c bounds 8434 >= 7368 @ 0.071013
0.06/0.13	c bounds 8434 >= 7371 @ 0.07142
0.06/0.13	c bounds 8434 >= 7372 @ 0.071796
0.06/0.13	c bounds 8434 >= 7373 @ 0.072233
0.06/0.13	c bounds 8434 >= 7381 @ 0.072647
0.06/0.13	c bounds 8434 >= 7383 @ 0.072759
0.06/0.13	c bounds 8434 >= 7384 @ 0.07276
0.06/0.13	c bounds 8434 >= 7385 @ 0.07276
0.06/0.13	c bounds 8434 >= 7386 @ 0.073311
0.06/0.13	c bounds 8434 >= 7387 @ 0.075732
0.06/0.13	c bounds 8434 >= 7389 @ 0.075732
0.06/0.13	c bounds 8434 >= 7390 @ 0.076156
0.06/0.13	c bounds 8434 >= 7392 @ 0.076614
0.06/0.13	c bounds 8434 >= 7393 @ 0.076729
0.06/0.14	c bounds 8434 >= 7394 @ 0.076729
0.06/0.14	c bounds 8434 >= 7395 @ 0.077043
0.06/0.14	c bounds 8434 >= 7396 @ 0.077508
0.06/0.14	c bounds 8434 >= 7399 @ 0.078005
0.06/0.14	c bounds 8434 >= 7402 @ 0.078504
0.06/0.14	c bounds 8434 >= 7403 @ 0.078724
0.06/0.14	c bounds 8434 >= 7404 @ 0.078724
0.06/0.14	c bounds 8434 >= 7405 @ 0.078724
0.06/0.14	c bounds 8434 >= 7410 @ 0.078724
0.06/0.14	c bounds 8434 >= 7412 @ 0.078727
0.06/0.14	c bounds 8434 >= 7414 @ 0.078727
0.06/0.14	c bounds 8434 >= 7416 @ 0.078727
0.06/0.14	c bounds 8434 >= 7417 @ 0.079102
0.06/0.14	c bounds 8434 >= 7418 @ 0.0795
0.06/0.14	c bounds 8434 >= 7419 @ 0.079726
0.06/0.14	c bounds 8434 >= 7420 @ 0.079726
0.06/0.14	c bounds 8434 >= 7421 @ 0.080238
0.06/0.14	c bounds 8434 >= 7422 @ 0.080706
0.06/0.15	c bounds 8434 >= 7423 @ 0.080706
0.06/0.15	c bounds 8381 >= 7423 @ 0.081185
0.06/0.15	c bounds 8381 >= 7424 @ 0.081734
0.06/0.15	c bounds 8034 >= 7424 @ 0.084946
0.06/0.15	c bounds 8034 >= 8034 @ 0.087372
0.06/0.15	c cpu time 0.087378 s
0.06/0.15	c deterministic time 3482400 3.48e+06
0.06/0.15	c optimization time 0.009798 s
0.06/0.15	c total solve time 0.077424 s
0.06/0.15	c core-guided solve time 0.034978 s
0.06/0.15	c propagation time 0.042893 s
0.06/0.15	c conflict analysis time 0.020148 s
0.06/0.15	c propagations 74614
0.06/0.15	c resolve steps 2837
0.06/0.15	c decisions 71661
0.06/0.15	c conflicts 742
0.06/0.15	c restarts 6
0.06/0.15	c inprocessing phases 0
0.06/0.15	c garbage collections 0 ,( -nan )
0.06/0.15	c input clauses 356 ,( 27.73 )
0.06/0.15	c input cardinalities 359 ,( 27.96 )
0.06/0.15	c input general constraints 569 ,( 44.31 )
0.06/0.15	c input average constraint length 52.67
0.06/0.15	c input average constraint degree 2748.34
0.06/0.15	c learned clauses 105 ,( 13.36 )
0.06/0.15	c learned cardinalities 16 ,( 2.04 )
0.06/0.15	c learned general constraints 665 ,( 84.61 )
0.06/0.15	c learned average constraint length 65.10
0.06/0.15	c learned average constraint degree 382245499.58
0.06/0.15	c watched  CF 32, 64, 128, Arb: 296 , 0 , 0 , 0
0.06/0.15	c counting CF 32, 64, 128, Arb: 939 , 0 , 0 , 0
0.06/0.15	c watched   constraints 296 ,( 23.99 ) 
0.06/0.15	c counting  constraints 938 ,( 76.01 ) 
0.06/0.15	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 37932 , 46579 , 132071 ,( 13495 , 118576 )
0.06/0.15	c gcd simplifications 15
0.06/0.15	c detected cardinalities 0
0.06/0.15	c weakened non-implied lits 38781
0.06/0.15	c weakened non-implying lits 203
0.06/0.15	c original variables 210
0.06/0.15	c clausal propagations 30821
0.06/0.15	c cardinality propagations 12882
0.06/0.15	c watched propagations 593
0.06/0.15	c counting propagations 16801
0.06/0.15	c watch lookups 1582667
0.06/0.15	c watch backjump lookups 0
0.06/0.15	c watch checks 582735
0.06/0.15	c propagation checks 835284
0.06/0.15	c constraint additions 187385
0.06/0.15	c trail pops 146940
0.06/0.15	c formula constraints 240
0.06/0.15	c learned constraints 762
0.06/0.15	c bound constraints 234
0.06/0.15	c core-guided constraints 810
0.06/0.15	c encountered formula constraints 1509
0.06/0.15	c encountered learned constraints 930
0.06/0.15	c encountered bound constraints 157
0.06/0.15	c encountered core-guided constraints 669
0.06/0.15	c LP total time 0.014032 s
0.06/0.15	c LP solve time 0 s
0.06/0.15	c LP constraints added 240
0.06/0.15	c LP constraints removed 0
0.06/0.15	c LP pivots internal 827
0.06/0.15	c LP pivots root 286
0.06/0.15	c LP calls 20
0.06/0.15	c LP optimalities 7
0.06/0.15	c LP no pivot count 1
0.06/0.15	c LP infeasibilities 13
0.06/0.15	c LP valid Farkas constraints 12
0.06/0.15	c LP learned Farkas constraints 12
0.06/0.15	c LP basis resets 0
0.06/0.15	c LP cycling count 0
0.06/0.15	c LP singular count 0
0.06/0.15	c LP no primal count 0
0.06/0.15	c LP no farkas count 0
0.06/0.15	c LP other issue count 0
0.06/0.15	c LP Gomory cuts 0
0.06/0.15	c LP learned cuts 0
0.06/0.15	c LP deleted cuts 0
0.06/0.15	c LP encountered Gomory constraints 0
0.06/0.15	c LP encountered Farkas constraints 295
0.06/0.15	c LP encountered learned Farkas constraints 6
0.06/0.15	c CG auxiliary variables introduced 339
0.06/0.15	c CG solutions found 22
0.06/0.15	c CG cores constructed 207
0.06/0.15	c CG core cardinality constraints returned 0
0.06/0.15	c CG unit cores 0
0.06/0.15	c CG single cores 202
0.06/0.15	c CG blocks removed during cardinality reduction 4
0.06/0.15	c CG first core best 1
0.06/0.15	c CG decision core best 3
0.06/0.15	c CG core reduction tie 1
0.06/0.15	c CG core degree average 1.00
0.06/0.15	c CG core slack average 23.35
0.06/0.15	c CG core upper bound improvements 1
0.06/0.15	c STR number of successful calls 0
0.06/0.15	c STR number of unsuccessful calls 0
0.06/0.15	c STR number of inconclusive calls 0
0.06/0.15	c STR number of successful attempts 0
0.06/0.15	c STR number of unsuccessful attempts 0
0.06/0.15	c STR number of inconclusive attempts 0
0.06/0.15	c STR average degree increase per successful call inf
0.06/0.15	c STR average degree increase per successful attempt inf
0.06/0.15	c STR total number of conflicts for successful attempts 0
0.06/0.15	c STR total number of conflicts for unsuccessful attempts 0
0.06/0.15	c STR total number of conflicts for inconclusive attempts 0
0.06/0.15	c STR average number of conflicts per successful attempt inf
0.06/0.15	c STR average number of conflicts per unsuccessful attempt inf
0.06/0.15	c STR average number of conflicts per inconclusive attempt inf
0.06/0.15	c AVG.sumWPerc 71.18 
0.06/0.15	c bigint constraints 0 
0.06/0.15	o 8034
0.06/0.15	s OPTIMUM FOUND
0.06/0.15	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

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 (62878 MiB free)
  memory of node 1: 64465 MiB (63807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496458-1751371013/watcher-4496458-1751371013 -o /tmp/evaluation-result-4496458-1751371013/solver-4496458-1751371013 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760 run-opt-ls.sh HOME/instance-4496458-1751371013.opb 

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 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
solver pid=52790, runsolver pid=52787
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.13 4.10 4.09 5/268 52793
/proc/meminfo: memFree=129725236/131249996 swapFree=33005272/33010684
[pid=52790] ppid=52787 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/52790/stat : 52790 (run-opt-ls.sh) S 52787 52790 51126 0 -1 4194304 235 283 0 0 0 0 0 0 20 0 1 0 52779160 4292608 768 18446744073709551615 94526212628480 94526213523013 140724356332464 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94526213762064 94526213809808 94526215041024 140724356335975 140724356336101 140724356336101 140724356341703 0
/proc/52790/statm: 1048 768 704 219 0 110 0
[pid=52793] ppid=52790 vsize=57964 memory=15072 CPUtime=0.06 cores=0,2
/proc/52793/stat : 52793 (roundingsat) R 52790 52790 51126 0 -1 4194304 1062 0 0 0 5 1 0 0 20 0 1 0 52779162 59355136 3768 18446744073709551615 4227072 8923433 140721910413040 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 22032384 140721910421830 140721910422056 140721910422056 140721910427626 0
/proc/52793/statm: 14491 3768 2432 1147 0 1918 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 62156 KiB
Current children cumulated memory: 18144 KiB

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

# cumulated CPU time of all completed processes:  user=0.092653 s, system=0.037137 s

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

[startup+0.100062 s]*
/proc/loadavg: 4.13 4.10 4.09 5/268 52793
/proc/meminfo: memFree=129725236/131249996 swapFree=33005272/33010684
[pid=52790] ppid=52787 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/52790/stat : 52790 (run-opt-ls.sh) S 52787 52790 51126 0 -1 4194304 235 283 0 0 0 0 0 0 20 0 1 0 52779160 4292608 768 18446744073709551615 94526212628480 94526213523013 140724356332464 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94526213762064 94526213809808 94526215041024 140724356335975 140724356336101 140724356336101 140724356341703 0
/proc/52790/statm: 1048 768 704 219 0 110 0
[pid=52793] ppid=52790 vsize=57964 memory=15072 CPUtime=0.06 cores=0,2
/proc/52793/stat : 52793 (roundingsat) R 52790 52790 51126 0 -1 4194304 1062 0 0 0 5 1 0 0 20 0 1 0 52779162 59355136 3768 18446744073709551615 4227072 8923433 140721910413040 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 22032384 140721910421830 140721910422056 140721910422056 140721910427626 0
/proc/52793/statm: 14491 3768 2432 1147 0 1918 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 62156 KiB
Current children cumulated memory: 18144 KiB

Child status: 0

Real time (s): 0.158643
CPU time (s): 0.12979
CPU user time (s): 0.092653
CPU system time (s): 0.037137
CPU usage (%): 81.8126
Max. virtual memory (cumulated for all children) (KiB): 62156
Max. memory (cumulated for all children) (KiB): 18144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.092653
system time used= 0.037137
maximum resident set size= 17504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 52790
#   total CPU time (s): 0.12979
#   total CPU user time (s): 0.092653
#   total CPU system time (s): 0.037137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007846 second user time and 0.014941 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 13:56:53
IDJOB=4496458
IDBENCH=148115
IDSOLVER=3355
FILE ID=nodeC023/4496458-1751371013
RUNJOBID= nodeC023-1751363764-51136
SLURM_JOB_ID= 9598180
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-10_20.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496458-1751371013/watcher-4496458-1751371013 -o /tmp/evaluation-result-4496458-1751371013/solver-4496458-1751371013 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760  run-opt-ls.sh HOME/instance-4496458-1751371013.opb

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

MD5SUM BENCH= de16c42472b391b022d14658f8d37090
RANDOM SEED=778883829

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129727000 kB
MemAvailable:   129380340 kB
Buffers:            1328 kB
Cached:           449240 kB
SwapCached:          440 kB
Active:           651796 kB
Inactive:         292864 kB
Active(anon):     452824 kB
Inactive(anon):    54640 kB
Active(file):     198972 kB
Inactive(file):   238224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16136 kB
Writeback:             0 kB
AnonPages:        491444 kB
Mapped:           113220 kB
Shmem:             13368 kB
KReclaimable:     104836 kB
Slab:             192412 kB
SReclaimable:     104836 kB
SUnreclaim:        87576 kB
KernelStack:        4320 kB
PageTables:         4132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     830156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC023 at 2025-07-01 13:56:53