Trace number 4543131

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. 8.4455 8.5029

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_03_084.shuf-1.opb
MD5SUMe7c556b1908613934f20d4f7eb665474
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.207353
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables252
Total number of constraints253
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint252
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 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 303
Number of bits of the biggest sum of numbers9
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-4543131-1753219216.opb'
0.00/0.01	c 	read 0.01MB  (0.75ms)
0.00/0.01	c	 [cnf: #variables 252 #clauses 253 #duplicates 0 #arr 1260]
0.00/0.01	c output proof to '/tmp/proof-4543131-1753219216'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.75ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.16ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 1261 #edges 4032]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.26ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4543131-1753219216.opb.pre'
0.00/0.02	c 	wrote 0.01MB (0.22ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.75ms 29.87% approx_orbits
0.00/0.02	c                   0.75ms 29.78% parse
0.00/0.02	c                   0.35ms 13.94% other
0.00/0.02	c                   0.26ms 10.26% detect_generic
0.00/0.02	c                   0.22ms  8.90% output
0.00/0.02	c                   0.16ms  6.35% detect_special
0.00/0.02	c                   0.02ms  0.90% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   2.51ms   100% total
0.00/0.02	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 252 #constraints 253
0.00/0.08	c rational objective 116
2.05/2.16	c #Conflicts:       1000 | #Constraints:       1264
2.05/2.16	c #Conflicts:       2000 | #Constraints:       2268
2.05/2.16	c INPROCESSING
2.05/2.16	c GARBAGE COLLECT
2.05/2.16	c #Conflicts:       3000 | #Constraints:       2281
2.05/2.16	c #Conflicts:       4000 | #Constraints:       3283
2.05/2.16	c INPROCESSING
2.05/2.16	c GARBAGE COLLECT
2.05/2.16	c #Conflicts:       5000 | #Constraints:       2695
2.05/2.16	c #Conflicts:       6000 | #Constraints:       3698
2.05/2.16	c INPROCESSING
2.05/2.16	c GARBAGE COLLECT
2.05/2.16	c #Conflicts:       7000 | #Constraints:       2695
2.05/2.16	c #Conflicts:       8000 | #Constraints:       3697
2.05/2.16	c #Conflicts:       9000 | #Constraints:       4698
2.05/2.16	c INPROCESSING
2.05/2.16	c GARBAGE COLLECT
2.05/2.16	c rational objective 117.916
3.05/3.16	c #Conflicts:      10000 | #Constraints:       3396
3.05/3.16	c #Conflicts:      11000 | #Constraints:       4400
3.05/3.16	c #Conflicts:      12000 | #Constraints:       5402
3.05/3.16	c INPROCESSING
3.05/3.16	c GARBAGE COLLECT
3.05/3.16	c #Conflicts:      13000 | #Constraints:       3855
3.05/3.16	c #Conflicts:      14000 | #Constraints:       4858
3.05/3.16	c #Conflicts:      15000 | #Constraints:       5863
3.05/3.16	c INPROCESSING
3.05/3.16	c GARBAGE COLLECT
3.05/3.16	c rational objective 118.681
5.53/5.63	c #Conflicts:      16000 | #Constraints:       4093
5.53/5.63	c #Conflicts:      17000 | #Constraints:       5096
5.53/5.63	c #Conflicts:      18000 | #Constraints:       6100
5.53/5.63	c INPROCESSING
5.53/5.63	c GARBAGE COLLECT
5.53/5.63	c #Conflicts:      19000 | #Constraints:       4101
5.53/5.63	c #Conflicts:      20000 | #Constraints:       5104
5.53/5.63	c #Conflicts:      21000 | #Constraints:       6105
5.53/5.63	c INPROCESSING
5.53/5.63	c GARBAGE COLLECT
5.53/5.63	c #Conflicts:      22000 | #Constraints:       3904
5.53/5.63	c #Conflicts:      23000 | #Constraints:       4904
5.53/5.63	c #Conflicts:      24000 | #Constraints:       6004
5.53/5.63	c #Conflicts:      25000 | #Constraints:       7004
5.53/5.63	c INPROCESSING
5.53/5.63	c GARBAGE COLLECT
5.53/5.63	c #Conflicts:      26000 | #Constraints:       4552
5.53/5.63	c #Conflicts:      27000 | #Constraints:       5552
5.53/5.63	c #Conflicts:      28000 | #Constraints:       6553
5.53/5.63	c #Conflicts:      29000 | #Constraints:       7554
5.53/5.63	c INPROCESSING
5.53/5.63	c GARBAGE COLLECT
5.53/5.63	c rational objective 119.5
8.42/8.50	c #Conflicts:      30000 | #Constraints:       4941
8.42/8.50	c #Conflicts:      31000 | #Constraints:       5948
8.42/8.50	c #Conflicts:      32000 | #Constraints:       6949
8.42/8.50	c #Conflicts:      33000 | #Constraints:       7951
8.42/8.50	c INPROCESSING
8.42/8.50	c GARBAGE COLLECT
8.42/8.50	c #Conflicts:      34000 | #Constraints:       5073
8.42/8.50	c #Conflicts:      35000 | #Constraints:       6109
8.42/8.50	c #Conflicts:      36000 | #Constraints:       7113
8.42/8.50	c #Conflicts:      37000 | #Constraints:       8114
8.42/8.50	c INPROCESSING
8.42/8.50	c GARBAGE COLLECT
8.42/8.50	c #Conflicts:      38000 | #Constraints:       5116
8.42/8.50	c #Conflicts:      39000 | #Constraints:       6119
8.42/8.50	c #Conflicts:      40000 | #Constraints:       7120
8.42/8.50	c #Conflicts:      41000 | #Constraints:       8121
8.42/8.50	c INPROCESSING
8.42/8.50	c GARBAGE COLLECT
8.42/8.50	c #Conflicts:      42000 | #Constraints:       4924
8.42/8.50	c #Conflicts:      43000 | #Constraints:       5928
8.42/8.50	c #Conflicts:      44000 | #Constraints:       6931
8.42/8.50	c cpu time 8.14387 s
8.42/8.50	c deterministic time 293296108 2.93e+08
8.42/8.50	c optimization time 2.8e-05 s
8.42/8.50	c total solve time 8.13859 s
8.42/8.50	c core-guided solve time 0 s
8.42/8.50	c propagation time 3.33565 s
8.42/8.50	c conflict analysis time 2.9598 s
8.42/8.50	c propagations 2016870
8.42/8.50	c resolve steps 278207
8.42/8.50	c decisions 67591
8.42/8.50	c conflicts 44362
8.42/8.50	c restarts 126
8.42/8.50	c inprocessing phases 13
8.42/8.50	c garbage collections 13 ,( 100.00 )
8.42/8.50	c input clauses 252 ,( 99.60 )
8.42/8.50	c input cardinalities 1 ,( 0.40 )
8.42/8.50	c input general constraints 0 ,( 0.00 )
8.42/8.50	c input average constraint length 4.98
8.42/8.50	c input average constraint degree 1.74
8.42/8.50	c learned clauses 21348 ,( 47.73 )
8.42/8.50	c learned cardinalities 1723 ,( 3.85 )
8.42/8.50	c learned general constraints 21659 ,( 48.42 )
8.42/8.50	c learned average constraint length 41.67
8.42/8.50	c learned average constraint degree 385409934.87
8.42/8.50	c watched  CF 32, 64, 128, Arb: 5603 , 0 , 0 , 0
8.42/8.50	c counting CF 32, 64, 128, Arb: 16056 , 0 , 0 , 0
8.42/8.50	c watched   constraints 5603 ,( 25.87 ) 
8.42/8.50	c counting  constraints 16056 ,( 74.13 ) 
8.42/8.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1688816 , 8269353 , 3421300 ,( 469873 , 2951427 )
8.42/8.50	c gcd simplifications 6983
8.42/8.50	c detected cardinalities 59
8.42/8.50	c weakened non-implied lits 1721878
8.42/8.50	c weakened non-implying lits 11654
8.42/8.50	c original variables 252
8.42/8.50	c clausal propagations 209272
8.42/8.50	c cardinality propagations 62303
8.42/8.50	c watched propagations 3047
8.42/8.50	c counting propagations 1625821
8.42/8.50	c watch lookups 207239811
8.42/8.50	c watch backjump lookups 0
8.42/8.50	c watch checks 28254004
8.42/8.50	c propagation checks 41978976
8.42/8.50	c constraint additions 11600952
8.42/8.50	c trail pops 2128725
8.42/8.50	c formula constraints 253
8.42/8.50	c learned constraints 44287
8.42/8.50	c bound constraints 0
8.42/8.50	c core-guided constraints 0
8.42/8.50	c encountered formula constraints 111472
8.42/8.50	c encountered learned constraints 110534
8.42/8.50	c encountered bound constraints 0
8.42/8.50	c encountered core-guided constraints 0
8.42/8.50	c LP total time 1.45381 s
8.42/8.50	c LP solve time 0.27 s
8.42/8.50	c LP constraints added 258
8.42/8.50	c LP constraints removed 2
8.42/8.50	c LP pivots internal 4459
8.42/8.50	c LP pivots root 4719
8.42/8.50	c LP calls 372
8.42/8.50	c LP optimalities 5
8.42/8.50	c LP no pivot count 0
8.42/8.50	c LP infeasibilities 366
8.42/8.50	c LP valid Farkas constraints 365
8.42/8.50	c LP learned Farkas constraints 74
8.42/8.50	c LP basis resets 2
8.42/8.50	c LP cycling count 1
8.42/8.50	c LP singular count 0
8.42/8.50	c LP no primal count 0
8.42/8.50	c LP no farkas count 1
8.42/8.50	c LP other issue count 0
8.42/8.50	c LP Gomory cuts 4
8.42/8.50	c LP learned cuts 1
8.42/8.50	c LP deleted cuts 2
8.42/8.50	c LP encountered Gomory constraints 0
8.42/8.50	c LP encountered Farkas constraints 72328
8.42/8.50	c LP encountered learned Farkas constraints 28161
8.42/8.50	c CG auxiliary variables introduced 0
8.42/8.50	c CG solutions found 0
8.42/8.50	c CG cores constructed 0
8.42/8.50	c CG core cardinality constraints returned 0
8.42/8.50	c CG unit cores 0
8.42/8.50	c CG single cores 0
8.42/8.50	c CG blocks removed during cardinality reduction 0
8.42/8.50	c CG first core best 0
8.42/8.50	c CG decision core best 0
8.42/8.50	c CG core reduction tie 0
8.42/8.50	c CG core degree average 0.00
8.42/8.50	c CG core slack average 0.00
8.42/8.50	c CG core upper bound improvements 0
8.42/8.50	c STR number of successful calls 0
8.42/8.50	c STR number of unsuccessful calls 0
8.42/8.50	c STR number of inconclusive calls 0
8.42/8.50	c STR number of successful attempts 0
8.42/8.50	c STR number of unsuccessful attempts 0
8.42/8.50	c STR number of inconclusive attempts 0
8.42/8.50	c STR average degree increase per successful call inf
8.42/8.50	c STR average degree increase per successful attempt inf
8.42/8.50	c STR total number of conflicts for successful attempts 0
8.42/8.50	c STR total number of conflicts for unsuccessful attempts 0
8.42/8.50	c STR total number of conflicts for inconclusive attempts 0
8.42/8.50	c STR average number of conflicts per successful attempt inf
8.42/8.50	c STR average number of conflicts per unsuccessful attempt inf
8.42/8.50	c STR average number of conflicts per inconclusive attempt inf
8.42/8.50	c AVG.sumWPerc 53.83 
8.42/8.50	c bigint constraints 0 
8.42/8.50	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 23:28:33 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: 63837 MiB (48276 MiB free)
  memory of node 1: 64465 MiB (52685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543131-1753219216/watcher-4543131-1753219216 -o /tmp/evaluation-result-4543131-1753219216/solver-4543131-1753219216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4543131-1753219216.opb /tmp/proof-4543131-1753219216 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 4.11 4.12 4.09 5/256 159255
/proc/meminfo: memFree=103381688/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=56316 memory=11008 CPUtime=0.06 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 621 0 0 0 6 0 0 0 20 0 1 0 237600283 57667584 2752 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 14079 2752 2368 1147 0 1506 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60508 KiB
Current children cumulated memory: 14080 KiB

[startup+0.213763 s]*
/proc/loadavg: 4.11 4.12 4.09 5/256 159255
/proc/meminfo: memFree=103381688/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=56828 memory=11520 CPUtime=0.17 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 736 0 0 0 17 0 0 0 20 0 1 0 237600283 58191872 2880 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 14207 2880 2368 1147 0 1634 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 61020 KiB
Current children cumulated memory: 14592 KiB

[startup+0.313726 s]*
/proc/loadavg: 4.11 4.12 4.09 5/256 159255
/proc/meminfo: memFree=103381436/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=57356 memory=12032 CPUtime=0.28 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 872 0 0 0 27 1 0 0 20 0 1 0 237600283 58732544 3008 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 14339 3008 2368 1147 0 1766 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 61548 KiB
Current children cumulated memory: 15104 KiB

[startup+0.700421 s]
/proc/loadavg: 4.11 4.12 4.09 5/256 159255
/proc/meminfo: memFree=103381436/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=59356 memory=16368 CPUtime=0.65 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 1428 0 0 0 63 2 0 0 20 0 1 0 237600283 60780544 4092 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 14839 4092 2400 1147 0 2266 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 63548 KiB
Current children cumulated memory: 19440 KiB

[startup+1.50043 s]
/proc/loadavg: 4.11 4.12 4.09 5/256 159255
/proc/meminfo: memFree=103381436/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=62368 memory=19056 CPUtime=1.44 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2088 0 0 0 138 6 0 0 20 0 1 0 237600283 63864832 4764 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 15592 4764 2400 1147 0 3019 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 66560 KiB
Current children cumulated memory: 22128 KiB

[startup+3.11423 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103373916/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=63872 memory=20336 CPUtime=3.05 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2400 0 0 0 293 12 0 0 20 0 1 0 237600283 65404928 5084 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 15968 5084 2400 1147 0 3395 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 68064 KiB
Current children cumulated memory: 23408 KiB

[startup+6.30042 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103333848/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64320 memory=22584 CPUtime=6.22 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2474 0 0 0 602 20 0 0 20 0 1 0 237600283 65863680 5646 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16080 5646 2400 1147 0 3507 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 68512 KiB
Current children cumulated memory: 25656 KiB

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

# cumulated CPU time of all completed processes:  user=8.15728 s, system=0.288219 s

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

[startup+6.40048 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103333848/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64320 memory=22584 CPUtime=6.33 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2474 0 0 0 612 21 0 0 20 0 1 0 237600283 65863680 5646 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16080 5646 2400 1147 0 3507 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 68512 KiB
Current children cumulated memory: 25656 KiB

[startup+7.20039 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103317720/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64420 memory=22840 CPUtime=7.12 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2521 0 0 0 689 23 0 0 20 0 1 0 237600283 65966080 5710 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16105 5710 2400 1147 0 3532 0
Current children cumulated CPU time: 7.12 s
Current children cumulated vsize: 68612 KiB
Current children cumulated memory: 25912 KiB

[startup+8.00038 s]*
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103305636/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64692 memory=23096 CPUtime=7.94 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2591 0 0 0 768 26 0 0 20 0 1 0 237600283 66244608 5774 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16173 5774 2400 1147 0 3600 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 68884 KiB
Current children cumulated memory: 26168 KiB

[startup+8.40047 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103305636/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64988 memory=23224 CPUtime=8.32 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2636 0 0 0 805 27 0 0 20 0 1 0 237600283 66547712 5806 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16247 5806 2400 1147 0 3674 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 69180 KiB
Current children cumulated memory: 26296 KiB

[startup+8.50038 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 159255
/proc/meminfo: memFree=103305636/131382120 swapFree=33010160/33010684
[pid=159252] ppid=159249 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/159252/stat : 159252 (run-dec-break-l) S 159249 159252 157528 0 -1 4194304 239 290 0 0 0 0 0 0 20 0 1 0 237600280 4292608 768 18446744073709551615 94797466771456 94797467665989 140724007418592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94797467905040 94797467952784 94797497810944 140724007422265 140724007422428 140724007422428 140724007428032 0
/proc/159252/statm: 1048 768 704 219 0 110 0
[pid=159255] ppid=159252 vsize=64988 memory=23224 CPUtime=8.42 cores=1,3
/proc/159255/stat : 159255 (roundingsat) R 159252 159252 157528 0 -1 4194304 2636 0 0 0 814 28 0 0 20 0 1 0 237600283 66547712 5806 18446744073709551615 4227072 8923433 140725165730784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18563072 140725165734168 140725165734438 140725165734438 140725165740010 0
/proc/159255/statm: 16247 5806 2400 1147 0 3674 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 69180 KiB
Current children cumulated memory: 26296 KiB

Child status: 0

Real time (s): 8.5029
CPU time (s): 8.4455
CPU user time (s): 8.15728
CPU system time (s): 0.288219
CPU usage (%): 99.325
Max. virtual memory (cumulated for all children) (KiB): 69180
Max. memory (cumulated for all children) (KiB): 26296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.15728
system time used= 0.288219
maximum resident set size= 23224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 201368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 159252
#   total CPU time (s): 8.4455
#   total CPU user time (s): 8.15728
#   total CPU system time (s): 0.288219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097907 second user time and 0.134831 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-22 23:20:16
IDJOB=4543131
IDBENCH=172050
IDSOLVER=3358
FILE ID=nodeC003/4543131-1753219216
RUNJOBID= nodeC003-1753211729-157540
SLURM_JOB_ID= 9687799
Free space on /tmp= 431796 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_shuffle/normalized-domset-hexgrid_03_084.shuf-1.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543131-1753219216/watcher-4543131-1753219216 -o /tmp/evaluation-result-4543131-1753219216/solver-4543131-1753219216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4543131-1753219216.opb /tmp/proof-4543131-1753219216

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

MD5SUM BENCH= e7c556b1908613934f20d4f7eb665474
RANDOM SEED=1332341543

nodeC003 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		: 3491.728
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.44
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		: 1197.160
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.44
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.243
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.44
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.464
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.44
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		: 3662.346
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.44
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		: 3691.258
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.44
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		: 3700.000
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.44
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103385784 kB
MemAvailable:   123624524 kB
Buffers:            2736 kB
Cached:         21006720 kB
SwapCached:           36 kB
Active:          7393448 kB
Inactive:       19901400 kB
Active(anon):    6303904 kB
Inactive(anon):     7604 kB
Active(file):    1089544 kB
Inactive(file): 19893796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7508 kB
Writeback:             0 kB
AnonPages:       6282460 kB
Mapped:           121212 kB
Shmem:             26116 kB
KReclaimable:     190056 kB
Slab:             280736 kB
SReclaimable:     190056 kB
SUnreclaim:        90680 kB
KernelStack:        4112 kB
PageTables:        15676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6879324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4577280 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431660 MiB
End job on nodeC003 at 2025-07-22 23:20:25