Trace number 4542518

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.24 3613.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.opb
MD5SUMcca449fd552693742bf3f30208712226
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 benchmark1436.41
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2436672
Total number of constraints113788
Number of constraints which are clauses57482
Number of constraints which are cardinality constraints (but not clauses)51746
Number of constraints which are nor clauses,nor cardinality constraints4560
Minimum length of a constraint45
Maximum length of a constraint50
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 53
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...
9.57/9.73	c Converting 113788 PB-constraints to clauses...
11.56/11.71	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
36.75/37.07	c ============================[ Encoding Statistics ]============================
36.75/37.07	c |  Number of variables:       3418954                                         |
36.75/37.07	c |  Number of clauses:        12251946                                         |
36.75/37.07	c ===============================================================================
337.16/338.13	c Starting SCIP solver  (with time-limit: 900s) ...
1234.24/1238.88	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.03/3613.11	c *** TERMINATED by signal 15 ***
3600.03/3613.11	c _______________________________________________________________________________
3600.03/3613.11	c 
3600.03/3613.11	c _______________________________________________________________________________
3600.03/3613.11	c 
3600.03/3613.11	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3613.11	c Memory used            : 14059.00 MB
3600.03/3613.11	c CPU time               : 3586.93 s
3600.03/3613.11	c Constr Enc: Srt/BDD/Add: 56306 0 0
3600.03/3613.11	c _______________________________________________________________________________
3600.03/3613.11	c _______________________________________________________________________________
3600.03/3613.11	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: 63794 MiB (45801 MiB free)
  memory of node 1: 64507 MiB (38654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542518-1753217413/watcher-4542518-1753217413 -o /tmp/evaluation-result-4542518-1753217413/solver-4542518-1753217413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182341 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542518-1753217413.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=183266, runsolver pid=183263

[startup+0.100063 s]*
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86473996/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=33648 memory=17560 CPUtime=0.09 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 3741 0 0 0 9 0 0 0 20 0 1 0 237421129 34455552 4390 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 8412 4390 1120 3139 0 4700 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33648 KiB
Current children cumulated memory: 17560 KiB

[startup+0.207435 s]*
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86458120/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=46608 memory=29944 CPUtime=0.19 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 7245 0 0 0 18 1 0 0 20 0 1 0 237421129 47726592 7486 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 11652 7486 1120 3139 0 7940 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46608 KiB
Current children cumulated memory: 29944 KiB

[startup+0.305786 s]*
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86450308/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=57528 memory=41208 CPUtime=0.28 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 10053 0 0 0 26 2 0 0 20 0 1 0 237421129 58908672 10302 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 14382 10302 1120 3139 0 10670 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 57528 KiB
Current children cumulated memory: 41208 KiB

[startup+0.700208 s]
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86418304/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=127028 memory=107956 CPUtime=0.66 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 24456 0 0 0 61 5 0 0 20 0 1 0 237421129 130076672 26989 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 31757 26989 1120 3139 0 28045 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 127028 KiB
Current children cumulated memory: 107956 KiB

[startup+1.50016 s]
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86365660/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=263696 memory=242056 CPUtime=1.45 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 47246 0 0 0 135 10 0 0 20 0 1 0 237421129 270024704 60514 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 65924 60514 1120 3139 0 62212 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 263696 KiB
Current children cumulated memory: 242056 KiB

[startup+3.10534 s]
/proc/loadavg: 4.15 4.12 4.15 5/250 183267
/proc/meminfo: memFree=86009412/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=527168 memory=502196 CPUtime=3.04 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 86271 0 0 0 283 21 0 0 20 0 1 0 237421129 539820032 125549 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 131792 125549 1120 3139 0 128080 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 527168 KiB
Current children cumulated memory: 502196 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.12 4.15 5/250 183267
/proc/meminfo: memFree=85510924/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=1074364 memory=1040696 CPUtime=6.2 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 160677 0 0 0 582 38 0 0 20 0 1 0 237421129 1100148736 260174 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 268591 260174 1120 3139 0 264879 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 1074364 KiB
Current children cumulated memory: 1040696 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.13 4.15 5/250 183267
/proc/meminfo: memFree=84405736/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=2505060 memory=2437064 CPUtime=12.55 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 469710 0 0 0 1074 181 0 0 20 0 1 0 237421129 2565181440 609266 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 626265 609266 2688 3139 0 622553 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 2505060 KiB
Current children cumulated memory: 2437064 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.14 4.15 5/250 183267
/proc/meminfo: memFree=81606288/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=4853648 memory=4742404 CPUtime=25.28 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 901460 0 0 0 2269 259 0 0 20 0 1 0 237421129 4970135552 1185601 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1213412 1185601 2688 3139 0 1209700 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 4853648 KiB
Current children cumulated memory: 4742404 KiB

[startup+51.113 s]
/proc/loadavg: 4.15 4.13 4.15 5/251 183269
/proc/meminfo: memFree=73665192/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=6434220 memory=6158492 CPUtime=50.82 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1142074 0 0 0 4725 357 0 0 20 0 1 0 237421129 6588641280 1539623 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1608555 1539623 2688 3139 0 1604843 0
Current children cumulated CPU time: 50.82 s
Current children cumulated vsize: 6434220 KiB
Current children cumulated memory: 6158492 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/250 183270
/proc/meminfo: memFree=70290976/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=7070536 memory=6833136 CPUtime=101.89 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1159111 0 0 0 9680 509 0 0 20 0 1 0 237421129 7240228864 1708284 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1767634 1708284 2688 3139 0 1763922 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 7070536 KiB
Current children cumulated memory: 6833136 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/250 183272
/proc/meminfo: memFree=68820128/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=6781620 memory=6544580 CPUtime=161.75 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1179925 0 0 0 15483 692 0 0 20 0 1 0 237421129 6944378880 1636145 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1695405 1636145 2688 3139 0 1691693 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 6781620 KiB
Current children cumulated memory: 6544580 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/250 183274
/proc/meminfo: memFree=68620496/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=7137384 memory=6805316 CPUtime=221.62 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1210301 0 0 0 21312 850 0 0 20 0 1 0 237421129 7308681216 1701329 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1784346 1701329 2688 3139 0 1780634 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 7137384 KiB
Current children cumulated memory: 6805316 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 4.13 5/250 183276
/proc/meminfo: memFree=68475760/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=6951228 memory=6721212 CPUtime=281.47 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1220053 0 0 0 27228 919 0 0 20 0 1 0 237421129 7118057472 1680303 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 1737807 1680303 2688 3139 0 1734095 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 6951228 KiB
Current children cumulated memory: 6721212 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.09 4.12 5/249 183278
/proc/meminfo: memFree=66721060/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=9144564 memory=8756368 CPUtime=341.34 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 1763603 0 0 0 33069 1065 0 0 20 0 1 0 237421129 9364033536 2189060 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2286141 2189092 3040 3139 0 2282429 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 9144564 KiB
Current children cumulated memory: 8756368 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/250 183287
/proc/meminfo: memFree=62915784/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=13044048 memory=12004588 CPUtime=401.19 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2267030 0 0 0 38914 1205 0 0 20 0 1 0 237421129 13357105152 3001147 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 3261012 3001147 3136 3139 0 3257300 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 13044048 KiB
Current children cumulated memory: 12004588 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/251 183335
/proc/meminfo: memFree=60479892/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=13044048 memory=12004588 CPUtime=461.03 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2267321 0 0 0 44897 1206 0 0 20 0 1 0 237421129 13357105152 3001147 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 3261012 3001147 3136 3139 0 3257300 0

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

/proc/meminfo: memFree=70699520/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=2911.77 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2335540 0 0 0 289880 1297 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 2911.77 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.17 4.16 5/251 183475
/proc/meminfo: memFree=70702176/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=2971.56 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2335941 0 0 0 295858 1298 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 2971.56 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/251 183477
/proc/meminfo: memFree=70712684/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3031.34 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2336273 0 0 0 301835 1299 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3031.34 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.15 4.16 5/250 183479
/proc/meminfo: memFree=70734740/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3091.13 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2336690 0 0 0 307812 1301 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3091.13 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.13 4.15 5/250 183482
/proc/meminfo: memFree=70737984/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3150.92 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2336991 0 0 0 313790 1302 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3150.92 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/250 183484
/proc/meminfo: memFree=70749428/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3210.7 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2337327 0 0 0 319767 1303 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3210.7 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/250 183488
/proc/meminfo: memFree=70739580/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3270.48 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2337640 0 0 0 325743 1305 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3270.48 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3342.3 s]
/proc/loadavg: 3.40 3.94 4.08 3/238 183551
/proc/meminfo: memFree=83935324/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3330.24 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2338033 0 0 0 331719 1305 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3330.24 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3402.3 s]
/proc/loadavg: 2.56 3.60 3.95 3/238 183553
/proc/meminfo: memFree=83935492/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3390 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2338492 0 0 0 337693 1307 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3390 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3462.3 s]
/proc/loadavg: 2.32 3.34 3.84 3/241 183566
/proc/meminfo: memFree=83930572/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3449.78 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2338930 0 0 0 343670 1308 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3449.78 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3522.3 s]
/proc/loadavg: 2.18 3.11 3.73 3/241 183568
/proc/meminfo: memFree=83933856/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3509.55 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2339606 0 0 0 349646 1309 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3509.55 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

