Trace number 4543180

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.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
MD5SUM73c63b112a71eb267c42688444d17031
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.10623
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints551
Number of constraints which are clauses550
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 constraint550
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 137
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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 551 PB-constraints to clauses...
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:          5397                                         |
0.00/0.02	c |  Number of clauses:           32463                                         |
0.00/0.02	c ===============================================================================
3600.03/3609.90	c *** TERMINATED by signal 15 ***
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3609.90	c Memory used            : 222.00 MB
3600.03/3609.90	c CPU time               : 3599.38 s
3600.03/3609.90	c Constr Enc: Srt/BDD/Add: 1 0 0
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	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 (59680 MiB free)
  memory of node 1: 64507 MiB (53144 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=176881, runsolver pid=176873
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.10 4.09 4.03 4/264 176886
/proc/meminfo: memFree=115511680/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=12828 memory=11904 CPUtime=0.1 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 2837 0 0 0 10 0 0 0 20 0 1 0 238187912 13135872 2976 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 3207 2976 544 484 0 2618 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 12828 KiB
Current children cumulated memory: 11904 KiB

[startup+0.204974 s]*
/proc/loadavg: 4.10 4.09 4.03 4/265 176894
/proc/meminfo: memFree=115511872/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=12644 memory=11748 CPUtime=0.2 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 3864 0 0 0 20 0 0 0 20 0 1 0 238187912 12947456 2937 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 3161 2937 544 484 0 2572 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 12644 KiB
Current children cumulated memory: 11748 KiB

[startup+0.305642 s]*
/proc/loadavg: 4.10 4.09 4.03 4/262 176894
/proc/meminfo: memFree=115509736/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=12516 memory=11628 CPUtime=0.3 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 4183 0 0 0 30 0 0 0 20 0 1 0 238187912 12816384 2907 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 3129 2907 544 484 0 2540 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 12516 KiB
Current children cumulated memory: 11628 KiB

[startup+0.700118 s]
/proc/loadavg: 4.10 4.09 4.03 4/262 176894
/proc/meminfo: memFree=115508224/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=17080 memory=15852 CPUtime=0.69 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 5262 0 0 0 69 0 0 0 20 0 1 0 238187912 17489920 3963 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 4270 3963 544 484 0 3681 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 17080 KiB
Current children cumulated memory: 15852 KiB

[startup+1.50012 s]
/proc/loadavg: 4.10 4.09 4.03 4/262 176904
/proc/meminfo: memFree=115500136/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=15888 memory=14824 CPUtime=1.48 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 5981 0 0 0 148 0 0 0 20 0 1 0 238187912 16269312 3706 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 3972 3706 544 484 0 3383 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 15888 KiB
Current children cumulated memory: 14824 KiB

[startup+3.1053 s]
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115492800/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=18684 memory=17688 CPUtime=3.08 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 7396 0 0 0 308 0 0 0 20 0 1 0 238187912 19132416 4422 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 4671 4422 544 484 0 4082 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 18684 KiB
Current children cumulated memory: 17688 KiB

[startup+6.30011 s]
/proc/loadavg: 4.09 4.09 4.03 5/266 176976
/proc/meminfo: memFree=115481356/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=20352 memory=19364 CPUtime=6.27 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 9788 0 0 0 626 1 0 0 20 0 1 0 238187912 20840448 4841 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 5088 4841 544 484 0 4499 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 20352 KiB
Current children cumulated memory: 19364 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.08 4.03 5/266 176976
/proc/meminfo: memFree=115476348/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=26144 memory=25200 CPUtime=12.66 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 12301 0 0 0 1264 2 0 0 20 0 1 0 238187912 26771456 6300 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 6536 6300 544 484 0 5947 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 26144 KiB
Current children cumulated memory: 25200 KiB

[startup+25.5001 s]
/proc/loadavg: 4.06 4.08 4.02 5/266 176976
/proc/meminfo: memFree=115459012/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=29536 memory=28628 CPUtime=25.42 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 16196 0 0 0 2539 3 0 0 20 0 1 0 238187912 30244864 7157 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 7384 7157 544 484 0 6795 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 29536 KiB
Current children cumulated memory: 28628 KiB

[startup+51.1055 s]
/proc/loadavg: 4.04 4.07 4.02 4/262 176984
/proc/meminfo: memFree=115658676/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=29600 memory=28852 CPUtime=50.95 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 21111 0 0 0 5090 5 0 0 20 0 1 0 238187912 30310400 7213 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 7400 7213 544 484 0 6811 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 29600 KiB
Current children cumulated memory: 28852 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115567848/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=47016 memory=46232 CPUtime=102 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 28587 0 0 0 10193 7 0 0 20 0 1 0 238187912 48144384 11558 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 11754 11558 544 484 0 11165 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 47016 KiB
Current children cumulated memory: 46232 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/266 177069
/proc/meminfo: memFree=115523848/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=52928 memory=52120 CPUtime=161.86 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 30066 0 0 0 16178 8 0 0 20 0 1 0 238187912 54198272 13030 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 13232 13030 544 484 0 12643 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 52928 KiB
Current children cumulated memory: 52120 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/265 177086
/proc/meminfo: memFree=115485984/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=71284 memory=70548 CPUtime=221.7 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 32447 0 0 0 22161 9 0 0 20 0 1 0 238187912 72994816 17637 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 17821 17637 544 484 0 17232 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 71284 KiB
Current children cumulated memory: 70548 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.08 4.03 5/264 177092
/proc/meminfo: memFree=115457332/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=94544 memory=93732 CPUtime=281.52 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 36766 0 0 0 28142 10 0 0 20 0 1 0 238187912 96813056 23433 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 23636 23433 544 484 0 23047 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 94544 KiB
Current children cumulated memory: 93732 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/263 177094
/proc/meminfo: memFree=115420920/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=95720 memory=94884 CPUtime=341.34 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 37095 0 0 0 34124 10 0 0 20 0 1 0 238187912 98017280 23721 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 23930 23721 544 484 0 23341 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 95720 KiB
Current children cumulated memory: 94884 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/262 177096
/proc/meminfo: memFree=115379724/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=106416 memory=105636 CPUtime=401.17 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 39184 0 0 0 40105 12 0 0 20 0 1 0 238187912 108969984 26409 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 26604 26409 544 484 0 26015 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 106416 KiB
Current children cumulated memory: 105636 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/262 177098
/proc/meminfo: memFree=115413612/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=67372 memory=66596 CPUtime=461.02 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 39910 0 0 0 46090 12 0 0 20 0 1 0 238187912 68988928 16649 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 16843 16649 544 484 0 16254 0

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

Current children cumulated memory: 148476 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 177574
/proc/meminfo: memFree=115076948/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=149184 memory=148604 CPUtime=2914.22 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 80690 0 0 0 291361 61 0 0 20 0 1 0 238187912 152764416 37151 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37296 37151 544 484 0 36707 0
Current children cumulated CPU time: 2914.22 s
Current children cumulated vsize: 149184 KiB
Current children cumulated memory: 148604 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 177576
/proc/meminfo: memFree=115070524/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=149184 memory=148604 CPUtime=2974.07 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 80758 0 0 0 297346 61 0 0 20 0 1 0 238187912 152764416 37151 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37296 37151 544 484 0 36707 0
Current children cumulated CPU time: 2974.07 s
Current children cumulated vsize: 149184 KiB
Current children cumulated memory: 148604 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 177580
/proc/meminfo: memFree=115054524/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=149184 memory=148604 CPUtime=3033.92 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 80758 0 0 0 303331 61 0 0 20 0 1 0 238187912 152764416 37151 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37296 37151 544 484 0 36707 0
Current children cumulated CPU time: 3033.92 s
Current children cumulated vsize: 149184 KiB
Current children cumulated memory: 148604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/262 177582
/proc/meminfo: memFree=115037220/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=150024 memory=149372 CPUtime=3093.76 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 80936 0 0 0 309315 61 0 0 20 0 1 0 238187912 153624576 37343 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37506 37343 544 484 0 36917 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 150024 KiB
Current children cumulated memory: 149372 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 177584
/proc/meminfo: memFree=115037384/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=150480 memory=149756 CPUtime=3153.6 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 81050 0 0 0 315299 61 0 0 20 0 1 0 238187912 154091520 37439 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37620 37439 544 484 0 37031 0
Current children cumulated CPU time: 3153.6 s
Current children cumulated vsize: 150480 KiB
Current children cumulated memory: 149756 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 177587
/proc/meminfo: memFree=115000480/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=151284 memory=150524 CPUtime=3213.45 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 81251 0 0 0 321283 62 0 0 20 0 1 0 238187912 154914816 37631 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 37821 37631 544 484 0 37232 0
Current children cumulated CPU time: 3213.45 s
Current children cumulated vsize: 151284 KiB
Current children cumulated memory: 150524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 177594
/proc/meminfo: memFree=114960004/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=179236 memory=178556 CPUtime=3273.28 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 81596 0 0 0 327266 62 0 0 20 0 1 0 238187912 183537664 44639 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 44809 44639 544 484 0 44220 0
Current children cumulated CPU time: 3273.28 s
Current children cumulated vsize: 179236 KiB
Current children cumulated memory: 178556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 177596
/proc/meminfo: memFree=115020716/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=179236 memory=178556 CPUtime=3333.13 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 81653 0 0 0 333250 63 0 0 20 0 1 0 238187912 183537664 44639 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 44809 44639 544 484 0 44220 0
Current children cumulated CPU time: 3333.13 s
Current children cumulated vsize: 179236 KiB
Current children cumulated memory: 178556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177598
/proc/meminfo: memFree=114967168/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=180396 memory=179708 CPUtime=3392.97 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 81971 0 0 0 339234 63 0 0 20 0 1 0 238187912 184725504 44927 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 45099 44927 544 484 0 44510 0
Current children cumulated CPU time: 3392.97 s
Current children cumulated vsize: 180396 KiB
Current children cumulated memory: 179708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 177600
/proc/meminfo: memFree=114946380/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=209032 memory=208380 CPUtime=3452.81 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 82488 0 0 0 345217 64 0 0 20 0 1 0 238187912 214048768 52095 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 52258 52095 544 484 0 51669 0
Current children cumulated CPU time: 3452.81 s
Current children cumulated vsize: 209032 KiB
Current children cumulated memory: 208380 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=176881] ppid=176873 vsize=209032 memory=208380 CPUtime=3512.66 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 82563 0 0 0 351201 65 0 0 20 0 1 0 238187912 214048768 52095 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 52258 52095 544 484 0 51669 0
Current children cumulated CPU time: 3512.66 s
Current children cumulated vsize: 209032 KiB
Current children cumulated memory: 208380 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/262 177604
/proc/meminfo: memFree=114953768/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=209032 memory=208380 CPUtime=3572.5 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 82577 0 0 0 357185 65 0 0 20 0 1 0 238187912 214048768 52095 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 52258 52095 544 484 0 51669 0
Current children cumulated CPU time: 3572.5 s
Current children cumulated vsize: 209032 KiB
Current children cumulated memory: 208380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.09 4.08 4.09 5/262 177604
/proc/meminfo: memFree=114947832/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=209032 memory=208380 CPUtime=3600.03 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 82577 0 0 0 359937 66 0 0 20 0 1 0 238187912 214048768 52095 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 52258 52095 544 484 0 51669 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 209032 KiB
Current children cumulated memory: 208380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.38 s, system=0.6624 s

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

