Trace number 4541737

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.07 3610.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
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.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
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.04	c Converting 6976 PB-constraints to clauses...
0.00/0.09	c ============================[ Encoding Statistics ]============================
0.00/0.09	c |  Number of variables:          8771                                         |
0.00/0.09	c |  Number of clauses:           32827                                         |
0.00/0.09	c ===============================================================================
3600.06/3610.20	c *** TERMINATED by signal 15 ***
3600.06/3610.20	c _______________________________________________________________________________
3600.06/3610.20	c 
3600.06/3610.20	c _______________________________________________________________________________
3600.06/3610.20	c 
3600.06/3610.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.20	c Memory used            : 195.00 MB
3600.06/3610.20	c CPU time               : 3599.37 s
3600.06/3610.20	c Constr Enc: Srt/BDD/Add: 2047 0 0
3600.06/3610.20	c _______________________________________________________________________________
3600.06/3610.20	c _______________________________________________________________________________
3600.06/3610.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62589 MiB free)
  memory of node 1: 64507 MiB (63591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541737-1753209881/watcher-4541737-1753209881 -o /tmp/evaluation-result-4541737-1753209881/solver-4541737-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163447 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4541737-1753209881.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100056 s]*
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129178844/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=17860 memory=16416 CPUtime=0.09 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 4581 0 0 0 9 0 0 0 20 0 1 0 236665869 18288640 4104 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 4465 4104 512 484 0 3876 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17860 KiB
Current children cumulated memory: 16416 KiB

[startup+0.205496 s]*
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129174560/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=18892 memory=17464 CPUtime=0.2 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 5347 0 0 0 20 0 0 0 20 0 1 0 236665869 19345408 4366 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 4723 4366 544 484 0 4134 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18892 KiB
Current children cumulated memory: 17464 KiB

[startup+0.305436 s]*
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129178844/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=20288 memory=19000 CPUtime=0.29 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 5744 0 0 0 29 0 0 0 20 0 1 0 236665869 20774912 4750 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 5072 4750 544 484 0 4483 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 20288 KiB
Current children cumulated memory: 19000 KiB

[startup+0.700137 s]
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129182372/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=21872 memory=20480 CPUtime=0.69 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 6833 0 0 0 68 1 0 0 20 0 1 0 236665869 22396928 5120 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 5468 5120 544 484 0 4879 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 21872 KiB
Current children cumulated memory: 20480 KiB

[startup+1.50017 s]
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129179348/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=22136 memory=20708 CPUtime=1.49 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 8463 0 0 0 148 1 0 0 20 0 1 0 236665869 22667264 5177 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 5534 5177 544 484 0 4945 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 22136 KiB
Current children cumulated memory: 20708 KiB

[startup+3.10533 s]
/proc/loadavg: 0.83 1.14 2.08 5/264 163505
/proc/meminfo: memFree=129166480/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=21852 memory=20768 CPUtime=3.08 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 9234 0 0 0 307 1 0 0 20 0 1 0 236665869 22376448 5192 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 5463 5192 544 484 0 4874 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 21852 KiB
Current children cumulated memory: 20768 KiB

[startup+6.30017 s]
/proc/loadavg: 1.08 1.18 2.09 5/264 163505
/proc/meminfo: memFree=129156636/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=26220 memory=24864 CPUtime=6.27 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 11576 0 0 0 625 2 0 0 20 0 1 0 236665869 26849280 6216 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 6555 6216 544 484 0 5966 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 26220 KiB
Current children cumulated memory: 24864 KiB

[startup+12.7001 s]
/proc/loadavg: 1.31 1.23 2.10 5/264 163505
/proc/meminfo: memFree=129148888/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=26412 memory=25108 CPUtime=12.66 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 12202 0 0 0 1264 2 0 0 20 0 1 0 236665869 27045888 6277 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 6603 6277 544 484 0 6014 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 26412 KiB
Current children cumulated memory: 25108 KiB

[startup+25.5002 s]
/proc/loadavg: 1.91 1.37 2.13 5/264 163506
/proc/meminfo: memFree=129124108/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=35032 memory=33656 CPUtime=25.42 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 15695 0 0 0 2539 3 0 0 20 0 1 0 236665869 35872768 8414 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 8758 8414 544 484 0 8169 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 35032 KiB
Current children cumulated memory: 33656 KiB

[startup+51.1055 s]
/proc/loadavg: 2.62 1.58 2.18 5/264 163506
/proc/meminfo: memFree=129117036/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=39384 memory=38208 CPUtime=50.95 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 18954 0 0 0 5091 4 0 0 20 0 1 0 236665869 40329216 9552 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 9846 9552 544 484 0 9257 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 39384 KiB
Current children cumulated memory: 38208 KiB

[startup+102.3 s]
/proc/loadavg: 3.46 1.97 2.28 5/264 163508
/proc/meminfo: memFree=129086948/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=56000 memory=54648 CPUtime=102.01 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 22155 0 0 0 10195 6 0 0 20 0 1 0 236665869 57344000 13662 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 14000 13662 544 484 0 13411 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 56000 KiB
Current children cumulated memory: 54648 KiB

