Trace number 4543297

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
UWrMaxSat 2025-06-04? (TO) 3600.04 3609.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
MD5SUM0942a69f21bd48da4c21a008e6f37b2a
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.980711
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints981
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint980
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 245
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
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.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 981 PB-constraints to clauses...
0.00/0.03	c ============================[ Encoding Statistics ]============================
0.00/0.03	c |  Number of variables:         16357                                         |
0.00/0.03	c |  Number of clauses:           45594                                         |
0.00/0.03	c ===============================================================================
3600.02/3609.80	c *** TERMINATED by signal 15 ***
3600.02/3609.80	c _______________________________________________________________________________
3600.02/3609.80	c 
3600.02/3609.80	c _______________________________________________________________________________
3600.02/3609.80	c 
3600.02/3609.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3609.80	c Memory used            : 336.00 MB
3600.02/3609.80	c CPU time               : 3598.48 s
3600.02/3609.80	c Constr Enc: Srt/BDD/Add: 1 0 0
3600.02/3609.80	c _______________________________________________________________________________
3600.02/3609.80	c _______________________________________________________________________________
3600.02/3609.80	s UNKNOWN

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: 63665 MiB (59652 MiB free)
  memory of node 1: 64507 MiB (53138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543297-1753225083/watcher-4543297-1753225083 -o /tmp/evaluation-result-4543297-1753225083/solver-4543297-1753225083 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176445 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4543297-1753225083.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10007 s]*
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115496580/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=17144 memory=15676 CPUtime=0.09 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 3955 0 0 0 9 0 0 0 20 0 1 0 238188160 17555456 3919 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 4286 3919 544 484 0 3697 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17144 KiB
Current children cumulated memory: 15676 KiB

[startup+0.205996 s]*
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115494564/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=17320 memory=15920 CPUtime=0.2 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 4430 0 0 0 20 0 0 0 20 0 1 0 238188160 17735680 3980 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 4330 3980 544 484 0 3741 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17320 KiB
Current children cumulated memory: 15920 KiB

[startup+0.305898 s]*
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115494564/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=18684 memory=17204 CPUtime=0.3 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 4965 0 0 0 30 0 0 0 20 0 1 0 238188160 19132416 4301 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 4671 4301 544 484 0 4082 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18684 KiB
Current children cumulated memory: 17204 KiB

[startup+0.700215 s]
/proc/loadavg: 4.09 4.09 4.03 6/266 176976
/proc/meminfo: memFree=115492800/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=21944 memory=20860 CPUtime=0.68 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 6909 0 0 0 68 0 0 0 20 0 1 0 238188160 22470656 5215 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 5486 5215 544 484 0 4897 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 21944 KiB
Current children cumulated memory: 20860 KiB

[startup+1.50019 s]
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115487256/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=19400 memory=18344 CPUtime=1.49 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 7775 0 0 0 148 1 0 0 20 0 1 0 238188160 19865600 4586 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 4850 4586 544 484 0 4261 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 19400 KiB
Current children cumulated memory: 18344 KiB

