Trace number 4513311

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.06 3609.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.00/0.07	c Converting 9408 PB-constraints to clauses...
0.00/0.07	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.09/0.14	c ============================[ Encoding Statistics ]============================
0.09/0.14	c |  Number of variables:         15863                                         |
0.09/0.14	c |  Number of clauses:           64968                                         |
0.09/0.14	c ===============================================================================
300.29/301.14	c Starting SCIP solver  (with time-limit: 900s) ...
1197.94/1201.14	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.04/3609.50	c *** TERMINATED by signal 15 ***
3600.04/3609.50	c _______________________________________________________________________________
3600.04/3609.50	c 
3600.04/3609.50	c _______________________________________________________________________________
3600.04/3609.50	c 
3600.04/3609.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.50	c Memory used            : 455.00 MB
3600.04/3609.50	c CPU time               : 3599.31 s
3600.04/3609.50	c Constr Enc: Srt/BDD/Add: 807 0 0
3600.04/3609.50	c _______________________________________________________________________________
3600.04/3609.50	c _______________________________________________________________________________
3600.04/3609.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129158712/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=46672 memory=36732 CPUtime=0.09 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 6882 0 0 0 9 0 0 0 20 0 1 0 36050526 47792128 9183 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 11668 9183 2688 3139 0 7956 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46672 KiB
Current children cumulated memory: 36732 KiB

