Trace number 4503257

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04UNSAT 2534.98 2542

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
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 benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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.29/1.32	c Converting 226608 PB-constraints to clauses...
1.29/1.33	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
2.19/2.27	c ============================[ Encoding Statistics ]============================
2.19/2.27	c |  Number of variables:         33784                                         |
2.19/2.27	c |  Number of clauses:          306589                                         |
2.19/2.27	c ===============================================================================
302.26/303.27	c Starting SCIP solver  (with time-limit: 900s) ...
1225.78/1229.33	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
2534.87/2541.99	c UNSATISFIABLE
2534.87/2541.99	c _______________________________________________________________________________
2534.87/2541.99	c 
2534.87/2541.99	c =======================[ UWrMaxSat resources usage ]===========================
2534.87/2541.99	c Memory used            : 2166.00 MB
2534.87/2541.99	c CPU time               : 2534.15 s
2534.87/2541.99	c Constr Enc: Srt/BDD/Add: 22938 0 0
2534.87/2541.99	c _______________________________________________________________________________
2534.87/2541.99	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503257-1751163304/watcher-4503257-1751163304 -o /tmp/evaluation-result-4503257-1751163304/solver-4503257-1751163304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16256 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4503257-1751163304.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

Current StackSize limit: 8192 KiB

solver pid=17259, runsolver pid=17256

[startup+0.100062 s]*
/proc/loadavg: 4.22 4.16 4.09 4/262 17260
/proc/meminfo: memFree=129863152/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=37540 memory=21632 CPUtime=0.09 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 4456 0 0 0 9 0 0 0 20 0 1 0 32009949 38440960 5408 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 9385 5408 1120 3139 0 5673 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37540 KiB
Current children cumulated memory: 21632 KiB

[startup+0.205409 s]*
/proc/loadavg: 4.22 4.16 4.09 5/263 17268
/proc/meminfo: memFree=129862664/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=54472 memory=38656 CPUtime=0.2 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 8699 0 0 0 19 1 0 0 20 0 1 0 32009949 55779328 9664 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 13618 9664 1120 3139 0 9906 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 54472 KiB
Current children cumulated memory: 38656 KiB

[startup+0.305319 s]*
/proc/loadavg: 4.22 4.16 4.09 4/262 17274
/proc/meminfo: memFree=129862664/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=70904 memory=54912 CPUtime=0.3 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 12768 0 0 0 29 1 0 0 20 0 1 0 32009949 72605696 13728 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 17726 13728 1120 3139 0 14014 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 70904 KiB
Current children cumulated memory: 54912 KiB

[startup+0.70016 s]
/proc/loadavg: 4.22 4.16 4.09 4/260 17291
/proc/meminfo: memFree=129854976/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=133864 memory=117840 CPUtime=0.68 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 28542 0 0 0 65 3 0 0 20 0 1 0 32009949 137076736 29460 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 33466 29460 1120 3139 0 29754 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 133864 KiB
Current children cumulated memory: 117840 KiB

[startup+1.50018 s]
/proc/loadavg: 4.22 4.16 4.09 5/264 17305
/proc/meminfo: memFree=129686568/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=295956 memory=284344 CPUtime=1.48 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 69003 0 0 0 139 9 0 0 20 0 1 0 32009949 303058944 71086 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 74245 71086 2688 3139 0 70533 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 295956 KiB
Current children cumulated memory: 284344 KiB

[startup+3.10571 s]
/proc/loadavg: 4.22 4.16 4.09 5/264 17305
/proc/meminfo: memFree=129089132/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=506768 memory=492296 CPUtime=3.08 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 118440 0 0 0 290 18 0 0 20 0 1 0 32009949 518930432 123074 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 126692 123074 2688 3139 0 122980 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 506768 KiB
Current children cumulated memory: 492296 KiB

