Trace number 4532331
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-4532331-1752584620.opb'
0.00/0.01 c read 0.07MB (1.13ms)
0.00/0.01 c [cnf: #variables 651 #clauses 1659 #duplicates 0 #arr 7480]
0.00/0.01 c output proof to 'PROOFDIR/proof-4532331-1752584620'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (1.20ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.14ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 4896 #edges 20132]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.00*10^0 #generators 0] (0.33ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 0 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4532331-1752584620.opb.pre'
0.00/0.01 c wrote 0.07MB (0.25ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 1.20ms 33.05% approx_orbits
0.00/0.01 c 1.13ms 31.10% parse
0.00/0.01 c 0.56ms 15.57% other
0.00/0.01 c 0.33ms 9.19% detect_generic
0.00/0.01 c 0.25ms 6.77% output
0.00/0.01 c 0.14ms 3.77% detect_special
0.00/0.01 c 0.02ms 0.54% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 3.63ms 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 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 - >= 0 @ 0.008265
0.00/0.06 c rational objective 4444.58
0.00/0.08 c bounds 5266 >= 0 @ 0.046412
0.37/0.45 c #Conflicts: 1000 | #Constraints: 2631
0.37/0.45 c bounds 5263 >= 0 @ 0.387554
0.37/0.49 c bounds 5254 >= 0 @ 0.422068
0.46/0.54 c bounds 5229 >= 0 @ 0.470788
0.56/0.61 c bounds 5213 >= 0 @ 0.536616
0.56/0.66 c bounds 5171 >= 0 @ 0.58673
0.66/0.74 c bounds 5165 >= 0 @ 0.660131
0.66/0.77 c #Conflicts: 2000 | #Constraints: 3694
0.66/0.77 c INPROCESSING
0.66/0.77 c GARBAGE COLLECT
0.66/0.77 c rational objective 4451.33
0.75/0.87 c bounds 5156 >= 0 @ 0.792983
1.45/1.54 c #Conflicts: 3000 | #Constraints: 3616
1.45/1.54 c #Conflicts: 4000 | #Constraints: 4640
1.45/1.54 c INPROCESSING
1.45/1.54 c GARBAGE COLLECT
1.45/1.54 c rational objective 4471.55
1.75/1.82 c bounds 5131 >= 0 @ 1.7017
1.75/1.89 c bounds 5106 >= 0 @ 1.76544
1.96/2.02 c #Conflicts: 5000 | #Constraints: 4051
1.96/2.02 c bounds 5081 >= 0 @ 1.89455
2.15/2.23 c bounds 5080 >= 0 @ 2.09161
2.15/2.24 c bounds 5080 >= 595 @ 2.09935
2.25/2.33 c bounds 5080 >= 670 @ 2.18613
2.25/2.34 c bounds 5064 >= 670 @ 2.18675
2.25/2.34 c bounds 5030 >= 670 @ 2.18893
2.25/2.37 c #Conflicts: 6000 | #Constraints: 5119
2.25/2.37 c bounds 5014 >= 670 @ 2.21919
2.35/2.40 c bounds 4993 >= 670 @ 2.25299
2.35/2.44 c bounds 4970 >= 670 @ 2.28817
2.55/2.60 c INPROCESSING
2.55/2.60 c GARBAGE COLLECT
2.55/2.60 c rational objective 4487.27
2.55/2.69 c bounds 4968 >= 670 @ 2.52637
2.65/2.74 c bounds 4958 >= 670 @ 2.5776
2.65/2.75 c bounds 4942 >= 670 @ 2.57919
2.65/2.75 c bounds 4926 >= 670 @ 2.5807
2.75/2.81 c #Conflicts: 7000 | #Constraints: 4021
2.75/2.81 c bounds 4922 >= 670 @ 2.63802
2.75/2.85 c bounds 4899 >= 670 @ 2.67097
2.75/2.87 c bounds 4890 >= 670 @ 2.69087
2.85/2.90 c bounds 4888 >= 670 @ 2.72103
2.85/2.95 c bounds 4887 >= 670 @ 2.76724
2.95/3.05 c bounds 4887 >= 745 @ 2.86397
3.15/3.20 c #Conflicts: 8000 | #Constraints: 5069
3.15/3.20 c bounds 4872 >= 745 @ 3.00326
3.55/3.60 c #Conflicts: 9000 | #Constraints: 6074
3.55/3.60 c INPROCESSING
3.55/3.60 c GARBAGE COLLECT
3.55/3.60 c rational objective 4494.5
3.75/3.82 c bounds 4840 >= 745 @ 3.5957
3.85/3.97 c bounds 4831 >= 745 @ 3.73626
3.85/3.99 c #Conflicts: 10000 | #Constraints: 4737
3.85/3.99 c bounds 4815 >= 745 @ 3.75619
3.95/4.00 c bounds 4790 >= 745 @ 3.77151
3.95/4.10 c bounds 4748 >= 745 @ 3.8608
4.25/4.36 c bounds 4733 >= 745 @ 4.10595
4.45/4.50 c #Conflicts: 11000 | #Constraints: 5799
4.45/4.50 c bounds 4726 >= 745 @ 4.24818
4.55/4.60 c bounds 4705 >= 745 @ 4.34156
4.55/4.63 c bounds 4705 >= 794 @ 4.36619
4.75/4.84 c #Conflicts: 12000 | #Constraints: 6828
4.75/4.84 c INPROCESSING
4.75/4.84 c GARBAGE COLLECT
4.75/4.84 c rational objective 4495.17
5.85/5.97 c #Conflicts: 13000 | #Constraints: 5199
5.85/5.97 c #Conflicts: 14000 | #Constraints: 6217
5.85/5.97 c #Conflicts: 15000 | #Constraints: 7242
5.85/5.97 c INPROCESSING
5.85/5.97 c GARBAGE COLLECT
5.85/5.97 c rational objective 4495.42
5.95/6.03 c bounds 4663 >= 794 @ 5.70992
5.95/6.05 c bounds 4631 >= 794 @ 5.73613
6.14/6.21 c bounds 4599 >= 794 @ 5.885
6.54/6.66 c #Conflicts: 16000 | #Constraints: 5466
6.54/6.66 c bounds 4591 >= 794 @ 6.32361
7.04/7.13 c #Conflicts: 17000 | #Constraints: 6500
7.04/7.13 c bounds 4584 >= 794 @ 6.77655
7.04/7.13 c bounds 4584 >= 836 @ 6.77699
7.04/7.13 c bounds 4584 >= 878 @ 6.77735
7.04/7.13 c bounds 4584 >= 920 @ 6.77771
7.04/7.13 c bounds 4584 >= 962 @ 6.77806
7.04/7.13 c bounds 4584 >= 1004 @ 6.77844
7.04/7.13 c bounds 4584 >= 1046 @ 6.77886
7.04/7.13 c bounds 4584 >= 1088 @ 6.77942
7.04/7.13 c bounds 4584 >= 1130 @ 6.77961
7.04/7.13 c bounds 4584 >= 1172 @ 6.77961
7.04/7.13 c bounds 4584 >= 1214 @ 6.78013
7.04/7.13 c bounds 4584 >= 1256 @ 6.78074
7.04/7.14 c bounds 4584 >= 1298 @ 6.78132
7.04/7.14 c bounds 4584 >= 1340 @ 6.78192
7.04/7.14 c bounds 4584 >= 1382 @ 6.7826
7.04/7.14 c bounds 4584 >= 1424 @ 6.7835
7.04/7.14 c bounds 4584 >= 1466 @ 6.78462
7.14/7.27 c #Conflicts: 18000 | #Constraints: 7594
7.14/7.27 c bounds 4584 >= 1508 @ 6.91003
7.24/7.36 c INPROCESSING
7.24/7.36 c GARBAGE COLLECT
7.24/7.36 c rational objective 4495.42
7.34/7.49 c bounds 4584 >= 1550 @ 7.12656
8.13/8.21 c #Conflicts: 19000 | #Constraints: 5522
8.13/8.21 c #Conflicts: 20000 | #Constraints: 6565
8.13/8.21 c bounds 4571 >= 1550 @ 7.80979
8.74/8.81 c #Conflicts: 21000 | #Constraints: 7577
8.74/8.81 c bounds 4571 >= 1592 @ 8.39068
8.84/8.92 c INPROCESSING
8.84/8.92 c GARBAGE COLLECT
8.84/8.92 c rational objective 4501.94
9.04/9.18 c bounds 4567 >= 1592 @ 8.75466
9.54/9.62 c #Conflicts: 22000 | #Constraints: 5308
9.54/9.62 c bounds 4561 >= 1592 @ 9.17476
10.03/10.16 c #Conflicts: 23000 | #Constraints: 6344
10.03/10.16 c #Conflicts: 24000 | #Constraints: 7353
10.03/10.16 c bounds 4560 >= 1592 @ 9.6907
10.23/10.37 c bounds 4551 >= 1592 @ 9.89567
10.63/10.70 c #Conflicts: 25000 | #Constraints: 8376
10.63/10.70 c INPROCESSING
10.63/10.70 c GARBAGE COLLECT
10.63/10.70 c rational objective 4505.67
10.93/11.01 c bounds 4551 >= 1634 @ 10.5143
10.93/11.01 c bounds 4543 >= 1634 @ 10.5176
11.73/11.82 c #Conflicts: 26000 | #Constraints: 5922
11.73/11.82 c #Conflicts: 27000 | #Constraints: 7231
11.73/11.82 c bounds 4536 >= 1634 @ 11.3099
13.12/13.22 c #Conflicts: 28000 | #Constraints: 8407
13.12/13.22 c #Conflicts: 29000 | #Constraints: 9565
13.12/13.22 c INPROCESSING
13.12/13.22 c GARBAGE COLLECT
13.12/13.22 c rational objective 4515.5
15.92/16.07 c #Conflicts: 30000 | #Constraints: 7005
15.92/16.07 c #Conflicts: 31000 | #Constraints: 8443
15.92/16.07 c #Conflicts: 32000 | #Constraints: 9855
15.92/16.07 c #Conflicts: 33000 | #Constraints: 11309
15.92/16.07 c INPROCESSING
15.92/16.07 c GARBAGE COLLECT
15.92/16.07 c rational objective 4520
17.02/17.17 c bounds 4536 >= 1669 @ 16.4795
19.31/19.49 c #Conflicts: 34000 | #Constraints: 7708
19.31/19.49 c #Conflicts: 35000 | #Constraints: 9126
19.31/19.49 c #Conflicts: 36000 | #Constraints: 10619
19.31/19.49 c #Conflicts: 37000 | #Constraints: 12081
19.31/19.49 c INPROCESSING
19.31/19.49 c GARBAGE COLLECT
19.31/19.49 c rational objective 4520.04
23.00/23.14 c #Conflicts: 38000 | #Constraints: 8163
23.00/23.14 c #Conflicts: 39000 | #Constraints: 9598
23.00/23.14 c #Conflicts: 40000 | #Constraints: 10908
23.00/23.14 c #Conflicts: 41000 | #Constraints: 12088
23.00/23.14 c INPROCESSING
23.00/23.14 c GARBAGE COLLECT
23.00/23.14 c rational objective 4523
23.09/23.29 c bounds 4523 >= 1669 @ 22.4305
23.19/23.34 c bounds 4523 >= 1703 @ 22.4829
23.19/23.34 c bounds 4523 >= 1737 @ 22.4836
23.19/23.34 c bounds 4523 >= 1771 @ 22.4844
23.19/23.34 c bounds 4523 >= 1805 @ 22.4853
23.19/23.36 c bounds 4523 >= 1839 @ 22.4963
23.19/23.38 c bounds 4523 >= 1873 @ 22.517
23.29/23.42 c bounds 4523 >= 1907 @ 22.5593
23.49/23.62 c #Conflicts: 42000 | #Constraints: 7686
23.49/23.62 c bounds 4523 >= 1941 @ 22.7482
24.09/24.29 c #Conflicts: 43000 | #Constraints: 8711
24.09/24.29 c bounds 4523 >= 1975 @ 23.4066
33.06/33.28 c #Conflicts: 44000 | #Constraints: 9733
33.06/33.28 c #Conflicts: 45000 | #Constraints: 11166
33.06/33.28 c #Conflicts: 46000 | #Constraints: 12617
33.06/33.28 c INPROCESSING
33.06/33.28 c GARBAGE COLLECT
33.06/33.28 c #Conflicts: 47000 | #Constraints: 8157
33.06/33.28 c #Conflicts: 48000 | #Constraints: 9249
33.06/33.28 c #Conflicts: 49000 | #Constraints: 10274
33.06/33.28 c #Conflicts: 50000 | #Constraints: 11295
33.06/33.28 c #Conflicts: 51000 | #Constraints: 12299
33.06/33.28 c INPROCESSING
33.06/33.28 c GARBAGE COLLECT
33.06/33.28 c #Conflicts: 52000 | #Constraints: 8116
33.06/33.28 c #Conflicts: 53000 | #Constraints: 9532
33.06/33.28 c #Conflicts: 54000 | #Constraints: 10906
33.06/33.28 c #Conflicts: 55000 | #Constraints: 12243
33.06/33.28 c #Conflicts: 56000 | #Constraints: 13267
33.06/33.28 c INPROCESSING
33.06/33.28 c GARBAGE COLLECT
33.06/33.28 c rational objective 4503.49
33.36/33.53 c bounds 4523 >= 2009 @ 32.3433
33.36/33.60 c bounds 4523 >= 2043 @ 32.4037
33.46/33.68 c bounds 4523 >= 2077 @ 32.4877
33.66/33.81 c #Conflicts: 57000 | #Constraints: 8498
33.66/33.81 c bounds 4523 >= 2161 @ 32.6111
33.86/34.04 c bounds 4523 >= 2195 @ 32.8358
33.97/34.11 c bounds 4517 >= 2195 @ 32.9019
34.55/34.72 c #Conflicts: 58000 | #Constraints: 9548
34.55/34.72 c bounds 4517 >= 4517 @ 33.4865
34.55/34.72 c cpu time 33.4865 s
34.55/34.72 c deterministic time 1273894911 1.27e+09
34.55/34.72 c optimization time 0.017159 s
34.55/34.72 c total solve time 33.4611 s
34.55/34.72 c core-guided solve time 14.3971 s
34.55/34.72 c propagation time 17.6395 s
34.55/34.72 c conflict analysis time 12.4841 s
34.55/34.72 c propagations 6712498
34.55/34.72 c resolve steps 429701
34.55/34.72 c decisions 230594
34.55/34.72 c conflicts 58963
34.55/34.72 c restarts 187
34.55/34.72 c inprocessing phases 16
34.55/34.72 c garbage collections 16 ,( 100.00 )
34.55/34.72 c input clauses 1657 ,( 86.39 )
34.55/34.72 c input cardinalities 98 ,( 5.11 )
34.55/34.72 c input general constraints 163 ,( 8.50 )
34.55/34.72 c input average constraint length 34.34
34.55/34.72 c input average constraint degree 609.31
34.55/34.72 c learned clauses 23779 ,( 35.01 )
34.55/34.72 c learned cardinalities 69 ,( 0.10 )
34.55/34.72 c learned general constraints 44076 ,( 64.89 )
34.55/34.72 c learned average constraint length 173.13
34.55/34.72 c learned average constraint degree 4630831226.24
34.55/34.72 c watched CF 32, 64, 128, Arb: 10061 , 0 , 0 , 0
34.55/34.72 c counting CF 32, 64, 128, Arb: 34179 , 0 , 0 , 0
34.55/34.72 c watched constraints 10061 ,( 22.74 )
34.55/34.72 c counting constraints 34178 ,( 77.26 )
34.55/34.72 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3489460 , 222975 , 54113649 ,( 1656017 , 52457632 )
34.55/34.72 c gcd simplifications 6635
34.55/34.72 c detected cardinalities 21
34.55/34.72 c weakened non-implied lits 12923166
34.55/34.72 c weakened non-implying lits 33588
34.55/34.72 c original variables 651
34.55/34.72 c clausal propagations 1460293
34.55/34.72 c cardinality propagations 113653
34.55/34.72 c watched propagations 8029
34.55/34.72 c counting propagations 4765152
34.55/34.72 c watch lookups 682121284
34.55/34.72 c watch backjump lookups 0
34.55/34.72 c watch checks 68664829
34.55/34.72 c propagation checks 453113913
34.55/34.72 c constraint additions 55981580
34.55/34.72 c trail pops 7000703
34.55/34.72 c formula constraints 1593
34.55/34.72 c learned constraints 58117
34.55/34.72 c bound constraints 88
34.55/34.72 c core-guided constraints 237
34.55/34.72 c encountered formula constraints 246488
34.55/34.72 c encountered learned constraints 148502
34.55/34.72 c encountered bound constraints 1416
34.55/34.72 c encountered core-guided constraints 15496
34.55/34.72 c LP total time 7.85581 s
34.55/34.72 c LP solve time 4.61 s
34.55/34.72 c LP constraints added 1642
34.55/34.72 c LP constraints removed 28
34.55/34.72 c LP pivots internal 59050
34.55/34.72 c LP pivots root 10459
34.55/34.72 c LP calls 9023
34.55/34.72 c LP optimalities 87
34.55/34.72 c LP no pivot count 4
34.55/34.72 c LP infeasibilities 8931
34.55/34.72 c LP valid Farkas constraints 8928
34.55/34.72 c LP learned Farkas constraints 858
34.55/34.72 c LP basis resets 6
34.55/34.72 c LP cycling count 1
34.55/34.72 c LP singular count 3
34.55/34.72 c LP no primal count 0
34.55/34.72 c LP no farkas count 2
34.55/34.72 c LP other issue count 0
34.55/34.72 c LP Gomory cuts 21
34.55/34.72 c LP learned cuts 28
34.55/34.72 c LP deleted cuts 28
34.55/34.72 c LP encountered Gomory constraints 491
34.55/34.72 c LP encountered Farkas constraints 72977
34.55/34.72 c LP encountered learned Farkas constraints 2436
34.55/34.72 c CG auxiliary variables introduced 92
34.55/34.72 c CG solutions found 49
34.55/34.72 c CG cores constructed 39
34.55/34.72 c CG core cardinality constraints returned 0
34.55/34.72 c CG unit cores 0
34.55/34.72 c CG single cores 39
34.55/34.72 c CG blocks removed during cardinality reduction 0
34.55/34.72 c CG first core best 0
34.55/34.72 c CG decision core best 0
34.55/34.72 c CG core reduction tie 0
34.55/34.72 c CG core degree average 1.00
34.55/34.72 c CG core slack average 13.85
34.55/34.72 c CG core upper bound improvements 2
34.55/34.72 c STR number of successful calls 0
34.55/34.72 c STR number of unsuccessful calls 0
34.55/34.72 c STR number of inconclusive calls 0
34.55/34.72 c STR number of successful attempts 0
34.55/34.72 c STR number of unsuccessful attempts 0
34.55/34.72 c STR number of inconclusive attempts 0
34.55/34.72 c STR average degree increase per successful call inf
34.55/34.72 c STR average degree increase per successful attempt inf
34.55/34.72 c STR total number of conflicts for successful attempts 0
34.55/34.72 c STR total number of conflicts for unsuccessful attempts 0
34.55/34.72 c STR total number of conflicts for inconclusive attempts 0
34.55/34.72 c STR average number of conflicts per successful attempt inf
34.55/34.72 c STR average number of conflicts per unsuccessful attempt inf
34.55/34.72 c STR average number of conflicts per inconclusive attempt inf
34.55/34.72 c AVG.sumWPerc 65.71
34.55/34.72 c bigint constraints 0
34.55/34.72 o 4517
34.55/34.72 s OPTIMUM FOUND
34.65/38.25 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:08:24 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: 63665 MiB (59769 MiB free)
memory of node 1: 64507 MiB (53507 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532331-1752584620/watcher-4532331-1752584620 -o /tmp/evaluation-result-4532331-1752584620/solver-4532331-1752584620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752584602-135204 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532331-1752584620.opb PROOFDIR/proof-4532331-1752584620
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=135365, runsolver pid=135362
[startup+0.100061 s]*
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115990260/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=59196 memory=16172 CPUtime=0.06 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 1578 0 0 0 5 1 0 0 20 0 1 0 174139945 60616704 4043 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 14799 4043 2432 1147 0 2225 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63388 KiB
Current children cumulated memory: 19244 KiB
[startup+0.205857 s]*
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115986228/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=60808 memory=17708 CPUtime=0.17 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 1950 0 0 0 15 2 0 0 20 0 1 0 174139945 62267392 4427 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 15202 4427 2432 1147 0 2628 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65000 KiB
Current children cumulated memory: 20780 KiB
[startup+0.305637 s]*
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115970100/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=61932 memory=18732 CPUtime=0.27 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 2232 0 0 0 25 2 0 0 20 0 1 0 174139945 63418368 4683 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 15483 4683 2432 1147 0 2909 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 66124 KiB
Current children cumulated memory: 21804 KiB
[startup+0.700203 s]
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115953972/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=66100 memory=24884 CPUtime=0.66 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 3251 0 0 0 62 4 0 0 20 0 1 0 174139945 67686400 6221 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 16525 6221 2432 1147 0 3951 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 70292 KiB
Current children cumulated memory: 27956 KiB
[startup+1.5002 s]
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115921588/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=69332 memory=27828 CPUtime=1.45 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 3986 0 0 0 138 7 0 0 20 0 1 0 174139945 70995968 6957 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 17333 6957 2432 1147 0 4759 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 73524 KiB
Current children cumulated memory: 30900 KiB
[startup+3.10555 s]
/proc/loadavg: 1.22 0.61 0.36 5/271 135368
/proc/meminfo: memFree=115790768/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=79468 memory=35892 CPUtime=3.06 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 6005 0 0 0 291 15 0 0 20 0 1 0 174139945 81375232 8973 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 19867 8973 2432 1147 0 7293 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 83660 KiB
Current children cumulated memory: 38964 KiB
[startup+6.30019 s]
/proc/loadavg: 1.44 0.66 0.38 5/271 135368
/proc/meminfo: memFree=115585384/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=83476 memory=40116 CPUtime=6.24 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 6970 0 0 0 597 27 0 0 20 0 1 0 174139945 85479424 10029 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 20869 10029 2528 1147 0 8295 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 87668 KiB
Current children cumulated memory: 43188 KiB
[startup+12.7002 s]
/proc/loadavg: 1.65 0.72 0.40 5/271 135368
/proc/meminfo: memFree=115158176/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=93608 memory=48444 CPUtime=12.62 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 8550 0 0 0 1215 47 0 0 20 0 1 0 174139945 95854592 12111 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 23402 12111 2528 1147 0 10828 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 97800 KiB
Current children cumulated memory: 51516 KiB
[startup+25.5002 s]
/proc/loadavg: 2.17 0.88 0.46 5/271 135369
/proc/meminfo: memFree=114595788/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=116956 memory=66124 CPUtime=25.38 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 12468 0 0 0 2456 82 0 0 20 0 1 0 174139945 119762944 16531 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 29239 16531 2528 1147 0 16665 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 121148 KiB
Current children cumulated memory: 69196 KiB
[startup+38.2594 s]
# the end of solver process 135365 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=33.4976 s, system=1.18476 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6002 s]
/proc/loadavg: 2.17 0.88 0.46 5/271 135369
/proc/meminfo: memFree=114595788/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=117340 memory=66380 CPUtime=25.49 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 12529 0 0 0 2466 83 0 0 20 0 1 0 174139945 120156160 16595 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 29335 16595 2528 1147 0 16761 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 121532 KiB
Current children cumulated memory: 69452 KiB
[startup+32.0002 s]*
/proc/loadavg: 2.32 0.93 0.48 5/271 135369
/proc/meminfo: memFree=114293456/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=123596 memory=73772 CPUtime=31.87 cores=1,3
/proc/135368/stat : 135368 (roundingsat) R 135365 135365 135192 0 -1 4194304 13880 0 0 0 3086 101 0 0 20 0 1 0 174139945 126562304 18443 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 30899 18443 2528 1147 0 18325 0
Current children cumulated CPU time: 31.87 s
Current children cumulated vsize: 127788 KiB
Current children cumulated memory: 76844 KiB
[startup+35.2001 s]
/proc/loadavg: 2.45 0.99 0.50 4/271 135369
/proc/meminfo: memFree=114143712/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=125764 memory=75820 CPUtime=34.62 cores=1,3
/proc/135368/stat : 135368 (roundingsat) D 135365 135365 135192 0 -1 4194304 14386 0 0 0 3348 114 0 0 20 0 1 0 174139945 128782336 18955 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 31441 18955 2528 1147 0 18867 0
Current children cumulated CPU time: 34.62 s
Current children cumulated vsize: 129956 KiB
Current children cumulated memory: 78892 KiB
[startup+36.8001 s]
/proc/loadavg: 2.45 0.99 0.50 4/271 135369
/proc/meminfo: memFree=114113900/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=125764 memory=75820 CPUtime=34.63 cores=1,3
/proc/135368/stat : 135368 (roundingsat) D 135365 135365 135192 0 -1 4194304 14386 0 0 0 3348 115 0 0 20 0 1 0 174139945 128782336 18955 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 31441 18955 2528 1147 0 18867 0
Current children cumulated CPU time: 34.63 s
Current children cumulated vsize: 129956 KiB
Current children cumulated memory: 78892 KiB
[startup+37.6002 s]
/proc/loadavg: 2.45 0.99 0.50 4/271 135369
/proc/meminfo: memFree=114073296/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=125764 memory=75820 CPUtime=34.63 cores=1,3
/proc/135368/stat : 135368 (roundingsat) D 135365 135365 135192 0 -1 4194304 14386 0 0 0 3348 115 0 0 20 0 1 0 174139945 128782336 18955 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 31441 18955 2528 1147 0 18867 0
Current children cumulated CPU time: 34.63 s
Current children cumulated vsize: 129956 KiB
Current children cumulated memory: 78892 KiB
[startup+38.0002 s]*
/proc/loadavg: 2.45 0.99 0.50 5/271 135369
/proc/meminfo: memFree=114030532/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=125764 memory=75820 CPUtime=34.64 cores=1,3
/proc/135368/stat : 135368 (roundingsat) D 135365 135365 135192 0 -1 4194304 14386 0 0 0 3348 116 0 0 20 0 1 0 174139945 128782336 18955 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 31441 18955 2528 1147 0 18867 0
Current children cumulated CPU time: 34.64 s
Current children cumulated vsize: 129956 KiB
Current children cumulated memory: 78892 KiB
[startup+38.2001 s]
/proc/loadavg: 2.45 0.99 0.50 5/271 135369
/proc/meminfo: memFree=114030532/131249996 swapFree=33010684/33010684
[pid=135365] ppid=135362 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/135365/stat : 135365 (run-opt-break-l) S 135362 135365 135192 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 174139943 4292608 768 18446744073709551615 94534411243520 94534412138053 140726084023872 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94534412377104 94534412424848 94534436950016 140726084028691 140726084028892 140726084028892 140726084034496 0
/proc/135365/statm: 1048 768 704 219 0 110 0
[pid=135368] ppid=135365 vsize=125764 memory=75820 CPUtime=34.65 cores=1,3
/proc/135368/stat : 135368 (roundingsat) D 135365 135365 135192 0 -1 4194304 14386 0 0 0 3349 116 0 0 20 0 1 0 174139945 128782336 18955 18446744073709551615 4227072 8923577 140736292194688 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 29892608 140736292198674 140736292198950 140736292198950 140736292204522 0
/proc/135368/statm: 31441 18955 2528 1147 0 18867 0
Current children cumulated CPU time: 34.65 s
Current children cumulated vsize: 129956 KiB
Current children cumulated memory: 78892 KiB
Child status: 0
Real time (s): 38.2594
CPU time (s): 34.6824
CPU user time (s): 33.4976
CPU system time (s): 1.18476
CPU usage (%): 90.6505
Max. virtual memory (cumulated for all children) (KiB): 129956
Max. memory (cumulated for all children) (KiB): 78892
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.4976
system time used= 1.18476
maximum resident set size= 75820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1411928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12829
involuntary context switches= 56
# summary of solver processes directly reported to runsolver:
# pid: 135365
# total CPU time (s): 34.6824
# total CPU user time (s): 33.4976
# total CPU system time (s): 1.18476
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079742 second user time and 0.211662 second system time
The end
Launcher Data
Begin job on nodeC024 at 2025-07-15 15:03:40
IDJOB=4532331
IDBENCH=147219
IDSOLVER=3393
FILE ID=nodeC024/4532331-1752584620
RUNJOBID= nodeC024-1752584602-135204
SLURM_JOB_ID= 9684354
Free space on /tmp= 432868 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532331-1752584620/watcher-4532331-1752584620 -o /tmp/evaluation-result-4532331-1752584620/solver-4532331-1752584620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752584602-135204 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532331-1752584620.opb PROOFDIR/proof-4532331-1752584620
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 30811ed4729c90bd058f0c8aab264377
RANDOM SEED=1427959576
nodeC024 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.669
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.36
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 : 3598.365
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.36
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 : 3667.498
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.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.653
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.36
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.688
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.36
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.645
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.36
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 : 3599.720
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.36
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 : 3551.956
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.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 116003776 kB
MemAvailable: 129308896 kB
Buffers: 2144 kB
Cached: 14068424 kB
SwapCached: 0 kB
Active: 1097980 kB
Inactive: 13487792 kB
Active(anon): 533344 kB
Inactive(anon): 36 kB
Active(file): 564636 kB
Inactive(file): 13487756 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 161336 kB
Writeback: 0 kB
AnonPages: 518432 kB
Mapped: 120724 kB
Shmem: 18064 kB
KReclaimable: 183536 kB
Slab: 282920 kB
SReclaimable: 183536 kB
SUnreclaim: 99384 kB
KernelStack: 4432 kB
PageTables: 4300 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 920436 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150616 kB
VmallocChunk: 0 kB
Percpu: 3904 kB
HardwareCorrupted: 0 kB
AnonHugePages: 112640 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: 195284 kB
DirectMap2M: 6916096 kB
DirectMap1G: 128974848 kB
Free space on /tmp at the end= 432860 MiB
End job on nodeC024 at 2025-07-15 15:04:19