Trace number 4542740

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 13.0147 13.0769

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
MD5SUM7e4e500c6ecf133c3cb12e0c5a9fdd4f
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 benchmark12.5891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1057
Total number of constraints530
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints522
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-4542740-1753219005.opb'
0.00/0.01	c 	read 0.04MB  (0.72ms)
0.00/0.01	c	 [cnf: #variables 1057 #clauses 530 #duplicates 0 #arr 4228]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.11ms)
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.13ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 4758 #edges 14798]
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.30ms)
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.01	c 
0.00/0.01	c write result to 'HOME/instance-4542740-1753219005.opb.pre'
0.00/0.01	c 	wrote 0.04MB (0.16ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.11ms 42.40% approx_orbits
0.00/0.01	c                   0.72ms 27.60% parse
0.00/0.01	c                   0.30ms 11.41% detect_generic
0.00/0.01	c                   0.17ms  6.36% other
0.00/0.01	c                   0.16ms  6.13% output
0.00/0.01	c                   0.13ms  4.91% detect_special
0.00/0.01	c                   0.03ms  1.19% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   2.61ms   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.02	c #variables 1057 #constraints 530
0.00/0.03	c rational objective 172.5
0.07/0.20	c #Conflicts:       1000 | #Constraints:       1540
0.07/0.20	c #Conflicts:       2000 | #Constraints:       2540
0.07/0.20	c INPROCESSING
0.07/0.20	c GARBAGE COLLECT
0.07/0.20	c #Conflicts:       3000 | #Constraints:       2561
0.07/0.20	c #Conflicts:       4000 | #Constraints:       3561
0.07/0.20	c INPROCESSING
0.07/0.20	c GARBAGE COLLECT
0.07/0.20	c rational objective 175.5
0.26/0.33	c #Conflicts:       5000 | #Constraints:       2985
0.26/0.33	c #Conflicts:       6000 | #Constraints:       3985
0.26/0.33	c INPROCESSING
0.26/0.33	c GARBAGE COLLECT
0.26/0.33	c rational objective 175.5
0.55/0.61	c #Conflicts:       7000 | #Constraints:       3004
0.55/0.61	c #Conflicts:       8000 | #Constraints:       4004
0.55/0.61	c #Conflicts:       9000 | #Constraints:       5004
0.55/0.61	c INPROCESSING
0.55/0.61	c GARBAGE COLLECT
0.55/0.61	c #Conflicts:      10000 | #Constraints:       3702
0.55/0.61	c #Conflicts:      11000 | #Constraints:       4702
0.55/0.61	c #Conflicts:      12000 | #Constraints:       5702
0.55/0.61	c INPROCESSING
0.55/0.61	c GARBAGE COLLECT
0.55/0.61	c rational objective 175.5
1.25/1.30	c #Conflicts:      13000 | #Constraints:       4158
1.25/1.30	c #Conflicts:      14000 | #Constraints:       5158
1.25/1.30	c #Conflicts:      15000 | #Constraints:       6158
1.25/1.30	c INPROCESSING
1.25/1.30	c GARBAGE COLLECT
1.25/1.30	c #Conflicts:      16000 | #Constraints:       4380
1.25/1.30	c #Conflicts:      17000 | #Constraints:       5380
1.25/1.30	c #Conflicts:      18000 | #Constraints:       6380
1.25/1.30	c INPROCESSING
1.25/1.30	c GARBAGE COLLECT
1.25/1.30	c #Conflicts:      19000 | #Constraints:       4388
1.25/1.30	c #Conflicts:      20000 | #Constraints:       5388
1.25/1.30	c #Conflicts:      21000 | #Constraints:       6388
1.25/1.30	c INPROCESSING
1.25/1.30	c GARBAGE COLLECT
1.25/1.30	c rational objective 175.5
1.95/2.02	c #Conflicts:      22000 | #Constraints:       4198
1.95/2.02	c #Conflicts:      23000 | #Constraints:       5198
1.95/2.02	c #Conflicts:      24000 | #Constraints:       6198
1.95/2.02	c #Conflicts:      25000 | #Constraints:       7199
1.95/2.02	c INPROCESSING
1.95/2.02	c GARBAGE COLLECT
1.95/2.02	c #Conflicts:      26000 | #Constraints:       4796
1.95/2.02	c #Conflicts:      27000 | #Constraints:       5796
1.95/2.02	c #Conflicts:      28000 | #Constraints:       6796
1.95/2.02	c #Conflicts:      29000 | #Constraints:       7796
1.95/2.02	c INPROCESSING
1.95/2.02	c GARBAGE COLLECT
1.95/2.02	c rational objective 175.5
2.35/2.46	c #Conflicts:      30000 | #Constraints:       5202
2.35/2.46	c #Conflicts:      31000 | #Constraints:       6202
2.35/2.46	c #Conflicts:      32000 | #Constraints:       7202
2.35/2.46	c #Conflicts:      33000 | #Constraints:       8202
2.35/2.46	c INPROCESSING
2.35/2.46	c GARBAGE COLLECT
2.35/2.46	c rational objective 175.5
2.64/2.78	c #Conflicts:      34000 | #Constraints:       5407
2.64/2.78	c #Conflicts:      35000 | #Constraints:       6407
2.64/2.78	c #Conflicts:      36000 | #Constraints:       7408
2.64/2.78	c #Conflicts:      37000 | #Constraints:       8408
2.64/2.78	c INPROCESSING
2.64/2.78	c GARBAGE COLLECT
2.64/2.78	c rational objective 175.5
3.95/4.07	c #Conflicts:      38000 | #Constraints:       5410
3.95/4.07	c #Conflicts:      39000 | #Constraints:       6410
3.95/4.07	c #Conflicts:      40000 | #Constraints:       7410
3.95/4.07	c #Conflicts:      41000 | #Constraints:       8410
3.95/4.07	c INPROCESSING
3.95/4.07	c GARBAGE COLLECT
3.95/4.07	c #Conflicts:      42000 | #Constraints:       5208
3.95/4.07	c #Conflicts:      43000 | #Constraints:       6208
3.95/4.07	c #Conflicts:      44000 | #Constraints:       7208
3.95/4.07	c #Conflicts:      45000 | #Constraints:       8208
3.95/4.07	c #Conflicts:      46000 | #Constraints:       9208
3.95/4.07	c INPROCESSING
3.95/4.07	c GARBAGE COLLECT
3.95/4.07	c rational objective 175.5
4.64/4.75	c #Conflicts:      47000 | #Constraints:       5812
4.64/4.75	c #Conflicts:      48000 | #Constraints:       6812
4.64/4.75	c #Conflicts:      49000 | #Constraints:       7812
4.64/4.75	c #Conflicts:      50000 | #Constraints:       8812
4.64/4.75	c #Conflicts:      51000 | #Constraints:       9812
4.64/4.75	c INPROCESSING
4.64/4.75	c GARBAGE COLLECT
4.64/4.75	c rational objective 175.5
5.44/5.57	c #Conflicts:      52000 | #Constraints:       6209
5.44/5.57	c #Conflicts:      53000 | #Constraints:       7209
5.44/5.57	c #Conflicts:      54000 | #Constraints:       8209
5.44/5.57	c #Conflicts:      55000 | #Constraints:       9209
5.44/5.57	c #Conflicts:      56000 | #Constraints:      10209
5.44/5.57	c INPROCESSING
5.44/5.57	c GARBAGE COLLECT
5.44/5.57	c rational objective 175.5
6.43/6.56	c #Conflicts:      57000 | #Constraints:       6410
6.43/6.56	c #Conflicts:      58000 | #Constraints:       7410
6.43/6.56	c #Conflicts:      59000 | #Constraints:       8410
6.43/6.56	c #Conflicts:      60000 | #Constraints:       9410
6.43/6.56	c #Conflicts:      61000 | #Constraints:      10410
6.43/6.56	c INPROCESSING
6.43/6.56	c GARBAGE COLLECT
6.43/6.56	c rational objective 175.5
7.43/7.56	c #Conflicts:      62000 | #Constraints:       6414
7.43/7.56	c #Conflicts:      63000 | #Constraints:       7414
7.43/7.56	c #Conflicts:      64000 | #Constraints:       8415
7.43/7.56	c #Conflicts:      65000 | #Constraints:       9415
7.43/7.56	c #Conflicts:      66000 | #Constraints:      10415
7.43/7.56	c INPROCESSING
7.43/7.56	c GARBAGE COLLECT
7.43/7.56	c rational objective 175.5
8.53/8.67	c #Conflicts:      67000 | #Constraints:       6215
8.53/8.67	c #Conflicts:      68000 | #Constraints:       7215
8.53/8.67	c #Conflicts:      69000 | #Constraints:       8215
8.53/8.67	c #Conflicts:      70000 | #Constraints:       9216
8.53/8.67	c #Conflicts:      71000 | #Constraints:      10216
8.53/8.67	c #Conflicts:      72000 | #Constraints:      11216
8.53/8.67	c INPROCESSING
8.53/8.67	c GARBAGE COLLECT
8.53/8.67	c rational objective 175.5
9.83/9.93	c #Conflicts:      73000 | #Constraints:       6813
9.83/9.93	c #Conflicts:      74000 | #Constraints:       7813
9.83/9.93	c #Conflicts:      75000 | #Constraints:       8813
9.83/9.93	c #Conflicts:      76000 | #Constraints:       9813
9.83/9.93	c #Conflicts:      77000 | #Constraints:      10813
9.83/9.93	c #Conflicts:      78000 | #Constraints:      11813
9.83/9.93	c INPROCESSING
9.83/9.93	c GARBAGE COLLECT
9.83/9.93	c rational objective 175.5
10.73/10.88	c #Conflicts:      79000 | #Constraints:       7214
10.73/10.88	c #Conflicts:      80000 | #Constraints:       8214
10.73/10.88	c #Conflicts:      81000 | #Constraints:       9214
10.73/10.88	c #Conflicts:      82000 | #Constraints:      10214
10.73/10.88	c #Conflicts:      83000 | #Constraints:      11214
10.73/10.88	c #Conflicts:      84000 | #Constraints:      12214
10.73/10.88	c INPROCESSING
10.73/10.88	c GARBAGE COLLECT
10.73/10.88	c rational objective 175.5
12.92/13.03	c #Conflicts:      85000 | #Constraints:       7410
12.92/13.03	c #Conflicts:      86000 | #Constraints:       8410
12.92/13.03	c #Conflicts:      87000 | #Constraints:       9410
12.92/13.03	c #Conflicts:      88000 | #Constraints:      10410
12.92/13.03	c #Conflicts:      89000 | #Constraints:      11410
12.92/13.03	c #Conflicts:      90000 | #Constraints:      12410
12.92/13.03	c INPROCESSING
12.92/13.03	c GARBAGE COLLECT
12.92/13.03	c rational objective 175.5
12.92/13.07	c cpu time 9.28331 s
12.92/13.07	c deterministic time 483015003 4.83e+08
12.92/13.07	c optimization time 3.1e-05 s
12.92/13.07	c total solve time 9.28059 s
12.92/13.07	c core-guided solve time 0 s
12.92/13.07	c propagation time 4.2835 s
12.92/13.07	c conflict analysis time 2.06553 s
12.92/13.07	c propagations 2019143
12.92/13.07	c resolve steps 203232
12.92/13.07	c decisions 5815888
12.92/13.07	c conflicts 90260
12.92/13.07	c restarts 254
12.92/13.07	c inprocessing phases 22
12.92/13.07	c garbage collections 22 ,( 100.00 )
12.92/13.07	c input clauses 2 ,( 0.38 )
12.92/13.07	c input cardinalities 528 ,( 99.62 )
12.92/13.07	c input general constraints 0 ,( 0.00 )
12.92/13.07	c input average constraint length 7.98
12.92/13.07	c input average constraint degree 3.99
12.92/13.07	c learned clauses 65880 ,( 72.90 )
12.92/13.07	c learned cardinalities 1765 ,( 1.95 )
12.92/13.07	c learned general constraints 22725 ,( 25.15 )
12.92/13.07	c learned average constraint length 44.55
12.92/13.07	c learned average constraint degree 6679459.81
12.92/13.07	c watched  CF 32, 64, 128, Arb: 11087 , 0 , 0 , 0
12.92/13.07	c counting CF 32, 64, 128, Arb: 11638 , 0 , 0 , 0
12.92/13.07	c watched   constraints 11087 ,( 48.79 ) 
12.92/13.07	c counting  constraints 11638 ,( 51.21 ) 
12.92/13.07	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1945503 , 2160150 , 2785622 ,( 1278561 , 1507061 )
12.92/13.07	c gcd simplifications 1007
12.92/13.07	c detected cardinalities 682
12.92/13.07	c weakened non-implied lits 347885
12.92/13.07	c weakened non-implying lits 39153
12.92/13.07	c original variables 1057
12.92/13.07	c clausal propagations 8538
12.92/13.07	c cardinality propagations 1164914
12.92/13.07	c watched propagations 11971
12.92/13.07	c counting propagations 714707
12.92/13.07	c watch lookups 335241277
12.92/13.07	c watch backjump lookups 0
12.92/13.07	c watch checks 30922518
12.92/13.07	c propagation checks 82612980
12.92/13.07	c constraint additions 18462011
12.92/13.07	c trail pops 7925285
12.92/13.07	c formula constraints 530
12.92/13.07	c learned constraints 90253
12.92/13.07	c bound constraints 0
12.92/13.07	c core-guided constraints 0
12.92/13.07	c encountered formula constraints 31676
12.92/13.07	c encountered learned constraints 261789
12.92/13.07	c encountered bound constraints 0
12.92/13.07	c encountered core-guided constraints 0
12.92/13.07	c LP total time 0.38547 s
12.92/13.07	c LP solve time 0.18 s
12.92/13.07	c LP constraints added 629
12.92/13.07	c LP constraints removed 91
12.92/13.07	c LP pivots internal 9062
12.92/13.07	c LP pivots root 6838
12.92/13.07	c LP calls 80
12.92/13.07	c LP optimalities 75
12.92/13.07	c LP no pivot count 0
12.92/13.07	c LP infeasibilities 5
12.92/13.07	c LP valid Farkas constraints 5
12.92/13.07	c LP learned Farkas constraints 5
12.92/13.07	c LP basis resets 0
12.92/13.07	c LP cycling count 0
12.92/13.07	c LP singular count 0
12.92/13.07	c LP no primal count 0
12.92/13.07	c LP no farkas count 0
12.92/13.07	c LP other issue count 0
12.92/13.07	c LP Gomory cuts 107
12.92/13.07	c LP learned cuts 0
12.92/13.07	c LP deleted cuts 95
12.92/13.07	c LP encountered Gomory constraints 2
12.92/13.07	c LP encountered Farkas constraints 4
12.92/13.07	c LP encountered learned Farkas constraints 15
12.92/13.07	c CG auxiliary variables introduced 0
12.92/13.07	c CG solutions found 0
12.92/13.07	c CG cores constructed 0
12.92/13.07	c CG core cardinality constraints returned 0
12.92/13.07	c CG unit cores 0
12.92/13.07	c CG single cores 0
12.92/13.07	c CG blocks removed during cardinality reduction 0
12.92/13.07	c CG first core best 0
12.92/13.07	c CG decision core best 0
12.92/13.07	c CG core reduction tie 0
12.92/13.07	c CG core degree average 0.00
12.92/13.07	c CG core slack average 0.00
12.92/13.07	c CG core upper bound improvements 0
12.92/13.07	c STR number of successful calls 0
12.92/13.07	c STR number of unsuccessful calls 0
12.92/13.07	c STR number of inconclusive calls 0
12.92/13.07	c STR number of successful attempts 0
12.92/13.07	c STR number of unsuccessful attempts 0
12.92/13.07	c STR number of inconclusive attempts 0
12.92/13.07	c STR average degree increase per successful call inf
12.92/13.07	c STR average degree increase per successful attempt inf
12.92/13.07	c STR total number of conflicts for successful attempts 0
12.92/13.07	c STR total number of conflicts for unsuccessful attempts 0
12.92/13.07	c STR total number of conflicts for inconclusive attempts 0
12.92/13.07	c STR average number of conflicts per successful attempt inf
12.92/13.07	c STR average number of conflicts per unsuccessful attempt inf
12.92/13.07	c STR average number of conflicts per inconclusive attempt inf
12.92/13.07	c AVG.sumWPerc 37.98 
12.92/13.07	c bigint constraints 0 
12.92/13.07	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 (58901 MiB free)
  memory of node 1: 64465 MiB (60106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542740-1753219005/watcher-4542740-1753219005 -o /tmp/evaluation-result-4542740-1753219005/solver-4542740-1753219005 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760 run-dec-break.sh HOME/instance-4542740-1753219005.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=176687, runsolver pid=176684
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.11 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121862116/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=58240 memory=14800 CPUtime=0.07 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 1180 0 0 0 6 1 0 0 20 0 1 0 237579923 59637760 3700 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 14560 3700 2368 1147 0 1987 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62432 KiB
Current children cumulated memory: 17744 KiB

[startup+0.205706 s]*
/proc/loadavg: 4.11 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121860100/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=58912 memory=15568 CPUtime=0.17 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 1365 0 0 0 15 2 0 0 20 0 1 0 237579923 60325888 3892 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 14728 3892 2368 1147 0 2155 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 63104 KiB
Current children cumulated memory: 18512 KiB

[startup+0.305661 s]*
/proc/loadavg: 4.11 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121860100/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=59464 memory=16080 CPUtime=0.26 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 1478 0 0 0 23 3 0 0 20 0 1 0 237579923 60891136 4020 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 14866 4020 2368 1147 0 2293 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 63656 KiB
Current children cumulated memory: 19024 KiB

[startup+0.700208 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121860100/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=60428 memory=16976 CPUtime=0.65 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 1731 0 0 0 54 11 0 0 20 0 1 0 237579923 61878272 4244 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 15107 4244 2368 1147 0 2534 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 64620 KiB
Current children cumulated memory: 19920 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121860100/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=61824 memory=18384 CPUtime=1.45 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 2087 0 0 0 114 31 0 0 20 0 1 0 237579923 63307776 4596 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 15456 4596 2368 1147 0 2883 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 66016 KiB
Current children cumulated memory: 21328 KiB

[startup+3.10562 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 176690
/proc/meminfo: memFree=121868644/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=62572 memory=19024 CPUtime=3.05 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 2257 0 0 0 223 82 0 0 20 0 1 0 237579923 64073728 4756 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 15643 4756 2368 1147 0 3070 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 66764 KiB
Current children cumulated memory: 21968 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.08 4.09 5/270 176690
/proc/meminfo: memFree=121858568/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=64852 memory=23260 CPUtime=6.24 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 2803 0 0 0 453 171 0 0 20 0 1 0 237579923 66408448 5815 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 16213 5815 2368 1147 0 3640 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 69044 KiB
Current children cumulated memory: 26204 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176690
/proc/meminfo: memFree=121856492/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=69252 memory=27484 CPUtime=12.62 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 3867 0 0 0 898 364 0 0 20 0 1 0 237579923 70914048 6871 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 17313 6871 2368 1147 0 4740 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 73444 KiB
Current children cumulated memory: 30428 KiB

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

# cumulated CPU time of all completed processes:  user=9.28901 s, system=3.72565 s

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

[startup+12.8002 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176690
/proc/meminfo: memFree=121856492/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=69252 memory=27484 CPUtime=12.72 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 3868 0 0 0 906 366 0 0 20 0 1 0 237579923 70914048 6871 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 17313 6871 2368 1147 0 4740 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 73444 KiB
Current children cumulated memory: 30428 KiB

[startup+13.0002 s]*
/proc/loadavg: 4.08 4.08 4.09 5/270 176690
/proc/meminfo: memFree=121848428/131250000 swapFree=33009904/33010684
[pid=176687] ppid=176684 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176687/stat : 176687 (run-dec-break.s) S 176684 176687 175467 0 -1 4194304 234 551 0 0 0 0 0 0 20 0 1 0 237579922 4292608 736 18446744073709551615 94658383470592 94658384365125 140727682747328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94658384604176 94658384651920 94658399449088 140727682750815 140727682750944 140727682750944 140727682756548 0
/proc/176687/statm: 1048 736 672 219 0 110 0
[pid=176690] ppid=176687 vsize=69252 memory=27484 CPUtime=12.92 cores=4,6
/proc/176690/stat : 176690 (roundingsat) R 176687 176687 175467 0 -1 4194304 3869 0 0 0 921 371 0 0 20 0 1 0 237579923 70914048 6871 18446744073709551615 4227072 8923433 140723276771696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25419776 140723276773698 140723276773926 140723276773926 140723276779498 0
/proc/176690/statm: 17313 6871 2368 1147 0 4740 0
Current children cumulated CPU time: 12.92 s
Current children cumulated vsize: 73444 KiB
Current children cumulated memory: 30428 KiB

Child status: 0

Real time (s): 13.0769
CPU time (s): 13.0147
CPU user time (s): 9.28901
CPU system time (s): 3.72565
CPU usage (%): 99.5243
Max. virtual memory (cumulated for all children) (KiB): 73444
Max. memory (cumulated for all children) (KiB): 30428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.28901
system time used= 3.72565
maximum resident set size= 27740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 176687
#   total CPU time (s): 13.0147
#   total CPU user time (s): 9.28901
#   total CPU system time (s): 3.72565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037014 second user time and 0.092891 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:16:45
IDJOB=4542740
IDBENCH=164570
IDSOLVER=3357
FILE ID=nodeC033/4542740-1753219005
RUNJOBID= nodeC033-1753211687-175478
SLURM_JOB_ID= 9687798
Free space on /tmp= 432328 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542740-1753219005/watcher-4542740-1753219005 -o /tmp/evaluation-result-4542740-1753219005/solver-4542740-1753219005 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760  run-dec-break.sh HOME/instance-4542740-1753219005.opb

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

MD5SUM BENCH= 7e4e500c6ecf133c3cb12e0c5a9fdd4f
RANDOM SEED=515774444

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121864636 kB
MemAvailable:   123584088 kB
Buffers:            2128 kB
Cached:          2442608 kB
SwapCached:           64 kB
Active:          7352484 kB
Inactive:        1215476 kB
Active(anon):    6144168 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1210192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7116 kB
Writeback:            12 kB
AnonPages:       6121964 kB
Mapped:           122264 kB
Shmem:             26228 kB
KReclaimable:     280368 kB
Slab:             378048 kB
SReclaimable:     280368 kB
SUnreclaim:        97680 kB
KernelStack:        4256 kB
PageTables:        15472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6738756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4245504 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC033 at 2025-07-22 23:16:58