Trace number 4531776
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ synthesis-ptl-cmos-circuits/normalized-9symml.opb |
MD5SUM | 30811ed4729c90bd058f0c8aab264377 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 4517 |
Best CPU time to get the best result obtained on this benchmark | 0.125111 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 651 |
Total number of constraints | 1658 |
Number of constraints which are clauses | 1656 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 2 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 42 |
Number of terms in the objective function | 651 |
Biggest coefficient in the objective function | 61 |
Number of bits for the biggest coefficient in the objective function | 6 |
Sum of the numbers in the objective function | 28138 |
Number of bits of the sum of numbers in the objective function | 15 |
Biggest number in a constraint | 61 |
Number of bits of the biggest number in a constraint | 6 |
Biggest sum of numbers in a constraint | 28138 |
Number of bits of the biggest sum of numbers | 15 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4531776-1752584620.opb'
0.00/0.01 c read 0.07MB (1.14ms)
0.00/0.01 c [cnf: #variables 651 #clauses 1659 #duplicates 0 #arr 7480]
0.00/0.01 c output proof to 'PROOFDIR/proof-4531776-1752584620'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 0] (1.18ms)
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 4896 #edges 20132]
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.34ms)
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-4531776-1752584620.opb.pre'
0.00/0.02 c wrote 0.07MB (0.23ms)
0.00/0.02 c ------------------------------------------------------------------
0.00/0.02 c 1.18ms 33.18% approx_orbits
0.00/0.02 c 1.14ms 31.93% parse
0.00/0.02 c 0.51ms 14.43% other
0.00/0.02 c 0.34ms 9.47% detect_generic
0.00/0.02 c 0.23ms 6.53% output
0.00/0.02 c 0.14ms 3.93% detect_special
0.00/0.02 c 0.02ms 0.54% finalize_order
0.00/0.02 c ───────────────────────────────────────────────
0.00/0.02 c 3.56ms 100% total
0.00/0.02 c ------------------------------------------------------------------
0.00/0.03 c RoundingSat 2
0.00/0.03 c branch pb25
0.00/0.03 c commit 0f876b3
0.00/0.04 c #variables 651 #constraints 1593
0.00/0.04 c objective is ce32
0.00/0.04 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.04 c bounds 5670 >= 0 @ 0.014765
0.00/0.06 c rational objective 4444.58
0.00/0.09 c bounds 5609 >= 0 @ 0.055102
0.06/0.15 c bounds 5607 >= 0 @ 0.11076
0.06/0.16 c bounds 5605 >= 0 @ 0.115417
0.06/0.16 c bounds 5589 >= 0 @ 0.119313
0.06/0.17 c bounds 5555 >= 0 @ 0.120483
0.06/0.18 c bounds 5532 >= 0 @ 0.131688
0.16/0.24 c bounds 5482 >= 0 @ 0.1829
0.35/0.42 c #Conflicts: 1000 | #Constraints: 2655
0.35/0.42 c bounds 5481 >= 0 @ 0.350642
0.35/0.47 c bounds 5466 >= 0 @ 0.403062
0.35/0.50 c bounds 5462 >= 0 @ 0.427254
0.35/0.51 c bounds 5448 >= 0 @ 0.434457
0.55/0.61 c bounds 5427 >= 0 @ 0.534088
0.64/0.75 c #Conflicts: 2000 | #Constraints: 3699
0.64/0.75 c INPROCESSING
0.64/0.75 c GARBAGE COLLECT
0.64/0.75 c rational objective 4450.33
0.64/0.79 c bounds 5410 >= 0 @ 0.707427
0.64/0.79 c bounds 5368 >= 0 @ 0.710144
0.74/0.80 c bounds 5360 >= 0 @ 0.721765
0.74/0.81 c bounds 5318 >= 0 @ 0.731558
0.74/0.89 c bounds 5318 >= 570 @ 0.807897
0.85/0.90 c bounds 5276 >= 570 @ 0.809203
0.85/0.90 c bounds 5244 >= 570 @ 0.813473
0.85/0.93 c bounds 5238 >= 570 @ 0.840079
0.85/0.95 c bounds 5222 >= 570 @ 0.859921
0.85/0.97 c bounds 5197 >= 570 @ 0.875368
1.14/1.27 c #Conflicts: 3000 | #Constraints: 3658
1.14/1.27 c bounds 5197 >= 645 @ 1.16282
1.94/2.10 c #Conflicts: 4000 | #Constraints: 4774
1.94/2.10 c INPROCESSING
1.94/2.10 c GARBAGE COLLECT
1.94/2.10 c #Conflicts: 5000 | #Constraints: 4323
1.94/2.10 c bounds 5163 >= 645 @ 1.9375
2.74/2.85 c #Conflicts: 6000 | #Constraints: 5522
2.74/2.85 c INPROCESSING
2.74/2.85 c GARBAGE COLLECT
2.74/2.85 c rational objective 4453.54
2.84/2.99 c bounds 5121 >= 645 @ 2.80915
3.04/3.11 c #Conflicts: 7000 | #Constraints: 4391
3.04/3.11 c bounds 5096 >= 645 @ 2.92182
3.04/3.16 c bounds 5071 >= 645 @ 2.9663
3.14/3.20 c bounds 5046 >= 645 @ 3.00688
3.14/3.24 c bounds 5021 >= 645 @ 3.04878
3.24/3.35 c bounds 5014 >= 645 @ 3.1511
3.24/3.36 c bounds 5013 >= 645 @ 3.16086
3.33/3.43 c bounds 5009 >= 645 @ 3.22716
3.33/3.43 c bounds 5005 >= 645 @ 3.23309
3.33/3.44 c bounds 4989 >= 645 @ 3.23618
3.44/3.52 c #Conflicts: 8000 | #Constraints: 5454
3.44/3.52 c bounds 4964 >= 645 @ 3.3129
3.44/3.59 c bounds 4947 >= 645 @ 3.37821
3.53/3.64 c bounds 4946 >= 645 @ 3.42873
3.94/4.04 c #Conflicts: 9000 | #Constraints: 6488
3.94/4.04 c bounds 4946 >= 744 @ 3.81761
3.94/4.06 c INPROCESSING
3.94/4.06 c GARBAGE COLLECT
3.94/4.06 c rational objective 4456.63
3.94/4.10 c bounds 4904 >= 744 @ 3.87292
4.23/4.35 c bounds 4889 >= 744 @ 4.11371
4.33/4.47 c #Conflicts: 10000 | #Constraints: 4914
4.33/4.47 c bounds 4847 >= 744 @ 4.22426
4.43/4.54 c bounds 4838 >= 744 @ 4.29336
4.53/4.67 c bounds 4832 >= 744 @ 4.41422
4.73/4.82 c bounds 4816 >= 744 @ 4.55384
4.83/4.92 c #Conflicts: 11000 | #Constraints: 5968
4.83/4.92 c bounds 4800 >= 744 @ 4.64637
5.13/5.21 c #Conflicts: 12000 | #Constraints: 6995
5.13/5.21 c INPROCESSING
5.13/5.21 c GARBAGE COLLECT
5.13/5.21 c rational objective 4467.74
5.73/5.88 c bounds 4775 >= 744 @ 5.58106
6.93/7.08 c #Conflicts: 13000 | #Constraints: 5633
6.93/7.08 c #Conflicts: 14000 | #Constraints: 6732
6.93/7.08 c #Conflicts: 15000 | #Constraints: 8230
6.93/7.08 c INPROCESSING
6.93/7.08 c GARBAGE COLLECT
6.93/7.08 c rational objective 4488.15
7.12/7.22 c bounds 4767 >= 744 @ 6.86667
7.23/7.30 c bounds 4751 >= 744 @ 6.93996
7.82/7.90 c #Conflicts: 16000 | #Constraints: 5942
7.82/7.90 c bounds 4735 >= 744 @ 7.52127
8.32/8.43 c #Conflicts: 17000 | #Constraints: 6984
8.32/8.43 c bounds 4702 >= 744 @ 8.02176
8.32/8.43 c bounds 4702 >= 786 @ 8.02216
8.32/8.43 c bounds 4702 >= 828 @ 8.0225
8.32/8.43 c bounds 4702 >= 870 @ 8.0229
8.32/8.43 c bounds 4702 >= 912 @ 8.02327
8.32/8.43 c bounds 4702 >= 954 @ 8.02363
8.32/8.43 c bounds 4702 >= 996 @ 8.02401
8.32/8.43 c bounds 4702 >= 1038 @ 8.02463
8.32/8.43 c bounds 4702 >= 1080 @ 8.02501
8.32/8.43 c bounds 4702 >= 1122 @ 8.02544
8.32/8.43 c bounds 4702 >= 1164 @ 8.02603
8.32/8.43 c bounds 4702 >= 1206 @ 8.02657
8.32/8.43 c bounds 4702 >= 1248 @ 8.02711
8.32/8.43 c bounds 4702 >= 1290 @ 8.02778
8.32/8.43 c bounds 4702 >= 1332 @ 8.02862
8.32/8.44 c bounds 4702 >= 1374 @ 8.02953
8.32/8.44 c bounds 4702 >= 1416 @ 8.03088
8.42/8.57 c #Conflicts: 18000 | #Constraints: 8085
8.42/8.57 c INPROCESSING
8.42/8.57 c GARBAGE COLLECT
8.42/8.57 c rational objective 4488.07
10.12/10.24 c #Conflicts: 19000 | #Constraints: 5861
10.12/10.24 c #Conflicts: 20000 | #Constraints: 7336
10.12/10.24 c #Conflicts: 21000 | #Constraints: 8810
10.12/10.24 c INPROCESSING
10.12/10.24 c GARBAGE COLLECT
10.12/10.24 c rational objective 4494.93
11.11/11.25 c #Conflicts: 22000 | #Constraints: 6212
11.11/11.25 c bounds 4695 >= 1416 @ 10.7555
11.11/11.29 c bounds 4695 >= 1451 @ 10.7977
13.60/13.72 c #Conflicts: 23000 | #Constraints: 7579
13.60/13.72 c #Conflicts: 24000 | #Constraints: 8929
13.60/13.72 c #Conflicts: 25000 | #Constraints: 10130
13.60/13.72 c INPROCESSING
13.60/13.72 c GARBAGE COLLECT
13.60/13.72 c #Conflicts: 26000 | #Constraints: 6807
13.60/13.72 c #Conflicts: 27000 | #Constraints: 7809
13.60/13.72 c bounds 4688 >= 1451 @ 13.1506
13.70/13.85 c bounds 4682 >= 1451 @ 13.2656
13.70/13.85 c bounds 4664 >= 1451 @ 13.274
13.91/14.08 c bounds 4638 >= 1451 @ 13.4839
14.00/14.18 c #Conflicts: 28000 | #Constraints: 8853
14.00/14.18 c bounds 4606 >= 1451 @ 13.5856
14.50/14.66 c #Conflicts: 29000 | #Constraints: 9903
14.50/14.66 c INPROCESSING
14.50/14.66 c GARBAGE COLLECT
14.50/14.66 c rational objective 4500.19
14.60/14.78 c bounds 4606 >= 1485 @ 14.1747
14.60/14.78 c bounds 4606 >= 1519 @ 14.1751
14.60/14.78 c bounds 4606 >= 1553 @ 14.1755
14.60/14.78 c bounds 4606 >= 1587 @ 14.176
14.60/14.78 c bounds 4606 >= 1621 @ 14.1764
14.90/15.01 c bounds 4606 >= 1655 @ 14.4003
15.00/15.18 c #Conflicts: 30000 | #Constraints: 6786
15.00/15.18 c bounds 4606 >= 1689 @ 14.5612
15.30/15.45 c bounds 4599 >= 1689 @ 14.807
15.90/16.08 c #Conflicts: 31000 | #Constraints: 7829
15.90/16.08 c #Conflicts: 32000 | #Constraints: 8833
15.90/16.08 c bounds 4599 >= 1723 @ 15.4239
16.00/16.13 c bounds 4594 >= 1723 @ 15.4699
16.20/16.34 c #Conflicts: 33000 | #Constraints: 9877
16.20/16.34 c INPROCESSING
16.20/16.34 c GARBAGE COLLECT
16.20/16.34 c rational objective 4501.63
16.39/16.51 c bounds 4578 >= 1723 @ 15.8426
16.59/16.79 c bounds 4573 >= 1723 @ 16.1152
17.00/17.12 c #Conflicts: 34000 | #Constraints: 6785
17.00/17.12 c bounds 4571 >= 1723 @ 16.4335
17.29/17.49 c #Conflicts: 35000 | #Constraints: 7808
17.29/17.49 c bounds 4571 >= 1757 @ 16.7938
18.09/18.25 c #Conflicts: 36000 | #Constraints: 8839
18.09/18.25 c bounds 4559 >= 1757 @ 17.5241
18.29/18.43 c #Conflicts: 37000 | #Constraints: 9874
18.29/18.43 c INPROCESSING
18.29/18.43 c GARBAGE COLLECT
18.29/18.43 c rational objective 4504.76
19.29/19.44 c #Conflicts: 38000 | #Constraints: 6671
19.29/19.44 c #Conflicts: 39000 | #Constraints: 7698
19.29/19.44 c bounds 4525 >= 1757 @ 18.6697
19.29/19.45 c bounds 4525 >= 1789 @ 18.6766
19.48/19.67 c bounds 4525 >= 1821 @ 18.8892
20.38/20.57 c #Conflicts: 40000 | #Constraints: 8721
20.38/20.57 c #Conflicts: 41000 | #Constraints: 9733
20.38/20.57 c INPROCESSING
20.38/20.57 c GARBAGE COLLECT
20.38/20.57 c rational objective 4506.51
20.58/20.72 c bounds 4517 >= 1821 @ 19.9062
23.67/23.84 c #Conflicts: 42000 | #Constraints: 6528
23.67/23.84 c #Conflicts: 43000 | #Constraints: 7990
23.67/23.84 c #Conflicts: 44000 | #Constraints: 9425
23.67/23.84 c #Conflicts: 45000 | #Constraints: 10892
23.67/23.84 c #Conflicts: 46000 | #Constraints: 12348
23.67/23.84 c INPROCESSING
23.67/23.84 c GARBAGE COLLECT
23.67/23.84 c rational objective 4510.91
29.16/29.35 c #Conflicts: 47000 | #Constraints: 8386
29.16/29.35 c #Conflicts: 48000 | #Constraints: 9968
29.16/29.35 c #Conflicts: 49000 | #Constraints: 11238
29.16/29.35 c #Conflicts: 50000 | #Constraints: 12245
29.16/29.35 c #Conflicts: 51000 | #Constraints: 13281
29.16/29.35 c INPROCESSING
29.16/29.35 c GARBAGE COLLECT
29.16/29.35 c rational objective 4510.94
35.03/35.24 c #Conflicts: 52000 | #Constraints: 8791
35.03/35.24 c #Conflicts: 53000 | #Constraints: 10313
35.03/35.24 c #Conflicts: 54000 | #Constraints: 11744
35.03/35.24 c #Conflicts: 55000 | #Constraints: 13082
35.03/35.24 c #Conflicts: 56000 | #Constraints: 14471
35.03/35.24 c INPROCESSING
35.03/35.24 c GARBAGE COLLECT
35.03/35.24 c rational objective 4511.84
39.12/39.33 c #Conflicts: 57000 | #Constraints: 9230
39.12/39.33 c #Conflicts: 58000 | #Constraints: 10234
39.12/39.33 c #Conflicts: 59000 | #Constraints: 11240
39.12/39.33 c #Conflicts: 60000 | #Constraints: 12257
39.12/39.33 c #Conflicts: 61000 | #Constraints: 13271
39.12/39.33 c INPROCESSING
39.12/39.33 c GARBAGE COLLECT
39.12/39.33 c rational objective 4511.85
60.15/60.47 c #Conflicts: 62000 | #Constraints: 8607
60.15/60.47 c #Conflicts: 63000 | #Constraints: 10096
60.15/60.47 c #Conflicts: 64000 | #Constraints: 11645
60.15/60.47 c #Conflicts: 65000 | #Constraints: 12771
60.15/60.47 c #Conflicts: 66000 | #Constraints: 13784
60.15/60.47 c INPROCESSING
60.15/60.47 c GARBAGE COLLECT
60.15/60.47 c #Conflicts: 67000 | #Constraints: 8587
60.15/60.47 c #Conflicts: 68000 | #Constraints: 9888
60.15/60.47 c #Conflicts: 69000 | #Constraints: 11199
60.15/60.47 c #Conflicts: 70000 | #Constraints: 12333
60.15/60.47 c #Conflicts: 71000 | #Constraints: 13708
60.15/60.47 c #Conflicts: 72000 | #Constraints: 15166
60.15/60.47 c INPROCESSING
60.15/60.47 c GARBAGE COLLECT
60.15/60.47 c #Conflicts: 73000 | #Constraints: 9489
60.15/60.47 c #Conflicts: 74000 | #Constraints: 10507
60.15/60.47 c #Conflicts: 75000 | #Constraints: 11513
60.15/60.47 c #Conflicts: 76000 | #Constraints: 12524
60.15/60.47 c #Conflicts: 77000 | #Constraints: 13528
60.15/60.47 c #Conflicts: 78000 | #Constraints: 14532
60.15/60.47 c INPROCESSING
60.15/60.47 c GARBAGE COLLECT
60.15/60.47 c #Conflicts: 79000 | #Constraints: 9394
60.15/60.47 c #Conflicts: 80000 | #Constraints: 10430
60.15/60.47 c #Conflicts: 81000 | #Constraints: 11463
60.15/60.47 c #Conflicts: 82000 | #Constraints: 12484
60.15/60.47 c #Conflicts: 83000 | #Constraints: 13502
60.15/60.47 c #Conflicts: 84000 | #Constraints: 14521
60.15/60.47 c INPROCESSING
60.15/60.47 c GARBAGE COLLECT
60.15/60.47 c rational objective 4512.27
60.56/60.80 c bounds 4517 >= 1853 @ 58.949
60.86/61.12 c #Conflicts: 85000 | #Constraints: 9103
60.86/61.12 c bounds 4517 >= 1885 @ 59.2612
62.15/62.45 c #Conflicts: 86000 | #Constraints: 10116
62.15/62.45 c #Conflicts: 87000 | #Constraints: 11126
62.15/62.45 c bounds 4517 >= 1917 @ 60.5449
62.24/62.50 c bounds 4517 >= 1974 @ 60.5942
62.24/62.53 c bounds 4517 >= 2006 @ 60.6244
62.35/62.66 c bounds 4517 >= 2038 @ 60.7467
62.65/62.95 c #Conflicts: 88000 | #Constraints: 12181
62.65/62.95 c bounds 4517 >= 4517 @ 61.0245
62.65/62.95 c cpu time 61.0245 s
62.65/62.95 c deterministic time 2829924196 2.83e+09
62.65/62.95 c optimization time 0.021766 s
62.65/62.95 c total solve time 60.9917 s
62.65/62.95 c core-guided solve time 31.6973 s
62.65/62.95 c propagation time 34.6296 s
62.65/62.95 c conflict analysis time 21.1088 s
62.65/62.95 c propagations 9929038
62.65/62.95 c resolve steps 587980
62.65/62.95 c decisions 351757
62.65/62.95 c conflicts 88237
62.65/62.95 c restarts 253
62.65/62.95 c inprocessing phases 21
62.65/62.95 c garbage collections 21 ,( 100.00 )
62.65/62.95 c input clauses 1636 ,( 87.86 )
62.65/62.95 c input cardinalities 69 ,( 3.71 )
62.65/62.95 c input general constraints 157 ,( 8.43 )
62.65/62.95 c input average constraint length 38.75
62.65/62.95 c input average constraint degree 786.24
62.65/62.95 c learned clauses 32983 ,( 32.01 )
62.65/62.95 c learned cardinalities 17 ,( 0.02 )
62.65/62.95 c learned general constraints 70033 ,( 67.97 )
62.65/62.95 c learned average constraint length 207.84
62.65/62.95 c learned average constraint degree 5155558888.25
62.65/62.95 c watched CF 32, 64, 128, Arb: 15159 , 0 , 0 , 0
62.65/62.95 c counting CF 32, 64, 128, Arb: 55032 , 0 , 0 , 0
62.65/62.95 c watched constraints 15159 ,( 21.60 )
62.65/62.95 c counting constraints 55031 ,( 78.40 )
62.65/62.95 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4422216 , 260017 , 113321639 ,( 6170831 , 107150808 )
62.65/62.95 c gcd simplifications 8123
62.65/62.95 c detected cardinalities 11
62.65/62.95 c weakened non-implied lits 20376583
62.65/62.95 c weakened non-implying lits 68332
62.65/62.95 c original variables 651
62.65/62.95 c clausal propagations 1873953
62.65/62.95 c cardinality propagations 118885
62.65/62.95 c watched propagations 13588
62.65/62.95 c counting propagations 7353965
62.65/62.95 c watch lookups 1692395113
62.65/62.95 c watch backjump lookups 0
62.65/62.95 c watch checks 198394950
62.65/62.95 c propagation checks 826181255
62.65/62.95 c constraint additions 92199988
62.65/62.95 c trail pops 10367483
62.65/62.95 c formula constraints 1593
62.65/62.95 c learned constraints 87269
62.65/62.95 c bound constraints 99
62.65/62.95 c core-guided constraints 170
62.65/62.95 c encountered formula constraints 334550
62.65/62.95 c encountered learned constraints 199820
62.65/62.95 c encountered bound constraints 3074
62.65/62.95 c encountered core-guided constraints 20843
62.65/62.95 c LP total time 13.932 s
62.65/62.95 c LP solve time 7.84 s
62.65/62.95 c LP constraints added 1640
62.65/62.95 c LP constraints removed 27
62.65/62.95 c LP pivots internal 88467
62.65/62.95 c LP pivots root 16144
62.65/62.95 c LP calls 15091
62.65/62.95 c LP optimalities 89
62.65/62.95 c LP no pivot count 12
62.65/62.95 c LP infeasibilities 14995
62.65/62.95 c LP valid Farkas constraints 14759
62.65/62.95 c LP learned Farkas constraints 980
62.65/62.95 c LP basis resets 11
62.65/62.95 c LP cycling count 1
62.65/62.95 c LP singular count 3
62.65/62.95 c LP no primal count 0
62.65/62.95 c LP no farkas count 5
62.65/62.95 c LP other issue count 2
62.65/62.95 c LP Gomory cuts 25
62.65/62.95 c LP learned cuts 22
62.65/62.95 c LP deleted cuts 27
62.65/62.95 c LP encountered Gomory constraints 730
62.65/62.95 c LP encountered Farkas constraints 111227
62.65/62.95 c LP encountered learned Farkas constraints 4992
62.65/62.95 c CG auxiliary variables introduced 69
62.65/62.95 c CG solutions found 61
62.65/62.95 c CG cores constructed 37
62.65/62.95 c CG core cardinality constraints returned 0
62.65/62.95 c CG unit cores 0
62.65/62.95 c CG single cores 37
62.65/62.95 c CG blocks removed during cardinality reduction 0
62.65/62.95 c CG first core best 0
62.65/62.95 c CG decision core best 0
62.65/62.95 c CG core reduction tie 0
62.65/62.95 c CG core degree average 1.00
62.65/62.95 c CG core slack average 15.62
62.65/62.95 c CG core upper bound improvements 1
62.65/62.95 c STR number of successful calls 0
62.65/62.95 c STR number of unsuccessful calls 0
62.65/62.95 c STR number of inconclusive calls 0
62.65/62.95 c STR number of successful attempts 0
62.65/62.95 c STR number of unsuccessful attempts 0
62.65/62.95 c STR number of inconclusive attempts 0
62.65/62.95 c STR average degree increase per successful call inf
62.65/62.95 c STR average degree increase per successful attempt inf
62.65/62.95 c STR total number of conflicts for successful attempts 0
62.65/62.95 c STR total number of conflicts for unsuccessful attempts 0
62.65/62.95 c STR total number of conflicts for inconclusive attempts 0
62.65/62.95 c STR average number of conflicts per successful attempt inf
62.65/62.95 c STR average number of conflicts per unsuccessful attempt inf
62.65/62.95 c STR average number of conflicts per inconclusive attempt inf
62.65/62.95 c AVG.sumWPerc 64.72
62.65/62.95 c bigint constraints 0
62.65/62.95 o 4517
62.65/62.95 s OPTIMUM FOUND
62.81/63.87 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 15 15:07:54 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 4517 <= obj <= 4517
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 4517 <= obj <= 4517
--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 (61647 MiB free)
memory of node 1: 64465 MiB (62723 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531776-1752584620/watcher-4531776-1752584620 -o /tmp/evaluation-result-4531776-1752584620/solver-4531776-1752584620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752584602-128692 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531776-1752584620.opb PROOFDIR/proof-4531776-1752584620
running on 2 cores: 4,6
CPU governors:
performance: 4 6
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
solver pid=128901, runsolver pid=128898
Current StackSize limit: 8192 KiB
[startup+0.100037 s]*
/proc/loadavg: 1.09 0.52 0.31 5/270 128904
/proc/meminfo: memFree=127349892/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=59764 memory=14332 CPUtime=0.06 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 1669 0 0 0 6 0 0 0 20 0 1 0 174084573 61198336 3583 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 14941 3583 2400 1147 0 2367 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63956 KiB
Current children cumulated memory: 17148 KiB
[startup+0.205486 s]*
/proc/loadavg: 1.09 0.52 0.31 5/270 128904
/proc/meminfo: memFree=127345860/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=61560 memory=18268 CPUtime=0.16 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 2129 0 0 0 15 1 0 0 20 0 1 0 174084573 63037440 4567 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 15390 4567 2400 1147 0 2816 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 65752 KiB
Current children cumulated memory: 21084 KiB
[startup+0.305177 s]*
/proc/loadavg: 1.09 0.52 0.31 5/270 128904
/proc/meminfo: memFree=127329732/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=62928 memory=19676 CPUtime=0.26 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 2483 0 0 0 24 2 0 0 20 0 1 0 174084573 64438272 4919 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 15732 4919 2400 1147 0 3158 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 67120 KiB
Current children cumulated memory: 22492 KiB
[startup+0.700171 s]
/proc/loadavg: 1.09 0.52 0.31 5/270 128904
/proc/meminfo: memFree=127325636/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=67408 memory=25924 CPUtime=0.64 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 3560 0 0 0 61 3 0 0 20 0 1 0 174084573 69025792 6481 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 16852 6481 2400 1147 0 4278 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 71600 KiB
Current children cumulated memory: 28740 KiB
[startup+1.50017 s]
/proc/loadavg: 1.09 0.52 0.31 5/270 128904
/proc/meminfo: memFree=127293820/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=73592 memory=29124 CPUtime=1.44 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 4362 0 0 0 137 7 0 0 20 0 1 0 174084573 75358208 7281 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 18398 7281 2400 1147 0 5824 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 77784 KiB
Current children cumulated memory: 31940 KiB
[startup+3.10536 s]
/proc/loadavg: 1.33 0.58 0.33 5/270 128904
/proc/meminfo: memFree=127198052/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=78056 memory=34756 CPUtime=3.04 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 5757 0 0 0 291 13 0 0 20 0 1 0 174084573 79929344 8689 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 19514 8689 2400 1147 0 6940 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 82248 KiB
Current children cumulated memory: 37572 KiB
[startup+6.30015 s]
/proc/loadavg: 1.33 0.58 0.33 5/271 128905
/proc/meminfo: memFree=127105788/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=82924 memory=39620 CPUtime=6.23 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 6969 0 0 0 597 26 0 0 20 0 1 0 174084573 84914176 9905 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 20731 9905 2400 1147 0 8157 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 87116 KiB
Current children cumulated memory: 42436 KiB
[startup+12.7002 s]
/proc/loadavg: 1.54 0.63 0.35 5/271 128905
/proc/meminfo: memFree=126895164/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=109072 memory=56932 CPUtime=12.6 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 10697 0 0 0 1216 44 0 0 20 0 1 0 174084573 111689728 14233 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 27268 14233 2496 1147 0 14694 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 113264 KiB
Current children cumulated memory: 59748 KiB
[startup+25.5002 s]
/proc/loadavg: 2.09 0.80 0.41 5/270 128905
/proc/meminfo: memFree=126387324/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=121404 memory=71344 CPUtime=25.37 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 13256 0 0 0 2454 83 0 0 20 0 1 0 174084573 124317696 17836 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 30351 17836 2528 1147 0 17777 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 125596 KiB
Current children cumulated memory: 74160 KiB
[startup+51.1054 s]
/proc/loadavg: 2.81 1.07 0.51 5/270 128906
/proc/meminfo: memFree=125738632/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=163192 memory=102544 CPUtime=50.89 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20039 0 0 0 4951 138 0 0 20 0 1 0 174084573 167108608 25636 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 40798 25636 2528 1147 0 28224 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 167384 KiB
Current children cumulated memory: 105360 KiB
[startup+63.8729 s]
# the end of solver process 128901 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=61.0454 s, system=1.80613 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+51.2002 s]
/proc/loadavg: 2.81 1.07 0.51 5/270 128906
/proc/meminfo: memFree=125738632/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=163192 memory=102672 CPUtime=50.98 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20060 0 0 0 4960 138 0 0 20 0 1 0 174084573 167108608 25668 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 40798 25668 2528 1147 0 28224 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 167384 KiB
Current children cumulated memory: 105488 KiB
[startup+57.6001 s]
/proc/loadavg: 2.90 1.12 0.53 5/270 128906
/proc/meminfo: memFree=125580380/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107096 CPUtime=57.36 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20679 0 0 0 5583 153 0 0 20 0 1 0 174084573 169947136 26774 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26774 2528 1147 0 28917 0
Current children cumulated CPU time: 57.36 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 109912 KiB
[startup+60.8001 s]
/proc/loadavg: 2.99 1.17 0.55 4/271 128908
/proc/meminfo: memFree=125489120/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107224 CPUtime=60.56 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20689 0 0 0 5894 162 0 0 20 0 1 0 174084573 169947136 26806 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26806 2528 1147 0 28917 0
Current children cumulated CPU time: 60.56 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 110040 KiB
[startup+62.4001 s]
/proc/loadavg: 2.99 1.17 0.55 5/271 128908
/proc/meminfo: memFree=125405636/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107224 CPUtime=62.15 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20690 0 0 0 6049 166 0 0 20 0 1 0 174084573 169947136 26806 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26806 2528 1147 0 28917 0
Current children cumulated CPU time: 62.15 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 110040 KiB
[startup+63.2002 s]
/proc/loadavg: 3.07 1.22 0.57 5/271 128908
/proc/meminfo: memFree=125367908/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107224 CPUtime=62.78 cores=4,6
/proc/128904/stat : 128904 (roundingsat) D 128901 128901 128681 0 -1 4194304 20692 0 0 0 6102 176 0 0 20 0 1 0 174084573 169947136 26806 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26806 2528 1147 0 28917 0
Current children cumulated CPU time: 62.78 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 110040 KiB
[startup+63.6002 s]
/proc/loadavg: 3.07 1.22 0.57 5/271 128908
/proc/meminfo: memFree=125367908/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107224 CPUtime=62.8 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20692 0 0 0 6103 177 0 0 20 0 1 0 174084573 169947136 26806 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26806 2528 1147 0 28917 0
Current children cumulated CPU time: 62.8 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 110040 KiB
[startup+63.8002 s]
/proc/loadavg: 3.07 1.22 0.57 5/271 128908
/proc/meminfo: memFree=125367908/131250000 swapFree=33010684/33010684
[pid=128901] ppid=128898 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/128901/stat : 128901 (run-opt-ls-log.) S 128898 128901 128681 0 -1 4194304 240 617 0 0 0 0 0 0 20 0 1 0 174084571 4292608 704 18446744073709551615 94138315157504 94138316052037 140724349196896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94138316291088 94138316338832 94138320220160 140724349204761 140724349204959 140724349204959 140724349210563 0
/proc/128901/statm: 1048 704 640 219 0 110 0
[pid=128904] ppid=128901 vsize=165964 memory=107224 CPUtime=62.81 cores=4,6
/proc/128904/stat : 128904 (roundingsat) R 128901 128901 128681 0 -1 4194304 20692 0 0 0 6103 178 0 0 20 0 1 0 174084573 169947136 26806 18446744073709551615 4227072 8923577 140735301313792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 17088512 140735301322996 140735301323302 140735301323302 140735301328874 0
/proc/128904/statm: 41491 26806 2528 1147 0 28917 0
Current children cumulated CPU time: 62.81 s
Current children cumulated vsize: 170156 KiB
Current children cumulated memory: 110040 KiB
Child status: 0
Real time (s): 63.8729
CPU time (s): 62.8515
CPU user time (s): 61.0454
CPU system time (s): 1.80613
CPU usage (%): 98.4009
Max. virtual memory (cumulated for all children) (KiB): 170156
Max. memory (cumulated for all children) (KiB): 110040
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0454
system time used= 1.80613
maximum resident set size= 107224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2249976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28727
involuntary context switches= 99
# summary of solver processes directly reported to runsolver:
# pid: 128901
# total CPU time (s): 62.8515
# total CPU user time (s): 61.0454
# total CPU system time (s): 1.80613
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.139954 second user time and 0.297773 second system time
The end
Launcher Data
Begin job on nodeC028 at 2025-07-15 15:03:40
IDJOB=4531776
IDBENCH=147219
IDSOLVER=3392
FILE ID=nodeC028/4531776-1752584620
RUNJOBID= nodeC028-1752584602-128692
SLURM_JOB_ID= 9684358
Free space on /tmp= 431456 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531776-1752584620/watcher-4531776-1752584620 -o /tmp/evaluation-result-4531776-1752584620/solver-4531776-1752584620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752584602-128692 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531776-1752584620.opb PROOFDIR/proof-4531776-1752584620
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 30811ed4729c90bd058f0c8aab264377
RANDOM SEED=1427959576
nodeC028 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.088
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.16
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 : 3600.103
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.16
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 : 3466.756
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.16
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 : 3598.088
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.16
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.096
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.16
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.087
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.16
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.011
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.16
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 : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 127356440 kB
MemAvailable: 129596208 kB
Buffers: 3280 kB
Cached: 3037188 kB
SwapCached: 0 kB
Active: 581884 kB
Inactive: 2724360 kB
Active(anon): 283852 kB
Inactive(anon): 0 kB
Active(file): 298032 kB
Inactive(file): 2724360 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 58400 kB
Writeback: 52 kB
AnonPages: 268868 kB
Mapped: 120280 kB
Shmem: 18068 kB
KReclaimable: 113232 kB
Slab: 207984 kB
SReclaimable: 113232 kB
SUnreclaim: 94752 kB
KernelStack: 4368 kB
PageTables: 3696 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 618332 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150600 kB
VmallocChunk: 0 kB
Percpu: 3904 kB
HardwareCorrupted: 0 kB
AnonHugePages: 63488 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: 7962624 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 431448 MiB
End job on nodeC028 at 2025-07-15 15:04:45