[startup+6.30017 s]
/proc/loadavg: 4.20 4.16 4.08 5/264 17305
/proc/meminfo: memFree=129087168/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=516720 memory=502588 CPUtime=6.27 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 119612 0 0 0 608 19 0 0 20 0 1 0 32009949 529121280 125647 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 129180 125647 2688 3139 0 125468 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 516720 KiB
Current children cumulated memory: 502588 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.16 4.08 5/264 17350
/proc/meminfo: memFree=129379336/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=497644 memory=483456 CPUtime=12.66 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 124470 0 0 0 1244 22 0 0 20 0 1 0 32009949 509587456 120864 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 124411 120864 2688 3139 0 120699 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 497644 KiB
Current children cumulated memory: 483456 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.15 4.08 5/264 17350
/proc/meminfo: memFree=128811984/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=520016 memory=505860 CPUtime=25.42 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 127437 0 0 0 2518 24 0 0 20 0 1 0 32009949 532496384 126465 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 130004 126465 2688 3139 0 126292 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 520016 KiB
Current children cumulated memory: 505860 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.15 4.09 5/264 17351
/proc/meminfo: memFree=128827476/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=495844 memory=481744 CPUtime=50.95 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 133253 0 0 0 5067 28 0 0 20 0 1 0 32009949 507744256 120436 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 123961 120436 2688 3139 0 120249 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 495844 KiB
Current children cumulated memory: 481744 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.13 4.08 5/265 17354
/proc/meminfo: memFree=128784056/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=517692 memory=503556 CPUtime=101.98 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 138644 0 0 0 10168 30 0 0 20 0 1 0 32009949 530116608 125889 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 129423 125889 2688 3139 0 125711 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 517692 KiB
Current children cumulated memory: 503556 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.11 4.08 5/266 17357
/proc/meminfo: memFree=128771140/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=500240 memory=484424 CPUtime=161.78 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 140172 0 0 0 16147 31 0 0 20 0 1 0 32009949 512245760 121106 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 125060 121106 2688 3139 0 121348 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 500240 KiB
Current children cumulated memory: 484424 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/266 17359
/proc/meminfo: memFree=128737416/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=530580 memory=515172 CPUtime=221.59 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 145848 0 0 0 22122 37 0 0 20 0 1 0 32009949 543313920 128793 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 132645 128793 2688 3139 0 128933 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 530580 KiB
Current children cumulated memory: 515172 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 17366
/proc/meminfo: memFree=128719948/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=550284 memory=536804 CPUtime=281.42 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 147451 0 0 0 28103 39 0 0 20 0 1 0 32009949 563490816 134201 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 137571 134201 2688 3139 0 133859 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 550284 KiB
Current children cumulated memory: 536804 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 17368
/proc/meminfo: memFree=126389748/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=1567868 memory=1492696 CPUtime=341.25 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 282425 0 0 0 34058 67 0 0 20 0 1 0 32009949 1605496832 373174 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 391967 373174 3264 3139 0 388255 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 1567868 KiB
Current children cumulated memory: 1492696 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 17373
/proc/meminfo: memFree=126260604/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=1672656 memory=1552668 CPUtime=401.08 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 288390 0 0 0 40040 68 0 0 20 0 1 0 32009949 1712799744 388167 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 418164 388167 3264 3139 0 414452 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 1672656 KiB
Current children cumulated memory: 1552668 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/266 17375
/proc/meminfo: memFree=126214824/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=1693600 memory=1554972 CPUtime=460.9 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 288517 0 0 0 46022 68 0 0 20 0 1 0 32009949 1734246400 388743 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 423400 388743 3264 3139 0 419688 0
Current children cumulated CPU time: 460.9 s

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

