Trace number 4509985

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.02 3610.5

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n134-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM01d829ad4c115fdb9b9dc327d7beaf7a
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 variables201
Total number of constraints536
Number of constraints which are clauses536
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 536 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           201                                         |
0.00/0.00	c |  Number of clauses:             536                                         |
0.00/0.00	c ===============================================================================
300.17/301.00	c Starting SCIP solver  (with time-limit: 900s) ...
1197.21/1201.01	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.01/3610.50	c *** TERMINATED by signal 15 ***
3600.01/3610.50	c _______________________________________________________________________________
3600.01/3610.50	c 
3600.01/3610.50	c _______________________________________________________________________________
3600.01/3610.50	c 
3600.01/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3610.50	c Memory used            : 725.00 MB
3600.01/3610.50	c CPU time               : 3599.65 s
3600.01/3610.50	c _______________________________________________________________________________
3600.01/3610.50	c _______________________________________________________________________________
3600.01/3610.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 (62945 MiB free)
  memory of node 1: 64507 MiB (63542 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509985-1751192692/watcher-4509985-1751192692 -o /tmp/evaluation-result-4509985-1751192692/solver-4509985-1751192692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26926 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4509985-1751192692.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.el
Current StackSize limit: 8192 KiB

solver pid=27136, runsolver pid=27133

[startup+0.10006 s]*
/proc/loadavg: 4.43 3.77 3.88 5/264 27137
/proc/meminfo: memFree=129523136/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=24164 memory=14752 CPUtime=0.09 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 1305 0 0 0 9 0 0 0 20 0 1 0 34946857 24743936 3688 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 6041 3688 2720 3139 0 2329 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24164 KiB
Current children cumulated memory: 14752 KiB

[startup+0.205444 s]*
/proc/loadavg: 4.43 3.77 3.88 5/264 27137
/proc/meminfo: memFree=129523136/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=24820 memory=15332 CPUtime=0.2 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 1627 0 0 0 20 0 0 0 20 0 1 0 34946857 25415680 3833 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 6205 3833 2720 3139 0 2493 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24820 KiB
Current children cumulated memory: 15332 KiB

[startup+0.305411 s]*
/proc/loadavg: 4.43 3.77 3.88 5/264 27137
/proc/meminfo: memFree=129523136/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=25176 memory=15784 CPUtime=0.3 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 1843 0 0 0 30 0 0 0 20 0 1 0 34946857 25780224 3946 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 6294 3946 2720 3139 0 2582 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 25176 KiB
Current children cumulated memory: 15784 KiB

[startup+0.700163 s]
/proc/loadavg: 4.43 3.77 3.88 5/264 27137
/proc/meminfo: memFree=129523136/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=26644 memory=16868 CPUtime=0.68 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 2695 0 0 0 68 0 0 0 20 0 1 0 34946857 27283456 4217 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 6661 4217 2720 3139 0 2949 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 26644 KiB
Current children cumulated memory: 16868 KiB

[startup+1.50013 s]
/proc/loadavg: 4.43 3.77 3.88 5/264 27137
/proc/meminfo: memFree=129523136/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=27100 memory=17612 CPUtime=1.48 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 4300 0 0 0 148 0 0 0 20 0 1 0 34946857 27750400 4403 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 6775 4403 2720 3139 0 3063 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27100 KiB
Current children cumulated memory: 17612 KiB

[startup+3.10529 s]
/proc/loadavg: 4.40 3.78 3.88 5/264 27137
/proc/meminfo: memFree=129521464/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=30896 memory=21184 CPUtime=3.08 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 6796 0 0 0 308 0 0 0 20 0 1 0 34946857 31637504 5296 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 7724 5296 2720 3139 0 4012 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 30896 KiB
Current children cumulated memory: 21184 KiB

[startup+6.30016 s]
/proc/loadavg: 4.40 3.78 3.88 5/264 27137
/proc/meminfo: memFree=129511432/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=34020 memory=24404 CPUtime=6.27 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 12270 0 0 0 626 1 0 0 20 0 1 0 34946857 34836480 6101 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 8505 6101 2720 3139 0 4793 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 34020 KiB
Current children cumulated memory: 24404 KiB

[startup+12.7001 s]
/proc/loadavg: 4.33 3.78 3.88 5/264 27137
/proc/meminfo: memFree=129479932/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=36316 memory=26828 CPUtime=12.66 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 15630 0 0 0 1264 2 0 0 20 0 1 0 34946857 37187584 6707 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 9079 6707 2720 3139 0 5367 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 36316 KiB
Current children cumulated memory: 26828 KiB

[startup+25.5001 s]
/proc/loadavg: 4.28 3.79 3.88 5/264 27138
/proc/meminfo: memFree=129447944/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=42568 memory=33044 CPUtime=25.42 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 22360 0 0 0 2539 3 0 0 20 0 1 0 34946857 43589632 8261 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 10642 8261 2720 3139 0 6930 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 42568 KiB
Current children cumulated memory: 33044 KiB

[startup+51.1054 s]
/proc/loadavg: 4.24 3.83 3.89 5/264 27138
/proc/meminfo: memFree=129391288/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=49484 memory=39888 CPUtime=50.96 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 29619 0 0 0 5092 4 0 0 20 0 1 0 34946857 50671616 9972 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 12371 9972 2720 3139 0 8659 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 49484 KiB
Current children cumulated memory: 39888 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 3.87 3.91 5/264 27140
/proc/meminfo: memFree=129269460/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=66992 memory=57456 CPUtime=102.04 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 38195 0 0 0 10197 7 0 0 20 0 1 0 34946857 68599808 14364 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 16748 14364 2720 3139 0 13036 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 66992 KiB
Current children cumulated memory: 57456 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 3.93 3.92 5/264 27142
/proc/meminfo: memFree=129157140/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=53484 memory=43888 CPUtime=161.9 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 43404 0 0 0 16181 9 0 0 20 0 1 0 34946857 54767616 10972 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 13371 10972 2720 3139 0 9659 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 53484 KiB
Current children cumulated memory: 43888 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.96 3.94 5/264 27145
/proc/meminfo: memFree=128994656/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=58020 memory=48496 CPUtime=221.72 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 44619 0 0 0 22163 9 0 0 20 0 1 0 34946857 59412480 12124 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 14505 12124 2720 3139 0 10793 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 58020 KiB
Current children cumulated memory: 48496 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.99 3.95 5/264 27147
/proc/meminfo: memFree=128895500/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=58056 memory=48492 CPUtime=281.52 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 47681 0 0 0 28143 9 0 0 20 0 1 0 34946857 59449344 12123 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 14514 12123 2720 3139 0 10802 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 58056 KiB
Current children cumulated memory: 48492 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.96 5/264 27149
/proc/meminfo: memFree=128703208/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=113756 memory=105532 CPUtime=341.29 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 64770 0 0 0 34117 12 0 0 20 0 1 0 34946857 116486144 26383 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 28439 26383 3296 3139 0 24727 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 113756 KiB
Current children cumulated memory: 105532 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.01 3.97 5/263 27153
/proc/meminfo: memFree=128568420/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=175924 memory=166480 CPUtime=401.05 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 76972 0 0 0 40090 15 0 0 20 0 1 0 34946857 180146176 41620 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 43981 41620 3296 3139 0 40269 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 175924 KiB
Current children cumulated memory: 166480 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.04 3.99 5/264 27160
/proc/meminfo: memFree=128440336/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=235472 memory=225024 CPUtime=460.8 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 85500 0 0 0 46063 17 0 0 20 0 1 0 34946857 241123328 56256 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 58868 56256 3296 3139 0 55156 0
Current children cumulated CPU time: 460.8 s

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

Current children cumulated memory: 593452 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 27295
/proc/meminfo: memFree=127393596/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=2913.81 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 172837 0 0 0 291345 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 2913.81 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 27298
/proc/meminfo: memFree=127393356/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=2973.65 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 172855 0 0 0 297329 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 2973.65 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 27301
/proc/meminfo: memFree=127360880/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3033.48 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 172938 0 0 0 303312 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3033.48 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 27303
/proc/meminfo: memFree=127358764/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3093.31 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173000 0 0 0 309295 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3093.31 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.20 4.12 5/265 27305
/proc/meminfo: memFree=127356412/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3153.14 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173084 0 0 0 315278 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3153.14 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.19 4.12 5/265 27307
/proc/meminfo: memFree=127356532/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3212.97 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173092 0 0 0 321261 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3212.97 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/265 27309
/proc/meminfo: memFree=127357328/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3272.8 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173208 0 0 0 327244 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3272.8 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/265 27537
/proc/meminfo: memFree=129052716/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3332.62 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173290 0 0 0 333226 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3332.62 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.13 4.10 5/264 27540
/proc/meminfo: memFree=128995896/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3392.44 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173361 0 0 0 339208 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3392.44 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/265 27593
/proc/meminfo: memFree=128985392/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3452.26 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173420 0 0 0 345190 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3452.26 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/265 27595
/proc/meminfo: memFree=128950116/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3512.08 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173505 0 0 0 351172 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3512.08 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 27597
/proc/meminfo: memFree=128909756/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3571.9 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173588 0 0 0 357154 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.06 4.11 4.09 5/265 27598
/proc/meminfo: memFree=128866980/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3600.01 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173621 0 0 0 359965 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.66 s, system=0.369663 s

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

[startup+3610.5 s]
/proc/loadavg: 4.06 4.11 4.09 5/265 27598
/proc/meminfo: memFree=128866980/131249996 swapFree=33010684/33010684
[pid=27136] ppid=27133 vsize=600428 memory=593452 CPUtime=3600.01 cores=4,6
/proc/27136/stat : 27136 (uwrmaxsat-scip) R 27133 27136 26915 0 -1 4194304 173621 0 0 0 359965 36 0 0 20 0 1 0 34946857 614838272 148363 18446744073709551615 4198400 17051741 140722153719264 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 53886976 140722153724218 140722153724388 140722153724388 140722153729990 0
/proc/27136/statm: 150107 148363 3296 3139 0 146395 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 600428 KiB
Current children cumulated memory: 593452 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.02
CPU user time (s): 3599.66
CPU system time (s): 0.369663
CPU usage (%): 99.7098
Max. virtual memory (cumulated for all children) (KiB): 742888
Max. memory (cumulated for all children) (KiB): 724780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.66
system time used= 0.369663
maximum resident set size= 724780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173621
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= 70
involuntary context switches= 2063


# summary of solver processes directly reported to runsolver:
#   pid: 27136
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.66
#   total CPU system time (s): 0.369663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52298 second user time and 14.0106 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 12:24:52
IDJOB=4509985
IDBENCH=159217
IDSOLVER=3373
FILE ID=nodeC021/4509985-1751192692
RUNJOBID= nodeC021-1751192387-26926
SLURM_JOB_ID= 9587584
Free space on /tmp= 433016 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n134-d3-i3-f.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-4509985-1751192692/watcher-4509985-1751192692 -o /tmp/evaluation-result-4509985-1751192692/solver-4509985-1751192692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26926 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4509985-1751192692.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 01d829ad4c115fdb9b9dc327d7beaf7a
RANDOM SEED=807416096

nodeC021 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.770
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.56
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.783
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.56
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		: 3476.648
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.56
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		: 3622.180
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.56
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		: 3548.457
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.56
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.781
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.56
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		: 3599.355
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.56
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		: 3620.221
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129523136 kB
MemAvailable:   129540352 kB
Buffers:            3280 kB
Cached:           826048 kB
SwapCached:            0 kB
Active:           553340 kB
Inactive:         568692 kB
Active(anon):     310764 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   568692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16536 kB
Writeback:             0 kB
AnonPages:        292924 kB
Mapped:           142748 kB
Shmem:             18060 kB
KReclaimable:      89972 kB
Slab:             176160 kB
SReclaimable:      89972 kB
SUnreclaim:        86188 kB
KernelStack:        4252 kB
PageTables:         3724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     640064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC021 at 2025-06-29 13:25:02