Trace number 4542674

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.1 3610.41

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height30_pigeons29_holes28.opb
MD5SUM97f31c39a85f5c54920a5de5b1e4a080
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 benchmark78.0826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31066
Number of constraints which are clauses15781
Number of constraints which are cardinality constraints (but not clauses)13394
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
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 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
1.48/1.57	c Converting 31066 PB-constraints to clauses...
1.78/1.83	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
4.57/4.63	c ============================[ Encoding Statistics ]============================
4.57/4.63	c |  Number of variables:        593869                                         |
4.57/4.63	c |  Number of clauses:         2201364                                         |
4.57/4.63	c ===============================================================================
304.71/305.63	c Starting SCIP solver  (with time-limit: 900s) ...
1205.84/1209.55	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.08/3610.40	c *** TERMINATED by signal 15 ***
3600.08/3610.40	c _______________________________________________________________________________
3600.08/3610.40	c 
3600.08/3610.40	c _______________________________________________________________________________
3600.08/3610.40	c 
3600.08/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.08/3610.40	c Memory used            : 4558.00 MB
3600.08/3610.40	c CPU time               : 3595.28 s
3600.08/3610.40	c Constr Enc: Srt/BDD/Add: 15285 0 0
3600.08/3610.40	c _______________________________________________________________________________
3600.08/3610.40	c _______________________________________________________________________________
3600.08/3610.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55192 MiB free)
  memory of node 1: 64507 MiB (62682 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542674-1753218479/watcher-4542674-1753218479 -o /tmp/evaluation-result-4542674-1753218479/solver-4542674-1753218479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159864 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542674-1753218479.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
Current StackSize limit: 8192 KiB

solver pid=160745, runsolver pid=160742

[startup+0.100065 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=120703588/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=38232 memory=22256 CPUtime=0.09 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 4914 0 0 0 9 0 0 0 20 0 1 0 237525564 39149568 5564 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 9558 5564 1120 3139 0 5846 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 38232 KiB
Current children cumulated memory: 22256 KiB

[startup+0.205614 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=120683932/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=55956 memory=39788 CPUtime=0.19 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 9184 0 0 0 18 1 0 0 20 0 1 0 237525564 57298944 9947 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 13989 9947 1120 3139 0 10277 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 55956 KiB
Current children cumulated memory: 39788 KiB

[startup+0.305387 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=120668056/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=77456 memory=60040 CPUtime=0.29 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 14004 0 0 0 28 1 0 0 20 0 1 0 237525564 79314944 15010 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 19364 15010 1120 3139 0 15652 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 77456 KiB
Current children cumulated memory: 60040 KiB

[startup+0.700168 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=120643864/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=146864 memory=129516 CPUtime=0.68 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 27798 0 0 0 64 4 0 0 20 0 1 0 237525564 150388736 32379 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 36716 32379 1120 3139 0 33004 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 146864 KiB
Current children cumulated memory: 129516 KiB

[startup+1.50015 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=120567316/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=286440 memory=267424 CPUtime=1.48 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 50507 0 0 0 139 9 0 0 20 0 1 0 237525564 293314560 66856 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 71610 66856 1120 3139 0 67898 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 286440 KiB
Current children cumulated memory: 267424 KiB

[startup+3.10541 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 160746
/proc/meminfo: memFree=119945216/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=814644 memory=799092 CPUtime=3.08 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 180212 0 0 0 271 37 0 0 20 0 1 0 237525564 834195456 199773 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 203661 199773 2688 3139 0 199949 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 814644 KiB
Current children cumulated memory: 799092 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 160746
/proc/meminfo: memFree=119477580/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1251116 memory=1185148 CPUtime=6.27 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 217134 0 0 0 572 55 0 0 20 0 1 0 237525564 1281142784 296287 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 312779 296287 2688 3139 0 309067 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1251116 KiB
Current children cumulated memory: 1185148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.13 4.10 5/264 160746
/proc/meminfo: memFree=119477580/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1296492 memory=1247192 CPUtime=12.65 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 224375 0 0 0 1196 69 0 0 20 0 1 0 237525564 1327607808 311798 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 324123 311798 2688 3139 0 320411 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1296492 KiB
Current children cumulated memory: 1247192 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.14 4.10 5/264 160746
/proc/meminfo: memFree=119498032/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1250700 memory=1170048 CPUtime=25.41 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 234800 0 0 0 2445 96 0 0 20 0 1 0 237525564 1280716800 292512 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 312675 292512 2688 3139 0 308963 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1250700 KiB
Current children cumulated memory: 1170048 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.13 4.10 5/264 160747
/proc/meminfo: memFree=119505208/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1253000 memory=1176444 CPUtime=50.95 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 245516 0 0 0 4968 127 0 0 20 0 1 0 237525564 1283072000 294111 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 313250 294111 2688 3139 0 309538 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1253000 KiB
Current children cumulated memory: 1176444 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 160750
/proc/meminfo: memFree=119498484/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1262596 memory=1188088 CPUtime=102 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 258081 0 0 0 10030 170 0 0 20 0 1 0 237525564 1292898304 297022 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 315649 297022 2688 3139 0 311937 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1262596 KiB
Current children cumulated memory: 1188088 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 160753
/proc/meminfo: memFree=119511960/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1265540 memory=1191032 CPUtime=161.83 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 270021 0 0 0 15967 216 0 0 20 0 1 0 237525564 1295912960 297758 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 316385 297758 2688 3139 0 312673 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 1265540 KiB
Current children cumulated memory: 1191032 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 160755
/proc/meminfo: memFree=119479940/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1265228 memory=1190720 CPUtime=221.65 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 278368 0 0 0 21917 248 0 0 20 0 1 0 237525564 1295593472 297680 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 316307 297680 2688 3139 0 312595 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1265228 KiB
Current children cumulated memory: 1190720 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 160846
/proc/meminfo: memFree=126103320/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=1268324 memory=1193816 CPUtime=281.47 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 286098 0 0 0 27869 278 0 0 20 0 1 0 237525564 1298763776 298454 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 317081 298454 2688 3139 0 313369 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 1268324 KiB
Current children cumulated memory: 1193816 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.09 6/265 160848
/proc/meminfo: memFree=124262268/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2677424 memory=2342788 CPUtime=341.31 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 547965 0 0 0 33794 337 0 0 20 0 1 0 237525564 2741682176 585697 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 669356 585697 3264 3139 0 665644 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 2677424 KiB
Current children cumulated memory: 2342788 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/264 160850
/proc/meminfo: memFree=124189024/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2998692 memory=2623584 CPUtime=401.13 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 598866 0 0 0 39766 347 0 0 20 0 1 0 237525564 3070660608 655896 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 749673 655896 3264 3139 0 745961 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 2998692 KiB
Current children cumulated memory: 2623584 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/265 160853
/proc/meminfo: memFree=123784892/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=3333832 memory=2938276 CPUtime=460.95 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 659667 0 0 0 45735 360 0 0 20 0 1 0 237525564 3413843968 734569 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 833458 734569 3264 3139 0 829746 0
Current children cumulated CPU time: 460.95 s
Current children cumulated vsize: 3333832 KiB

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

Current children cumulated memory: 2894884 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 161119
/proc/meminfo: memFree=124110016/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2901156 CPUtime=2854.05 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1074885 0 0 0 284931 474 0 0 20 0 1 0 237525564 3055763456 725289 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 725289 3296 3139 0 742324 0
Current children cumulated CPU time: 2854.05 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2901156 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 161121
/proc/meminfo: memFree=124103272/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2907684 CPUtime=2913.89 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1075341 0 0 0 290915 474 0 0 20 0 1 0 237525564 3055763456 726921 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 726921 3296 3139 0 742324 0
Current children cumulated CPU time: 2913.89 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2907684 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 161123
/proc/meminfo: memFree=124100396/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2914468 CPUtime=2973.73 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1075786 0 0 0 296899 474 0 0 20 0 1 0 237525564 3055763456 728617 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 728617 3296 3139 0 742324 0
Current children cumulated CPU time: 2973.73 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2914468 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 161131
/proc/meminfo: memFree=124026392/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2919332 CPUtime=3033.57 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1076256 0 0 0 302882 475 0 0 20 0 1 0 237525564 3055763456 729833 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 729833 3296 3139 0 742324 0
Current children cumulated CPU time: 3033.57 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2919332 KiB

[startup+3102.3 s]
/proc/loadavg: 4.31 4.14 4.11 5/263 161134
/proc/meminfo: memFree=124101668/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3093.4 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1076699 0 0 0 308865 475 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3093.4 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.17 4.12 5/263 161136
/proc/meminfo: memFree=124103696/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3153.22 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1077111 0 0 0 314847 475 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3153.22 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/265 161165
/proc/meminfo: memFree=124039808/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3213.06 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1077624 0 0 0 320830 476 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/266 161168
/proc/meminfo: memFree=124123048/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3272.9 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1078069 0 0 0 326814 476 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/266 161170
/proc/meminfo: memFree=124097632/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3332.74 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1078502 0 0 0 332797 477 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3332.74 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/266 161172
/proc/meminfo: memFree=124045340/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3392.57 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1078970 0 0 0 338779 478 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 161176
/proc/meminfo: memFree=124020464/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3452.42 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1079532 0 0 0 344763 479 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3452.42 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 161178
/proc/meminfo: memFree=124074368/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3512.25 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1079982 0 0 0 350746 479 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3512.25 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

[startup+3582.3 s]
/proc/loadavg: 3.83 4.04 4.07 4/258 161212
/proc/meminfo: memFree=124729732/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3572.06 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1080486 0 0 0 356726 480 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.55 3.96 4.04 4/258 161213
/proc/meminfo: memFree=124694428/131249996 swapFree=33003468/33010684
[pid=160745] ppid=160742 vsize=2984144 memory=2920740 CPUtime=3600.08 cores=0,2
/proc/160745/stat : 160745 (uwrmaxsat-scip) R 160742 160745 159853 0 -1 4194304 1080685 0 0 0 359527 481 0 0 20 0 1 0 237525564 3055763456 730185 18446744073709551615 4198400 17051741 140728728702528 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 35549184 140728728705336 140728728705506 140728728705506 140728728711110 0
/proc/160745/statm: 746036 730185 3296 3139 0 742324 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2984144 KiB
Current children cumulated memory: 2920740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.28 s, system=4.81796 s

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

Child status: 0

Real time (s): 3610.41
CPU time (s): 3600.1
CPU user time (s): 3595.28
CPU system time (s): 4.81796
CPU usage (%): 99.7145
Max. virtual memory (cumulated for all children) (KiB): 4667416
Max. memory (cumulated for all children) (KiB): 4291636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.28
system time used= 4.81796
maximum resident set size= 4291636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1080685
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= 127
involuntary context switches= 4576


# summary of solver processes directly reported to runsolver:
#   pid: 160745
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3595.28
#   total CPU system time (s): 4.81796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.89257 second user time and 16.1493 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 23:07:59
IDJOB=4542674
IDBENCH=163947
IDSOLVER=3373
FILE ID=nodeC021/4542674-1753218479
RUNJOBID= nodeC021-1753211204-159864
SLURM_JOB_ID= 9687790
Free space on /tmp= 432940 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_height30_pigeons29_holes28.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-4542674-1753218479/watcher-4542674-1753218479 -o /tmp/evaluation-result-4542674-1753218479/solver-4542674-1753218479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159864 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542674-1753218479.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 97f31c39a85f5c54920a5de5b1e4a080
RANDOM SEED=1212654985

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.593
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.799
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.747
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3604.156
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.775
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.886
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.852
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.316
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120703588 kB
MemAvailable:   121577180 kB
Buffers:            1056 kB
Cached:          1609568 kB
SwapCached:           56 kB
Active:          9236184 kB
Inactive:         516676 kB
Active(anon):    8125392 kB
Inactive(anon):    38500 kB
Active(file):    1110792 kB
Inactive(file):   478176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:       8143440 kB
Mapped:           141508 kB
Shmem:             21656 kB
KReclaimable:     247328 kB
Slab:             343192 kB
SReclaimable:     247328 kB
SUnreclaim:        95864 kB
KernelStack:        4272 kB
PageTables:        19080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8686904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2191360 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC021 at 2025-07-23 00:08:09