Trace number 4519391

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.06 3610.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
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...
8.46/8.55	c Converting 106878 PB-constraints to clauses...
3600.04/3610.40	c *** TERMINATED by signal 15 ***
3600.04/3610.40	c _______________________________________________________________________________
3600.04/3610.40	c 
3600.04/3610.40	c _______________________________________________________________________________
3600.04/3610.40	c 
3600.04/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.40	c Memory used            : 4400.00 MB
3600.04/3610.40	c CPU time               : 3556.85 s
3600.04/3610.40	c Constr Enc: Srt/BDD/Add: 52875 0 0
3600.04/3610.40	c _______________________________________________________________________________
3600.04/3610.40	c _______________________________________________________________________________
3600.04/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 (62076 MiB free)
  memory of node 1: 64465 MiB (63656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519391-1751557640/watcher-4519391-1751557640 -o /tmp/evaluation-result-4519391-1751557640/solver-4519391-1751557640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751554029-80503 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4519391-1751557640.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=80958, runsolver pid=80955

[startup+0.100061 s]*
/proc/loadavg: 4.20 4.25 4.20 5/260 80965
/proc/meminfo: memFree=128723132/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=20496 memory=19240 CPUtime=0.08 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 4798 0 0 0 8 0 0 0 20 0 1 0 71441552 20987904 4810 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 5124 4810 448 484 0 4535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 20496 KiB
Current children cumulated memory: 19240 KiB

[startup+0.204941 s]*
/proc/loadavg: 4.20 4.25 4.20 5/264 80969
/proc/meminfo: memFree=128678536/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=38084 memory=36492 CPUtime=0.19 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 9487 0 0 0 18 1 0 0 20 0 1 0 71441552 38998016 9123 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 9521 9123 448 484 0 8932 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 38084 KiB
Current children cumulated memory: 36492 KiB

[startup+0.305753 s]*
/proc/loadavg: 4.20 4.25 4.20 5/264 80969
/proc/meminfo: memFree=128610920/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=60940 memory=58268 CPUtime=0.29 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 14177 0 0 0 27 2 0 0 20 0 1 0 71441552 62402560 14567 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 15235 14567 448 484 0 14646 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 60940 KiB
Current children cumulated memory: 58268 KiB

[startup+0.700176 s]
/proc/loadavg: 4.20 4.25 4.20 5/264 80969
/proc/meminfo: memFree=128518688/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=128172 memory=124060 CPUtime=0.68 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 27568 0 0 0 64 4 0 0 20 0 1 0 71441552 131248128 31015 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 32043 31015 448 484 0 31454 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 128172 KiB
Current children cumulated memory: 124060 KiB

[startup+1.50017 s]
/proc/loadavg: 4.20 4.25 4.20 5/264 80969
/proc/meminfo: memFree=128244116/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=265764 memory=259560 CPUtime=1.47 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 50719 0 0 0 138 9 0 0 20 0 1 0 71441552 272142336 64890 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 66441 64890 448 484 0 65852 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 265764 KiB
Current children cumulated memory: 259560 KiB

[startup+3.10556 s]
/proc/loadavg: 4.18 4.25 4.20 5/264 80969
/proc/meminfo: memFree=127299876/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=542112 memory=531632 CPUtime=3.08 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 89125 0 0 0 289 19 0 0 20 0 1 0 71441552 555122688 132908 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 135528 132908 448 484 0 134939 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 542112 KiB
Current children cumulated memory: 531632 KiB

[startup+6.30017 s]
/proc/loadavg: 4.18 4.25 4.20 5/264 81014
/proc/meminfo: memFree=126179556/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=1088116 memory=1062360 CPUtime=6.26 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 163646 0 0 0 589 37 0 0 20 0 1 0 71441552 1114230784 265590 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 272029 265590 448 484 0 271440 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1088116 KiB
Current children cumulated memory: 1062360 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.24 4.20 5/264 81014
/proc/meminfo: memFree=124475556/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=2002172 memory=1933588 CPUtime=12.65 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 262494 0 0 0 1200 65 0 0 20 0 1 0 71441552 2050224128 483397 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 500543 483397 448 484 0 499954 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2002172 KiB
Current children cumulated memory: 1933588 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.25 4.20 5/264 81015
/proc/meminfo: memFree=123307320/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3406968 memory=3199144 CPUtime=25.41 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 439519 0 0 0 2432 109 0 0 20 0 1 0 71441552 3488735232 799786 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 851742 799786 448 484 0 851153 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3406968 KiB
Current children cumulated memory: 3199144 KiB

[startup+51.1058 s]
/proc/loadavg: 4.14 4.23 4.19 5/263 81015
/proc/meminfo: memFree=122589484/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4046696 memory=3745116 CPUtime=50.94 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 509896 0 0 0 4917 177 0 0 20 0 1 0 71441552 4143816704 936279 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1011674 936279 512 484 0 1011085 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4046696 KiB
Current children cumulated memory: 3745116 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.20 4.19 5/266 81022
/proc/meminfo: memFree=122660696/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4048712 memory=3747092 CPUtime=101.96 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 532795 0 0 0 9844 352 0 0 20 0 1 0 71441552 4145881088 936773 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1012178 936773 512 484 0 1011589 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 4048712 KiB
Current children cumulated memory: 3747092 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/266 81024
/proc/meminfo: memFree=122543056/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4050052 memory=3748920 CPUtime=161.77 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 551997 0 0 0 15667 510 0 0 20 0 1 0 71441552 4147253248 937230 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1012513 937230 512 484 0 1011924 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 4050052 KiB
Current children cumulated memory: 3748920 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.17 4.18 5/266 81031
/proc/meminfo: memFree=122198928/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4475180 memory=4174000 CPUtime=221.57 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 571809 0 0 0 21476 681 0 0 20 0 1 0 71441552 4582584320 1043500 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1118795 1043500 512 484 0 1118206 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 4475180 KiB
Current children cumulated memory: 4174000 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.16 4.17 5/266 81033
/proc/meminfo: memFree=122541968/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4054700 memory=3753608 CPUtime=281.38 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 589400 0 0 0 27316 822 0 0 20 0 1 0 71441552 4152012800 938402 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1013675 938402 512 484 0 1013086 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 4054700 KiB
Current children cumulated memory: 3753608 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/266 81035
/proc/meminfo: memFree=122526960/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4058632 memory=3757500 CPUtime=341.18 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 602284 0 0 0 33177 941 0 0 20 0 1 0 71441552 4156039168 939375 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1014658 939375 512 484 0 1014069 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 4058632 KiB
Current children cumulated memory: 3757500 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/264 81037
/proc/meminfo: memFree=122257844/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4486176 memory=4185012 CPUtime=400.98 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 615292 0 0 0 39041 1057 0 0 20 0 1 0 71441552 4593844224 1046253 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1121544 1046253 512 484 0 1120955 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 4486176 KiB
Current children cumulated memory: 4185012 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/264 81039
/proc/meminfo: memFree=122642300/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=4060120 memory=3759028 CPUtime=460.78 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 627908 0 0 0 44917 1161 0 0 20 0 1 0 71441552 4157562880 939757 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 1015030 939757 512 484 0 1014441 0

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

Current children cumulated memory: 3892180 KiB

[startup+2862.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/265 81212
/proc/meminfo: memFree=122557532/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3946068 memory=3658064 CPUtime=2853.86 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 960745 0 0 0 281638 3748 0 0 20 0 1 0 71441552 4040773632 914516 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 986517 914516 512 484 0 985928 0
Current children cumulated CPU time: 2853.86 s
Current children cumulated vsize: 3946068 KiB
Current children cumulated memory: 3658064 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 81215
/proc/meminfo: memFree=122458268/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3948716 memory=3662120 CPUtime=2913.7 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 966908 0 0 0 287573 3797 0 0 20 0 1 0 71441552 4043485184 915530 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987179 915530 512 484 0 986590 0
Current children cumulated CPU time: 2913.7 s
Current children cumulated vsize: 3948716 KiB
Current children cumulated memory: 3662120 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 81217
/proc/meminfo: memFree=122427964/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3948368 memory=3661884 CPUtime=2973.55 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 973554 0 0 0 293513 3842 0 0 20 0 1 0 71441552 4043128832 915471 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987092 915471 512 484 0 986503 0
Current children cumulated CPU time: 2973.55 s
Current children cumulated vsize: 3948368 KiB
Current children cumulated memory: 3661884 KiB

[startup+3042.3 s]
/proc/loadavg: 4.33 4.18 4.12 5/265 81219
/proc/meminfo: memFree=122359512/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3949040 memory=3662556 CPUtime=3033.38 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 980740 0 0 0 299449 3889 0 0 20 0 1 0 71441552 4043816960 915639 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987260 915639 512 484 0 986671 0
Current children cumulated CPU time: 3033.38 s
Current children cumulated vsize: 3949040 KiB
Current children cumulated memory: 3662556 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.16 4.12 5/265 81223
/proc/meminfo: memFree=122485436/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3955616 memory=3669020 CPUtime=3093.23 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 988044 0 0 0 305376 3947 0 0 20 0 1 0 71441552 4050550784 917255 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 988904 917255 512 484 0 988315 0
Current children cumulated CPU time: 3093.23 s
Current children cumulated vsize: 3955616 KiB
Current children cumulated memory: 3669020 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 81225
/proc/meminfo: memFree=122467716/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3754508 memory=3467912 CPUtime=3153.08 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 995369 0 0 0 311305 4003 0 0 20 0 1 0 71441552 3844616192 866978 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 938627 866978 512 484 0 938038 0
Current children cumulated CPU time: 3153.08 s
Current children cumulated vsize: 3754508 KiB
Current children cumulated memory: 3467912 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/264 81232
/proc/meminfo: memFree=122465504/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3951952 memory=3665356 CPUtime=3212.92 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1002490 0 0 0 317242 4050 0 0 20 0 1 0 71441552 4046798848 916339 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987988 916339 512 484 0 987399 0
Current children cumulated CPU time: 3212.92 s
Current children cumulated vsize: 3951952 KiB
Current children cumulated memory: 3665356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 81234
/proc/meminfo: memFree=122502904/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3952552 memory=3665916 CPUtime=3272.77 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1008878 0 0 0 323188 4089 0 0 20 0 1 0 71441552 4047413248 916479 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 988138 916479 512 484 0 987549 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 3952552 KiB
Current children cumulated memory: 3665916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/263 81236
/proc/meminfo: memFree=122492504/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3969904 memory=3683420 CPUtime=3332.62 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1015627 0 0 0 329125 4137 0 0 20 0 1 0 71441552 4065181696 920855 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 992476 920855 512 484 0 991887 0
Current children cumulated CPU time: 3332.62 s
Current children cumulated vsize: 3969904 KiB
Current children cumulated memory: 3683420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/263 81238
/proc/meminfo: memFree=122309516/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3947884 memory=3661248 CPUtime=3392.47 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1021393 0 0 0 335071 4176 0 0 20 0 1 0 71441552 4042633216 915312 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 986971 915312 512 484 0 986382 0
Current children cumulated CPU time: 3392.47 s
Current children cumulated vsize: 3947884 KiB
Current children cumulated memory: 3661248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 81240
/proc/meminfo: memFree=122481032/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3949276 memory=3662680 CPUtime=3452.31 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1027368 0 0 0 341008 4223 0 0 20 0 1 0 71441552 4044058624 915670 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987319 915670 512 484 0 986730 0
Current children cumulated CPU time: 3452.31 s
Current children cumulated vsize: 3949276 KiB
Current children cumulated memory: 3662680 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/264 81243
/proc/meminfo: memFree=122516696/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3951656 memory=3665060 CPUtime=3512.16 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1033273 0 0 0 346955 4261 0 0 20 0 1 0 71441552 4046495744 916265 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 987914 916265 512 484 0 987325 0
Current children cumulated CPU time: 3512.16 s
Current children cumulated vsize: 3951656 KiB
Current children cumulated memory: 3665060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.21 4.12 5/263 81245
/proc/meminfo: memFree=122466772/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3940968 memory=3654372 CPUtime=3572.01 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1038571 0 0 0 352902 4299 0 0 20 0 1 0 71441552 4035551232 913593 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 985242 913593 512 484 0 984653 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 3940968 KiB
Current children cumulated memory: 3654372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.33 4.20 4.12 5/263 81245
/proc/meminfo: memFree=122535256/131249996 swapFree=33006296/33010684
[pid=80958] ppid=80955 vsize=3935424 memory=3648788 CPUtime=3600.04 cores=5,7
/proc/80958/stat : 80958 (uwrmaxsat) R 80955 80958 80490 0 -1 4194304 1041604 0 0 0 355684 4320 0 0 20 0 1 0 71441552 4029874176 912197 18446744073709551615 4198400 6176925 140726977968016 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12230656 140726977972586 140726977972713 140726977972713 140726977978315 0
/proc/80958/statm: 983856 912197 512 484 0 983267 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3935424 KiB
Current children cumulated memory: 3648788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3556.85 s, system=43.2099 s

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

Child status: 0

Real time (s): 3610.41
CPU time (s): 3600.06
CPU user time (s): 3556.85
CPU system time (s): 43.2099
CPU usage (%): 99.7133
Max. virtual memory (cumulated for all children) (KiB): 4505936
Max. memory (cumulated for all children) (KiB): 4204720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3556.85
system time used= 43.2099
maximum resident set size= 4204720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1041604
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= 306
involuntary context switches= 3504


# summary of solver processes directly reported to runsolver:
#   pid: 80958
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3556.85
#   total CPU system time (s): 43.2099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.01879 second user time and 17.5144 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-03 17:47:21
IDJOB=4519391
IDBENCH=177240
IDSOLVER=3372
FILE ID=nodeC015/4519391-1751557640
RUNJOBID= nodeC015-1751554029-80503
SLURM_JOB_ID= 9598741
Free space on /tmp= 432292 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519391-1751557640/watcher-4519391-1751557640 -o /tmp/evaluation-result-4519391-1751557640/solver-4519391-1751557640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751554029-80503 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4519391-1751557640.opb -mem-lim=31000

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=126645368

nodeC015 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.706
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.14
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.251
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.14
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		: 3603.514
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.14
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.171
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.14
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.067
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.14
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.485
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.14
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.812
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.14
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		: 3600.063
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128767316 kB
MemAvailable:   129474932 kB
Buffers:            1508 kB
Cached:          1490712 kB
SwapCached:         3880 kB
Active:           536172 kB
Inactive:        1252860 kB
Active(anon):     262156 kB
Inactive(anon):    48808 kB
Active(file):     274016 kB
Inactive(file):  1204052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82080 kB
Writeback:             0 kB
AnonPages:        294568 kB
Mapped:           104500 kB
Shmem:             14152 kB
KReclaimable:     137572 kB
Slab:             228456 kB
SReclaimable:     137572 kB
SUnreclaim:        90884 kB
KernelStack:        4224 kB
PageTables:         3292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     606808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432272 MiB
End job on nodeC015 at 2025-07-03 18:47:31