Trace number 4543130

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 5.30604 5.33014

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-4543130-1753219128.opb'
0.00/0.01	c 	read 0.01MB  (0.28ms)
0.00/0.01	c	 [cnf: #variables 252 #clauses 253 #duplicates 0 #arr 1260]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.27ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.05ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1261 #edges 4032]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.10ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4543130-1753219128.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.08ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.28ms 32.34% parse
0.00/0.01	c                   0.27ms 30.72% approx_orbits
0.00/0.01	c                   0.10ms 10.90% detect_generic
0.00/0.01	c                   0.08ms  9.70% output
0.00/0.01	c                   0.08ms  9.22% other
0.00/0.01	c                   0.05ms  6.20% detect_special
0.00/0.01	c                   0.01ms  0.92% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.87ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c RoundingSat 2
0.00/0.01	c branch pb25
0.00/0.01	c commit 63f22ad
0.00/0.02	c #variables 252 #constraints 253
0.00/0.03	c rational objective 116
0.78/0.84	c #Conflicts:       1000 | #Constraints:       1264
0.78/0.84	c #Conflicts:       2000 | #Constraints:       2268
0.78/0.84	c INPROCESSING
0.78/0.84	c GARBAGE COLLECT
0.78/0.84	c #Conflicts:       3000 | #Constraints:       2281
0.78/0.84	c #Conflicts:       4000 | #Constraints:       3283
0.78/0.84	c INPROCESSING
0.78/0.84	c GARBAGE COLLECT
0.78/0.84	c #Conflicts:       5000 | #Constraints:       2695
0.78/0.84	c #Conflicts:       6000 | #Constraints:       3698
0.78/0.84	c INPROCESSING
0.78/0.84	c GARBAGE COLLECT
0.78/0.84	c #Conflicts:       7000 | #Constraints:       2695
0.78/0.84	c #Conflicts:       8000 | #Constraints:       3697
0.78/0.84	c #Conflicts:       9000 | #Constraints:       4698
0.78/0.84	c INPROCESSING
0.78/0.84	c GARBAGE COLLECT
0.78/0.84	c rational objective 117.916
1.47/1.50	c #Conflicts:      10000 | #Constraints:       3396
1.47/1.50	c #Conflicts:      11000 | #Constraints:       4400
1.47/1.50	c #Conflicts:      12000 | #Constraints:       5402
1.47/1.50	c INPROCESSING
1.47/1.50	c GARBAGE COLLECT
1.47/1.50	c #Conflicts:      13000 | #Constraints:       3855
1.47/1.50	c #Conflicts:      14000 | #Constraints:       4858
1.47/1.50	c #Conflicts:      15000 | #Constraints:       5863
1.47/1.50	c INPROCESSING
1.47/1.50	c GARBAGE COLLECT
1.47/1.50	c rational objective 118.681
3.26/3.32	c #Conflicts:      16000 | #Constraints:       4093
3.26/3.32	c #Conflicts:      17000 | #Constraints:       5096
3.26/3.32	c #Conflicts:      18000 | #Constraints:       6100
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c #Conflicts:      19000 | #Constraints:       4101
3.26/3.32	c #Conflicts:      20000 | #Constraints:       5104
3.26/3.32	c #Conflicts:      21000 | #Constraints:       6105
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c #Conflicts:      22000 | #Constraints:       3904
3.26/3.32	c #Conflicts:      23000 | #Constraints:       4904
3.26/3.32	c #Conflicts:      24000 | #Constraints:       6004
3.26/3.32	c #Conflicts:      25000 | #Constraints:       7004
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c #Conflicts:      26000 | #Constraints:       4552
3.26/3.32	c #Conflicts:      27000 | #Constraints:       5552
3.26/3.32	c #Conflicts:      28000 | #Constraints:       6553
3.26/3.32	c #Conflicts:      29000 | #Constraints:       7554
3.26/3.32	c INPROCESSING
3.26/3.32	c GARBAGE COLLECT
3.26/3.32	c rational objective 119.5
5.26/5.32	c #Conflicts:      30000 | #Constraints:       4941
5.26/5.32	c #Conflicts:      31000 | #Constraints:       5948
5.26/5.32	c #Conflicts:      32000 | #Constraints:       6949
5.26/5.32	c #Conflicts:      33000 | #Constraints:       7951
5.26/5.32	c INPROCESSING
5.26/5.32	c GARBAGE COLLECT
5.26/5.32	c #Conflicts:      34000 | #Constraints:       5073
5.26/5.32	c #Conflicts:      35000 | #Constraints:       6109
5.26/5.32	c #Conflicts:      36000 | #Constraints:       7113
5.26/5.32	c #Conflicts:      37000 | #Constraints:       8114
5.26/5.32	c INPROCESSING
5.26/5.32	c GARBAGE COLLECT
5.26/5.32	c #Conflicts:      38000 | #Constraints:       5116
5.26/5.32	c #Conflicts:      39000 | #Constraints:       6119
5.26/5.32	c #Conflicts:      40000 | #Constraints:       7120
5.26/5.32	c #Conflicts:      41000 | #Constraints:       8121
5.26/5.32	c INPROCESSING
5.26/5.32	c GARBAGE COLLECT
5.26/5.32	c #Conflicts:      42000 | #Constraints:       4924
5.26/5.32	c #Conflicts:      43000 | #Constraints:       5928
5.26/5.32	c #Conflicts:      44000 | #Constraints:       6931
5.26/5.32	c cpu time 5.12197 s
5.26/5.32	c deterministic time 293296108 2.93e+08
5.26/5.32	c optimization time 2.4e-05 s
5.26/5.32	c total solve time 5.1212 s
5.26/5.32	c core-guided solve time 0 s
5.26/5.32	c propagation time 2.62162 s
5.26/5.32	c conflict analysis time 1.6765 s
5.26/5.32	c propagations 2016870
5.26/5.32	c resolve steps 278207
5.26/5.32	c decisions 67591
5.26/5.32	c conflicts 44362
5.26/5.32	c restarts 126
5.26/5.32	c inprocessing phases 13
5.26/5.32	c garbage collections 13 ,( 100.00 )
5.26/5.32	c input clauses 252 ,( 99.60 )
5.26/5.32	c input cardinalities 1 ,( 0.40 )
5.26/5.32	c input general constraints 0 ,( 0.00 )
5.26/5.32	c input average constraint length 4.98
5.26/5.32	c input average constraint degree 1.74
5.26/5.32	c learned clauses 21348 ,( 47.73 )
5.26/5.32	c learned cardinalities 1723 ,( 3.85 )
5.26/5.32	c learned general constraints 21659 ,( 48.42 )
5.26/5.32	c learned average constraint length 41.67
5.26/5.32	c learned average constraint degree 385409934.87
5.26/5.32	c watched  CF 32, 64, 128, Arb: 5603 , 0 , 0 , 0
5.26/5.32	c counting CF 32, 64, 128, Arb: 16056 , 0 , 0 , 0
5.26/5.32	c watched   constraints 5603 ,( 25.87 ) 
5.26/5.32	c counting  constraints 16056 ,( 74.13 ) 
5.26/5.32	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1688816 , 8269353 , 3421300 ,( 469873 , 2951427 )
5.26/5.32	c gcd simplifications 6983
5.26/5.32	c detected cardinalities 59
5.26/5.32	c weakened non-implied lits 1721878
5.26/5.32	c weakened non-implying lits 11654
5.26/5.32	c original variables 252
5.26/5.32	c clausal propagations 209272
5.26/5.32	c cardinality propagations 62303
5.26/5.32	c watched propagations 3047
5.26/5.32	c counting propagations 1625821
5.26/5.32	c watch lookups 207239811
5.26/5.32	c watch backjump lookups 0
5.26/5.32	c watch checks 28254004
5.26/5.32	c propagation checks 41978976
5.26/5.32	c constraint additions 11600952
5.26/5.32	c trail pops 2128725
5.26/5.32	c formula constraints 253
5.26/5.32	c learned constraints 44287
5.26/5.32	c bound constraints 0
5.26/5.32	c core-guided constraints 0
5.26/5.32	c encountered formula constraints 111472
5.26/5.32	c encountered learned constraints 110534
5.26/5.32	c encountered bound constraints 0
5.26/5.32	c encountered core-guided constraints 0
5.26/5.32	c LP total time 0.603515 s
5.26/5.32	c LP solve time 0.25 s
5.26/5.32	c LP constraints added 258
5.26/5.32	c LP constraints removed 2
5.26/5.32	c LP pivots internal 4459
5.26/5.32	c LP pivots root 4719
5.26/5.32	c LP calls 372
5.26/5.32	c LP optimalities 5
5.26/5.32	c LP no pivot count 0
5.26/5.32	c LP infeasibilities 366
5.26/5.32	c LP valid Farkas constraints 365
5.26/5.32	c LP learned Farkas constraints 74
5.26/5.32	c LP basis resets 2
5.26/5.32	c LP cycling count 1
5.26/5.32	c LP singular count 0
5.26/5.32	c LP no primal count 0
5.26/5.32	c LP no farkas count 1
5.26/5.32	c LP other issue count 0
5.26/5.32	c LP Gomory cuts 4
5.26/5.32	c LP learned cuts 1
5.26/5.32	c LP deleted cuts 2
5.26/5.32	c LP encountered Gomory constraints 0
5.26/5.32	c LP encountered Farkas constraints 72328
5.26/5.32	c LP encountered learned Farkas constraints 28161
5.26/5.32	c CG auxiliary variables introduced 0
5.26/5.32	c CG solutions found 0
5.26/5.32	c CG cores constructed 0
5.26/5.32	c CG core cardinality constraints returned 0
5.26/5.32	c CG unit cores 0
5.26/5.32	c CG single cores 0
5.26/5.32	c CG blocks removed during cardinality reduction 0
5.26/5.32	c CG first core best 0
5.26/5.32	c CG decision core best 0
5.26/5.32	c CG core reduction tie 0
5.26/5.32	c CG core degree average 0.00
5.26/5.32	c CG core slack average 0.00
5.26/5.32	c CG core upper bound improvements 0
5.26/5.32	c STR number of successful calls 0
5.26/5.32	c STR number of unsuccessful calls 0
5.26/5.32	c STR number of inconclusive calls 0
5.26/5.32	c STR number of successful attempts 0
5.26/5.32	c STR number of unsuccessful attempts 0
5.26/5.32	c STR number of inconclusive attempts 0
5.26/5.32	c STR average degree increase per successful call inf
5.26/5.32	c STR average degree increase per successful attempt inf
5.26/5.32	c STR total number of conflicts for successful attempts 0
5.26/5.32	c STR total number of conflicts for unsuccessful attempts 0
5.26/5.32	c STR total number of conflicts for inconclusive attempts 0
5.26/5.32	c STR average number of conflicts per successful attempt inf
5.26/5.32	c STR average number of conflicts per unsuccessful attempt inf
5.26/5.32	c STR average number of conflicts per inconclusive attempt inf
5.26/5.32	c AVG.sumWPerc 53.83 
5.26/5.32	c bigint constraints 0 
5.26/5.32	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 (58771 MiB free)
  memory of node 1: 64465 MiB (60047 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543130-1753219128/watcher-4543130-1753219128 -o /tmp/evaluation-result-4543130-1753219128/solver-4543130-1753219128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760 run-dec-break.sh HOME/instance-4543130-1753219128.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=177168, runsolver pid=177165

[startup+0.100057 s]*
/proc/loadavg: 4.09 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121671068/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=57400 memory=11904 CPUtime=0.08 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 873 0 0 0 8 0 0 0 20 0 1 0 237592246 58777600 2976 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 14350 2976 2336 1147 0 1777 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 61592 KiB
Current children cumulated memory: 14976 KiB

[startup+0.205639 s]*
/proc/loadavg: 4.09 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121671068/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=60404 memory=16868 CPUtime=0.18 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 1599 0 0 0 17 1 0 0 20 0 1 0 237592246 61853696 4217 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15101 4217 2368 1147 0 2528 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 64596 KiB
Current children cumulated memory: 19940 KiB

[startup+0.305189 s]*
/proc/loadavg: 4.09 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121671068/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=61044 memory=17380 CPUtime=0.28 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 1721 0 0 0 26 2 0 0 20 0 1 0 237592246 62509056 4345 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15261 4345 2368 1147 0 2688 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 65236 KiB
Current children cumulated memory: 20452 KiB

[startup+0.700157 s]
/proc/loadavg: 4.09 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121671080/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=61876 memory=18276 CPUtime=0.67 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 1945 0 0 0 64 3 0 0 20 0 1 0 237592246 63361024 4569 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15469 4569 2368 1147 0 2896 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 66068 KiB
Current children cumulated memory: 21348 KiB

[startup+1.50015 s]
/proc/loadavg: 4.09 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121671080/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=62964 memory=19172 CPUtime=1.47 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2160 0 0 0 141 6 0 0 20 0 1 0 237592246 64475136 4793 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15741 4793 2368 1147 0 3168 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 67156 KiB
Current children cumulated memory: 22244 KiB

[startup+3.10555 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121687340/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=63392 memory=21636 CPUtime=3.07 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2272 0 0 0 296 11 0 0 20 0 1 0 237592246 64913408 5409 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15848 5409 2368 1147 0 3275 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 67584 KiB
Current children cumulated memory: 24708 KiB

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

# cumulated CPU time of all completed processes:  user=5.1251 s, system=0.18093 s

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

[startup+3.2002 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121687340/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=63392 memory=21636 CPUtime=3.17 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2274 0 0 0 306 11 0 0 20 0 1 0 237592246 64913408 5409 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15848 5409 2368 1147 0 3275 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 67584 KiB
Current children cumulated memory: 24708 KiB

[startup+4.00018 s]*
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121699440/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=63584 memory=21892 CPUtime=3.97 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2330 0 0 0 384 13 0 0 20 0 1 0 237592246 65110016 5473 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15896 5473 2368 1147 0 3323 0
Current children cumulated CPU time: 3.97 s
Current children cumulated vsize: 67776 KiB
Current children cumulated memory: 24964 KiB

[startup+4.80012 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121699440/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=63908 memory=22148 CPUtime=4.76 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2389 0 0 0 461 15 0 0 20 0 1 0 237592246 65441792 5537 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 15977 5537 2368 1147 0 3404 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 68100 KiB
Current children cumulated memory: 25220 KiB

[startup+5.20013 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121712500/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=64036 memory=22276 CPUtime=5.16 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2427 0 0 0 499 17 0 0 20 0 1 0 237592246 65572864 5569 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 16009 5569 2368 1147 0 3436 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 68228 KiB
Current children cumulated memory: 25348 KiB

[startup+5.30012 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 177171
/proc/meminfo: memFree=121712500/131250000 swapFree=33009904/33010684
[pid=177168] ppid=177165 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177168/stat : 177168 (run-dec-break.s) S 177165 177168 175467 0 -1 4194304 239 284 0 0 0 0 0 0 20 0 1 0 237592245 4292608 768 18446744073709551615 94215915622400 94215916516933 140732880104112 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94215916755984 94215916803728 94215931392000 140732880107871 140732880108000 140732880108000 140732880113604 0
/proc/177168/statm: 1048 768 704 219 0 110 0
[pid=177171] ppid=177168 vsize=64036 memory=22276 CPUtime=5.26 cores=4,6
/proc/177171/stat : 177171 (roundingsat) R 177168 177168 175467 0 -1 4194304 2427 0 0 0 509 17 0 0 20 0 1 0 237592246 65572864 5569 18446744073709551615 4227072 8923433 140730738768464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 27693056 140730738776386 140730738776614 140730738776614 140730738782186 0
/proc/177171/statm: 16009 5569 2368 1147 0 3436 0
Current children cumulated CPU time: 5.26 s
Current children cumulated vsize: 68228 KiB
Current children cumulated memory: 25348 KiB

Child status: 0

Real time (s): 5.33014
CPU time (s): 5.30604
CPU user time (s): 5.1251
CPU system time (s): 0.18093
CPU usage (%): 99.5478
Max. virtual memory (cumulated for all children) (KiB): 68228
Max. memory (cumulated for all children) (KiB): 25348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.1251
system time used= 0.18093
maximum resident set size= 22276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 177168
#   total CPU time (s): 5.30604
#   total CPU user time (s): 5.1251
#   total CPU system time (s): 0.18093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016878 second user time and 0.055709 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:18:48
IDJOB=4543130
IDBENCH=172050
IDSOLVER=3357
FILE ID=nodeC033/4543130-1753219128
RUNJOBID= nodeC033-1753211687-175478
SLURM_JOB_ID= 9687798
Free space on /tmp= 432328 MiB

SOLVER NAME= roundingsat+pbsuma 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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543130-1753219128/watcher-4543130-1753219128 -o /tmp/evaluation-result-4543130-1753219128/solver-4543130-1753219128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760  run-dec-break.sh HOME/instance-4543130-1753219128.opb

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

MD5SUM BENCH= e7c556b1908613934f20d4f7eb665474
RANDOM SEED=2130353230

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121671304 kB
MemAvailable:   123391444 kB
Buffers:            2128 kB
Cached:          2443276 kB
SwapCached:           64 kB
Active:          7418408 kB
Inactive:        1216144 kB
Active(anon):    6210092 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1210860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7360 kB
Writeback:             4 kB
AnonPages:       6187876 kB
Mapped:           122048 kB
Shmem:             26228 kB
KReclaimable:     280408 kB
Slab:             378172 kB
SReclaimable:     280408 kB
SUnreclaim:        97764 kB
KernelStack:        4416 kB
PageTables:        15640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6801912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4411392 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC033 at 2025-07-22 23:18:54