Trace number 4541854

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.06 3610.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
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.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.03	c Converting 5985 PB-constraints to clauses...
0.00/0.06	c ============================[ Encoding Statistics ]============================
0.00/0.06	c |  Number of variables:          4926                                         |
0.00/0.06	c |  Number of clauses:           18786                                         |
0.00/0.06	c ===============================================================================
3600.06/3610.30	c *** TERMINATED by signal 15 ***
3600.06/3610.30	c _______________________________________________________________________________
3600.06/3610.30	c 
3600.06/3610.30	c _______________________________________________________________________________
3600.06/3610.30	c 
3600.06/3610.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.30	c Memory used            : 197.00 MB
3600.06/3610.30	c CPU time               : 3599.43 s
3600.06/3610.30	c Constr Enc: Srt/BDD/Add: 1541 0 0
3600.06/3610.30	c _______________________________________________________________________________
3600.06/3610.30	c _______________________________________________________________________________
3600.06/3610.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: 63665 MiB (62425 MiB free)
  memory of node 1: 64507 MiB (63420 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100056 s]*
/proc/loadavg: 4.05 3.89 3.95 5/263 165534
/proc/meminfo: memFree=128862804/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=12264 memory=11340 CPUtime=0.1 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 2769 0 0 0 10 0 0 0 20 0 1 0 236699530 12558336 2835 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3066 2835 544 484 0 2477 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 12264 KiB
Current children cumulated memory: 11340 KiB

[startup+0.205472 s]*
/proc/loadavg: 4.05 3.89 3.95 5/263 165534
/proc/meminfo: memFree=128860788/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=12720 memory=11852 CPUtime=0.2 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 3388 0 0 0 20 0 0 0 20 0 1 0 236699530 13025280 2963 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3180 2963 544 484 0 2591 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 12720 KiB
Current children cumulated memory: 11852 KiB

[startup+0.305384 s]*
/proc/loadavg: 4.05 3.89 3.95 5/263 165534
/proc/meminfo: memFree=128860788/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=13356 memory=12620 CPUtime=0.3 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 3795 0 0 0 30 0 0 0 20 0 1 0 236699530 13676544 3155 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3339 3155 544 484 0 2750 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13356 KiB
Current children cumulated memory: 12620 KiB

[startup+0.700123 s]
/proc/loadavg: 4.05 3.89 3.95 5/263 165534
/proc/meminfo: memFree=128860032/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=14900 memory=14116 CPUtime=0.69 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 4423 0 0 0 69 0 0 0 20 0 1 0 236699530 15257600 3529 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3725 3529 544 484 0 3136 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 14900 KiB
Current children cumulated memory: 14116 KiB

[startup+1.50015 s]
/proc/loadavg: 4.05 3.89 3.95 5/263 165534
/proc/meminfo: memFree=128857008/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=15756 memory=14476 CPUtime=1.48 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 5424 0 0 0 148 0 0 0 20 0 1 0 236699530 16134144 3619 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3939 3619 544 484 0 3350 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 15756 KiB
Current children cumulated memory: 14476 KiB

[startup+3.10525 s]
/proc/loadavg: 4.05 3.89 3.95 5/263 165535
/proc/meminfo: memFree=128857024/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=14480 memory=13256 CPUtime=3.08 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 6288 0 0 0 308 0 0 0 20 0 1 0 236699530 14827520 3314 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 3620 3314 544 484 0 3031 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 14480 KiB
Current children cumulated memory: 13256 KiB

[startup+6.30011 s]
/proc/loadavg: 4.04 3.89 3.95 5/263 165535
/proc/meminfo: memFree=128848344/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=17628 memory=16368 CPUtime=6.28 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 8491 0 0 0 627 1 0 0 20 0 1 0 236699530 18051072 4092 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 4407 4092 544 484 0 3818 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 17628 KiB
Current children cumulated memory: 16368 KiB

[startup+12.7001 s]
/proc/loadavg: 4.04 3.90 3.95 5/263 165535
/proc/meminfo: memFree=128840028/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=20296 memory=19240 CPUtime=12.65 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 10666 0 0 0 1264 1 0 0 20 0 1 0 236699530 20783104 4810 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 5074 4810 544 484 0 4485 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 20296 KiB
Current children cumulated memory: 19240 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 3.92 3.96 5/263 165535
/proc/meminfo: memFree=128843072/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=22224 memory=20900 CPUtime=25.42 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 15066 0 0 0 2540 2 0 0 20 0 1 0 236699530 22757376 5225 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 5556 5225 544 484 0 4967 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 22224 KiB
Current children cumulated memory: 20900 KiB

