Trace number 4510093

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.07 3611.3

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n230-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMf61f810767e626cf4ffbb78e9de33430
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 variables345
Total number of constraints920
Number of constraints which are clauses920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00	c Converting 920 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           345                                         |
0.00/0.01	c |  Number of clauses:             920                                         |
0.00/0.01	c ===============================================================================
300.20/301.01	c Starting SCIP solver  (with time-limit: 900s) ...
1197.00/1201.02	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.06/3611.30	c *** TERMINATED by signal 15 ***
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c 
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c 
3600.06/3611.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3611.30	c Memory used            : 691.00 MB
3600.06/3611.30	c CPU time               : 3599.54 s
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	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 (62859 MiB free)
  memory of node 1: 64507 MiB (64008 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510093-1751194426/watcher-4510093-1751194426 -o /tmp/evaluation-result-4510093-1751194426/solver-4510093-1751194426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25878 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4510093-1751194426.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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=25923, runsolver pid=25917

[startup+0.100058 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129896012/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=24824 memory=15436 CPUtime=0.1 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 1590 0 0 0 10 0 0 0 20 0 1 0 35122930 25419776 3859 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 6206 3859 2720 3139 0 2494 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 24824 KiB
Current children cumulated memory: 15436 KiB

[startup+0.205391 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129896012/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=25296 memory=15900 CPUtime=0.2 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 2025 0 0 0 20 0 0 0 20 0 1 0 35122930 25903104 3975 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 6324 3975 2720 3139 0 2612 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 25296 KiB
Current children cumulated memory: 15900 KiB

[startup+0.304553 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129895016/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=26052 memory=16572 CPUtime=0.3 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 2410 0 0 0 30 0 0 0 20 0 1 0 35122930 26677248 4143 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 6513 4143 2720 3139 0 2801 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26052 KiB
Current children cumulated memory: 16572 KiB

[startup+0.700098 s]
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129894452/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=27032 memory=17452 CPUtime=0.68 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 3887 0 0 0 68 0 0 0 20 0 1 0 35122930 27680768 4363 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 6758 4363 2720 3139 0 3046 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27032 KiB
Current children cumulated memory: 17452 KiB

[startup+1.50011 s]
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129891428/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=27148 memory=17660 CPUtime=1.48 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 5228 0 0 0 148 0 0 0 20 0 1 0 35122930 27799552 4415 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 6787 4415 2720 3139 0 3075 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27148 KiB
Current children cumulated memory: 17660 KiB

[startup+3.10522 s]
/proc/loadavg: 1.34 2.21 3.25 5/267 25936
/proc/meminfo: memFree=129881500/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=34176 memory=24572 CPUtime=3.09 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 9653 0 0 0 308 1 0 0 20 0 1 0 35122930 34996224 6143 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 8544 6143 2720 3139 0 4832 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 34176 KiB
Current children cumulated memory: 24572 KiB

[startup+6.30012 s]
/proc/loadavg: 1.34 2.21 3.25 5/267 25936
/proc/meminfo: memFree=129881208/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=36460 memory=26876 CPUtime=6.27 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 10241 0 0 0 626 1 0 0 20 0 1 0 35122930 37335040 6719 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 9115 6719 2720 3139 0 5403 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 36460 KiB
Current children cumulated memory: 26876 KiB

[startup+12.7002 s]
/proc/loadavg: 2.06 2.33 3.28 5/267 25936
/proc/meminfo: memFree=129861432/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=39896 memory=30412 CPUtime=12.65 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 17657 0 0 0 1262 3 0 0 20 0 1 0 35122930 40853504 7603 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 9974 7603 2720 3139 0 6262 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 39896 KiB
Current children cumulated memory: 30412 KiB

[startup+25.5002 s]
/proc/loadavg: 2.67 2.45 3.31 5/267 25936
/proc/meminfo: memFree=129845336/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=49972 memory=40400 CPUtime=25.42 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 19156 0 0 0 2538 4 0 0 20 0 1 0 35122930 51171328 10100 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 12493 10100 2720 3139 0 8781 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 49972 KiB
Current children cumulated memory: 40400 KiB

[startup+51.1053 s]
/proc/loadavg: 3.67 2.71 3.37 5/267 25937
/proc/meminfo: memFree=129802016/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=59196 memory=49616 CPUtime=50.95 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 22649 0 0 0 5090 5 0 0 20 0 1 0 35122930 60616704 12404 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 14799 12404 2720 3139 0 11087 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 59196 KiB
Current children cumulated memory: 49616 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 3.05 3.45 5/266 26253
/proc/meminfo: memFree=129770404/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=68096 memory=58508 CPUtime=101.98 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 28477 0 0 0 10190 8 0 0 20 0 1 0 35122930 69730304 14627 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 17024 14627 2720 3139 0 13312 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 68096 KiB
Current children cumulated memory: 58508 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 3.24 3.49 5/265 26255
/proc/meminfo: memFree=129733408/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=75392 memory=65956 CPUtime=161.82 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 34851 0 0 0 16172 10 0 0 20 0 1 0 35122930 77201408 16489 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 18848 16489 2720 3139 0 15136 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 75392 KiB
Current children cumulated memory: 65956 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.40 3.53 5/264 26257
/proc/meminfo: memFree=129710352/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=97968 memory=88484 CPUtime=221.68 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 39140 0 0 0 22156 12 0 0 20 0 1 0 35122930 100319232 22121 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 24492 22121 2720 3139 0 20780 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 97968 KiB
Current children cumulated memory: 88484 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 3.54 3.57 5/264 26259
/proc/meminfo: memFree=129661120/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=97572 memory=88100 CPUtime=281.54 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 41900 0 0 0 28141 13 0 0 20 0 1 0 35122930 99913728 22025 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 24393 22025 2720 3139 0 20681 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 97572 KiB
Current children cumulated memory: 88100 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.63 3.60 5/264 26262
/proc/meminfo: memFree=129577448/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=111776 memory=104484 CPUtime=341.37 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 46410 0 0 0 34122 15 0 0 20 0 1 0 35122930 114458624 26121 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 27944 26121 3296 3139 0 24232 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 111776 KiB
Current children cumulated memory: 104484 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.73 3.64 5/264 26264
/proc/meminfo: memFree=129364852/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=156408 memory=146980 CPUtime=401.19 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 57034 0 0 0 40102 17 0 0 20 0 1 0 35122930 160161792 36745 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 39102 36745 3296 3139 0 35390 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 156408 KiB
Current children cumulated memory: 146980 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.80 3.67 5/263 26279
/proc/meminfo: memFree=129070908/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=200584 memory=192420 CPUtime=460.99 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 68014 0 0 0 46080 19 0 0 20 0 1 0 35122930 205398016 48105 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 50146 48105 3296 3139 0 46434 0

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

Current children cumulated memory: 700716 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 26707
/proc/meminfo: memFree=127457052/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=2913.13 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193606 0 0 0 291264 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 2913.13 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 26709
/proc/meminfo: memFree=127425024/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=2972.94 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193674 0 0 0 297245 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 2972.94 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 26714
/proc/meminfo: memFree=127394988/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3032.74 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193722 0 0 0 303225 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3032.74 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 26718
/proc/meminfo: memFree=127415240/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3092.56 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193821 0 0 0 309207 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3092.56 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 26720
/proc/meminfo: memFree=127434140/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3152.37 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193911 0 0 0 315188 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3152.37 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 26722
/proc/meminfo: memFree=127443476/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3212.19 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 193994 0 0 0 321170 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/263 26724
/proc/meminfo: memFree=127444980/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3272.02 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194065 0 0 0 327153 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3272.02 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26726
/proc/meminfo: memFree=127453028/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3331.85 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194161 0 0 0 333136 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3331.85 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 26728
/proc/meminfo: memFree=127460260/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3391.68 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194243 0 0 0 339119 49 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3391.68 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 26730
/proc/meminfo: memFree=127460428/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3451.51 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194317 0 0 0 345101 50 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3451.51 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.12 4.10 5/263 26735
/proc/meminfo: memFree=127464636/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3511.33 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194392 0 0 0 351083 50 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3511.33 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 26737
/proc/meminfo: memFree=127463836/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3571.17 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194519 0 0 0 357066 51 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3571.17 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.08 4.10 4.09 4/260 26749
/proc/meminfo: memFree=128090924/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3600.06 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194526 0 0 0 359953 53 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.54 s, system=0.532453 s

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

[startup+3611.3 s]
/proc/loadavg: 4.08 4.10 4.09 4/260 26749
/proc/meminfo: memFree=128090924/131250000 swapFree=33010684/33010684
[pid=25923] ppid=25917 vsize=707912 memory=700716 CPUtime=3600.06 cores=4,6
/proc/25923/stat : 25923 (uwrmaxsat-scip) R 25917 25923 25867 0 -1 4194304 194526 0 0 0 359953 53 0 0 20 0 1 0 35122930 724901888 175179 18446744073709551615 4198400 17051741 140735056611088 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 52981760 140735056619834 140735056620004 140735056620004 140735056625606 0
/proc/25923/statm: 176978 175179 3296 3139 0 173266 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 707912 KiB
Current children cumulated memory: 700716 KiB

Child status: 0

Real time (s): 3611.3
CPU time (s): 3600.07
CPU user time (s): 3599.54
CPU system time (s): 0.532453
CPU usage (%): 99.689
Max. virtual memory (cumulated for all children) (KiB): 708124
Max. memory (cumulated for all children) (KiB): 700716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.54
system time used= 0.532453
maximum resident set size= 700716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194526
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= 39
involuntary context switches= 2443


# summary of solver processes directly reported to runsolver:
#   pid: 25923
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.54
#   total CPU system time (s): 0.532453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9907 second user time and 12.422 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 12:53:47
IDJOB=4510093
IDBENCH=159819
IDSOLVER=3373
FILE ID=nodeC013/4510093-1751194426
RUNJOBID= nodeC013-1751194426-25878
SLURM_JOB_ID= 9587597
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n230-d3-i1-r2.cnf.gz-plain.pb.metafix.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-4510093-1751194426/watcher-4510093-1751194426 -o /tmp/evaluation-result-4510093-1751194426/solver-4510093-1751194426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25878 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4510093-1751194426.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= f61f810767e626cf4ffbb78e9de33430
RANDOM SEED=558768597

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.833
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		: 3600.214
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		: 3623.951
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		: 3602.408
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.835
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.799
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		: 3600.796
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		: 3602.360
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:        129908660 kB
MemAvailable:   129800296 kB
Buffers:            3280 kB
Cached:           695396 kB
SwapCached:            0 kB
Active:           278676 kB
Inactive:         486592 kB
Active(anon):      79876 kB
Inactive(anon):        0 kB
Active(file):     198800 kB
Inactive(file):   486592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66096 kB
Writeback:             0 kB
AnonPages:         69608 kB
Mapped:            97984 kB
Shmem:             13284 kB
KReclaimable:      90564 kB
Slab:             176816 kB
SReclaimable:      90564 kB
SUnreclaim:        86252 kB
KernelStack:        4072 kB
PageTables:         2348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     315716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC013 at 2025-06-29 13:53:58