Trace number 4514738

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 11.6472 11.6934

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_18.opb
MD5SUM81a3482013934a1c472e0f197243e7de
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 benchmark1.76126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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-4514738-1751219602.opb'
0.00/0.01	c 	read 0.08MB  (1.23ms)
0.00/0.01	c	 [cnf: #variables 552 #clauses 2558 #duplicates 0 #arr 8191]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 460] (1.08ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.90ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 4743 #edges 19648]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.02*10^3 #generators 10] (1.80ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	ran it=0, +gens=2 
0.00/0.01	c 	con best_support=92, best_gens=10, +gens=0
0.00/0.01	c 	(0.88ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=10)
0.00/0.01	c 	added predicates for 12 generators (0.04ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 336 #add_vars 108]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4514738-1751219602.opb.pre'
0.00/0.01	c 	wrote 0.09MB (0.25ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.80ms 28.41% detect_generic
0.00/0.01	c                   1.23ms 19.39% parse
0.00/0.01	c                   1.08ms 17.08% approx_orbits
0.00/0.01	c                   0.90ms 14.23% detect_special
0.00/0.01	c                   0.88ms 13.93% optimize_gens
0.00/0.01	c                   0.25ms  4.02% output
0.00/0.01	c                   0.12ms  1.91% other
0.00/0.01	c                   0.04ms  0.59% break_generic
0.00/0.01	c                   0.03ms  0.44% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   6.35ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 660 #constraints 2893
0.97/1.08	c #Conflicts:       1000 | #Constraints:       3892
0.97/1.08	c #Conflicts:       2000 | #Constraints:       4892
0.97/1.08	c INPROCESSING
0.97/1.08	c GARBAGE COLLECT
0.97/1.08	c #Conflicts:       3000 | #Constraints:       4714
0.97/1.08	c #Conflicts:       4000 | #Constraints:       5714
0.97/1.08	c INPROCESSING
0.97/1.08	c GARBAGE COLLECT
0.97/1.08	c #Conflicts:       5000 | #Constraints:       5122
0.97/1.08	c #Conflicts:       6000 | #Constraints:       6122
0.97/1.08	c INPROCESSING
0.97/1.08	c GARBAGE COLLECT
0.97/1.08	c #Conflicts:       7000 | #Constraints:       5123
0.97/1.08	c #Conflicts:       8000 | #Constraints:       6123
0.97/1.08	c #Conflicts:       9000 | #Constraints:       7123
0.97/1.08	c INPROCESSING
0.97/1.08	c GARBAGE COLLECT
0.97/1.08	c #Conflicts:      10000 | #Constraints:       5823
0.97/1.08	c #Conflicts:      11000 | #Constraints:       6823
0.97/1.08	c #Conflicts:      12000 | #Constraints:       7823
0.97/1.08	c INPROCESSING
0.97/1.08	c GARBAGE COLLECT
0.97/1.08	c rational objective 113.835
4.75/4.83	c #Conflicts:      13000 | #Constraints:       6277
4.75/4.83	c #Conflicts:      14000 | #Constraints:       7277
4.75/4.83	c #Conflicts:      15000 | #Constraints:       8277
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      16000 | #Constraints:       6505
4.75/4.83	c #Conflicts:      17000 | #Constraints:       7505
4.75/4.83	c #Conflicts:      18000 | #Constraints:       8505
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      19000 | #Constraints:       6517
4.75/4.83	c #Conflicts:      20000 | #Constraints:       7517
4.75/4.83	c #Conflicts:      21000 | #Constraints:       8518
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      22000 | #Constraints:       6331
4.75/4.83	c #Conflicts:      23000 | #Constraints:       7331
4.75/4.83	c #Conflicts:      24000 | #Constraints:       8331
4.75/4.83	c #Conflicts:      25000 | #Constraints:       9331
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      26000 | #Constraints:       6934
4.75/4.83	c #Conflicts:      27000 | #Constraints:       7934
4.75/4.83	c #Conflicts:      28000 | #Constraints:       8934
4.75/4.83	c #Conflicts:      29000 | #Constraints:       9934
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      30000 | #Constraints:       7335
4.75/4.83	c #Conflicts:      31000 | #Constraints:       8335
4.75/4.83	c #Conflicts:      32000 | #Constraints:       9335
4.75/4.83	c #Conflicts:      33000 | #Constraints:      10335
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      34000 | #Constraints:       7534
4.75/4.83	c #Conflicts:      35000 | #Constraints:       8534
4.75/4.83	c #Conflicts:      36000 | #Constraints:       9534
4.75/4.83	c #Conflicts:      37000 | #Constraints:      10534
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      38000 | #Constraints:       7542
4.75/4.83	c #Conflicts:      39000 | #Constraints:       8542
4.75/4.83	c #Conflicts:      40000 | #Constraints:       9542
4.75/4.83	c #Conflicts:      41000 | #Constraints:      10542
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      42000 | #Constraints:       7342
4.75/4.83	c #Conflicts:      43000 | #Constraints:       8342
4.75/4.83	c #Conflicts:      44000 | #Constraints:       9342
4.75/4.83	c #Conflicts:      45000 | #Constraints:      10342
4.75/4.83	c #Conflicts:      46000 | #Constraints:      11342
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c #Conflicts:      47000 | #Constraints:       7939
4.75/4.83	c #Conflicts:      48000 | #Constraints:       8939
4.75/4.83	c #Conflicts:      49000 | #Constraints:       9939
4.75/4.83	c #Conflicts:      50000 | #Constraints:      10939
4.75/4.83	c #Conflicts:      51000 | #Constraints:      11939
4.75/4.83	c INPROCESSING
4.75/4.83	c GARBAGE COLLECT
4.75/4.83	c rational objective 113.913
7.74/7.81	c #Conflicts:      52000 | #Constraints:       8341
7.74/7.81	c #Conflicts:      53000 | #Constraints:       9341
7.74/7.81	c #Conflicts:      54000 | #Constraints:      10341
7.74/7.81	c #Conflicts:      55000 | #Constraints:      11341
7.74/7.81	c #Conflicts:      56000 | #Constraints:      12341
7.74/7.81	c INPROCESSING
7.74/7.81	c GARBAGE COLLECT
7.74/7.81	c #Conflicts:      57000 | #Constraints:       8539
7.74/7.81	c #Conflicts:      58000 | #Constraints:       9539
7.74/7.81	c #Conflicts:      59000 | #Constraints:      10539
7.74/7.81	c #Conflicts:      60000 | #Constraints:      11539
7.74/7.81	c #Conflicts:      61000 | #Constraints:      12539
7.74/7.81	c INPROCESSING
7.74/7.81	c GARBAGE COLLECT
7.74/7.81	c #Conflicts:      62000 | #Constraints:       8540
7.74/7.81	c #Conflicts:      63000 | #Constraints:       9540
7.74/7.81	c #Conflicts:      64000 | #Constraints:      10540
7.74/7.81	c #Conflicts:      65000 | #Constraints:      11540
7.74/7.81	c #Conflicts:      66000 | #Constraints:      12540
7.74/7.81	c INPROCESSING
7.74/7.81	c GARBAGE COLLECT
7.74/7.81	c #Conflicts:      67000 | #Constraints:       8339
7.74/7.81	c #Conflicts:      68000 | #Constraints:       9339
7.74/7.81	c #Conflicts:      69000 | #Constraints:      10339
7.74/7.81	c #Conflicts:      70000 | #Constraints:      11339
7.74/7.81	c #Conflicts:      71000 | #Constraints:      12339
7.74/7.81	c #Conflicts:      72000 | #Constraints:      13339
7.74/7.81	c INPROCESSING
7.74/7.81	c GARBAGE COLLECT
7.74/7.81	c #Conflicts:      73000 | #Constraints:       8942
7.74/7.81	c #Conflicts:      74000 | #Constraints:       9942
7.74/7.81	c #Conflicts:      75000 | #Constraints:      10942
7.74/7.81	c #Conflicts:      76000 | #Constraints:      11942
7.74/7.81	c #Conflicts:      77000 | #Constraints:      12942
7.74/7.81	c #Conflicts:      78000 | #Constraints:      13942
7.74/7.81	c INPROCESSING
7.74/7.81	c GARBAGE COLLECT
7.74/7.81	c rational objective 113.932
9.24/9.34	c #Conflicts:      79000 | #Constraints:       9343
9.24/9.34	c #Conflicts:      80000 | #Constraints:      10343
9.24/9.34	c #Conflicts:      81000 | #Constraints:      11343
9.24/9.34	c #Conflicts:      82000 | #Constraints:      12343
9.24/9.34	c #Conflicts:      83000 | #Constraints:      13343
9.24/9.34	c #Conflicts:      84000 | #Constraints:      14343
9.24/9.34	c INPROCESSING
9.24/9.34	c GARBAGE COLLECT
9.24/9.34	c #Conflicts:      85000 | #Constraints:       9542
9.24/9.34	c #Conflicts:      86000 | #Constraints:      10542
9.24/9.34	c #Conflicts:      87000 | #Constraints:      11542
9.24/9.34	c #Conflicts:      88000 | #Constraints:      12542
9.24/9.34	c #Conflicts:      89000 | #Constraints:      13542
9.24/9.34	c #Conflicts:      90000 | #Constraints:      14542
9.24/9.34	c INPROCESSING
9.24/9.34	c GARBAGE COLLECT
9.24/9.34	c rational objective 113.99
11.53/11.69	c #Conflicts:      91000 | #Constraints:       9542
11.53/11.69	c #Conflicts:      92000 | #Constraints:      10542
11.53/11.69	c #Conflicts:      93000 | #Constraints:      11543
11.53/11.69	c #Conflicts:      94000 | #Constraints:      12543
11.53/11.69	c #Conflicts:      95000 | #Constraints:      13543
11.53/11.69	c #Conflicts:      96000 | #Constraints:      14543
11.53/11.69	c INPROCESSING
11.53/11.69	c GARBAGE COLLECT
11.53/11.69	c #Conflicts:      97000 | #Constraints:       9345
11.53/11.69	c #Conflicts:      98000 | #Constraints:      10345
11.53/11.69	c #Conflicts:      99000 | #Constraints:      11345
11.53/11.69	c #Conflicts:     100000 | #Constraints:      12345
11.53/11.69	c #Conflicts:     101000 | #Constraints:      13345
11.53/11.69	c #Conflicts:     102000 | #Constraints:      14345
11.53/11.69	c #Conflicts:     103000 | #Constraints:      15345
11.53/11.69	c INPROCESSING
11.53/11.69	c GARBAGE COLLECT
11.53/11.69	c #Conflicts:     104000 | #Constraints:       7976
11.53/11.69	c #Conflicts:     105000 | #Constraints:       8976
11.53/11.69	c #Conflicts:     106000 | #Constraints:       9976
11.53/11.69	c #Conflicts:     107000 | #Constraints:      10976
11.53/11.69	c #Conflicts:     108000 | #Constraints:      11977
11.53/11.69	c #Conflicts:     109000 | #Constraints:      12977
11.53/11.69	c #Conflicts:     110000 | #Constraints:      13977
11.53/11.69	c INPROCESSING
11.53/11.69	c GARBAGE COLLECT
11.53/11.69	c cpu time 11.2631 s
11.53/11.69	c deterministic time 490626397 4.91e+08
11.53/11.69	c optimization time 2.7e-05 s
11.53/11.69	c total solve time 11.2526 s
11.53/11.69	c core-guided solve time 0 s
11.53/11.69	c propagation time 6.79066 s
11.53/11.69	c conflict analysis time 2.53851 s
11.53/11.69	c propagations 12201664
11.53/11.69	c resolve steps 1968151
11.53/11.69	c decisions 125766
11.53/11.69	c conflicts 110030
11.53/11.69	c restarts 285
11.53/11.69	c inprocessing phases 25
11.53/11.69	c garbage collections 25 ,( 100.00 )
11.53/11.69	c input clauses 2890 ,( 99.90 )
11.53/11.69	c input cardinalities 3 ,( 0.10 )
11.53/11.69	c input general constraints 0 ,( 0.00 )
11.53/11.69	c input average constraint length 3.17
11.53/11.69	c input average constraint degree 1.01
11.53/11.69	c learned clauses 102405 ,( 93.06 )
11.53/11.69	c learned cardinalities 3859 ,( 3.51 )
11.53/11.69	c learned general constraints 3774 ,( 3.43 )
11.53/11.69	c learned average constraint length 37.66
11.53/11.69	c learned average constraint degree 806113.94
11.53/11.69	c watched  CF 32, 64, 128, Arb: 3017 , 0 , 0 , 0
11.53/11.69	c counting CF 32, 64, 128, Arb: 757 , 0 , 0 , 0
11.53/11.69	c watched   constraints 3017 ,( 79.94 ) 
11.53/11.69	c counting  constraints 757 ,( 20.06 ) 
11.53/11.69	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 78908652 , 48995401 , 1657465 ,( 1425051 , 232414 )
11.53/11.69	c gcd simplifications 119
11.53/11.69	c detected cardinalities 63
11.53/11.69	c weakened non-implied lits 295148
11.53/11.69	c weakened non-implying lits 1064
11.53/11.69	c original variables 660
11.53/11.69	c clausal propagations 11637052
11.53/11.69	c cardinality propagations 366745
11.53/11.69	c watched propagations 27606
11.53/11.69	c counting propagations 54258
11.53/11.69	c watch lookups 164803342
11.53/11.69	c watch backjump lookups 0
11.53/11.69	c watch checks 263671564
11.53/11.69	c propagation checks 23628613
11.53/11.69	c constraint additions 13735067
11.53/11.69	c trail pops 12437260
11.53/11.69	c formula constraints 2893
11.53/11.69	c learned constraints 110027
11.53/11.69	c bound constraints 0
11.53/11.69	c core-guided constraints 0
11.53/11.69	c encountered formula constraints 1639394
11.53/11.69	c encountered learned constraints 438784
11.53/11.69	c encountered bound constraints 0
11.53/11.69	c encountered core-guided constraints 0
11.53/11.69	c LP total time 1.59735 s
11.53/11.69	c LP solve time 1.17 s
11.53/11.69	c LP constraints added 2920
11.53/11.69	c LP constraints removed 13
11.53/11.69	c LP pivots internal 11119
11.53/11.69	c LP pivots root 12001
11.53/11.69	c LP calls 22
11.53/11.69	c LP optimalities 13
11.53/11.69	c LP no pivot count 0
11.53/11.69	c LP infeasibilities 7
11.53/11.69	c LP valid Farkas constraints 5
11.53/11.69	c LP learned Farkas constraints 2
11.53/11.69	c LP basis resets 2
11.53/11.69	c LP cycling count 0
11.53/11.69	c LP singular count 0
11.53/11.69	c LP no primal count 0
11.53/11.69	c LP no farkas count 2
11.53/11.69	c LP other issue count 0
11.53/11.69	c LP Gomory cuts 4
11.53/11.69	c LP learned cuts 23
11.53/11.69	c LP deleted cuts 13
11.53/11.69	c LP encountered Gomory constraints 0
11.53/11.69	c LP encountered Farkas constraints 0
11.53/11.69	c LP encountered learned Farkas constraints 1
11.53/11.69	c CG auxiliary variables introduced 0
11.53/11.69	c CG solutions found 0
11.53/11.69	c CG cores constructed 0
11.53/11.69	c CG core cardinality constraints returned 0
11.53/11.69	c CG unit cores 0
11.53/11.69	c CG single cores 0
11.53/11.69	c CG blocks removed during cardinality reduction 0
11.53/11.69	c CG first core best 0
11.53/11.69	c CG decision core best 0
11.53/11.69	c CG core reduction tie 0
11.53/11.69	c CG core degree average 0.00
11.53/11.69	c CG core slack average 0.00
11.53/11.69	c CG core upper bound improvements 0
11.53/11.69	c STR number of successful calls 0
11.53/11.69	c STR number of unsuccessful calls 0
11.53/11.69	c STR number of inconclusive calls 0
11.53/11.69	c STR number of successful attempts 0
11.53/11.69	c STR number of unsuccessful attempts 0
11.53/11.69	c STR number of inconclusive attempts 0
11.53/11.69	c STR average degree increase per successful call inf
11.53/11.69	c STR average degree increase per successful attempt inf
11.53/11.69	c STR total number of conflicts for successful attempts 0
11.53/11.69	c STR total number of conflicts for unsuccessful attempts 0
11.53/11.69	c STR total number of conflicts for inconclusive attempts 0
11.53/11.69	c STR average number of conflicts per successful attempt inf
11.53/11.69	c STR average number of conflicts per unsuccessful attempt inf
11.53/11.69	c STR average number of conflicts per inconclusive attempt inf
11.53/11.69	c AVG.sumWPerc 28.11 
11.53/11.69	c bigint constraints 0 
11.53/11.69	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 (62278 MiB free)
  memory of node 1: 64465 MiB (63902 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514738-1751219602/watcher-4514738-1751219602 -o /tmp/evaluation-result-4514738-1751219602/solver-4514738-1751219602 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28908 --watchdog 3760 run-dec-break.sh HOME/instance-4514738-1751219602.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100057 s]*
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129205564/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=60672 memory=14652 CPUtime=0.06 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 2061 0 0 0 6 0 0 0 20 0 1 0 37638709 62128128 3663 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 15168 3663 2336 1147 0 2595 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 64864 KiB
Current children cumulated memory: 17724 KiB

[startup+0.20553 s]*
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129204808/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=61116 memory=17440 CPUtime=0.17 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 2202 0 0 0 17 0 0 0 20 0 1 0 37638709 62582784 4360 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 15279 4360 2400 1147 0 2706 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65308 KiB
Current children cumulated memory: 20512 KiB

[startup+0.304992 s]*
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129204808/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=61292 memory=17568 CPUtime=0.27 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 2237 0 0 0 26 1 0 0 20 0 1 0 37638709 62763008 4392 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 15323 4392 2400 1147 0 2750 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65484 KiB
Current children cumulated memory: 20640 KiB

[startup+0.700124 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129196744/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=61720 memory=18080 CPUtime=0.66 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 2349 0 0 0 63 3 0 0 20 0 1 0 37638709 63201280 4520 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 15430 4520 2400 1147 0 2857 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65912 KiB
Current children cumulated memory: 21152 KiB

[startup+1.50013 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129196712/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=63496 memory=19744 CPUtime=1.45 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 2773 0 0 0 140 5 0 0 20 0 1 0 37638709 65019904 4936 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 15874 4936 2400 1147 0 3301 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 67688 KiB
Current children cumulated memory: 22816 KiB

[startup+3.10464 s]
/proc/loadavg: 4.10 4.11 4.09 4/263 29685
/proc/meminfo: memFree=129856532/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=64296 memory=20640 CPUtime=3.06 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3002 0 0 0 294 12 0 0 20 0 1 0 37638709 65839104 5160 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16074 5160 2400 1147 0 3501 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68488 KiB
Current children cumulated memory: 23712 KiB

[startup+6.30012 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 29818
/proc/meminfo: memFree=129862872/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=65436 memory=21792 CPUtime=6.24 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3284 0 0 0 603 21 0 0 20 0 1 0 37638709 67006464 5448 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16359 5448 2400 1147 0 3786 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 69628 KiB
Current children cumulated memory: 24864 KiB

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

# cumulated CPU time of all completed processes:  user=11.2727 s, system=0.37445 s

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

[startup+6.40015 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 29818
/proc/meminfo: memFree=129862872/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=65436 memory=21792 CPUtime=6.35 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3285 0 0 0 613 22 0 0 20 0 1 0 37638709 67006464 5448 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16359 5448 2400 1147 0 3786 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 69628 KiB
Current children cumulated memory: 24864 KiB

[startup+9.60011 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 29818
/proc/meminfo: memFree=129862652/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=65740 memory=22048 CPUtime=9.54 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3368 0 0 0 922 32 0 0 20 0 1 0 37638709 67317760 5512 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16435 5512 2400 1147 0 3862 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 69932 KiB
Current children cumulated memory: 25120 KiB

[startup+10.4001 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 29818
/proc/meminfo: memFree=129862784/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=66044 memory=22432 CPUtime=10.33 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3445 0 0 0 1000 33 0 0 20 0 1 0 37638709 67629056 5608 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16511 5608 2400 1147 0 3938 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 70236 KiB
Current children cumulated memory: 25504 KiB

[startup+11.2001 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 29818
/proc/meminfo: memFree=129863036/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=66044 memory=22432 CPUtime=11.13 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3445 0 0 0 1078 35 0 0 20 0 1 0 37638709 67629056 5608 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16511 5608 2400 1147 0 3938 0
Current children cumulated CPU time: 11.13 s
Current children cumulated vsize: 70236 KiB
Current children cumulated memory: 25504 KiB

[startup+11.6001 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 29818
/proc/meminfo: memFree=129863036/131249988 swapFree=33010684/33010684
[pid=29674] ppid=29671 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29674/stat : 29674 (run-dec-break.s) S 29671 29674 28896 0 -1 4194304 238 826 0 0 0 0 0 0 20 0 1 0 37638708 4292608 768 18446744073709551615 94773641883648 94773642778181 140730778821488 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94773643017232 94773643064976 94773652443136 140730778827105 140730778827234 140730778827234 140730778832836 0
/proc/29674/statm: 1048 768 704 219 0 110 0
[pid=29677] ppid=29674 vsize=66044 memory=22432 CPUtime=11.53 cores=1,3
/proc/29677/stat : 29677 (roundingsat) R 29674 29674 28896 0 -1 4194304 3445 0 0 0 1117 36 0 0 20 0 1 0 37638709 67629056 5608 18446744073709551615 4227072 8923433 140724222537248 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22556672 140724222540100 140724222540328 140724222540328 140724222545898 0
/proc/29677/statm: 16511 5608 2400 1147 0 3938 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 70236 KiB
Current children cumulated memory: 25504 KiB

Child status: 0

Real time (s): 11.6934
CPU time (s): 11.6472
CPU user time (s): 11.2727
CPU system time (s): 0.37445
CPU usage (%): 99.605
Max. virtual memory (cumulated for all children) (KiB): 70236
Max. memory (cumulated for all children) (KiB): 25504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2727
system time used= 0.37445
maximum resident set size= 22432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 29674
#   total CPU time (s): 11.6472
#   total CPU user time (s): 11.2727
#   total CPU system time (s): 0.37445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026019 second user time and 0.073799 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 19:53:22
IDJOB=4514738
IDBENCH=162871
IDSOLVER=3357
FILE ID=nodeC031/4514738-1751219602
RUNJOBID= nodeC031-1751215967-28908
SLURM_JOB_ID= 9587654
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_18.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514738-1751219602/watcher-4514738-1751219602 -o /tmp/evaluation-result-4514738-1751219602/solver-4514738-1751219602 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28908 --watchdog 3760  run-dec-break.sh HOME/instance-4514738-1751219602.opb

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

MD5SUM BENCH= 81a3482013934a1c472e0f197243e7de
RANDOM SEED=1993153281

nodeC031 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.902
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3566.948
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129208900 kB
MemAvailable:   129013452 kB
Buffers:            3280 kB
Cached:           614012 kB
SwapCached:            0 kB
Active:          1038068 kB
Inactive:         393932 kB
Active(anon):     832784 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   393932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23252 kB
Writeback:             0 kB
AnonPages:        816072 kB
Mapped:           116544 kB
Shmem:             18064 kB
KReclaimable:      89148 kB
Slab:             175908 kB
SReclaimable:      89148 kB
SUnreclaim:        86760 kB
KernelStack:        4268 kB
PageTables:         4916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1213308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC031 at 2025-06-29 19:53:33