Trace number 4512807

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.04 3610.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMab6600e5fcf1c6d7769b5fd648c35e77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3539.86
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.07	c Converting 9408 PB-constraints to clauses...
0.00/0.07	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.10/0.15	c ============================[ Encoding Statistics ]============================
0.10/0.15	c |  Number of variables:         16513                                         |
0.10/0.15	c |  Number of clauses:           67400                                         |
0.10/0.15	c ===============================================================================
300.26/301.15	c Starting SCIP solver  (with time-limit: 900s) ...
1197.72/1201.17	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.03/3610.10	c *** TERMINATED by signal 15 ***
3600.03/3610.10	c _______________________________________________________________________________
3600.03/3610.10	c 
3600.03/3610.10	c _______________________________________________________________________________
3600.03/3610.10	c 
3600.03/3610.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3610.10	c Memory used            : 405.00 MB
3600.03/3610.10	c CPU time               : 3599.07 s
3600.03/3610.10	c Constr Enc: Srt/BDD/Add: 855 0 0
3600.03/3610.10	c _______________________________________________________________________________
3600.03/3610.10	c _______________________________________________________________________________
3600.03/3610.10	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 (49281 MiB free)
  memory of node 1: 64507 MiB (55119 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=27129, runsolver pid=27126

[startup+0.100065 s]*
/proc/loadavg: 4.20 4.16 4.11 5/263 27130
/proc/meminfo: memFree=106883264/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=47032 memory=37120 CPUtime=0.1 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 6976 0 0 0 9 1 0 0 20 0 1 0 35619119 48160768 9280 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 11758 9280 2688 3139 0 8046 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47032 KiB
Current children cumulated memory: 37120 KiB

[startup+0.205609 s]*
/proc/loadavg: 4.18 4.16 4.11 5/263 27130
/proc/meminfo: memFree=106875452/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=59836 memory=47960 CPUtime=0.2 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 10690 0 0 0 19 1 0 0 20 0 1 0 35619119 61272064 11990 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 14959 11990 2688 3139 0 11247 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 59836 KiB
Current children cumulated memory: 47960 KiB

[startup+0.305581 s]*
/proc/loadavg: 4.18 4.16 4.11 5/263 27130
/proc/meminfo: memFree=106875452/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=62988 memory=51032 CPUtime=0.3 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 11479 0 0 0 29 1 0 0 20 0 1 0 35619119 64499712 12758 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 15747 12758 2688 3139 0 12035 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 62988 KiB
Current children cumulated memory: 51032 KiB

[startup+0.700197 s]
/proc/loadavg: 4.18 4.16 4.11 5/263 27130
/proc/meminfo: memFree=106869592/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=67180 memory=54736 CPUtime=0.68 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 13649 0 0 0 67 1 0 0 20 0 1 0 35619119 68792320 13684 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 16795 13684 2688 3139 0 13083 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 67180 KiB
Current children cumulated memory: 54736 KiB

[startup+1.50019 s]
/proc/loadavg: 4.18 4.16 4.11 5/263 27130
/proc/meminfo: memFree=106849620/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=69756 memory=58260 CPUtime=1.48 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 14759 0 0 0 146 2 0 0 20 0 1 0 35619119 71430144 14565 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 17439 14565 2688 3139 0 13727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 69756 KiB
Current children cumulated memory: 58260 KiB

[startup+3.10541 s]
/proc/loadavg: 4.18 4.16 4.11 5/263 27131
/proc/meminfo: memFree=106805260/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=67284 memory=55724 CPUtime=3.08 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 14938 0 0 0 306 2 0 0 20 0 1 0 35619119 68898816 13931 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 16821 13931 2688 3139 0 13109 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 67284 KiB
Current children cumulated memory: 55724 KiB

[startup+6.30018 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 27131
/proc/meminfo: memFree=106747632/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=69136 memory=57652 CPUtime=6.28 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 17230 0 0 0 625 3 0 0 20 0 1 0 35619119 70795264 14413 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 17284 14413 2688 3139 0 13572 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 69136 KiB
Current children cumulated memory: 57652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.16 4.11 5/263 27131
/proc/meminfo: memFree=106627984/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=80776 memory=69280 CPUtime=12.66 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 18607 0 0 0 1263 3 0 0 20 0 1 0 35619119 82714624 17320 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 20194 17320 2688 3139 0 16482 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 80776 KiB
Current children cumulated memory: 69280 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.11 5/263 27131
/proc/meminfo: memFree=106411332/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=76724 memory=64916 CPUtime=25.42 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 23966 0 0 0 2537 5 0 0 20 0 1 0 35619119 78565376 16229 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 19181 16229 2688 3139 0 15469 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 76724 KiB
Current children cumulated memory: 64916 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.15 4.11 5/263 27131
/proc/meminfo: memFree=105944024/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=100224 memory=88488 CPUtime=50.96 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 25780 0 0 0 5091 5 0 0 20 0 1 0 35619119 102629376 22122 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 25056 22122 2688 3139 0 21344 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 100224 KiB
Current children cumulated memory: 88488 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/262 27133
/proc/meminfo: memFree=105446172/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=129580 memory=117840 CPUtime=102.01 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 31517 0 0 0 10192 9 0 0 20 0 1 0 35619119 132689920 29460 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 32395 29460 2688 3139 0 28683 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 129580 KiB
Current children cumulated memory: 117840 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/263 27180
/proc/meminfo: memFree=115460796/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=101296 memory=90000 CPUtime=161.84 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 32638 0 0 0 16175 9 0 0 20 0 1 0 35619119 103727104 22500 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 25324 22500 2688 3139 0 21612 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 90000 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/263 27182
/proc/meminfo: memFree=115397688/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=116652 memory=105296 CPUtime=221.68 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 33427 0 0 0 22159 9 0 0 20 0 1 0 35619119 119451648 26324 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 29163 26324 2688 3139 0 25451 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 116652 KiB
Current children cumulated memory: 105296 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/263 27273
/proc/meminfo: memFree=129213348/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=149672 memory=139040 CPUtime=281.51 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 38328 0 0 0 28135 16 0 0 20 0 1 0 35619119 153264128 34760 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 37418 34760 2688 3139 0 33706 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 149672 KiB
Current children cumulated memory: 139040 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/263 27275
/proc/meminfo: memFree=129108148/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=230484 memory=221904 CPUtime=341.34 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 52478 0 0 0 34113 21 0 0 20 0 1 0 35619119 236015616 55476 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 57621 55476 3296 3139 0 53909 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 230484 KiB
Current children cumulated memory: 221904 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/263 27277
/proc/meminfo: memFree=129088300/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=230748 memory=222800 CPUtime=401.18 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 52637 0 0 0 40097 21 0 0 20 0 1 0 35619119 236285952 55700 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 57687 55700 3296 3139 0 53975 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 230748 KiB
Current children cumulated memory: 222800 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/264 27282
/proc/meminfo: memFree=129045064/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=230748 memory=222800 CPUtime=461.02 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 52701 0 0 0 46081 21 0 0 20 0 1 0 35619119 236285952 55700 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 57687 55700 3296 3139 0 53975 0
Current children cumulated CPU time: 461.02 s
Current children cumulated vsize: 230748 KiB

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

Current children cumulated memory: 218284 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 27454
/proc/meminfo: memFree=129006056/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=2914 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78531 0 0 0 291343 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 2914 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 27458
/proc/meminfo: memFree=129006816/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=2973.85 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78531 0 0 0 297328 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 2973.85 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 27462
/proc/meminfo: memFree=129006176/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=3033.69 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78532 0 0 0 303312 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 3033.69 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 27464
/proc/meminfo: memFree=128994144/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=3093.53 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78616 0 0 0 309296 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 3093.53 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 27467
/proc/meminfo: memFree=128995240/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=3153.37 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78616 0 0 0 315280 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 3153.37 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 27469
/proc/meminfo: memFree=128996872/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=226268 memory=218284 CPUtime=3213.21 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 78619 0 0 0 321264 57 0 0 20 0 1 0 35619119 231698432 54571 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 56567 54571 3296 3139 0 52855 0
Current children cumulated CPU time: 3213.21 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 218284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.10 4.09 5/264 27471
/proc/meminfo: memFree=128915000/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=301684 memory=293700 CPUtime=3273.06 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 79871 0 0 0 327246 60 0 0 20 0 1 0 35619119 308924416 73425 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 75421 73425 3296 3139 0 71709 0
Current children cumulated CPU time: 3273.06 s
Current children cumulated vsize: 301684 KiB
Current children cumulated memory: 293700 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 27473
/proc/meminfo: memFree=128912472/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=301916 memory=293932 CPUtime=3332.9 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 82135 0 0 0 333223 67 0 0 20 0 1 0 35619119 309161984 73483 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 75479 73483 3296 3139 0 71767 0
Current children cumulated CPU time: 3332.9 s
Current children cumulated vsize: 301916 KiB
Current children cumulated memory: 293932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27475
/proc/meminfo: memFree=128910696/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=307340 memory=299356 CPUtime=3392.75 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 84625 0 0 0 339202 73 0 0 20 0 1 0 35619119 314716160 74839 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 76835 74839 3296 3139 0 73123 0
Current children cumulated CPU time: 3392.75 s
Current children cumulated vsize: 307340 KiB
Current children cumulated memory: 299356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 27479
/proc/meminfo: memFree=128835408/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=297508 memory=289524 CPUtime=3452.59 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 87016 0 0 0 345180 79 0 0 20 0 1 0 35619119 304648192 72381 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 74377 72381 3296 3139 0 70665 0
Current children cumulated CPU time: 3452.59 s
Current children cumulated vsize: 297508 KiB
Current children cumulated memory: 289524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/262 27481
/proc/meminfo: memFree=128820280/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=318508 memory=310524 CPUtime=3512.44 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 89345 0 0 0 351157 87 0 0 20 0 1 0 35619119 326152192 77631 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 79627 77631 3296 3139 0 75915 0
Current children cumulated CPU time: 3512.44 s
Current children cumulated vsize: 318508 KiB
Current children cumulated memory: 310524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 27487
/proc/meminfo: memFree=128739972/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=308200 memory=300216 CPUtime=3572.29 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 90846 0 0 0 357137 92 0 0 20 0 1 0 35619119 315596800 75054 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 77050 75054 3296 3139 0 73338 0
Current children cumulated CPU time: 3572.29 s
Current children cumulated vsize: 308200 KiB
Current children cumulated memory: 300216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27487
/proc/meminfo: memFree=128787404/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=329824 memory=321840 CPUtime=3600.03 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 92127 0 0 0 359907 96 0 0 20 0 1 0 35619119 337739776 80460 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 82456 80460 3296 3139 0 78744 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 329824 KiB
Current children cumulated memory: 321840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.07 s, system=0.961511 s

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

[startup+3610.11 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27487
/proc/meminfo: memFree=128787404/131250000 swapFree=33010684/33010684
[pid=27129] ppid=27126 vsize=329824 memory=321840 CPUtime=3600.03 cores=1,3
/proc/27129/stat : 27129 (uwrmaxsat-scip) R 27126 27129 25867 0 -1 4194304 92127 0 0 0 359907 96 0 0 20 0 1 0 35619119 337739776 80460 18446744073709551615 4198400 17051741 140733951781888 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 48680960 140733951785274 140733951785444 140733951785444 140733951791046 0
/proc/27129/statm: 82456 80460 3296 3139 0 78744 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 329824 KiB
Current children cumulated memory: 321840 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.04
CPU user time (s): 3599.07
CPU system time (s): 0.961511
CPU usage (%): 99.721
Max. virtual memory (cumulated for all children) (KiB): 415348
Max. memory (cumulated for all children) (KiB): 407244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.07
system time used= 0.961511
maximum resident set size= 407244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92127
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= 37
involuntary context switches= 4981


# summary of solver processes directly reported to runsolver:
#   pid: 27129
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.07
#   total CPU system time (s): 0.961511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83232 second user time and 15.8553 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 14:16:29
IDJOB=4512807
IDBENCH=162160
IDSOLVER=3373
FILE ID=nodeC013/4512807-1751199389
RUNJOBID= nodeC013-1751194426-25879
SLURM_JOB_ID= 9587597
Free space on /tmp= 432844 MiB

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

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=1651360450

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.835
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		: 3599.660
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		: 3598.480
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.833
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.839
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		: 3580.254
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		: 3601.329
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:        106911236 kB
MemAvailable:   106994528 kB
Buffers:            3280 kB
Cached:           886964 kB
SwapCached:            0 kB
Active:         23021496 kB
Inactive:         678140 kB
Active(anon):   22822676 kB
Inactive(anon):        0 kB
Active(file):     198820 kB
Inactive(file):   678140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16944 kB
Writeback:             0 kB
AnonPages:      22812520 kB
Mapped:           133344 kB
Shmem:             13284 kB
KReclaimable:      90740 kB
Slab:             176592 kB
SReclaimable:      90740 kB
SUnreclaim:        85852 kB
KernelStack:        4224 kB
PageTables:        48592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   25371104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11689984 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= 432992 MiB
End job on nodeC013 at 2025-06-29 15:16:39