Trace number 4510908

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 25.7775 25.8537

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
MD5SUMc362d715d0badaf71b85c8289996ec3a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.49469
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5370
Total number of constraints12701
Number of constraints which are clauses6008
Number of constraints which are cardinality constraints (but not clauses)6693
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4510908-1751197128.opb'
0.00/0.01	c 	read 0.40MB  (5.40ms)
0.00/0.01	c	 [cnf: #variables 5370 #clauses 9667 #duplicates 3034 #arr 24783]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 3580] (7.42ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 found row 3x3580, generating row predicate
0.00/0.03	c 	 (11.67ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 31147 #edges 81786]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.20ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 21476 #add_vars 7158]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4510908-1751197128.opb.pre'
0.00/0.04	c 	wrote 1.09MB (2.43ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                  11.67ms 37.87% detect_special
0.00/0.04	c                   7.42ms 24.07% approx_orbits
0.00/0.04	c                   5.39ms 17.50% parse
0.00/0.04	c                   3.20ms 10.38% detect_generic
0.00/0.04	c                   2.43ms  7.89% output
0.00/0.04	c                   0.54ms  1.75% other
0.00/0.04	c                   0.17ms  0.54% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  30.82ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 63f22ad
0.06/0.18	c #variables 12528 #constraints 31143
4.15/4.25	c #Conflicts:       1000 | #Constraints:      32142
4.15/4.25	c #Conflicts:       2000 | #Constraints:      33142
4.15/4.25	c INPROCESSING
4.15/4.25	c #Conflicts:       3000 | #Constraints:      33899
4.15/4.25	c #Conflicts:       4000 | #Constraints:      34899
4.15/4.25	c #Conflicts:       5000 | #Constraints:      35899
4.15/4.25	c #Conflicts:       6000 | #Constraints:      36899
4.15/4.25	c INPROCESSING
4.15/4.25	c GARBAGE COLLECT
4.15/4.25	c #Conflicts:       7000 | #Constraints:      35374
4.15/4.25	c #Conflicts:       8000 | #Constraints:      36374
4.15/4.25	c #Conflicts:       9000 | #Constraints:      37374
4.15/4.25	c INPROCESSING
4.15/4.25	c GARBAGE COLLECT
4.15/4.25	c #Conflicts:      10000 | #Constraints:      35458
4.15/4.25	c #Conflicts:      11000 | #Constraints:      36458
4.15/4.25	c #Conflicts:      12000 | #Constraints:      37458
4.15/4.25	c INPROCESSING
4.15/4.25	c GARBAGE COLLECT
4.15/4.25	c rational objective 1791
13.03/13.13	c #Conflicts:      13000 | #Constraints:      35242
13.03/13.13	c #Conflicts:      14000 | #Constraints:      36242
13.03/13.13	c #Conflicts:      15000 | #Constraints:      37242
13.03/13.13	c #Conflicts:      16000 | #Constraints:      38242
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      17000 | #Constraints:      35794
13.03/13.13	c #Conflicts:      18000 | #Constraints:      36794
13.03/13.13	c #Conflicts:      19000 | #Constraints:      37794
13.03/13.13	c #Conflicts:      20000 | #Constraints:      38794
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      21000 | #Constraints:      36118
13.03/13.13	c #Conflicts:      22000 | #Constraints:      37118
13.03/13.13	c #Conflicts:      23000 | #Constraints:      38118
13.03/13.13	c #Conflicts:      24000 | #Constraints:      39118
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      25000 | #Constraints:      36214
13.03/13.13	c #Conflicts:      26000 | #Constraints:      37214
13.03/13.13	c #Conflicts:      27000 | #Constraints:      38214
13.03/13.13	c #Conflicts:      28000 | #Constraints:      39214
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      29000 | #Constraints:      36127
13.03/13.13	c #Conflicts:      30000 | #Constraints:      37127
13.03/13.13	c #Conflicts:      31000 | #Constraints:      38127
13.03/13.13	c #Conflicts:      32000 | #Constraints:      39127
13.03/13.13	c #Conflicts:      33000 | #Constraints:      40127
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      34000 | #Constraints:      36838
13.03/13.13	c #Conflicts:      35000 | #Constraints:      37838
13.03/13.13	c #Conflicts:      36000 | #Constraints:      38838
13.03/13.13	c #Conflicts:      37000 | #Constraints:      39838
13.03/13.13	c #Conflicts:      38000 | #Constraints:      40838
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c #Conflicts:      39000 | #Constraints:      37341
13.03/13.13	c #Conflicts:      40000 | #Constraints:      38341
13.03/13.13	c #Conflicts:      41000 | #Constraints:      39341
13.03/13.13	c #Conflicts:      42000 | #Constraints:      40341
13.03/13.13	c INPROCESSING
13.03/13.13	c GARBAGE COLLECT
13.03/13.13	c rational objective 1791
25.70/25.84	c #Conflicts:      43000 | #Constraints:      36632
25.70/25.84	c #Conflicts:      44000 | #Constraints:      37632
25.70/25.84	c #Conflicts:      45000 | #Constraints:      38632
25.70/25.84	c #Conflicts:      46000 | #Constraints:      39632
25.70/25.84	c #Conflicts:      47000 | #Constraints:      40632
25.70/25.84	c #Conflicts:      48000 | #Constraints:      41632
25.70/25.84	c INPROCESSING
25.70/25.84	c GARBAGE COLLECT
25.70/25.84	c #Conflicts:      49000 | #Constraints:      37751
25.70/25.84	c #Conflicts:      50000 | #Constraints:      38751
25.70/25.84	c #Conflicts:      51000 | #Constraints:      39752
25.70/25.84	c #Conflicts:      52000 | #Constraints:      40752
25.70/25.84	c #Conflicts:      53000 | #Constraints:      41752
25.70/25.84	c #Conflicts:      54000 | #Constraints:      42752
25.70/25.84	c #Conflicts:      55000 | #Constraints:      43752
25.70/25.84	c #Conflicts:      56000 | #Constraints:      44752
25.70/25.84	c #Conflicts:      57000 | #Constraints:      45752
25.70/25.84	c #Conflicts:      58000 | #Constraints:      46752
25.70/25.84	c #Conflicts:      59000 | #Constraints:      47752
25.70/25.84	c #Conflicts:      60000 | #Constraints:      48752
25.70/25.84	c #Conflicts:      61000 | #Constraints:      49752
25.70/25.84	c #Conflicts:      62000 | #Constraints:      50752
25.70/25.84	c #Conflicts:      63000 | #Constraints:      51752
25.70/25.84	c #Conflicts:      64000 | #Constraints:      52752
25.70/25.84	c #Conflicts:      65000 | #Constraints:      53752
25.70/25.84	c INPROCESSING
25.70/25.84	c GARBAGE COLLECT
25.70/25.84	c #Conflicts:      66000 | #Constraints:      43795
25.70/25.84	c #Conflicts:      67000 | #Constraints:      44795
25.70/25.84	c #Conflicts:      68000 | #Constraints:      45795
25.70/25.84	c #Conflicts:      69000 | #Constraints:      46795
25.70/25.84	c #Conflicts:      70000 | #Constraints:      47795
25.70/25.84	c #Conflicts:      71000 | #Constraints:      48795
25.70/25.84	c INPROCESSING
25.70/25.84	c GARBAGE COLLECT
25.70/25.84	c #Conflicts:      72000 | #Constraints:      41134
25.70/25.84	c #Conflicts:      73000 | #Constraints:      42134
25.70/25.84	c #Conflicts:      74000 | #Constraints:      43134
25.70/25.84	c #Conflicts:      75000 | #Constraints:      44134
25.70/25.84	c #Conflicts:      76000 | #Constraints:      45134
25.70/25.84	c #Conflicts:      77000 | #Constraints:      46134
25.70/25.84	c #Conflicts:      78000 | #Constraints:      47134
25.70/25.84	c INPROCESSING
25.70/25.84	c GARBAGE COLLECT
25.70/25.84	c #Conflicts:      79000 | #Constraints:      40494
25.70/25.84	c #Conflicts:      80000 | #Constraints:      41495
25.70/25.84	c cpu time 25.192 s
25.70/25.84	c deterministic time 635479900 6.35e+08
25.70/25.84	c optimization time 6.2e-05 s
25.70/25.84	c total solve time 25.0951 s
25.70/25.84	c core-guided solve time 0 s
25.70/25.84	c propagation time 10.3557 s
25.70/25.84	c conflict analysis time 10.2541 s
25.70/25.84	c propagations 59093450
25.70/25.84	c resolve steps 4863706
25.70/25.84	c decisions 397211
25.70/25.84	c conflicts 80096
25.70/25.84	c restarts 251
25.70/25.84	c inprocessing phases 15
25.70/25.84	c garbage collections 14 ,( 93.33 )
25.70/25.84	c input clauses 27484 ,( 88.25 )
25.70/25.84	c input cardinalities 3659 ,( 11.75 )
25.70/25.84	c input general constraints 0 ,( 0.00 )
25.70/25.84	c input average constraint length 2.86
25.70/25.84	c input average constraint degree 1.12
25.70/25.84	c learned clauses 78568 ,( 98.09 )
25.70/25.84	c learned cardinalities 1519 ,( 1.90 )
25.70/25.84	c learned general constraints 11 ,( 0.01 )
25.70/25.84	c learned average constraint length 189.07
25.70/25.84	c learned average constraint degree 30163.05
25.70/25.84	c watched  CF 32, 64, 128, Arb: 8 , 0 , 0 , 0
25.70/25.84	c counting CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
25.70/25.84	c watched   constraints 8 ,( 72.73 ) 
25.70/25.84	c counting  constraints 3 ,( 27.27 ) 
25.70/25.84	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 97679877 , 29797912 , 2484 ,( 2005 , 479 )
25.70/25.84	c gcd simplifications 2
25.70/25.84	c detected cardinalities 3
25.70/25.84	c weakened non-implied lits 335382
25.70/25.84	c weakened non-implying lits 8
25.70/25.84	c original variables 12528
25.70/25.84	c clausal propagations 43135037
25.70/25.84	c cardinality propagations 15876703
25.70/25.84	c watched propagations 14
25.70/25.84	c counting propagations 175
25.70/25.84	c watch lookups 127511714
25.70/25.84	c watch backjump lookups 0
25.70/25.84	c watch checks 227820844
25.70/25.84	c propagation checks 117160452
25.70/25.84	c constraint additions 43910656
25.70/25.84	c trail pops 59568761
25.70/25.84	c formula constraints 31143
25.70/25.84	c learned constraints 80093
25.70/25.84	c bound constraints 0
25.70/25.84	c core-guided constraints 0
25.70/25.84	c encountered formula constraints 3143018
25.70/25.84	c encountered learned constraints 1800479
25.70/25.84	c encountered bound constraints 0
25.70/25.84	c encountered core-guided constraints 0
25.70/25.84	c LP total time 1.28565 s
25.70/25.84	c LP solve time 0.88 s
25.70/25.84	c LP constraints added 31156
25.70/25.84	c LP constraints removed 8
25.70/25.84	c LP pivots internal 8850
25.70/25.84	c LP pivots root 7961
25.70/25.84	c LP calls 10
25.70/25.84	c LP optimalities 5
25.70/25.84	c LP no pivot count 1
25.70/25.84	c LP infeasibilities 2
25.70/25.84	c LP valid Farkas constraints 2
25.70/25.84	c LP learned Farkas constraints 2
25.70/25.85	c LP basis resets 0
25.70/25.85	c LP cycling count 0
25.70/25.85	c LP singular count 0
25.70/25.85	c LP no primal count 0
25.70/25.85	c LP no farkas count 0
25.70/25.85	c LP other issue count 0
25.70/25.85	c LP Gomory cuts 1
25.70/25.85	c LP learned cuts 12
25.70/25.85	c LP deleted cuts 8
25.70/25.85	c LP encountered Gomory constraints 0
25.70/25.85	c LP encountered Farkas constraints 228
25.70/25.85	c LP encountered learned Farkas constraints 75
25.70/25.85	c CG auxiliary variables introduced 0
25.70/25.85	c CG solutions found 0
25.70/25.85	c CG cores constructed 0
25.70/25.85	c CG core cardinality constraints returned 0
25.70/25.85	c CG unit cores 0
25.70/25.85	c CG single cores 0
25.70/25.85	c CG blocks removed during cardinality reduction 0
25.70/25.85	c CG first core best 0
25.70/25.85	c CG decision core best 0
25.70/25.85	c CG core reduction tie 0
25.70/25.85	c CG core degree average 0.00
25.70/25.85	c CG core slack average 0.00
25.70/25.85	c CG core upper bound improvements 0
25.70/25.85	c STR number of successful calls 0
25.70/25.85	c STR number of unsuccessful calls 0
25.70/25.85	c STR number of inconclusive calls 0
25.70/25.85	c STR number of successful attempts 0
25.70/25.85	c STR number of unsuccessful attempts 0
25.70/25.85	c STR number of inconclusive attempts 0
25.70/25.85	c STR average degree increase per successful call inf
25.70/25.85	c STR average degree increase per successful attempt inf
25.70/25.85	c STR total number of conflicts for successful attempts 0
25.70/25.85	c STR total number of conflicts for unsuccessful attempts 0
25.70/25.85	c STR total number of conflicts for inconclusive attempts 0
25.70/25.85	c STR average number of conflicts per successful attempt inf
25.70/25.85	c STR average number of conflicts per unsuccessful attempt inf
25.70/25.85	c STR average number of conflicts per inconclusive attempt inf
25.70/25.85	c AVG.sumWPerc 27.61 
25.70/25.85	c bigint constraints 0 
25.70/25.85	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 (62922 MiB free)
  memory of node 1: 64465 MiB (63719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510908-1751197128/watcher-4510908-1751197128 -o /tmp/evaluation-result-4510908-1751197128/solver-4510908-1751197128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760 run-dec-break.sh HOME/instance-4510908-1751197128.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=24357, runsolver pid=24354

[startup+0.100061 s]*
/proc/loadavg: 4.14 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129680900/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=64216 memory=19104 CPUtime=0.04 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 2610 0 0 0 3 1 0 0 20 0 1 0 35390304 65757184 4776 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 16054 4776 2016 1147 0 3481 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 68408 KiB
Current children cumulated memory: 22048 KiB

[startup+0.205606 s]*
/proc/loadavg: 4.14 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129642908/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=101944 memory=57500 CPUtime=0.15 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 10128 0 0 0 12 3 0 0 20 0 1 0 35390304 104390656 14375 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 25486 14375 2272 1147 0 12913 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 106136 KiB
Current children cumulated memory: 60444 KiB

[startup+0.305683 s]*
/proc/loadavg: 4.14 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129642908/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=103044 memory=58524 CPUtime=0.26 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 10367 0 0 0 22 4 0 0 20 0 1 0 35390304 105517056 14631 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 25761 14631 2304 1147 0 13188 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 107236 KiB
Current children cumulated memory: 61468 KiB

[startup+0.700156 s]
/proc/loadavg: 4.14 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129642908/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=106512 memory=61084 CPUtime=0.64 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 10951 0 0 0 55 9 0 0 20 0 1 0 35390304 109068288 15271 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 26628 15271 2368 1147 0 14055 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 110704 KiB
Current children cumulated memory: 64028 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129642908/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=106252 memory=61032 CPUtime=1.44 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 11006 0 0 0 125 19 0 0 20 0 1 0 35390304 108802048 15258 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 26563 15258 2368 1147 0 13990 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 110444 KiB
Current children cumulated memory: 63976 KiB

[startup+3.10572 s]
/proc/loadavg: 4.13 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129643160/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=107360 memory=65068 CPUtime=3.04 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 11495 0 0 0 281 23 0 0 20 0 1 0 35390304 109936640 16267 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 26840 16267 2368 1147 0 14267 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 111552 KiB
Current children cumulated memory: 68012 KiB

[startup+6.30017 s]
/proc/loadavg: 4.13 3.93 3.98 5/269 24360
/proc/meminfo: memFree=129642988/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=115012 memory=71596 CPUtime=6.23 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 13094 0 0 0 594 29 0 0 20 0 1 0 35390304 117772288 17899 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 28753 17899 2400 1147 0 16180 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 119204 KiB
Current children cumulated memory: 74540 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 3.93 3.99 5/269 24360
/proc/meminfo: memFree=129634672/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=119096 memory=73388 CPUtime=12.61 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 13556 0 0 0 1224 37 0 0 20 0 1 0 35390304 121954304 18347 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 29774 18347 2400 1147 0 17201 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 123288 KiB
Current children cumulated memory: 76332 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 3.94 3.99 5/269 24361
/proc/meminfo: memFree=129615832/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=131244 memory=85872 CPUtime=25.38 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 15177 0 0 0 2485 53 0 0 20 0 1 0 35390304 134393856 21468 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 32811 21468 2400 1147 0 20238 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 135436 KiB
Current children cumulated memory: 88816 KiB

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

# cumulated CPU time of all completed processes:  user=25.2269 s, system=0.550546 s

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

[startup+25.6002 s]
/proc/loadavg: 4.09 3.94 3.99 5/269 24361
/proc/meminfo: memFree=129615832/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=131244 memory=85872 CPUtime=25.48 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 15177 0 0 0 2495 53 0 0 20 0 1 0 35390304 134393856 21468 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 32811 21468 2400 1147 0 20238 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 135436 KiB
Current children cumulated memory: 88816 KiB

[startup+25.8001 s]
/proc/loadavg: 4.09 3.94 3.99 5/269 24361
/proc/meminfo: memFree=129615832/131250000 swapFree=33010684/33010684
[pid=24357] ppid=24354 vsize=4192 memory=2944 CPUtime=0.02 cores=0,2
/proc/24357/stat : 24357 (run-dec-break.s) S 24354 24357 23358 0 -1 4194304 236 3762 0 0 0 0 2 0 20 0 1 0 35390299 4292608 736 18446744073709551615 94622975434752 94622976329285 140722770758112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94622976568336 94622976616080 94622981046272 140722770762081 140722770762210 140722770762210 140722770767812 0
/proc/24357/statm: 1048 736 672 219 0 110 0
[pid=24360] ppid=24357 vsize=131244 memory=85872 CPUtime=25.68 cores=0,2
/proc/24360/stat : 24360 (roundingsat) R 24357 24357 23358 0 -1 4194304 15177 0 0 0 2515 53 0 0 20 0 1 0 35390304 134393856 21468 18446744073709551615 4227072 8923433 140737007669456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 27975680 140737007675716 140737007675944 140737007675944 140737007681514 0
/proc/24360/statm: 32811 21468 2400 1147 0 20238 0
Current children cumulated CPU time: 25.7 s
Current children cumulated vsize: 135436 KiB
Current children cumulated memory: 88816 KiB

Child status: 0

Real time (s): 25.8537
CPU time (s): 25.7775
CPU user time (s): 25.2269
CPU system time (s): 0.550546
CPU usage (%): 99.7053
Max. virtual memory (cumulated for all children) (KiB): 135436
Max. memory (cumulated for all children) (KiB): 88816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2269
system time used= 0.550546
maximum resident set size= 85872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 24357
#   total CPU time (s): 25.7775
#   total CPU user time (s): 25.2269
#   total CPU system time (s): 0.550546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07037 second user time and 0.131237 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 13:38:48
IDJOB=4510908
IDBENCH=160398
IDSOLVER=3357
FILE ID=nodeC019/4510908-1751197128
RUNJOBID= nodeC019-1751196526-23368
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510908-1751197128/watcher-4510908-1751197128 -o /tmp/evaluation-result-4510908-1751197128/solver-4510908-1751197128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760  run-dec-break.sh HOME/instance-4510908-1751197128.opb

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

MD5SUM BENCH= c362d715d0badaf71b85c8289996ec3a
RANDOM SEED=1073374986

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129681404 kB
MemAvailable:   129515512 kB
Buffers:            3280 kB
Cached:           643912 kB
SwapCached:            0 kB
Active:           562548 kB
Inactive:         387136 kB
Active(anon):     320584 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   387136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        303548 kB
Mapped:           112912 kB
Shmem:             18064 kB
KReclaimable:      88492 kB
Slab:             173572 kB
SReclaimable:      88492 kB
SUnreclaim:        85080 kB
KernelStack:        4300 kB
PageTables:         3872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     651644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 13:39:14