Trace number 4542245

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-04UNSAT 1181.45 1185.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
MD5SUM664376cebc4ace2a9adeb41aa7b140b0
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 benchmark4.20328
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables64680
Total number of constraints8494
Number of constraints which are clauses4352
Number of constraints which are cardinality constraints (but not clauses)3362
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint17
Maximum length of a constraint22
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 25
Number of bits of the biggest sum of numbers5
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.60/0.70	c Converting 8494 PB-constraints to clauses...
0.69/0.75	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
1.29/1.37	c ============================[ Encoding Statistics ]============================
1.29/1.37	c |  Number of variables:        103770                                         |
1.29/1.37	c |  Number of clauses:          382336                                         |
1.29/1.37	c ===============================================================================
301.36/302.38	c Starting SCIP solver  (with time-limit: 900s) ...
1181.41/1185.50	c SCIP result: UNSATISFIABLE
1181.41/1185.50	c _______________________________________________________________________________
1181.41/1185.50	c 
1181.41/1185.50	c SCIP: SCIP Status        : problem is solved [infeasible]
1181.41/1185.50	c SCIP: Original Problem   :
1181.41/1185.50	c SCIP:   Problem name     : instance-4542245-1753214971.opb
1181.41/1185.50	c SCIP:   Variables        : 64680 (64680 binary, 0 integer, 0 implicit integer, 0 continuous)
1181.41/1185.50	c SCIP:   Constraints      : 16988 initial, 16988 maximal
1181.41/1185.50	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1181.41/1185.50	c SCIP: Total Time         :     883.13
1181.41/1185.50	c SCIP:   solving          :     883.13
1181.41/1185.50	c SCIP:   presolving       :      34.33 (included in solving)
1181.41/1185.50	c SCIP:   reading          :       0.00
1181.41/1185.50	c SCIP:   copying          :       0.67 (7 #copies) (minimal 0.09, maximal 0.10, average 0.10)
1181.41/1185.50	c =======================[ UWrMaxSat resources usage ]===========================
1181.41/1185.50	c Memory used            : 1293.00 MB
1181.41/1185.50	c CPU time               : 1180.53 s
1181.41/1185.50	c Constr Enc: Srt/BDD/Add: 4142 0 0
1181.41/1185.50	c _______________________________________________________________________________
1181.41/1185.50	s UNSATISFIABLE

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 (46115 MiB free)
  memory of node 1: 64507 MiB (50602 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=182973, runsolver pid=182970
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 4.30 4.25 4.16 5/250 182974
/proc/meminfo: memFree=99035908/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=28204 memory=12280 CPUtime=0.1 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 2229 0 0 0 10 0 0 0 20 0 1 0 237176848 28880896 3070 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 7051 3070 1120 3139 0 3339 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28204 KiB
Current children cumulated memory: 12280 KiB

[startup+0.213189 s]*
/proc/loadavg: 4.30 4.25 4.16 5/250 182974
/proc/meminfo: memFree=99028852/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=35652 memory=19524 CPUtime=0.22 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 4230 0 0 0 21 1 0 0 20 0 1 0 237176848 36507648 4881 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 8913 4881 1120 3139 0 5201 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35652 KiB
Current children cumulated memory: 19524 KiB

[startup+0.31305 s]*
/proc/loadavg: 4.30 4.25 4.16 5/250 182974
/proc/meminfo: memFree=99021040/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=40232 memory=24260 CPUtime=0.31 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 5422 0 0 0 30 1 0 0 20 0 1 0 237176848 41197568 6065 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 10058 6065 1120 3139 0 6346 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40232 KiB
Current children cumulated memory: 24260 KiB

[startup+0.700291 s]
/proc/loadavg: 4.30 4.25 4.16 5/250 182974
/proc/meminfo: memFree=99009524/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=66552 memory=49772 CPUtime=0.69 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 12134 0 0 0 66 3 0 0 20 0 1 0 237176848 68149248 12411 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 16638 12443 1152 3139 0 12926 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 66552 KiB
Current children cumulated memory: 49772 KiB

[startup+1.5003 s]
/proc/loadavg: 4.27 4.25 4.16 5/250 182974
/proc/meminfo: memFree=98908976/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=230588 memory=209736 CPUtime=1.48 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 52487 0 0 0 137 11 0 0 20 0 1 0 237176848 236122112 52434 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 57647 52434 2688 3139 0 53935 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 230588 KiB
Current children cumulated memory: 209736 KiB

[startup+3.11316 s]
/proc/loadavg: 4.27 4.25 4.16 5/250 182974
/proc/meminfo: memFree=98816528/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=247788 memory=231860 CPUtime=3.09 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 59250 0 0 0 295 14 0 0 20 0 1 0 237176848 253734912 57965 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 61947 57965 2720 3139 0 58235 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 247788 KiB
Current children cumulated memory: 231860 KiB

[startup+6.3003 s]
/proc/loadavg: 4.33 4.26 4.16 5/250 182974
/proc/meminfo: memFree=98822768/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=236276 memory=220348 CPUtime=6.27 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 67195 0 0 0 608 19 0 0 20 0 1 0 237176848 241946624 55087 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 59069 55087 2720 3139 0 55357 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 236276 KiB
Current children cumulated memory: 220348 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.26 4.16 5/250 182974
/proc/meminfo: memFree=98809812/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=255304 memory=237128 CPUtime=12.65 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 74608 0 0 0 1241 24 0 0 20 0 1 0 237176848 261431296 59282 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 63826 59282 2720 3139 0 60114 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 255304 KiB
Current children cumulated memory: 237128 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.25 4.16 5/250 182974
/proc/meminfo: memFree=98815096/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=282324 memory=266360 CPUtime=25.39 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 84533 0 0 0 2509 30 0 0 20 0 1 0 237176848 289099776 66590 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 70581 66590 2720 3139 0 66869 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 282324 KiB
Current children cumulated memory: 266360 KiB

[startup+51.1128 s]
/proc/loadavg: 4.24 4.24 4.16 5/249 182975
/proc/meminfo: memFree=98810564/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=266076 memory=250360 CPUtime=50.91 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 88946 0 0 0 5057 34 0 0 20 0 1 0 237176848 272461824 62590 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 66519 62590 2720 3139 0 62807 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 266076 KiB
Current children cumulated memory: 250360 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.22 4.15 5/249 182977
/proc/meminfo: memFree=98778988/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=287136 memory=273272 CPUtime=101.94 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 96359 0 0 0 10155 39 0 0 20 0 1 0 237176848 294027264 68318 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 71784 68318 2720 3139 0 68072 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 287136 KiB
Current children cumulated memory: 273272 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.21 4.15 5/250 182980
/proc/meminfo: memFree=98784640/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=289044 memory=275192 CPUtime=161.76 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 96956 0 0 0 16136 40 0 0 20 0 1 0 237176848 295981056 68798 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 72261 68798 2720 3139 0 68549 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 289044 KiB
Current children cumulated memory: 275192 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.20 4.15 5/250 182982
/proc/meminfo: memFree=98649008/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=315868 memory=302844 CPUtime=221.59 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 97630 0 0 0 22119 40 0 0 20 0 1 0 237176848 323448832 75711 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 78967 75711 2720 3139 0 75255 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 315868 KiB
Current children cumulated memory: 302844 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.19 4.15 5/250 182984
/proc/meminfo: memFree=98705296/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=330860 memory=317816 CPUtime=281.42 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 100876 0 0 0 28099 43 0 0 20 0 1 0 237176848 338800640 79454 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 82715 79454 2720 3139 0 79003 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 330860 KiB
Current children cumulated memory: 317816 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.17 4.15 5/251 182993
/proc/meminfo: memFree=98349324/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=803208 memory=685204 CPUtime=341.26 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 190525 0 0 0 34070 56 0 0 20 0 1 0 237176848 822484992 171301 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 200802 171301 3296 3139 0 197090 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 803208 KiB
Current children cumulated memory: 685204 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.17 4.15 5/251 182994
/proc/meminfo: memFree=97929108/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1218572 memory=1081072 CPUtime=401.06 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 352666 0 0 0 40024 82 0 0 20 0 1 0 237176848 1247817728 270268 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 304643 270268 3296 3139 0 300931 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 1218572 KiB
Current children cumulated memory: 1081072 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.15 4.14 5/251 182997
/proc/meminfo: memFree=97928336/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1218572 memory=1081712 CPUtime=460.85 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 352834 0 0 0 46003 82 0 0 20 0 1 0 237176848 1247817728 270428 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 304643 270428 3296 3139 0 300931 0
Current children cumulated CPU time: 460.85 s

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

/proc/loadavg: 4.16 4.14 4.14 5/250 183003
/proc/meminfo: memFree=97942680/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1218572 memory=1083760 CPUtime=640.23 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 353570 0 0 0 63940 83 0 0 20 0 1 0 237176848 1247817728 270940 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 304643 270940 3296 3139 0 300931 0
Current children cumulated CPU time: 640.23 s
Current children cumulated vsize: 1218572 KiB
Current children cumulated memory: 1083760 KiB

[startup+702.3 s]
/proc/loadavg: 4.17 4.15 4.14 5/250 183005
/proc/meminfo: memFree=97880952/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1298148 memory=1148784 CPUtime=699.99 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 370081 0 0 0 69913 86 0 0 20 0 1 0 237176848 1329303552 287196 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 324537 287196 3296 3139 0 320825 0
Current children cumulated CPU time: 699.99 s
Current children cumulated vsize: 1298148 KiB
Current children cumulated memory: 1148784 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/250 183007
/proc/meminfo: memFree=97851056/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1298148 memory=1154416 CPUtime=759.76 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 370202 0 0 0 75890 86 0 0 20 0 1 0 237176848 1329303552 288604 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 324537 288604 3296 3139 0 320825 0
Current children cumulated CPU time: 759.76 s
Current children cumulated vsize: 1298148 KiB
Current children cumulated memory: 1154416 KiB

[startup+822.3 s]
/proc/loadavg: 4.77 4.31 4.19 5/250 183009
/proc/meminfo: memFree=97834068/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1298148 memory=1160304 CPUtime=819.53 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 370359 0 0 0 81866 87 0 0 20 0 1 0 237176848 1329303552 290076 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 324537 290076 3296 3139 0 320825 0
Current children cumulated CPU time: 819.53 s
Current children cumulated vsize: 1298148 KiB
Current children cumulated memory: 1160304 KiB

[startup+882.3 s]
/proc/loadavg: 4.55 4.34 4.21 5/250 183011
/proc/meminfo: memFree=97814776/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1298148 memory=1161840 CPUtime=879.3 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 370688 0 0 0 87843 87 0 0 20 0 1 0 237176848 1329303552 290460 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 324537 290460 3296 3139 0 320825 0
Current children cumulated CPU time: 879.3 s
Current children cumulated vsize: 1298148 KiB
Current children cumulated memory: 1161840 KiB

[startup+942.3 s]
/proc/loadavg: 4.33 4.32 4.21 5/251 183021
/proc/meminfo: memFree=97756560/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1202544 CPUtime=939.08 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 381019 0 0 0 93818 90 0 0 20 0 1 0 237176848 1356333056 300636 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 300636 3296 3139 0 327424 0
Current children cumulated CPU time: 939.08 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1202544 KiB

[startup+1002.3 s]
/proc/loadavg: 4.24 4.29 4.20 5/251 183023
/proc/meminfo: memFree=97727872/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1207152 CPUtime=998.89 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382297 0 0 0 99799 90 0 0 20 0 1 0 237176848 1356333056 301788 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 301788 3296 3139 0 327424 0
Current children cumulated CPU time: 998.89 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1207152 KiB

[startup+1062.3 s]
/proc/loadavg: 4.09 4.24 4.19 5/251 183025
/proc/meminfo: memFree=97689412/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1209072 CPUtime=1058.68 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382595 0 0 0 105778 90 0 0 20 0 1 0 237176848 1356333056 302268 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 302268 3296 3139 0 327424 0
Current children cumulated CPU time: 1058.68 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1209072 KiB

[startup+1122.3 s]
/proc/loadavg: 4.07 4.21 4.18 5/250 183027
/proc/meminfo: memFree=97694108/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1118.45 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382608 0 0 0 111755 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1118.45 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1182.3 s]
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97713632/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1178.23 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 117733 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1178.23 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1185.52 s]
# the end of solver process 182973 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1180.53 s, system=0.921687 s

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

