Trace number 4506885

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? 1899.53 1904.97

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K176.opb
MD5SUM98be46c5d9a37fa78efcf3182d546400
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark56.3156
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 177
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...
0.20/0.23	c Converting 21296 PB-constraints to clauses...
0.20/0.24	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.30/0.39	c ============================[ Encoding Statistics ]============================
0.30/0.39	c |  Number of variables:         25634                                         |
0.30/0.39	c |  Number of clauses:          109041                                         |
0.30/0.39	c ===============================================================================
300.43/301.39	c Starting SCIP solver  (with time-limit: 900s) ...
1198.03/1201.42	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
1899.45/1904.96	c UNKNOWN
1899.45/1904.96	c _______________________________________________________________________________
1899.45/1904.96	c 
1899.45/1904.96	c =======================[ UWrMaxSat resources usage ]===========================
1899.45/1904.96	c Memory used            : 715.00 MB
1899.45/1904.96	c CPU time               : 1899.09 s
1899.45/1904.96	c Constr Enc: Srt/BDD/Add: 174 0 0
1899.45/1904.96	c _______________________________________________________________________________
1899.45/1904.96	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: 63708 MiB (63044 MiB free)
  memory of node 1: 64465 MiB (64031 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=20804, runsolver pid=20798

[startup+0.100066 s]*
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=130042928/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=40520 memory=24288 CPUtime=0.1 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 5454 0 0 0 9 1 0 0 20 0 1 0 32755120 41492480 6072 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 10130 6072 1120 3139 0 6418 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40520 KiB
Current children cumulated memory: 24288 KiB

[startup+0.205487 s]*
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=129993380/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=53948 memory=37728 CPUtime=0.2 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 8812 0 0 0 19 1 0 0 20 0 1 0 32755120 55242752 9432 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 13487 9432 1120 3139 0 9775 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53948 KiB
Current children cumulated memory: 37728 KiB

[startup+0.305525 s]*
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=129839156/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=95212 memory=84976 CPUtime=0.3 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 19552 0 0 0 27 3 0 0 20 0 1 0 32755120 97497088 21244 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 23803 21244 2688 3139 0 20091 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 95212 KiB
Current children cumulated memory: 84976 KiB

[startup+0.700179 s]
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=129770548/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=115432 memory=104232 CPUtime=0.68 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 23843 0 0 0 65 3 0 0 20 0 1 0 32755120 118202368 26058 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 28858 26058 2688 3139 0 25146 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115432 KiB
Current children cumulated memory: 104232 KiB

[startup+1.50018 s]
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=129742136/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=122040 memory=110964 CPUtime=1.48 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 26727 0 0 0 144 4 0 0 20 0 1 0 32755120 124968960 27741 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 30510 27741 2688 3139 0 26798 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122040 KiB
Current children cumulated memory: 110964 KiB

[startup+3.10523 s]
/proc/loadavg: 0.52 0.94 1.40 5/265 20817
/proc/meminfo: memFree=129586576/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=161360 memory=150144 CPUtime=3.08 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 35498 0 0 0 303 5 0 0 20 0 1 0 32755120 165232640 37536 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 40340 37536 2688 3139 0 36628 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 161360 KiB
Current children cumulated memory: 150144 KiB

[startup+6.30017 s]
/proc/loadavg: 0.80 0.99 1.41 5/266 20818
/proc/meminfo: memFree=129578340/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=161360 memory=150272 CPUtime=6.27 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 35535 0 0 0 622 5 0 0 20 0 1 0 32755120 165232640 37568 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 40340 37568 2688 3139 0 36628 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 161360 KiB
Current children cumulated memory: 150272 KiB

[startup+12.7002 s]
/proc/loadavg: 1.14 1.06 1.43 5/266 20818
/proc/meminfo: memFree=129564944/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=154272 memory=143472 CPUtime=12.65 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 36334 0 0 0 1260 5 0 0 20 0 1 0 32755120 157974528 35868 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 38568 35868 2688 3139 0 34856 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 154272 KiB
Current children cumulated memory: 143472 KiB

[startup+25.5002 s]
/proc/loadavg: 1.77 1.20 1.48 5/266 20818
/proc/meminfo: memFree=129539372/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=169372 memory=158396 CPUtime=25.42 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 39709 0 0 0 2535 7 0 0 20 0 1 0 32755120 173436928 39599 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 42343 39599 2688 3139 0 38631 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 169372 KiB
Current children cumulated memory: 158396 KiB

[startup+51.1053 s]
/proc/loadavg: 2.53 1.43 1.54 5/266 20819
/proc/meminfo: memFree=129504840/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=177852 memory=166848 CPUtime=50.94 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 42554 0 0 0 5086 8 0 0 20 0 1 0 32755120 182120448 41712 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 44463 41712 2688 3139 0 40751 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 177852 KiB
Current children cumulated memory: 166848 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 1.86 1.69 5/267 20822
/proc/meminfo: memFree=129331528/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=233956 memory=223040 CPUtime=101.99 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 46904 0 0 0 10189 10 0 0 20 0 1 0 32755120 239570944 55760 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 58489 55760 2688 3139 0 54777 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 233956 KiB
Current children cumulated memory: 223040 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 2.27 1.84 5/267 20824
/proc/meminfo: memFree=129274756/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=235400 memory=224456 CPUtime=161.82 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 47779 0 0 0 16171 11 0 0 20 0 1 0 32755120 241049600 56114 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 58850 56114 2688 3139 0 55138 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 235400 KiB
Current children cumulated memory: 224456 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.60 1.98 5/268 20872
/proc/meminfo: memFree=129353544/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=218564 memory=208064 CPUtime=221.63 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 50486 0 0 0 22149 14 0 0 20 0 1 0 32755120 223809536 52016 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 54641 52016 2688 3139 0 50929 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 218564 KiB
Current children cumulated memory: 208064 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.89 2.12 5/267 20876
/proc/meminfo: memFree=129256080/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=227760 memory=217280 CPUtime=281.47 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 51344 0 0 0 28133 14 0 0 20 0 1 0 32755120 233226240 54320 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 56940 54320 2688 3139 0 53228 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 227760 KiB
Current children cumulated memory: 217280 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.11 2.25 5/264 20877
/proc/meminfo: memFree=128741052/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=584076 memory=506008 CPUtime=341.31 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 109458 0 0 0 34107 24 0 0 20 0 1 0 32755120 598093824 126502 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 146019 126502 3264 3139 0 142307 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 584076 KiB
Current children cumulated memory: 506008 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.30 2.37 5/264 20879
/proc/meminfo: memFree=128463500/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=596116 memory=523416 CPUtime=401.15 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 112170 0 0 0 40090 25 0 0 20 0 1 0 32755120 610422784 130854 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 149029 130854 3264 3139 0 145317 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 596116 KiB
Current children cumulated memory: 523416 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.45 2.48 5/264 20886
/proc/meminfo: memFree=128427680/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=596116 memory=547864 CPUtime=460.98 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 112285 0 0 0 46073 25 0 0 20 0 1 0 32755120 610422784 136966 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 149029 136966 3264 3139 0 145317 0

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

/proc/loadavg: 4.10 4.06 3.52 5/264 20928
/proc/meminfo: memFree=128798024/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=293160 memory=285420 CPUtime=1358.44 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 133397 0 0 0 135812 32 0 0 20 0 1 0 32755120 300195840 71355 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 73290 71355 3296 3139 0 69578 0
Current children cumulated CPU time: 1358.44 s
Current children cumulated vsize: 293160 KiB
Current children cumulated memory: 285420 KiB

[startup+1422.3 s]
/proc/loadavg: 4.08 4.06 3.56 5/264 20930
/proc/meminfo: memFree=128930532/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=344380 memory=336640 CPUtime=1418.26 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 134637 0 0 0 141792 34 0 0 20 0 1 0 32755120 352645120 84160 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 86095 84160 3296 3139 0 82383 0
Current children cumulated CPU time: 1418.26 s
Current children cumulated vsize: 344380 KiB
Current children cumulated memory: 336640 KiB

[startup+1482.3 s]
/proc/loadavg: 4.07 4.06 3.59 5/262 20934
/proc/meminfo: memFree=128916268/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=293160 memory=285420 CPUtime=1478.08 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 134825 0 0 0 147773 35 0 0 20 0 1 0 32755120 300195840 71355 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 73290 71355 3296 3139 0 69578 0
Current children cumulated CPU time: 1478.08 s
Current children cumulated vsize: 293160 KiB
Current children cumulated memory: 285420 KiB

[startup+1542.3 s]
/proc/loadavg: 4.08 4.07 3.63 5/262 20936
/proc/meminfo: memFree=128864744/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=325988 memory=318240 CPUtime=1537.9 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 136500 0 0 0 153754 36 0 0 20 0 1 0 32755120 333811712 79560 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 81497 79560 3296 3139 0 77785 0
Current children cumulated CPU time: 1537.9 s
Current children cumulated vsize: 325988 KiB
Current children cumulated memory: 318240 KiB

[startup+1602.3 s]
/proc/loadavg: 4.07 4.06 3.66 5/262 20938
/proc/meminfo: memFree=128834996/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=362880 memory=355104 CPUtime=1597.71 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 141147 0 0 0 159732 39 0 0 20 0 1 0 32755120 371589120 88776 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 90720 88776 3296 3139 0 87008 0
Current children cumulated CPU time: 1597.71 s
Current children cumulated vsize: 362880 KiB
Current children cumulated memory: 355104 KiB

[startup+1662.3 s]
/proc/loadavg: 4.12 4.08 3.69 5/264 20946
/proc/meminfo: memFree=128809556/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=366772 memory=358944 CPUtime=1657.52 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 141751 0 0 0 165713 39 0 0 20 0 1 0 32755120 375574528 89736 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 91693 89736 3296 3139 0 87981 0
Current children cumulated CPU time: 1657.52 s
Current children cumulated vsize: 366772 KiB
Current children cumulated memory: 358944 KiB

[startup+1722.3 s]
/proc/loadavg: 4.04 4.06 3.71 5/264 20948
/proc/meminfo: memFree=128844124/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303320 memory=295708 CPUtime=1717.34 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 141868 0 0 0 171694 40 0 0 20 0 1 0 32755120 310599680 73927 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75830 73927 3296 3139 0 72118 0
Current children cumulated CPU time: 1717.34 s
Current children cumulated vsize: 303320 KiB
Current children cumulated memory: 295708 KiB

[startup+1782.3 s]
/proc/loadavg: 4.12 4.08 3.74 5/264 20950
/proc/meminfo: memFree=128811480/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=359292 memory=351520 CPUtime=1777.17 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 143033 0 0 0 177676 41 0 0 20 0 1 0 32755120 367915008 87880 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 89823 87880 3296 3139 0 86111 0
Current children cumulated CPU time: 1777.17 s
Current children cumulated vsize: 359292 KiB
Current children cumulated memory: 351520 KiB

[startup+1842.3 s]
/proc/loadavg: 4.10 4.08 3.77 5/264 20952
/proc/meminfo: memFree=128813996/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=301000 memory=293260 CPUtime=1837.02 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 144356 0 0 0 183659 43 0 0 20 0 1 0 32755120 308224000 73315 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75250 73315 3296 3139 0 71538 0
Current children cumulated CPU time: 1837.02 s
Current children cumulated vsize: 301000 KiB
Current children cumulated memory: 293260 KiB

[startup+1902.3 s]
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128808896/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1896.86 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189643 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1896.86 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

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

# cumulated CPU time of all completed processes:  user=1899.09 s, system=0.438885 s

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

[startup+1902.4 s]
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128808896/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1896.96 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189653 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1896.96 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

[startup+1904 s]*
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128839624/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1898.56 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189813 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1898.56 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

[startup+1904.4 s]
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128839624/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1898.95 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189852 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1898.95 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

[startup+1904.8 s]
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128839624/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1899.35 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189892 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1899.35 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

[startup+1904.9 s]
/proc/loadavg: 4.08 4.08 3.79 5/264 20954
/proc/meminfo: memFree=128839624/131250000 swapFree=33010684/33010684
[pid=20804] ppid=20798 vsize=303688 memory=295948 CPUtime=1899.45 cores=4,6
/proc/20804/stat : 20804 (uwrmaxsat-scip) R 20798 20804 20747 0 -1 4194304 145151 0 0 0 189902 43 0 0 20 0 1 0 32755120 310976512 73987 18446744073709551615 4198400 17051741 140725399913216 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 51269632 140725399914810 140725399914980 140725399914980 140725399920582 0
/proc/20804/statm: 75922 73987 3296 3139 0 72210 0
Current children cumulated CPU time: 1899.45 s
Current children cumulated vsize: 303688 KiB
Current children cumulated memory: 295948 KiB

Child status: 0

Real time (s): 1904.97
CPU time (s): 1899.53
CPU user time (s): 1899.09
CPU system time (s): 0.438885
CPU usage (%): 99.7147
Max. virtual memory (cumulated for all children) (KiB): 732192
Max. memory (cumulated for all children) (KiB): 688060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1899.09
system time used= 0.438885
maximum resident set size= 688060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145151
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= 83
involuntary context switches= 1850


# summary of solver processes directly reported to runsolver:
#   pid: 20804
#   total CPU time (s): 1899.53
#   total CPU user time (s): 1899.09
#   total CPU system time (s): 0.438885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.42593 second user time and 7.89824 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 06:28:46
IDJOB=4506885
IDBENCH=158302
IDSOLVER=3373
FILE ID=nodeC028/4506885-1751171326
RUNJOBID= nodeC028-1751171326-20758
SLURM_JOB_ID= 9587534
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K176.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-4506885-1751171326/watcher-4506885-1751171326 -o /tmp/evaluation-result-4506885-1751171326/solver-4506885-1751171326 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751171326-20758 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4506885-1751171326.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 98be46c5d9a37fa78efcf3182d546400
RANDOM SEED=398950723

nodeC028 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		: 3602.553
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.16
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		: 3598.220
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.16
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		: 3600.063
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.16
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.060
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.16
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.276
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.16
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		: 3601.824
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.16
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		: 3598.190
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.081
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130127104 kB
MemAvailable:   129826248 kB
Buffers:            3280 kB
Cached:           510212 kB
SwapCached:            0 kB
Active:           322676 kB
Inactive:         253760 kB
Active(anon):      81112 kB
Inactive(anon):        0 kB
Active(file):     241564 kB
Inactive(file):   253760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             71248 kB
Writeback:             0 kB
AnonPages:         66168 kB
Mapped:           102636 kB
Shmem:             18068 kB
KReclaimable:      86120 kB
Slab:             169296 kB
SReclaimable:      86120 kB
SUnreclaim:        83176 kB
KernelStack:        4128 kB
PageTables:         2876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC028 at 2025-06-29 07:00:31