Trace number 4542440

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.09 3611.64

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb
MD5SUM7e0508be19eaed927bf3c4f26c43c105
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 benchmark1875.25
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2878950
Total number of constraints128479
Number of constraints which are clauses64877
Number of constraints which are cardinality constraints (but not clauses)58652
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint47
Maximum length of a constraint52
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 55
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...
11.86/11.95	c Converting 128479 PB-constraints to clauses...
13.97/14.08	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
44.27/44.47	c ============================[ Encoding Statistics ]============================
44.27/44.47	c |  Number of variables:       4002008                                         |
44.27/44.47	c |  Number of clauses:        14508392                                         |
44.27/44.47	c ===============================================================================
346.46/347.56	c Starting SCIP solver  (with time-limit: 900s) ...
1242.83/1247.62	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.05/3611.60	c *** TERMINATED by signal 15 ***
3600.05/3611.60	c _______________________________________________________________________________
3600.05/3611.60	c 
3600.05/3611.60	c _______________________________________________________________________________
3600.05/3611.60	c 
3600.05/3611.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3611.60	c Memory used            : 15200.00 MB
3600.05/3611.60	c CPU time               : 3587.71 s
3600.05/3611.60	c Constr Enc: Srt/BDD/Add: 63602 0 0
3600.05/3611.60	c _______________________________________________________________________________
3600.05/3611.60	c _______________________________________________________________________________
3600.05/3611.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (45746 MiB free)
  memory of node 1: 64507 MiB (50897 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=183191, runsolver pid=183187
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 4.13 4.14 4.16 6/247 183195
/proc/meminfo: memFree=98942940/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=27948 memory=11892 CPUtime=0.09 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2128 0 0 0 9 0 0 0 20 0 1 0 237390732 28618752 2973 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 6987 2973 1120 3139 0 3275 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27948 KiB
Current children cumulated memory: 11892 KiB

[startup+0.207449 s]*
/proc/loadavg: 4.13 4.14 4.16 6/247 183195
/proc/meminfo: memFree=98930844/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=34440 memory=18188 CPUtime=0.2 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 3892 0 0 0 19 1 0 0 20 0 1 0 237390732 35266560 4547 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 8610 4547 1120 3139 0 4898 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34440 KiB
Current children cumulated memory: 18188 KiB

[startup+0.309593 s]*
/proc/loadavg: 4.13 4.14 4.16 5/247 183195
/proc/meminfo: memFree=98919000/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=39252 memory=22924 CPUtime=0.31 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 5082 0 0 0 29 2 0 0 20 0 1 0 237390732 40194048 5731 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 9813 5731 1120 3139 0 6101 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39252 KiB
Current children cumulated memory: 22924 KiB

[startup+0.700277 s]
/proc/loadavg: 4.13 4.14 4.16 5/247 183195
/proc/meminfo: memFree=98898296/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=70532 memory=52256 CPUtime=0.68 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 12046 0 0 0 64 4 0 0 20 0 1 0 237390732 72224768 13064 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 17633 13064 1120 3139 0 13921 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 70532 KiB
Current children cumulated memory: 52256 KiB

[startup+1.50036 s]
/proc/loadavg: 4.13 4.14 4.16 5/245 183195
/proc/meminfo: memFree=98842100/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=144876 memory=125016 CPUtime=1.48 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 27672 0 0 0 139 9 0 0 20 0 1 0 237390732 148353024 31254 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 36219 31254 1120 3139 0 32507 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 144876 KiB
Current children cumulated memory: 125016 KiB

[startup+3.11272 s]
/proc/loadavg: 4.12 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98345168/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=432096 memory=399212 CPUtime=3.09 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 67136 0 0 0 289 20 0 0 20 0 1 0 237390732 442466304 99803 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 108024 99803 1120 3139 0 104312 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 432096 KiB
Current children cumulated memory: 399212 KiB

[startup+6.30034 s]
/proc/loadavg: 4.12 4.14 4.16 5/250 183205
/proc/meminfo: memFree=97388356/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=986504 memory=938136 CPUtime=6.27 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 139100 0 0 0 588 39 0 0 20 0 1 0 237390732 1010180096 234534 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 246626 234534 1120 3139 0 242914 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 986504 KiB
Current children cumulated memory: 938136 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.13 4.16 5/250 183205
/proc/meminfo: memFree=94846928/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=2058796 memory=1972552 CPUtime=12.65 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 320698 0 0 0 1163 102 0 0 20 0 1 0 237390732 2108207104 493138 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 514699 493138 1184 3139 0 510987 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2058796 KiB
Current children cumulated memory: 1972552 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.14 4.17 5/250 183205
/proc/meminfo: memFree=89613012/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=5488076 memory=5337264 CPUtime=25.42 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1038565 0 0 0 2262 280 0 0 20 0 1 0 237390732 5619789824 1334316 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1372019 1334316 2688 3139 0 1368307 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 5488076 KiB
Current children cumulated memory: 5337264 KiB

[startup+51.113 s]
/proc/loadavg: 4.10 4.13 4.16 5/250 183206
/proc/meminfo: memFree=85918312/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7815824 memory=7526156 CPUtime=50.96 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1348736 0 0 0 4724 372 0 0 20 0 1 0 237390732 8003403776 1881539 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1953956 1881539 2688 3139 0 1950244 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 7815824 KiB
Current children cumulated memory: 7526156 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/251 183214
/proc/meminfo: memFree=86466192/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7547156 memory=7347788 CPUtime=101.99 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1360963 0 0 0 9729 470 0 0 20 0 1 0 237390732 7728287744 1836947 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1886789 1836947 2720 3139 0 1883077 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 7547156 KiB
Current children cumulated memory: 7347788 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/251 183216
/proc/meminfo: memFree=86016288/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7740252 memory=7540844 CPUtime=161.82 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1375091 0 0 0 15565 617 0 0 20 0 1 0 237390732 7926018048 1885211 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1935063 1885211 2720 3139 0 1931351 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 7740252 KiB
Current children cumulated memory: 7540844 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.10 4.15 5/250 183218
/proc/meminfo: memFree=86531756/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7550740 memory=7351372 CPUtime=221.64 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1385014 0 0 0 21431 733 0 0 20 0 1 0 237390732 7731957760 1837843 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1887685 1837843 2720 3139 0 1883973 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 7550740 KiB
Current children cumulated memory: 7351372 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.11 4.15 5/250 183220
/proc/meminfo: memFree=86452532/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7551740 memory=7352372 CPUtime=281.45 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1390516 0 0 0 27336 809 0 0 20 0 1 0 237390732 7732981760 1838093 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1887935 1838093 2720 3139 0 1884223 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 7551740 KiB
Current children cumulated memory: 7352372 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.14 4.15 5/251 183268
/proc/meminfo: memFree=77385336/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7753980 memory=7544360 CPUtime=341.28 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 1409559 0 0 0 33265 863 0 0 20 0 1 0 237390732 7940075520 1886090 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1938495 1886090 2720 3139 0 1934783 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 7753980 KiB
Current children cumulated memory: 7544360 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/250 183270
/proc/meminfo: memFree=70157552/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=14012204 memory=12503884 CPUtime=401.07 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2230986 0 0 0 39081 1026 0 0 20 0 1 0 237390732 14348496896 3125971 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 3503051 3125971 3104 3139 0 3499339 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 14012204 KiB
Current children cumulated memory: 12503884 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/250 183272
/proc/meminfo: memFree=68657288/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=15320328 memory=14243480 CPUtime=460.82 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2637354 0 0 0 44950 1132 0 0 20 0 1 0 237390732 15688015872 3560870 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 3830082 3560870 3136 3139 0 3826370 0
Current children cumulated CPU time: 460.82 s

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

Current children cumulated memory: 6972912 KiB

[startup+2862.3 s]
/proc/loadavg: 4.78 4.40 4.21 5/250 183453
/proc/meminfo: memFree=70719284/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6972912 CPUtime=2852.86 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2698641 0 0 0 284063 1223 0 0 20 0 1 0 237390732 7339806720 1743228 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743228 3168 3139 0 1788233 0
Current children cumulated CPU time: 2852.86 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6972912 KiB

[startup+2922.3 s]
/proc/loadavg: 4.45 4.38 4.21 5/250 183455
/proc/meminfo: memFree=70713032/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6972912 CPUtime=2912.68 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2700280 0 0 0 290045 1223 0 0 20 0 1 0 237390732 7339806720 1743228 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743228 3168 3139 0 1788233 0
Current children cumulated CPU time: 2912.68 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6972912 KiB

[startup+2982.3 s]
/proc/loadavg: 4.21 4.32 4.20 5/250 183457
/proc/meminfo: memFree=70700060/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6974960 CPUtime=2972.52 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2702176 0 0 0 296027 1225 0 0 20 0 1 0 237390732 7339806720 1743740 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743740 3168 3139 0 1788233 0
Current children cumulated CPU time: 2972.52 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6974960 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.28 4.19 5/249 183459
/proc/meminfo: memFree=70704240/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6974960 CPUtime=3032.35 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2704523 0 0 0 302009 1226 0 0 20 0 1 0 237390732 7339806720 1743740 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743740 3168 3139 0 1788233 0
Current children cumulated CPU time: 3032.35 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6974960 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.24 4.18 5/251 183469
/proc/meminfo: memFree=70704688/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6974960 CPUtime=3092.18 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2706412 0 0 0 307992 1226 0 0 20 0 1 0 237390732 7339806720 1743740 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743740 3168 3139 0 1788233 0
Current children cumulated CPU time: 3092.18 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6974960 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.22 4.18 5/251 183471
/proc/meminfo: memFree=70699772/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6974960 CPUtime=3152.02 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2708342 0 0 0 313974 1228 0 0 20 0 1 0 237390732 7339806720 1743740 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1743740 3168 3139 0 1788233 0
Current children cumulated CPU time: 3152.02 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6974960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/251 183473
/proc/meminfo: memFree=70698312/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6976496 CPUtime=3211.84 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2710581 0 0 0 319956 1228 0 0 20 0 1 0 237390732 7339806720 1744124 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744124 3168 3139 0 1788233 0
Current children cumulated CPU time: 3211.84 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6976496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.17 4.17 5/251 183475
/proc/meminfo: memFree=70702592/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3271.68 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2711998 0 0 0 325938 1230 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3271.68 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/251 183477
/proc/meminfo: memFree=70728816/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3331.52 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2714022 0 0 0 331921 1231 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3331.52 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/250 183479
/proc/meminfo: memFree=70734740/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3391.34 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2715929 0 0 0 337903 1231 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3391.34 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.15 5/250 183482
/proc/meminfo: memFree=70737732/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3451.16 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2718281 0 0 0 343883 1233 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3451.16 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.15 5/250 183484
/proc/meminfo: memFree=70749428/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3511 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2720192 0 0 0 349866 1234 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3511 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/250 183486
/proc/meminfo: memFree=70739832/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3570.84 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2722521 0 0 0 355849 1235 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3570.84 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 4.11 4.12 4.14 5/250 183489
/proc/meminfo: memFree=70720976/131382116 swapFree=33010684/33010684
[pid=183191] ppid=183187 vsize=7167780 memory=6977136 CPUtime=3600.05 cores=1,3
/proc/183191/stat : 183191 (uwrmaxsat-scip) R 183187 183191 182330 0 -1 4194304 2723493 0 0 0 358770 1235 0 0 20 0 1 0 237390732 7339806720 1744284 18446744073709551615 4198400 17051741 140730394049184 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49807360 140730394057016 140730394057186 140730394057186 140730394062790 0
/proc/183191/statm: 1791945 1744284 3168 3139 0 1788233 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7167780 KiB
Current children cumulated memory: 6977136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.71 s, system=12.3887 s

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

Child status: 0

Real time (s): 3611.64
CPU time (s): 3600.09
CPU user time (s): 3587.71
CPU system time (s): 12.3887
CPU usage (%): 99.6805
Max. virtual memory (cumulated for all children) (KiB): 15475156
Max. memory (cumulated for all children) (KiB): 14342920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.71
system time used= 12.3887
maximum resident set size= 14437156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2723493
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= 71
involuntary context switches= 1666


# summary of solver processes directly reported to runsolver:
#   pid: 183191
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3587.71
#   total CPU system time (s): 12.3887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7259 second user time and 35.4639 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 22:45:10
IDJOB=4542440
IDBENCH=163926
IDSOLVER=3373
FILE ID=nodeC011/4542440-1753217109
RUNJOBID= nodeC011-1753209881-182342
SLURM_JOB_ID= 9687771
Free space on /tmp= 432696 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_height49_pigeons48_holes47.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-4542440-1753217109/watcher-4542440-1753217109 -o /tmp/evaluation-result-4542440-1753217109/solver-4542440-1753217109 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182342 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542440-1753217109.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 7e0508be19eaed927bf3c4f26c43c105
RANDOM SEED=1613162073

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		: 3591.889
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		: 1197.017
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.347
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		: 2594.260
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		: 3659.821
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		: 1197.300
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.201
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		: 1197.275
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:        98946932 kB
MemAvailable:   129344600 kB
Buffers:            3276 kB
Cached:         31167484 kB
SwapCached:            0 kB
Active:          1133820 kB
Inactive:       30651792 kB
Active(anon):     638928 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30649716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87200 kB
Writeback:             0 kB
AnonPages:        617828 kB
Mapped:           126992 kB
Shmem:             26152 kB
KReclaimable:     184992 kB
Slab:             278464 kB
SReclaimable:     184992 kB
SUnreclaim:        93472 kB
KernelStack:        4000 kB
PageTables:         4240 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     956528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 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= 432524 MiB
End job on nodeC011 at 2025-07-22 23:45:22