Trace number 4502605
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-PB11/OPT-LIN/ heinz/normalized-neos-538867.opb |
MD5SUM | fe13d2dbd64f41a692445fbdcafba3bd |
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 | 122 |
Best CPU time to get the best result obtained on this benchmark | 28.2274 |
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 | 792 |
Total number of constraints | 1170 |
Number of constraints which are clauses | 1143 |
Number of constraints which are cardinality constraints (but not clauses) | 27 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 18 |
Number of terms in the objective function | 666 |
Biggest coefficient in the objective function | 80 |
Number of bits for the biggest coefficient in the objective function | 7 |
Sum of the numbers in the objective function | 18684 |
Number of bits of the sum of numbers in the objective function | 15 |
Biggest number in a constraint | 80 |
Number of bits of the biggest number in a constraint | 7 |
Biggest sum of numbers in a constraint | 18684 |
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-4502605-1751473984.opb'
0.00/0.01 c read 0.05MB (0.90ms)
0.00/0.01 c [cnf: #variables 792 #clauses 1171 #duplicates 0 #arr 4554]
0.00/0.01 c output proof to 'PROOFDIR/proof-4502605-1751473984'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 108] (0.97ms)
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.24ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 4339 #edges 13860]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 8.00*10^0 #generators 2] (1.08ms)
0.00/0.01 c
0.00/0.01 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01 c (0.00ms)
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 add generic predicates (break_depth=20)
0.00/0.01 c added predicates for 2 generators (0.01ms)
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 110 #add_vars 36]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4502605-1751473984.opb.pre'
0.00/0.01 c wrote 0.05MB (0.17ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 1.08ms 25.26% detect_generic
0.00/0.01 c 0.97ms 22.78% approx_orbits
0.00/0.01 c 0.89ms 20.96% parse
0.00/0.01 c 0.88ms 20.67% other
0.00/0.01 c 0.24ms 5.57% detect_special
0.00/0.01 c 0.17ms 3.93% output
0.00/0.01 c 0.03ms 0.61% finalize_order
0.00/0.01 c 0.01ms 0.14% break_generic
0.00/0.01 c 0.00ms 0.09% optimize_gens
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 4.27ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.03 c #variables 828 #constraints 1298
0.00/0.03 c objective is ce32
0.00/0.03 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03 c bounds - >= 0 @ 0.007788
0.00/0.04 c rational objective 32
0.00/0.07 c bounds 772 >= 0 @ 0.041017
0.00/0.07 c bounds 732 >= 0 @ 0.041455
0.00/0.07 c bounds 697 >= 0 @ 0.041455
0.00/0.07 c bounds 517 >= 0 @ 0.041859
0.00/0.08 c bounds 497 >= 0 @ 0.042622
0.00/0.08 c bounds 492 >= 0 @ 0.044424
0.00/0.08 c bounds 477 >= 0 @ 0.044424
0.00/0.08 c bounds 457 >= 0 @ 0.044424
0.00/0.08 c bounds 447 >= 0 @ 0.044572
0.00/0.09 c bounds 447 >= 20 @ 0.055657
0.00/0.09 c bounds 437 >= 20 @ 0.056284
0.00/0.09 c bounds 422 >= 20 @ 0.056373
0.00/0.09 c bounds 407 >= 20 @ 0.056489
0.00/0.09 c bounds 387 >= 20 @ 0.057055
0.00/0.10 c bounds 387 >= 40 @ 0.061795
0.00/0.10 c bounds 367 >= 40 @ 0.062488
0.07/0.10 c bounds 347 >= 40 @ 0.063117
0.07/0.10 c bounds 337 >= 40 @ 0.064141
0.07/0.12 c bounds 317 >= 40 @ 0.083825
0.07/0.15 c bounds 312 >= 40 @ 0.107754
0.07/0.15 c bounds 302 >= 40 @ 0.108216
0.07/0.15 c bounds 287 >= 40 @ 0.108216
0.07/0.15 c bounds 272 >= 40 @ 0.108686
0.07/0.15 c bounds 257 >= 40 @ 0.109305
0.07/0.15 c bounds 242 >= 40 @ 0.109941
0.07/0.15 c bounds 227 >= 40 @ 0.110208
0.07/0.15 c bounds 212 >= 40 @ 0.110208
0.07/0.16 c bounds 197 >= 40 @ 0.110208
0.07/0.16 c bounds 182 >= 40 @ 0.110432
0.07/0.16 c bounds 167 >= 40 @ 0.111007
0.07/0.16 c bounds 157 >= 40 @ 0.111535
0.07/0.16 c bounds 142 >= 40 @ 0.112043
0.07/0.16 c bounds 127 >= 40 @ 0.112193
0.56/0.63 c #Conflicts: 1000 | #Constraints: 2350
0.56/0.63 c #Conflicts: 2000 | #Constraints: 3361
0.56/0.63 c INPROCESSING
0.56/0.63 c GARBAGE COLLECT
0.56/0.63 c rational objective 40
0.76/0.81 c bounds 127 >= 55 @ 0.727126
1.26/1.37 c #Conflicts: 3000 | #Constraints: 3329
1.26/1.37 c #Conflicts: 4000 | #Constraints: 4334
1.26/1.37 c INPROCESSING
1.26/1.37 c GARBAGE COLLECT
1.26/1.37 c rational objective 55
2.16/2.27 c #Conflicts: 5000 | #Constraints: 3753
2.16/2.27 c #Conflicts: 6000 | #Constraints: 4759
2.16/2.27 c INPROCESSING
2.16/2.27 c GARBAGE COLLECT
2.16/2.27 c rational objective 55
3.06/3.11 c #Conflicts: 7000 | #Constraints: 3751
3.06/3.11 c #Conflicts: 8000 | #Constraints: 4753
3.06/3.11 c #Conflicts: 9000 | #Constraints: 5757
3.06/3.11 c INPROCESSING
3.06/3.11 c GARBAGE COLLECT
3.06/3.11 c rational objective 55
4.16/4.24 c #Conflicts: 10000 | #Constraints: 4458
4.16/4.24 c #Conflicts: 11000 | #Constraints: 5464
4.16/4.24 c #Conflicts: 12000 | #Constraints: 6466
4.16/4.24 c INPROCESSING
4.16/4.24 c GARBAGE COLLECT
4.16/4.24 c rational objective 55
5.15/5.27 c #Conflicts: 13000 | #Constraints: 4919
5.15/5.27 c #Conflicts: 14000 | #Constraints: 5919
5.15/5.27 c #Conflicts: 15000 | #Constraints: 6920
5.15/5.27 c INPROCESSING
5.15/5.27 c GARBAGE COLLECT
5.15/5.27 c rational objective 55
6.55/6.62 c #Conflicts: 16000 | #Constraints: 5162
6.55/6.62 c #Conflicts: 17000 | #Constraints: 6163
6.55/6.62 c #Conflicts: 18000 | #Constraints: 7166
6.55/6.62 c INPROCESSING
6.55/6.62 c GARBAGE COLLECT
6.55/6.62 c rational objective 55
7.34/7.49 c #Conflicts: 19000 | #Constraints: 5166
7.34/7.49 c #Conflicts: 20000 | #Constraints: 6167
7.34/7.49 c bounds 127 >= 70 @ 7.15238
7.74/7.81 c #Conflicts: 21000 | #Constraints: 7183
7.74/7.81 c INPROCESSING
7.74/7.81 c GARBAGE COLLECT
7.74/7.81 c rational objective 70
9.14/9.26 c #Conflicts: 22000 | #Constraints: 4979
9.14/9.26 c #Conflicts: 23000 | #Constraints: 5979
9.14/9.26 c #Conflicts: 24000 | #Constraints: 6980
9.14/9.26 c #Conflicts: 25000 | #Constraints: 7980
9.14/9.26 c INPROCESSING
9.14/9.26 c GARBAGE COLLECT
9.14/9.26 c rational objective 70
10.54/10.69 c #Conflicts: 26000 | #Constraints: 5582
10.54/10.69 c #Conflicts: 27000 | #Constraints: 6587
10.54/10.69 c #Conflicts: 28000 | #Constraints: 7589
10.54/10.69 c #Conflicts: 29000 | #Constraints: 8589
10.54/10.69 c INPROCESSING
10.54/10.69 c GARBAGE COLLECT
10.54/10.69 c rational objective 70
12.13/12.29 c #Conflicts: 30000 | #Constraints: 5988
12.13/12.29 c #Conflicts: 31000 | #Constraints: 6989
12.13/12.29 c #Conflicts: 32000 | #Constraints: 7990
12.13/12.29 c #Conflicts: 33000 | #Constraints: 8992
12.13/12.29 c INPROCESSING
12.13/12.29 c GARBAGE COLLECT
12.13/12.29 c rational objective 70
13.73/13.87 c #Conflicts: 34000 | #Constraints: 6192
13.73/13.87 c #Conflicts: 35000 | #Constraints: 7192
13.73/13.87 c #Conflicts: 36000 | #Constraints: 8193
13.73/13.87 c #Conflicts: 37000 | #Constraints: 9194
13.73/13.87 c INPROCESSING
13.73/13.87 c GARBAGE COLLECT
13.73/13.87 c rational objective 70
15.32/15.49 c #Conflicts: 38000 | #Constraints: 6190
15.32/15.49 c #Conflicts: 39000 | #Constraints: 7190
15.32/15.49 c #Conflicts: 40000 | #Constraints: 8192
15.32/15.49 c #Conflicts: 41000 | #Constraints: 9193
15.32/15.49 c INPROCESSING
15.32/15.49 c GARBAGE COLLECT
15.32/15.49 c rational objective 70
17.12/17.27 c #Conflicts: 42000 | #Constraints: 6003
17.12/17.27 c #Conflicts: 43000 | #Constraints: 7003
17.12/17.27 c #Conflicts: 44000 | #Constraints: 8003
17.12/17.27 c #Conflicts: 45000 | #Constraints: 9003
17.12/17.27 c #Conflicts: 46000 | #Constraints: 10004
17.12/17.27 c INPROCESSING
17.12/17.27 c GARBAGE COLLECT
17.12/17.27 c rational objective 70
19.11/19.24 c #Conflicts: 47000 | #Constraints: 6588
19.11/19.24 c #Conflicts: 48000 | #Constraints: 7589
19.11/19.24 c #Conflicts: 49000 | #Constraints: 8589
19.11/19.24 c #Conflicts: 50000 | #Constraints: 9590
19.11/19.24 c #Conflicts: 51000 | #Constraints: 10591
19.11/19.24 c INPROCESSING
19.11/19.24 c GARBAGE COLLECT
19.11/19.24 c rational objective 70
20.11/20.21 c #Conflicts: 52000 | #Constraints: 6994
20.11/20.21 c #Conflicts: 53000 | #Constraints: 7994
20.11/20.21 c bounds 127 >= 85 @ 19.4217
21.20/21.30 c #Conflicts: 54000 | #Constraints: 9018
21.20/21.30 c #Conflicts: 55000 | #Constraints: 10018
21.20/21.30 c #Conflicts: 56000 | #Constraints: 11020
21.20/21.30 c INPROCESSING
21.20/21.30 c GARBAGE COLLECT
21.20/21.30 c rational objective 85
23.30/23.45 c #Conflicts: 57000 | #Constraints: 7224
23.30/23.45 c #Conflicts: 58000 | #Constraints: 8224
23.30/23.45 c #Conflicts: 59000 | #Constraints: 9225
23.30/23.45 c #Conflicts: 60000 | #Constraints: 10225
23.30/23.45 c #Conflicts: 61000 | #Constraints: 11226
23.30/23.45 c INPROCESSING
23.30/23.45 c GARBAGE COLLECT
23.30/23.45 c rational objective 85
25.09/25.21 c #Conflicts: 62000 | #Constraints: 7223
25.09/25.21 c #Conflicts: 63000 | #Constraints: 8223
25.09/25.21 c #Conflicts: 64000 | #Constraints: 9223
25.09/25.21 c #Conflicts: 65000 | #Constraints: 10223
25.09/25.21 c bounds 122 >= 85 @ 24.2575
25.60/25.76 c #Conflicts: 66000 | #Constraints: 11241
25.60/25.76 c INPROCESSING
25.60/25.76 c GARBAGE COLLECT
25.60/25.76 c rational objective 85
27.09/27.21 c #Conflicts: 67000 | #Constraints: 7012
27.09/27.21 c #Conflicts: 68000 | #Constraints: 8012
27.09/27.21 c #Conflicts: 69000 | #Constraints: 9012
27.09/27.21 c #Conflicts: 70000 | #Constraints: 10012
27.09/27.21 c bounds 122 >= 95 @ 26.1979
27.79/27.97 c #Conflicts: 71000 | #Constraints: 11017
27.79/27.97 c #Conflicts: 72000 | #Constraints: 12017
27.79/27.97 c INPROCESSING
27.79/27.97 c GARBAGE COLLECT
27.79/27.97 c rational objective 95
30.28/30.43 c #Conflicts: 73000 | #Constraints: 7613
30.28/30.43 c #Conflicts: 74000 | #Constraints: 8613
30.28/30.43 c #Conflicts: 75000 | #Constraints: 9613
30.28/30.43 c #Conflicts: 76000 | #Constraints: 10613
30.28/30.43 c #Conflicts: 77000 | #Constraints: 11613
30.28/30.43 c #Conflicts: 78000 | #Constraints: 12614
30.28/30.43 c INPROCESSING
30.28/30.43 c GARBAGE COLLECT
30.28/30.43 c rational objective 95
33.08/33.25 c #Conflicts: 79000 | #Constraints: 7915
33.08/33.25 c #Conflicts: 80000 | #Constraints: 8916
33.08/33.25 c #Conflicts: 81000 | #Constraints: 9916
33.08/33.25 c #Conflicts: 82000 | #Constraints: 10917
33.08/33.25 c #Conflicts: 83000 | #Constraints: 11917
33.08/33.25 c #Conflicts: 84000 | #Constraints: 12918
33.08/33.25 c INPROCESSING
33.08/33.25 c GARBAGE COLLECT
33.08/33.25 c rational objective 95
36.16/36.37 c #Conflicts: 85000 | #Constraints: 8181
36.16/36.37 c #Conflicts: 86000 | #Constraints: 9183
36.16/36.37 c #Conflicts: 87000 | #Constraints: 10183
36.16/36.37 c #Conflicts: 88000 | #Constraints: 11183
36.16/36.37 c #Conflicts: 89000 | #Constraints: 12183
36.16/36.37 c #Conflicts: 90000 | #Constraints: 13183
36.16/36.37 c INPROCESSING
36.16/36.37 c GARBAGE COLLECT
36.16/36.37 c rational objective 95
36.76/36.98 c #Conflicts: 91000 | #Constraints: 8172
36.76/36.98 c bounds 122 >= 105 @ 35.6817
37.06/37.25 c #Conflicts: 92000 | #Constraints: 9199
37.06/37.25 c bounds 122 >= 115 @ 35.9553
37.16/37.34 c bounds 122 >= 122 @ 36.0442
37.16/37.34 c cpu time 36.0442 s
37.16/37.34 c deterministic time 2296412768 2.30e+09
37.16/37.34 c optimization time 0.007546 s
37.16/37.34 c total solve time 36.0289 s
37.16/37.34 c core-guided solve time 16.8176 s
37.16/37.34 c propagation time 18.636 s
37.16/37.34 c conflict analysis time 13.665 s
37.16/37.34 c propagations 11507245
37.16/37.34 c resolve steps 927103
37.16/37.34 c decisions 463696
37.16/37.34 c conflicts 92460
37.16/37.34 c restarts 254
37.16/37.34 c inprocessing phases 22
37.16/37.34 c garbage collections 22 ,( 100.00 )
37.16/37.34 c input clauses 1356 ,( 93.65 )
37.16/37.34 c input cardinalities 42 ,( 2.90 )
37.16/37.34 c input general constraints 50 ,( 3.45 )
37.16/37.34 c input average constraint length 23.14
37.16/37.34 c input average constraint degree 405.34
37.16/37.34 c learned clauses 52935 ,( 57.16 )
37.16/37.34 c learned cardinalities 268 ,( 0.29 )
37.16/37.34 c learned general constraints 39401 ,( 42.55 )
37.16/37.34 c learned average constraint length 126.61
37.16/37.34 c learned average constraint degree 635903866.41
37.16/37.34 c watched CF 32, 64, 128, Arb: 2625 , 0 , 0 , 0
37.16/37.34 c counting CF 32, 64, 128, Arb: 36827 , 0 , 0 , 0
37.16/37.34 c watched constraints 2625 ,( 6.65 )
37.16/37.34 c counting constraints 36826 ,( 93.35 )
37.16/37.34 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 16005733 , 1295903 , 61361664 ,( 1839083 , 59522581 )
37.16/37.34 c gcd simplifications 2623
37.16/37.34 c detected cardinalities 53
37.16/37.34 c weakened non-implied lits 20190185
37.16/37.34 c weakened non-implying lits 5962
37.16/37.34 c original variables 828
37.16/37.34 c clausal propagations 1836028
37.16/37.34 c cardinality propagations 866712
37.16/37.34 c watched propagations 6326
37.16/37.34 c counting propagations 8234909
37.16/37.34 c watch lookups 682706227
37.16/37.34 c watch backjump lookups 0
37.16/37.34 c watch checks 133235607
37.16/37.34 c propagation checks 1377880026
37.16/37.34 c constraint additions 78464024
37.16/37.34 c trail pops 12062917
37.16/37.34 c formula constraints 1298
37.16/37.34 c learned constraints 92347
37.16/37.34 c bound constraints 119
37.16/37.34 c core-guided constraints 31
37.16/37.34 c encountered formula constraints 304924
37.16/37.34 c encountered learned constraints 660718
37.16/37.34 c encountered bound constraints 5027
37.16/37.34 c encountered core-guided constraints 25863
37.16/37.34 c LP total time 5.60568 s
37.16/37.34 c LP solve time 3.68 s
37.16/37.34 c LP constraints added 1623
37.16/37.34 c LP constraints removed 301
37.16/37.34 c LP pivots internal 92496
37.16/37.34 c LP pivots root 529
37.16/37.34 c LP calls 1878
37.16/37.34 c LP optimalities 1766
37.16/37.34 c LP no pivot count 326
37.16/37.34 c LP infeasibilities 112
37.16/37.34 c LP valid Farkas constraints 112
37.16/37.34 c LP learned Farkas constraints 112
37.16/37.34 c LP basis resets 0
37.16/37.34 c LP cycling count 0
37.16/37.34 c LP singular count 0
37.16/37.34 c LP no primal count 0
37.16/37.34 c LP no farkas count 0
37.16/37.34 c LP other issue count 0
37.16/37.34 c LP Gomory cuts 33
37.16/37.34 c LP learned cuts 292
37.16/37.34 c LP deleted cuts 301
37.16/37.34 c LP encountered Gomory constraints 106
37.16/37.34 c LP encountered Farkas constraints 22100
37.16/37.34 c LP encountered learned Farkas constraints 713
37.16/37.34 c CG auxiliary variables introduced 12
37.16/37.34 c CG solutions found 32
37.16/37.34 c CG cores constructed 8
37.16/37.34 c CG core cardinality constraints returned 0
37.16/37.34 c CG unit cores 0
37.16/37.34 c CG single cores 8
37.16/37.34 c CG blocks removed during cardinality reduction 0
37.16/37.34 c CG first core best 0
37.16/37.34 c CG decision core best 0
37.16/37.34 c CG core reduction tie 0
37.16/37.34 c CG core degree average 1.00
37.16/37.34 c CG core slack average 98.50
37.16/37.34 c CG core upper bound improvements 1
37.16/37.34 c STR number of successful calls 0
37.16/37.34 c STR number of unsuccessful calls 0
37.16/37.34 c STR number of inconclusive calls 0
37.16/37.34 c STR number of successful attempts 0
37.16/37.34 c STR number of unsuccessful attempts 0
37.16/37.34 c STR number of inconclusive attempts 0
37.16/37.34 c STR average degree increase per successful call inf
37.16/37.34 c STR average degree increase per successful attempt inf
37.16/37.34 c STR total number of conflicts for successful attempts 0
37.16/37.34 c STR total number of conflicts for unsuccessful attempts 0
37.16/37.34 c STR total number of conflicts for inconclusive attempts 0
37.16/37.34 c STR average number of conflicts per successful attempt inf
37.16/37.34 c STR average number of conflicts per unsuccessful attempt inf
37.16/37.34 c STR average number of conflicts per inconclusive attempt inf
37.16/37.34 c AVG.sumWPerc 83.79
37.16/37.34 c bigint constraints 0
37.16/37.34 o 122
37.16/37.34 s OPTIMUM FOUND
37.16/37.34 v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 x667 x668 -x669 x670 x671 x672 x673 x674 -x675 x676 x677 -x678 x679 x680 x681 x682 x683 -x684 x685 x686 -x687 x688 x689 x690 x691 x692 -x693 x694 x695 -x696 x697 x698 x699 x700 x701 -x702 x703 x704 -x705 x706 x707 x708 x709 x710 -x711 x712 x713 -x714 x715 x716 x717 x718 x719 -x720 x721 x722 -x723 x724 x725 x726 x727 x728 -x729 x730 x731 -x732 x733 x734 x735 x736 x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 x754 -x755 -x756 x757 x758 -x759 x760 x761 x762 x763 x764 -x765 x766 x767 -x768 x769 x770 x771 -x772 x773 -x774 x775 x776 -x777 x778 x779 x780 x781 x782 -x783 x784 x785 -x786 -x787 -x788 x789 -x790 -x791 -x792
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 18:44:43 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 122 <= obj <= 122
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 122 <= obj <= 122
--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 (58257 MiB free)
memory of node 1: 64465 MiB (59105 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502605-1751473984/watcher-4502605-1751473984 -o /tmp/evaluation-result-4502605-1751473984/solver-4502605-1751473984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751472596-68484 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4502605-1751473984.opb PROOFDIR/proof-4502605-1751473984
running on 2 cores: 0,2
CPU governors:
performance: 0 2
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=68809, runsolver pid=68806
[startup+0.100057 s]*
/proc/loadavg: 4.20 4.15 4.03 5/272 68812
/proc/meminfo: memFree=120179724/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=59296 memory=15856 CPUtime=0.07 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 1513 0 0 0 6 1 0 0 20 0 1 0 63076000 60719104 3964 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 14824 3964 2400 1147 0 2251 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63488 KiB
Current children cumulated memory: 18928 KiB
[startup+0.205029 s]*
/proc/loadavg: 4.20 4.15 4.03 5/272 68812
/proc/meminfo: memFree=120179724/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=60344 memory=16880 CPUtime=0.17 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 1781 0 0 0 15 2 0 0 20 0 1 0 63076000 61792256 4220 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 15086 4220 2400 1147 0 2513 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 64536 KiB
Current children cumulated memory: 19952 KiB
[startup+0.30539 s]*
/proc/loadavg: 4.20 4.15 4.03 5/272 68812
/proc/meminfo: memFree=120178716/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=61212 memory=17648 CPUtime=0.28 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 1982 0 0 0 25 3 0 0 20 0 1 0 63076000 62681088 4412 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 15303 4412 2400 1147 0 2730 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 65404 KiB
Current children cumulated memory: 20720 KiB
[startup+0.700147 s]
/proc/loadavg: 4.20 4.15 4.03 5/272 68812
/proc/meminfo: memFree=120163596/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=64940 memory=21360 CPUtime=0.66 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 2894 0 0 0 61 5 0 0 20 0 1 0 63076000 66498560 5340 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 16235 5340 2400 1147 0 3662 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 69132 KiB
Current children cumulated memory: 24432 KiB
[startup+1.50015 s]
/proc/loadavg: 4.20 4.15 4.03 5/272 68812
/proc/meminfo: memFree=120131340/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=73380 memory=31072 CPUtime=1.46 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 4826 0 0 0 138 8 0 0 20 0 1 0 63076000 75141120 7768 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 18345 7768 2400 1147 0 5772 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 77572 KiB
Current children cumulated memory: 34144 KiB
[startup+3.10537 s]
/proc/loadavg: 4.19 4.14 4.03 5/272 68812
/proc/meminfo: memFree=120062316/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=79396 memory=34656 CPUtime=3.06 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 5713 0 0 0 293 13 0 0 20 0 1 0 63076000 81301504 8664 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 19849 8664 2400 1147 0 7276 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 83588 KiB
Current children cumulated memory: 37728 KiB
[startup+6.30012 s]
/proc/loadavg: 4.19 4.14 4.03 5/272 68813
/proc/meminfo: memFree=119990248/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=84124 memory=39904 CPUtime=6.25 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 7019 0 0 0 599 26 0 0 20 0 1 0 63076000 86142976 9976 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 21031 9976 2400 1147 0 8458 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 88316 KiB
Current children cumulated memory: 42976 KiB
[startup+12.7001 s]
/proc/loadavg: 4.16 4.14 4.03 5/272 68813
/proc/meminfo: memFree=119772340/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=97004 memory=50084 CPUtime=12.63 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 9069 0 0 0 1215 48 0 0 20 0 1 0 63076000 99332096 12521 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 24251 12521 2400 1147 0 11678 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 101196 KiB
Current children cumulated memory: 53156 KiB
[startup+25.5002 s]
/proc/loadavg: 4.13 4.13 4.03 5/272 68813
/proc/meminfo: memFree=119515412/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=100168 memory=54948 CPUtime=25.39 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 10293 0 0 0 2453 86 0 0 20 0 1 0 63076000 102572032 13737 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 25042 13737 2400 1147 0 12469 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 104360 KiB
Current children cumulated memory: 58020 KiB
[startup+37.5686 s]
# the end of solver process 68809 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=36.0526 s, system=1.20273 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6002 s]
/proc/loadavg: 4.13 4.13 4.03 5/272 68813
/proc/meminfo: memFree=119515412/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=100168 memory=55076 CPUtime=25.5 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 10304 0 0 0 2463 87 0 0 20 0 1 0 63076000 102572032 13769 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 25042 13769 2400 1147 0 12469 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 104360 KiB
Current children cumulated memory: 58148 KiB
[startup+32.0001 s]*
/proc/loadavg: 4.19 4.15 4.03 5/272 68815
/proc/meminfo: memFree=119349992/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=102904 memory=57636 CPUtime=31.88 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 10946 0 0 0 3083 105 0 0 20 0 1 0 63076000 105373696 14409 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 25726 14409 2400 1147 0 13153 0
Current children cumulated CPU time: 31.88 s
Current children cumulated vsize: 107096 KiB
Current children cumulated memory: 60708 KiB
[startup+35.2001 s]
/proc/loadavg: 4.19 4.15 4.03 5/272 68815
/proc/meminfo: memFree=119252728/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=104924 memory=58788 CPUtime=35.07 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 11249 0 0 0 3394 113 0 0 20 0 1 0 63076000 107442176 14697 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 26231 14697 2400 1147 0 13658 0
Current children cumulated CPU time: 35.07 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 61860 KiB
[startup+36.8001 s]
/proc/loadavg: 4.19 4.15 4.03 5/272 68815
/proc/meminfo: memFree=119244412/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=104924 memory=58788 CPUtime=36.66 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 11255 0 0 0 3550 116 0 0 20 0 1 0 63076000 107442176 14697 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 26231 14697 2400 1147 0 13658 0
Current children cumulated CPU time: 36.66 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 61860 KiB
[startup+37.2001 s]
/proc/loadavg: 4.18 4.14 4.03 5/272 68815
/proc/meminfo: memFree=119236348/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=104924 memory=58788 CPUtime=37.06 cores=0,2
/proc/68812/stat : 68812 (roundingsat) R 68809 68809 68474 0 -1 4194304 11255 0 0 0 3589 117 0 0 20 0 1 0 63076000 107442176 14697 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 26231 14697 2400 1147 0 13658 0
Current children cumulated CPU time: 37.06 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 61860 KiB
[startup+37.4001 s]
/proc/loadavg: 4.18 4.14 4.03 5/272 68815
/proc/meminfo: memFree=119236348/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=104924 memory=58788 CPUtime=37.23 cores=0,2
/proc/68812/stat : 68812 (roundingsat) D 68809 68809 68474 0 -1 4194304 11255 0 0 0 3604 119 0 0 20 0 1 0 63076000 107442176 14697 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 26231 14697 2400 1147 0 13658 0
Current children cumulated CPU time: 37.23 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 61860 KiB
[startup+37.5002 s]
/proc/loadavg: 4.18 4.14 4.03 5/272 68815
/proc/meminfo: memFree=119236348/131249988 swapFree=33010672/33010684
[pid=68809] ppid=68806 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/68809/stat : 68809 (run-opt-break-l) S 68806 68809 68474 0 -1 4194304 242 712 0 0 0 0 0 0 20 0 1 0 63075999 4292608 768 18446744073709551615 94672519155712 94672520050245 140730247958272 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94672520289296 94672520337040 94672551297024 140730247964949 140730247965150 140730247965150 140730247970752 0
/proc/68809/statm: 1048 768 704 219 0 110 0
[pid=68812] ppid=68809 vsize=104924 memory=58788 CPUtime=37.23 cores=0,2
/proc/68812/stat : 68812 (roundingsat) D 68809 68809 68474 0 -1 4194304 11255 0 0 0 3604 119 0 0 20 0 1 0 63076000 107442176 14697 18446744073709551615 4227072 8923433 140731494609552 0 0 0 0 0 8405026 1 0 0 17 2 0 0 0 0 0 9823104 9832592 28807168 140731494615316 140731494615592 140731494615592 140731494621162 0
/proc/68812/statm: 26231 14697 2400 1147 0 13658 0
Current children cumulated CPU time: 37.23 s
Current children cumulated vsize: 109116 KiB
Current children cumulated memory: 61860 KiB
Child status: 0
Real time (s): 37.5687
CPU time (s): 37.2553
CPU user time (s): 36.0526
CPU system time (s): 1.20273
CPU usage (%): 99.1659
Max. virtual memory (cumulated for all children) (KiB): 109116
Max. memory (cumulated for all children) (KiB): 61860
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0526
system time used= 1.20273
maximum resident set size= 58788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5916
involuntary context switches= 66
# summary of solver processes directly reported to runsolver:
# pid: 68809
# total CPU time (s): 37.2553
# total CPU user time (s): 36.0526
# total CPU system time (s): 1.20273
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072503 second user time and 0.200785 second system time
The end
Launcher Data
Begin job on nodeC020 at 2025-07-02 18:33:04
IDJOB=4502605
IDBENCH=155354
IDSOLVER=3360
FILE ID=nodeC020/4502605-1751473984
RUNJOBID= nodeC020-1751472596-68484
SLURM_JOB_ID= 9598500
Free space on /tmp= 431996 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502605-1751473984/watcher-4502605-1751473984 -o /tmp/evaluation-result-4502605-1751473984/solver-4502605-1751473984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751472596-68484 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4502605-1751473984.opb PROOFDIR/proof-4502605-1751473984
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= fe13d2dbd64f41a692445fbdcafba3bd
RANDOM SEED=1218252472
nodeC020 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.351
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.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.902
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.79
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 : 3600.023
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.79
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 : 3559.565
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.79
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.887
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.79
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.895
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.79
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 : 3700.000
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.79
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 : 3619.903
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.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249988 kB
MemFree: 120179724 kB
MemAvailable: 128776068 kB
Buffers: 2128 kB
Cached: 9392128 kB
SwapCached: 8 kB
Active: 1490892 kB
Inactive: 8941048 kB
Active(anon): 1033272 kB
Inactive(anon): 22512 kB
Active(file): 457620 kB
Inactive(file): 8918536 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010672 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 116256 kB
Writeback: 0 kB
AnonPages: 1039276 kB
Mapped: 118168 kB
Shmem: 18048 kB
KReclaimable: 118852 kB
Slab: 212696 kB
SReclaimable: 118852 kB
SUnreclaim: 93844 kB
KernelStack: 4384 kB
PageTables: 5264 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635676 kB
Committed_AS: 1440652 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150648 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 804864 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= 431992 MiB
End job on nodeC020 at 2025-07-02 18:33:42