Trace number 4510909

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 29.166 29.5584

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

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 14:55:56 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61453 MiB free)
  memory of node 1: 64507 MiB (62434 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510909-1751198262/watcher-4510909-1751198262 -o /tmp/evaluation-result-4510909-1751198262/solver-4510909-1751198262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21226 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4510909-1751198262.opb PROOFDIR/proof-4510909-1751198262 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100063 s]*
/proc/loadavg: 4.32 3.90 2.80 4/272 22238
/proc/meminfo: memFree=126861064/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22238] ppid=22236 vsize=14252 memory=7424 CPUtime=0 cores=1,3
/proc/22238/stat : 22238 (pbsuma) D 22236 22236 21214 0 -1 4456448 972 0 0 0 0 0 0 0 20 0 1 0 35505786 14594048 1856 18446744073709551615 4210688 4653049 140730926712432 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 4700520 4703148 19943424 140730926721251 140730926721586 140730926721586 140730926727151 0
/proc/22238/statm: 3563 1856 992 108 0 971 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18444 KiB
Current children cumulated memory: 10496 KiB

[startup+0.205718 s]*
/proc/loadavg: 4.32 3.90 2.80 4/272 22238
/proc/meminfo: memFree=126850984/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22238] ppid=22236 vsize=14252 memory=7424 CPUtime=0 cores=1,3
/proc/22238/stat : 22238 (pbsuma) D 22236 22236 21214 0 -1 4456448 972 0 0 0 0 0 0 0 20 0 1 0 35505786 14594048 1856 18446744073709551615 4210688 4653049 140730926712432 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 4700520 4703148 19943424 140730926721251 140730926721586 140730926721586 140730926727151 0
/proc/22238/statm: 3563 1856 992 108 0 971 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18444 KiB
Current children cumulated memory: 10496 KiB

[startup+0.305594 s]*
/proc/loadavg: 4.32 3.90 2.80 5/272 22238
/proc/meminfo: memFree=126850984/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22238] ppid=22236 vsize=21988 memory=13552 CPUtime=0.07 cores=1,3
/proc/22238/stat : 22238 (pbsuma) R 22236 22236 21214 0 -1 4194304 3401 0 0 0 7 0 0 0 20 0 1 0 35505786 22515712 3388 18446744073709551615 4210688 4653049 140730926712432 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 4700520 4703148 19943424 140730926721251 140730926721586 140730926721586 140730926727151 0
/proc/22238/statm: 5497 3388 1024 108 0 2905 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 26180 KiB
Current children cumulated memory: 16624 KiB

[startup+0.70019 s]
/proc/loadavg: 4.32 3.90 2.80 5/272 22238
/proc/meminfo: memFree=126834856/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+1.50019 s]
/proc/loadavg: 4.32 3.90 2.80 5/272 22239
/proc/meminfo: memFree=126799508/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=107600 memory=61960 CPUtime=0.92 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 11252 0 0 0 74 18 0 0 20 0 1 0 35505842 110182400 15490 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 26900 15490 2336 1147 0 14327 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 111792 KiB
Current children cumulated memory: 65032 KiB

[startup+3.10568 s]
/proc/loadavg: 4.32 3.90 2.80 5/272 22239
/proc/meminfo: memFree=126795744/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=108976 memory=66080 CPUtime=2.52 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 11830 0 0 0 225 27 0 0 20 0 1 0 35505842 111591424 16520 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 27244 16520 2336 1147 0 14671 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 113168 KiB
Current children cumulated memory: 69152 KiB

[startup+6.30016 s]
/proc/loadavg: 4.30 3.90 2.81 4/272 22239
/proc/meminfo: memFree=126787300/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=111444 memory=68384 CPUtime=5.71 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 12358 0 0 0 540 31 0 0 20 0 1 0 35505842 114118656 17096 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 27861 17096 2368 1147 0 15288 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 115636 KiB
Current children cumulated memory: 71456 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 3.90 2.82 5/272 22239
/proc/meminfo: memFree=126761788/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=120756 memory=74016 CPUtime=12.1 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 13796 0 0 0 1169 41 0 0 20 0 1 0 35505842 123654144 18504 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 30189 18504 2368 1147 0 17616 0
Current children cumulated CPU time: 12.4 s
Current children cumulated vsize: 124948 KiB
Current children cumulated memory: 77088 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 3.92 2.84 5/271 22239
/proc/meminfo: memFree=126648656/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=24.86 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2428 58 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 25.16 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

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

