Trace number 4543375

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-04UNSAT 1251.95 1255.43

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
domset_large_fixedcols_final/normalized-domset-hexgrid-fixedcols_03_058.opb
MD5SUM3c2aa4644140c0a520c3ebe8e754a206
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.005004
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables174
Total number of constraints175
Number of constraints which are clauses174
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 constraint174
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 43
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 217
Number of bits of the biggest sum of numbers8
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 175 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           965                                         |
0.00/0.00	c |  Number of clauses:            7235                                         |
0.00/0.00	c ===============================================================================
1251.90/1255.43	c _______________________________________________________________________________
1251.90/1255.43	c 
1251.90/1255.43	c =======================[ UWrMaxSat resources usage ]===========================
1251.90/1255.43	c Memory used            : 133.00 MB
1251.90/1255.43	c CPU time               : 1251.62 s
1251.90/1255.43	c Constr Enc: Srt/BDD/Add: 1 0 0
1251.90/1255.43	c _______________________________________________________________________________
1251.90/1255.43	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: 63665 MiB (59629 MiB free)
  memory of node 1: 64507 MiB (53304 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=177066, runsolver pid=177063
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115644308/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=5584 memory=4916 CPUtime=0.1 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 1115 0 0 0 10 0 0 0 20 0 1 0 238193222 5718016 1229 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 1396 1229 544 484 0 807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 5584 KiB
Current children cumulated memory: 4916 KiB

[startup+0.205499 s]*
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115643048/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=6368 memory=5836 CPUtime=0.2 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 1569 0 0 0 20 0 0 0 20 0 1 0 238193222 6520832 1459 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 1592 1459 544 484 0 1003 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 6368 KiB
Current children cumulated memory: 5836 KiB

[startup+0.305375 s]*
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115643048/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=6492 memory=5960 CPUtime=0.3 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 1918 0 0 0 30 0 0 0 20 0 1 0 238193222 6647808 1490 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 1623 1490 544 484 0 1034 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 6492 KiB
Current children cumulated memory: 5960 KiB

[startup+0.700138 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115640528/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=7768 memory=7236 CPUtime=0.69 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 2801 0 0 0 69 0 0 0 20 0 1 0 238193222 7954432 1809 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 1942 1809 544 484 0 1353 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 7768 KiB
Current children cumulated memory: 7236 KiB

[startup+1.50012 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115638704/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=8260 memory=7736 CPUtime=1.48 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 4552 0 0 0 148 0 0 0 20 0 1 0 238193222 8458240 1934 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 2065 1934 544 484 0 1476 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 8260 KiB
Current children cumulated memory: 7736 KiB

[startup+3.10529 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115636264/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=12188 memory=11456 CPUtime=3.09 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 6872 0 0 0 308 1 0 0 20 0 1 0 238193222 12480512 2864 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 3047 2864 544 484 0 2458 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 12188 KiB
Current children cumulated memory: 11456 KiB

[startup+6.30011 s]
/proc/loadavg: 4.11 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115629144/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=13588 memory=12932 CPUtime=6.28 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 10713 0 0 0 626 2 0 0 20 0 1 0 238193222 13914112 3233 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 3397 3233 544 484 0 2808 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 13588 KiB
Current children cumulated memory: 12932 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.08 4.03 5/266 177067
/proc/meminfo: memFree=115594740/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=16280 memory=15628 CPUtime=12.65 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 13743 0 0 0 1263 2 0 0 20 0 1 0 238193222 16670720 3907 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 4070 3907 544 484 0 3481 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 16280 KiB
Current children cumulated memory: 15628 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.08 4.02 5/266 177067
/proc/meminfo: memFree=115581120/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=19476 memory=18768 CPUtime=25.42 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 21527 0 0 0 2538 4 0 0 20 0 1 0 238193222 19943424 4692 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 4869 4692 544 484 0 4280 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 19476 KiB
Current children cumulated memory: 18768 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177067
/proc/meminfo: memFree=115556420/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=36480 memory=35820 CPUtime=50.95 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 30513 0 0 0 5089 6 0 0 20 0 1 0 238193222 37355520 8955 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 9120 8955 544 484 0 8531 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 36480 KiB
Current children cumulated memory: 35820 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/266 177069
/proc/meminfo: memFree=115524584/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=43872 memory=42644 CPUtime=101.99 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 38425 0 0 0 10191 8 0 0 20 0 1 0 238193222 44924928 10661 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 10968 10661 544 484 0 10379 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 43872 KiB
Current children cumulated memory: 42644 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/265 177086
/proc/meminfo: memFree=115470656/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=40428 memory=39592 CPUtime=161.79 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 45073 0 0 0 16168 11 0 0 20 0 1 0 238193222 41398272 9898 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 10107 9898 544 484 0 9518 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 40428 KiB
Current children cumulated memory: 39592 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/264 177092
/proc/meminfo: memFree=115464160/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=64284 memory=63596 CPUtime=221.63 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 55605 0 0 0 22147 16 0 0 20 0 1 0 238193222 65826816 15899 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 16071 15899 544 484 0 15482 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 64284 KiB
Current children cumulated memory: 63596 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/263 177094
/proc/meminfo: memFree=115406064/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=58656 memory=58004 CPUtime=281.47 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 60218 0 0 0 28129 18 0 0 20 0 1 0 238193222 60063744 14501 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 14664 14501 544 484 0 14075 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 58656 KiB
Current children cumulated memory: 58004 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/262 177096
/proc/meminfo: memFree=115383064/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=78588 memory=77932 CPUtime=341.31 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 61624 0 0 0 34113 18 0 0 20 0 1 0 238193222 80474112 19483 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 19647 19483 544 484 0 19058 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 78588 KiB
Current children cumulated memory: 77932 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/262 177098
/proc/meminfo: memFree=115401324/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=81856 memory=81132 CPUtime=401.14 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 65464 0 0 0 40094 20 0 0 20 0 1 0 238193222 83820544 20283 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 20464 20283 544 484 0 19875 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 81856 KiB
Current children cumulated memory: 81132 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/263 177101
/proc/meminfo: memFree=115402164/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=87860 memory=87148 CPUtime=460.97 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 65943 0 0 0 46077 20 0 0 20 0 1 0 238193222 89968640 21787 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 21965 21787 544 484 0 21376 0

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

/proc/loadavg: 4.10 4.09 4.05 5/263 177114
/proc/meminfo: memFree=115336944/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=80068 memory=79376 CPUtime=760.16 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 70496 0 0 0 75993 23 0 0 20 0 1 0 238193222 81989632 19844 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 20017 19844 544 484 0 19428 0
Current children cumulated CPU time: 760.16 s
Current children cumulated vsize: 80068 KiB
Current children cumulated memory: 79376 KiB

[startup+822.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/264 177121
/proc/meminfo: memFree=115324384/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=111956 memory=111212 CPUtime=820 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 72290 0 0 0 81976 24 0 0 20 0 1 0 238193222 114642944 27803 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 27989 27803 544 484 0 27400 0
Current children cumulated CPU time: 820 s
Current children cumulated vsize: 111956 KiB
Current children cumulated memory: 111212 KiB

[startup+882.3 s]
/proc/loadavg: 4.12 4.10 4.05 5/263 177123
/proc/meminfo: memFree=115340044/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=83976 memory=81708 CPUtime=879.83 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 73680 0 0 0 87958 25 0 0 20 0 1 0 238193222 85991424 20427 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 20994 20427 544 484 0 20405 0
Current children cumulated CPU time: 879.83 s
Current children cumulated vsize: 83976 KiB
Current children cumulated memory: 81708 KiB

[startup+942.3 s]
/proc/loadavg: 4.09 4.09 4.05 5/263 177125
/proc/meminfo: memFree=115303988/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=116312 memory=115564 CPUtime=939.67 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 76610 0 0 0 93940 27 0 0 20 0 1 0 238193222 119103488 28891 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 29078 28891 544 484 0 28489 0
Current children cumulated CPU time: 939.67 s
Current children cumulated vsize: 116312 KiB
Current children cumulated memory: 115564 KiB

[startup+1002.3 s]
/proc/loadavg: 4.14 4.10 4.06 5/263 177127
/proc/meminfo: memFree=115290268/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=116108 memory=115436 CPUtime=999.5 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 78056 0 0 0 99922 28 0 0 20 0 1 0 238193222 118894592 28859 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 29027 28859 544 484 0 28438 0
Current children cumulated CPU time: 999.5 s
Current children cumulated vsize: 116108 KiB
Current children cumulated memory: 115436 KiB

[startup+1062.3 s]
/proc/loadavg: 4.11 4.10 4.06 5/263 177129
/proc/meminfo: memFree=115280328/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=99320 memory=98664 CPUtime=1059.33 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 79692 0 0 0 105904 29 0 0 20 0 1 0 238193222 101703680 24666 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 24830 24666 544 484 0 24241 0
Current children cumulated CPU time: 1059.33 s
Current children cumulated vsize: 99320 KiB
Current children cumulated memory: 98664 KiB

[startup+1122.3 s]
/proc/loadavg: 4.16 4.11 4.06 5/263 177131
/proc/meminfo: memFree=115345968/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=101660 memory=100972 CPUtime=1119.17 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 81056 0 0 0 111886 31 0 0 20 0 1 0 238193222 104099840 25243 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 25415 25243 544 484 0 24826 0
Current children cumulated CPU time: 1119.17 s
Current children cumulated vsize: 101660 KiB
Current children cumulated memory: 100972 KiB

[startup+1182.3 s]
/proc/loadavg: 4.12 4.10 4.06 5/263 177136
/proc/meminfo: memFree=115269000/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=120588 memory=119916 CPUtime=1179.01 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 117869 32 0 0 20 0 1 0 238193222 123482112 29979 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 30147 29979 544 484 0 29558 0
Current children cumulated CPU time: 1179.01 s
Current children cumulated vsize: 120588 KiB
Current children cumulated memory: 119916 KiB

[startup+1242.3 s]
/proc/loadavg: 4.17 4.11 4.07 5/263 177138
/proc/meminfo: memFree=115256888/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=120588 memory=119916 CPUtime=1238.85 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 123853 32 0 0 20 0 1 0 238193222 123482112 29979 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 30147 29979 544 484 0 29558 0
Current children cumulated CPU time: 1238.85 s
Current children cumulated vsize: 120588 KiB
Current children cumulated memory: 119916 KiB

[startup+1255.43 s]
# the end of solver process 177066 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1251.62 s, system=0.327641 s

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

[startup+1248 s]*
/proc/loadavg: 4.24 4.13 4.08 5/263 177138
/proc/meminfo: memFree=115259456/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=74984 memory=74460 CPUtime=1244.53 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 124421 32 0 0 20 0 1 0 238193222 76783616 18615 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 18746 18615 544 484 0 18157 0
Current children cumulated CPU time: 1244.53 s
Current children cumulated vsize: 74984 KiB
Current children cumulated memory: 74460 KiB

[startup+1251.2 s]
/proc/loadavg: 4.30 4.14 4.08 5/263 177138
/proc/meminfo: memFree=115290428/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=74984 memory=74460 CPUtime=1247.72 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 124740 32 0 0 20 0 1 0 238193222 76783616 18615 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 18746 18615 544 484 0 18157 0
Current children cumulated CPU time: 1247.72 s
Current children cumulated vsize: 74984 KiB
Current children cumulated memory: 74460 KiB

[startup+1252.8 s]
/proc/loadavg: 4.30 4.14 4.08 5/263 177138
/proc/meminfo: memFree=115290428/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=74984 memory=74460 CPUtime=1249.32 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 124900 32 0 0 20 0 1 0 238193222 76783616 18615 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 18746 18615 544 484 0 18157 0
Current children cumulated CPU time: 1249.32 s
Current children cumulated vsize: 74984 KiB
Current children cumulated memory: 74460 KiB

[startup+1254.4 s]
/proc/loadavg: 4.30 4.14 4.08 5/263 177138
/proc/meminfo: memFree=115290932/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=74984 memory=74460 CPUtime=1250.91 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 125059 32 0 0 20 0 1 0 238193222 76783616 18615 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 18746 18615 544 484 0 18157 0
Current children cumulated CPU time: 1250.91 s
Current children cumulated vsize: 74984 KiB
Current children cumulated memory: 74460 KiB

[startup+1255.2 s]
/proc/loadavg: 4.44 4.17 4.09 5/263 177138
/proc/meminfo: memFree=115290932/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=74984 memory=74460 CPUtime=1251.71 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82215 0 0 0 125139 32 0 0 20 0 1 0 238193222 76783616 18615 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 18746 18615 544 484 0 18157 0
Current children cumulated CPU time: 1251.71 s
Current children cumulated vsize: 74984 KiB
Current children cumulated memory: 74460 KiB

[startup+1255.4 s]
/proc/loadavg: 4.44 4.17 4.09 5/263 177138
/proc/meminfo: memFree=115290932/131250000 swapFree=33010416/33010684
[pid=177066] ppid=177063 vsize=88136 memory=87528 CPUtime=1251.9 cores=5,7
/proc/177066/stat : 177066 (uwrmaxsat) R 177063 177066 176433 0 -1 4194304 82416 0 0 0 125158 32 0 0 20 0 1 0 238193222 90251264 21882 18446744073709551615 4198400 6176925 140732871152912 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 11444224 140732871162216 140732871162343 140732871162343 140732871167947 0
/proc/177066/statm: 22034 21882 544 484 0 21445 0
Current children cumulated CPU time: 1251.9 s
Current children cumulated vsize: 88136 KiB
Current children cumulated memory: 87528 KiB

Child status: 20

Real time (s): 1255.43
CPU time (s): 1251.95
CPU user time (s): 1251.62
CPU system time (s): 0.327641
CPU usage (%): 99.7225
Max. virtual memory (cumulated for all children) (KiB): 130204
Max. memory (cumulated for all children) (KiB): 129548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.62
system time used= 0.327641
maximum resident set size= 136136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82416
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= 16
involuntary context switches= 1538


# summary of solver processes directly reported to runsolver:
#   pid: 177066
#   total CPU time (s): 1251.95
#   total CPU user time (s): 1251.62
#   total CPU system time (s): 0.327641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51809 second user time and 5.42605 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 00:58:53
IDJOB=4543375
IDBENCH=172995
IDSOLVER=3372
FILE ID=nodeC027/4543375-1753225133
RUNJOBID= nodeC027-1753221469-176446
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/domset_large_fixedcols_final/normalized-domset-hexgrid-fixedcols_03_058.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543375-1753225133/watcher-4543375-1753225133 -o /tmp/evaluation-result-4543375-1753225133/solver-4543375-1753225133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176446 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4543375-1753225133.opb -mem-lim=31000

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

MD5SUM BENCH= 3c2aa4644140c0a520c3ebe8e754a206
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.636
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.580
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		: 3771.477
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		: 3600.637
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.700
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.692
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		: 3605.559
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		: 3618.517
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:        115643828 kB
MemAvailable:   129574600 kB
Buffers:            2488 kB
Cached:         14696484 kB
SwapCached:            8 kB
Active:          1299048 kB
Inactive:       13599736 kB
Active(anon):     223276 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13596948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2736 kB
Writeback:             0 kB
AnonPages:        202912 kB
Mapped:           115500 kB
Shmem:             26252 kB
KReclaimable:     194184 kB
Slab:             290236 kB
SReclaimable:     194184 kB
SUnreclaim:        96052 kB
KernelStack:        4320 kB
PageTables:         3352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     545948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:19:49