[startup+0.205519 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129150648/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=58856 memory=46908 CPUtime=0.2 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 10106 0 0 0 19 1 0 0 20 0 1 0 36050526 60268544 11727 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 14714 11727 2688 3139 0 11002 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 58856 KiB
Current children cumulated memory: 46908 KiB

[startup+0.305432 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129146868/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=61904 memory=49980 CPUtime=0.3 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 10869 0 0 0 29 1 0 0 20 0 1 0 36050526 63389696 12495 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 15476 12495 2688 3139 0 11764 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61904 KiB
Current children cumulated memory: 49980 KiB

[startup+0.700148 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129146868/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=62336 memory=50440 CPUtime=0.69 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 11890 0 0 0 68 1 0 0 20 0 1 0 36050526 63832064 12610 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 15584 12610 2688 3139 0 11872 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 62336 KiB
Current children cumulated memory: 50440 KiB

[startup+1.50015 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129142584/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=65740 memory=54048 CPUtime=1.48 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 13913 0 0 0 147 1 0 0 20 0 1 0 36050526 67317760 13512 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 16435 13512 2720 3139 0 12723 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 65740 KiB
Current children cumulated memory: 54048 KiB

[startup+3.10524 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129158964/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=65740 memory=54260 CPUtime=3.08 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 14296 0 0 0 307 1 0 0 20 0 1 0 36050526 67317760 13565 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 16435 13565 2720 3139 0 12723 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 65740 KiB
Current children cumulated memory: 54260 KiB

[startup+6.30012 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129155688/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=67988 memory=56464 CPUtime=6.27 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 15729 0 0 0 625 2 0 0 20 0 1 0 36050526 69619712 14116 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 16997 14116 2720 3139 0 13285 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 67988 KiB
Current children cumulated memory: 56464 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 27741
/proc/meminfo: memFree=129156208/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=71396 memory=59972 CPUtime=12.65 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 16954 0 0 0 1263 2 0 0 20 0 1 0 36050526 73109504 14993 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 17849 14993 2720 3139 0 14137 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 71396 KiB
Current children cumulated memory: 59972 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 27741
/proc/meminfo: memFree=129154192/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=90928 memory=79344 CPUtime=25.43 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 19182 0 0 0 2539 4 0 0 20 0 1 0 36050526 93110272 19836 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 22732 19836 2720 3139 0 19020 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 90928 KiB
Current children cumulated memory: 79344 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 27742
/proc/meminfo: memFree=129120688/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=94752 memory=83120 CPUtime=50.96 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 20873 0 0 0 5092 4 0 0 20 0 1 0 36050526 97026048 20780 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 23688 20780 2720 3139 0 19976 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 94752 KiB
Current children cumulated memory: 83120 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 27745
/proc/meminfo: memFree=129090140/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=130744 memory=120064 CPUtime=102.01 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 25932 0 0 0 10193 8 0 0 20 0 1 0 36050526 133881856 30016 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 32686 30016 2720 3139 0 28974 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 130744 KiB
Current children cumulated memory: 120064 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 27748
/proc/meminfo: memFree=129109268/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=101780 memory=91172 CPUtime=161.85 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 28529 0 0 0 16177 8 0 0 20 0 1 0 36050526 104222720 22793 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 25445 22793 2720 3139 0 21733 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 101780 KiB
Current children cumulated memory: 91172 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 27750
/proc/meminfo: memFree=129086484/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=112356 memory=101900 CPUtime=221.68 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 30796 0 0 0 22159 9 0 0 20 0 1 0 36050526 115052544 25475 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 28089 25475 2720 3139 0 24377 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 112356 KiB
Current children cumulated memory: 101900 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 27752
/proc/meminfo: memFree=129052200/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=174396 memory=163748 CPUtime=281.53 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 36892 0 0 0 28135 18 0 0 20 0 1 0 36050526 178581504 40937 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 43599 40937 2720 3139 0 39887 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 174396 KiB
Current children cumulated memory: 163748 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 27754
/proc/meminfo: memFree=128999972/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=223480 memory=214948 CPUtime=341.38 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 42576 0 0 0 34119 19 0 0 20 0 1 0 36050526 228843520 53737 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 55870 53737 3296 3139 0 52158 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 223480 KiB
Current children cumulated memory: 214948 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 27756
/proc/meminfo: memFree=128986012/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=223480 memory=214948 CPUtime=401.23 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 42629 0 0 0 40104 19 0 0 20 0 1 0 36050526 228843520 53737 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 55870 53737 3296 3139 0 52158 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 223480 KiB
Current children cumulated memory: 214948 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 27761
/proc/meminfo: memFree=128972308/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=223480 memory=214948 CPUtime=461.08 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 42630 0 0 0 46089 19 0 0 20 0 1 0 36050526 228843520 53737 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 55870 53737 3296 3139 0 52158 0

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

Current children cumulated memory: 260720 KiB

[startup+2922.3 s]
/proc/loadavg: 3.99 4.10 4.09 4/257 27918
/proc/meminfo: memFree=129031796/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=268876 memory=260720 CPUtime=2914.51 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54505 0 0 0 291420 31 0 0 20 0 1 0 36050526 275329024 65180 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 67219 65180 3296 3139 0 63507 0
Current children cumulated CPU time: 2914.51 s
Current children cumulated vsize: 268876 KiB
Current children cumulated memory: 260720 KiB

[startup+2982.3 s]
/proc/loadavg: 3.42 3.92 4.03 4/257 27922
/proc/meminfo: memFree=128974748/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=268876 memory=260720 CPUtime=2974.35 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54505 0 0 0 297404 31 0 0 20 0 1 0 36050526 275329024 65180 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 67219 65180 3296 3139 0 63507 0
Current children cumulated CPU time: 2974.35 s
Current children cumulated vsize: 268876 KiB
Current children cumulated memory: 260720 KiB

[startup+3042.3 s]
/proc/loadavg: 2.99 3.71 3.95 3/251 27954
/proc/meminfo: memFree=129329364/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=268876 memory=260720 CPUtime=3034.18 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54507 0 0 0 303387 31 0 0 20 0 1 0 36050526 275329024 65180 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 67219 65180 3296 3139 0 63507 0
Current children cumulated CPU time: 3034.18 s
Current children cumulated vsize: 268876 KiB
Current children cumulated memory: 260720 KiB

[startup+3102.3 s]
/proc/loadavg: 2.43 3.41 3.83 3/251 27958
/proc/meminfo: memFree=129327564/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=268876 memory=260720 CPUtime=3094 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54594 0 0 0 309369 31 0 0 20 0 1 0 36050526 275329024 65180 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 67219 65180 3296 3139 0 63507 0
Current children cumulated CPU time: 3094 s
Current children cumulated vsize: 268876 KiB
Current children cumulated memory: 260720 KiB

[startup+3162.3 s]
/proc/loadavg: 1.98 3.12 3.70 2/246 27992
/proc/meminfo: memFree=129599052/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=268876 memory=260720 CPUtime=3153.83 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54596 0 0 0 315352 31 0 0 20 0 1 0 36050526 275329024 65180 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 67219 65180 3296 3139 0 63507 0
Current children cumulated CPU time: 3153.83 s
Current children cumulated vsize: 268876 KiB
Current children cumulated memory: 260720 KiB

[startup+3222.3 s]
/proc/loadavg: 1.48 2.76 3.54 2/246 27994
/proc/meminfo: memFree=129550204/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=340992 memory=332620 CPUtime=3213.7 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 54750 0 0 0 321338 32 0 0 20 0 1 0 36050526 349175808 83155 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85248 83155 3296 3139 0 81536 0
Current children cumulated CPU time: 3213.7 s
Current children cumulated vsize: 340992 KiB
Current children cumulated memory: 332620 KiB

[startup+3282.3 s]
/proc/loadavg: 1.23 2.45 3.38 2/246 27996
/proc/meminfo: memFree=129526360/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=343168 memory=334904 CPUtime=3273.57 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 57543 0 0 0 327317 40 0 0 20 0 1 0 36050526 351404032 83726 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85792 83726 3296 3139 0 82080 0
Current children cumulated CPU time: 3273.57 s
Current children cumulated vsize: 343168 KiB
Current children cumulated memory: 334904 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 2.20 3.24 2/246 27998
/proc/meminfo: memFree=129528044/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=341016 memory=332752 CPUtime=3333.44 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 60336 0 0 0 333296 48 0 0 20 0 1 0 36050526 349200384 83188 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85254 83188 3296 3139 0 81542 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 341016 KiB
Current children cumulated memory: 332752 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 2.01 3.10 2/246 28000
/proc/meminfo: memFree=129536324/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=341400 memory=333244 CPUtime=3393.31 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 62354 0 0 0 339276 55 0 0 20 0 1 0 36050526 349593600 83311 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85350 83311 3296 3139 0 81638 0
Current children cumulated CPU time: 3393.31 s
Current children cumulated vsize: 341400 KiB
Current children cumulated memory: 333244 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.84 2.97 2/244 28004
/proc/meminfo: memFree=129517796/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=363320 memory=355056 CPUtime=3453.17 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 64911 0 0 0 345257 60 0 0 20 0 1 0 36050526 372039680 88764 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 90830 88764 3296 3139 0 87118 0
Current children cumulated CPU time: 3453.17 s
Current children cumulated vsize: 363320 KiB
Current children cumulated memory: 355056 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.71 2.86 2/244 28006
/proc/meminfo: memFree=129508092/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=374460 memory=366196 CPUtime=3513.04 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 66547 0 0 0 351238 66 0 0 20 0 1 0 36050526 383447040 91549 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 93615 91549 3296 3139 0 89903 0
Current children cumulated CPU time: 3513.04 s
Current children cumulated vsize: 374460 KiB
Current children cumulated memory: 366196 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.60 2.74 2/244 28008
/proc/meminfo: memFree=129535092/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=348632 memory=340476 CPUtime=3572.9 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 68221 0 0 0 357219 71 0 0 20 0 1 0 36050526 356999168 85119 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 87158 85119 3296 3139 0 83446 0
Current children cumulated CPU time: 3572.9 s
Current children cumulated vsize: 348632 KiB
Current children cumulated memory: 340476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 1.14 1.56 2.69 2/244 28008
/proc/meminfo: memFree=129540848/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=343088 memory=334932 CPUtime=3600.04 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 69190 0 0 0 359930 74 0 0 20 0 1 0 36050526 351322112 83733 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85772 83733 3296 3139 0 82060 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343088 KiB
Current children cumulated memory: 334932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.31 s, system=0.750611 s

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

[startup+3609.5 s]
/proc/loadavg: 1.14 1.56 2.69 2/244 28008
/proc/meminfo: memFree=129540848/131250000 swapFree=33010684/33010684
[pid=27740] ppid=27737 vsize=343088 memory=334932 CPUtime=3600.04 cores=0,2
/proc/27740/stat : 27740 (uwrmaxsat-scip) R 27737 27740 25867 0 -1 4194304 69190 0 0 0 359930 74 0 0 20 0 1 0 36050526 351322112 83733 18446744073709551615 4198400 17051741 140730472267200 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 34353152 140730472270138 140730472270308 140730472270308 140730472275910 0
/proc/27740/statm: 85772 83733 3296 3139 0 82060 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343088 KiB
Current children cumulated memory: 334932 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.06
CPU user time (s): 3599.31
CPU system time (s): 0.750611
CPU usage (%): 99.7383
Max. virtual memory (cumulated for all children) (KiB): 466708
Max. memory (cumulated for all children) (KiB): 458320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.31
system time used= 0.750611
maximum resident set size= 458320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69190
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= 25
involuntary context switches= 4574


# summary of solver processes directly reported to runsolver:
#   pid: 27740
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.31
#   total CPU system time (s): 0.750611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52831 second user time and 15.0871 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 15:28:23
IDJOB=4513311
IDBENCH=162316
IDSOLVER=3373
FILE ID=nodeC013/4513311-1751203703
RUNJOBID= nodeC013-1751194426-25877
SLURM_JOB_ID= 9587597
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-6.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-4513311-1751203703/watcher-4513311-1751203703 -o /tmp/evaluation-result-4513311-1751203703/solver-4513311-1751203703 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25877 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4513311-1751203703.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=1651360450

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129178620 kB
MemAvailable:   129097704 kB
Buffers:            3280 kB
Cached:           722700 kB
SwapCached:            0 kB
Active:           900296 kB
Inactive:         513876 kB
Active(anon):     701476 kB
Inactive(anon):        0 kB
Active(file):     198820 kB
Inactive(file):   513876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16848 kB
Writeback:             0 kB
AnonPages:        691300 kB
Mapped:           138376 kB
Shmem:             13284 kB
KReclaimable:      90852 kB
Slab:             176876 kB
SReclaimable:      90852 kB
SUnreclaim:        86024 kB
KernelStack:        4256 kB
PageTables:         4380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1027132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC013 at 2025-06-29 16:28:32