[startup+3582.3 s]
/proc/loadavg: 2.11 2.92 3.62 3/241 183570
/proc/meminfo: memFree=83939468/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3569.33 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2340114 0 0 0 355623 1310 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3569.33 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 2.07 2.83 3.57 3/241 183572
/proc/meminfo: memFree=83939708/131382116 swapFree=33010684/33010684
[pid=183266] ppid=183263 vsize=8320892 memory=8011720 CPUtime=3600.03 cores=4,6
/proc/183266/stat : 183266 (uwrmaxsat-scip) R 183263 183266 182330 0 -1 4194304 2340948 0 0 0 358693 1310 0 0 20 0 1 0 237421129 8520593408 2002930 18446744073709551615 4198400 17051741 140727023409872 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 29466624 140727023417656 140727023417826 140727023417826 140727023423430 0
/proc/183266/statm: 2080223 2002930 3264 3139 0 2076511 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 8320892 KiB
Current children cumulated memory: 8011720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.93 s, system=13.3105 s

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

[startup+3613.2 s]*
/proc/loadavg: 2.07 2.83 3.57 3/241 183572
/proc/meminfo: memFree=87255140/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3613.31 s]
/proc/loadavg: 2.07 2.83 3.57 3/241 183572
/proc/meminfo: memFree=87255140/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3613.32
CPU time (s): 3600.24
CPU user time (s): 3586.93
CPU system time (s): 13.3105
CPU usage (%): 99.6381
Max. virtual memory (cumulated for all children) (KiB): 14368816
Max. memory (cumulated for all children) (KiB): 12973628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.93
system time used= 13.3105
maximum resident set size= 12997564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2340948
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= 103
involuntary context switches= 1979


