Trace number 4513886

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.08 3611.3

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l080-r079-n1.opb
MD5SUM1372c66e4673859c6e3da379b7182901
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 benchmark879.083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4323
Total number of constraints9214
Number of constraints which are clauses7773
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.10/0.12	c Converting 10655 PB-constraints to clauses...
0.10/0.15	c ============================[ Encoding Statistics ]============================
0.10/0.15	c |  Number of variables:          4323                                         |
0.10/0.15	c |  Number of clauses:           13537                                         |
0.10/0.15	c ===============================================================================
3600.07/3611.30	c *** TERMINATED by signal 15 ***
3600.07/3611.30	c _______________________________________________________________________________
3600.07/3611.30	c 
3600.07/3611.30	c _______________________________________________________________________________
3600.07/3611.30	c 
3600.07/3611.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3611.30	c Memory used            : 149.00 MB
3600.07/3611.30	c CPU time               : 3599.71 s
3600.07/3611.30	c Constr Enc: Srt/BDD/Add: 1441 0 0
3600.07/3611.30	c _______________________________________________________________________________
3600.07/3611.30	c _______________________________________________________________________________
3600.07/3611.30	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: 63794 MiB (60782 MiB free)
  memory of node 1: 64507 MiB (59564 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513886-1751219287/watcher-4513886-1751219287 -o /tmp/evaluation-result-4513886-1751219287/solver-4513886-1751219287 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30251 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513886-1751219287.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=31025, runsolver pid=31022

[startup+0.100066 s]*
/proc/loadavg: 4.16 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123235200/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=11364 memory=10112 CPUtime=0.1 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 2266 0 0 0 10 0 0 0 20 0 1 0 37608468 11636736 2528 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 2841 2528 448 484 0 2252 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 11364 KiB
Current children cumulated memory: 10112 KiB

[startup+0.212987 s]*
/proc/loadavg: 4.16 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123235280/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=13940 memory=13056 CPUtime=0.21 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 2920 0 0 0 20 1 0 0 20 0 1 0 37608468 14274560 3264 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3485 3264 512 484 0 2896 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13940 KiB
Current children cumulated memory: 13056 KiB

[startup+0.312719 s]*
/proc/loadavg: 4.16 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123235280/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=13940 memory=13056 CPUtime=0.31 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 2920 0 0 0 30 1 0 0 20 0 1 0 37608468 14274560 3264 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3485 3264 512 484 0 2896 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13940 KiB
Current children cumulated memory: 13056 KiB

[startup+0.700238 s]
/proc/loadavg: 4.16 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123235280/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=15232 memory=13924 CPUtime=0.68 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 3640 0 0 0 67 1 0 0 20 0 1 0 37608468 15597568 3481 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3808 3481 512 484 0 3219 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 15232 KiB
Current children cumulated memory: 13924 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123235280/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=15424 memory=14400 CPUtime=1.48 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 3923 0 0 0 147 1 0 0 20 0 1 0 37608468 15794176 3600 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3856 3600 512 484 0 3267 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 15424 KiB
Current children cumulated memory: 14400 KiB

[startup+3.11263 s]
/proc/loadavg: 4.15 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123236408/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=15004 memory=13684 CPUtime=3.09 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 6154 0 0 0 308 1 0 0 20 0 1 0 37608468 15364096 3421 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3751 3421 512 484 0 3162 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 15004 KiB
Current children cumulated memory: 13684 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 4.12 4.10 5/250 31026
/proc/meminfo: memFree=123236740/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=15520 memory=14260 CPUtime=6.27 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 8286 0 0 0 625 2 0 0 20 0 1 0 37608468 15892480 3565 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 3880 3565 512 484 0 3291 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 15520 KiB
Current children cumulated memory: 14260 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.10 5/250 31026
/proc/meminfo: memFree=123230944/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=16268 memory=15160 CPUtime=12.65 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 12201 0 0 0 1263 2 0 0 20 0 1 0 37608468 16658432 3790 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 4067 3790 512 484 0 3478 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 16268 KiB
Current children cumulated memory: 15160 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.13 4.11 5/250 31072
/proc/meminfo: memFree=123362196/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=17700 memory=16512 CPUtime=25.41 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 22043 0 0 0 2537 4 0 0 20 0 1 0 37608468 18124800 4128 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 4425 4128 512 484 0 3836 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 17700 KiB
Current children cumulated memory: 16512 KiB

[startup+51.1129 s]
/proc/loadavg: 4.25 4.15 4.11 5/250 31072
/proc/meminfo: memFree=123336048/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=24776 memory=23668 CPUtime=50.93 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 26594 0 0 0 5089 4 0 0 20 0 1 0 37608468 25370624 5917 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 6194 5917 512 484 0 5605 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 24776 KiB
Current children cumulated memory: 23668 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.14 4.11 5/250 31074
/proc/meminfo: memFree=123279336/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=35060 memory=33952 CPUtime=101.93 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 39190 0 0 0 10186 7 0 0 20 0 1 0 37608468 35901440 8488 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 8765 8488 512 484 0 8176 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 35060 KiB
Current children cumulated memory: 33952 KiB

[startup+162.3 s]
/proc/loadavg: 4.26 4.17 4.12 5/246 31130
/proc/meminfo: memFree=123290148/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=42152 memory=40992 CPUtime=161.76 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 45748 0 0 0 16167 9 0 0 20 0 1 0 37608468 43163648 10248 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 10538 10248 512 484 0 9949 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 42152 KiB
Current children cumulated memory: 40992 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/250 31168
/proc/meminfo: memFree=123247432/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=41952 memory=40844 CPUtime=221.58 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 50054 0 0 0 22148 10 0 0 20 0 1 0 37608468 42958848 10211 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 10488 10211 512 484 0 9899 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 41952 KiB
Current children cumulated memory: 40844 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/250 31171
/proc/meminfo: memFree=123204288/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=53904 memory=52788 CPUtime=281.4 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 54960 0 0 0 28129 11 0 0 20 0 1 0 37608468 55197696 13197 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 13476 13197 512 484 0 12887 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 53904 KiB
Current children cumulated memory: 52788 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/251 31176
/proc/meminfo: memFree=123196216/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=56880 memory=54032 CPUtime=341.19 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 61430 0 0 0 34106 13 0 0 20 0 1 0 37608468 58245120 13508 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 14220 13508 512 484 0 13631 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 56880 KiB
Current children cumulated memory: 54032 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/252 31179
/proc/meminfo: memFree=123154924/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=56208 memory=55232 CPUtime=401.01 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 65592 0 0 0 40087 14 0 0 20 0 1 0 37608468 57556992 13808 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 14052 13808 512 484 0 13463 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 56208 KiB
Current children cumulated memory: 55232 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/252 31181
/proc/meminfo: memFree=123178456/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=51940 memory=50144 CPUtime=460.83 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 69753 0 0 0 46067 16 0 0 20 0 1 0 37608468 53186560 12536 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 12985 12536 512 484 0 12396 0
Current children cumulated CPU time: 460.83 s

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

Current children cumulated memory: 128028 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/251 31304
/proc/meminfo: memFree=122933752/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=133464 memory=132252 CPUtime=2913.21 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 108835 0 0 0 291288 33 0 0 20 0 1 0 37608468 136667136 33063 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 33366 33063 512 484 0 32777 0
Current children cumulated CPU time: 2913.21 s
Current children cumulated vsize: 133464 KiB
Current children cumulated memory: 132252 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/251 31310
/proc/meminfo: memFree=122895608/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=107188 memory=106136 CPUtime=2973.02 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 110645 0 0 0 297268 34 0 0 20 0 1 0 37608468 109760512 26534 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 26797 26534 512 484 0 26208 0
Current children cumulated CPU time: 2973.02 s
Current children cumulated vsize: 107188 KiB
Current children cumulated memory: 106136 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/250 31312
/proc/meminfo: memFree=122913676/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=127636 memory=126584 CPUtime=3032.83 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 112502 0 0 0 303248 35 0 0 20 0 1 0 37608468 130699264 31646 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 31909 31646 512 484 0 31320 0
Current children cumulated CPU time: 3032.83 s
Current children cumulated vsize: 127636 KiB
Current children cumulated memory: 126584 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/250 31314
/proc/meminfo: memFree=122929328/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=128400 memory=127260 CPUtime=3092.64 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113191 0 0 0 309229 35 0 0 20 0 1 0 37608468 131481600 31815 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 32100 31815 512 484 0 31511 0
Current children cumulated CPU time: 3092.64 s
Current children cumulated vsize: 128400 KiB
Current children cumulated memory: 127260 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.14 4.14 5/250 31316
/proc/meminfo: memFree=122947820/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=128400 memory=127260 CPUtime=3152.45 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113191 0 0 0 315210 35 0 0 20 0 1 0 37608468 131481600 31815 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 32100 31815 512 484 0 31511 0
Current children cumulated CPU time: 3152.45 s
Current children cumulated vsize: 128400 KiB
Current children cumulated memory: 127260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/249 31318
/proc/meminfo: memFree=122915052/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=128400 memory=127260 CPUtime=3212.26 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113191 0 0 0 321191 35 0 0 20 0 1 0 37608468 131481600 31815 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 32100 31815 512 484 0 31511 0
Current children cumulated CPU time: 3212.26 s
Current children cumulated vsize: 128400 KiB
Current children cumulated memory: 127260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/249 31320
/proc/meminfo: memFree=122887376/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=128400 memory=127260 CPUtime=3272.07 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113191 0 0 0 327172 35 0 0 20 0 1 0 37608468 131481600 31815 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 32100 31815 512 484 0 31511 0
Current children cumulated CPU time: 3272.07 s
Current children cumulated vsize: 128400 KiB
Current children cumulated memory: 127260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/250 31325
/proc/meminfo: memFree=122908988/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3331.89 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113671 0 0 0 333153 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3331.89 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/250 31326
/proc/meminfo: memFree=122903888/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3391.71 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113673 0 0 0 339135 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3391.71 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/250 31328
/proc/meminfo: memFree=122906960/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3451.52 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113714 0 0 0 345116 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3451.52 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/250 31331
/proc/meminfo: memFree=122877956/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3511.33 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113731 0 0 0 351097 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3511.33 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.12 5/250 31337
/proc/meminfo: memFree=122877200/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3571.15 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113735 0 0 0 357079 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3571.15 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123141128/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3600.07 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113735 0 0 0 359971 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.71 s, system=0.36231 s

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

[startup+3611.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123141128/131382112 swapFree=33010684/33010684
[pid=31025] ppid=31022 vsize=136448 memory=135324 CPUtime=3600.07 cores=0,2
/proc/31025/stat : 31025 (uwrmaxsat) R 31022 31025 30241 0 -1 4194304 113735 0 0 0 359971 36 0 0 20 0 1 0 37608468 139722752 33831 18446744073709551615 4198400 6176925 140733391847744 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 24252416 140733391853930 140733391854057 140733391854057 140733391859659 0
/proc/31025/statm: 34112 33831 512 484 0 33523 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 136448 KiB
Current children cumulated memory: 135324 KiB

Child status: 0

Real time (s): 3611.3
CPU time (s): 3600.08
CPU user time (s): 3599.71
CPU system time (s): 0.36231
CPU usage (%): 99.6891
Max. virtual memory (cumulated for all children) (KiB): 152756
Max. memory (cumulated for all children) (KiB): 151604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.36231
maximum resident set size= 151604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113735
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= 37
involuntary context switches= 8016


# summary of solver processes directly reported to runsolver:
#   pid: 31025
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.71
#   total CPU system time (s): 0.36231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2825 second user time and 34.5048 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 19:48:07
IDJOB=4513886
IDBENCH=162572
IDSOLVER=3372
FILE ID=nodeC009/4513886-1751219287
RUNJOBID= nodeC009-1751215608-30251
SLURM_JOB_ID= 9587652
Free space on /tmp= 432648 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513886-1751219287/watcher-4513886-1751219287 -o /tmp/evaluation-result-4513886-1751219287/solver-4513886-1751219287 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30251 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513886-1751219287.opb -mem-lim=31000

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

MD5SUM BENCH= 1372c66e4673859c6e3da379b7182901
RANDOM SEED=324544889

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.719
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3661.230
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.237
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.602
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3662.776
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3500.229
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.369
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.781
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123235152 kB
MemAvailable:   129672976 kB
Buffers:            3280 kB
Cached:          7211692 kB
SwapCached:            0 kB
Active:           545348 kB
Inactive:        6914404 kB
Active(anon):     261772 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6913436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8252 kB
Writeback:            24 kB
AnonPages:        247948 kB
Mapped:           109372 kB
Shmem:             17960 kB
KReclaimable:     160496 kB
Slab:             243736 kB
SReclaimable:     160496 kB
SUnreclaim:        83240 kB
KernelStack:        4096 kB
PageTables:         3428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     581004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432648 MiB
End job on nodeC009 at 2025-06-29 20:48:18