Trace number 4516262

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 800.362 802.469

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v3_shuffle/normalized-grid10_27.shuf-3.opb
MD5SUM25b641ec723147791ff171774f47f88f
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.015671
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270
Total number of constraints541
Number of constraints which are clauses540
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 constraint2
Maximum length of a constraint270
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 280
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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 541 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:          1940                                         |
0.00/0.01	c |  Number of clauses:           13714                                         |
0.00/0.01	c ===============================================================================
800.29/802.46	c _______________________________________________________________________________
800.29/802.46	c 
800.29/802.46	c =======================[ UWrMaxSat resources usage ]===========================
800.29/802.46	c Memory used            : 82.00 MB
800.29/802.46	c CPU time               : 800.21 s
800.29/802.46	c Constr Enc: Srt/BDD/Add: 1 0 0
800.29/802.46	c _______________________________________________________________________________
800.29/802.46	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62054 MiB free)
  memory of node 1: 64465 MiB (63961 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516262-1751236438/watcher-4516262-1751236438 -o /tmp/evaluation-result-4516262-1751236438/solver-4516262-1751236438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39023 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516262-1751236438.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
Starting watchdog thread
solver pid=39303, runsolver pid=39300
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129041064/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=7132 memory=6492 CPUtime=0.1 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 1524 0 0 0 10 0 0 0 20 0 1 0 39321368 7303168 1623 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 1783 1623 544 484 0 1194 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 7132 KiB
Current children cumulated memory: 6492 KiB

[startup+0.205665 s]*
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129040840/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=7060 memory=6432 CPUtime=0.2 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 1799 0 0 0 20 0 0 0 20 0 1 0 39321368 7229440 1608 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 1765 1608 544 484 0 1176 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 7060 KiB
Current children cumulated memory: 6432 KiB

[startup+0.304999 s]*
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129040840/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=7508 memory=6944 CPUtime=0.3 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 1956 0 0 0 30 0 0 0 20 0 1 0 39321368 7688192 1736 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 1877 1736 544 484 0 1288 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 7508 KiB
Current children cumulated memory: 6944 KiB

[startup+0.700108 s]
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129040840/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=7996 memory=7240 CPUtime=0.69 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 2409 0 0 0 69 0 0 0 20 0 1 0 39321368 8187904 1810 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 1999 1810 544 484 0 1410 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 7996 KiB
Current children cumulated memory: 7240 KiB

[startup+1.50013 s]
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129040840/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=8432 memory=7996 CPUtime=1.49 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 3294 0 0 0 149 0 0 0 20 0 1 0 39321368 8634368 1999 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 2108 1999 544 484 0 1519 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 8432 KiB
Current children cumulated memory: 7996 KiB

[startup+3.10548 s]
/proc/loadavg: 1.38 2.87 3.67 5/266 39304
/proc/meminfo: memFree=129039356/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=10892 memory=10320 CPUtime=3.09 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 5439 0 0 0 309 0 0 0 20 0 1 0 39321368 11153408 2580 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 2723 2580 544 484 0 2134 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10892 KiB
Current children cumulated memory: 10320 KiB

[startup+6.3001 s]
/proc/loadavg: 1.59 2.89 3.67 5/266 39304
/proc/meminfo: memFree=129024096/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=12452 memory=11860 CPUtime=6.27 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 8389 0 0 0 626 1 0 0 20 0 1 0 39321368 12750848 2965 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 3113 2965 544 484 0 2524 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 12452 KiB
Current children cumulated memory: 11860 KiB

[startup+12.7001 s]
/proc/loadavg: 1.78 2.91 3.67 5/266 39305
/proc/meminfo: memFree=129012376/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=17344 memory=16776 CPUtime=12.66 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 12410 0 0 0 1264 2 0 0 20 0 1 0 39321368 17760256 4194 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 4336 4194 544 484 0 3747 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 17344 KiB
Current children cumulated memory: 16776 KiB

[startup+25.5001 s]
/proc/loadavg: 2.12 2.94 3.67 5/267 39306
/proc/meminfo: memFree=128997080/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=22000 memory=21400 CPUtime=25.42 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 16483 0 0 0 2539 3 0 0 20 0 1 0 39321368 22528000 5350 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 5500 5350 544 484 0 4911 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 22000 KiB
Current children cumulated memory: 21400 KiB

[startup+51.1056 s]
/proc/loadavg: 2.94 3.06 3.69 5/267 39306
/proc/meminfo: memFree=128936848/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=27496 memory=26936 CPUtime=50.95 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 18659 0 0 0 5092 3 0 0 20 0 1 0 39321368 28155904 6734 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 6874 6734 544 484 0 6285 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 27496 KiB
Current children cumulated memory: 26936 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 3.21 3.71 5/267 39309
/proc/meminfo: memFree=128874492/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=36572 memory=35984 CPUtime=102.01 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 21015 0 0 0 10197 4 0 0 20 0 1 0 39321368 37449728 8996 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 9143 8996 544 484 0 8554 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 36572 KiB
Current children cumulated memory: 35984 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 3.40 3.75 5/266 39405
/proc/meminfo: memFree=128879588/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=48768 memory=48184 CPUtime=161.84 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 24512 0 0 0 16179 5 0 0 20 0 1 0 39321368 49938432 12046 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 12192 12046 544 484 0 11603 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 48768 KiB
Current children cumulated memory: 48184 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.54 3.77 5/267 39410
/proc/meminfo: memFree=128827808/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=34764 memory=34064 CPUtime=221.69 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 31590 0 0 0 22161 8 0 0 20 0 1 0 39321368 35598336 8516 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 8691 8516 544 484 0 8102 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 34764 KiB
Current children cumulated memory: 34064 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.64 3.80 5/267 39412
/proc/meminfo: memFree=128775784/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=51860 memory=51304 CPUtime=281.54 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 35362 0 0 0 28144 10 0 0 20 0 1 0 39321368 53104640 12826 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 12965 12826 544 484 0 12376 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 51860 KiB
Current children cumulated memory: 51304 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.73 3.82 5/266 39414
/proc/meminfo: memFree=128644488/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=60640 memory=60212 CPUtime=341.38 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 38792 0 0 0 34127 11 0 0 20 0 1 0 39321368 62095360 15053 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 15160 15053 544 484 0 14571 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 60640 KiB
Current children cumulated memory: 60212 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.80 3.84 5/265 39416
/proc/meminfo: memFree=128685300/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=55124 memory=54456 CPUtime=401.23 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 39074 0 0 0 40111 12 0 0 20 0 1 0 39321368 56446976 13614 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 13781 13614 544 484 0 13192 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 55124 KiB
Current children cumulated memory: 54456 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.85 3.85 5/265 39421
/proc/meminfo: memFree=128710844/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=47340 memory=46912 CPUtime=461.07 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 40350 0 0 0 46095 12 0 0 20 0 1 0 39321368 48476160 11728 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 11835 11728 544 484 0 11246 0
Current children cumulated CPU time: 461.07 s
Current children cumulated vsize: 47340 KiB
Current children cumulated memory: 46912 KiB

[startup+522.3 s]
/proc/loadavg: 4.15 3.91 3.88 5/264 39423
/proc/meminfo: memFree=128705428/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=71296 memory=70712 CPUtime=520.91 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 41989 0 0 0 52078 13 0 0 20 0 1 0 39321368 73007104 17678 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 17824 17678 544 484 0 17235 0
Current children cumulated CPU time: 520.91 s
Current children cumulated vsize: 71296 KiB
Current children cumulated memory: 70712 KiB

[startup+582.3 s]
/proc/loadavg: 4.10 3.94 3.89 5/265 39426
/proc/meminfo: memFree=128708600/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=50512 memory=49972 CPUtime=580.76 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 42382 0 0 0 58062 14 0 0 20 0 1 0 39321368 51724288 12493 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 12628 12493 544 484 0 12039 0
Current children cumulated CPU time: 580.76 s
Current children cumulated vsize: 50512 KiB
Current children cumulated memory: 49972 KiB

[startup+642.3 s]
/proc/loadavg: 4.08 3.97 3.91 5/265 39428
/proc/meminfo: memFree=128684304/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=74656 memory=74040 CPUtime=640.6 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 44348 0 0 0 64046 14 0 0 20 0 1 0 39321368 76447744 18510 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18664 18510 544 484 0 18075 0
Current children cumulated CPU time: 640.6 s
Current children cumulated vsize: 74656 KiB
Current children cumulated memory: 74040 KiB

[startup+702.3 s]
/proc/loadavg: 4.13 4.01 3.93 5/265 39430
/proc/meminfo: memFree=128717564/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=67684 memory=67128 CPUtime=700.44 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45221 0 0 0 70030 14 0 0 20 0 1 0 39321368 69308416 16782 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 16921 16782 544 484 0 16332 0
Current children cumulated CPU time: 700.44 s
Current children cumulated vsize: 67684 KiB
Current children cumulated memory: 67128 KiB

[startup+762.3 s]
/proc/loadavg: 4.10 4.02 3.94 5/263 39434
/proc/meminfo: memFree=128750976/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=760.29 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45950 0 0 0 76014 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 760.29 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

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

# cumulated CPU time of all completed processes:  user=800.21 s, system=0.15193 s

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

[startup+768 s]*
/proc/loadavg: 4.09 4.02 3.94 5/263 39434
/proc/meminfo: memFree=128750976/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=765.98 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45950 0 0 0 76583 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 765.98 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

[startup+780.8 s]
/proc/loadavg: 4.15 4.04 3.94 5/263 39434
/proc/meminfo: memFree=128751228/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=778.75 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45950 0 0 0 77860 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 778.75 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

[startup+793.6 s]
/proc/loadavg: 4.12 4.03 3.95 5/264 39438
/proc/meminfo: memFree=128746676/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=791.51 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 79136 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 791.51 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

[startup+796.8 s]
/proc/loadavg: 4.11 4.03 3.95 5/264 39438
/proc/meminfo: memFree=128746976/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=794.7 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 79455 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 794.7 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

[startup+800 s]*
/proc/loadavg: 4.11 4.03 3.95 5/265 39439
/proc/meminfo: memFree=128747228/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=72644 memory=71992 CPUtime=797.9 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 79775 15 0 0 20 0 1 0 39321368 74387456 17998 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 18161 17998 544 484 0 17572 0
Current children cumulated CPU time: 797.9 s
Current children cumulated vsize: 72644 KiB
Current children cumulated memory: 71992 KiB

[startup+801.6 s]
/proc/loadavg: 4.10 4.03 3.95 5/265 39439
/proc/meminfo: memFree=128757468/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=45664 memory=45236 CPUtime=799.49 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 79934 15 0 0 20 0 1 0 39321368 46759936 11309 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 11416 11309 544 484 0 10827 0
Current children cumulated CPU time: 799.49 s
Current children cumulated vsize: 45664 KiB
Current children cumulated memory: 45236 KiB

[startup+802 s]*
/proc/loadavg: 4.10 4.03 3.95 5/265 39439
/proc/meminfo: memFree=128757468/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=45664 memory=45236 CPUtime=799.89 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 79974 15 0 0 20 0 1 0 39321368 46759936 11309 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 11416 11309 544 484 0 10827 0
Current children cumulated CPU time: 799.89 s
Current children cumulated vsize: 45664 KiB
Current children cumulated memory: 45236 KiB

[startup+802.4 s]
/proc/loadavg: 4.10 4.03 3.95 5/265 39439
/proc/meminfo: memFree=128757468/131250000 swapFree=33010684/33010684
[pid=39303] ppid=39300 vsize=45664 memory=45236 CPUtime=800.29 cores=5,7
/proc/39303/stat : 39303 (uwrmaxsat) R 39300 39303 39010 0 -1 4194304 45974 0 0 0 80014 15 0 0 20 0 1 0 39321368 46759936 11309 18446744073709551615 4198400 6176925 140721803639984 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 18477056 140721803647338 140721803647465 140721803647465 140721803653067 0
/proc/39303/statm: 11416 11309 544 484 0 10827 0
Current children cumulated CPU time: 800.29 s
Current children cumulated vsize: 45664 KiB
Current children cumulated memory: 45236 KiB

Child status: 20

Real time (s): 802.469
CPU time (s): 800.362
CPU user time (s): 800.21
CPU system time (s): 0.15193
CPU usage (%): 99.7375
Max. virtual memory (cumulated for all children) (KiB): 74656
Max. memory (cumulated for all children) (KiB): 74040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 800.21
system time used= 0.15193
maximum resident set size= 84188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46181
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= 17
involuntary context switches= 461


# summary of solver processes directly reported to runsolver:
#   pid: 39303
#   total CPU time (s): 800.362
#   total CPU user time (s): 800.21
#   total CPU system time (s): 0.15193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.17793 second user time and 2.98819 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 00:33:58
IDJOB=4516262
IDBENCH=170483
IDSOLVER=3372
FILE ID=nodeC016/4516262-1751236438
RUNJOBID= nodeC016-1751236431-39023
SLURM_JOB_ID= 9587715
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v3_shuffle/normalized-grid10_27.shuf-3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516262-1751236438/watcher-4516262-1751236438 -o /tmp/evaluation-result-4516262-1751236438/solver-4516262-1751236438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39023 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516262-1751236438.opb -mem-lim=31000

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

MD5SUM BENCH= 25b641ec723147791ff171774f47f88f
RANDOM SEED=828503428

nodeC016 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.804
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.48
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.723
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.48
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		: 3598.529
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.48
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		: 3628.974
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.48
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.735
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.48
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.726
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.48
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		: 3598.742
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.48
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		: 3505.453
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129040712 kB
MemAvailable:   129733440 kB
Buffers:            3280 kB
Cached:          1497540 kB
SwapCached:            0 kB
Active:           377452 kB
Inactive:        1241104 kB
Active(anon):     135820 kB
Inactive(anon):        0 kB
Active(file):     241632 kB
Inactive(file):  1241104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10900 kB
Writeback:            16 kB
AnonPages:        121076 kB
Mapped:           109584 kB
Shmem:             18072 kB
KReclaimable:      98460 kB
Slab:             184992 kB
SReclaimable:      98460 kB
SUnreclaim:        86532 kB
KernelStack:        4304 kB
PageTables:         3156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     451272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-30 00:47:21