Trace number 4513947

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-log 63f22adUNSAT cert. 26.8594 27.0628

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l045-r044-n1.opb
MD5SUMb9564511887892a7d25b0d6be869bead
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 benchmark2.69735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2484
Total number of constraints5292
Number of constraints which are clauses4464
Number of constraints which are cardinality constraints (but not clauses)828
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4513947-1751216876.opb'
0.00/0.02	c 	read 0.14MB  (6.07ms)
0.00/0.02	c	 [cnf: #variables 2484 #clauses 5292 #duplicates 0 #arr 11412]
0.00/0.02	c output proof to 'PROOFDIR/proof-4513947-1751216876'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 1656] (8.91ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	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.04	c 	 found row 3x1656, generating row predicate
0.00/0.04	c 	 (11.88ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 15228 #edges 37728]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.05	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.92ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.08/0.16	c 
0.08/0.16	c generation finished
0.08/0.16	c 	[sbp: #constraints 9932 #add_vars 3310]
0.08/0.16	c 
0.08/0.16	c write result to 'HOME/instance-4513947-1751216876.opb.pre'
0.08/0.17	c 	wrote 0.50MB (3.50ms)
0.08/0.17	c ------------------------------------------------------------------
0.08/0.17	c                 117.57ms 77.31% other
0.08/0.17	c                  11.88ms  7.81% detect_special
0.08/0.17	c                   8.91ms  5.86% approx_orbits
0.08/0.17	c                   6.07ms  3.99% parse
0.08/0.17	c                   3.92ms  2.58% detect_generic
0.08/0.17	c                   3.50ms  2.30% output
0.08/0.17	c                   0.22ms  0.15% finalize_order
0.08/0.17	c         ───────────────────────────────────────────────
0.08/0.17	c                 152.08ms   100% total
0.08/0.17	c ------------------------------------------------------------------
0.08/0.20	c RoundingSat 2
0.08/0.20	c branch pb25
0.08/0.20	c commit 63f22ad
0.37/0.44	c #variables 5794 #constraints 16052
3.43/3.50	c #Conflicts:       1000 | #Constraints:      17051
3.43/3.50	c #Conflicts:       2000 | #Constraints:      18051
3.43/3.50	c INPROCESSING
3.43/3.50	c #Conflicts:       3000 | #Constraints:      18665
3.43/3.50	c #Conflicts:       4000 | #Constraints:      19665
3.43/3.50	c #Conflicts:       5000 | #Constraints:      20665
3.43/3.50	c #Conflicts:       6000 | #Constraints:      21665
3.43/3.50	c INPROCESSING
3.43/3.50	c GARBAGE COLLECT
3.43/3.50	c #Conflicts:       7000 | #Constraints:      20091
3.43/3.50	c #Conflicts:       8000 | #Constraints:      21091
3.43/3.50	c #Conflicts:       9000 | #Constraints:      22091
3.43/3.50	c INPROCESSING
3.43/3.50	c GARBAGE COLLECT
3.43/3.50	c #Conflicts:      10000 | #Constraints:      20157
3.43/3.50	c #Conflicts:      11000 | #Constraints:      21157
3.43/3.50	c #Conflicts:      12000 | #Constraints:      22157
3.43/3.50	c INPROCESSING
3.43/3.50	c GARBAGE COLLECT
3.43/3.50	c rational objective 829
4.13/4.29	c #Conflicts:      13000 | #Constraints:      19960
4.13/4.29	c #Conflicts:      14000 | #Constraints:      20960
4.13/4.29	c #Conflicts:      15000 | #Constraints:      21960
4.13/4.29	c #Conflicts:      16000 | #Constraints:      22960
4.13/4.29	c INPROCESSING
4.13/4.29	c GARBAGE COLLECT
4.13/4.29	c rational objective 829
5.13/5.20	c #Conflicts:      17000 | #Constraints:      20526
5.13/5.20	c #Conflicts:      18000 | #Constraints:      21526
5.13/5.20	c #Conflicts:      19000 | #Constraints:      22526
5.13/5.20	c #Conflicts:      20000 | #Constraints:      23526
5.13/5.20	c INPROCESSING
5.13/5.20	c GARBAGE COLLECT
5.13/5.20	c rational objective 829
8.42/8.59	c #Conflicts:      21000 | #Constraints:      20850
8.42/8.59	c #Conflicts:      22000 | #Constraints:      21850
8.42/8.59	c #Conflicts:      23000 | #Constraints:      22850
8.42/8.59	c #Conflicts:      24000 | #Constraints:      23850
8.42/8.59	c INPROCESSING
8.42/8.59	c GARBAGE COLLECT
8.42/8.59	c #Conflicts:      25000 | #Constraints:      20961
8.42/8.59	c #Conflicts:      26000 | #Constraints:      21961
8.42/8.59	c #Conflicts:      27000 | #Constraints:      22961
8.42/8.59	c #Conflicts:      28000 | #Constraints:      23961
8.42/8.59	c INPROCESSING
8.42/8.59	c GARBAGE COLLECT
8.42/8.59	c #Conflicts:      29000 | #Constraints:      20844
8.42/8.59	c #Conflicts:      30000 | #Constraints:      21844
8.42/8.59	c #Conflicts:      31000 | #Constraints:      22844
8.42/8.59	c #Conflicts:      32000 | #Constraints:      23844
8.42/8.59	c #Conflicts:      33000 | #Constraints:      24844
8.42/8.59	c INPROCESSING
8.42/8.59	c GARBAGE COLLECT
8.42/8.59	c #Conflicts:      34000 | #Constraints:      21562
8.42/8.59	c #Conflicts:      35000 | #Constraints:      22562
8.42/8.59	c #Conflicts:      36000 | #Constraints:      23562
8.42/8.59	c #Conflicts:      37000 | #Constraints:      24562
8.42/8.59	c #Conflicts:      38000 | #Constraints:      25562
8.42/8.59	c INPROCESSING
8.42/8.59	c GARBAGE COLLECT
8.42/8.59	c rational objective 829
9.51/9.60	c #Conflicts:      39000 | #Constraints:      22066
9.51/9.60	c #Conflicts:      40000 | #Constraints:      23066
9.51/9.60	c #Conflicts:      41000 | #Constraints:      24066
9.51/9.60	c #Conflicts:      42000 | #Constraints:      25066
9.51/9.60	c INPROCESSING
9.51/9.60	c GARBAGE COLLECT
9.51/9.60	c rational objective 829
10.52/10.66	c #Conflicts:      43000 | #Constraints:      21368
10.52/10.66	c #Conflicts:      44000 | #Constraints:      22368
10.52/10.66	c #Conflicts:      45000 | #Constraints:      23368
10.52/10.66	c #Conflicts:      46000 | #Constraints:      24368
10.52/10.66	c #Conflicts:      47000 | #Constraints:      25368
10.52/10.66	c #Conflicts:      48000 | #Constraints:      26368
10.52/10.66	c INPROCESSING
10.52/10.66	c GARBAGE COLLECT
10.52/10.66	c rational objective 829
12.61/12.75	c #Conflicts:      49000 | #Constraints:      22485
12.61/12.75	c #Conflicts:      50000 | #Constraints:      23485
12.61/12.75	c #Conflicts:      51000 | #Constraints:      24485
12.61/12.75	c #Conflicts:      52000 | #Constraints:      25485
12.61/12.75	c #Conflicts:      53000 | #Constraints:      26485
12.61/12.75	c INPROCESSING
12.61/12.75	c GARBAGE COLLECT
12.61/12.75	c #Conflicts:      54000 | #Constraints:      22362
12.61/12.75	c #Conflicts:      55000 | #Constraints:      23362
12.61/12.75	c #Conflicts:      56000 | #Constraints:      24362
12.61/12.75	c #Conflicts:      57000 | #Constraints:      25362
12.61/12.75	c #Conflicts:      58000 | #Constraints:      26362
12.61/12.75	c INPROCESSING
12.61/12.75	c GARBAGE COLLECT
12.61/12.75	c rational objective 829
14.02/14.17	c #Conflicts:      59000 | #Constraints:      22057
14.02/14.17	c #Conflicts:      60000 | #Constraints:      23057
14.02/14.17	c #Conflicts:      61000 | #Constraints:      24057
14.02/14.17	c #Conflicts:      62000 | #Constraints:      25057
14.02/14.17	c #Conflicts:      63000 | #Constraints:      26057
14.02/14.17	c #Conflicts:      64000 | #Constraints:      27057
14.02/14.17	c INPROCESSING
14.02/14.17	c GARBAGE COLLECT
14.02/14.17	c rational objective 829
18.49/18.67	c #Conflicts:      65000 | #Constraints:      22574
18.49/18.67	c #Conflicts:      66000 | #Constraints:      23574
18.49/18.67	c #Conflicts:      67000 | #Constraints:      24574
18.49/18.67	c #Conflicts:      68000 | #Constraints:      25574
18.49/18.67	c #Conflicts:      69000 | #Constraints:      26574
18.49/18.67	c #Conflicts:      70000 | #Constraints:      27574
18.49/18.67	c #Conflicts:      71000 | #Constraints:      28574
18.49/18.67	c #Conflicts:      72000 | #Constraints:      29574
18.49/18.67	c #Conflicts:      73000 | #Constraints:      30574
18.49/18.67	c #Conflicts:      74000 | #Constraints:      31574
18.49/18.67	c #Conflicts:      75000 | #Constraints:      32574
18.49/18.67	c #Conflicts:      76000 | #Constraints:      33574
18.49/18.67	c #Conflicts:      77000 | #Constraints:      34574
18.49/18.67	c #Conflicts:      78000 | #Constraints:      35574
18.49/18.67	c #Conflicts:      79000 | #Constraints:      36574
18.49/18.67	c #Conflicts:      80000 | #Constraints:      37574
18.49/18.67	c #Conflicts:      81000 | #Constraints:      38574
18.49/18.67	c #Conflicts:      82000 | #Constraints:      39574
18.49/18.67	c #Conflicts:      83000 | #Constraints:      40574
18.49/18.67	c #Conflicts:      84000 | #Constraints:      41574
18.49/18.67	c INPROCESSING
18.49/18.67	c GARBAGE COLLECT
18.49/18.67	c rational objective 829
20.59/20.71	c #Conflicts:      85000 | #Constraints:      29687
20.59/20.71	c #Conflicts:      86000 | #Constraints:      30687
20.59/20.71	c #Conflicts:      87000 | #Constraints:      31687
20.59/20.71	c #Conflicts:      88000 | #Constraints:      32687
20.59/20.71	c #Conflicts:      89000 | #Constraints:      33687
20.59/20.71	c #Conflicts:      90000 | #Constraints:      34687
20.59/20.71	c #Conflicts:      91000 | #Constraints:      35687
20.59/20.71	c INPROCESSING
20.59/20.71	c GARBAGE COLLECT
20.59/20.71	c rational objective 829
22.38/22.55	c #Conflicts:      92000 | #Constraints:      26732
22.38/22.55	c #Conflicts:      93000 | #Constraints:      27732
22.38/22.55	c #Conflicts:      94000 | #Constraints:      28732
22.38/22.55	c #Conflicts:      95000 | #Constraints:      29732
22.38/22.55	c #Conflicts:      96000 | #Constraints:      30732
22.38/22.55	c #Conflicts:      97000 | #Constraints:      31732
22.38/22.55	c #Conflicts:      98000 | #Constraints:      32732
22.38/22.55	c #Conflicts:      99000 | #Constraints:      33732
22.38/22.55	c INPROCESSING
22.38/22.55	c GARBAGE COLLECT
22.38/22.55	c rational objective 829
23.99/24.14	c #Conflicts:     100000 | #Constraints:      26174
23.99/24.14	c #Conflicts:     101000 | #Constraints:      27174
23.99/24.14	c #Conflicts:     102000 | #Constraints:      28174
23.99/24.14	c #Conflicts:     103000 | #Constraints:      29174
23.99/24.14	c #Conflicts:     104000 | #Constraints:      30174
23.99/24.14	c #Conflicts:     105000 | #Constraints:      31174
23.99/24.14	c #Conflicts:     106000 | #Constraints:      32174
23.99/24.14	c INPROCESSING
23.99/24.14	c GARBAGE COLLECT
23.99/24.14	c rational objective 829
25.67/25.85	c #Conflicts:     107000 | #Constraints:      25160
25.67/25.85	c #Conflicts:     108000 | #Constraints:      26160
25.67/25.85	c #Conflicts:     109000 | #Constraints:      27160
25.67/25.85	c #Conflicts:     110000 | #Constraints:      28160
25.67/25.85	c #Conflicts:     111000 | #Constraints:      29160
25.67/25.85	c #Conflicts:     112000 | #Constraints:      30160
25.67/25.85	c #Conflicts:     113000 | #Constraints:      31160
25.67/25.85	c #Conflicts:     114000 | #Constraints:      32160
25.67/25.85	c INPROCESSING
25.67/25.85	c GARBAGE COLLECT
25.67/25.85	c rational objective 829
26.83/27.06	c #Conflicts:     115000 | #Constraints:      25364
26.83/27.06	c #Conflicts:     116000 | #Constraints:      26364
26.83/27.06	c #Conflicts:     117000 | #Constraints:      27364
26.83/27.06	c #Conflicts:     118000 | #Constraints:      28364
26.83/27.06	c cpu time 25.9583 s
26.83/27.06	c deterministic time 627087079 6.27e+08
26.83/27.06	c optimization time 5.2e-05 s
26.83/27.06	c total solve time 25.7687 s
26.83/27.06	c core-guided solve time 0 s
26.83/27.06	c propagation time 10.5969 s
26.83/27.06	c conflict analysis time 11.0486 s
26.83/27.06	c propagations 50317744
26.83/27.06	c resolve steps 5127593
26.83/27.06	c decisions 309207
26.83/27.06	c conflicts 118479
26.83/27.06	c restarts 316
26.83/27.06	c inprocessing phases 20
26.83/27.06	c garbage collections 19 ,( 95.00 )
26.83/27.06	c input clauses 15224 ,( 94.84 )
26.83/27.06	c input cardinalities 828 ,( 5.16 )
26.83/27.06	c input general constraints 0 ,( 0.00 )
26.83/27.06	c input average constraint length 2.72
26.83/27.06	c input average constraint degree 1.05
26.83/27.06	c learned clauses 118579 ,( 99.91 )
26.83/27.06	c learned cardinalities 97 ,( 0.08 )
26.83/27.06	c learned general constraints 6 ,( 0.01 )
26.83/27.06	c learned average constraint length 138.14
26.83/27.06	c learned average constraint degree 1.00
26.83/27.06	c watched  CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
26.83/27.06	c counting CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
26.83/27.06	c watched   constraints 3 ,( 50.00 ) 
26.83/27.06	c counting  constraints 3 ,( 50.00 ) 
26.83/27.06	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 126955199 , 8576946 , 361 ,( 360 , 1 )
26.83/27.06	c gcd simplifications 206
26.83/27.06	c detected cardinalities 2
26.83/27.06	c weakened non-implied lits 93132
26.83/27.06	c weakened non-implying lits 11
26.83/27.06	c original variables 5794
26.83/27.06	c clausal propagations 43415529
26.83/27.06	c cardinality propagations 6783720
26.83/27.06	c watched propagations 17
26.83/27.06	c counting propagations 0
26.83/27.06	c watch lookups 135557657
26.83/27.06	c watch backjump lookups 0
26.83/27.06	c watch checks 271297536
26.83/27.06	c propagation checks 69095253
26.83/27.06	c constraint additions 49739984
26.83/27.06	c trail pops 50744524
26.83/27.06	c formula constraints 16052
26.83/27.06	c learned constraints 118478
26.83/27.06	c bound constraints 0
26.83/27.06	c core-guided constraints 0
26.83/27.06	c encountered formula constraints 3158033
26.83/27.06	c encountered learned constraints 2087017
26.83/27.06	c encountered bound constraints 0
26.83/27.06	c encountered core-guided constraints 0
26.83/27.06	c LP total time 1.98 s
26.83/27.06	c LP solve time 0.58 s
26.83/27.06	c LP constraints added 18213
26.83/27.06	c LP constraints removed 1935
26.83/27.06	c LP pivots internal 13010
26.83/27.06	c LP pivots root 12163
26.83/27.06	c LP calls 25
26.83/27.06	c LP optimalities 23
26.83/27.06	c LP no pivot count 2
26.83/27.06	c LP infeasibilities 0
26.83/27.06	c LP valid Farkas constraints 0
26.83/27.06	c LP learned Farkas constraints 0
26.83/27.06	c LP basis resets 0
26.83/27.06	c LP cycling count 0
26.83/27.06	c LP singular count 0
26.83/27.06	c LP no primal count 0
26.83/27.06	c LP no farkas count 0
26.83/27.06	c LP other issue count 0
26.83/27.06	c LP Gomory cuts 204
26.83/27.06	c LP learned cuts 1957
26.83/27.06	c LP deleted cuts 1935
26.83/27.06	c LP encountered Gomory constraints 1022
26.83/27.06	c LP encountered Farkas constraints 0
26.83/27.06	c LP encountered learned Farkas constraints 0
26.83/27.06	c CG auxiliary variables introduced 0
26.83/27.06	c CG solutions found 0
26.83/27.06	c CG cores constructed 0
26.83/27.06	c CG core cardinality constraints returned 0
26.83/27.06	c CG unit cores 0
26.83/27.06	c CG single cores 0
26.83/27.06	c CG blocks removed during cardinality reduction 0
26.83/27.06	c CG first core best 0
26.83/27.06	c CG decision core best 0
26.83/27.06	c CG core reduction tie 0
26.83/27.06	c CG core degree average 0.00
26.83/27.06	c CG core slack average 0.00
26.83/27.06	c CG core upper bound improvements 0
26.83/27.06	c STR number of successful calls 0
26.83/27.06	c STR number of unsuccessful calls 0
26.83/27.06	c STR number of inconclusive calls 0
26.83/27.06	c STR number of successful attempts 0
26.83/27.06	c STR number of unsuccessful attempts 0
26.83/27.06	c STR number of inconclusive attempts 0
26.83/27.06	c STR average degree increase per successful call inf
26.83/27.06	c STR average degree increase per successful attempt inf
26.83/27.06	c STR total number of conflicts for successful attempts 0
26.83/27.06	c STR total number of conflicts for unsuccessful attempts 0
26.83/27.06	c STR total number of conflicts for inconclusive attempts 0
26.83/27.06	c STR average number of conflicts per successful attempt inf
26.83/27.06	c STR average number of conflicts per unsuccessful attempt inf
26.83/27.06	c STR average number of conflicts per inconclusive attempt inf
26.83/27.06	c AVG.sumWPerc 32.23 
26.83/27.06	c bigint constraints 0 
26.83/27.06	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 18:56:49 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: 63794 MiB (63149 MiB free)
  memory of node 1: 64507 MiB (63985 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513947-1751216876/watcher-4513947-1751216876 -o /tmp/evaluation-result-4513947-1751216876/solver-4513947-1751216876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27474 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4513947-1751216876.opb PROOFDIR/proof-4513947-1751216876 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=28017, runsolver pid=28014
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 1.83 4.62 6.47 5/256 28019
/proc/meminfo: memFree=130186072/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28019] ppid=28017 vsize=16424 memory=8720 CPUtime=0.08 cores=5,7
/proc/28019/stat : 28019 (pbsuma) R 28017 28017 27461 0 -1 4194304 1738 0 0 0 7 1 0 0 20 0 1 0 37366957 16818176 2180 18446744073709551615 4210688 4653049 140723645194672 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 4820992 140723645200611 140723645200946 140723645200946 140723645206511 0
/proc/28019/statm: 4106 2180 992 108 0 1514 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 20616 KiB
Current children cumulated memory: 11664 KiB

[startup+0.206418 s]*
/proc/loadavg: 1.83 4.62 6.47 4/256 28020
/proc/meminfo: memFree=130182852/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=56820 memory=10112 CPUtime=0.01 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 719 0 0 0 1 0 0 0 20 0 1 0 37366975 58183680 2528 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 14205 2528 2016 1147 0 1632 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 61012 KiB
Current children cumulated memory: 13056 KiB

[startup+0.306432 s]*
/proc/loadavg: 2.01 4.61 6.46 5/256 28020
/proc/meminfo: memFree=130182616/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=60144 memory=13696 CPUtime=0.11 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 1670 0 0 0 9 2 0 0 20 0 1 0 37366975 61587456 3424 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 15036 3424 2016 1147 0 2463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 64336 KiB
Current children cumulated memory: 16640 KiB

[startup+0.700333 s]
/proc/loadavg: 2.01 4.61 6.46 5/256 28020
/proc/meminfo: memFree=130166992/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=81176 memory=35416 CPUtime=0.49 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 6943 0 0 0 43 6 0 0 20 0 1 0 37366975 83124224 8854 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 20294 8854 2272 1147 0 7721 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 85368 KiB
Current children cumulated memory: 38360 KiB

[startup+1.50035 s]
/proc/loadavg: 2.01 4.61 6.46 5/256 28020
/proc/meminfo: memFree=130156912/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=81044 memory=36184 CPUtime=1.28 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 7111 0 0 0 106 22 0 0 20 0 1 0 37366975 82989056 9046 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 20261 9046 2336 1147 0 7688 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 85236 KiB
Current children cumulated memory: 39128 KiB

[startup+3.11327 s]
/proc/loadavg: 2.01 4.61 6.46 5/256 28020
/proc/meminfo: memFree=130122100/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=82904 memory=41208 CPUtime=2.9 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 7900 0 0 0 264 26 0 0 20 0 1 0 37366975 84893696 10302 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 20726 10302 2336 1147 0 8153 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 87096 KiB
Current children cumulated memory: 44152 KiB

[startup+6.30033 s]
/proc/loadavg: 2.17 4.60 6.44 5/256 28020
/proc/meminfo: memFree=130065420/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=89172 memory=46840 CPUtime=6.08 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 9266 0 0 0 575 33 0 0 20 0 1 0 37366975 91312128 11710 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 22293 11710 2368 1147 0 9720 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 93364 KiB
Current children cumulated memory: 49784 KiB

[startup+12.7003 s]
/proc/loadavg: 2.31 4.59 6.43 5/256 28020
/proc/meminfo: memFree=130000908/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=91892 memory=47096 CPUtime=12.46 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 9348 0 0 0 1201 45 0 0 20 0 1 0 37366975 94097408 11774 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 22973 11774 2368 1147 0 10400 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 96084 KiB
Current children cumulated memory: 50040 KiB

[startup+25.5004 s]
/proc/loadavg: 2.57 4.57 6.41 5/259 28023
/proc/meminfo: memFree=129856508/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=105544 memory=60428 CPUtime=25.22 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 10648 0 0 0 2454 68 0 0 20 0 1 0 37366975 108077056 15107 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 26386 15107 2368 1147 0 13813 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 109736 KiB
Current children cumulated memory: 63372 KiB

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

# cumulated CPU time of all completed processes:  user=26.1051 s, system=0.754249 s

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

[startup+25.6005 s]
/proc/loadavg: 2.57 4.57 6.41 5/259 28023
/proc/meminfo: memFree=129856508/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=105544 memory=60428 CPUtime=25.32 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 10648 0 0 0 2463 69 0 0 20 0 1 0 37366975 108077056 15107 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 26386 15107 2368 1147 0 13813 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 109736 KiB
Current children cumulated memory: 63372 KiB

[startup+26.4003 s]
/proc/loadavg: 2.77 4.58 6.40 5/259 28023
/proc/meminfo: memFree=129856508/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=105816 memory=60428 CPUtime=26.12 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 10667 0 0 0 2542 70 0 0 20 0 1 0 37366975 108355584 15107 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 26454 15107 2368 1147 0 13881 0
Current children cumulated CPU time: 26.27 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 63372 KiB

[startup+26.8003 s]
/proc/loadavg: 2.77 4.58 6.40 5/259 28023
/proc/meminfo: memFree=129856508/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=105816 memory=60428 CPUtime=26.52 cores=5,7
/proc/28020/stat : 28020 (roundingsat) R 28017 28017 27461 0 -1 4194304 10667 0 0 0 2581 71 0 0 20 0 1 0 37366975 108355584 15107 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 26454 15107 2368 1147 0 13881 0
Current children cumulated CPU time: 26.67 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 63372 KiB

[startup+27.0003 s]*
/proc/loadavg: 2.77 4.58 6.40 4/259 28023
/proc/meminfo: memFree=129837172/131382120 swapFree=33010416/33010684
[pid=28017] ppid=28014 vsize=4192 memory=2944 CPUtime=0.15 cores=5,7
/proc/28017/stat : 28017 (run-dec-break-l) S 28014 28017 27461 0 -1 4194304 239 2071 0 0 0 0 13 2 20 0 1 0 37366956 4292608 736 18446744073709551615 94459517636608 94459518531141 140724636028224 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94459518770192 94459518817936 94459525554176 140724636035349 140724636035550 140724636035550 140724636041152 0
/proc/28017/statm: 1048 736 672 219 0 110 0
[pid=28020] ppid=28017 vsize=105816 memory=60428 CPUtime=26.68 cores=5,7
/proc/28020/stat : 28020 (roundingsat) D 28017 28017 27461 0 -1 4194304 10668 0 0 0 2596 72 0 0 20 0 1 0 37366975 108355584 15107 18446744073709551615 4227072 8923433 140733190288976 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 27963392 140733190297844 140733190298152 140733190298152 140733190303722 0
/proc/28020/statm: 26454 15107 2368 1147 0 13881 0
Current children cumulated CPU time: 26.83 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 63372 KiB

Child status: 0

Real time (s): 27.0628
CPU time (s): 26.8594
CPU user time (s): 26.1051
CPU system time (s): 0.754249
CPU usage (%): 99.2486
Max. virtual memory (cumulated for all children) (KiB): 110008
Max. memory (cumulated for all children) (KiB): 63372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.1051
system time used= 0.754249
maximum resident set size= 60428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 127048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3376
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 28017
#   total CPU time (s): 26.8594
#   total CPU user time (s): 26.1051
#   total CPU system time (s): 0.754249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.168987 second user time and 0.323261 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 19:07:56
IDJOB=4513947
IDBENCH=162582
IDSOLVER=3358
FILE ID=nodeC006/4513947-1751216876
RUNJOBID= nodeC006-1751216867-27474
SLURM_JOB_ID= 9587659
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l045-r044-n1.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513947-1751216876/watcher-4513947-1751216876 -o /tmp/evaluation-result-4513947-1751216876/solver-4513947-1751216876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27474 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4513947-1751216876.opb PROOFDIR/proof-4513947-1751216876

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

MD5SUM BENCH= b9564511887892a7d25b0d6be869bead
RANDOM SEED=123541874

nodeC006 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	: 0xb00001f
cpu MHz		: 3662.690
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.671
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.259
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.101
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.698
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.147
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.347
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 2996.767
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130186072 kB
MemAvailable:   129854064 kB
Buffers:            2128 kB
Cached:           476696 kB
SwapCached:           12 kB
Active:           450288 kB
Inactive:         205964 kB
Active(anon):     182728 kB
Inactive(anon):    12740 kB
Active(file):     267560 kB
Inactive(file):   193224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             64248 kB
Writeback:           220 kB
AnonPages:        180612 kB
Mapped:           115612 kB
Shmem:             17948 kB
KReclaimable:      93284 kB
Slab:             175960 kB
SReclaimable:      93284 kB
SUnreclaim:        82676 kB
KernelStack:        4160 kB
PageTables:         3540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     526036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC006 at 2025-06-29 19:08:23