Trace number 4542779

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 12.1953 12.2379

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-4542779-1753219019.opb'
0.00/0.01	c 	read 0.06MB  (1.11ms)
0.00/0.01	c	 [cnf: #variables 1729 #clauses 866 #duplicates 0 #arr 6916]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.86ms)
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.23ms)
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.45ms)
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-4542779-1753219019.opb.pre'
0.00/0.01	c 	wrote 0.06MB (0.23ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.86ms 44.76% approx_orbits
0.00/0.01	c                   1.11ms 26.67% parse
0.00/0.01	c                   0.45ms 10.94% detect_generic
0.00/0.01	c                   0.23ms  5.62% output
0.00/0.01	c                   0.23ms  5.44% detect_special
0.00/0.01	c                   0.22ms  5.27% other
0.00/0.01	c                   0.05ms  1.30% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   4.15ms   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.03	c #variables 1729 #constraints 866
0.00/0.03	c rational objective 287.5
0.28/0.38	c #Conflicts:       1000 | #Constraints:       1886
0.28/0.38	c #Conflicts:       2000 | #Constraints:       2886
0.28/0.38	c INPROCESSING
0.28/0.38	c GARBAGE COLLECT
0.28/0.38	c #Conflicts:       3000 | #Constraints:       2905
0.28/0.38	c #Conflicts:       4000 | #Constraints:       3905
0.28/0.38	c INPROCESSING
0.28/0.38	c GARBAGE COLLECT
0.28/0.38	c #Conflicts:       5000 | #Constraints:       3326
0.28/0.38	c #Conflicts:       6000 | #Constraints:       4326
0.28/0.38	c INPROCESSING
0.28/0.38	c GARBAGE COLLECT
0.28/0.38	c rational objective 289.5
0.97/1.04	c #Conflicts:       7000 | #Constraints:       3353
0.97/1.04	c #Conflicts:       8000 | #Constraints:       4353
0.97/1.04	c #Conflicts:       9000 | #Constraints:       5353
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c #Conflicts:      10000 | #Constraints:       4057
0.97/1.04	c #Conflicts:      11000 | #Constraints:       5057
0.97/1.04	c #Conflicts:      12000 | #Constraints:       6057
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c #Conflicts:      13000 | #Constraints:       4516
0.97/1.04	c #Conflicts:      14000 | #Constraints:       5516
0.97/1.04	c #Conflicts:      15000 | #Constraints:       6516
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c #Conflicts:      16000 | #Constraints:       4745
0.97/1.04	c #Conflicts:      17000 | #Constraints:       5745
0.97/1.04	c #Conflicts:      18000 | #Constraints:       6745
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c rational objective 290.5
1.17/1.24	c #Conflicts:      19000 | #Constraints:       4758
1.17/1.24	c #Conflicts:      20000 | #Constraints:       5758
1.17/1.24	c #Conflicts:      21000 | #Constraints:       6758
1.17/1.24	c INPROCESSING
1.17/1.24	c GARBAGE COLLECT
1.17/1.24	c rational objective 290.5
1.66/1.71	c #Conflicts:      22000 | #Constraints:       4593
1.66/1.71	c #Conflicts:      23000 | #Constraints:       5593
1.66/1.71	c #Conflicts:      24000 | #Constraints:       6593
1.66/1.71	c #Conflicts:      25000 | #Constraints:       7593
1.66/1.71	c INPROCESSING
1.66/1.71	c GARBAGE COLLECT
1.66/1.71	c #Conflicts:      26000 | #Constraints:       5192
1.66/1.71	c #Conflicts:      27000 | #Constraints:       6192
1.66/1.71	c #Conflicts:      28000 | #Constraints:       7192
1.66/1.71	c #Conflicts:      29000 | #Constraints:       8192
1.66/1.71	c INPROCESSING
1.66/1.71	c GARBAGE COLLECT
1.66/1.71	c rational objective 291.5
2.16/2.27	c #Conflicts:      30000 | #Constraints:       5595
2.16/2.27	c #Conflicts:      31000 | #Constraints:       6595
2.16/2.27	c #Conflicts:      32000 | #Constraints:       7595
2.16/2.27	c #Conflicts:      33000 | #Constraints:       8595
2.16/2.27	c INPROCESSING
2.16/2.27	c GARBAGE COLLECT
2.16/2.27	c #Conflicts:      34000 | #Constraints:       5794
2.16/2.27	c #Conflicts:      35000 | #Constraints:       6794
2.16/2.27	c #Conflicts:      36000 | #Constraints:       7794
2.16/2.27	c #Conflicts:      37000 | #Constraints:       8794
2.16/2.27	c INPROCESSING
2.16/2.27	c GARBAGE COLLECT
2.16/2.27	c rational objective 291.5
3.26/3.37	c #Conflicts:      38000 | #Constraints:       5798
3.26/3.37	c #Conflicts:      39000 | #Constraints:       6799
3.26/3.37	c #Conflicts:      40000 | #Constraints:       7799
3.26/3.37	c #Conflicts:      41000 | #Constraints:       8799
3.26/3.37	c INPROCESSING
3.26/3.37	c GARBAGE COLLECT
3.26/3.37	c #Conflicts:      42000 | #Constraints:       5593
3.26/3.37	c #Conflicts:      43000 | #Constraints:       6594
3.26/3.37	c #Conflicts:      44000 | #Constraints:       7595
3.26/3.37	c #Conflicts:      45000 | #Constraints:       8595
3.26/3.37	c #Conflicts:      46000 | #Constraints:       9595
3.26/3.37	c INPROCESSING
3.26/3.37	c GARBAGE COLLECT
3.26/3.37	c #Conflicts:      47000 | #Constraints:       6189
3.26/3.37	c #Conflicts:      48000 | #Constraints:       7189
3.26/3.37	c #Conflicts:      49000 | #Constraints:       8189
3.26/3.37	c #Conflicts:      50000 | #Constraints:       9189
3.26/3.37	c #Conflicts:      51000 | #Constraints:      10190
3.26/3.37	c INPROCESSING
3.26/3.37	c GARBAGE COLLECT
3.26/3.37	c rational objective 291.5
4.45/4.51	c #Conflicts:      52000 | #Constraints:       6601
4.45/4.51	c #Conflicts:      53000 | #Constraints:       7601
4.45/4.51	c #Conflicts:      54000 | #Constraints:       8601
4.45/4.51	c #Conflicts:      55000 | #Constraints:       9601
4.45/4.51	c #Conflicts:      56000 | #Constraints:      10602
4.45/4.51	c INPROCESSING
4.45/4.51	c GARBAGE COLLECT
4.45/4.51	c #Conflicts:      57000 | #Constraints:       6793
4.45/4.51	c #Conflicts:      58000 | #Constraints:       7794
4.45/4.51	c #Conflicts:      59000 | #Constraints:       8794
4.45/4.51	c #Conflicts:      60000 | #Constraints:       9794
4.45/4.51	c #Conflicts:      61000 | #Constraints:      10794
4.45/4.51	c INPROCESSING
4.45/4.51	c GARBAGE COLLECT
4.45/4.51	c rational objective 291.5
6.76/6.80	c #Conflicts:      62000 | #Constraints:       6799
6.76/6.80	c #Conflicts:      63000 | #Constraints:       7799
6.76/6.80	c #Conflicts:      64000 | #Constraints:       8799
6.76/6.80	c #Conflicts:      65000 | #Constraints:       9799
6.76/6.80	c #Conflicts:      66000 | #Constraints:      10799
6.76/6.80	c INPROCESSING
6.76/6.80	c GARBAGE COLLECT
6.76/6.80	c #Conflicts:      67000 | #Constraints:       6587
6.76/6.80	c #Conflicts:      68000 | #Constraints:       7587
6.76/6.80	c #Conflicts:      69000 | #Constraints:       8587
6.76/6.80	c #Conflicts:      70000 | #Constraints:       9588
6.76/6.80	c #Conflicts:      71000 | #Constraints:      10588
6.76/6.80	c #Conflicts:      72000 | #Constraints:      11588
6.76/6.80	c INPROCESSING
6.76/6.80	c GARBAGE COLLECT
6.76/6.80	c rational objective 291.5
10.14/10.21	c #Conflicts:      73000 | #Constraints:       7180
10.14/10.21	c #Conflicts:      74000 | #Constraints:       8180
10.14/10.21	c #Conflicts:      75000 | #Constraints:       9180
10.14/10.21	c #Conflicts:      76000 | #Constraints:      10180
10.14/10.21	c #Conflicts:      77000 | #Constraints:      11180
10.14/10.21	c #Conflicts:      78000 | #Constraints:      12180
10.14/10.21	c INPROCESSING
10.14/10.21	c GARBAGE COLLECT
10.14/10.21	c #Conflicts:      79000 | #Constraints:       7576
10.14/10.21	c #Conflicts:      80000 | #Constraints:       8576
10.14/10.21	c #Conflicts:      81000 | #Constraints:       9576
10.14/10.21	c #Conflicts:      82000 | #Constraints:      10576
10.14/10.21	c #Conflicts:      83000 | #Constraints:      11576
10.14/10.21	c #Conflicts:      84000 | #Constraints:      12577
10.14/10.21	c INPROCESSING
10.14/10.21	c GARBAGE COLLECT
10.14/10.21	c rational objective 291.5
12.14/12.23	c #Conflicts:      85000 | #Constraints:       7794
12.14/12.23	c #Conflicts:      86000 | #Constraints:       8794
12.14/12.23	c #Conflicts:      87000 | #Constraints:       9794
12.14/12.23	c #Conflicts:      88000 | #Constraints:      10794
12.14/12.23	c #Conflicts:      89000 | #Constraints:      11794
12.14/12.23	c cpu time 10.8334 s
12.14/12.23	c deterministic time 1025618565 1.03e+09
12.14/12.23	c optimization time 3.3e-05 s
12.14/12.23	c total solve time 10.8276 s
12.14/12.23	c core-guided solve time 0 s
12.14/12.23	c propagation time 5.56888 s
12.14/12.23	c conflict analysis time 3.00932 s
12.14/12.23	c propagations 1919242
12.14/12.23	c resolve steps 270326
12.14/12.23	c decisions 1830770
12.14/12.23	c conflicts 89022
12.14/12.23	c restarts 253
12.14/12.23	c inprocessing phases 21
12.14/12.23	c garbage collections 21 ,( 100.00 )
12.14/12.23	c input clauses 2 ,( 0.23 )
12.14/12.23	c input cardinalities 864 ,( 99.77 )
12.14/12.23	c input general constraints 0 ,( 0.00 )
12.14/12.23	c input average constraint length 7.99
12.14/12.23	c input average constraint degree 3.99
12.14/12.23	c learned clauses 48093 ,( 53.96 )
12.14/12.23	c learned cardinalities 2204 ,( 2.47 )
12.14/12.23	c learned general constraints 38836 ,( 43.57 )
12.14/12.23	c learned average constraint length 112.18
12.14/12.23	c learned average constraint degree 866601239.87
12.14/12.23	c watched  CF 32, 64, 128, Arb: 24331 , 0 , 0 , 0
12.14/12.23	c counting CF 32, 64, 128, Arb: 14505 , 0 , 0 , 0
12.14/12.23	c watched   constraints 24331 ,( 62.65 ) 
12.14/12.23	c counting  constraints 14505 ,( 37.35 ) 
12.14/12.23	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1457803 , 1703829 , 6786363 ,( 3628272 , 3158091 )
12.14/12.23	c gcd simplifications 7222
12.14/12.23	c detected cardinalities 708
12.14/12.23	c weakened non-implied lits 1831011
12.14/12.23	c weakened non-implying lits 216880
12.14/12.23	c original variables 1729
12.14/12.23	c clausal propagations 23414
12.14/12.23	c cardinality propagations 885339
12.14/12.23	c watched propagations 42705
12.14/12.23	c counting propagations 824828
12.14/12.23	c watch lookups 267051202
12.14/12.23	c watch backjump lookups 0
12.14/12.23	c watch checks 440134910
12.14/12.23	c propagation checks 273557043
12.14/12.23	c constraint additions 37267295
12.14/12.23	c trail pops 3839024
12.14/12.23	c formula constraints 866
12.14/12.23	c learned constraints 89012
12.14/12.23	c bound constraints 0
12.14/12.23	c core-guided constraints 0
12.14/12.23	c encountered formula constraints 85609
12.14/12.23	c encountered learned constraints 272299
12.14/12.23	c encountered bound constraints 0
12.14/12.23	c encountered core-guided constraints 0
12.14/12.23	c LP total time 0.499917 s
12.14/12.23	c LP solve time 0.3 s
12.14/12.23	c LP constraints added 974
12.14/12.23	c LP constraints removed 87
12.14/12.23	c LP pivots internal 10086
12.14/12.23	c LP pivots root 8992
12.14/12.23	c LP calls 45
12.14/12.23	c LP optimalities 35
12.14/12.23	c LP no pivot count 0
12.14/12.23	c LP infeasibilities 9
12.14/12.23	c LP valid Farkas constraints 8
12.14/12.23	c LP learned Farkas constraints 8
12.14/12.23	c LP basis resets 0
12.14/12.23	c LP cycling count 0
12.14/12.23	c LP singular count 0
12.14/12.23	c LP no primal count 0
12.14/12.23	c LP no farkas count 0
12.14/12.23	c LP other issue count 0
12.14/12.23	c LP Gomory cuts 105
12.14/12.23	c LP learned cuts 3
12.14/12.23	c LP deleted cuts 87
12.14/12.23	c LP encountered Gomory constraints 7
12.14/12.23	c LP encountered Farkas constraints 1245
12.14/12.23	c LP encountered learned Farkas constraints 178
12.14/12.23	c CG auxiliary variables introduced 0
12.14/12.23	c CG solutions found 0
12.14/12.23	c CG cores constructed 0
12.14/12.23	c CG core cardinality constraints returned 0
12.14/12.23	c CG unit cores 0
12.14/12.23	c CG single cores 0
12.14/12.23	c CG blocks removed during cardinality reduction 0
12.14/12.23	c CG first core best 0
12.14/12.23	c CG decision core best 0
12.14/12.23	c CG core reduction tie 0
12.14/12.23	c CG core degree average 0.00
12.14/12.23	c CG core slack average 0.00
12.14/12.23	c CG core upper bound improvements 0
12.14/12.23	c STR number of successful calls 0
12.14/12.23	c STR number of unsuccessful calls 0
12.14/12.23	c STR number of inconclusive calls 0
12.14/12.23	c STR number of successful attempts 0
12.14/12.23	c STR number of unsuccessful attempts 0
12.14/12.23	c STR number of inconclusive attempts 0
12.14/12.23	c STR average degree increase per successful call inf
12.14/12.23	c STR average degree increase per successful attempt inf
12.14/12.23	c STR total number of conflicts for successful attempts 0
12.14/12.23	c STR total number of conflicts for unsuccessful attempts 0
12.14/12.23	c STR total number of conflicts for inconclusive attempts 0
12.14/12.23	c STR average number of conflicts per successful attempt inf
12.14/12.23	c STR average number of conflicts per unsuccessful attempt inf
12.14/12.23	c STR average number of conflicts per inconclusive attempt inf
12.14/12.23	c AVG.sumWPerc 30.83 
12.14/12.23	c bigint constraints 0 
12.14/12.23	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 (58921 MiB free)
  memory of node 1: 64465 MiB (60101 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542779-1753219019/watcher-4542779-1753219019 -o /tmp/evaluation-result-4542779-1753219019/solver-4542779-1753219019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760 run-dec-break.sh HOME/instance-4542779-1753219019.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=176734, runsolver pid=176731

[startup+0.100061 s]*
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121872008/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=59120 memory=16044 CPUtime=0.07 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 1443 0 0 0 6 1 0 0 20 0 1 0 237581361 60538880 4011 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 14780 4011 2400 1147 0 2207 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63312 KiB
Current children cumulated memory: 18988 KiB

[startup+0.205821 s]*
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121872008/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=59664 memory=16556 CPUtime=0.18 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 1574 0 0 0 16 2 0 0 20 0 1 0 237581361 61095936 4139 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 14916 4139 2400 1147 0 2343 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 63856 KiB
Current children cumulated memory: 19500 KiB

[startup+0.305766 s]*
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121869236/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=60064 memory=16940 CPUtime=0.28 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 1693 0 0 0 25 3 0 0 20 0 1 0 237581361 61505536 4235 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 15016 4235 2400 1147 0 2443 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 64256 KiB
Current children cumulated memory: 19884 KiB

[startup+0.700226 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121868228/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=61360 memory=18348 CPUtime=0.66 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 2027 0 0 0 59 7 0 0 20 0 1 0 237581361 62832640 4587 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 15340 4587 2400 1147 0 2767 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65552 KiB
Current children cumulated memory: 21292 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121857108/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=63328 memory=20268 CPUtime=1.47 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 2506 0 0 0 129 18 0 0 20 0 1 0 237581361 64847872 5067 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 15832 5067 2400 1147 0 3259 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 67520 KiB
Current children cumulated memory: 23212 KiB

[startup+3.10551 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121853976/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=66684 memory=25572 CPUtime=3.07 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 3318 0 0 0 263 44 0 0 20 0 1 0 237581361 68284416 6393 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 16671 6393 2400 1147 0 4098 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 70876 KiB
Current children cumulated memory: 28516 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121845912/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=92304 memory=48476 CPUtime=6.25 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 8541 0 0 0 531 94 0 0 20 0 1 0 237581361 94519296 12119 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 23076 12119 2400 1147 0 10503 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 96496 KiB
Current children cumulated memory: 51420 KiB

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

# cumulated CPU time of all completed processes:  user=10.8411 s, system=1.3542 s

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

[startup+6.40021 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121845912/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=94704 memory=51036 CPUtime=6.35 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 9176 0 0 0 541 94 0 0 20 0 1 0 237581361 96976896 12759 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 23676 12759 2400 1147 0 11103 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 98896 KiB
Current children cumulated memory: 53980 KiB

[startup+9.60015 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121818128/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=99860 memory=56540 CPUtime=9.55 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 10562 0 0 0 827 128 0 0 20 0 1 0 237581361 102256640 14135 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 24965 14135 2400 1147 0 12392 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 104052 KiB
Current children cumulated memory: 59484 KiB

[startup+11.2002 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 176737
/proc/meminfo: memFree=121820292/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=104244 memory=60124 CPUtime=11.14 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 11470 0 0 0 981 133 0 0 20 0 1 0 237581361 106745856 15031 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 26061 15031 2400 1147 0 13488 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 108436 KiB
Current children cumulated memory: 63068 KiB

[startup+12.0002 s]*
/proc/loadavg: 4.15 4.10 4.09 5/270 176737
/proc/meminfo: memFree=121812364/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=111612 memory=61020 CPUtime=11.95 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 11669 0 0 0 1061 134 0 0 20 0 1 0 237581361 114290688 15255 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 27903 15255 2400 1147 0 15330 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 115804 KiB
Current children cumulated memory: 63964 KiB

[startup+12.2002 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 176737
/proc/meminfo: memFree=121812364/131250000 swapFree=33009904/33010684
[pid=176734] ppid=176731 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/176734/stat : 176734 (run-dec-break.s) S 176731 176734 175467 0 -1 4194304 234 751 0 0 0 0 0 0 20 0 1 0 237581360 4292608 736 18446744073709551615 94379317002240 94379317896773 140727088991008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94379318135824 94379318183568 94379322429440 140727088994655 140727088994784 140727088994784 140727089000388 0
/proc/176734/statm: 1048 736 672 219 0 110 0
[pid=176737] ppid=176734 vsize=111932 memory=63868 CPUtime=12.14 cores=4,6
/proc/176737/stat : 176737 (roundingsat) R 176734 176734 175467 0 -1 4194304 11880 0 0 0 1080 134 0 0 20 0 1 0 237581361 114618368 15967 18446744073709551615 4227072 8923433 140724668447344 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 42090496 140724668455234 140724668455462 140724668455462 140724668461034 0
/proc/176737/statm: 27983 15967 2400 1147 0 15410 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 116124 KiB
Current children cumulated memory: 66812 KiB

Child status: 0

Real time (s): 12.2379
CPU time (s): 12.1953
CPU user time (s): 10.8411
CPU system time (s): 1.3542
CPU usage (%): 99.6523
Max. virtual memory (cumulated for all children) (KiB): 116124
Max. memory (cumulated for all children) (KiB): 66812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8411
system time used= 1.3542
maximum resident set size= 63996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 176734
#   total CPU time (s): 12.1953
#   total CPU user time (s): 10.8411
#   total CPU system time (s): 1.3542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025639 second user time and 0.091814 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:16:59
IDJOB=4542779
IDBENCH=164647
IDSOLVER=3357
FILE ID=nodeC033/4542779-1753219019
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-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542779-1753219019/watcher-4542779-1753219019 -o /tmp/evaluation-result-4542779-1753219019/solver-4542779-1753219019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760  run-dec-break.sh HOME/instance-4542779-1753219019.opb

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
RANDOM SEED=579814799

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.704
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.044
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.371
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		: 3635.818
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.068
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.097
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		: 3599.643
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		: 3601.954
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:        121880108 kB
MemAvailable:   123599672 kB
Buffers:            2128 kB
Cached:          2442720 kB
SwapCached:           64 kB
Active:          7366612 kB
Inactive:        1215588 kB
Active(anon):    6158296 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1210304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7224 kB
Writeback:             0 kB
AnonPages:       6135660 kB
Mapped:           122036 kB
Shmem:             26228 kB
KReclaimable:     280368 kB
Slab:             378108 kB
SReclaimable:     280368 kB
SUnreclaim:        97740 kB
KernelStack:        4368 kB
PageTables:        15544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6753520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4263936 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:17:12