Trace number 4545325

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.05 3609.6

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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...
1.68/1.75	c Converting 200234 PB-constraints to clauses...
8.57/8.68	c ============================[ Encoding Statistics ]============================
8.57/8.68	c |  Number of variables:        524837                                         |
8.57/8.68	c |  Number of clauses:         1215028                                         |
8.57/8.68	c ===============================================================================
3600.04/3609.60	c *** TERMINATED by signal 15 ***
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c 
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c 
3600.04/3609.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.60	c Memory used            : 729.00 MB
3600.04/3609.60	c CPU time               : 3599.4 s
3600.04/3609.60	c Constr Enc: Srt/BDD/Add: 120575 0 0
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545325-1753238764/watcher-4545325-1753238764 -o /tmp/evaluation-result-4545325-1753238764/solver-4545325-1753238764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753238764-182730 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4545325-1753238764.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=182788, runsolver pid=182785

[startup+0.100063 s]*
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=128449680/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=18208 memory=17152 CPUtime=0.09 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 3985 0 0 0 9 0 0 0 20 0 1 0 239554168 18644992 4288 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 4552 4288 448 484 0 3963 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18208 KiB
Current children cumulated memory: 17152 KiB

[startup+0.205482 s]*
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=128390324/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=34140 memory=33096 CPUtime=0.2 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 8061 0 0 0 19 1 0 0 20 0 1 0 239554168 34959360 8274 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 8535 8274 448 484 0 7946 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34140 KiB
Current children cumulated memory: 33096 KiB

[startup+0.305373 s]*
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=128340364/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=50508 memory=49092 CPUtime=0.3 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 12261 0 0 0 28 2 0 0 20 0 1 0 239554168 51720192 12273 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 12627 12273 448 484 0 12038 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50508 KiB
Current children cumulated memory: 49092 KiB

[startup+0.700173 s]
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=128191612/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=109304 memory=107660 CPUtime=0.68 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 27304 0 0 0 63 5 0 0 20 0 1 0 239554168 111927296 26915 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 27326 26915 448 484 0 26737 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 109304 KiB
Current children cumulated memory: 107660 KiB

[startup+1.50013 s]
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=127893732/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=231256 memory=228840 CPUtime=1.49 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 56825 0 0 0 138 11 0 0 20 0 1 0 239554168 236806144 57210 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 57814 57210 448 484 0 57225 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 231256 KiB
Current children cumulated memory: 228840 KiB

[startup+3.10547 s]
/proc/loadavg: 1.31 1.22 1.93 5/265 182789
/proc/meminfo: memFree=127321432/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=289220 memory=285888 CPUtime=3.08 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 70858 0 0 0 294 14 0 0 20 0 1 0 239554168 296161280 71472 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 72305 71472 448 484 0 71716 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 289220 KiB
Current children cumulated memory: 285888 KiB

[startup+6.30016 s]
/proc/loadavg: 1.31 1.22 1.93 6/265 182789
/proc/meminfo: memFree=126833160/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=340428 memory=336764 CPUtime=6.27 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 77338 0 0 0 612 15 0 0 20 0 1 0 239554168 348598272 84191 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 85107 84191 448 484 0 84518 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 340428 KiB
Current children cumulated memory: 336764 KiB

[startup+12.7002 s]
/proc/loadavg: 1.53 1.27 1.94 5/265 182789
/proc/meminfo: memFree=124689012/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=597072 memory=566848 CPUtime=12.65 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 98206 0 0 0 1242 23 0 0 20 0 1 0 239554168 611401728 141712 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 149268 141712 512 484 0 148679 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 597072 KiB
Current children cumulated memory: 566848 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 1.42 1.98 5/265 182789
/proc/meminfo: memFree=124801896/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=574156 memory=534404 CPUtime=25.42 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 104081 0 0 0 2514 28 0 0 20 0 1 0 239554168 587935744 133601 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 143539 133601 512 484 0 142950 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 574156 KiB
Current children cumulated memory: 534404 KiB