[startup+3.1057 s]
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115481260/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=22984 memory=21908 CPUtime=3.09 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 9258 0 0 0 308 1 0 0 20 0 1 0 238188160 23535616 5477 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 5746 5477 544 484 0 5157 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 22984 KiB
Current children cumulated memory: 21908 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.08 4.03 5/266 176976
/proc/meminfo: memFree=115481640/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=25816 memory=24700 CPUtime=6.27 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 11359 0 0 0 626 1 0 0 20 0 1 0 238188160 26435584 6175 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 6454 6175 544 484 0 5865 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 25816 KiB
Current children cumulated memory: 24700 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.02 5/266 176976
/proc/meminfo: memFree=115468548/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=32964 memory=31840 CPUtime=12.66 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 12766 0 0 0 1264 2 0 0 20 0 1 0 238188160 33755136 7960 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 8241 7960 544 484 0 7652 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 32964 KiB
Current children cumulated memory: 31840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.08 4.02 5/266 176976
/proc/meminfo: memFree=115459012/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=43752 memory=42580 CPUtime=25.41 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 15325 0 0 0 2539 2 0 0 20 0 1 0 238188160 44802048 10645 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 10938 10645 544 484 0 10349 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 43752 KiB
Current children cumulated memory: 42580 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115642544/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=55656 memory=54604 CPUtime=50.95 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 16483 0 0 0 5092 3 0 0 20 0 1 0 238188160 56991744 13651 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 13914 13651 544 484 0 13325 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 55656 KiB
Current children cumulated memory: 54604 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115556420/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=66828 memory=65776 CPUtime=101.98 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 20907 0 0 0 10192 6 0 0 20 0 1 0 238188160 68431872 16444 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 16707 16444 544 484 0 16118 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 66828 KiB
Current children cumulated memory: 65776 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/266 177069
/proc/meminfo: memFree=115531916/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=74764 memory=73712 CPUtime=161.79 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 22918 0 0 0 16173 6 0 0 20 0 1 0 238188160 76558336 18428 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 18691 18428 544 484 0 18102 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 74764 KiB
Current children cumulated memory: 73712 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 177086
/proc/meminfo: memFree=115487180/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=88312 memory=87252 CPUtime=221.64 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 24807 0 0 0 22158 6 0 0 20 0 1 0 238188160 90431488 21813 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 22078 21813 544 484 0 21489 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 88312 KiB
Current children cumulated memory: 87252 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/264 177092
/proc/meminfo: memFree=115465456/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=115836 memory=114772 CPUtime=281.49 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 28241 0 0 0 28140 9 0 0 20 0 1 0 238188160 118616064 28693 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 28959 28693 544 484 0 28370 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 115836 KiB
Current children cumulated memory: 114772 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/263 177094
/proc/meminfo: memFree=115414808/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=99572 memory=98648 CPUtime=341.35 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 29344 0 0 0 34124 11 0 0 20 0 1 0 238188160 101961728 24662 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 24893 24662 544 484 0 24304 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 99572 KiB
Current children cumulated memory: 98648 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/262 177096
/proc/meminfo: memFree=115379732/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=147508 memory=146388 CPUtime=401.19 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 31642 0 0 0 40106 13 0 0 20 0 1 0 238188160 151048192 36597 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 36877 36597 544 484 0 36288 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 147508 KiB
Current children cumulated memory: 146388 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/262 177098
/proc/meminfo: memFree=115412116/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=101592 memory=100552 CPUtime=461.02 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 34915 0 0 0 46085 17 0 0 20 0 1 0 238188160 104030208 25138 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 25398 25138 544 484 0 24809 0
Current children cumulated CPU time: 461.02 s

################
# More data... #
################

