Trace number 4545326

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-SCIP 2025-06-04? (TO) 3600.07 3610.9

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.69/1.75	c Converting 200234 PB-constraints to clauses...
1.88/1.91	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
9.07/9.12	c ============================[ Encoding Statistics ]============================
9.07/9.12	c |  Number of variables:        524837                                         |
9.07/9.12	c |  Number of clauses:         1215028                                         |
9.07/9.12	c ===============================================================================
309.19/310.12	c Starting SCIP solver  (with time-limit: 900s) ...
1213.44/1216.91	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.06/3610.90	c *** TERMINATED by signal 15 ***
3600.06/3610.90	c _______________________________________________________________________________
3600.06/3610.90	c 
3600.06/3610.90	c _______________________________________________________________________________
3600.06/3610.90	c 
3600.06/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.90	c Memory used            : 1866.00 MB
3600.06/3610.90	c CPU time               : 3598.95 s
3600.06/3610.90	c Constr Enc: Srt/BDD/Add: 120575 0 0
3600.06/3610.90	c _______________________________________________________________________________
3600.06/3610.90	c _______________________________________________________________________________
3600.06/3610.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 (62344 MiB free)
  memory of node 1: 64465 MiB (60141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545326-1753228499/watcher-4545326-1753228499 -o /tmp/evaluation-result-4545326-1753228499/solver-4545326-1753228499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169400 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4545326-1753228499.opb -no-par -scip-delay=300 -scip-cpu=900 -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=172402, runsolver pid=172399

[startup+0.100067 s]*
/proc/loadavg: 4.12 4.12 4.09 5/265 172403
/proc/meminfo: memFree=125417932/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=35916 memory=20076 CPUtime=0.09 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 4107 0 0 0 9 0 0 0 20 0 1 0 238526506 36777984 5019 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 8979 5019 1120 3139 0 5267 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35916 KiB
Current children cumulated memory: 20076 KiB

[startup+0.205405 s]*
/proc/loadavg: 4.12 4.12 4.09 5/265 172403
/proc/meminfo: memFree=125410120/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=51968 memory=35952 CPUtime=0.19 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 8182 0 0 0 19 0 0 0 20 0 1 0 238526506 53215232 8988 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 12992 8988 1120 3139 0 9280 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 51968 KiB
Current children cumulated memory: 35952 KiB

[startup+0.30534 s]*
/proc/loadavg: 4.12 4.12 4.09 5/265 172403
/proc/meminfo: memFree=125393992/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=68336 memory=52084 CPUtime=0.29 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 12388 0 0 0 29 0 0 0 20 0 1 0 238526506 69976064 13021 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 17084 13021 1120 3139 0 13372 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68336 KiB
Current children cumulated memory: 52084 KiB

[startup+0.700172 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 172403
/proc/meminfo: memFree=125361988/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=127972 memory=111288 CPUtime=0.68 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 27062 0 0 0 65 3 0 0 20 0 1 0 238526506 131043328 27822 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 31993 27822 1120 3139 0 28281 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 127972 KiB
Current children cumulated memory: 111288 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 172403
/proc/meminfo: memFree=125289664/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=249808 memory=232428 CPUtime=1.48 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 56592 0 0 0 138 10 0 0 20 0 1 0 238526506 255803392 58107 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 62452 58107 1120 3139 0 58740 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 249808 KiB
Current children cumulated memory: 232428 KiB

[startup+3.10524 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 172403
/proc/meminfo: memFree=124969824/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=494752 memory=482528 CPUtime=3.08 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 119137 0 0 0 288 20 0 0 20 0 1 0 238526506 506626048 120632 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 123688 120632 2688 3139 0 119976 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 494752 KiB
Current children cumulated memory: 482528 KiB

[startup+6.30016 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 172403
/proc/meminfo: memFree=124915556/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=553260 memory=535144 CPUtime=6.27 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 126860 0 0 0 604 23 0 0 20 0 1 0 238526506 566538240 133786 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 138315 133786 2688 3139 0 134603 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 553260 KiB
Current children cumulated memory: 535144 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 172403
/proc/meminfo: memFree=124631016/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=870240 memory=827644 CPUtime=12.66 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 144970 0 0 0 1232 34 0 0 20 0 1 0 238526506 891125760 206911 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 217560 206911 2688 3139 0 213848 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 870240 KiB
Current children cumulated memory: 827644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 172403
/proc/meminfo: memFree=124672920/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=798168 memory=747620 CPUtime=25.42 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 151914 0 0 0 2505 37 0 0 20 0 1 0 238526506 817324032 186905 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 199542 186905 2688 3139 0 195830 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 798168 KiB
Current children cumulated memory: 747620 KiB

[startup+51.1053 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 172404
/proc/meminfo: memFree=124682092/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=806360 memory=754360 CPUtime=50.95 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 152068 0 0 0 5058 37 0 0 20 0 1 0 238526506 825712640 188590 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 201590 188590 2688 3139 0 197878 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 806360 KiB
Current children cumulated memory: 754360 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 172405
/proc/meminfo: memFree=124624684/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=806360 memory=754360 CPUtime=102.01 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 152107 0 0 0 10163 38 0 0 20 0 1 0 238526506 825712640 188590 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 201590 188590 2688 3139 0 197878 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 806360 KiB
Current children cumulated memory: 754360 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.14 4.10 5/266 172410
/proc/meminfo: memFree=124417496/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=806360 memory=754360 CPUtime=161.82 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 152168 0 0 0 16144 38 0 0 20 0 1 0 238526506 825712640 188590 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 201590 188590 2688 3139 0 197878 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 806360 KiB
Current children cumulated memory: 754360 KiB

[startup+222.3 s]
/proc/loadavg: 4.58 4.25 4.14 5/265 172456
/proc/meminfo: memFree=124852540/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=806360 memory=754360 CPUtime=221.64 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 152201 0 0 0 22123 41 0 0 20 0 1 0 238526506 825712640 188590 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 201590 188590 2688 3139 0 197878 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 806360 KiB
Current children cumulated memory: 754360 KiB

[startup+282.3 s]
/proc/loadavg: 4.27 4.22 4.14 5/265 172458
/proc/meminfo: memFree=124779504/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=814552 memory=758456 CPUtime=281.47 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 152749 0 0 0 28105 42 0 0 20 0 1 0 238526506 834101248 189614 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 203638 189614 2688 3139 0 199926 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 814552 KiB
Current children cumulated memory: 758456 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.19 4.13 5/266 172461
/proc/meminfo: memFree=124304420/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1195328 memory=1138124 CPUtime=341.29 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 245275 0 0 0 34072 57 0 0 20 0 1 0 238526506 1224015872 284531 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 298832 284531 3104 3139 0 295120 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 1195328 KiB
Current children cumulated memory: 1138124 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.17 4.12 5/265 172478
/proc/meminfo: memFree=123922048/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1639196 memory=1481920 CPUtime=401.13 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 312778 0 0 0 40042 71 0 0 20 0 1 0 238526506 1678536704 370480 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 409799 370480 3264 3139 0 406087 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 1639196 KiB
Current children cumulated memory: 1481920 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.15 4.12 5/263 172525
/proc/meminfo: memFree=123972780/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1659868 memory=1503252 CPUtime=460.98 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 314565 0 0 0 46026 72 0 0 20 0 1 0 238526506 1699704832 375813 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 414967 375813 3264 3139 0 411255 0
Current children cumulated CPU time: 460.98 s

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

Current children cumulated memory: 1325880 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/265 172688
/proc/meminfo: memFree=123912312/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1326264 CPUtime=2913.5 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 377972 0 0 0 291246 104 0 0 20 0 1 0 238526506 1420320768 331566 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 331566 3296 3139 0 343046 0
Current children cumulated CPU time: 2913.5 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1326264 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/263 172694
/proc/meminfo: memFree=123890300/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1330616 CPUtime=2973.35 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378136 0 0 0 297231 104 0 0 20 0 1 0 238526506 1420320768 332654 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 332654 3296 3139 0 343046 0
Current children cumulated CPU time: 2973.35 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1330616 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/265 172699
/proc/meminfo: memFree=123563940/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1330616 CPUtime=3033.18 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378186 0 0 0 303214 104 0 0 20 0 1 0 238526506 1420320768 332654 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 332654 3296 3139 0 343046 0
Current children cumulated CPU time: 3033.18 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1330616 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/265 172701
/proc/meminfo: memFree=123472620/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1337400 CPUtime=3093.01 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378343 0 0 0 309197 104 0 0 20 0 1 0 238526506 1420320768 334350 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 334350 3296 3139 0 343046 0
Current children cumulated CPU time: 3093.01 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1337400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 172703
/proc/meminfo: memFree=123459788/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1339960 CPUtime=3152.83 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378520 0 0 0 315179 104 0 0 20 0 1 0 238526506 1420320768 334990 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 334990 3296 3139 0 343046 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1339960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 172708
/proc/meminfo: memFree=123510744/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1342904 CPUtime=3212.65 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378580 0 0 0 321161 104 0 0 20 0 1 0 238526506 1420320768 335726 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335726 3296 3139 0 343046 0
Current children cumulated CPU time: 3212.65 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1342904 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 172710
/proc/meminfo: memFree=123510692/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3272.48 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 378783 0 0 0 327144 104 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3272.48 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 172712
/proc/meminfo: memFree=123432988/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3332.3 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379010 0 0 0 333126 104 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 172714
/proc/meminfo: memFree=123455500/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3392.13 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379152 0 0 0 339109 104 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 172716
/proc/meminfo: memFree=123488140/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3451.96 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379235 0 0 0 345091 105 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3451.96 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

[startup+3522.3 s]
/proc/loadavg: 3.84 4.04 4.07 4/257 172928
/proc/meminfo: memFree=125996644/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3511.72 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379494 0 0 0 351061 111 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3511.72 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

[startup+3582.3 s]
/proc/loadavg: 3.42 3.87 4.01 4/258 172935
/proc/meminfo: memFree=125992488/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3571.54 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379739 0 0 0 357043 111 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3571.54 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 3.25 3.79 3.98 4/259 172937
/proc/meminfo: memFree=125991368/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3600.06 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379739 0 0 0 359895 111 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.95 s, system=1.12228 s

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

[startup+3610.9 s]
/proc/loadavg: 3.25 3.79 3.98 4/259 172937
/proc/meminfo: memFree=125991368/131250000 swapFree=33008356/33010684
[pid=172402] ppid=172399 vsize=1387032 memory=1343160 CPUtime=3600.06 cores=4,6
/proc/172402/stat : 172402 (uwrmaxsat-scip) R 172399 172402 169389 0 -1 4194304 379739 0 0 0 359895 111 0 0 20 0 1 0 238526506 1420320768 335790 18446744073709551615 4198400 17051741 140736020969392 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53858304 140736020977976 140736020978146 140736020978146 140736020983750 0
/proc/172402/statm: 346758 335790 3296 3139 0 343046 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1387032 KiB
Current children cumulated memory: 1343160 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.07
CPU user time (s): 3598.95
CPU system time (s): 1.12228
CPU usage (%): 99.7001
Max. virtual memory (cumulated for all children) (KiB): 1911384
Max. memory (cumulated for all children) (KiB): 1751768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.95
system time used= 1.12228
maximum resident set size= 1751768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379739
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= 131
involuntary context switches= 2875


# summary of solver processes directly reported to runsolver:
#   pid: 172402
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.95
#   total CPU system time (s): 1.12228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55533 second user time and 15.6463 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 01:54:59
IDJOB=4545326
IDBENCH=180812
IDSOLVER=3373
FILE ID=nodeC014/4545326-1753228499
RUNJOBID= nodeC014-1753222581-169400
SLURM_JOB_ID= 9687821
Free space on /tmp= 432796 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545326-1753228499/watcher-4545326-1753228499 -o /tmp/evaluation-result-4545326-1753228499/solver-4545326-1753228499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169400 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4545326-1753228499.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=327048904

nodeC014 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.089
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.23
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.115
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.23
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.847
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.23
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		: 3700.000
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.23
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		: 3598.122
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.23
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.060
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.111
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.256
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125425984 kB
MemAvailable:   125946652 kB
Buffers:             696 kB
Cached:          1265692 kB
SwapCached:         1624 kB
Active:          4615028 kB
Inactive:         445684 kB
Active(anon):    3793240 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   419988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27224 kB
Writeback:             4 kB
AnonPages:       3793828 kB
Mapped:           143376 kB
Shmem:             24612 kB
KReclaimable:     236264 kB
Slab:             332124 kB
SReclaimable:     236264 kB
SUnreclaim:        95860 kB
KernelStack:        4272 kB
PageTables:        10532 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4570216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC014 at 2025-07-23 02:55:10