Trace number 4510260

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 4.83865 4.88977

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb
MD5SUM94095cb0fcbd0770a6e3256d9b1a67b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.630711
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints402
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4510260-1751196528.opb'
0.00/0.02	c 	read 0.01MB  (0.25ms)
0.00/0.02	c	 [cnf: #variables 101 #clauses 402 #duplicates 0 #arr 1204]
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.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (2.73ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 806 #edges 3014]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 4.00*10^0 #generators 8] (1.33ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	(0.01ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c add generic predicates (break_depth=10)
0.00/0.02	c 	added predicates for 8 generators (0.03ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 224 #add_vars 72]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4510260-1751196528.opb.pre'
0.00/0.02	c 	wrote 0.02MB (0.10ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.73ms 57.86% detect_special
0.00/0.02	c                   1.33ms 28.24% detect_generic
0.00/0.02	c                   0.24ms  5.19% parse
0.00/0.02	c                   0.19ms  3.97% approx_orbits
0.00/0.02	c                   0.10ms  2.17% output
0.00/0.02	c                   0.07ms  1.48% other
0.00/0.02	c                   0.03ms  0.73% break_generic
0.00/0.02	c                   0.01ms  0.26% finalize_order
0.00/0.02	c                   0.01ms  0.11% optimize_gens
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   4.72ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.04	c #variables 173 #constraints 626
1.74/1.80	c #Conflicts:       1000 | #Constraints:       1625
1.74/1.80	c #Conflicts:       2000 | #Constraints:       2625
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:       3000 | #Constraints:       2631
1.74/1.80	c #Conflicts:       4000 | #Constraints:       3631
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:       5000 | #Constraints:       3038
1.74/1.80	c #Conflicts:       6000 | #Constraints:       4038
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:       7000 | #Constraints:       3039
1.74/1.80	c #Conflicts:       8000 | #Constraints:       4039
1.74/1.80	c #Conflicts:       9000 | #Constraints:       5039
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      10000 | #Constraints:       3743
1.74/1.80	c #Conflicts:      11000 | #Constraints:       4743
1.74/1.80	c #Conflicts:      12000 | #Constraints:       5743
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      13000 | #Constraints:       4197
1.74/1.80	c #Conflicts:      14000 | #Constraints:       5197
1.74/1.80	c #Conflicts:      15000 | #Constraints:       6197
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      16000 | #Constraints:       4424
1.74/1.80	c #Conflicts:      17000 | #Constraints:       5424
1.74/1.80	c #Conflicts:      18000 | #Constraints:       6424
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      19000 | #Constraints:       4437
1.74/1.80	c #Conflicts:      20000 | #Constraints:       5437
1.74/1.80	c #Conflicts:      21000 | #Constraints:       6437
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      22000 | #Constraints:       4242
1.74/1.80	c #Conflicts:      23000 | #Constraints:       5242
1.74/1.80	c #Conflicts:      24000 | #Constraints:       6242
1.74/1.80	c #Conflicts:      25000 | #Constraints:       7242
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      26000 | #Constraints:       4850
1.74/1.80	c #Conflicts:      27000 | #Constraints:       5850
1.74/1.80	c #Conflicts:      28000 | #Constraints:       6850
1.74/1.80	c #Conflicts:      29000 | #Constraints:       7850
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      30000 | #Constraints:       5251
1.74/1.80	c #Conflicts:      31000 | #Constraints:       6251
1.74/1.80	c #Conflicts:      32000 | #Constraints:       7251
1.74/1.80	c #Conflicts:      33000 | #Constraints:       8251
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      34000 | #Constraints:       5457
1.74/1.80	c #Conflicts:      35000 | #Constraints:       6457
1.74/1.80	c #Conflicts:      36000 | #Constraints:       7457
1.74/1.80	c #Conflicts:      37000 | #Constraints:       8457
1.74/1.80	c #Conflicts:      38000 | #Constraints:       9457
1.74/1.80	c #Conflicts:      39000 | #Constraints:      10457
1.74/1.80	c #Conflicts:      40000 | #Constraints:      11457
1.74/1.80	c #Conflicts:      41000 | #Constraints:      12457
1.74/1.80	c #Conflicts:      42000 | #Constraints:      13457
1.74/1.80	c #Conflicts:      43000 | #Constraints:      14457
1.74/1.80	c #Conflicts:      44000 | #Constraints:      15457
1.74/1.80	c #Conflicts:      45000 | #Constraints:      16457
1.74/1.80	c #Conflicts:      46000 | #Constraints:      17457
1.74/1.80	c #Conflicts:      47000 | #Constraints:      18457
1.74/1.80	c #Conflicts:      48000 | #Constraints:      19457
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      49000 | #Constraints:      11063
1.74/1.80	c #Conflicts:      50000 | #Constraints:      12063
1.74/1.80	c #Conflicts:      51000 | #Constraints:      13063
1.74/1.80	c #Conflicts:      52000 | #Constraints:      14063
1.74/1.80	c #Conflicts:      53000 | #Constraints:      15063
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      54000 | #Constraints:       8711
1.74/1.80	c #Conflicts:      55000 | #Constraints:       9711
1.74/1.80	c #Conflicts:      56000 | #Constraints:      10711
1.74/1.80	c #Conflicts:      57000 | #Constraints:      11711
1.74/1.80	c #Conflicts:      58000 | #Constraints:      12711
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      59000 | #Constraints:       7288
1.74/1.80	c #Conflicts:      60000 | #Constraints:       8288
1.74/1.80	c #Conflicts:      61000 | #Constraints:       9288
1.74/1.80	c #Conflicts:      62000 | #Constraints:      10288
1.74/1.80	c #Conflicts:      63000 | #Constraints:      11288
1.74/1.80	c #Conflicts:      64000 | #Constraints:      12288
1.74/1.80	c INPROCESSING
1.74/1.80	c GARBAGE COLLECT
1.74/1.80	c #Conflicts:      65000 | #Constraints:       7223
1.74/1.80	c #Conflicts:      66000 | #Constraints:       8223
1.74/1.80	c #Conflicts:      67000 | #Constraints:       9223
1.74/1.80	c #Conflicts:      68000 | #Constraints:      10223
1.74/1.80	c #Conflicts:      69000 | #Constraints:      11223
1.74/1.80	c #Conflicts:      70000 | #Constraints:      12223
4.73/4.88	c #Conflicts:      71000 | #Constraints:      13223
4.73/4.88	c #Conflicts:      72000 | #Constraints:      14223
4.73/4.88	c #Conflicts:      73000 | #Constraints:      15223
4.73/4.88	c #Conflicts:      74000 | #Constraints:      16223
4.73/4.88	c #Conflicts:      75000 | #Constraints:      17223
4.73/4.88	c #Conflicts:      76000 | #Constraints:      18223
4.73/4.88	c #Conflicts:      77000 | #Constraints:      19223
4.73/4.88	c #Conflicts:      78000 | #Constraints:      20223
4.73/4.88	c #Conflicts:      79000 | #Constraints:      21223
4.73/4.88	c #Conflicts:      80000 | #Constraints:      22223
4.73/4.88	c #Conflicts:      81000 | #Constraints:      23223
4.73/4.88	c #Conflicts:      82000 | #Constraints:      24223
4.73/4.88	c #Conflicts:      83000 | #Constraints:      25223
4.73/4.88	c #Conflicts:      84000 | #Constraints:      26223
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:      85000 | #Constraints:      14046
4.73/4.88	c #Conflicts:      86000 | #Constraints:      15046
4.73/4.88	c #Conflicts:      87000 | #Constraints:      16046
4.73/4.88	c #Conflicts:      88000 | #Constraints:      17046
4.73/4.88	c #Conflicts:      89000 | #Constraints:      18046
4.73/4.88	c #Conflicts:      90000 | #Constraints:      19046
4.73/4.88	c #Conflicts:      91000 | #Constraints:      20046
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:      92000 | #Constraints:      10957
4.73/4.88	c #Conflicts:      93000 | #Constraints:      11957
4.73/4.88	c #Conflicts:      94000 | #Constraints:      12957
4.73/4.88	c #Conflicts:      95000 | #Constraints:      13957
4.73/4.88	c #Conflicts:      96000 | #Constraints:      14957
4.73/4.88	c #Conflicts:      97000 | #Constraints:      15957
4.73/4.88	c #Conflicts:      98000 | #Constraints:      16957
4.73/4.88	c #Conflicts:      99000 | #Constraints:      17957
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:     100000 | #Constraints:      10315
4.73/4.88	c #Conflicts:     101000 | #Constraints:      11315
4.73/4.88	c #Conflicts:     102000 | #Constraints:      12315
4.73/4.88	c #Conflicts:     103000 | #Constraints:      13315
4.73/4.88	c #Conflicts:     104000 | #Constraints:      14315
4.73/4.88	c #Conflicts:     105000 | #Constraints:      15315
4.73/4.88	c #Conflicts:     106000 | #Constraints:      16315
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:     107000 | #Constraints:       9291
4.73/4.88	c #Conflicts:     108000 | #Constraints:      10291
4.73/4.88	c #Conflicts:     109000 | #Constraints:      11291
4.73/4.88	c #Conflicts:     110000 | #Constraints:      12291
4.73/4.88	c #Conflicts:     111000 | #Constraints:      13291
4.73/4.88	c #Conflicts:     112000 | #Constraints:      14291
4.73/4.88	c #Conflicts:     113000 | #Constraints:      15291
4.73/4.88	c #Conflicts:     114000 | #Constraints:      16291
4.73/4.88	c #Conflicts:     115000 | #Constraints:      17291
4.73/4.88	c #Conflicts:     116000 | #Constraints:      18291
4.73/4.88	c #Conflicts:     117000 | #Constraints:      19291
4.73/4.88	c #Conflicts:     118000 | #Constraints:      20291
4.73/4.88	c #Conflicts:     119000 | #Constraints:      21291
4.73/4.88	c #Conflicts:     120000 | #Constraints:      22291
4.73/4.88	c #Conflicts:     121000 | #Constraints:      23291
4.73/4.88	c #Conflicts:     122000 | #Constraints:      24291
4.73/4.88	c #Conflicts:     123000 | #Constraints:      25291
4.73/4.88	c #Conflicts:     124000 | #Constraints:      26291
4.73/4.88	c #Conflicts:     125000 | #Constraints:      27291
4.73/4.88	c #Conflicts:     126000 | #Constraints:      28291
4.73/4.88	c #Conflicts:     127000 | #Constraints:      29291
4.73/4.88	c #Conflicts:     128000 | #Constraints:      30291
4.73/4.88	c #Conflicts:     129000 | #Constraints:      31291
4.73/4.88	c #Conflicts:     130000 | #Constraints:      32291
4.73/4.88	c #Conflicts:     131000 | #Constraints:      33291
4.73/4.88	c #Conflicts:     132000 | #Constraints:      34291
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:     133000 | #Constraints:      18481
4.73/4.88	c #Conflicts:     134000 | #Constraints:      19481
4.73/4.88	c #Conflicts:     135000 | #Constraints:      20481
4.73/4.88	c #Conflicts:     136000 | #Constraints:      21481
4.73/4.88	c #Conflicts:     137000 | #Constraints:      22481
4.73/4.88	c #Conflicts:     138000 | #Constraints:      23481
4.73/4.88	c #Conflicts:     139000 | #Constraints:      24481
4.73/4.88	c #Conflicts:     140000 | #Constraints:      25481
4.73/4.88	c INPROCESSING
4.73/4.88	c GARBAGE COLLECT
4.73/4.88	c #Conflicts:     141000 | #Constraints:      10102
4.73/4.88	c #Conflicts:     142000 | #Constraints:      11102
4.73/4.88	c #Conflicts:     143000 | #Constraints:      12102
4.73/4.88	c #Conflicts:     144000 | #Constraints:      13102
4.73/4.88	c cpu time 4.47614 s
4.73/4.88	c deterministic time 188220636 1.88e+08
4.73/4.88	c optimization time 3.6e-05 s
4.73/4.88	c total solve time 4.47417 s
4.73/4.88	c core-guided solve time 0 s
4.73/4.88	c propagation time 3.12098 s
4.73/4.88	c conflict analysis time 0.901335 s
4.73/4.88	c propagations 3013935
4.73/4.88	c resolve steps 1067176
4.73/4.88	c decisions 188337
4.73/4.88	c conflicts 144927
4.73/4.88	c restarts 381
4.73/4.88	c inprocessing phases 21
4.73/4.88	c garbage collections 21 ,( 100.00 )
4.73/4.88	c input clauses 626 ,( 100.00 )
4.73/4.88	c input cardinalities 0 ,( 0.00 )
4.73/4.88	c input general constraints 0 ,( 0.00 )
4.73/4.88	c input average constraint length 2.96
4.73/4.88	c input average constraint degree 1.00
4.73/4.88	c learned clauses 144926 ,( 100.00 )
4.73/4.88	c learned cardinalities 0 ,( 0.00 )
4.73/4.88	c learned general constraints 0 ,( 0.00 )
4.73/4.88	c learned average constraint length 14.90
4.73/4.88	c learned average constraint degree 1.00
4.73/4.88	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
4.73/4.88	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
4.73/4.88	c watched   constraints 0 ,( -nan ) 
4.73/4.88	c counting  constraints 0 ,( -nan ) 
4.73/4.88	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 68362085 , 0 , 0 ,( 0 , 0 )
4.73/4.88	c gcd simplifications 0
4.73/4.88	c detected cardinalities 0
4.73/4.88	c weakened non-implied lits 0
4.73/4.88	c weakened non-implying lits 0
4.73/4.88	c original variables 173
4.73/4.88	c clausal propagations 2869009
4.73/4.88	c cardinality propagations 0
4.73/4.88	c watched propagations 0
4.73/4.88	c counting propagations 0
4.73/4.88	c watch lookups 68362085
4.73/4.88	c watch backjump lookups 0
4.73/4.88	c watch checks 102695656
4.73/4.88	c propagation checks 2869009
4.73/4.88	c constraint additions 7744466
4.73/4.88	c trail pops 3347147
4.73/4.88	c formula constraints 626
4.73/4.88	c learned constraints 144926
4.73/4.88	c bound constraints 0
4.73/4.88	c core-guided constraints 0
4.73/4.88	c encountered formula constraints 573342
4.73/4.88	c encountered learned constraints 638761
4.73/4.88	c encountered bound constraints 0
4.73/4.88	c encountered core-guided constraints 0
4.73/4.88	c LP total time 0 s
4.73/4.88	c LP solve time 0 s
4.73/4.88	c LP constraints added 0
4.73/4.88	c LP constraints removed 0
4.73/4.88	c LP pivots internal 0
4.73/4.88	c LP pivots root 0
4.73/4.88	c LP calls 0
4.73/4.88	c LP optimalities 0
4.73/4.88	c LP no pivot count 0
4.73/4.88	c LP infeasibilities 0
4.73/4.88	c LP valid Farkas constraints 0
4.73/4.88	c LP learned Farkas constraints 0
4.73/4.88	c LP basis resets 0
4.73/4.88	c LP cycling count 0
4.73/4.88	c LP singular count 0
4.73/4.88	c LP no primal count 0
4.73/4.88	c LP no farkas count 0
4.73/4.88	c LP other issue count 0
4.73/4.88	c LP Gomory cuts 0
4.73/4.88	c LP learned cuts 0
4.73/4.88	c LP deleted cuts 0
4.73/4.88	c LP encountered Gomory constraints 0
4.73/4.88	c LP encountered Farkas constraints 0
4.73/4.88	c LP encountered learned Farkas constraints 0
4.73/4.88	c CG auxiliary variables introduced 0
4.73/4.88	c CG solutions found 0
4.73/4.88	c CG cores constructed 0
4.73/4.88	c CG core cardinality constraints returned 0
4.73/4.88	c CG unit cores 0
4.73/4.88	c CG single cores 0
4.73/4.88	c CG blocks removed during cardinality reduction 0
4.73/4.88	c CG first core best 0
4.73/4.88	c CG decision core best 0
4.73/4.88	c CG core reduction tie 0
4.73/4.88	c CG core degree average 0.00
4.73/4.88	c CG core slack average 0.00
4.73/4.88	c CG core upper bound improvements 0
4.73/4.88	c STR number of successful calls 0
4.73/4.88	c STR number of unsuccessful calls 0
4.73/4.88	c STR number of inconclusive calls 0
4.73/4.88	c STR number of successful attempts 0
4.73/4.88	c STR number of unsuccessful attempts 0
4.73/4.88	c STR number of inconclusive attempts 0
4.73/4.88	c STR average degree increase per successful call inf
4.73/4.88	c STR average degree increase per successful attempt inf
4.73/4.88	c STR total number of conflicts for successful attempts 0
4.73/4.88	c STR total number of conflicts for unsuccessful attempts 0
4.73/4.88	c STR total number of conflicts for inconclusive attempts 0
4.73/4.88	c STR average number of conflicts per successful attempt inf
4.73/4.88	c STR average number of conflicts per unsuccessful attempt inf
4.73/4.88	c STR average number of conflicts per inconclusive attempt inf
4.73/4.88	c AVG.sumWPerc -nan 
4.73/4.88	c bigint constraints 0 
4.73/4.88	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510260-1751196528/watcher-4510260-1751196528 -o /tmp/evaluation-result-4510260-1751196528/solver-4510260-1751196528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760 run-dec-break.sh HOME/instance-4510260-1751196528.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23562, runsolver pid=23552

[startup+0.100056 s]*
/proc/loadavg: 0.80 2.59 3.82 6/270 23577
/proc/meminfo: memFree=129972556/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=55816 memory=11788 CPUtime=0.05 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 522 0 0 0 5 0 0 0 20 0 1 0 35330310 57155584 2947 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 13954 2947 2112 1147 0 1381 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 60008 KiB
Current children cumulated memory: 14860 KiB

[startup+0.205734 s]*
/proc/loadavg: 0.80 2.59 3.82 5/270 23579
/proc/meminfo: memFree=129967492/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=56084 memory=12044 CPUtime=0.16 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 597 0 0 0 15 1 0 0 20 0 1 0 35330310 57430016 3011 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14021 3011 2112 1147 0 1448 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 60276 KiB
Current children cumulated memory: 15116 KiB

[startup+0.304797 s]*
/proc/loadavg: 0.80 2.59 3.82 5/270 23579
/proc/meminfo: memFree=129966988/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=56340 memory=12172 CPUtime=0.26 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 649 0 0 0 23 3 0 0 20 0 1 0 35330310 57692160 3043 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14085 3043 2112 1147 0 1512 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 60532 KiB
Current children cumulated memory: 15244 KiB

[startup+0.700125 s]
/proc/loadavg: 0.80 2.59 3.82 5/270 23579
/proc/meminfo: memFree=129966736/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=56652 memory=12684 CPUtime=0.65 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 766 0 0 0 60 5 0 0 20 0 1 0 35330310 58011648 3171 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14163 3171 2112 1147 0 1590 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 60844 KiB
Current children cumulated memory: 15756 KiB

[startup+1.50014 s]
/proc/loadavg: 0.80 2.59 3.82 3/260 23595
/proc/meminfo: memFree=129971712/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=58528 memory=14212 CPUtime=1.44 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 1261 0 0 0 132 12 0 0 20 0 1 0 35330310 59932672 3553 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14632 3553 2112 1147 0 2059 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 62720 KiB
Current children cumulated memory: 17284 KiB

[startup+3.10503 s]
/proc/loadavg: 1.05 2.61 3.82 5/270 23673
/proc/meminfo: memFree=129957344/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=59540 memory=15100 CPUtime=3.04 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 1686 0 0 0 279 25 0 0 20 0 1 0 35330310 60968960 3775 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14885 3775 2112 1147 0 2312 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 63732 KiB
Current children cumulated memory: 18172 KiB

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

# cumulated CPU time of all completed processes:  user=4.48371 s, system=0.354942 s

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

[startup+3.20016 s]
/proc/loadavg: 1.05 2.61 3.82 5/270 23673
/proc/meminfo: memFree=129957344/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=59540 memory=15100 CPUtime=3.13 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 1686 0 0 0 288 25 0 0 20 0 1 0 35330310 60968960 3775 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 14885 3775 2112 1147 0 2312 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 63732 KiB
Current children cumulated memory: 18172 KiB

[startup+4.00011 s]*
/proc/loadavg: 1.05 2.61 3.82 5/270 23673
/proc/meminfo: memFree=129956664/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=60096 memory=15868 CPUtime=3.93 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 1849 0 0 0 363 30 0 0 20 0 1 0 35330310 61538304 3967 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 15024 3967 2112 1147 0 2451 0
Current children cumulated CPU time: 3.93 s
Current children cumulated vsize: 64288 KiB
Current children cumulated memory: 18940 KiB

[startup+4.40011 s]
/proc/loadavg: 1.05 2.61 3.82 5/270 23673
/proc/meminfo: memFree=129956664/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=61368 memory=17160 CPUtime=4.33 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 2294 0 0 0 401 32 0 0 20 0 1 0 35330310 62840832 4290 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 15342 4290 2112 1147 0 2769 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 65560 KiB
Current children cumulated memory: 20232 KiB

[startup+4.80012 s]
/proc/loadavg: 1.05 2.61 3.82 5/270 23673
/proc/meminfo: memFree=129956664/131250000 swapFree=33010684/33010684
[pid=23562] ppid=23552 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/23562/stat : 23562 (run-dec-break.s) S 23552 23562 23358 0 -1 4194304 235 322 0 0 0 0 0 0 20 0 1 0 35330307 4292608 768 18446744073709551615 94738521481216 94738522375749 140726986881984 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94738522614800 94738522662544 94738539737088 140726986885473 140726986885602 140726986885602 140726986891204 0
/proc/23562/statm: 1048 768 704 219 0 110 0
[pid=23565] ppid=23562 vsize=61368 memory=17160 CPUtime=4.73 cores=0,2
/proc/23565/stat : 23565 (roundingsat) R 23562 23562 23358 0 -1 4194304 2303 0 0 0 439 34 0 0 20 0 1 0 35330310 62840832 4290 18446744073709551615 4227072 8923433 140723747573808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 31301632 140723747576132 140723747576360 140723747576360 140723747581930 0
/proc/23565/statm: 15342 4290 2112 1147 0 2769 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 65560 KiB
Current children cumulated memory: 20232 KiB

Child status: 0

Real time (s): 4.88977
CPU time (s): 4.83865
CPU user time (s): 4.48371
CPU system time (s): 0.354942
CPU usage (%): 98.9545
Max. virtual memory (cumulated for all children) (KiB): 65560
Max. memory (cumulated for all children) (KiB): 20232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48371
system time used= 0.354942
maximum resident set size= 17324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 23562
#   total CPU time (s): 4.83865
#   total CPU user time (s): 4.48371
#   total CPU system time (s): 0.354942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017753 second user time and 0.045054 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 13:28:48
IDJOB=4510260
IDBENCH=160350
IDSOLVER=3357
FILE ID=nodeC019/4510260-1751196528
RUNJOBID= nodeC019-1751196526-23368
SLURM_JOB_ID= 9587609
Free space on /tmp= 433060 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x10split.cnf-plain.pb.metafix.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510260-1751196528/watcher-4510260-1751196528 -o /tmp/evaluation-result-4510260-1751196528/solver-4510260-1751196528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760  run-dec-break.sh HOME/instance-4510260-1751196528.opb

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

MD5SUM BENCH= 94095cb0fcbd0770a6e3256d9b1a67b8
RANDOM SEED=540676382

nodeC019 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		: 3598.311
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.37
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.490
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.37
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		: 3599.683
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.37
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		: 2094.907
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.37
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.686
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.37
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		: 2843.390
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.690
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.37
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		: 3598.843
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129974296 kB
MemAvailable:   129789108 kB
Buffers:            3280 kB
Cached:           624700 kB
SwapCached:            0 kB
Active:           333336 kB
Inactive:         367948 kB
Active(anon):      91372 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   367948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14780 kB
Writeback:             4 kB
AnonPages:         76496 kB
Mapped:           107376 kB
Shmem:             18064 kB
KReclaimable:      88280 kB
Slab:             173164 kB
SReclaimable:      88280 kB
SUnreclaim:        84884 kB
KernelStack:        4224 kB
PageTables:         3064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     362960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC019 at 2025-06-29 13:28:53