Trace number 4516730

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.03 3609.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/fixedbw_opb/normalized-subsetcard-eq-fixedbandwidth-3000.opb
MD5SUM4265bbe025469237f5d61ba95458ed2b
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.153389
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12001
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.06	c Converting 12000 PB-constraints to clauses...
0.09/0.14	c ============================[ Encoding Statistics ]============================
0.09/0.14	c |  Number of variables:         12001                                         |
0.09/0.14	c |  Number of clauses:           48014                                         |
0.09/0.14	c ===============================================================================
3600.01/3609.90	c *** TERMINATED by signal 15 ***
3600.01/3609.90	c _______________________________________________________________________________
3600.01/3609.90	c 
3600.01/3609.90	c _______________________________________________________________________________
3600.01/3609.90	c 
3600.01/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3609.90	c Memory used            : 454.00 MB
3600.01/3609.90	c CPU time               : 3594.12 s
3600.01/3609.90	c Constr Enc: Srt/BDD/Add: 6000 0 0
3600.01/3609.90	c _______________________________________________________________________________
3600.01/3609.90	c _______________________________________________________________________________
3600.01/3609.90	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: 63708 MiB (62950 MiB free)
  memory of node 1: 64465 MiB (63868 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516730-1751239612/watcher-4516730-1751239612 -o /tmp/evaluation-result-4516730-1751239612/solver-4516730-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751239612-34268 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516730-1751239612.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=34319, runsolver pid=34316

[startup+0.100064 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129800020/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=24956 memory=22792 CPUtime=0.09 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 5871 0 0 0 9 0 0 0 20 0 1 0 39639743 25554944 5698 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 6239 5698 480 484 0 5650 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24956 KiB
Current children cumulated memory: 22792 KiB

[startup+0.20551 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129766504/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=36148 memory=33868 CPUtime=0.2 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 9635 0 0 0 19 1 0 0 20 0 1 0 39639743 37015552 8467 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 9037 8467 544 484 0 8448 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36148 KiB
Current children cumulated memory: 33868 KiB

[startup+0.305487 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129762724/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=36148 memory=33868 CPUtime=0.3 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 9639 0 0 0 29 1 0 0 20 0 1 0 39639743 37015552 8467 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 9037 8467 544 484 0 8448 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36148 KiB
Current children cumulated memory: 33868 KiB

[startup+0.700177 s]
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129757988/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=36788 memory=34508 CPUtime=0.69 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 9799 0 0 0 68 1 0 0 20 0 1 0 39639743 37670912 8627 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 9197 8627 544 484 0 8608 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36788 KiB
Current children cumulated memory: 34508 KiB

[startup+1.50018 s]
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129757988/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=37776 memory=35660 CPUtime=1.49 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 10097 0 0 0 148 1 0 0 20 0 1 0 39639743 38682624 8915 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 9444 8915 544 484 0 8855 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37776 KiB
Current children cumulated memory: 35660 KiB

[startup+3.10532 s]
/proc/loadavg: 1.12 1.11 1.66 5/264 34325
/proc/meminfo: memFree=129742552/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=40620 memory=38500 CPUtime=3.09 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 11634 0 0 0 308 1 0 0 20 0 1 0 39639743 41594880 9625 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 10155 9625 544 484 0 9566 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40620 KiB
Current children cumulated memory: 38500 KiB

[startup+6.30018 s]
/proc/loadavg: 1.12 1.11 1.66 5/264 34325
/proc/meminfo: memFree=129722852/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=44832 memory=42712 CPUtime=6.27 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 12180 0 0 0 626 1 0 0 20 0 1 0 39639743 45907968 10678 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 11208 10678 544 484 0 10619 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44832 KiB
Current children cumulated memory: 42712 KiB

[startup+12.7002 s]
/proc/loadavg: 1.56 1.20 1.68 5/264 34325
/proc/meminfo: memFree=129710692/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=45552 memory=43528 CPUtime=12.65 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 22238 0 0 0 1262 3 0 0 20 0 1 0 39639743 46645248 10882 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 11388 10882 544 484 0 10799 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 45552 KiB
Current children cumulated memory: 43528 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 1.31 1.71 5/264 34325
/proc/meminfo: memFree=129640788/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=48460 memory=46436 CPUtime=25.41 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 40968 0 0 0 2533 8 0 0 20 0 1 0 39639743 49623040 11609 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 12115 11609 544 484 0 11526 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 48460 KiB
Current children cumulated memory: 46436 KiB

[startup+51.1054 s]
/proc/loadavg: 2.69 1.53 1.78 5/265 34327
/proc/meminfo: memFree=129590564/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=49720 memory=47560 CPUtime=50.96 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 61507 0 0 0 5082 14 0 0 20 0 1 0 39639743 50913280 11890 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 12430 11890 544 484 0 11841 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 49720 KiB
Current children cumulated memory: 47560 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.96 1.91 5/265 34329
/proc/meminfo: memFree=129408568/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=84988 memory=81628 CPUtime=102.01 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 88655 0 0 0 10177 24 0 0 20 0 1 0 39639743 87027712 20407 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 21247 20407 544 484 0 20658 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 84988 KiB
Current children cumulated memory: 81628 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.37 2.06 5/265 34331
/proc/meminfo: memFree=129372680/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=99952 memory=97880 CPUtime=161.85 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 117750 0 0 0 16149 36 0 0 20 0 1 0 39639743 102350848 24470 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 24988 24470 544 484 0 24399 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 99952 KiB
Current children cumulated memory: 97880 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.68 2.19 5/264 34335
/proc/meminfo: memFree=129372436/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=95000 memory=93016 CPUtime=221.69 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 130812 0 0 0 22128 41 0 0 20 0 1 0 39639743 97280000 23254 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 23750 23254 544 484 0 23161 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 95000 KiB
Current children cumulated memory: 93016 KiB

[startup+282.3 s]
/proc/loadavg: 4.33 3.02 2.33 5/265 34342
/proc/meminfo: memFree=129124752/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=126028 memory=124504 CPUtime=281.52 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 145474 0 0 0 28103 49 0 0 20 0 1 0 39639743 129052672 31126 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 31507 31126 544 484 0 30918 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 126028 KiB
Current children cumulated memory: 124504 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 3.21 2.45 5/264 34343
/proc/meminfo: memFree=129085928/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=149988 memory=148516 CPUtime=341.37 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 152142 0 0 0 34083 54 0 0 20 0 1 0 39639743 153587712 37129 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 37497 37129 544 484 0 36908 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 149988 KiB
Current children cumulated memory: 148516 KiB

[startup+402.3 s]
/proc/loadavg: 4.45 3.46 2.58 5/263 34345
/proc/meminfo: memFree=129110080/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=132564 memory=127328 CPUtime=401.2 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 161326 0 0 0 40060 60 0 0 20 0 1 0 39639743 135745536 31832 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 33141 31832 544 484 0 32552 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 132564 KiB
Current children cumulated memory: 127328 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 3.57 2.67 5/264 34348
/proc/meminfo: memFree=129093788/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=141304 memory=136488 CPUtime=461.02 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 173001 0 0 0 46034 68 0 0 20 0 1 0 39639743 144695296 34122 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 35326 34122 544 484 0 34737 0

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

Current children cumulated memory: 357300 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.10 4.02 5/263 34476
/proc/meminfo: memFree=128336320/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=359744 memory=358168 CPUtime=2914.51 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 457029 0 0 0 290955 496 0 0 20 0 1 0 39639743 368377856 89542 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 89936 89542 544 484 0 89347 0
Current children cumulated CPU time: 2914.51 s
Current children cumulated vsize: 359744 KiB
Current children cumulated memory: 358168 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.09 4.02 5/263 34478
/proc/meminfo: memFree=128247044/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=360648 memory=359072 CPUtime=2974.34 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 460784 0 0 0 296930 504 0 0 20 0 1 0 39639743 369303552 89768 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 90162 89768 544 484 0 89573 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 360648 KiB
Current children cumulated memory: 359072 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/263 34480
/proc/meminfo: memFree=128303900/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=361572 memory=360088 CPUtime=3034.16 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 462945 0 0 0 302904 512 0 0 20 0 1 0 39639743 370249728 90022 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 90393 90022 544 484 0 89804 0
Current children cumulated CPU time: 3034.16 s
Current children cumulated vsize: 361572 KiB
Current children cumulated memory: 360088 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 34482
/proc/meminfo: memFree=128313996/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=362304 memory=360728 CPUtime=3093.97 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 466730 0 0 0 308875 522 0 0 20 0 1 0 39639743 370999296 90182 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 90576 90182 544 484 0 89987 0
Current children cumulated CPU time: 3093.97 s
Current children cumulated vsize: 362304 KiB
Current children cumulated memory: 360728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/263 34484
/proc/meminfo: memFree=128360864/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=363192 memory=361616 CPUtime=3153.79 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 470075 0 0 0 314849 530 0 0 20 0 1 0 39639743 371908608 90404 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 90798 90404 544 484 0 90209 0
Current children cumulated CPU time: 3153.79 s
Current children cumulated vsize: 363192 KiB
Current children cumulated memory: 361616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/263 34489
/proc/meminfo: memFree=128344680/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=369320 memory=367744 CPUtime=3213.6 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 473467 0 0 0 320822 538 0 0 20 0 1 0 39639743 378183680 91936 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 92330 91936 544 484 0 91741 0
Current children cumulated CPU time: 3213.6 s
Current children cumulated vsize: 369320 KiB
Current children cumulated memory: 367744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/264 34496
/proc/meminfo: memFree=128355636/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=370464 memory=368888 CPUtime=3273.42 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 476688 0 0 0 326796 546 0 0 20 0 1 0 39639743 379355136 92222 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 92616 92222 544 484 0 92027 0
Current children cumulated CPU time: 3273.42 s
Current children cumulated vsize: 370464 KiB
Current children cumulated memory: 368888 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.03 5/264 34498
/proc/meminfo: memFree=128302872/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=371036 memory=369460 CPUtime=3333.23 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 479549 0 0 0 332769 554 0 0 20 0 1 0 39639743 379940864 92365 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 92759 92365 544 484 0 92170 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 371036 KiB
Current children cumulated memory: 369460 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/264 34500
/proc/meminfo: memFree=128295532/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=371808 memory=370232 CPUtime=3393.04 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 483049 0 0 0 338742 562 0 0 20 0 1 0 39639743 380731392 92558 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 92952 92558 544 484 0 92363 0
Current children cumulated CPU time: 3393.04 s
Current children cumulated vsize: 371808 KiB
Current children cumulated memory: 370232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/264 34502
/proc/meminfo: memFree=128295500/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=372804 memory=371228 CPUtime=3452.87 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 485794 0 0 0 344716 571 0 0 20 0 1 0 39639743 381751296 92807 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 93201 92807 544 484 0 92612 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 372804 KiB
Current children cumulated memory: 371228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/263 34504
/proc/meminfo: memFree=128290168/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=375132 memory=373212 CPUtime=3512.68 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 489357 0 0 0 350690 578 0 0 20 0 1 0 39639743 384135168 93303 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 93783 93303 544 484 0 93194 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 375132 KiB
Current children cumulated memory: 373212 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.07 4.03 5/262 34506
/proc/meminfo: memFree=128274312/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=379900 memory=378324 CPUtime=3572.5 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 493604 0 0 0 356663 587 0 0 20 0 1 0 39639743 389017600 94581 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 94975 94581 544 484 0 94386 0
Current children cumulated CPU time: 3572.5 s
Current children cumulated vsize: 379900 KiB
Current children cumulated memory: 378324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.03 5/262 34508
/proc/meminfo: memFree=128261176/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=380016 memory=378440 CPUtime=3600.01 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 494775 0 0 0 359411 590 0 0 20 0 1 0 39639743 389136384 94610 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 95004 94610 544 484 0 94415 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 380016 KiB
Current children cumulated memory: 378440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.12 s, system=5.90755 s

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

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.03 5/262 34508
/proc/meminfo: memFree=128261176/131249988 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=380016 memory=378440 CPUtime=3600.01 cores=1,3
/proc/34319/stat : 34319 (uwrmaxsat) R 34316 34319 34256 0 -1 4194304 494775 0 0 0 359411 590 0 0 20 0 1 0 39639743 389136384 94610 18446744073709551615 4198400 6176925 140725955228112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 27910144 140725955234154 140725955234281 140725955234281 140725955239883 0
/proc/34319/statm: 95004 94610 544 484 0 94415 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 380016 KiB
Current children cumulated memory: 378440 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.03
CPU user time (s): 3594.12
CPU system time (s): 5.90755
CPU usage (%): 99.7264
Max. virtual memory (cumulated for all children) (KiB): 465144
Max. memory (cumulated for all children) (KiB): 463528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.12
system time used= 5.90755
maximum resident set size= 463528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494775
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= 48
involuntary context switches= 2546


# summary of solver processes directly reported to runsolver:
#   pid: 34319
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3594.12
#   total CPU system time (s): 5.90755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26377 second user time and 15.0855 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 01:26:52
IDJOB=4516730
IDBENCH=175738
IDSOLVER=3372
FILE ID=nodeC031/4516730-1751239612
RUNJOBID= nodeC031-1751239612-34268
SLURM_JOB_ID= 9587721
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/fixedbw_opb/normalized-subsetcard-eq-fixedbandwidth-3000.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516730-1751239612/watcher-4516730-1751239612 -o /tmp/evaluation-result-4516730-1751239612/solver-4516730-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751239612-34268 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516730-1751239612.opb -mem-lim=31000

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

MD5SUM BENCH= 4265bbe025469237f5d61ba95458ed2b
RANDOM SEED=1093104389

nodeC031 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.175
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.78
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.307
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.78
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.065
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.78
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		: 3599.866
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.78
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.064
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.78
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		: 3594.980
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.78
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		: 3599.411
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.78
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		: 3599.916
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129888236 kB
MemAvailable:   129785236 kB
Buffers:            3280 kB
Cached:           705392 kB
SwapCached:            0 kB
Active:           337456 kB
Inactive:         450660 kB
Active(anon):      97508 kB
Inactive(anon):        0 kB
Active(file):     239948 kB
Inactive(file):   450660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9072 kB
Writeback:             0 kB
AnonPages:         82252 kB
Mapped:           102820 kB
Shmem:             18064 kB
KReclaimable:      91260 kB
Slab:             178936 kB
SReclaimable:      91260 kB
SUnreclaim:        87676 kB
KernelStack:        4024 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC031 at 2025-06-30 02:27:02