[startup+51.1053 s]
/proc/loadavg: 4.07 3.93 3.96 5/263 165535
/proc/meminfo: memFree=128841192/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=38168 memory=36776 CPUtime=50.96 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 19299 0 0 0 5093 3 0 0 20 0 1 0 236699530 39084032 9194 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 9542 9194 544 484 0 8953 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 38168 KiB
Current children cumulated memory: 36776 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.95 3.97 5/263 165537
/proc/meminfo: memFree=128815768/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=30152 memory=28904 CPUtime=102.02 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 25783 0 0 0 10197 5 0 0 20 0 1 0 236699530 30875648 7226 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 7538 7226 544 484 0 6949 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 30152 KiB
Current children cumulated memory: 28904 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 3.99 3.99 5/264 165540
/proc/meminfo: memFree=128797276/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=48252 memory=46992 CPUtime=161.86 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 32833 0 0 0 16178 8 0 0 20 0 1 0 236699530 49410048 11748 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 12063 11748 544 484 0 11474 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 48252 KiB
Current children cumulated memory: 46992 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.00 4.00 5/264 165542
/proc/meminfo: memFree=128761664/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=67284 memory=65352 CPUtime=221.71 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 36222 0 0 0 22161 10 0 0 20 0 1 0 236699530 68898816 16338 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 16821 16338 544 484 0 16232 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 67284 KiB
Current children cumulated memory: 65352 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/265 165551
/proc/meminfo: memFree=128780688/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=53896 memory=52624 CPUtime=281.55 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 39810 0 0 0 28144 11 0 0 20 0 1 0 236699530 55189504 13156 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 13474 13156 544 484 0 12885 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 53896 KiB
Current children cumulated memory: 52624 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.04 4.01 5/265 165553
/proc/meminfo: memFree=128774684/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=60020 memory=58768 CPUtime=341.4 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 40847 0 0 0 34129 11 0 0 20 0 1 0 236699530 61460480 14692 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 15005 14692 544 484 0 14416 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 60020 KiB
Current children cumulated memory: 58768 KiB

[startup+402.3 s]
/proc/loadavg: 4.38 4.11 4.03 5/265 165555
/proc/meminfo: memFree=128709372/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=62484 memory=61200 CPUtime=401.25 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 40973 0 0 0 40114 11 0 0 20 0 1 0 236699530 63983616 15300 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 15621 15300 544 484 0 15032 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 62484 KiB
Current children cumulated memory: 61200 KiB

[startup+462.3 s]
/proc/loadavg: 4.28 4.13 4.04 5/265 165557
/proc/meminfo: memFree=128731036/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=62484 memory=61200 CPUtime=461.1 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 40990 0 0 0 46099 11 0 0 20 0 1 0 236699530 63983616 15300 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 15621 15300 544 484 0 15032 0

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

Current children cumulated memory: 146428 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 165684
/proc/meminfo: memFree=128524832/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=106572 memory=105316 CPUtime=2914.07 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 69843 0 0 0 291359 48 0 0 20 0 1 0 236699530 109129728 26329 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 26643 26329 544 484 0 26054 0
Current children cumulated CPU time: 2914.07 s
Current children cumulated vsize: 106572 KiB
Current children cumulated memory: 105316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 165686
/proc/meminfo: memFree=128476700/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=165464 memory=164092 CPUtime=2973.9 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 70812 0 0 0 297340 50 0 0 20 0 1 0 236699530 169435136 41023 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 41366 41023 544 484 0 40777 0
Current children cumulated CPU time: 2973.9 s
Current children cumulated vsize: 165464 KiB
Current children cumulated memory: 164092 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165688
/proc/meminfo: memFree=128529580/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=165464 memory=164092 CPUtime=3033.73 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 70812 0 0 0 303323 50 0 0 20 0 1 0 236699530 169435136 41023 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 41366 41023 544 484 0 40777 0
Current children cumulated CPU time: 3033.73 s
Current children cumulated vsize: 165464 KiB
Current children cumulated memory: 164092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 165690
/proc/meminfo: memFree=128519044/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=114284 memory=113156 CPUtime=3093.56 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 71980 0 0 0 309303 53 0 0 20 0 1 0 236699530 117026816 28289 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 28571 28289 544 484 0 27982 0
Current children cumulated CPU time: 3093.56 s
Current children cumulated vsize: 114284 KiB
Current children cumulated memory: 113156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 165692
/proc/meminfo: memFree=128514548/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=118144 memory=116432 CPUtime=3153.39 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 72934 0 0 0 315285 54 0 0 20 0 1 0 236699530 120979456 29108 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 29536 29108 544 484 0 28947 0
Current children cumulated CPU time: 3153.39 s
Current children cumulated vsize: 118144 KiB
Current children cumulated memory: 116432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 165694
/proc/meminfo: memFree=128493572/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=142580 memory=141308 CPUtime=3213.23 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 74084 0 0 0 321267 56 0 0 20 0 1 0 236699530 146001920 35327 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 35645 35327 544 484 0 35056 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 142580 KiB
Current children cumulated memory: 141308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 165703
/proc/meminfo: memFree=128397932/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=187616 memory=186332 CPUtime=3273.06 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 74612 0 0 0 327249 57 0 0 20 0 1 0 236699530 192118784 46583 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 46904 46583 544 484 0 46315 0
Current children cumulated CPU time: 3273.06 s
Current children cumulated vsize: 187616 KiB
Current children cumulated memory: 186332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/263 165840
/proc/meminfo: memFree=128761148/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=182280 memory=180996 CPUtime=3332.88 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 75360 0 0 0 333228 60 0 0 20 0 1 0 236699530 186654720 45249 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 45570 45249 544 484 0 44981 0
Current children cumulated CPU time: 3332.88 s
Current children cumulated vsize: 182280 KiB
Current children cumulated memory: 180996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 165842
/proc/meminfo: memFree=128720144/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=179148 memory=177864 CPUtime=3392.69 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 75869 0 0 0 339208 61 0 0 20 0 1 0 236699530 183447552 44466 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 44787 44466 544 484 0 44198 0
Current children cumulated CPU time: 3392.69 s
Current children cumulated vsize: 179148 KiB
Current children cumulated memory: 177864 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 165845
/proc/meminfo: memFree=128682832/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=148844 memory=147580 CPUtime=3452.5 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 76423 0 0 0 345189 61 0 0 20 0 1 0 236699530 152416256 36895 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 37211 36895 544 484 0 36622 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 148844 KiB
Current children cumulated memory: 147580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 165848
/proc/meminfo: memFree=128655244/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=148844 memory=147580 CPUtime=3512.33 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 76423 0 0 0 351171 62 0 0 20 0 1 0 236699530 152416256 36895 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 37211 36895 544 484 0 36622 0
Current children cumulated CPU time: 3512.33 s
Current children cumulated vsize: 148844 KiB
Current children cumulated memory: 147580 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 165850
/proc/meminfo: memFree=128650400/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=189636 memory=188352 CPUtime=3572.14 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 76912 0 0 0 357151 63 0 0 20 0 1 0 236699530 194187264 47088 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 47409 47088 544 484 0 46820 0
Current children cumulated CPU time: 3572.14 s
Current children cumulated vsize: 189636 KiB
Current children cumulated memory: 188352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 165851
/proc/meminfo: memFree=128664716/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=148844 memory=147588 CPUtime=3600.06 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 76912 0 0 0 359943 63 0 0 20 0 1 0 236699530 152416256 36897 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 37211 36897 544 484 0 36622 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 148844 KiB
Current children cumulated memory: 147588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.43 s, system=0.632348 s

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