# summary of solver processes directly reported to runsolver:
#   pid: 183266
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3586.93
#   total CPU system time (s): 13.3105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3843 second user time and 34.3634 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 22:50:14
IDJOB=4542518
IDBENCH=163930
IDSOLVER=3373
FILE ID=nodeC011/4542518-1753217413
RUNJOBID= nodeC011-1753209881-182341
SLURM_JOB_ID= 9687771
Free space on /tmp= 432592 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.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-4542518-1753217413/watcher-4542518-1753217413 -o /tmp/evaluation-result-4542518-1753217413/solver-4542518-1753217413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182341 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542518-1753217413.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= cca449fd552693742bf3f30208712226
RANDOM SEED=1205459289

nodeC011 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	: 0xb00001f
cpu MHz		: 3659.682
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3632.012
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1198.065
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.277
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1198.116
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3662.666
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 2394.578
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        86482864 kB
MemAvailable:   116989044 kB
Buffers:            3276 kB
Cached:         31275872 kB
SwapCached:            0 kB
Active:         13381736 kB
Inactive:       30760180 kB
Active(anon):   12886844 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30758104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76232 kB
Writeback:             4 kB
AnonPages:      12864516 kB
Mapped:           143784 kB
Shmem:             26152 kB
KReclaimable:     185240 kB
Slab:             279156 kB
SReclaimable:     185240 kB
SUnreclaim:        93916 kB
KernelStack:        4032 kB
PageTables:        28336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13574356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3893248 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432668 MiB
End job on nodeC011 at 2025-07-22 23:50:28