Trace number 4516874

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 3610.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/
fixedbw_opb_shuffle/normalized-subsetcard-geq-fixedbandwidth-30.shuf-1.opb
MD5SUM3f4295d7844794036c91b3ab07b2ea96
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.007345
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints53
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 60 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           121                                         |
0.00/0.00	c |  Number of clauses:             252                                         |
0.00/0.00	c ===============================================================================
3600.02/3610.40	c *** TERMINATED by signal 15 ***
3600.02/3610.40	c _______________________________________________________________________________
3600.02/3610.40	c 
3600.02/3610.40	c _______________________________________________________________________________
3600.02/3610.40	c 
3600.02/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.40	c Memory used            : 192.00 MB
3600.02/3610.40	c CPU time               : 3598.61 s
3600.02/3610.40	c Constr Enc: Srt/BDD/Add: 60 0 0
3600.02/3610.40	c _______________________________________________________________________________
3600.02/3610.40	c _______________________________________________________________________________
3600.02/3610.40	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 (61886 MiB free)
  memory of node 1: 64465 MiB (63801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516874-1751240129/watcher-4516874-1751240129 -o /tmp/evaluation-result-4516874-1751240129/solver-4516874-1751240129 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39020 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516874-1751240129.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 4.15 4.10 4.09 5/265 39910
/proc/meminfo: memFree=128704088/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=4172 memory=3668 CPUtime=0.1 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 640 0 0 0 10 0 0 0 20 0 1 0 39690468 4272128 917 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 1043 917 544 484 0 454 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4172 KiB
Current children cumulated memory: 3668 KiB

[startup+0.205624 s]*
/proc/loadavg: 4.15 4.10 4.09 5/265 39910
/proc/meminfo: memFree=128704096/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=5392 memory=4676 CPUtime=0.2 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 1038 0 0 0 20 0 0 0 20 0 1 0 39690468 5521408 1169 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 1348 1169 544 484 0 759 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5392 KiB
Current children cumulated memory: 4676 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.15 4.10 4.09 5/265 39910
/proc/meminfo: memFree=128704096/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=4716 memory=4148 CPUtime=0.3 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 1073 0 0 0 30 0 0 0 20 0 1 0 39690468 4829184 1037 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 1179 1037 544 484 0 590 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 4716 KiB
Current children cumulated memory: 4148 KiB

[startup+0.70019 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 39910
/proc/meminfo: memFree=128704096/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=5812 memory=5204 CPUtime=0.69 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 1872 0 0 0 69 0 0 0 20 0 1 0 39690468 5951488 1301 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 1453 1301 544 484 0 864 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 5812 KiB
Current children cumulated memory: 5204 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 39910
/proc/meminfo: memFree=128704096/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=7988 memory=7208 CPUtime=1.48 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 3380 0 0 0 148 0 0 0 20 0 1 0 39690468 8179712 1802 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 1997 1802 544 484 0 1408 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 7988 KiB
Current children cumulated memory: 7208 KiB

[startup+3.10544 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 39911
/proc/meminfo: memFree=128704096/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=9528 memory=8880 CPUtime=3.08 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 5697 0 0 0 308 0 0 0 20 0 1 0 39690468 9756672 2220 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 2382 2220 544 484 0 1793 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 9528 KiB
Current children cumulated memory: 8880 KiB

[startup+6.30017 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 39911
/proc/meminfo: memFree=128704172/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=10476 memory=9388 CPUtime=6.27 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 10854 0 0 0 625 2 0 0 20 0 1 0 39690468 10727424 2347 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 2619 2347 544 484 0 2030 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 10476 KiB
Current children cumulated memory: 9388 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.12 4.10 5/265 39911
/proc/meminfo: memFree=128701104/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=16860 memory=15636 CPUtime=12.66 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 18807 0 0 0 1261 5 0 0 20 0 1 0 39690468 17264640 3909 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 4215 3909 544 484 0 3626 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 16860 KiB
Current children cumulated memory: 15636 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.11 4.09 5/265 39911
/proc/meminfo: memFree=128681068/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=16948 memory=15844 CPUtime=25.42 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 23750 0 0 0 2536 6 0 0 20 0 1 0 39690468 17354752 3961 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 4237 3961 544 484 0 3648 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 16948 KiB
Current children cumulated memory: 15844 KiB

[startup+51.1054 s]
/proc/loadavg: 4.03 4.09 4.08 5/265 40001
/proc/meminfo: memFree=128783560/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=29836 memory=29212 CPUtime=50.92 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 47879 0 0 0 5076 16 0 0 20 0 1 0 39690468 30552064 7303 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 7459 7303 544 484 0 6870 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 29836 KiB
Current children cumulated memory: 29212 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 40230
/proc/meminfo: memFree=128759240/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=28320 memory=27672 CPUtime=101.91 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 62087 0 0 0 10163 28 0 0 20 0 1 0 39690468 28999680 6918 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 7080 6918 544 484 0 6491 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 28320 KiB
Current children cumulated memory: 27672 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 40235
/proc/meminfo: memFree=128773772/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=27128 memory=26548 CPUtime=161.74 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 68855 0 0 0 16144 30 0 0 20 0 1 0 39690468 27779072 6637 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 6782 6637 544 484 0 6193 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 27128 KiB
Current children cumulated memory: 26548 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 40237
/proc/meminfo: memFree=128709208/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=53528 memory=52684 CPUtime=221.58 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 79405 0 0 0 22125 33 0 0 20 0 1 0 39690468 54812672 13171 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 13382 13171 544 484 0 12793 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 53528 KiB
Current children cumulated memory: 52684 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 40241
/proc/meminfo: memFree=128673456/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=62840 memory=62232 CPUtime=281.42 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 81461 0 0 0 28108 34 0 0 20 0 1 0 39690468 64348160 15558 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 15710 15558 544 484 0 15121 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 62840 KiB
Current children cumulated memory: 62232 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/266 40243
/proc/meminfo: memFree=128694352/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=40640 memory=40136 CPUtime=341.24 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 98032 0 0 0 34084 40 0 0 20 0 1 0 39690468 41615360 10034 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 10160 10034 544 484 0 9571 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 40640 KiB
Current children cumulated memory: 40136 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 40247
/proc/meminfo: memFree=128657436/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=77468 memory=76780 CPUtime=401.08 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 111249 0 0 0 40064 44 0 0 20 0 1 0 39690468 79327232 19195 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 19367 19195 544 484 0 18778 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 77468 KiB
Current children cumulated memory: 76780 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 40249
/proc/meminfo: memFree=128660384/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=59488 memory=57224 CPUtime=460.92 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 119930 0 0 0 46045 47 0 0 20 0 1 0 39690468 60915712 14306 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 14872 14306 544 484 0 14283 0

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

Current children cumulated memory: 104768 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 40604
/proc/meminfo: memFree=128246512/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=153052 memory=150900 CPUtime=2854.14 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 275131 0 0 0 285300 114 0 0 20 0 1 0 39690468 156725248 37725 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 38263 37725 544 484 0 37674 0
Current children cumulated CPU time: 2854.14 s
Current children cumulated vsize: 153052 KiB
Current children cumulated memory: 150900 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 40606
/proc/meminfo: memFree=128240388/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=153052 memory=152308 CPUtime=2913.96 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 275484 0 0 0 291282 114 0 0 20 0 1 0 39690468 156725248 38077 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 38263 38077 544 484 0 37674 0
Current children cumulated CPU time: 2913.96 s
Current children cumulated vsize: 153052 KiB
Current children cumulated memory: 152308 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 40611
/proc/meminfo: memFree=128231824/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=153052 memory=152308 CPUtime=2973.8 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 275485 0 0 0 297265 115 0 0 20 0 1 0 39690468 156725248 38077 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 38263 38077 544 484 0 37674 0
Current children cumulated CPU time: 2973.8 s
Current children cumulated vsize: 153052 KiB
Current children cumulated memory: 152308 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 40614
/proc/meminfo: memFree=128233760/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=134800 memory=128512 CPUtime=3033.62 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 286801 0 0 0 303242 120 0 0 20 0 1 0 39690468 138035200 32128 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 33700 32128 544 484 0 33111 0
Current children cumulated CPU time: 3033.62 s
Current children cumulated vsize: 134800 KiB
Current children cumulated memory: 128512 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 40616
/proc/meminfo: memFree=128215108/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=131024 memory=130124 CPUtime=3093.45 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 289682 0 0 0 309223 122 0 0 20 0 1 0 39690468 134168576 32531 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 32756 32531 544 484 0 32167 0
Current children cumulated CPU time: 3093.45 s
Current children cumulated vsize: 131024 KiB
Current children cumulated memory: 130124 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 40618
/proc/meminfo: memFree=128220228/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=122196 memory=112008 CPUtime=3153.28 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 295748 0 0 0 315203 125 0 0 20 0 1 0 39690468 125128704 28002 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 30549 28002 544 484 0 29960 0
Current children cumulated CPU time: 3153.28 s
Current children cumulated vsize: 122196 KiB
Current children cumulated memory: 112008 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 40623
/proc/meminfo: memFree=128177440/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=165332 memory=160604 CPUtime=3213.11 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 303305 0 0 0 321183 128 0 0 20 0 1 0 39690468 169299968 40151 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 41333 40151 544 484 0 40744 0
Current children cumulated CPU time: 3213.11 s
Current children cumulated vsize: 165332 KiB
Current children cumulated memory: 160604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.13 4.10 5/265 40625
/proc/meminfo: memFree=128217116/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=167812 memory=162464 CPUtime=3272.93 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 313273 0 0 0 327162 131 0 0 20 0 1 0 39690468 171839488 40616 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 41953 40616 544 484 0 41364 0
Current children cumulated CPU time: 3272.93 s
Current children cumulated vsize: 167812 KiB
Current children cumulated memory: 162464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.18 4.12 5/264 40632
/proc/meminfo: memFree=128108944/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=167812 memory=166944 CPUtime=3332.75 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 314467 0 0 0 333143 132 0 0 20 0 1 0 39690468 171839488 41736 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 41953 41736 544 484 0 41364 0
Current children cumulated CPU time: 3332.75 s
Current children cumulated vsize: 167812 KiB
Current children cumulated memory: 166944 KiB

[startup+3402.3 s]
/proc/loadavg: 4.42 4.24 4.14 5/265 40635
/proc/meminfo: memFree=128121900/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=150260 memory=142528 CPUtime=3392.58 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 319234 0 0 0 339123 135 0 0 20 0 1 0 39690468 153866240 35632 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 37565 35632 544 484 0 36976 0
Current children cumulated CPU time: 3392.58 s
Current children cumulated vsize: 150260 KiB
Current children cumulated memory: 142528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.22 4.14 5/265 40637
/proc/meminfo: memFree=128104732/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=168624 memory=167656 CPUtime=3452.4 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 321972 0 0 0 345102 138 0 0 20 0 1 0 39690468 172670976 41914 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 42156 41914 544 484 0 41567 0
Current children cumulated CPU time: 3452.4 s
Current children cumulated vsize: 168624 KiB
Current children cumulated memory: 167656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.19 4.14 5/266 40640
/proc/meminfo: memFree=128105840/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=168624 memory=167912 CPUtime=3512.21 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 322076 0 0 0 351083 138 0 0 20 0 1 0 39690468 172670976 41978 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 42156 41978 544 484 0 41567 0
Current children cumulated CPU time: 3512.21 s
Current children cumulated vsize: 168624 KiB
Current children cumulated memory: 167912 KiB

[startup+3582.3 s]
/proc/loadavg: 3.49 4.00 4.07 4/260 40672
/proc/meminfo: memFree=128432748/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=168624 memory=168052 CPUtime=3572.01 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 322457 0 0 0 357060 141 0 0 20 0 1 0 39690468 172670976 42013 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 42156 42013 544 484 0 41567 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 168624 KiB
Current children cumulated memory: 168052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.38 3.94 4.05 4/259 40675
/proc/meminfo: memFree=128422916/131250000 swapFree=33010684/33010684
[pid=39909] ppid=39906 vsize=196904 memory=196092 CPUtime=3600.02 cores=0,2
/proc/39909/stat : 39909 (uwrmaxsat) R 39906 39909 39010 0 -1 4194304 322884 0 0 0 359860 142 0 0 20 0 1 0 39690468 201629696 49023 18446744073709551615 4198400 6176925 140729158259280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21299200 140729158261098 140729158261225 140729158261225 140729158266827 0
/proc/39909/statm: 49226 49023 544 484 0 48637 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 196904 KiB
Current children cumulated memory: 196092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.61 s, system=1.42619 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.03
CPU user time (s): 3598.61
CPU system time (s): 1.42619
CPU usage (%): 99.7128
Max. virtual memory (cumulated for all children) (KiB): 196904
Max. memory (cumulated for all children) (KiB): 196092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.61
system time used= 1.42619
maximum resident set size= 196092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322884
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= 69
involuntary context switches= 8006


# summary of solver processes directly reported to runsolver:
#   pid: 39909
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.61
#   total CPU system time (s): 1.42619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38074 second user time and 16.3652 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 01:35:29
IDJOB=4516874
IDBENCH=175890
IDSOLVER=3372
FILE ID=nodeC016/4516874-1751240129
RUNJOBID= nodeC016-1751236431-39020
SLURM_JOB_ID= 9587715
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/fixedbw_opb_shuffle/normalized-subsetcard-geq-fixedbandwidth-30.shuf-1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516874-1751240129/watcher-4516874-1751240129 -o /tmp/evaluation-result-4516874-1751240129/solver-4516874-1751240129 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39020 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516874-1751240129.opb -mem-lim=31000

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

MD5SUM BENCH= 3f4295d7844794036c91b3ab07b2ea96
RANDOM SEED=1500326469

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.696
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.781
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.713
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.425
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.731
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.730
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.138
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.516
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128704340 kB
MemAvailable:   129399152 kB
Buffers:            3280 kB
Cached:          1499568 kB
SwapCached:            0 kB
Active:           708852 kB
Inactive:        1243144 kB
Active(anon):     467220 kB
Inactive(anon):        0 kB
Active(file):     241632 kB
Inactive(file):  1243144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:        449976 kB
Mapped:           109456 kB
Shmem:             18072 kB
KReclaimable:      98552 kB
Slab:             185024 kB
SReclaimable:      98552 kB
SUnreclaim:        86472 kB
KernelStack:        4320 kB
PageTables:         3824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     784876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC016 at 2025-06-30 02:35:40