[startup+162.3 s]
/proc/loadavg: 3.84 2.36 2.40 5/264 163510
/proc/meminfo: memFree=129045860/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=58952 memory=57848 CPUtime=161.84 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 24141 0 0 0 16177 7 0 0 20 0 1 0 236665869 60366848 14462 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 14738 14462 544 484 0 14149 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 58952 KiB
Current children cumulated memory: 57848 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.69 2.51 5/265 163515
/proc/meminfo: memFree=128985028/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=64308 memory=63224 CPUtime=221.68 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 25508 0 0 0 22160 8 0 0 20 0 1 0 236665869 65851392 15806 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 16077 15806 544 484 0 15488 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 64308 KiB
Current children cumulated memory: 63224 KiB

[startup+282.3 s]
/proc/loadavg: 4.01 2.93 2.61 5/266 163522
/proc/meminfo: memFree=129000524/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=88760 memory=87672 CPUtime=281.49 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 27022 0 0 0 28141 8 0 0 20 0 1 0 236665869 90890240 21918 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 22190 21918 544 484 0 21601 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 88760 KiB
Current children cumulated memory: 87672 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.16 2.71 5/265 163524
/proc/meminfo: memFree=128955576/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=80572 memory=79480 CPUtime=341.32 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 29570 0 0 0 34122 10 0 0 20 0 1 0 236665869 82505728 19870 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 20143 19870 544 484 0 19554 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 80572 KiB
Current children cumulated memory: 79480 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.33 2.80 5/265 163526
/proc/meminfo: memFree=128963880/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=99068 memory=97912 CPUtime=401.15 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 30657 0 0 0 40104 11 0 0 20 0 1 0 236665869 101445632 24478 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 24767 24478 544 484 0 24178 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 99068 KiB
Current children cumulated memory: 97912 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.47 2.88 5/265 163528
/proc/meminfo: memFree=128911476/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=102160 memory=101112 CPUtime=460.99 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 30921 0 0 0 46088 11 0 0 20 0 1 0 236665869 104611840 25278 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 25540 25278 544 484 0 24951 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 124488 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.12 4.03 5/266 163654
/proc/meminfo: memFree=128630416/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=126572 memory=124796 CPUtime=2854.24 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 67056 0 0 0 285382 42 0 0 20 0 1 0 236665869 129609728 31199 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 31643 31199 544 484 0 31054 0
Current children cumulated CPU time: 2854.24 s
Current children cumulated vsize: 126572 KiB
Current children cumulated memory: 124796 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/268 163659
/proc/meminfo: memFree=128615712/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=136468 memory=133076 CPUtime=2914.07 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 68994 0 0 0 291363 44 0 0 20 0 1 0 236665869 139743232 33269 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 34117 33269 544 484 0 33528 0
Current children cumulated CPU time: 2914.07 s
Current children cumulated vsize: 136468 KiB
Current children cumulated memory: 133076 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.04 5/267 163661
/proc/meminfo: memFree=128586660/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=142100 memory=138708 CPUtime=2973.89 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 70103 0 0 0 297343 46 0 0 20 0 1 0 236665869 145510400 34677 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 35525 34677 544 484 0 34936 0
Current children cumulated CPU time: 2973.89 s
Current children cumulated vsize: 142100 KiB
Current children cumulated memory: 138708 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/268 163664
/proc/meminfo: memFree=128573536/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=149780 memory=148568 CPUtime=3033.71 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 71455 0 0 0 303322 49 0 0 20 0 1 0 236665869 153374720 37142 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 37445 37142 544 484 0 36856 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 149780 KiB
Current children cumulated memory: 148568 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.04 5/268 163666
/proc/meminfo: memFree=128589736/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=145824 memory=144696 CPUtime=3093.54 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 72178 0 0 0 309303 51 0 0 20 0 1 0 236665869 149323776 36174 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 36456 36174 544 484 0 35867 0
Current children cumulated CPU time: 3093.54 s
Current children cumulated vsize: 145824 KiB
Current children cumulated memory: 144696 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 163668
/proc/meminfo: memFree=128593704/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=146436 memory=145308 CPUtime=3153.36 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 74293 0 0 0 315282 54 0 0 20 0 1 0 236665869 149950464 36327 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 36609 36327 544 484 0 36020 0
Current children cumulated CPU time: 3153.36 s
Current children cumulated vsize: 146436 KiB
Current children cumulated memory: 145308 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/264 163672
/proc/meminfo: memFree=128601040/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=148492 memory=147364 CPUtime=3213.19 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 75431 0 0 0 321262 57 0 0 20 0 1 0 236665869 152055808 36841 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 37123 36841 544 484 0 36534 0
Current children cumulated CPU time: 3213.19 s
Current children cumulated vsize: 148492 KiB
Current children cumulated memory: 147364 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.05 5/265 163679
/proc/meminfo: memFree=128574036/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=149988 memory=148860 CPUtime=3273.01 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 76921 0 0 0 327242 59 0 0 20 0 1 0 236665869 153587712 37215 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 37497 37215 544 484 0 36908 0
Current children cumulated CPU time: 3273.01 s
Current children cumulated vsize: 149988 KiB
Current children cumulated memory: 148860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.09 4.04 5/265 163682
/proc/meminfo: memFree=128593452/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=143700 memory=142572 CPUtime=3332.86 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 77838 0 0 0 333225 61 0 0 20 0 1 0 236665869 147148800 35643 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 35925 35643 544 484 0 35336 0
Current children cumulated CPU time: 3332.86 s
Current children cumulated vsize: 143700 KiB
Current children cumulated memory: 142572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.05 5/265 163684
/proc/meminfo: memFree=128606140/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=143228 memory=142100 CPUtime=3392.7 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 78708 0 0 0 339208 62 0 0 20 0 1 0 236665869 146665472 35525 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 35807 35525 544 484 0 35218 0
Current children cumulated CPU time: 3392.7 s
Current children cumulated vsize: 143228 KiB
Current children cumulated memory: 142100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.05 5/265 163686
/proc/meminfo: memFree=128622312/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=143088 memory=141956 CPUtime=3452.54 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 80035 0 0 0 345190 64 0 0 20 0 1 0 236665869 146522112 35489 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 35772 35489 544 484 0 35183 0
Current children cumulated CPU time: 3452.54 s
Current children cumulated vsize: 143088 KiB
Current children cumulated memory: 141956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.05 5/265 163688
/proc/meminfo: memFree=128577032/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=155300 memory=154172 CPUtime=3512.39 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 81260 0 0 0 351172 67 0 0 20 0 1 0 236665869 159027200 38543 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 38825 38543 544 484 0 38236 0
Current children cumulated CPU time: 3512.39 s
Current children cumulated vsize: 155300 KiB
Current children cumulated memory: 154172 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/264 163689
/proc/meminfo: memFree=128607532/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=146144 memory=145016 CPUtime=3572.23 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 82559 0 0 0 357154 69 0 0 20 0 1 0 236665869 149651456 36254 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 36536 36254 544 484 0 35947 0
Current children cumulated CPU time: 3572.23 s
Current children cumulated vsize: 146144 KiB
Current children cumulated memory: 145016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.13 4.10 4.05 4/261 163700
/proc/meminfo: memFree=128792668/131249996 swapFree=33010416/33010684
[pid=163500] ppid=163489 vsize=146224 memory=145096 CPUtime=3600.06 cores=1,3
/proc/163500/stat : 163500 (uwrmaxsat) R 163489 163500 163435 0 -1 4194304 82864 0 0 0 359936 70 0 0 20 0 1 0 236665869 149733376 36274 18446744073709551615 4198400 6176925 140722281398480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27246592 140722281404776 140722281404903 140722281404903 140722281410507 0
/proc/163500/statm: 36556 36274 544 484 0 35967 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 146224 KiB
Current children cumulated memory: 145096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.37 s, system=0.704455 s

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