[startup+3610.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 165851
/proc/meminfo: memFree=128664716/131249988 swapFree=33010160/33010684
[pid=165533] ppid=165530 vsize=148844 memory=147588 CPUtime=3600.06 cores=4,6
/proc/165533/stat : 165533 (uwrmaxsat) R 165530 165533 165410 0 -1 4194304 76912 0 0 0 359943 63 0 0 20 0 1 0 236699530 152416256 36897 18446744073709551615 4198400 6176925 140724150545664 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18898944 140724150548840 140724150548967 140724150548967 140724150554571 0
/proc/165533/statm: 37211 36897 544 484 0 36622 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 148844 KiB
Current children cumulated memory: 147588 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.06
CPU user time (s): 3599.43
CPU system time (s): 0.632348
CPU usage (%): 99.7164
Max. virtual memory (cumulated for all children) (KiB): 189636
Max. memory (cumulated for all children) (KiB): 188352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.43
system time used= 0.632348
maximum resident set size= 201020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76912
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= 25
involuntary context switches= 1393


# summary of solver processes directly reported to runsolver:
#   pid: 165533
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.43
#   total CPU system time (s): 0.632348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95125 second user time and 14.7501 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 20:50:07
IDJOB=4541854
IDBENCH=163507
IDSOLVER=3372
FILE ID=nodeC034/4541854-1753210207
RUNJOBID= nodeC034-1753209881-165421
SLURM_JOB_ID= 9687778
Free space on /tmp= 433032 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541854-1753210207/watcher-4541854-1753210207 -o /tmp/evaluation-result-4541854-1753210207/solver-4541854-1753210207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753209881-165421 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4541854-1753210207.opb -mem-lim=31000

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=684873033

nodeC034 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.725
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.53
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.758
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.53
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.264
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.315
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.53
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.752
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.53
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.743
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.53
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		: 3583.486
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.53
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		: 3604.553
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128867088 kB
MemAvailable:   129468104 kB
Buffers:            2128 kB
Cached:          1340104 kB
SwapCached:           32 kB
Active:          1388480 kB
Inactive:         219464 kB
Active(anon):     289824 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   217312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2656 kB
Writeback:             0 kB
AnonPages:        265680 kB
Mapped:           115412 kB
Shmem:             26264 kB
KReclaimable:     248172 kB
Slab:             346252 kB
SReclaimable:     248172 kB
SUnreclaim:        98080 kB
KernelStack:        4252 kB
PageTables:         3608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     603668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC034 at 2025-07-22 21:50:17