[startup+51.1056 s]
/proc/loadavg: 2.78 1.63 2.03 5/264 182790
/proc/meminfo: memFree=124356900/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=593012 memory=553060 CPUtime=50.95 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 105188 0 0 0 5067 28 0 0 20 0 1 0 239554168 607244288 138265 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 148253 138265 512 484 0 147664 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 593012 KiB
Current children cumulated memory: 553060 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.01 2.14 5/264 182792
/proc/meminfo: memFree=124734084/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=595008 memory=555108 CPUtime=102.01 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 105689 0 0 0 10172 29 0 0 20 0 1 0 239554168 609288192 138777 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 148752 138777 512 484 0 148163 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 595008 KiB
Current children cumulated memory: 555108 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.39 2.27 5/264 182794
/proc/meminfo: memFree=124614748/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=598408 memory=558436 CPUtime=161.85 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 106540 0 0 0 16156 29 0 0 20 0 1 0 239554168 612769792 139609 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 149602 139609 512 484 0 149013 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 598408 KiB
Current children cumulated memory: 558436 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.70 2.38 5/265 182799
/proc/meminfo: memFree=124624192/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=623836 memory=579300 CPUtime=221.69 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 107646 0 0 0 22140 29 0 0 20 0 1 0 239554168 638808064 144825 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 155959 144825 512 484 0 155370 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 623836 KiB
Current children cumulated memory: 579300 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 2.98 2.50 5/265 182801
/proc/meminfo: memFree=124657528/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=602828 memory=558820 CPUtime=281.54 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 109179 0 0 0 28124 30 0 0 20 0 1 0 239554168 617295872 139705 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 150707 139705 512 484 0 150118 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 602828 KiB
Current children cumulated memory: 558820 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.19 2.60 5/263 182803
/proc/meminfo: memFree=124649016/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=615700 memory=571592 CPUtime=341.38 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 109846 0 0 0 34108 30 0 0 20 0 1 0 239554168 630476800 142898 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 153925 142898 512 484 0 153336 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 615700 KiB
Current children cumulated memory: 571592 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.34 2.70 5/263 182805
/proc/meminfo: memFree=124616836/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=615700 memory=575792 CPUtime=401.23 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 110406 0 0 0 40092 31 0 0 20 0 1 0 239554168 630476800 143948 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 153925 143948 512 484 0 153336 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 615700 KiB
Current children cumulated memory: 575792 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.49 2.79 5/263 182807
/proc/meminfo: memFree=124612008/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=615700 memory=575792 CPUtime=461.08 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 110425 0 0 0 46077 31 0 0 20 0 1 0 239554168 630476800 143948 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 153925 143948 512 484 0 153336 0
Current children cumulated CPU time: 461.08 s

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

Current children cumulated memory: 629960 KiB

[startup+2862.3 s]
/proc/loadavg: 4.40 4.24 4.07 5/263 182971
/proc/meminfo: memFree=124297760/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=610384 CPUtime=2854.62 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 125575 0 0 0 285401 61 0 0 20 0 1 0 239554168 697585664 152596 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 152596 512 484 0 169720 0
Current children cumulated CPU time: 2854.62 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 610384 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.21 4.07 5/262 182973
/proc/meminfo: memFree=124323012/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=610384 CPUtime=2914.47 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 125774 0 0 0 291386 61 0 0 20 0 1 0 239554168 697585664 152596 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 152596 512 484 0 169720 0
Current children cumulated CPU time: 2914.47 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 610384 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.20 4.08 5/263 182981
/proc/meminfo: memFree=124264336/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=727100 memory=656184 CPUtime=2974.32 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 127275 0 0 0 297369 63 0 0 20 0 1 0 239554168 744550400 164046 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 181775 164046 512 484 0 181186 0
Current children cumulated CPU time: 2974.32 s
Current children cumulated vsize: 727100 KiB
Current children cumulated memory: 656184 KiB

