Trace number 4513023

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM62b9b3a7043eef7698d06bd9353a3da3
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 benchmark255.636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
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.06	c Converting 8576 PB-constraints to clauses...
0.00/0.06	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.09/0.14	c ============================[ Encoding Statistics ]============================
0.09/0.14	c |  Number of variables:         15485                                         |
0.09/0.14	c |  Number of clauses:           63085                                         |
0.09/0.14	c ===============================================================================
300.23/301.14	c Starting SCIP solver  (with time-limit: 900s) ...
1197.47/1201.14	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.05/3610.80	c *** TERMINATED by signal 15 ***
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.80	c Memory used            : 374.00 MB
3600.05/3610.80	c CPU time               : 3599.01 s
3600.05/3610.80	c Constr Enc: Srt/BDD/Add: 795 0 0
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	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 (62893 MiB free)
  memory of node 1: 64507 MiB (62562 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=29297, runsolver pid=29294

[startup+0.100063 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 29298
/proc/meminfo: memFree=128451384/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=47940 memory=37756 CPUtime=0.09 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 7160 0 0 0 9 0 0 0 20 0 1 0 35643397 49090560 9439 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 11985 9439 2688 3139 0 8273 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47940 KiB
Current children cumulated memory: 37756 KiB

[startup+0.205433 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 29298
/proc/meminfo: memFree=128441052/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=57124 memory=45608 CPUtime=0.2 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 9990 0 0 0 19 1 0 0 20 0 1 0 35643397 58494976 11402 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 14281 11402 2688 3139 0 10569 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 57124 KiB
Current children cumulated memory: 45608 KiB

[startup+0.305411 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 29298
/proc/meminfo: memFree=128439288/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=60076 memory=48552 CPUtime=0.3 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 10730 0 0 0 29 1 0 0 20 0 1 0 35643397 61517824 12138 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 15019 12138 2688 3139 0 11307 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 60076 KiB
Current children cumulated memory: 48552 KiB

[startup+0.70017 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 29298
/proc/meminfo: memFree=128437272/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=63040 memory=51432 CPUtime=0.69 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 12636 0 0 0 68 1 0 0 20 0 1 0 35643397 64552960 12858 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 15760 12858 2688 3139 0 12048 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 63040 KiB
Current children cumulated memory: 51432 KiB

[startup+1.50015 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 29298
/proc/meminfo: memFree=128435508/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=66516 memory=55148 CPUtime=1.48 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 14324 0 0 0 147 1 0 0 20 0 1 0 35643397 68112384 13787 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 16629 13787 2688 3139 0 12917 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66516 KiB
Current children cumulated memory: 55148 KiB

[startup+3.10527 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128409252/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=63952 memory=52496 CPUtime=3.08 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 14511 0 0 0 307 1 0 0 20 0 1 0 35643397 65486848 13124 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 15988 13124 2688 3139 0 12276 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63952 KiB
Current children cumulated memory: 52496 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128404652/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=69716 memory=58368 CPUtime=6.27 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 17631 0 0 0 625 2 0 0 20 0 1 0 35643397 71389184 14592 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 17429 14592 2688 3139 0 13717 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 69716 KiB
Current children cumulated memory: 58368 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128372672/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=76752 memory=65352 CPUtime=12.65 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 18787 0 0 0 1263 2 0 0 20 0 1 0 35643397 78594048 16338 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 19188 16338 2688 3139 0 15476 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 76752 KiB
Current children cumulated memory: 65352 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 29299
/proc/meminfo: memFree=128341512/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=88996 memory=77576 CPUtime=25.41 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 20735 0 0 0 2538 3 0 0 20 0 1 0 35643397 91131904 19394 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 22249 19394 2688 3139 0 18537 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 88996 KiB
Current children cumulated memory: 77576 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128346112/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=81472 memory=70024 CPUtime=50.94 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 22729 0 0 0 5091 3 0 0 20 0 1 0 35643397 83427328 17506 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 20368 17506 2688 3139 0 16656 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 81472 KiB
Current children cumulated memory: 70024 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/260 29326
/proc/meminfo: memFree=129295996/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=124112 memory=112772 CPUtime=101.99 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 29476 0 0 0 10191 8 0 0 20 0 1 0 35643397 127090688 28193 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 31028 28193 2688 3139 0 27316 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 124112 KiB
Current children cumulated memory: 112772 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 29348
/proc/meminfo: memFree=129221020/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=103592 memory=92292 CPUtime=161.82 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 31190 0 0 0 16172 10 0 0 20 0 1 0 35643397 106078208 23073 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 25898 23073 2688 3139 0 22186 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 103592 KiB
Current children cumulated memory: 92292 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 29353
/proc/meminfo: memFree=129173368/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=107012 memory=95620 CPUtime=221.65 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 32050 0 0 0 22155 10 0 0 20 0 1 0 35643397 109580288 23905 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 26753 23905 2688 3139 0 23041 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 107012 KiB
Current children cumulated memory: 95620 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 29360
/proc/meminfo: memFree=129051792/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=182520 memory=171164 CPUtime=281.47 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 36178 0 0 0 28135 12 0 0 20 0 1 0 35643397 186900480 42791 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 45630 42791 2688 3139 0 41918 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 182520 KiB
Current children cumulated memory: 171164 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/266 29363
/proc/meminfo: memFree=128963712/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=209756 memory=199320 CPUtime=341.33 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 50021 0 0 0 34117 16 0 0 20 0 1 0 35643397 214790144 49830 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 52439 49830 3296 3139 0 48727 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 209756 KiB
Current children cumulated memory: 199320 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/266 29365
/proc/meminfo: memFree=128924988/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=209756 memory=199320 CPUtime=401.18 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 50023 0 0 0 40102 16 0 0 20 0 1 0 35643397 214790144 49830 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 52439 49830 3296 3139 0 48727 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 209756 KiB
Current children cumulated memory: 199320 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 29367
/proc/meminfo: memFree=128886032/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=209756 memory=199832 CPUtime=461.03 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 50032 0 0 0 46087 16 0 0 20 0 1 0 35643397 214790144 49958 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 52439 49958 3296 3139 0 48727 0

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

Current children cumulated memory: 187484 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 29543
/proc/meminfo: memFree=128843540/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=196676 memory=188636 CPUtime=2853.62 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 113405 0 0 0 285288 74 0 0 20 0 1 0 35643397 201396224 47159 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 49169 47159 3296 3139 0 45457 0
Current children cumulated CPU time: 2853.62 s
Current children cumulated vsize: 196676 KiB
Current children cumulated memory: 188636 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/265 29545
/proc/meminfo: memFree=128884620/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=197576 memory=189532 CPUtime=2913.45 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 113631 0 0 0 291271 74 0 0 20 0 1 0 35643397 202317824 47383 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 49394 47383 3296 3139 0 45682 0
Current children cumulated CPU time: 2913.45 s
Current children cumulated vsize: 197576 KiB
Current children cumulated memory: 189532 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 29547
/proc/meminfo: memFree=128884732/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=198716 memory=190684 CPUtime=2973.27 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 113916 0 0 0 297253 74 0 0 20 0 1 0 35643397 203485184 47671 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 49679 47671 3296 3139 0 45967 0
Current children cumulated CPU time: 2973.27 s
Current children cumulated vsize: 198716 KiB
Current children cumulated memory: 190684 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 29550
/proc/meminfo: memFree=128876304/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=200116 memory=192092 CPUtime=3033.11 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 114333 0 0 0 303236 75 0 0 20 0 1 0 35643397 204918784 48023 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 50029 48023 3296 3139 0 46317 0
Current children cumulated CPU time: 3033.11 s
Current children cumulated vsize: 200116 KiB
Current children cumulated memory: 192092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 29552
/proc/meminfo: memFree=128757548/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=200116 memory=192092 CPUtime=3092.94 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 114345 0 0 0 309219 75 0 0 20 0 1 0 35643397 204918784 48023 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 50029 48023 3296 3139 0 46317 0
Current children cumulated CPU time: 3092.94 s
Current children cumulated vsize: 200116 KiB
Current children cumulated memory: 192092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/265 29554
/proc/meminfo: memFree=128809236/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=201400 memory=193372 CPUtime=3152.77 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 114666 0 0 0 315202 75 0 0 20 0 1 0 35643397 206233600 48343 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 50350 48343 3296 3139 0 46638 0
Current children cumulated CPU time: 3152.77 s
Current children cumulated vsize: 201400 KiB
Current children cumulated memory: 193372 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.19 4.12 5/264 29558
/proc/meminfo: memFree=128751832/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=202248 memory=194140 CPUtime=3212.6 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 114879 0 0 0 321185 75 0 0 20 0 1 0 35643397 207101952 48535 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 50562 48535 3296 3139 0 46850 0
Current children cumulated CPU time: 3212.6 s
Current children cumulated vsize: 202248 KiB
Current children cumulated memory: 194140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.11 5/265 29565
/proc/meminfo: memFree=128776712/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=203180 memory=195036 CPUtime=3272.43 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 115112 0 0 0 327168 75 0 0 20 0 1 0 35643397 208056320 48759 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 50795 48759 3296 3139 0 47083 0
Current children cumulated CPU time: 3272.43 s
Current children cumulated vsize: 203180 KiB
Current children cumulated memory: 195036 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 29567
/proc/meminfo: memFree=128568248/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=282692 memory=274620 CPUtime=3332.26 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 115632 0 0 0 333151 75 0 0 20 0 1 0 35643397 289476608 68655 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 70673 68655 3296 3139 0 66961 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 282692 KiB
Current children cumulated memory: 274620 KiB

[startup+3402.3 s]
/proc/loadavg: 3.59 4.01 4.06 4/258 29601
/proc/meminfo: memFree=128895644/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=278996 memory=270976 CPUtime=3392.1 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 119023 0 0 0 339129 81 0 0 20 0 1 0 35643397 285691904 67744 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 69749 67744 3296 3139 0 66037 0
Current children cumulated CPU time: 3392.1 s
Current children cumulated vsize: 278996 KiB
Current children cumulated memory: 270976 KiB

[startup+3462.3 s]
/proc/loadavg: 3.26 3.84 4.00 4/258 29603
/proc/meminfo: memFree=128935060/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=274448 memory=266428 CPUtime=3451.96 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 122208 0 0 0 345107 89 0 0 20 0 1 0 35643397 281034752 66607 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 68612 66607 3296 3139 0 64900 0
Current children cumulated CPU time: 3451.96 s
Current children cumulated vsize: 274448 KiB
Current children cumulated memory: 266428 KiB

[startup+3522.3 s]
/proc/loadavg: 3.21 3.71 3.94 4/258 29605
/proc/meminfo: memFree=128956764/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=276760 memory=268740 CPUtime=3511.8 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 124225 0 0 0 351086 94 0 0 20 0 1 0 35643397 283402240 67185 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 69190 67185 3296 3139 0 65478 0
Current children cumulated CPU time: 3511.8 s
Current children cumulated vsize: 276760 KiB
Current children cumulated memory: 268740 KiB

[startup+3582.3 s]
/proc/loadavg: 2.92 3.55 3.87 3/251 29638
/proc/meminfo: memFree=129263808/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=285732 memory=277712 CPUtime=3571.63 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 126872 0 0 0 357062 101 0 0 20 0 1 0 35643397 292589568 69428 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 71433 69428 3296 3139 0 67721 0
Current children cumulated CPU time: 3571.63 s
Current children cumulated vsize: 285732 KiB
Current children cumulated memory: 277712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 2.56 3.40 3.81 3/251 29638
/proc/meminfo: memFree=129253200/131249996 swapFree=33010684/33010684
[pid=29297] ppid=29294 vsize=295152 memory=287132 CPUtime=3600.05 cores=0,2
/proc/29297/stat : 29297 (uwrmaxsat-scip) R 29294 29297 26915 0 -1 4194304 127978 0 0 0 359901 104 0 0 20 0 1 0 35643397 302235648 71783 18446744073709551615 4198400 17051741 140736934077136 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38502400 140736934082874 140736934083044 140736934083044 140736934088646 0
/proc/29297/statm: 73788 71783 3296 3139 0 70076 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 295152 KiB
Current children cumulated memory: 287132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.04397 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.06
CPU user time (s): 3599.01
CPU system time (s): 1.04397
CPU usage (%): 99.7024
Max. virtual memory (cumulated for all children) (KiB): 383380
Max. memory (cumulated for all children) (KiB): 375344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.04397
maximum resident set size= 375344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127978
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= 26
involuntary context switches= 4617


# summary of solver processes directly reported to runsolver:
#   pid: 29297
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.04397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03895 second user time and 14.7727 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 14:20:57
IDJOB=4513023
IDBENCH=162247
IDSOLVER=3373
FILE ID=nodeC021/4513023-1751199657
RUNJOBID= nodeC021-1751192387-26925
SLURM_JOB_ID= 9587584
Free space on /tmp= 433012 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-4.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-4513023-1751199657/watcher-4513023-1751199657 -o /tmp/evaluation-result-4513023-1751199657/solver-4513023-1751199657 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26925 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4513023-1751199657.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=1578169355

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		: 3600.400
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.796
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		: 3599.778
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		: 3591.581
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		: 3599.774
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.767
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		: 3619.114
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		: 3621.775
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:        128467260 kB
MemAvailable:   128509032 kB
Buffers:            3280 kB
Cached:           850456 kB
SwapCached:            0 kB
Active:          1562728 kB
Inactive:         593100 kB
Active(anon):    1320152 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   593100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16856 kB
Writeback:             0 kB
AnonPages:       1303212 kB
Mapped:           137868 kB
Shmem:             18060 kB
KReclaimable:      90268 kB
Slab:             176416 kB
SReclaimable:      90268 kB
SUnreclaim:        86148 kB
KernelStack:        4272 kB
PageTables:         5556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1653960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1124352 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= 433032 MiB
End job on nodeC021 at 2025-06-29 15:21:08