Trace number 4542780

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. 15.2183 15.2871

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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-4542780-1753219076.opb'
0.00/0.01	c 	read 0.06MB  (1.60ms)
0.00/0.01	c	 [cnf: #variables 1729 #clauses 866 #duplicates 0 #arr 6916]
0.00/0.01	c output proof to '/tmp/proof-4542780-1753219076'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (2.65ms)
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.34ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 7782 #edges 24206]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.65ms)
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 generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4542780-1753219076.opb.pre'
0.00/0.02	c 	wrote 0.06MB (0.33ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.65ms 43.77% approx_orbits
0.00/0.02	c                   1.60ms 26.42% parse
0.00/0.02	c                   0.65ms 10.78% detect_generic
0.00/0.02	c                   0.42ms  6.90% other
0.00/0.02	c                   0.34ms  5.58% detect_special
0.00/0.02	c                   0.33ms  5.39% output
0.00/0.02	c                   0.07ms  1.15% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   6.05ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.04	c #variables 1729 #constraints 866
0.00/0.05	c rational objective 287.5
0.96/1.06	c #Conflicts:       1000 | #Constraints:       1886
0.96/1.06	c #Conflicts:       2000 | #Constraints:       2886
0.96/1.06	c INPROCESSING
0.96/1.06	c GARBAGE COLLECT
0.96/1.06	c #Conflicts:       3000 | #Constraints:       2905
0.96/1.06	c #Conflicts:       4000 | #Constraints:       3905
0.96/1.06	c INPROCESSING
0.96/1.06	c GARBAGE COLLECT
0.96/1.06	c #Conflicts:       5000 | #Constraints:       3326
0.96/1.06	c #Conflicts:       6000 | #Constraints:       4326
0.96/1.06	c INPROCESSING
0.96/1.06	c GARBAGE COLLECT
0.96/1.06	c rational objective 289.5
2.14/2.20	c #Conflicts:       7000 | #Constraints:       3353
2.14/2.20	c #Conflicts:       8000 | #Constraints:       4353
2.14/2.20	c #Conflicts:       9000 | #Constraints:       5353
2.14/2.20	c INPROCESSING
2.14/2.20	c GARBAGE COLLECT
2.14/2.20	c #Conflicts:      10000 | #Constraints:       4057
2.14/2.20	c #Conflicts:      11000 | #Constraints:       5057
2.14/2.20	c #Conflicts:      12000 | #Constraints:       6057
2.14/2.20	c INPROCESSING
2.14/2.20	c GARBAGE COLLECT
2.14/2.20	c #Conflicts:      13000 | #Constraints:       4516
2.14/2.20	c #Conflicts:      14000 | #Constraints:       5516
2.14/2.20	c #Conflicts:      15000 | #Constraints:       6516
2.14/2.20	c INPROCESSING
2.14/2.20	c GARBAGE COLLECT
2.14/2.20	c #Conflicts:      16000 | #Constraints:       4745
2.14/2.20	c #Conflicts:      17000 | #Constraints:       5745
2.14/2.20	c #Conflicts:      18000 | #Constraints:       6745
2.14/2.20	c INPROCESSING
2.14/2.20	c GARBAGE COLLECT
2.14/2.20	c rational objective 290.5
2.35/2.47	c #Conflicts:      19000 | #Constraints:       4758
2.35/2.47	c #Conflicts:      20000 | #Constraints:       5758
2.35/2.47	c #Conflicts:      21000 | #Constraints:       6758
2.35/2.47	c INPROCESSING
2.35/2.47	c GARBAGE COLLECT
2.35/2.47	c rational objective 290.5
2.95/3.06	c #Conflicts:      22000 | #Constraints:       4593
2.95/3.06	c #Conflicts:      23000 | #Constraints:       5593
2.95/3.06	c #Conflicts:      24000 | #Constraints:       6593
2.95/3.06	c #Conflicts:      25000 | #Constraints:       7593
2.95/3.06	c INPROCESSING
2.95/3.06	c GARBAGE COLLECT
2.95/3.06	c #Conflicts:      26000 | #Constraints:       5192
2.95/3.06	c #Conflicts:      27000 | #Constraints:       6192
2.95/3.06	c #Conflicts:      28000 | #Constraints:       7192
2.95/3.06	c #Conflicts:      29000 | #Constraints:       8192
2.95/3.06	c INPROCESSING
2.95/3.06	c GARBAGE COLLECT
2.95/3.06	c rational objective 291.5
3.64/3.74	c #Conflicts:      30000 | #Constraints:       5595
3.64/3.74	c #Conflicts:      31000 | #Constraints:       6595
3.64/3.74	c #Conflicts:      32000 | #Constraints:       7595
3.64/3.74	c #Conflicts:      33000 | #Constraints:       8595
3.64/3.74	c INPROCESSING
3.64/3.74	c GARBAGE COLLECT
3.64/3.74	c #Conflicts:      34000 | #Constraints:       5794
3.64/3.74	c #Conflicts:      35000 | #Constraints:       6794
3.64/3.74	c #Conflicts:      36000 | #Constraints:       7794
3.64/3.74	c #Conflicts:      37000 | #Constraints:       8794
3.64/3.74	c INPROCESSING
3.64/3.74	c GARBAGE COLLECT
3.64/3.74	c rational objective 291.5
4.95/5.02	c #Conflicts:      38000 | #Constraints:       5798
4.95/5.02	c #Conflicts:      39000 | #Constraints:       6799
4.95/5.02	c #Conflicts:      40000 | #Constraints:       7799
4.95/5.02	c #Conflicts:      41000 | #Constraints:       8799
4.95/5.02	c INPROCESSING
4.95/5.02	c GARBAGE COLLECT
4.95/5.02	c #Conflicts:      42000 | #Constraints:       5593
4.95/5.02	c #Conflicts:      43000 | #Constraints:       6594
4.95/5.02	c #Conflicts:      44000 | #Constraints:       7595
4.95/5.02	c #Conflicts:      45000 | #Constraints:       8595
4.95/5.02	c #Conflicts:      46000 | #Constraints:       9595
4.95/5.02	c INPROCESSING
4.95/5.02	c GARBAGE COLLECT
4.95/5.02	c #Conflicts:      47000 | #Constraints:       6189
4.95/5.02	c #Conflicts:      48000 | #Constraints:       7189
4.95/5.02	c #Conflicts:      49000 | #Constraints:       8189
4.95/5.02	c #Conflicts:      50000 | #Constraints:       9189
4.95/5.02	c #Conflicts:      51000 | #Constraints:      10190
4.95/5.02	c INPROCESSING
4.95/5.02	c GARBAGE COLLECT
4.95/5.02	c rational objective 291.5
6.23/6.32	c #Conflicts:      52000 | #Constraints:       6601
6.23/6.32	c #Conflicts:      53000 | #Constraints:       7601
6.23/6.32	c #Conflicts:      54000 | #Constraints:       8601
6.23/6.32	c #Conflicts:      55000 | #Constraints:       9601
6.23/6.32	c #Conflicts:      56000 | #Constraints:      10602
6.23/6.32	c INPROCESSING
6.23/6.32	c GARBAGE COLLECT
6.23/6.32	c #Conflicts:      57000 | #Constraints:       6793
6.23/6.32	c #Conflicts:      58000 | #Constraints:       7794
6.23/6.32	c #Conflicts:      59000 | #Constraints:       8794
6.23/6.32	c #Conflicts:      60000 | #Constraints:       9794
6.23/6.32	c #Conflicts:      61000 | #Constraints:      10794
6.23/6.32	c INPROCESSING
6.23/6.32	c GARBAGE COLLECT
6.23/6.32	c rational objective 291.5
8.83/8.98	c #Conflicts:      62000 | #Constraints:       6799
8.83/8.98	c #Conflicts:      63000 | #Constraints:       7799
8.83/8.98	c #Conflicts:      64000 | #Constraints:       8799
8.83/8.98	c #Conflicts:      65000 | #Constraints:       9799
8.83/8.98	c #Conflicts:      66000 | #Constraints:      10799
8.83/8.98	c INPROCESSING
8.83/8.98	c GARBAGE COLLECT
8.83/8.98	c #Conflicts:      67000 | #Constraints:       6587
8.83/8.98	c #Conflicts:      68000 | #Constraints:       7587
8.83/8.98	c #Conflicts:      69000 | #Constraints:       8587
8.83/8.98	c #Conflicts:      70000 | #Constraints:       9588
8.83/8.98	c #Conflicts:      71000 | #Constraints:      10588
8.83/8.98	c #Conflicts:      72000 | #Constraints:      11588
8.83/8.98	c INPROCESSING
8.83/8.98	c GARBAGE COLLECT
8.83/8.98	c rational objective 291.5
12.72/12.81	c #Conflicts:      73000 | #Constraints:       7180
12.72/12.81	c #Conflicts:      74000 | #Constraints:       8180
12.72/12.81	c #Conflicts:      75000 | #Constraints:       9180
12.72/12.81	c #Conflicts:      76000 | #Constraints:      10180
12.72/12.81	c #Conflicts:      77000 | #Constraints:      11180
12.72/12.81	c #Conflicts:      78000 | #Constraints:      12180
12.72/12.81	c INPROCESSING
12.72/12.81	c GARBAGE COLLECT
12.72/12.81	c #Conflicts:      79000 | #Constraints:       7576
12.72/12.81	c #Conflicts:      80000 | #Constraints:       8576
12.72/12.81	c #Conflicts:      81000 | #Constraints:       9576
12.72/12.81	c #Conflicts:      82000 | #Constraints:      10576
12.72/12.81	c #Conflicts:      83000 | #Constraints:      11576
12.72/12.81	c #Conflicts:      84000 | #Constraints:      12577
12.72/12.81	c INPROCESSING
12.72/12.81	c GARBAGE COLLECT
12.72/12.81	c rational objective 291.5
15.10/15.28	c #Conflicts:      85000 | #Constraints:       7794
15.10/15.28	c #Conflicts:      86000 | #Constraints:       8794
15.10/15.28	c #Conflicts:      87000 | #Constraints:       9794
15.10/15.28	c #Conflicts:      88000 | #Constraints:      10794
15.10/15.28	c #Conflicts:      89000 | #Constraints:      11794
15.10/15.28	c cpu time 13.7226 s
15.10/15.28	c deterministic time 1025618565 1.03e+09
15.10/15.28	c optimization time 3.3e-05 s
15.10/15.28	c total solve time 13.7118 s
15.10/15.28	c core-guided solve time 0 s
15.10/15.28	c propagation time 6.4499 s
15.10/15.28	c conflict analysis time 4.35122 s
15.10/15.28	c propagations 1919242
15.10/15.28	c resolve steps 270326
15.10/15.28	c decisions 1830770
15.10/15.28	c conflicts 89022
15.10/15.28	c restarts 253
15.10/15.28	c inprocessing phases 21
15.10/15.28	c garbage collections 21 ,( 100.00 )
15.10/15.28	c input clauses 2 ,( 0.23 )
15.10/15.28	c input cardinalities 864 ,( 99.77 )
15.10/15.28	c input general constraints 0 ,( 0.00 )
15.10/15.28	c input average constraint length 7.99
15.10/15.28	c input average constraint degree 3.99
15.10/15.28	c learned clauses 48093 ,( 53.96 )
15.10/15.28	c learned cardinalities 2204 ,( 2.47 )
15.10/15.28	c learned general constraints 38836 ,( 43.57 )
15.10/15.28	c learned average constraint length 112.18
15.10/15.28	c learned average constraint degree 866601239.87
15.10/15.28	c watched  CF 32, 64, 128, Arb: 24331 , 0 , 0 , 0
15.10/15.28	c counting CF 32, 64, 128, Arb: 14505 , 0 , 0 , 0
15.10/15.28	c watched   constraints 24331 ,( 62.65 ) 
15.10/15.28	c counting  constraints 14505 ,( 37.35 ) 
15.10/15.28	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1457803 , 1703829 , 6786363 ,( 3628272 , 3158091 )
15.10/15.28	c gcd simplifications 7222
15.10/15.28	c detected cardinalities 708
15.10/15.28	c weakened non-implied lits 1831011
15.10/15.28	c weakened non-implying lits 216880
15.10/15.28	c original variables 1729
15.10/15.28	c clausal propagations 23414
15.10/15.28	c cardinality propagations 885339
15.10/15.28	c watched propagations 42705
15.10/15.28	c counting propagations 824828
15.10/15.28	c watch lookups 267051202
15.10/15.28	c watch backjump lookups 0
15.10/15.28	c watch checks 440134910
15.10/15.28	c propagation checks 273557043
15.10/15.28	c constraint additions 37267295
15.10/15.28	c trail pops 3839024
15.10/15.28	c formula constraints 866
15.10/15.28	c learned constraints 89012
15.10/15.28	c bound constraints 0
15.10/15.28	c core-guided constraints 0
15.10/15.28	c encountered formula constraints 85609
15.10/15.28	c encountered learned constraints 272299
15.10/15.28	c encountered bound constraints 0
15.10/15.28	c encountered core-guided constraints 0
15.10/15.28	c LP total time 0.751283 s
15.10/15.28	c LP solve time 0.33 s
15.10/15.28	c LP constraints added 974
15.10/15.28	c LP constraints removed 87
15.10/15.28	c LP pivots internal 10086
15.10/15.28	c LP pivots root 8992
15.10/15.28	c LP calls 45
15.10/15.28	c LP optimalities 35
15.10/15.28	c LP no pivot count 0
15.10/15.28	c LP infeasibilities 9
15.10/15.28	c LP valid Farkas constraints 8
15.10/15.28	c LP learned Farkas constraints 8
15.10/15.28	c LP basis resets 0
15.10/15.28	c LP cycling count 0
15.10/15.28	c LP singular count 0
15.10/15.28	c LP no primal count 0
15.10/15.28	c LP no farkas count 0
15.10/15.28	c LP other issue count 0
15.10/15.28	c LP Gomory cuts 105
15.10/15.28	c LP learned cuts 3
15.10/15.28	c LP deleted cuts 87
15.10/15.28	c LP encountered Gomory constraints 7
15.10/15.28	c LP encountered Farkas constraints 1245
15.10/15.28	c LP encountered learned Farkas constraints 178
15.10/15.28	c CG auxiliary variables introduced 0
15.10/15.28	c CG solutions found 0
15.10/15.28	c CG cores constructed 0
15.10/15.28	c CG core cardinality constraints returned 0
15.10/15.28	c CG unit cores 0
15.10/15.28	c CG single cores 0
15.10/15.28	c CG blocks removed during cardinality reduction 0
15.10/15.28	c CG first core best 0
15.10/15.28	c CG decision core best 0
15.10/15.28	c CG core reduction tie 0
15.10/15.28	c CG core degree average 0.00
15.10/15.28	c CG core slack average 0.00
15.10/15.28	c CG core upper bound improvements 0
15.10/15.28	c STR number of successful calls 0
15.10/15.28	c STR number of unsuccessful calls 0
15.10/15.28	c STR number of inconclusive calls 0
15.10/15.28	c STR number of successful attempts 0
15.10/15.28	c STR number of unsuccessful attempts 0
15.10/15.28	c STR number of inconclusive attempts 0
15.10/15.28	c STR average degree increase per successful call inf
15.10/15.28	c STR average degree increase per successful attempt inf
15.10/15.28	c STR total number of conflicts for successful attempts 0
15.10/15.28	c STR total number of conflicts for unsuccessful attempts 0
15.10/15.28	c STR total number of conflicts for inconclusive attempts 0
15.10/15.28	c STR average number of conflicts per successful attempt inf
15.10/15.28	c STR average number of conflicts per unsuccessful attempt inf
15.10/15.28	c STR average number of conflicts per inconclusive attempt inf
15.10/15.28	c AVG.sumWPerc 30.83 
15.10/15.28	c bigint constraints 0 
15.10/15.28	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 23:26:41 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: 63837 MiB (48293 MiB free)
  memory of node 1: 64465 MiB (52761 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542780-1753219076/watcher-4542780-1753219076 -o /tmp/evaluation-result-4542780-1753219076/solver-4542780-1753219076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542780-1753219076.opb /tmp/proof-4542780-1753219076 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=158792, runsolver pid=158789

[startup+0.100067 s]*
/proc/loadavg: 4.10 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103472464/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=58888 memory=13304 CPUtime=0.07 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 1349 0 0 0 6 1 0 0 20 0 1 0 237586284 60301312 3326 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 14722 3326 2336 1147 0 2149 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63080 KiB
Current children cumulated memory: 16376 KiB

[startup+0.20811 s]*
/proc/loadavg: 4.10 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103466352/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=59548 memory=16316 CPUtime=0.17 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 1541 0 0 0 15 2 0 0 20 0 1 0 237586284 60977152 4079 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 14887 4079 2368 1147 0 2314 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 63740 KiB
Current children cumulated memory: 19388 KiB

[startup+0.308003 s]*
/proc/loadavg: 4.10 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103466352/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=59680 memory=16444 CPUtime=0.26 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 1586 0 0 0 23 3 0 0 20 0 1 0 237586284 61112320 4111 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 14920 4111 2368 1147 0 2347 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 63872 KiB
Current children cumulated memory: 19516 KiB

[startup+0.700387 s]
/proc/loadavg: 4.10 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103466352/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=60480 memory=17212 CPUtime=0.65 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 1782 0 0 0 57 8 0 0 20 0 1 0 237586284 61931520 4303 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 15120 4303 2368 1147 0 2547 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 64672 KiB
Current children cumulated memory: 20284 KiB

[startup+1.5004 s]
/proc/loadavg: 4.10 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103466352/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=61520 memory=18236 CPUtime=1.45 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 2024 0 0 0 129 16 0 0 20 0 1 0 237586284 62996480 4559 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 15380 4559 2368 1147 0 2807 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 65712 KiB
Current children cumulated memory: 21308 KiB

[startup+3.11298 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103464588/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=64756 memory=23408 CPUtime=3.06 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 2830 0 0 0 272 34 0 0 20 0 1 0 237586284 66310144 5852 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 16189 5852 2368 1147 0 3616 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68948 KiB
Current children cumulated memory: 26480 KiB

[startup+6.30041 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103442664/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=69812 memory=28528 CPUtime=6.23 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 4085 0 0 0 542 81 0 0 20 0 1 0 237586284 71487488 7132 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 17453 7132 2368 1147 0 4880 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 74004 KiB
Current children cumulated memory: 31600 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103364644/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=103136 memory=59584 CPUtime=12.62 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 11355 0 0 0 1120 142 0 0 20 0 1 0 237586284 105611264 14896 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 25784 14896 2368 1147 0 13211 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 107328 KiB
Current children cumulated memory: 62656 KiB

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

# cumulated CPU time of all completed processes:  user=13.7313 s, system=1.48705 s

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

[startup+12.8004 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103364644/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=105148 memory=61376 CPUtime=12.72 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 11814 0 0 0 1130 142 0 0 20 0 1 0 237586284 107671552 15344 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 26287 15344 2368 1147 0 13714 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 109340 KiB
Current children cumulated memory: 64448 KiB

[startup+14.4003 s]
/proc/loadavg: 4.08 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103332640/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=105148 memory=61504 CPUtime=14.31 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 11832 0 0 0 1286 145 0 0 20 0 1 0 237586284 107671552 15376 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 26287 15376 2368 1147 0 13714 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 109340 KiB
Current children cumulated memory: 64576 KiB

[startup+14.8004 s]
/proc/loadavg: 4.08 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103332640/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=105148 memory=61504 CPUtime=14.71 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 11833 0 0 0 1325 146 0 0 20 0 1 0 237586284 107671552 15376 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 26287 15376 2368 1147 0 13714 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 109340 KiB
Current children cumulated memory: 64576 KiB

[startup+15.2004 s]
/proc/loadavg: 4.08 4.11 4.09 5/254 158795
/proc/meminfo: memFree=103324576/131382120 swapFree=33010160/33010684
[pid=158792] ppid=158789 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/158792/stat : 158792 (run-dec-break-l) S 158789 158792 157528 0 -1 4194304 238 752 0 0 0 0 0 0 20 0 1 0 237586282 4292608 768 18446744073709551615 94017701892096 94017702786629 140722624515280 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94017703025680 94017703073424 94017707589632 140722624522553 140722624522716 140722624522716 140722624528320 0
/proc/158792/statm: 1048 768 704 219 0 110 0
[pid=158795] ppid=158792 vsize=112664 memory=64960 CPUtime=15.1 cores=1,3
/proc/158795/stat : 158795 (roundingsat) R 158792 158792 157528 0 -1 4194304 12188 0 0 0 1364 146 0 0 20 0 1 0 237586284 115367936 16240 18446744073709551615 4227072 8923433 140737366035232 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 10584064 140737366042904 140737366043174 140737366043174 140737366048746 0
/proc/158795/statm: 28166 16240 2368 1147 0 15593 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 116856 KiB
Current children cumulated memory: 68032 KiB

Child status: 0

Real time (s): 15.2871
CPU time (s): 15.2183
CPU user time (s): 13.7313
CPU system time (s): 1.48705
CPU usage (%): 99.5502
Max. virtual memory (cumulated for all children) (KiB): 116856
Max. memory (cumulated for all children) (KiB): 68032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7313
system time used= 1.48705
maximum resident set size= 65216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 158208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 158792
#   total CPU time (s): 15.2183
#   total CPU user time (s): 13.7313
#   total CPU system time (s): 1.48705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103725 second user time and 0.198163 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-22 23:17:56
IDJOB=4542780
IDBENCH=164647
IDSOLVER=3358
FILE ID=nodeC003/4542780-1753219076
RUNJOBID= nodeC003-1753211729-157540
SLURM_JOB_ID= 9687799
Free space on /tmp= 431796 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542780-1753219076/watcher-4542780-1753219076 -o /tmp/evaluation-result-4542780-1753219076/solver-4542780-1753219076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542780-1753219076.opb /tmp/proof-4542780-1753219076

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
RANDOM SEED=1418510048

nodeC003 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		: 3661.168
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.44
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		: 1197.164
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.44
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.368
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.44
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		: 2394.941
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.44
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		: 3661.453
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.44
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		: 3591.262
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.44
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.294
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.44
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		: 1197.120
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103480584 kB
MemAvailable:   123703664 kB
Buffers:            2736 kB
Cached:         20991096 kB
SwapCached:           36 kB
Active:          7316160 kB
Inactive:       19885768 kB
Active(anon):    6226616 kB
Inactive(anon):     7604 kB
Active(file):    1089544 kB
Inactive(file): 19878164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7704 kB
Writeback:             0 kB
AnonPages:       6205292 kB
Mapped:           121344 kB
Shmem:             26116 kB
KReclaimable:     189996 kB
Slab:             280656 kB
SReclaimable:     189996 kB
SUnreclaim:        90660 kB
KernelStack:        4112 kB
PageTables:        15600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6803484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4401152 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431664 MiB
End job on nodeC003 at 2025-07-22 23:18:12