[startup+1184 s]*
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97705448/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1179.93 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 117903 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1179.93 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1184.8 s]
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97705448/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1180.72 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 117982 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1180.72 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1185.2 s]
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97707140/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1181.12 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 118022 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1181.12 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1185.4 s]
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97707140/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1181.31 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 118041 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1181.31 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

[startup+1185.5 s]
/proc/loadavg: 4.16 4.21 4.18 5/250 183029
/proc/meminfo: memFree=97707140/131382116 swapFree=33010684/33010684
[pid=182973] ppid=182970 vsize=1324544 memory=1218800 CPUtime=1181.41 cores=0,2
/proc/182973/stat : 182973 (uwrmaxsat-scip) R 182970 182973 182330 0 -1 4194304 382958 0 0 0 118051 90 0 0 20 0 1 0 237176848 1356333056 304700 18446744073709551615 4198400 17051741 140723203837728 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 25317376 140723203844408 140723203844578 140723203844578 140723203850182 0
/proc/182973/statm: 331136 304700 3296 3139 0 327424 0
Current children cumulated CPU time: 1181.41 s
Current children cumulated vsize: 1324544 KiB
Current children cumulated memory: 1218800 KiB

Child status: 20

Real time (s): 1185.52
CPU time (s): 1181.45
CPU user time (s): 1180.53
CPU system time (s): 0.921687
CPU usage (%): 99.6565
Max. virtual memory (cumulated for all children) (KiB): 1324544
Max. memory (cumulated for all children) (KiB): 1218800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1180.53
system time used= 0.921687
maximum resident set size= 1218800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382959
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= 102
involuntary context switches= 2622


