Trace number 4513166

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-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUM9ddf61ddf9175117d21c5f59d371263b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2684.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
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.07	c Converting 9408 PB-constraints to clauses...
0.10/0.13	c ============================[ Encoding Statistics ]============================
0.10/0.13	c |  Number of variables:         16110                                         |
0.10/0.13	c |  Number of clauses:           66107                                         |
0.10/0.13	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            : 364.00 MB
3600.01/3609.90	c CPU time               : 3597.95 s
3600.01/3609.90	c Constr Enc: Srt/BDD/Add: 833 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 (62771 MiB free)
  memory of node 1: 64465 MiB (63612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513166-1751203490/watcher-4513166-1751203490 -o /tmp/evaluation-result-4513166-1751203490/solver-4513166-1751203490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751194547-23912 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513166-1751203490.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=26594, runsolver pid=26591
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26595
/proc/meminfo: memFree=129403596/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=21652 memory=19888 CPUtime=0.1 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 4969 0 0 0 9 1 0 0 20 0 1 0 35971500 22171648 4972 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 5413 4972 480 484 0 4824 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21652 KiB
Current children cumulated memory: 19888 KiB

[startup+0.205592 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26595
/proc/meminfo: memFree=129398052/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=27572 memory=24836 CPUtime=0.2 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 6887 0 0 0 19 1 0 0 20 0 1 0 35971500 28233728 6209 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 6893 6209 544 484 0 6304 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27572 KiB
Current children cumulated memory: 24836 KiB

[startup+0.305537 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26595
/proc/meminfo: memFree=129396288/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=30668 memory=27908 CPUtime=0.3 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 7663 0 0 0 29 1 0 0 20 0 1 0 35971500 31404032 6977 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 7667 6977 544 484 0 7078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30668 KiB
Current children cumulated memory: 27908 KiB

[startup+0.700188 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26595
/proc/meminfo: memFree=129394272/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=33896 memory=31188 CPUtime=0.69 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 9705 0 0 0 67 2 0 0 20 0 1 0 35971500 34709504 7797 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 8474 7797 544 484 0 7885 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 33896 KiB
Current children cumulated memory: 31188 KiB

[startup+1.50018 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26595
/proc/meminfo: memFree=129386472/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=35136 memory=32664 CPUtime=1.49 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 10897 0 0 0 147 2 0 0 20 0 1 0 35971500 35979264 8166 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 8784 8166 544 484 0 8195 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 35136 KiB
Current children cumulated memory: 32664 KiB

[startup+3.10557 s]
/proc/loadavg: 4.21 4.12 4.10 5/264 26595
/proc/meminfo: memFree=129386472/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=35136 memory=32792 CPUtime=3.09 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 11319 0 0 0 307 2 0 0 20 0 1 0 35971500 35979264 8198 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 8784 8198 544 484 0 8195 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 35136 KiB
Current children cumulated memory: 32792 KiB

[startup+6.30017 s]
/proc/loadavg: 4.21 4.12 4.10 5/264 26596
/proc/meminfo: memFree=129386724/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=40960 memory=38628 CPUtime=6.27 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 12388 0 0 0 625 2 0 0 20 0 1 0 35971500 41943040 9657 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 10240 9657 544 484 0 9651 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40960 KiB
Current children cumulated memory: 38628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.13 4.10 5/264 26596
/proc/meminfo: memFree=129379164/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=40816 memory=38416 CPUtime=12.66 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 13686 0 0 0 1263 3 0 0 20 0 1 0 35971500 41795584 9604 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 10204 9604 544 484 0 9615 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 40816 KiB
Current children cumulated memory: 38416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.16 4.11 5/263 26596
/proc/meminfo: memFree=129364420/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=60864 memory=58512 CPUtime=25.41 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 17027 0 0 0 2537 4 0 0 20 0 1 0 35971500 62324736 14628 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 15216 14628 544 484 0 14627 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 60864 KiB
Current children cumulated memory: 58512 KiB

[startup+51.1055 s]
/proc/loadavg: 4.24 4.14 4.11 5/263 26596
/proc/meminfo: memFree=129364152/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=54924 memory=52756 CPUtime=50.95 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 19274 0 0 0 5090 5 0 0 20 0 1 0 35971500 56242176 13189 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 13731 13189 544 484 0 13142 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 54924 KiB
Current children cumulated memory: 52756 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/264 26646
/proc/meminfo: memFree=129474580/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=71348 memory=69232 CPUtime=101.98 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 27103 0 0 0 10186 12 0 0 20 0 1 0 35971500 73060352 17308 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 17837 17308 544 484 0 17248 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 71348 KiB
Current children cumulated memory: 69232 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/264 26648
/proc/meminfo: memFree=129479452/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=77744 memory=75632 CPUtime=161.78 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 29750 0 0 0 16165 13 0 0 20 0 1 0 35971500 79609856 18908 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 19436 18908 544 484 0 18847 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 77744 KiB
Current children cumulated memory: 75632 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/263 26694
/proc/meminfo: memFree=129641380/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=79652 memory=77552 CPUtime=221.6 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 30246 0 0 0 22146 14 0 0 20 0 1 0 35971500 81563648 19388 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 19913 19388 544 484 0 19324 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 79652 KiB
Current children cumulated memory: 77552 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/264 26746
/proc/meminfo: memFree=129751996/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=112900 memory=110808 CPUtime=281.41 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 34219 0 0 0 28122 19 0 0 20 0 1 0 35971500 115609600 27702 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 28225 27702 544 484 0 27636 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 112900 KiB
Current children cumulated memory: 110808 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/264 26792
/proc/meminfo: memFree=129742436/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=99024 memory=97316 CPUtime=341.24 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 37717 0 0 0 34100 24 0 0 20 0 1 0 35971500 101400576 24329 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 24756 24329 544 484 0 24167 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 99024 KiB
Current children cumulated memory: 97316 KiB

[startup+402.3 s]
/proc/loadavg: 4.41 4.20 4.12 5/263 26795
/proc/meminfo: memFree=129604468/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=109888 memory=108052 CPUtime=401.07 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 42709 0 0 0 40077 30 0 0 20 0 1 0 35971500 112525312 27013 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 27472 27013 544 484 0 26883 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 108052 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/264 26798
/proc/meminfo: memFree=129569232/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=126268 memory=124424 CPUtime=460.9 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 49402 0 0 0 46049 41 0 0 20 0 1 0 35971500 129298432 31106 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 31567 31106 544 484 0 30978 0

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

Current children cumulated memory: 218096 KiB

[startup+2922.3 s]
/proc/loadavg: 3.16 3.15 3.42 4/259 26961
/proc/meminfo: memFree=129416992/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=220036 memory=218096 CPUtime=2914.3 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 110653 0 0 0 291223 207 0 0 20 0 1 0 35971500 225316864 54524 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55009 54524 544 484 0 54420 0
Current children cumulated CPU time: 2914.3 s
Current children cumulated vsize: 220036 KiB
Current children cumulated memory: 218096 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.13 3.40 4/257 26963
/proc/meminfo: memFree=129389352/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=221692 memory=219760 CPUtime=2974.13 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111067 0 0 0 297206 207 0 0 20 0 1 0 35971500 227012608 54940 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55423 54940 544 484 0 54834 0
Current children cumulated CPU time: 2974.13 s
Current children cumulated vsize: 221692 KiB
Current children cumulated memory: 219760 KiB

[startup+3042.3 s]
/proc/loadavg: 3.09 3.12 3.38 4/257 26966
/proc/meminfo: memFree=129381644/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=221692 memory=219760 CPUtime=3033.97 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111067 0 0 0 303190 207 0 0 20 0 1 0 35971500 227012608 54940 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55423 54940 544 484 0 54834 0
Current children cumulated CPU time: 3033.97 s
Current children cumulated vsize: 221692 KiB
Current children cumulated memory: 219760 KiB

[startup+3102.3 s]
/proc/loadavg: 3.07 3.11 3.35 4/258 26969
/proc/meminfo: memFree=129374128/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=222692 memory=220784 CPUtime=3093.8 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111383 0 0 0 309173 207 0 0 20 0 1 0 35971500 228036608 55196 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55673 55196 544 484 0 55084 0
Current children cumulated CPU time: 3093.8 s
Current children cumulated vsize: 222692 KiB
Current children cumulated memory: 220784 KiB

[startup+3162.3 s]
/proc/loadavg: 3.08 3.10 3.34 4/259 26974
/proc/meminfo: memFree=129376696/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=222692 memory=220784 CPUtime=3153.65 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111414 0 0 0 315158 207 0 0 20 0 1 0 35971500 228036608 55196 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55673 55196 544 484 0 55084 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 222692 KiB
Current children cumulated memory: 220784 KiB

[startup+3222.3 s]
/proc/loadavg: 3.07 3.10 3.32 4/259 26976
/proc/meminfo: memFree=129376820/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=223980 memory=222064 CPUtime=3213.48 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111738 0 0 0 321141 207 0 0 20 0 1 0 35971500 229355520 55516 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55995 55516 544 484 0 55406 0
Current children cumulated CPU time: 3213.48 s
Current children cumulated vsize: 223980 KiB
Current children cumulated memory: 222064 KiB

[startup+3282.3 s]
/proc/loadavg: 3.12 3.11 3.31 4/259 26978
/proc/meminfo: memFree=129370640/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=223980 memory=222064 CPUtime=3273.32 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 111738 0 0 0 327125 207 0 0 20 0 1 0 35971500 229355520 55516 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 55995 55516 544 484 0 55406 0
Current children cumulated CPU time: 3273.32 s
Current children cumulated vsize: 223980 KiB
Current children cumulated memory: 222064 KiB

[startup+3342.3 s]
/proc/loadavg: 3.04 3.09 3.28 4/258 26984
/proc/meminfo: memFree=129377396/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=225204 memory=223344 CPUtime=3333.15 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112044 0 0 0 333108 207 0 0 20 0 1 0 35971500 230608896 55836 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56301 55836 544 484 0 55712 0
Current children cumulated CPU time: 3333.15 s
Current children cumulated vsize: 225204 KiB
Current children cumulated memory: 223344 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.10 3.27 4/258 26986
/proc/meminfo: memFree=129362908/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=226464 memory=224624 CPUtime=3392.99 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112444 0 0 0 339092 207 0 0 20 0 1 0 35971500 231899136 56156 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56616 56156 544 484 0 56027 0
Current children cumulated CPU time: 3392.99 s
Current children cumulated vsize: 226464 KiB
Current children cumulated memory: 224624 KiB

[startup+3462.3 s]
/proc/loadavg: 3.10 3.09 3.26 4/259 26989
/proc/meminfo: memFree=129362752/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=226464 memory=224624 CPUtime=3452.82 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112461 0 0 0 345075 207 0 0 20 0 1 0 35971500 231899136 56156 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56616 56156 544 484 0 56027 0
Current children cumulated CPU time: 3452.82 s
Current children cumulated vsize: 226464 KiB
Current children cumulated memory: 224624 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.09 3.25 4/259 26991
/proc/meminfo: memFree=129353808/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=227416 memory=225520 CPUtime=3512.66 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112699 0 0 0 351059 207 0 0 20 0 1 0 35971500 232873984 56380 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56854 56380 544 484 0 56265 0
Current children cumulated CPU time: 3512.66 s
Current children cumulated vsize: 227416 KiB
Current children cumulated memory: 225520 KiB

[startup+3582.3 s]
/proc/loadavg: 3.09 3.09 3.24 4/259 26993
/proc/meminfo: memFree=129360104/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=227416 memory=225520 CPUtime=3572.49 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112699 0 0 0 357042 207 0 0 20 0 1 0 35971500 232873984 56380 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56854 56380 544 484 0 56265 0
Current children cumulated CPU time: 3572.49 s
Current children cumulated vsize: 227416 KiB
Current children cumulated memory: 225520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.13 3.09 3.23 4/259 26994
/proc/meminfo: memFree=129360452/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=227416 memory=225520 CPUtime=3600.01 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112699 0 0 0 359794 207 0 0 20 0 1 0 35971500 232873984 56380 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56854 56380 544 484 0 56265 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 227416 KiB
Current children cumulated memory: 225520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.95 s, system=2.07795 s

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

[startup+3609.9 s]
/proc/loadavg: 3.13 3.09 3.23 4/259 26994
/proc/meminfo: memFree=129360452/131250000 swapFree=33010684/33010684
[pid=26594] ppid=26591 vsize=227416 memory=225520 CPUtime=3600.01 cores=4,6
/proc/26594/stat : 26594 (uwrmaxsat) R 26591 26594 23901 0 -1 4194304 112699 0 0 0 359794 207 0 0 20 0 1 0 35971500 232873984 56380 18446744073709551615 4198400 6176925 140724724740672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19484672 140724724742506 140724724742633 140724724742633 140724724748235 0
/proc/26594/statm: 56854 56380 544 484 0 56265 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 227416 KiB
Current children cumulated memory: 225520 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.03
CPU user time (s): 3597.95
CPU system time (s): 2.07795
CPU usage (%): 99.7264
Max. virtual memory (cumulated for all children) (KiB): 373508
Max. memory (cumulated for all children) (KiB): 359584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.95
system time used= 2.07795
maximum resident set size= 371616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112699
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= 42
involuntary context switches= 3103


# summary of solver processes directly reported to runsolver:
#   pid: 26594
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3597.95
#   total CPU system time (s): 2.07795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36204 second user time and 15.3803 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 15:24:50
IDJOB=4513166
IDBENCH=162283
IDSOLVER=3372
FILE ID=nodeC028/4513166-1751203490
RUNJOBID= nodeC028-1751194547-23912
SLURM_JOB_ID= 9587599
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513166-1751203490/watcher-4513166-1751203490 -o /tmp/evaluation-result-4513166-1751203490/solver-4513166-1751203490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751194547-23912 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513166-1751203490.opb -mem-lim=31000

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=69447186

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129417204 kB
MemAvailable:   129126272 kB
Buffers:            3280 kB
Cached:           518992 kB
SwapCached:            0 kB
Active:           970152 kB
Inactive:         262624 kB
Active(anon):     728572 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):   262624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2964 kB
Writeback:             0 kB
AnonPages:        712712 kB
Mapped:           109384 kB
Shmem:             18068 kB
KReclaimable:      88204 kB
Slab:             171488 kB
SReclaimable:      88204 kB
SUnreclaim:        83284 kB
KernelStack:        4252 kB
PageTables:         4404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1049172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC028 at 2025-06-29 16:25:00