[startup+3042.3 s]
/proc/loadavg: 4.35 4.23 4.10 5/263 182984
/proc/meminfo: memFree=124256272/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=612432 CPUtime=3034.17 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128212 0 0 0 303352 65 0 0 20 0 1 0 239554168 697585664 153108 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153108 512 484 0 169720 0
Current children cumulated CPU time: 3034.17 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 612432 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.23 4.10 5/263 182986
/proc/meminfo: memFree=124258056/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=612432 CPUtime=3094.02 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128213 0 0 0 309337 65 0 0 20 0 1 0 239554168 697585664 153108 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153108 512 484 0 169720 0
Current children cumulated CPU time: 3094.02 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 612432 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.20 4.10 5/263 182988
/proc/meminfo: memFree=124249736/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=612432 CPUtime=3153.87 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128400 0 0 0 315322 65 0 0 20 0 1 0 239554168 697585664 153108 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153108 512 484 0 169720 0
Current children cumulated CPU time: 3153.87 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 612432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.17 4.09 5/263 182990
/proc/meminfo: memFree=124299800/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3213.71 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128409 0 0 0 321306 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3213.71 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.16 4.09 5/263 182994
/proc/meminfo: memFree=124261908/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3273.56 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128582 0 0 0 327291 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3273.56 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.09 5/263 182995
/proc/meminfo: memFree=124108728/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3333.41 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128592 0 0 0 333276 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3333.41 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/263 182998
/proc/meminfo: memFree=124302412/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3393.26 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128758 0 0 0 339261 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.09 6/263 183000
/proc/meminfo: memFree=124241364/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3453.11 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128771 0 0 0 345246 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 183002
/proc/meminfo: memFree=124251504/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3512.96 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128939 0 0 0 351231 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 183009
/proc/meminfo: memFree=124339420/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3572.81 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 128953 0 0 0 357216 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3572.81 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 183011
/proc/meminfo: memFree=124322600/131249996 swapFree=33010416/33010684
[pid=182788] ppid=182785 vsize=681236 memory=614480 CPUtime=3600.04 cores=4,6
/proc/182788/stat : 182788 (uwrmaxsat) R 182785 182788 181203 0 -1 4194304 129100 0 0 0 359939 65 0 0 20 0 1 0 239554168 697585664 153620 18446744073709551615 4198400 6176925 140731648496576 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 10223616 140731648502120 140731648502247 140731648502247 140731648507851 0
/proc/182788/statm: 170309 153620 512 484 0 169720 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 681236 KiB
Current children cumulated memory: 614480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.4 s, system=0.65624 s

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

Child status: 0

Real time (s): 3609.6
CPU time (s): 3600.05
CPU user time (s): 3599.4
CPU system time (s): 0.65624
CPU usage (%): 99.7355
Max. virtual memory (cumulated for all children) (KiB): 731288
Max. memory (cumulated for all children) (KiB): 682968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.4
system time used= 0.65624
maximum resident set size= 682968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129100
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= 128
involuntary context switches= 1195


# summary of solver processes directly reported to runsolver:
#   pid: 182788
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.4
#   total CPU system time (s): 0.65624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85845 second user time and 15.7845 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 04:46:04
IDJOB=4545325
IDBENCH=180812
IDSOLVER=3372
FILE ID=nodeC022/4545325-1753238764
RUNJOBID= nodeC022-1753238764-182730
SLURM_JOB_ID= 9687849
Free space on /tmp= 432784 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545325-1753238764/watcher-4545325-1753238764 -o /tmp/evaluation-result-4545325-1753238764/solver-4545325-1753238764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753238764-182730 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4545325-1753238764.opb -mem-lim=31000

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=1123227430

nodeC022 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.038
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.44
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		: 2609.179
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.44
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.733
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.44
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		: 1195.051
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.44
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.892
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.44
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		: 2342.878
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.44
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.693
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.44
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		: 2081.231
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128507956 kB
MemAvailable:   129709208 kB
Buffers:            2128 kB
Cached:          1950836 kB
SwapCached:           32 kB
Active:          1209408 kB
Inactive:         809064 kB
Active(anon):      89604 kB
Inactive(anon):     2124 kB
Active(file):    1119804 kB
Inactive(file):   806940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31848 kB
Writeback:            52 kB
AnonPages:         68680 kB
Mapped:           108992 kB
Shmem:             26220 kB
KReclaimable:     227096 kB
Slab:             323520 kB
SReclaimable:     227096 kB
SUnreclaim:        96424 kB
KernelStack:        4112 kB
PageTables:         2868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432784 MiB
End job on nodeC022 at 2025-07-23 05:46:14