# summary of solver processes directly reported to runsolver:
#   pid: 182973
#   total CPU time (s): 1181.45
#   total CPU user time (s): 1180.53
#   total CPU system time (s): 0.921687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87186 second user time and 11.5338 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 22:09:31
IDJOB=4542245
IDBENCH=163910
IDSOLVER=3373
FILE ID=nodeC011/4542245-1753214971
RUNJOBID= nodeC011-1753209881-182340
SLURM_JOB_ID= 9687771
Free space on /tmp= 432764 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_height19_pigeons18_holes17.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-4542245-1753214971/watcher-4542245-1753214971 -o /tmp/evaluation-result-4542245-1753214971/solver-4542245-1753214971 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182340 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542245-1753214971.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
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		: 1197.737
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		: 3492.130
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		: 1197.295
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.297
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		: 3660.502
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		: 3691.643
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		: 1197.361
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		: 1198.109
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:        99038380 kB
MemAvailable:   129363404 kB
Buffers:            3276 kB
Cached:         31094896 kB
SwapCached:            0 kB
Active:          1052028 kB
Inactive:       30579204 kB
Active(anon):     557136 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30577128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18136 kB
Writeback:            12 kB
AnonPages:        533924 kB
Mapped:           123768 kB
Shmem:             26152 kB
KReclaimable:     184880 kB
Slab:             278776 kB
SReclaimable:     184880 kB
SUnreclaim:        93896 kB
KernelStack:        4064 kB
PageTables:         4084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     897260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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= 432748 MiB
End job on nodeC011 at 2025-07-22 22:29:17