Trace number 4510261
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-PB15eval/DEC-LIN/ECGRID-FromCNF/ normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb |
MD5SUM | 94095cb0fcbd0770a6e3256d9b1a67b8 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.630711 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 101 |
Total number of constraints | 402 |
Number of constraints which are clauses | 402 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 3 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 5 |
Number of bits of the biggest sum of numbers | 3 |
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.02 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02 c │ pbsuma -- a PB interface for satsuma │
0.00/0.02 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.02 c │ (c) 2025 Markus Anders │
0.00/0.02 c └────────────────────────────────────────────────────────────────┘
0.00/0.02 c parse 'HOME/instance-4510261-1751197547.opb'
0.00/0.02 c read 0.01MB (0.21ms)
0.00/0.02 c [cnf: #variables 101 #clauses 402 #duplicates 0 #arr 1204]
0.00/0.02 c output proof to 'PROOFDIR/proof-4510261-1751197547'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 60] (0.19ms)
0.00/0.02 c
0.00/0.02 c detect special group actions
0.00/0.02 c probe for Johnson action (limit=64)
0.00/0.02 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03 c (2.69ms)
0.00/0.03 c
0.00/0.03 c detect symmetries on remainder
0.00/0.03 c [graph: #vertices 806 #edges 3014]
0.00/0.03 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03 c [group: #symmetries 4.00*10^0 #generators 8] (1.31ms)
0.00/0.03 c
0.00/0.03 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03 c (0.00ms)
0.00/0.03 c
0.00/0.03 c finalize break order and special generators
0.00/0.03 c
0.00/0.03 c add generic predicates (break_depth=10)
0.00/0.03 c added predicates for 8 generators (0.01ms)
0.00/0.03 c
0.00/0.03 c generation finished
0.00/0.03 c [sbp: #constraints 224 #add_vars 72]
0.00/0.03 c
0.00/0.03 c write result to 'HOME/instance-4510261-1751197547.opb.pre'
0.00/0.03 c wrote 0.02MB (0.10ms)
0.00/0.03 c ------------------------------------------------------------------
0.00/0.03 c 2.69ms 46.62% detect_special
0.00/0.03 c 1.31ms 22.72% detect_generic
0.00/0.03 c 1.25ms 21.59% other
0.00/0.03 c 0.21ms 3.67% parse
0.00/0.03 c 0.19ms 3.23% approx_orbits
0.00/0.03 c 0.10ms 1.72% output
0.00/0.03 c 0.01ms 0.21% finalize_order
0.00/0.03 c 0.01ms 0.16% break_generic
0.00/0.03 c 0.00ms 0.09% optimize_gens
0.00/0.03 c ───────────────────────────────────────────────
0.00/0.03 c 5.78ms 100% total
0.00/0.03 c ------------------------------------------------------------------
0.00/0.05 c RoundingSat 2
0.00/0.05 c branch pb25
0.00/0.05 c commit 63f22ad
0.00/0.05 c #variables 173 #constraints 626
2.03/2.14 c #Conflicts: 1000 | #Constraints: 1625
2.03/2.14 c #Conflicts: 2000 | #Constraints: 2625
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 3000 | #Constraints: 2631
2.03/2.14 c #Conflicts: 4000 | #Constraints: 3631
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 5000 | #Constraints: 3038
2.03/2.14 c #Conflicts: 6000 | #Constraints: 4038
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 7000 | #Constraints: 3039
2.03/2.14 c #Conflicts: 8000 | #Constraints: 4039
2.03/2.14 c #Conflicts: 9000 | #Constraints: 5039
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 10000 | #Constraints: 3743
2.03/2.14 c #Conflicts: 11000 | #Constraints: 4743
2.03/2.14 c #Conflicts: 12000 | #Constraints: 5743
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 13000 | #Constraints: 4197
2.03/2.14 c #Conflicts: 14000 | #Constraints: 5197
2.03/2.14 c #Conflicts: 15000 | #Constraints: 6197
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 16000 | #Constraints: 4424
2.03/2.14 c #Conflicts: 17000 | #Constraints: 5424
2.03/2.14 c #Conflicts: 18000 | #Constraints: 6424
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 19000 | #Constraints: 4437
2.03/2.14 c #Conflicts: 20000 | #Constraints: 5437
2.03/2.14 c #Conflicts: 21000 | #Constraints: 6437
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 22000 | #Constraints: 4242
2.03/2.14 c #Conflicts: 23000 | #Constraints: 5242
2.03/2.14 c #Conflicts: 24000 | #Constraints: 6242
2.03/2.14 c #Conflicts: 25000 | #Constraints: 7242
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 26000 | #Constraints: 4850
2.03/2.14 c #Conflicts: 27000 | #Constraints: 5850
2.03/2.14 c #Conflicts: 28000 | #Constraints: 6850
2.03/2.14 c #Conflicts: 29000 | #Constraints: 7850
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 30000 | #Constraints: 5251
2.03/2.14 c #Conflicts: 31000 | #Constraints: 6251
2.03/2.14 c #Conflicts: 32000 | #Constraints: 7251
2.03/2.14 c #Conflicts: 33000 | #Constraints: 8251
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 34000 | #Constraints: 5457
2.03/2.14 c #Conflicts: 35000 | #Constraints: 6457
2.03/2.14 c #Conflicts: 36000 | #Constraints: 7457
2.03/2.14 c #Conflicts: 37000 | #Constraints: 8457
2.03/2.14 c #Conflicts: 38000 | #Constraints: 9457
2.03/2.14 c #Conflicts: 39000 | #Constraints: 10457
2.03/2.14 c #Conflicts: 40000 | #Constraints: 11457
2.03/2.14 c #Conflicts: 41000 | #Constraints: 12457
2.03/2.14 c #Conflicts: 42000 | #Constraints: 13457
2.03/2.14 c #Conflicts: 43000 | #Constraints: 14457
2.03/2.14 c #Conflicts: 44000 | #Constraints: 15457
2.03/2.14 c #Conflicts: 45000 | #Constraints: 16457
2.03/2.14 c #Conflicts: 46000 | #Constraints: 17457
2.03/2.14 c #Conflicts: 47000 | #Constraints: 18457
2.03/2.14 c #Conflicts: 48000 | #Constraints: 19457
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 49000 | #Constraints: 11063
2.03/2.14 c #Conflicts: 50000 | #Constraints: 12063
2.03/2.14 c #Conflicts: 51000 | #Constraints: 13063
2.03/2.14 c #Conflicts: 52000 | #Constraints: 14063
2.03/2.14 c #Conflicts: 53000 | #Constraints: 15063
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 54000 | #Constraints: 8711
2.03/2.14 c #Conflicts: 55000 | #Constraints: 9711
2.03/2.14 c #Conflicts: 56000 | #Constraints: 10711
2.03/2.14 c #Conflicts: 57000 | #Constraints: 11711
2.03/2.14 c #Conflicts: 58000 | #Constraints: 12711
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 59000 | #Constraints: 7288
2.03/2.14 c #Conflicts: 60000 | #Constraints: 8288
2.03/2.14 c #Conflicts: 61000 | #Constraints: 9288
2.03/2.14 c #Conflicts: 62000 | #Constraints: 10288
2.03/2.14 c #Conflicts: 63000 | #Constraints: 11288
2.03/2.14 c #Conflicts: 64000 | #Constraints: 12288
2.03/2.14 c INPROCESSING
2.03/2.14 c GARBAGE COLLECT
2.03/2.14 c #Conflicts: 65000 | #Constraints: 7223
2.03/2.14 c #Conflicts: 66000 | #Constraints: 8223
2.03/2.14 c #Conflicts: 67000 | #Constraints: 9223
2.03/2.14 c #Conflicts: 68000 | #Constraints: 10223
2.03/2.14 c #Conflicts: 69000 | #Constraints: 11223
2.03/2.14 c #Conflicts: 70000 | #Constraints: 12223
5.42/5.58 c #Conflicts: 71000 | #Constraints: 13223
5.42/5.58 c #Conflicts: 72000 | #Constraints: 14223
5.42/5.58 c #Conflicts: 73000 | #Constraints: 15223
5.42/5.58 c #Conflicts: 74000 | #Constraints: 16223
5.42/5.58 c #Conflicts: 75000 | #Constraints: 17223
5.42/5.58 c #Conflicts: 76000 | #Constraints: 18223
5.42/5.58 c #Conflicts: 77000 | #Constraints: 19223
5.42/5.58 c #Conflicts: 78000 | #Constraints: 20223
5.42/5.58 c #Conflicts: 79000 | #Constraints: 21223
5.42/5.58 c #Conflicts: 80000 | #Constraints: 22223
5.42/5.58 c #Conflicts: 81000 | #Constraints: 23223
5.42/5.58 c #Conflicts: 82000 | #Constraints: 24223
5.42/5.58 c #Conflicts: 83000 | #Constraints: 25223
5.42/5.58 c #Conflicts: 84000 | #Constraints: 26223
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 85000 | #Constraints: 14046
5.42/5.58 c #Conflicts: 86000 | #Constraints: 15046
5.42/5.58 c #Conflicts: 87000 | #Constraints: 16046
5.42/5.58 c #Conflicts: 88000 | #Constraints: 17046
5.42/5.58 c #Conflicts: 89000 | #Constraints: 18046
5.42/5.58 c #Conflicts: 90000 | #Constraints: 19046
5.42/5.58 c #Conflicts: 91000 | #Constraints: 20046
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 92000 | #Constraints: 10957
5.42/5.58 c #Conflicts: 93000 | #Constraints: 11957
5.42/5.58 c #Conflicts: 94000 | #Constraints: 12957
5.42/5.58 c #Conflicts: 95000 | #Constraints: 13957
5.42/5.58 c #Conflicts: 96000 | #Constraints: 14957
5.42/5.58 c #Conflicts: 97000 | #Constraints: 15957
5.42/5.58 c #Conflicts: 98000 | #Constraints: 16957
5.42/5.58 c #Conflicts: 99000 | #Constraints: 17957
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 100000 | #Constraints: 10315
5.42/5.58 c #Conflicts: 101000 | #Constraints: 11315
5.42/5.58 c #Conflicts: 102000 | #Constraints: 12315
5.42/5.58 c #Conflicts: 103000 | #Constraints: 13315
5.42/5.58 c #Conflicts: 104000 | #Constraints: 14315
5.42/5.58 c #Conflicts: 105000 | #Constraints: 15315
5.42/5.58 c #Conflicts: 106000 | #Constraints: 16315
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 107000 | #Constraints: 9291
5.42/5.58 c #Conflicts: 108000 | #Constraints: 10291
5.42/5.58 c #Conflicts: 109000 | #Constraints: 11291
5.42/5.58 c #Conflicts: 110000 | #Constraints: 12291
5.42/5.58 c #Conflicts: 111000 | #Constraints: 13291
5.42/5.58 c #Conflicts: 112000 | #Constraints: 14291
5.42/5.58 c #Conflicts: 113000 | #Constraints: 15291
5.42/5.58 c #Conflicts: 114000 | #Constraints: 16291
5.42/5.58 c #Conflicts: 115000 | #Constraints: 17291
5.42/5.58 c #Conflicts: 116000 | #Constraints: 18291
5.42/5.58 c #Conflicts: 117000 | #Constraints: 19291
5.42/5.58 c #Conflicts: 118000 | #Constraints: 20291
5.42/5.58 c #Conflicts: 119000 | #Constraints: 21291
5.42/5.58 c #Conflicts: 120000 | #Constraints: 22291
5.42/5.58 c #Conflicts: 121000 | #Constraints: 23291
5.42/5.58 c #Conflicts: 122000 | #Constraints: 24291
5.42/5.58 c #Conflicts: 123000 | #Constraints: 25291
5.42/5.58 c #Conflicts: 124000 | #Constraints: 26291
5.42/5.58 c #Conflicts: 125000 | #Constraints: 27291
5.42/5.58 c #Conflicts: 126000 | #Constraints: 28291
5.42/5.58 c #Conflicts: 127000 | #Constraints: 29291
5.42/5.58 c #Conflicts: 128000 | #Constraints: 30291
5.42/5.58 c #Conflicts: 129000 | #Constraints: 31291
5.42/5.58 c #Conflicts: 130000 | #Constraints: 32291
5.42/5.58 c #Conflicts: 131000 | #Constraints: 33291
5.42/5.58 c #Conflicts: 132000 | #Constraints: 34291
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 133000 | #Constraints: 18481
5.42/5.58 c #Conflicts: 134000 | #Constraints: 19481
5.42/5.58 c #Conflicts: 135000 | #Constraints: 20481
5.42/5.58 c #Conflicts: 136000 | #Constraints: 21481
5.42/5.58 c #Conflicts: 137000 | #Constraints: 22481
5.42/5.58 c #Conflicts: 138000 | #Constraints: 23481
5.42/5.58 c #Conflicts: 139000 | #Constraints: 24481
5.42/5.58 c #Conflicts: 140000 | #Constraints: 25481
5.42/5.58 c INPROCESSING
5.42/5.58 c GARBAGE COLLECT
5.42/5.58 c #Conflicts: 141000 | #Constraints: 10102
5.42/5.58 c #Conflicts: 142000 | #Constraints: 11102
5.42/5.58 c #Conflicts: 143000 | #Constraints: 12102
5.42/5.58 c #Conflicts: 144000 | #Constraints: 13102
5.42/5.58 c cpu time 5.17878 s
5.51/5.61 c deterministic time 188220636 1.88e+08
5.51/5.61 c optimization time 3.2e-05 s
5.51/5.61 c total solve time 5.17598 s
5.51/5.61 c core-guided solve time 0 s
5.51/5.61 c propagation time 3.38086 s
5.51/5.61 c conflict analysis time 1.24139 s
5.51/5.61 c propagations 3013935
5.51/5.61 c resolve steps 1067176
5.51/5.61 c decisions 188337
5.51/5.61 c conflicts 144927
5.51/5.61 c restarts 381
5.51/5.61 c inprocessing phases 21
5.51/5.61 c garbage collections 21 ,( 100.00 )
5.51/5.61 c input clauses 626 ,( 100.00 )
5.51/5.61 c input cardinalities 0 ,( 0.00 )
5.51/5.61 c input general constraints 0 ,( 0.00 )
5.51/5.61 c input average constraint length 2.96
5.51/5.61 c input average constraint degree 1.00
5.51/5.61 c learned clauses 144926 ,( 100.00 )
5.51/5.61 c learned cardinalities 0 ,( 0.00 )
5.51/5.61 c learned general constraints 0 ,( 0.00 )
5.51/5.61 c learned average constraint length 14.90
5.51/5.61 c learned average constraint degree 1.00
5.51/5.61 c watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
5.51/5.61 c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
5.51/5.61 c watched constraints 0 ,( -nan )
5.51/5.61 c counting constraints 0 ,( -nan )
5.51/5.61 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 68362085 , 0 , 0 ,( 0 , 0 )
5.51/5.61 c gcd simplifications 0
5.51/5.61 c detected cardinalities 0
5.51/5.61 c weakened non-implied lits 0
5.51/5.61 c weakened non-implying lits 0
5.51/5.61 c original variables 173
5.51/5.61 c clausal propagations 2869009
5.51/5.61 c cardinality propagations 0
5.51/5.61 c watched propagations 0
5.51/5.61 c counting propagations 0
5.51/5.61 c watch lookups 68362085
5.51/5.61 c watch backjump lookups 0
5.51/5.61 c watch checks 102695656
5.51/5.61 c propagation checks 2869009
5.51/5.61 c constraint additions 7744466
5.51/5.61 c trail pops 3347147
5.51/5.61 c formula constraints 626
5.51/5.61 c learned constraints 144926
5.51/5.61 c bound constraints 0
5.51/5.61 c core-guided constraints 0
5.51/5.61 c encountered formula constraints 573342
5.51/5.61 c encountered learned constraints 638761
5.51/5.61 c encountered bound constraints 0
5.51/5.61 c encountered core-guided constraints 0
5.51/5.61 c LP total time 0 s
5.51/5.61 c LP solve time 0 s
5.51/5.61 c LP constraints added 0
5.51/5.61 c LP constraints removed 0
5.51/5.61 c LP pivots internal 0
5.51/5.61 c LP pivots root 0
5.51/5.61 c LP calls 0
5.51/5.61 c LP optimalities 0
5.51/5.61 c LP no pivot count 0
5.51/5.61 c LP infeasibilities 0
5.51/5.61 c LP valid Farkas constraints 0
5.51/5.61 c LP learned Farkas constraints 0
5.51/5.61 c LP basis resets 0
5.51/5.61 c LP cycling count 0
5.51/5.61 c LP singular count 0
5.51/5.61 c LP no primal count 0
5.51/5.61 c LP no farkas count 0
5.51/5.61 c LP other issue count 0
5.51/5.61 c LP Gomory cuts 0
5.51/5.61 c LP learned cuts 0
5.51/5.61 c LP deleted cuts 0
5.51/5.61 c LP encountered Gomory constraints 0
5.51/5.61 c LP encountered Farkas constraints 0
5.51/5.61 c LP encountered learned Farkas constraints 0
5.51/5.61 c CG auxiliary variables introduced 0
5.51/5.61 c CG solutions found 0
5.51/5.61 c CG cores constructed 0
5.51/5.61 c CG core cardinality constraints returned 0
5.51/5.61 c CG unit cores 0
5.51/5.61 c CG single cores 0
5.51/5.61 c CG blocks removed during cardinality reduction 0
5.51/5.61 c CG first core best 0
5.51/5.61 c CG decision core best 0
5.51/5.61 c CG core reduction tie 0
5.51/5.61 c CG core degree average 0.00
5.51/5.61 c CG core slack average 0.00
5.51/5.61 c CG core upper bound improvements 0
5.51/5.61 c STR number of successful calls 0
5.51/5.61 c STR number of unsuccessful calls 0
5.51/5.61 c STR number of inconclusive calls 0
5.51/5.61 c STR number of successful attempts 0
5.51/5.61 c STR number of unsuccessful attempts 0
5.51/5.61 c STR number of inconclusive attempts 0
5.51/5.61 c STR average degree increase per successful call inf
5.51/5.61 c STR average degree increase per successful attempt inf
5.51/5.61 c STR total number of conflicts for successful attempts 0
5.51/5.61 c STR total number of conflicts for unsuccessful attempts 0
5.51/5.61 c STR total number of conflicts for inconclusive attempts 0
5.51/5.61 c STR average number of conflicts per successful attempt inf
5.51/5.61 c STR average number of conflicts per unsuccessful attempt inf
5.51/5.61 c STR average number of conflicts per inconclusive attempt inf
5.51/5.61 c AVG.sumWPerc -nan
5.51/5.61 c bigint constraints 0
5.51/5.61 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 00:09:31 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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 (63139 MiB free)
memory of node 1: 64507 MiB (63880 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510261-1751197547/watcher-4510261-1751197547 -o /tmp/evaluation-result-4510261-1751197547/solver-4510261-1751197547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21226 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4510261-1751197547.opb PROOFDIR/proof-4510261-1751197547
running on 2 cores: 1,3
CPU governors:
performance: 1 3
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
solver pid=21411, runsolver pid=21404
Current StackSize limit: 8192 KiB
[startup+0.100057 s]*
/proc/loadavg: 0.48 0.91 1.19 4/264 21425
/proc/meminfo: memFree=130060792/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=55952 memory=11780 CPUtime=0.04 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 544 0 0 0 4 0 0 0 20 0 1 0 35434341 57294848 2945 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 13988 2945 2112 1147 0 1415 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 60144 KiB
Current children cumulated memory: 14724 KiB
[startup+0.205369 s]*
/proc/loadavg: 0.48 0.91 1.19 5/270 21436
/proc/meminfo: memFree=130054712/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=56244 memory=12036 CPUtime=0.14 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 617 0 0 0 13 1 0 0 20 0 1 0 35434341 57593856 3009 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 14061 3009 2112 1147 0 1488 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 60436 KiB
Current children cumulated memory: 14980 KiB
[startup+0.304877 s]*
/proc/loadavg: 0.48 0.91 1.19 5/270 21436
/proc/meminfo: memFree=130051968/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=56492 memory=12292 CPUtime=0.24 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 680 0 0 0 22 2 0 0 20 0 1 0 35434341 57847808 3073 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 14123 3073 2112 1147 0 1550 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 60684 KiB
Current children cumulated memory: 15236 KiB
[startup+0.700131 s]
/proc/loadavg: 0.48 0.91 1.19 5/270 21436
/proc/meminfo: memFree=130049624/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=56820 memory=12804 CPUtime=0.63 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 810 0 0 0 57 6 0 0 20 0 1 0 35434341 58183680 3201 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 14205 3201 2112 1147 0 1632 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 61012 KiB
Current children cumulated memory: 15748 KiB
[startup+1.50013 s]
/proc/loadavg: 0.48 0.91 1.19 3/260 21452
/proc/meminfo: memFree=130055100/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=59224 memory=14852 CPUtime=1.43 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 1386 0 0 0 130 13 0 0 20 0 1 0 35434341 60645376 3713 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 14806 3713 2112 1147 0 2233 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 63416 KiB
Current children cumulated memory: 17796 KiB
[startup+3.10523 s]
/proc/loadavg: 0.76 0.96 1.20 5/270 21532
/proc/meminfo: memFree=130038956/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=60460 memory=16168 CPUtime=3.03 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 1918 0 0 0 281 22 0 0 20 0 1 0 35434341 61911040 4042 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 15115 4042 2112 1147 0 2542 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 64652 KiB
Current children cumulated memory: 19112 KiB
[startup+5.62005 s]
# the end of solver process 21411 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=5.18495 s, system=0.347198 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3.20016 s]
/proc/loadavg: 0.76 0.96 1.20 5/270 21532
/proc/meminfo: memFree=130038956/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=60460 memory=16168 CPUtime=3.13 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 1918 0 0 0 290 23 0 0 20 0 1 0 35434341 61911040 4042 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 15115 4042 2112 1147 0 2542 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 64652 KiB
Current children cumulated memory: 19112 KiB
[startup+4.80011 s]
/proc/loadavg: 0.76 0.96 1.20 5/270 21532
/proc/meminfo: memFree=130021136/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=62072 memory=17536 CPUtime=4.72 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 2348 0 0 0 441 31 0 0 20 0 1 0 35434341 63561728 4384 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 15518 4384 2112 1147 0 2945 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 66264 KiB
Current children cumulated memory: 20480 KiB
[startup+5.20011 s]
/proc/loadavg: 0.76 0.96 1.20 5/270 21532
/proc/meminfo: memFree=130004700/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=62624 memory=18212 CPUtime=5.12 cores=1,3
/proc/21416/stat : 21416 (roundingsat) R 21411 21411 21214 0 -1 4194304 2572 0 0 0 480 32 0 0 20 0 1 0 35434341 64126976 4553 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 15656 4553 2112 1147 0 3083 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 66816 KiB
Current children cumulated memory: 21156 KiB
[startup+5.60013 s]
/proc/loadavg: 0.76 0.96 1.20 5/270 21532
/proc/meminfo: memFree=130004700/131249996 swapFree=33010684/33010684
[pid=21411] ppid=21404 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/21411/stat : 21411 (run-dec-break-l) S 21404 21411 21214 0 -1 4194304 240 327 0 0 0 0 0 0 20 0 1 0 35434337 4292608 736 18446744073709551615 94498316181504 94498317076037 140729021720624 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94498317315088 94498317362832 94498332200960 140729021729045 140729021729246 140729021729246 140729021734848 0
/proc/21411/statm: 1048 736 672 219 0 110 0
[pid=21416] ppid=21411 vsize=62624 memory=18212 CPUtime=5.51 cores=1,3
/proc/21416/stat : 21416 (roundingsat) D 21411 21411 21214 0 -1 4194304 2578 0 0 0 518 33 0 0 20 0 1 0 35434341 64126976 4553 18446744073709551615 4227072 8923433 140722963115856 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 37736448 140722963118324 140722963118632 140722963118632 140722963124202 0
/proc/21416/statm: 15656 4553 2112 1147 0 3083 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 66816 KiB
Current children cumulated memory: 21156 KiB
Child status: 0
Real time (s): 5.62008
CPU time (s): 5.53215
CPU user time (s): 5.18495
CPU system time (s): 0.347198
CPU usage (%): 98.4355
Max. virtual memory (cumulated for all children) (KiB): 66816
Max. memory (cumulated for all children) (KiB): 21156
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.18495
system time used= 0.347198
maximum resident set size= 18432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 662
involuntary context switches= 16
# summary of solver processes directly reported to runsolver:
# pid: 21411
# total CPU time (s): 5.53215
# total CPU user time (s): 5.18495
# total CPU system time (s): 0.347198
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01546 second user time and 0.052718 second system time
The end
Launcher Data
Begin job on nodeC030 at 2025-06-29 13:45:48
IDJOB=4510261
IDBENCH=160350
IDSOLVER=3358
FILE ID=nodeC030/4510261-1751197547
RUNJOBID= nodeC030-1751197546-21226
SLURM_JOB_ID= 9587610
Free space on /tmp= 433020 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510261-1751197547/watcher-4510261-1751197547 -o /tmp/evaluation-result-4510261-1751197547/solver-4510261-1751197547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21226 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4510261-1751197547.opb PROOFDIR/proof-4510261-1751197547
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 94095cb0fcbd0770a6e3256d9b1a67b8
RANDOM SEED=1256795108
nodeC030 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 : 3595.575
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.321
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
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.338
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
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 : 3425.425
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
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 : 3595.153
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.335
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
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 : 3603.574
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
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 : 3635.409
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 130052320 kB
MemAvailable: 129776200 kB
Buffers: 3280 kB
Cached: 534220 kB
SwapCached: 0 kB
Active: 326300 kB
Inactive: 277468 kB
Active(anon): 84344 kB
Inactive(anon): 0 kB
Active(file): 241956 kB
Inactive(file): 277468 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 27568 kB
Writeback: 0 kB
AnonPages: 70044 kB
Mapped: 107872 kB
Shmem: 18064 kB
KReclaimable: 86992 kB
Slab: 172612 kB
SReclaimable: 86992 kB
SUnreclaim: 85620 kB
KernelStack: 4252 kB
PageTables: 3020 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 363840 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150472 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 8192 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: 189140 kB
DirectMap2M: 9019392 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 433008 MiB
End job on nodeC030 at 2025-06-29 13:45:53