Child status: 0

Real time (s): 3610.2
CPU time (s): 3600.07
CPU user time (s): 3599.37
CPU system time (s): 0.704455
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 197904
Max. memory (cumulated for all children) (KiB): 195488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.704455
maximum resident set size= 198580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82864
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= 32
involuntary context switches= 4854


# summary of solver processes directly reported to runsolver:
#   pid: 163500
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.37
#   total CPU system time (s): 0.704455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03153 second user time and 16.5291 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-22 20:44:41
IDJOB=4541737
IDBENCH=163363
IDSOLVER=3372
FILE ID=nodeC017/4541737-1753209881
RUNJOBID= nodeC017-1753209881-163447
SLURM_JOB_ID= 9687774
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-31array_diag_less.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541737-1753209881/watcher-4541737-1753209881 -o /tmp/evaluation-result-4541737-1753209881/solver-4541737-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163447 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4541737-1753209881.opb -mem-lim=31000

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
RANDOM SEED=942850719

nodeC017 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		: 3600.588
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	: 7000.12
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		: 3600.058
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.061
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	: 7000.12
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		: 3602.715
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	: 7000.12
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		: 3600.268
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	: 7000.12
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		: 3600.124
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	: 7000.12
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		: 3601.292
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	: 7000.12
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		: 2052.148
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129220256 kB
MemAvailable:   129634224 kB
Buffers:            1688 kB
Cached:          1181292 kB
SwapCached:           32 kB
Active:          1045640 kB
Inactive:         207584 kB
Active(anon):      72376 kB
Inactive(anon):    24108 kB
Active(file):     973264 kB
Inactive(file):   183476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         73272 kB
Mapped:           108088 kB
Shmem:             26240 kB
KReclaimable:     192536 kB
Slab:             286996 kB
SReclaimable:     192536 kB
SUnreclaim:        94460 kB
KernelStack:        3924 kB
PageTables:         2420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC017 at 2025-07-22 21:44:52