# cumulated CPU time of all completed processes:  user=28.4825 s, system=0.683521 s

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

[startup+25.6002 s]
/proc/loadavg: 4.29 3.92 2.84 5/271 22239
/proc/meminfo: memFree=126648656/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=24.96 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2438 58 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 25.26 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

[startup+27.2002 s]
/proc/loadavg: 4.29 3.92 2.84 5/271 22239
/proc/meminfo: memFree=126649788/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=26.56 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2595 61 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 26.86 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

[startup+28.8002 s]
/proc/loadavg: 4.29 3.92 2.84 5/271 22239
/proc/meminfo: memFree=126635864/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=28.15 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2753 62 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 28.45 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

[startup+29.2002 s]
/proc/loadavg: 4.26 3.92 2.85 5/271 22239
/proc/meminfo: memFree=126615424/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=28.55 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2792 63 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

[startup+29.4002 s]
/proc/loadavg: 4.26 3.92 2.85 5/271 22239
/proc/meminfo: memFree=126615424/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=28.75 cores=1,3
/proc/22239/stat : 22239 (roundingsat) R 22236 22236 21214 0 -1 4194304 16059 0 0 0 2812 63 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

[startup+29.5002 s]
/proc/loadavg: 4.26 3.92 2.85 5/271 22239
/proc/meminfo: memFree=126615424/131249996 swapFree=33010684/33010684
[pid=22236] ppid=22233 vsize=4192 memory=3072 CPUtime=0.3 cores=1,3
/proc/22236/stat : 22236 (run-dec-break-l) S 22233 22236 21214 0 -1 4194304 239 4630 0 0 0 0 27 3 20 0 1 0 35505786 4292608 768 18446744073709551615 94505004584960 94505005479493 140736041380160 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94505005718544 94505005766288 94505019768832 140736041388309 140736041388510 140736041388510 140736041394112 0
/proc/22236/statm: 1048 768 704 219 0 110 0
[pid=22239] ppid=22236 vsize=134308 memory=88800 CPUtime=28.84 cores=1,3
/proc/22239/stat : 22239 (roundingsat) D 22236 22236 21214 0 -1 4194304 16059 0 0 0 2820 64 0 0 20 0 1 0 35505842 137531392 22200 18446744073709551615 4227072 8923433 140733321175744 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 16015360 140733321181428 140733321181736 140733321181736 140733321187306 0
/proc/22239/statm: 33577 22200 2368 1147 0 21004 0
Current children cumulated CPU time: 29.14 s
Current children cumulated vsize: 138500 KiB
Current children cumulated memory: 91872 KiB

Child status: 0

Real time (s): 29.5584
CPU time (s): 29.166
CPU user time (s): 28.4825
CPU system time (s): 0.683521
CPU usage (%): 98.6725
Max. virtual memory (cumulated for all children) (KiB): 138500
Max. memory (cumulated for all children) (KiB): 91872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4825
system time used= 0.683521
maximum resident set size= 88800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1774
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 22236
#   total CPU time (s): 29.166
#   total CPU user time (s): 28.4825
#   total CPU system time (s): 0.683521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059234 second user time and 0.178658 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 13:57:42
IDJOB=4510909
IDBENCH=160398
IDSOLVER=3358
FILE ID=nodeC030/4510909-1751198262
RUNJOBID= nodeC030-1751197546-21226
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB

SOLVER NAME= roundingsat+pbsuma-log 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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510909-1751198262/watcher-4510909-1751198262 -o /tmp/evaluation-result-4510909-1751198262/solver-4510909-1751198262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21226 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4510909-1751198262.opb PROOFDIR/proof-4510909-1751198262

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

MD5SUM BENCH= c362d715d0badaf71b85c8289996ec3a
RANDOM SEED=1572303960

nodeC030 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.321
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.62
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		: 3601.324
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126860440 kB
MemAvailable:   129485672 kB
Buffers:            3280 kB
Cached:          3431456 kB
SwapCached:            0 kB
Active:           579844 kB
Inactive:        3174576 kB
Active(anon):     337888 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  3174576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59216 kB
Writeback:            16 kB
AnonPages:        318828 kB
Mapped:           113272 kB
Shmem:             18064 kB
KReclaimable:      95480 kB
Slab:             182788 kB
SReclaimable:      95480 kB
SUnreclaim:        87308 kB
KernelStack:        4368 kB
PageTables:         3916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     671840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC030 at 2025-06-29 13:58:12