Trace number 4545404

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.03 3610.11

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
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 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.20/0.29	c Converting 26828 PB-constraints to clauses...
0.30/0.31	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
1.78/1.84	c ============================[ Encoding Statistics ]============================
1.78/1.84	c |  Number of variables:        254220                                         |
1.78/1.84	c |  Number of clauses:         1210110                                         |
1.78/1.84	c ===============================================================================
301.92/302.84	c Starting SCIP solver  (with time-limit: 900s) ...
1199.34/1202.86	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.02/3610.10	c *** TERMINATED by signal 15 ***
3600.02/3610.10	c _______________________________________________________________________________
3600.02/3610.10	c 
3600.02/3610.10	c _______________________________________________________________________________
3600.02/3610.10	c 
3600.02/3610.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.10	c Memory used            : 802.00 MB
3600.02/3610.10	c CPU time               : 3599.28 s
3600.02/3610.10	c Constr Enc: Srt/BDD/Add: 17328 0 0
3600.02/3610.10	c _______________________________________________________________________________
3600.02/3610.10	c _______________________________________________________________________________
3600.02/3610.10	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 (60310 MiB free)
  memory of node 1: 64465 MiB (61292 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545404-1753228950/watcher-4545404-1753228950 -o /tmp/evaluation-result-4545404-1753228950/solver-4545404-1753228950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169401 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4545404-1753228950.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=172524, runsolver pid=172521

[startup+0.100063 s]*
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124509240/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=35748 memory=19588 CPUtime=0.09 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 4110 0 0 0 9 0 0 0 20 0 1 0 238571556 36605952 4897 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 8937 4897 1120 3139 0 5225 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35748 KiB
Current children cumulated memory: 19588 KiB

[startup+0.205463 s]*
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124493652/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=52828 memory=36608 CPUtime=0.2 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 8532 0 0 0 19 1 0 0 20 0 1 0 238571556 54095872 9152 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 13207 9152 1120 3139 0 9495 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52828 KiB
Current children cumulated memory: 36608 KiB

[startup+0.305524 s]*
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124474572/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=73280 memory=56668 CPUtime=0.3 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 18024 0 0 0 27 3 0 0 20 0 1 0 238571556 75038720 14167 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 18320 14167 1184 3139 0 14608 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 73280 KiB
Current children cumulated memory: 56668 KiB

[startup+0.700174 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124414344/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=197908 memory=174284 CPUtime=0.68 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 43976 0 0 0 62 6 0 0 20 0 1 0 238571556 202657792 43059 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 49477 43571 2688 3139 0 45765 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 197908 KiB
Current children cumulated memory: 174284 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124294816/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=403648 memory=359128 CPUtime=1.48 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 66415 0 0 0 135 13 0 0 20 0 1 0 238571556 413335552 89782 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 100912 89782 2688 3139 0 97200 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 403648 KiB
Current children cumulated memory: 359128 KiB

[startup+3.10536 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=124026776/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=618424 memory=559436 CPUtime=3.09 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 78075 0 0 0 290 19 0 0 20 0 1 0 238571556 633266176 139859 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 154606 139859 2688 3139 0 150894 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 618424 KiB
Current children cumulated memory: 559436 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 172525
/proc/meminfo: memFree=123956068/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=613212 memory=544128 CPUtime=6.28 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 82606 0 0 0 605 23 0 0 20 0 1 0 238571556 627929088 136032 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 153303 136032 2688 3139 0 149591 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 613212 KiB
Current children cumulated memory: 544128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.15 4.12 5/263 172525
/proc/meminfo: memFree=123972780/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=540476 memory=485824 CPUtime=12.65 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 89939 0 0 0 1235 30 0 0 20 0 1 0 238571556 553447424 121456 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 135119 121456 2688 3139 0 131407 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 540476 KiB
Current children cumulated memory: 485824 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.16 4.12 5/263 172526
/proc/meminfo: memFree=123972072/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=560320 memory=512820 CPUtime=25.42 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 95733 0 0 0 2507 35 0 0 20 0 1 0 238571556 573767680 128205 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 140080 128205 2688 3139 0 136368 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 560320 KiB
Current children cumulated memory: 512820 KiB

[startup+51.1054 s]
/proc/loadavg: 4.09 4.15 4.12 5/263 172526
/proc/meminfo: memFree=123958804/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=590444 memory=513160 CPUtime=50.95 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 98747 0 0 0 5056 39 0 0 20 0 1 0 238571556 604614656 128290 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147611 128290 2688 3139 0 143899 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 590444 KiB
Current children cumulated memory: 513160 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.14 4.11 5/265 172534
/proc/meminfo: memFree=123897424/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=556600 memory=481556 CPUtime=101.99 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 99618 0 0 0 10159 40 0 0 20 0 1 0 238571556 569958400 120389 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 139150 120389 2688 3139 0 135438 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 556600 KiB
Current children cumulated memory: 481556 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/264 172537
/proc/meminfo: memFree=123798124/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=610984 memory=537820 CPUtime=161.81 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 101030 0 0 0 16140 41 0 0 20 0 1 0 238571556 625647616 134455 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 152746 134455 2688 3139 0 149034 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 610984 KiB
Current children cumulated memory: 537820 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.19 4.13 5/264 172539
/proc/meminfo: memFree=123501184/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=555848 memory=482724 CPUtime=221.65 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 102579 0 0 0 22122 43 0 0 20 0 1 0 238571556 569188352 120681 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 138962 120681 2688 3139 0 135250 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 555848 KiB
Current children cumulated memory: 482724 KiB

[startup+282.3 s]
/proc/loadavg: 4.21 4.18 4.13 5/264 172541
/proc/meminfo: memFree=123449004/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=557672 memory=487016 CPUtime=281.48 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 103746 0 0 0 28104 44 0 0 20 0 1 0 238571556 571056128 121754 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 139418 121754 2688 3139 0 135706 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 557672 KiB
Current children cumulated memory: 487016 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/264 172545
/proc/meminfo: memFree=123195596/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=804260 memory=676992 CPUtime=341.3 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 135185 0 0 0 34080 50 0 0 20 0 1 0 238571556 823562240 169248 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 201065 169248 3264 3139 0 197353 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 804260 KiB
Current children cumulated memory: 676992 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.13 4.11 5/264 172548
/proc/meminfo: memFree=123126100/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=816804 memory=688916 CPUtime=401.12 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 136131 0 0 0 40062 50 0 0 20 0 1 0 238571556 836407296 172229 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 204201 172229 3264 3139 0 200489 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 816804 KiB
Current children cumulated memory: 688916 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/264 172550
/proc/meminfo: memFree=123079792/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=821004 memory=693168 CPUtime=460.95 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 136716 0 0 0 46045 50 0 0 20 0 1 0 238571556 840708096 173292 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 205251 173292 3264 3139 0 201539 0
Current children cumulated CPU time: 460.95 s

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

Current children cumulated memory: 529448 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 172713
/proc/meminfo: memFree=123434292/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=588856 memory=529576 CPUtime=2914 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 142661 0 0 0 291342 58 0 0 20 0 1 0 238571556 602988544 132394 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147214 132394 3264 3139 0 143502 0
Current children cumulated CPU time: 2914 s
Current children cumulated vsize: 588856 KiB
Current children cumulated memory: 529576 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 172715
/proc/meminfo: memFree=123398020/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=640124 memory=581048 CPUtime=2973.82 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 143290 0 0 0 297323 59 0 0 20 0 1 0 238571556 655486976 145262 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 160031 145262 3264 3139 0 156319 0
Current children cumulated CPU time: 2973.82 s
Current children cumulated vsize: 640124 KiB
Current children cumulated memory: 581048 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 172852
/proc/meminfo: memFree=125843368/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=589164 memory=531036 CPUtime=3033.66 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 144237 0 0 0 303304 62 0 0 20 0 1 0 238571556 603303936 132759 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147291 132759 3264 3139 0 143579 0
Current children cumulated CPU time: 3033.66 s
Current children cumulated vsize: 589164 KiB
Current children cumulated memory: 531036 KiB

[startup+3102.3 s]
/proc/loadavg: 3.57 3.95 4.04 4/258 172930
/proc/meminfo: memFree=125990220/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=589164 memory=531292 CPUtime=3093.51 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 144848 0 0 0 309288 63 0 0 20 0 1 0 238571556 603303936 132823 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147291 132823 3264 3139 0 143579 0
Current children cumulated CPU time: 3093.51 s
Current children cumulated vsize: 589164 KiB
Current children cumulated memory: 531292 KiB

[startup+3162.3 s]
/proc/loadavg: 3.25 3.79 3.98 3/253 172968
/proc/meminfo: memFree=127336836/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=589164 memory=531292 CPUtime=3153.36 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 144888 0 0 0 315273 63 0 0 20 0 1 0 238571556 603303936 132823 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147291 132823 3264 3139 0 143579 0
Current children cumulated CPU time: 3153.36 s
Current children cumulated vsize: 589164 KiB
Current children cumulated memory: 531292 KiB

[startup+3222.3 s]
/proc/loadavg: 2.49 3.48 3.86 3/253 172970
/proc/meminfo: memFree=127325636/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=589164 memory=531292 CPUtime=3213.21 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 146141 0 0 0 321257 64 0 0 20 0 1 0 238571556 603303936 132823 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 147291 132823 3264 3139 0 143579 0
Current children cumulated CPU time: 3213.21 s
Current children cumulated vsize: 589164 KiB
Current children cumulated memory: 531292 KiB

[startup+3282.3 s]
/proc/loadavg: 2.23 3.22 3.74 3/253 172972
/proc/meminfo: memFree=127304768/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=637132 memory=579208 CPUtime=3273.07 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 146908 0 0 0 327242 65 0 0 20 0 1 0 238571556 652423168 144802 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 159283 144802 3264 3139 0 155571 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 637132 KiB
Current children cumulated memory: 579208 KiB

[startup+3342.3 s]
/proc/loadavg: 2.27 3.04 3.65 3/254 172975
/proc/meminfo: memFree=127388332/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=556076 memory=498204 CPUtime=3332.94 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 147995 0 0 0 333228 66 0 0 20 0 1 0 238571556 569421824 124551 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 139019 124551 3264 3139 0 135307 0
Current children cumulated CPU time: 3332.94 s
Current children cumulated vsize: 556076 KiB
Current children cumulated memory: 498204 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.87 3.55 3/254 172979
/proc/meminfo: memFree=127375296/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=572928 memory=515184 CPUtime=3392.79 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 149397 0 0 0 339211 68 0 0 20 0 1 0 238571556 586678272 128796 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 143232 128796 3264 3139 0 139520 0
Current children cumulated CPU time: 3392.79 s
Current children cumulated vsize: 572928 KiB
Current children cumulated memory: 515184 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 2.71 3.45 3/252 172981
/proc/meminfo: memFree=127366156/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=562564 memory=504880 CPUtime=3452.65 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 152387 0 0 0 345192 73 0 0 20 0 1 0 238571556 576065536 126220 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 140641 126220 3264 3139 0 136929 0
Current children cumulated CPU time: 3452.65 s
Current children cumulated vsize: 562564 KiB
Current children cumulated memory: 504880 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.61 3.36 4/254 172998
/proc/meminfo: memFree=127819624/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=555068 memory=497180 CPUtime=3512.48 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 153033 0 0 0 351175 73 0 0 20 0 1 0 238571556 568389632 124295 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 138767 124295 3264 3139 0 135055 0
Current children cumulated CPU time: 3512.48 s
Current children cumulated vsize: 555068 KiB
Current children cumulated memory: 497180 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.51 3.28 3/253 172999
/proc/meminfo: memFree=127834912/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=555068 memory=499244 CPUtime=3572.3 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 153131 0 0 0 357156 74 0 0 20 0 1 0 238571556 568389632 124811 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 138767 124811 3264 3139 0 135055 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 555068 KiB
Current children cumulated memory: 499244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 2.12 2.48 3.24 3/253 173002
/proc/meminfo: memFree=127778516/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=615044 memory=559132 CPUtime=3600.02 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 154331 0 0 0 359928 74 0 0 20 0 1 0 238571556 629805056 139783 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 153761 139783 3264 3139 0 150049 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 615044 KiB
Current children cumulated memory: 559132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.28 s, system=0.750776 s

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

[startup+3610.11 s]
/proc/loadavg: 2.12 2.48 3.24 3/253 173002
/proc/meminfo: memFree=127778516/131250000 swapFree=33008356/33010684
[pid=172524] ppid=172521 vsize=615044 memory=559132 CPUtime=3600.02 cores=1,3
/proc/172524/stat : 172524 (uwrmaxsat-scip) R 172521 172524 169389 0 -1 4194304 154331 0 0 0 359928 74 0 0 20 0 1 0 238571556 629805056 139783 18446744073709551615 4198400 17051741 140733070539216 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27971584 140733070543160 140733070543330 140733070543330 140733070548934 0
/proc/172524/statm: 153761 139783 3264 3139 0 150049 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 615044 KiB
Current children cumulated memory: 559132 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.03
CPU user time (s): 3599.28
CPU system time (s): 0.750776
CPU usage (%): 99.7209
Max. virtual memory (cumulated for all children) (KiB): 821724
Max. memory (cumulated for all children) (KiB): 693424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 0.750776
maximum resident set size= 693424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154331
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= 48
involuntary context switches= 4888


# summary of solver processes directly reported to runsolver:
#   pid: 172524
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.28
#   total CPU system time (s): 0.750776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72725 second user time and 15.4369 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 02:02:30
IDJOB=4545404
IDBENCH=180853
IDSOLVER=3373
FILE ID=nodeC014/4545404-1753228950
RUNJOBID= nodeC014-1753222581-169401
SLURM_JOB_ID= 9687821
Free space on /tmp= 432800 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_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-4545404-1753228950/watcher-4545404-1753228950 -o /tmp/evaluation-result-4545404-1753228950/solver-4545404-1753228950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169401 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4545404-1753228950.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=935064543

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.081
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.131
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		: 3605.717
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		: 3546.269
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		: 3600.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.124
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		: 3700.000
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		: 3592.403
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:        124521024 kB
MemAvailable:   125041040 kB
Buffers:             696 kB
Cached:          1265020 kB
SwapCached:         1624 kB
Active:          5516656 kB
Inactive:         445012 kB
Active(anon):    4694868 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   419316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17644 kB
Writeback:             0 kB
AnonPages:       4697372 kB
Mapped:           148196 kB
Shmem:             24612 kB
KReclaimable:     236300 kB
Slab:             331956 kB
SReclaimable:     236300 kB
SUnreclaim:        95656 kB
KernelStack:        4220 kB
PageTables:        12624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5643940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1708032 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= 432828 MiB
End job on nodeC014 at 2025-07-23 03:02:40