Trace number 4514955

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. 5.95482 6.10611

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-stein45inf.0.d.opb
MD5SUM5fcba496e137b8eb3f36fa18b36509a9
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 benchmark0.125956
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45
Total number of constraints332
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
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-4514955-1751218345.opb'
0.00/0.01	c 	read 0.01MB  (0.58ms)
0.00/0.01	c	 [cnf: #variables 45 #clauses 332 #duplicates 0 #arr 1079]
0.00/0.01	c output proof to 'PROOFDIR/proof-4514955-1751218345'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.37ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.10ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 512 #edges 2428]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.14ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4514955-1751218345.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.23ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.70ms 32.62% other
0.00/0.01	c                   0.58ms 27.11% parse
0.00/0.01	c                   0.37ms 17.50% approx_orbits
0.00/0.01	c                   0.23ms 10.73% output
0.00/0.01	c                   0.14ms  6.80% detect_generic
0.00/0.01	c                   0.10ms  4.79% detect_special
0.00/0.01	c                   0.01ms  0.44% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   2.13ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.04	c #variables 45 #constraints 332
0.00/0.04	c rational objective 22
0.25/0.35	c #Conflicts:       1000 | #Constraints:       1335
0.25/0.35	c #Conflicts:       2000 | #Constraints:       2343
0.25/0.35	c INPROCESSING
0.25/0.35	c GARBAGE COLLECT
0.25/0.35	c rational objective 22
0.51/0.65	c #Conflicts:       3000 | #Constraints:       2345
0.51/0.65	c #Conflicts:       4000 | #Constraints:       3347
0.51/0.65	c INPROCESSING
0.51/0.65	c GARBAGE COLLECT
0.51/0.65	c rational objective 22
0.80/0.92	c #Conflicts:       5000 | #Constraints:       2746
0.80/0.92	c #Conflicts:       6000 | #Constraints:       3748
0.80/0.92	c INPROCESSING
0.80/0.92	c GARBAGE COLLECT
0.80/0.92	c rational objective 22
1.09/1.21	c #Conflicts:       7000 | #Constraints:       2749
1.09/1.21	c #Conflicts:       8000 | #Constraints:       3752
1.09/1.21	c #Conflicts:       9000 | #Constraints:       4755
1.09/1.21	c INPROCESSING
1.09/1.21	c GARBAGE COLLECT
1.09/1.21	c rational objective 22
1.29/1.48	c #Conflicts:      10000 | #Constraints:       3451
1.29/1.48	c #Conflicts:      11000 | #Constraints:       4453
1.29/1.48	c #Conflicts:      12000 | #Constraints:       5456
1.29/1.48	c INPROCESSING
1.29/1.48	c GARBAGE COLLECT
1.29/1.48	c rational objective 22
1.59/1.75	c #Conflicts:      13000 | #Constraints:       3899
1.59/1.75	c #Conflicts:      14000 | #Constraints:       4901
1.59/1.75	c #Conflicts:      15000 | #Constraints:       5904
1.59/1.75	c INPROCESSING
1.59/1.75	c GARBAGE COLLECT
1.59/1.75	c rational objective 22
1.89/2.04	c #Conflicts:      16000 | #Constraints:       4124
1.89/2.04	c #Conflicts:      17000 | #Constraints:       5126
1.89/2.04	c #Conflicts:      18000 | #Constraints:       6129
1.89/2.04	c INPROCESSING
1.89/2.04	c GARBAGE COLLECT
1.89/2.04	c rational objective 22
2.18/2.34	c #Conflicts:      19000 | #Constraints:       4139
2.18/2.34	c #Conflicts:      20000 | #Constraints:       5142
2.18/2.34	c #Conflicts:      21000 | #Constraints:       6145
2.18/2.34	c INPROCESSING
2.18/2.34	c GARBAGE COLLECT
2.18/2.34	c rational objective 22
2.48/2.65	c #Conflicts:      22000 | #Constraints:       3946
2.48/2.65	c #Conflicts:      23000 | #Constraints:       4949
2.48/2.65	c #Conflicts:      24000 | #Constraints:       5949
2.48/2.65	c #Conflicts:      25000 | #Constraints:       6951
2.48/2.65	c INPROCESSING
2.48/2.65	c GARBAGE COLLECT
2.48/2.65	c rational objective 22
2.78/2.97	c #Conflicts:      26000 | #Constraints:       4550
2.78/2.97	c #Conflicts:      27000 | #Constraints:       5554
2.78/2.97	c #Conflicts:      28000 | #Constraints:       6557
2.78/2.97	c #Conflicts:      29000 | #Constraints:       7559
2.78/2.97	c INPROCESSING
2.78/2.97	c GARBAGE COLLECT
2.78/2.97	c rational objective 22
3.17/3.34	c #Conflicts:      30000 | #Constraints:       4955
3.17/3.34	c #Conflicts:      31000 | #Constraints:       5958
3.17/3.34	c #Conflicts:      32000 | #Constraints:       6960
3.17/3.34	c #Conflicts:      33000 | #Constraints:       7963
3.17/3.34	c INPROCESSING
3.17/3.34	c GARBAGE COLLECT
3.17/3.34	c rational objective 22
3.57/3.73	c #Conflicts:      34000 | #Constraints:       5155
3.57/3.73	c #Conflicts:      35000 | #Constraints:       6157
3.57/3.73	c #Conflicts:      36000 | #Constraints:       7160
3.57/3.73	c #Conflicts:      37000 | #Constraints:       8165
3.57/3.73	c INPROCESSING
3.57/3.73	c GARBAGE COLLECT
3.57/3.73	c rational objective 22
3.97/4.12	c #Conflicts:      38000 | #Constraints:       5159
3.97/4.12	c #Conflicts:      39000 | #Constraints:       6161
3.97/4.12	c #Conflicts:      40000 | #Constraints:       7165
3.97/4.12	c #Conflicts:      41000 | #Constraints:       8167
3.97/4.12	c INPROCESSING
3.97/4.12	c GARBAGE COLLECT
3.97/4.12	c rational objective 22
4.37/4.57	c #Conflicts:      42000 | #Constraints:       4961
4.37/4.57	c #Conflicts:      43000 | #Constraints:       5963
4.37/4.57	c #Conflicts:      44000 | #Constraints:       6964
4.37/4.57	c #Conflicts:      45000 | #Constraints:       7967
4.37/4.57	c #Conflicts:      46000 | #Constraints:       8970
4.37/4.57	c INPROCESSING
4.37/4.57	c GARBAGE COLLECT
4.37/4.57	c rational objective 22
4.86/5.03	c #Conflicts:      47000 | #Constraints:       5558
4.86/5.03	c #Conflicts:      48000 | #Constraints:       6561
4.86/5.03	c #Conflicts:      49000 | #Constraints:       7564
4.86/5.03	c #Conflicts:      50000 | #Constraints:       8567
4.86/5.03	c #Conflicts:      51000 | #Constraints:       9569
4.86/5.03	c INPROCESSING
4.86/5.03	c GARBAGE COLLECT
4.86/5.03	c rational objective 22
5.35/5.52	c #Conflicts:      52000 | #Constraints:       5961
5.35/5.52	c #Conflicts:      53000 | #Constraints:       6965
5.35/5.52	c #Conflicts:      54000 | #Constraints:       7966
5.35/5.52	c #Conflicts:      55000 | #Constraints:       8967
5.35/5.52	c #Conflicts:      56000 | #Constraints:       9967
5.35/5.52	c INPROCESSING
5.35/5.52	c GARBAGE COLLECT
5.35/5.52	c rational objective 22
5.86/6.04	c #Conflicts:      57000 | #Constraints:       6163
5.86/6.04	c #Conflicts:      58000 | #Constraints:       7165
5.86/6.04	c #Conflicts:      59000 | #Constraints:       8167
5.86/6.04	c #Conflicts:      60000 | #Constraints:       9170
5.86/6.04	c #Conflicts:      61000 | #Constraints:      10173
5.86/6.04	c INPROCESSING
5.86/6.04	c GARBAGE COLLECT
5.86/6.04	c rational objective 22
5.86/6.10	c cpu time 5.72427 s
5.86/6.10	c deterministic time 316352383 3.16e+08
5.86/6.10	c optimization time 4.4e-05 s
5.86/6.10	c total solve time 5.71847 s
5.86/6.10	c core-guided solve time 0 s
5.86/6.10	c propagation time 3.92964 s
5.86/6.10	c conflict analysis time 0.84803 s
5.86/6.10	c propagations 758089
5.86/6.10	c resolve steps 319667
5.86/6.10	c decisions 65178
5.86/6.10	c conflicts 61388
5.86/6.10	c restarts 189
5.86/6.10	c inprocessing phases 17
5.86/6.10	c garbage collections 17 ,( 100.00 )
5.86/6.10	c input clauses 330 ,( 99.40 )
5.86/6.10	c input cardinalities 2 ,( 0.60 )
5.86/6.10	c input general constraints 0 ,( 0.00 )
5.86/6.10	c input average constraint length 3.25
5.86/6.10	c input average constraint degree 1.12
5.86/6.10	c learned clauses 45053 ,( 73.18 )
5.86/6.10	c learned cardinalities 5958 ,( 9.68 )
5.86/6.10	c learned general constraints 10553 ,( 17.14 )
5.86/6.10	c learned average constraint length 20.47
5.86/6.10	c learned average constraint degree 3030547.62
5.86/6.10	c watched  CF 32, 64, 128, Arb: 10384 , 0 , 0 , 0
5.86/6.10	c counting CF 32, 64, 128, Arb: 169 , 0 , 0 , 0
5.86/6.10	c watched   constraints 10384 ,( 98.40 ) 
5.86/6.10	c counting  constraints 169 ,( 1.60 ) 
5.86/6.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 9322857 , 42770787 , 8806555 ,( 8793098 , 13457 )
5.86/6.10	c gcd simplifications 2993
5.86/6.10	c detected cardinalities 107
5.86/6.10	c weakened non-implied lits 257483
5.86/6.10	c weakened non-implying lits 2813
5.86/6.10	c original variables 45
5.86/6.10	c clausal propagations 345857
5.86/6.10	c cardinality propagations 163559
5.86/6.10	c watched propagations 135775
5.86/6.10	c counting propagations 3759
5.86/6.10	c watch lookups 112128856
5.86/6.10	c watch backjump lookups 0
5.86/6.10	c watch checks 194007424
5.86/6.10	c propagation checks 4447567
5.86/6.10	c constraint additions 4054168
5.86/6.10	c trail pops 884474
5.86/6.10	c formula constraints 332
5.86/6.10	c learned constraints 61239
5.86/6.10	c bound constraints 0
5.86/6.10	c core-guided constraints 0
5.86/6.10	c encountered formula constraints 220548
5.86/6.10	c encountered learned constraints 159364
5.86/6.10	c encountered bound constraints 0
5.86/6.10	c encountered core-guided constraints 0
5.86/6.10	c LP total time 0.747173 s
5.86/6.10	c LP solve time 0.09 s
5.86/6.10	c LP constraints added 352
5.86/6.10	c LP constraints removed 18
5.86/6.10	c LP pivots internal 6145
5.86/6.10	c LP pivots root 481
5.86/6.10	c LP calls 185
5.86/6.10	c LP optimalities 24
5.86/6.10	c LP no pivot count 0
5.86/6.10	c LP infeasibilities 161
5.86/6.10	c LP valid Farkas constraints 160
5.86/6.10	c LP learned Farkas constraints 148
5.86/6.10	c LP basis resets 1
5.86/6.10	c LP cycling count 0
5.86/6.10	c LP singular count 0
5.86/6.10	c LP no primal count 0
5.86/6.10	c LP no farkas count 1
5.86/6.10	c LP other issue count 0
5.86/6.10	c LP Gomory cuts 17
5.86/6.10	c LP learned cuts 4
5.86/6.10	c LP deleted cuts 20
5.86/6.10	c LP encountered Gomory constraints 0
5.86/6.10	c LP encountered Farkas constraints 560
5.86/6.10	c LP encountered learned Farkas constraints 435
5.86/6.10	c CG auxiliary variables introduced 0
5.86/6.10	c CG solutions found 0
5.86/6.10	c CG cores constructed 0
5.86/6.10	c CG core cardinality constraints returned 0
5.86/6.10	c CG unit cores 0
5.86/6.10	c CG single cores 0
5.86/6.10	c CG blocks removed during cardinality reduction 0
5.86/6.10	c CG first core best 0
5.86/6.10	c CG decision core best 0
5.86/6.10	c CG core reduction tie 0
5.86/6.10	c CG core degree average 0.00
5.86/6.10	c CG core slack average 0.00
5.86/6.10	c CG core upper bound improvements 0
5.86/6.10	c STR number of successful calls 0
5.86/6.10	c STR number of unsuccessful calls 0
5.86/6.10	c STR number of inconclusive calls 0
5.86/6.10	c STR number of successful attempts 0
5.86/6.10	c STR number of unsuccessful attempts 0
5.86/6.10	c STR number of inconclusive attempts 0
5.86/6.10	c STR average degree increase per successful call inf
5.86/6.10	c STR average degree increase per successful attempt inf
5.86/6.10	c STR total number of conflicts for successful attempts 0
5.86/6.10	c STR total number of conflicts for unsuccessful attempts 0
5.86/6.10	c STR total number of conflicts for inconclusive attempts 0
5.86/6.10	c STR average number of conflicts per successful attempt inf
5.86/6.10	c STR average number of conflicts per unsuccessful attempt inf
5.86/6.10	c STR average number of conflicts per inconclusive attempt inf
5.86/6.10	c AVG.sumWPerc 26.81 
5.86/6.10	c bigint constraints 0 
5.86/6.10	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:07:22 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: 63794 MiB (61707 MiB free)
  memory of node 1: 64507 MiB (60602 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
solver pid=28722, runsolver pid=28719
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.34 4.19 4.62 5/262 28725
/proc/meminfo: memFree=125245804/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=56392 memory=11008 CPUtime=0.06 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 652 0 0 0 6 0 0 0 20 0 1 0 37513881 57745408 2752 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14098 2752 2368 1147 0 1525 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60584 KiB
Current children cumulated memory: 14080 KiB

[startup+0.214028 s]*
/proc/loadavg: 4.34 4.19 4.62 5/262 28725
/proc/meminfo: memFree=125245804/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=56656 memory=11648 CPUtime=0.16 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 767 0 0 0 15 1 0 0 20 0 1 0 37513881 58015744 2912 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14164 2912 2400 1147 0 1591 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 60848 KiB
Current children cumulated memory: 14720 KiB

[startup+0.313164 s]*
/proc/loadavg: 4.34 4.19 4.62 5/262 28725
/proc/meminfo: memFree=125241520/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=56924 memory=13880 CPUtime=0.25 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 832 0 0 0 23 2 0 0 20 0 1 0 37513881 58290176 3470 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14231 3470 2400 1147 0 1658 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 61116 KiB
Current children cumulated memory: 16952 KiB

[startup+0.700215 s]
/proc/loadavg: 4.34 4.19 4.62 5/262 28725
/proc/meminfo: memFree=125241520/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=57492 memory=14264 CPUtime=0.6 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 937 0 0 0 56 4 0 0 20 0 1 0 37513881 58871808 3566 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14373 3566 2400 1147 0 1800 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 61684 KiB
Current children cumulated memory: 17336 KiB

[startup+1.50018 s]
/proc/loadavg: 4.34 4.19 4.62 5/262 28725
/proc/meminfo: memFree=125241520/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=58272 memory=15160 CPUtime=1.38 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1135 0 0 0 132 6 0 0 20 0 1 0 37513881 59670528 3790 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14568 3790 2400 1147 0 1995 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 62464 KiB
Current children cumulated memory: 18232 KiB

[startup+3.10583 s]
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125267468/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=58880 memory=15800 CPUtime=2.98 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1292 0 0 0 287 11 0 0 20 0 1 0 37513881 60293120 3950 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14720 3950 2400 1147 0 2147 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 63072 KiB
Current children cumulated memory: 18872 KiB

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

# cumulated CPU time of all completed processes:  user=5.73356 s, system=0.221259 s

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

[startup+3.20017 s]
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125267468/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=58880 memory=15800 CPUtime=3.07 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1292 0 0 0 296 11 0 0 20 0 1 0 37513881 60293120 3950 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14720 3950 2400 1147 0 2147 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 63072 KiB
Current children cumulated memory: 18872 KiB

[startup+4.80013 s]
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125288988/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=59468 memory=16184 CPUtime=4.66 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1415 0 0 0 449 17 0 0 20 0 1 0 37513881 60895232 4046 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14867 4046 2400 1147 0 2294 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 63660 KiB
Current children cumulated memory: 19256 KiB

[startup+5.60013 s]
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125292140/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=59956 memory=16696 CPUtime=5.45 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1525 0 0 0 526 19 0 0 20 0 1 0 37513881 61394944 4174 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14989 4174 2400 1147 0 2416 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 64148 KiB
Current children cumulated memory: 19768 KiB

[startup+6.00012 s]*
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125288044/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
[pid=28725] ppid=28722 vsize=59956 memory=16696 CPUtime=5.86 cores=4,6
/proc/28725/stat : 28725 (roundingsat) R 28722 28722 27461 0 -1 4194304 1529 0 0 0 565 21 0 0 20 0 1 0 37513881 61394944 4174 18446744073709551615 4227072 8923433 140734658956944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 24588288 140734658963700 140734658964008 140734658964008 140734658969578 0
/proc/28725/statm: 14989 4174 2400 1147 0 2416 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 64148 KiB
Current children cumulated memory: 19768 KiB

[startup+6.10552 s]
/proc/loadavg: 4.31 4.18 4.62 5/262 28725
/proc/meminfo: memFree=125288044/131382120 swapFree=33010416/33010684
[pid=28722] ppid=28719 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/28722/stat : 28722 (run-dec-break-l) S 28719 28722 27461 0 -1 4194304 240 244 0 0 0 0 0 0 20 0 1 0 37513879 4292608 768 18446744073709551615 93855115309056 93855116203589 140727869646896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93855116442640 93855116490384 93855138508800 140727869651221 140727869651422 140727869651422 140727869657024 0
/proc/28722/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 6.10611
CPU time (s): 5.95482
CPU user time (s): 5.73356
CPU system time (s): 0.221259
CPU usage (%): 97.5222
Max. virtual memory (cumulated for all children) (KiB): 64148
Max. memory (cumulated for all children) (KiB): 19768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.73356
system time used= 0.221259
maximum resident set size= 16696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 766
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 28722
#   total CPU time (s): 5.95482
#   total CPU user time (s): 5.73356
#   total CPU system time (s): 0.221259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043122 second user time and 0.078896 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 19:32:25
IDJOB=4514955
IDBENCH=164064
IDSOLVER=3358
FILE ID=nodeC006/4514955-1751218345
RUNJOBID= nodeC006-1751216867-27472
SLURM_JOB_ID= 9587659
Free space on /tmp= 433028 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-stein45inf.0.d.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514955-1751218345/watcher-4514955-1751218345 -o /tmp/evaluation-result-4514955-1751218345/solver-4514955-1751218345 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27472 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514955-1751218345.opb PROOFDIR/proof-4514955-1751218345

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

MD5SUM BENCH= 5fcba496e137b8eb3f36fa18b36509a9
RANDOM SEED=386783773

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125234476 kB
MemAvailable:   129335140 kB
Buffers:            2128 kB
Cached:          4905408 kB
SwapCached:           12 kB
Active:           810564 kB
Inactive:        4634712 kB
Active(anon):     543004 kB
Inactive(anon):    12740 kB
Active(file):     267560 kB
Inactive(file):  4621972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61276 kB
Writeback:           320 kB
AnonPages:        538176 kB
Mapped:           116336 kB
Shmem:             17948 kB
KReclaimable:     101136 kB
Slab:             185052 kB
SReclaimable:     101136 kB
SUnreclaim:        83916 kB
KernelStack:        4224 kB
PageTables:         4288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     943692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149656 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC006 at 2025-06-29 19:32:32