[startup+3609.9 s]
/proc/loadavg: 4.09 4.08 4.09 5/262 177604
/proc/meminfo: memFree=114947832/131250000 swapFree=33010416/33010684
[pid=176881] ppid=176873 vsize=209032 memory=208380 CPUtime=3600.03 cores=4,6
/proc/176881/stat : 176881 (uwrmaxsat) R 176873 176881 176433 0 -1 4194304 82577 0 0 0 359937 66 0 0 20 0 1 0 238187912 214048768 52095 18446744073709551615 4198400 6176925 140725933075312 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 28262400 140725933082984 140725933083111 140725933083111 140725933088715 0
/proc/176881/statm: 52258 52095 544 484 0 51669 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 209032 KiB
Current children cumulated memory: 208380 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.04
CPU user time (s): 3599.38
CPU system time (s): 0.6624
CPU usage (%): 99.7268
Max. virtual memory (cumulated for all children) (KiB): 226900
Max. memory (cumulated for all children) (KiB): 226236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.38
system time used= 0.6624
maximum resident set size= 227256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82577
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= 23
involuntary context switches= 2379


# summary of solver processes directly reported to runsolver:
#   pid: 176881
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.38
#   total CPU system time (s): 0.6624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11141 second user time and 16.1429 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 00:58:00
IDJOB=4543180
IDBENCH=172169
IDSOLVER=3372
FILE ID=nodeC027/4543180-1753225080
RUNJOBID= nodeC027-1753221469-176444
SLURM_JOB_ID= 9687812
Free space on /tmp= 432996 MiB

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

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=1175353239

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		: 3601.630
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.741
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		: 3600.064
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		: 3593.062
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.616
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.674
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		: 3599.693
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		: 3558.548
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:        115540512 kB
MemAvailable:   129468028 kB
Buffers:            2488 kB
Cached:         14693256 kB
SwapCached:            8 kB
Active:          1383208 kB
Inactive:       13596508 kB
Active(anon):     307436 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13593720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5236 kB
Writeback:            20 kB
AnonPages:        287284 kB
Mapped:           110948 kB
Shmem:             26252 kB
KReclaimable:     194124 kB
Slab:             290472 kB
SReclaimable:     194124 kB
SUnreclaim:        96348 kB
KernelStack:        4256 kB
PageTables:         3664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     583504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 432988 MiB
End job on nodeC027 at 2025-07-23 01:58:10