/proc/loadavg: 4.20 4.16 4.11 5/265 17462
/proc/meminfo: memFree=127205644/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2196.19 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 372633 0 0 0 219537 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2196.19 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2262.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/265 17508
/proc/meminfo: memFree=127849924/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2256.03 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 372636 0 0 0 225521 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2256.03 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2322.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 17510
/proc/meminfo: memFree=127818368/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2315.86 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 372819 0 0 0 231504 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2315.86 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/263 17512
/proc/meminfo: memFree=127820456/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2375.7 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 372829 0 0 0 237488 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2375.7 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2442.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 17514
/proc/meminfo: memFree=127840280/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2435.54 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373016 0 0 0 243472 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2435.54 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2502.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/263 17516
/proc/meminfo: memFree=127817332/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2495.38 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373041 0 0 0 249456 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2495.38 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

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

# cumulated CPU time of all completed processes:  user=2534.15 s, system=0.824483 s

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

[startup+2508.8 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 17516
/proc/meminfo: memFree=127821692/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2501.86 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373041 0 0 0 250104 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2501.86 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2521.6 s]
/proc/loadavg: 4.04 4.10 4.09 5/262 17517
/proc/meminfo: memFree=127430320/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2514.62 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373042 0 0 0 251380 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2514.62 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2534.4 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2527.39 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373042 0 0 0 252657 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2527.39 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2537.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2530.58 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373164 0 0 0 252976 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2530.58 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2539.2 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2532.18 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373164 0 0 0 253136 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2532.18 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2540.8 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2533.77 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373169 0 0 0 253295 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2533.77 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2541.6 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2534.57 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373169 0 0 0 253375 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2534.57 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2541.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2534.77 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373169 0 0 0 253395 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2534.77 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

[startup+2541.9 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 17517
/proc/meminfo: memFree=126382780/131249996 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=901944 memory=893312 CPUtime=2534.87 cores=1,3
/proc/17259/stat : 17259 (uwrmaxsat-scip) R 17256 17259 16244 0 -1 4194304 373169 0 0 0 253405 82 0 0 20 0 1 0 32009949 923590656 223328 18446744073709551615 4198400 17051741 140736339974480 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 45068288 140736339982650 140736339982820 140736339982820 140736339988422 0
/proc/17259/statm: 225486 223328 3296 3139 0 221774 0
Current children cumulated CPU time: 2534.87 s
Current children cumulated vsize: 901944 KiB
Current children cumulated memory: 893312 KiB

Child status: 20

Real time (s): 2542
CPU time (s): 2534.98
CPU user time (s): 2534.15
CPU system time (s): 0.824483
CPU usage (%): 99.7237
Max. virtual memory (cumulated for all children) (KiB): 2218016
Max. memory (cumulated for all children) (KiB): 1834096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2534.15
system time used= 0.824483
maximum resident set size= 1834096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373169
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= 180
involuntary context switches= 2111


# summary of solver processes directly reported to runsolver:
#   pid: 17259
#   total CPU time (s): 2534.98
#   total CPU user time (s): 2534.15
#   total CPU system time (s): 0.824483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92668 second user time and 11.2471 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 04:15:04
IDJOB=4503257
IDBENCH=155416
IDSOLVER=3373
FILE ID=nodeC030/4503257-1751163304
RUNJOBID= nodeC030-1751159686-16256
SLURM_JOB_ID= 9587504
Free space on /tmp= 432976 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.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-4503257-1751163304/watcher-4503257-1751163304 -o /tmp/evaluation-result-4503257-1751163304/solver-4503257-1751163304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16256 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4503257-1751163304.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=1506452189

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129219336 kB
MemAvailable:   128959964 kB
Buffers:            3280 kB
Cached:           551272 kB
SwapCached:            0 kB
Active:          1029840 kB
Inactive:         294524 kB
Active(anon):     787884 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   294524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59232 kB
Writeback:            48 kB
AnonPages:        771896 kB
Mapped:           137552 kB
Shmem:             18064 kB
KReclaimable:      86376 kB
Slab:             171308 kB
SReclaimable:      86376 kB
SUnreclaim:        84932 kB
KernelStack:        4208 kB
PageTables:         4436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1168668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC030 at 2025-06-29 04:57:26