Trace number 4515746

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 11.4612 11.502

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
MD5SUM07ea0c7d4747b9a16e298c0932c39846
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 benchmark4.80187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints3734
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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-4515746-1751223714.opb'
0.00/0.01	c 	read 0.55MB  (8.32ms)
0.00/0.01	c	 [cnf: #variables 18705 #clauses 3742 #duplicates 0 #arr 55260]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 12168] (20.46ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 5x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 4x2, generating row predicate
0.00/0.04	c 	 found row 5x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 found row 3x2, generating row predicate
0.00/0.04	c 	 (8.55ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 78562 #edges 222750]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.07	c 	 [group: #symmetries 1.62*10^4603 #generators 11408] (24.20ms)
0.00/0.07	c 
0.00/0.07	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.07	c 	ran it=0, +gens=3 
0.00/0.08	c 	con best_support=4, best_gens=11408, +gens=0
0.00/0.08	c 	(15.35ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c add generic predicates (break_depth=10)
0.00/0.09	c 	added predicates for 11411 generators (1.50ms)
0.00/0.09	c 
0.00/0.09	c generation finished
0.00/0.09	c 	[sbp: #constraints 11471 #add_vars 0]
0.00/0.09	c 
0.00/0.09	c write result to 'HOME/instance-4515746-1751223714.opb.pre'
0.00/0.09	c 	wrote 0.87MB (2.33ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  24.20ms 28.85% detect_generic
0.00/0.09	c                  20.46ms 24.39% approx_orbits
0.00/0.09	c                  15.35ms 18.30% optimize_gens
0.00/0.09	c                   8.55ms 10.19% detect_special
0.00/0.09	c                   8.32ms  9.91% parse
0.00/0.09	c                   2.33ms  2.78% output
0.00/0.09	c                   1.92ms  2.29% other
0.00/0.09	c                   1.50ms  1.79% break_generic
0.00/0.09	c                   1.26ms  1.51% finalize_order
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  83.88ms   100% total
0.00/0.09	c ------------------------------------------------------------------
0.08/0.10	c RoundingSat 2
0.08/0.10	c branch pb25
0.08/0.10	c commit 63f22ad
0.08/0.18	c #variables 18705 #constraints 15213
11.34/11.49	c #Conflicts:       1000 | #Constraints:      16212
11.34/11.49	c #Conflicts:       2000 | #Constraints:      17212
11.34/11.49	c INPROCESSING
11.34/11.49	c #Conflicts:       3000 | #Constraints:      17069
11.34/11.49	c #Conflicts:       4000 | #Constraints:      18069
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:       5000 | #Constraints:      17378
11.34/11.49	c #Conflicts:       6000 | #Constraints:      18378
11.34/11.49	c #Conflicts:       7000 | #Constraints:      19378
11.34/11.49	c #Conflicts:       8000 | #Constraints:      20378
11.34/11.49	c #Conflicts:       9000 | #Constraints:      21378
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:      10000 | #Constraints:      18728
11.34/11.49	c #Conflicts:      11000 | #Constraints:      19728
11.34/11.49	c #Conflicts:      12000 | #Constraints:      20728
11.34/11.49	c #Conflicts:      13000 | #Constraints:      21728
11.34/11.49	c #Conflicts:      14000 | #Constraints:      22728
11.34/11.49	c #Conflicts:      15000 | #Constraints:      23728
11.34/11.49	c #Conflicts:      16000 | #Constraints:      24728
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:      17000 | #Constraints:      20307
11.34/11.49	c #Conflicts:      18000 | #Constraints:      21307
11.34/11.49	c #Conflicts:      19000 | #Constraints:      22307
11.34/11.49	c #Conflicts:      20000 | #Constraints:      23307
11.34/11.49	c #Conflicts:      21000 | #Constraints:      24308
11.34/11.49	c #Conflicts:      22000 | #Constraints:      25308
11.34/11.49	c #Conflicts:      23000 | #Constraints:      26308
11.34/11.49	c #Conflicts:      24000 | #Constraints:      27308
11.34/11.49	c #Conflicts:      25000 | #Constraints:      28308
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:      26000 | #Constraints:      21720
11.34/11.49	c #Conflicts:      27000 | #Constraints:      22721
11.34/11.49	c #Conflicts:      28000 | #Constraints:      23721
11.34/11.49	c #Conflicts:      29000 | #Constraints:      24721
11.34/11.49	c #Conflicts:      30000 | #Constraints:      25721
11.34/11.49	c #Conflicts:      31000 | #Constraints:      26721
11.34/11.49	c #Conflicts:      32000 | #Constraints:      27721
11.34/11.49	c #Conflicts:      33000 | #Constraints:      28721
11.34/11.49	c #Conflicts:      34000 | #Constraints:      29721
11.34/11.49	c #Conflicts:      35000 | #Constraints:      30721
11.34/11.49	c #Conflicts:      36000 | #Constraints:      31721
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:      37000 | #Constraints:      23108
11.34/11.49	c #Conflicts:      38000 | #Constraints:      24109
11.34/11.49	c #Conflicts:      39000 | #Constraints:      25109
11.34/11.49	c #Conflicts:      40000 | #Constraints:      26109
11.34/11.49	c #Conflicts:      41000 | #Constraints:      27109
11.34/11.49	c #Conflicts:      42000 | #Constraints:      28109
11.34/11.49	c #Conflicts:      43000 | #Constraints:      29109
11.34/11.49	c #Conflicts:      44000 | #Constraints:      30109
11.34/11.49	c #Conflicts:      45000 | #Constraints:      31109
11.34/11.49	c #Conflicts:      46000 | #Constraints:      32109
11.34/11.49	c #Conflicts:      47000 | #Constraints:      33109
11.34/11.49	c #Conflicts:      48000 | #Constraints:      34109
11.34/11.49	c #Conflicts:      49000 | #Constraints:      35109
11.34/11.49	c INPROCESSING
11.34/11.49	c GARBAGE COLLECT
11.34/11.49	c #Conflicts:      50000 | #Constraints:      25211
11.34/11.49	c #Conflicts:      51000 | #Constraints:      26211
11.34/11.49	c #Conflicts:      52000 | #Constraints:      27211
11.34/11.49	c #Conflicts:      53000 | #Constraints:      28211
11.34/11.49	c #Conflicts:      54000 | #Constraints:      29211
11.34/11.49	c #Conflicts:      55000 | #Constraints:      30211
11.34/11.49	c #Conflicts:      56000 | #Constraints:      31211
11.34/11.49	c #Conflicts:      57000 | #Constraints:      32211
11.34/11.49	c #Conflicts:      58000 | #Constraints:      33211
11.34/11.49	c #Conflicts:      59000 | #Constraints:      34211
11.34/11.49	c #Conflicts:      60000 | #Constraints:      35211
11.34/11.49	c #Conflicts:      61000 | #Constraints:      36211
11.34/11.49	c #Conflicts:      62000 | #Constraints:      37211
11.34/11.49	c #Conflicts:      63000 | #Constraints:      38211
11.34/11.49	c #Conflicts:      64000 | #Constraints:      39211
11.34/11.49	c cpu time 10.0074 s
11.34/11.49	c deterministic time 64576270 6.46e+07
11.34/11.49	c optimization time 3.6e-05 s
11.34/11.49	c total solve time 9.94503 s
11.34/11.49	c core-guided solve time 0 s
11.34/11.49	c propagation time 2.96051 s
11.34/11.49	c conflict analysis time 0.348789 s
11.34/11.49	c propagations 2346054
11.34/11.49	c resolve steps 135790
11.34/11.49	c decisions 1987254
11.34/11.49	c conflicts 64115
11.34/11.49	c restarts 191
11.34/11.49	c inprocessing phases 7
11.34/11.49	c garbage collections 6 ,( 85.71 )
11.34/11.49	c input clauses 11471 ,( 75.40 )
11.34/11.49	c input cardinalities 87 ,( 0.57 )
11.34/11.49	c input general constraints 3655 ,( 24.03 )
11.34/11.49	c input average constraint length 5.14
11.34/11.49	c input average constraint degree 3.17
11.34/11.49	c learned clauses 23829 ,( 37.16 )
11.34/11.49	c learned cardinalities 6358 ,( 9.92 )
11.34/11.49	c learned general constraints 33930 ,( 52.92 )
11.34/11.49	c learned average constraint length 9.37
11.34/11.49	c learned average constraint degree 198554.22
11.34/11.49	c watched  CF 32, 64, 128, Arb: 1637 , 0 , 0 , 0
11.34/11.49	c counting CF 32, 64, 128, Arb: 35948 , 0 , 0 , 0
11.34/11.49	c watched   constraints 1637 ,( 4.36 ) 
11.34/11.49	c counting  constraints 35948 ,( 95.64 ) 
11.34/11.49	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 918818 , 405176 , 3052204 ,( 43480 , 3008724 )
11.34/11.49	c gcd simplifications 10802
11.34/11.49	c detected cardinalities 2140
11.34/11.49	c weakened non-implied lits 236319
11.34/11.49	c weakened non-implying lits 9610
11.34/11.49	c original variables 18705
11.34/11.49	c clausal propagations 750602
11.34/11.49	c cardinality propagations 259905
11.34/11.49	c watched propagations 1769
11.34/11.49	c counting propagations 1227522
11.34/11.49	c watch lookups 30933551
11.34/11.49	c watch backjump lookups 0
11.34/11.49	c watch checks 1419651
11.34/11.49	c propagation checks 21537667
11.34/11.49	c constraint additions 1945240
11.34/11.49	c trail pops 4395383
11.34/11.49	c formula constraints 15213
11.34/11.49	c learned constraints 64111
11.34/11.49	c bound constraints 0
11.34/11.49	c core-guided constraints 0
11.34/11.49	c encountered formula constraints 108116
11.34/11.49	c encountered learned constraints 91755
11.34/11.49	c encountered bound constraints 0
11.34/11.49	c encountered core-guided constraints 0
11.34/11.49	c LP total time 2.22183 s
11.34/11.49	c LP solve time 2.18 s
11.34/11.49	c LP constraints added 15213
11.34/11.49	c LP constraints removed 0
11.34/11.49	c LP pivots internal 6469
11.34/11.49	c LP pivots root 5000
11.34/11.49	c LP calls 6
11.34/11.49	c LP optimalities 0
11.34/11.49	c LP no pivot count 0
11.34/11.49	c LP infeasibilities 3
11.34/11.49	c LP valid Farkas constraints 3
11.34/11.49	c LP learned Farkas constraints 3
11.34/11.49	c LP basis resets 0
11.34/11.49	c LP cycling count 0
11.34/11.49	c LP singular count 0
11.34/11.49	c LP no primal count 0
11.34/11.49	c LP no farkas count 0
11.34/11.49	c LP other issue count 0
11.34/11.49	c LP Gomory cuts 0
11.34/11.49	c LP learned cuts 0
11.34/11.49	c LP deleted cuts 0
11.34/11.49	c LP encountered Gomory constraints 0
11.34/11.49	c LP encountered Farkas constraints 25
11.34/11.49	c LP encountered learned Farkas constraints 6
11.34/11.49	c CG auxiliary variables introduced 0
11.34/11.49	c CG solutions found 0
11.34/11.49	c CG cores constructed 0
11.34/11.49	c CG core cardinality constraints returned 0
11.34/11.49	c CG unit cores 0
11.34/11.49	c CG single cores 0
11.34/11.49	c CG blocks removed during cardinality reduction 0
11.34/11.49	c CG first core best 0
11.34/11.49	c CG decision core best 0
11.34/11.49	c CG core reduction tie 0
11.34/11.49	c CG core degree average 0.00
11.34/11.49	c CG core slack average 0.00
11.34/11.49	c CG core upper bound improvements 0
11.34/11.49	c STR number of successful calls 0
11.34/11.49	c STR number of unsuccessful calls 0
11.34/11.49	c STR number of inconclusive calls 0
11.34/11.49	c STR number of successful attempts 0
11.34/11.49	c STR number of unsuccessful attempts 0
11.34/11.49	c STR number of inconclusive attempts 0
11.34/11.49	c STR average degree increase per successful call inf
11.34/11.49	c STR average degree increase per successful attempt inf
11.34/11.49	c STR total number of conflicts for successful attempts 0
11.34/11.49	c STR total number of conflicts for unsuccessful attempts 0
11.34/11.49	c STR total number of conflicts for inconclusive attempts 0
11.34/11.49	c STR average number of conflicts per successful attempt inf
11.34/11.49	c STR average number of conflicts per unsuccessful attempt inf
11.34/11.49	c STR average number of conflicts per inconclusive attempt inf
11.34/11.49	c AVG.sumWPerc 63.52 
11.34/11.49	c bigint constraints 0 
11.34/11.49	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62042 MiB free)
  memory of node 1: 64465 MiB (62292 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515746-1751223714/watcher-4515746-1751223714 -o /tmp/evaluation-result-4515746-1751223714/solver-4515746-1751223714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28906 --watchdog 3760 run-dec-break.sh HOME/instance-4515746-1751223714.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127289020/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=50704 memory=2816 CPUtime=0 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 186 0 0 0 0 0 0 0 20 0 1 0 38049975 51920896 704 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 12676 704 640 1147 0 122 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 54896 KiB
Current children cumulated memory: 5888 KiB

[startup+0.205554 s]*
/proc/loadavg: 4.14 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127259352/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=91836 memory=46304 CPUtime=0.1 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 9099 0 0 0 8 2 0 0 20 0 1 0 38049975 94040064 11576 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 22959 11576 2208 1147 0 10386 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 96028 KiB
Current children cumulated memory: 49376 KiB

[startup+0.305636 s]*
/proc/loadavg: 4.14 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127259352/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=94484 memory=48608 CPUtime=0.2 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 9616 0 0 0 17 3 0 0 20 0 1 0 38049975 96751616 12152 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 23621 12152 2240 1147 0 11048 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 98676 KiB
Current children cumulated memory: 51680 KiB

[startup+0.700134 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127259352/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=94484 memory=48608 CPUtime=0.59 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 9616 0 0 0 56 3 0 0 20 0 1 0 38049975 96751616 12152 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 23621 12152 2240 1147 0 11048 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 98676 KiB
Current children cumulated memory: 51680 KiB

[startup+1.50013 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127259352/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=96876 memory=51680 CPUtime=1.38 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 10313 0 0 0 134 4 0 0 20 0 1 0 38049975 99201024 12920 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 24219 12920 2336 1147 0 11646 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 101068 KiB
Current children cumulated memory: 54752 KiB

[startup+3.10535 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127264056/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=97292 memory=52320 CPUtime=2.99 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 10508 0 0 0 282 17 0 0 20 0 1 0 38049975 99627008 13080 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 24323 13080 2336 1147 0 11750 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 101484 KiB
Current children cumulated memory: 55392 KiB

[startup+6.30018 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127188072/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=107632 memory=61280 CPUtime=6.17 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 12755 0 0 0 575 42 0 0 20 0 1 0 38049975 110215168 15320 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 26908 15320 2336 1147 0 14335 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 111824 KiB
Current children cumulated memory: 64352 KiB

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

# cumulated CPU time of all completed processes:  user=10.0866 s, system=1.37465 s

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

[startup+6.40022 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127188072/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=107632 memory=61280 CPUtime=6.27 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 12759 0 0 0 585 42 0 0 20 0 1 0 38049975 110215168 15320 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 26908 15320 2336 1147 0 14335 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 111824 KiB
Current children cumulated memory: 64352 KiB

[startup+9.60018 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127149768/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=109772 memory=64096 CPUtime=9.46 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 13454 0 0 0 858 88 0 0 20 0 1 0 38049975 112406528 16024 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 27443 16024 2336 1147 0 14870 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 113964 KiB
Current children cumulated memory: 67168 KiB

[startup+10.4002 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127109192/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=109772 memory=64224 CPUtime=10.27 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 13477 0 0 0 926 101 0 0 20 0 1 0 38049975 112406528 16056 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 27443 16056 2336 1147 0 14870 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 113964 KiB
Current children cumulated memory: 67296 KiB

[startup+11.2002 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127101128/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=110432 memory=64992 CPUtime=11.06 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 13660 0 0 0 980 126 0 0 20 0 1 0 38049975 113082368 16248 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 27608 16248 2336 1147 0 15035 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 114624 KiB
Current children cumulated memory: 68064 KiB

[startup+11.4002 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127101128/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
[pid=31020] ppid=31017 vsize=110784 memory=65376 CPUtime=11.26 cores=0,2
/proc/31020/stat : 31020 (roundingsat) R 31017 31017 28896 0 -1 4194304 13786 0 0 0 994 132 0 0 20 0 1 0 38049975 113442816 16344 18446744073709551615 4227072 8923433 140722730073328 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35889152 140722730076484 140722730076712 140722730076712 140722730082282 0
/proc/31020/statm: 27696 16344 2336 1147 0 15123 0
Current children cumulated CPU time: 11.34 s
Current children cumulated vsize: 114976 KiB
Current children cumulated memory: 68448 KiB

[startup+11.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 31020
/proc/meminfo: memFree=127101128/131249988 swapFree=33010684/33010684
[pid=31017] ppid=31014 vsize=4192 memory=3072 CPUtime=0.08 cores=0,2
/proc/31017/stat : 31017 (run-dec-break.s) S 31014 31017 28896 0 -1 4194304 238 8827 0 0 0 0 7 1 20 0 1 0 38049966 4292608 768 18446744073709551615 94621935984640 94621936879173 140735298104544 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94621937118224 94621937165968 94621940256768 140735298111841 140735298111970 140735298111970 140735298117572 0
/proc/31017/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 11.502
CPU time (s): 11.4612
CPU user time (s): 10.0866
CPU system time (s): 1.37465
CPU usage (%): 99.6449
Max. virtual memory (cumulated for all children) (KiB): 114976
Max. memory (cumulated for all children) (KiB): 68448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0866
system time used= 1.37465
maximum resident set size= 65760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 31017
#   total CPU time (s): 11.4612
#   total CPU user time (s): 10.0866
#   total CPU system time (s): 1.37465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036791 second user time and 0.07359 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 21:01:54
IDJOB=4515746
IDBENCH=165338
IDSOLVER=3357
FILE ID=nodeC031/4515746-1751223714
RUNJOBID= nodeC031-1751215967-28906
SLURM_JOB_ID= 9587654
Free space on /tmp= 433008 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515746-1751223714/watcher-4515746-1751223714 -o /tmp/evaluation-result-4515746-1751223714/solver-4515746-1751223714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751215967-28906 --watchdog 3760  run-dec-break.sh HOME/instance-4515746-1751223714.opb

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=1260567306

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127318756 kB
MemAvailable:   127171804 kB
Buffers:            3280 kB
Cached:           662240 kB
SwapCached:            0 kB
Active:          2916232 kB
Inactive:         442168 kB
Active(anon):    2710948 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   442168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7820 kB
Writeback:             4 kB
AnonPages:       2696132 kB
Mapped:           116316 kB
Shmem:             18064 kB
KReclaimable:      89672 kB
Slab:             176020 kB
SReclaimable:      89672 kB
SUnreclaim:        86348 kB
KernelStack:        4348 kB
PageTables:         8740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3274776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1355776 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC031 at 2025-06-29 21:02:06