Current children cumulated memory: 212480 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 177572
/proc/meminfo: memFree=115064244/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=220856 memory=219800 CPUtime=2854.67 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 84519 0 0 0 285354 113 0 0 20 0 1 0 238188160 226156544 54950 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 55214 54950 544 484 0 54625 0
Current children cumulated CPU time: 2854.67 s
Current children cumulated vsize: 220856 KiB
Current children cumulated memory: 219800 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 177574
/proc/meminfo: memFree=115076948/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=210500 memory=209444 CPUtime=2914.5 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 86891 0 0 0 291332 118 0 0 20 0 1 0 238188160 215552000 52361 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 52625 52361 544 484 0 52036 0
Current children cumulated CPU time: 2914.5 s
Current children cumulated vsize: 210500 KiB
Current children cumulated memory: 209444 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 177576
/proc/meminfo: memFree=115070524/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=213264 memory=212208 CPUtime=2974.33 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 87844 0 0 0 297312 121 0 0 20 0 1 0 238188160 218382336 53052 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 53316 53052 544 484 0 52727 0
Current children cumulated CPU time: 2974.33 s
Current children cumulated vsize: 213264 KiB
Current children cumulated memory: 212208 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 177580
/proc/meminfo: memFree=115054776/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=246120 memory=238604 CPUtime=3034.15 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 90873 0 0 0 303290 125 0 0 20 0 1 0 238188160 252026880 59651 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 61530 59651 544 484 0 60941 0
Current children cumulated CPU time: 3034.15 s
Current children cumulated vsize: 246120 KiB
Current children cumulated memory: 238604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/262 177582
/proc/meminfo: memFree=115033628/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=239156 memory=231744 CPUtime=3093.98 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 92359 0 0 0 309269 129 0 0 20 0 1 0 238188160 244895744 57936 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 59789 57936 544 484 0 59200 0
Current children cumulated CPU time: 3093.98 s
Current children cumulated vsize: 239156 KiB
Current children cumulated memory: 231744 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 177584
/proc/meminfo: memFree=115037400/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=242836 memory=235424 CPUtime=3153.8 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 93985 0 0 0 315247 133 0 0 20 0 1 0 238188160 248664064 58856 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 60709 58856 544 484 0 60120 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 242836 KiB
Current children cumulated memory: 235424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 177587
/proc/meminfo: memFree=115000504/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=240624 memory=233212 CPUtime=3213.63 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 95109 0 0 0 321226 137 0 0 20 0 1 0 238188160 246398976 58303 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 60156 58303 544 484 0 59567 0
Current children cumulated CPU time: 3213.63 s
Current children cumulated vsize: 240624 KiB
Current children cumulated memory: 233212 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 177594
/proc/meminfo: memFree=114960004/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=258520 memory=251108 CPUtime=3273.46 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 96585 0 0 0 327204 142 0 0 20 0 1 0 238188160 264724480 62777 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 64630 62777 544 484 0 64041 0
Current children cumulated CPU time: 3273.46 s
Current children cumulated vsize: 258520 KiB
Current children cumulated memory: 251108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177596
/proc/meminfo: memFree=115020716/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=253788 memory=246376 CPUtime=3333.29 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 97589 0 0 0 333184 145 0 0 20 0 1 0 238188160 259878912 61594 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 63447 61594 544 484 0 62858 0
Current children cumulated CPU time: 3333.29 s
Current children cumulated vsize: 253788 KiB
Current children cumulated memory: 246376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177598
/proc/meminfo: memFree=114967300/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=267572 memory=260160 CPUtime=3393.12 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 99264 0 0 0 339164 148 0 0 20 0 1 0 238188160 273993728 65040 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 66893 65040 544 484 0 66304 0
Current children cumulated CPU time: 3393.12 s
Current children cumulated vsize: 267572 KiB
Current children cumulated memory: 260160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 177600
/proc/meminfo: memFree=114942568/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=253540 memory=246128 CPUtime=3452.95 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 100266 0 0 0 345144 151 0 0 20 0 1 0 238188160 259624960 61532 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 63385 61532 544 484 0 62796 0
Current children cumulated CPU time: 3452.95 s
Current children cumulated vsize: 253540 KiB
Current children cumulated memory: 246128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 177602
/proc/meminfo: memFree=114938404/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=243168 memory=235756 CPUtime=3512.78 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 100820 0 0 0 351125 153 0 0 20 0 1 0 238188160 249004032 58939 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 60792 58939 544 484 0 60203 0
Current children cumulated CPU time: 3512.78 s
Current children cumulated vsize: 243168 KiB
Current children cumulated memory: 235756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/262 177604
/proc/meminfo: memFree=114953768/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=214500 memory=207200 CPUtime=3572.61 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 101986 0 0 0 357106 155 0 0 20 0 1 0 238188160 219648000 51800 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 53625 51800 544 484 0 53036 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 214500 KiB
Current children cumulated memory: 207200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.09 4.08 4.09 4/257 177667
/proc/meminfo: memFree=115404580/131250000 swapFree=33010416/33010684
[pid=176975] ppid=176972 vsize=216100 memory=208928 CPUtime=3600.02 cores=1,3
/proc/176975/stat : 176975 (uwrmaxsat) R 176972 176975 176433 0 -1 4194304 102312 0 0 0 359847 155 0 0 20 0 1 0 238188160 221286400 52232 18446744073709551615 4198400 6176925 140723471373040 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17682432 140723471378792 140723471378919 140723471378919 140723471384523 0
/proc/176975/statm: 54025 52232 544 484 0 53436 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 216100 KiB
Current children cumulated memory: 208928 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.55809 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.04
CPU user time (s): 3598.48
CPU system time (s): 1.55809
CPU usage (%): 99.7295
Max. virtual memory (cumulated for all children) (KiB): 344416
Max. memory (cumulated for all children) (KiB): 336944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.55809
maximum resident set size= 336944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 1453


# summary of solver processes directly reported to runsolver:
#   pid: 176975
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.55809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36084 second user time and 16.5612 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 00:58:03
IDJOB=4543297
IDBENCH=172509
IDSOLVER=3372
FILE ID=nodeC027/4543297-1753225083
RUNJOBID= nodeC027-1753221469-176445
SLURM_JOB_ID= 9687812
Free space on /tmp= 432988 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543297-1753225083/watcher-4543297-1753225083 -o /tmp/evaluation-result-4543297-1753225083/solver-4543297-1753225083 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176445 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4543297-1753225083.opb -mem-lim=31000

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

MD5SUM BENCH= 0942a69f21bd48da4c21a008e6f37b2a
RANDOM SEED=2101711548

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115498240 kB
MemAvailable:   129429100 kB
Buffers:            2488 kB
Cached:         14696588 kB
SwapCached:            8 kB
Active:          1412324 kB
Inactive:       13599840 kB
Active(anon):     336552 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13597052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8292 kB
Writeback:             4 kB
AnonPages:        316156 kB
Mapped:           115384 kB
Shmem:             26252 kB
KReclaimable:     194152 kB
Slab:             290208 kB
SReclaimable:     194152 kB
SUnreclaim:        96056 kB
KernelStack:        4352 kB
PageTables:         3572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     658908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC027 at 2025-07-23 01:58:13