Trace number 4542752

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-04UNSAT 808.555 811.701

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
MD5SUM7e4e500c6ecf133c3cb12e0c5a9fdd4f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.5891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1057
Total number of constraints530
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints522
Minimum length of a constraint2
Maximum length of a constraint8
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 12
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.00	c Converting 530 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:          3697                                         |
0.00/0.02	c |  Number of clauses:           18482                                         |
0.00/0.02	c ===============================================================================
299.99/301.02	c Starting SCIP solver  (with time-limit: 900s) ...
808.44/811.67	c SCIP result: UNSATISFIABLE
808.44/811.67	c _______________________________________________________________________________
808.44/811.67	c 
808.44/811.67	c SCIP: SCIP Status        : problem is solved [infeasible]
808.44/811.67	c SCIP: Original Problem   :
808.44/811.67	c SCIP:   Problem name     : instance-4542752-1753218735.opb
808.44/811.67	c SCIP:   Variables        : 1057 (1057 binary, 0 integer, 0 implicit integer, 0 continuous)
808.44/811.67	c SCIP:   Constraints      : 1060 initial, 1060 maximal
808.44/811.67	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
808.44/811.67	c SCIP: Total Time         :     510.65
808.44/811.67	c SCIP:   solving          :     510.65
808.44/811.67	c SCIP:   presolving       :       0.03 (included in solving)
808.44/811.67	c SCIP:   reading          :       0.00
808.44/811.67	c SCIP:   copying          :       0.97 (122 #copies) (minimal 0.00, maximal 0.01, average 0.01)
808.44/811.67	c =======================[ UWrMaxSat resources usage ]===========================
808.44/811.67	c Memory used            : 602.00 MB
808.44/811.67	c CPU time               : 808.143 s
808.44/811.67	c Constr Enc: Srt/BDD/Add: 524 0 0
808.44/811.67	c _______________________________________________________________________________
808.44/811.67	s UNSATISFIABLE

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 (60868 MiB free)
  memory of node 1: 64507 MiB (62687 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=160845, runsolver pid=160842
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126512724/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=31640 memory=21696 CPUtime=0.09 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 3782 0 0 0 9 0 0 0 20 0 1 0 237551153 32399360 5424 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 7910 5424 2688 3139 0 4198 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31640 KiB
Current children cumulated memory: 21696 KiB

[startup+0.205585 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126512724/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=32720 memory=22712 CPUtime=0.2 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 4454 0 0 0 20 0 0 0 20 0 1 0 237551153 33505280 5678 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 8180 5678 2720 3139 0 4468 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 32720 KiB
Current children cumulated memory: 22712 KiB

[startup+0.305542 s]*
/proc/loadavg: 4.10 4.11 4.09 6/265 160846
/proc/meminfo: memFree=126504952/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=33188 memory=23352 CPUtime=0.3 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 4622 0 0 0 30 0 0 0 20 0 1 0 237551153 33984512 5838 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 8297 5838 2720 3139 0 4585 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 33188 KiB
Current children cumulated memory: 23352 KiB

[startup+0.700204 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126504952/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=33488 memory=23516 CPUtime=0.68 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 5207 0 0 0 68 0 0 0 20 0 1 0 237551153 34291712 5879 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 8372 5879 2720 3139 0 4660 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 33488 KiB
Current children cumulated memory: 23516 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126499440/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=35120 memory=25324 CPUtime=1.49 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 7444 0 0 0 148 1 0 0 20 0 1 0 237551153 35962880 6331 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 8780 6331 2720 3139 0 5068 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 35120 KiB
Current children cumulated memory: 25324 KiB

[startup+3.10534 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126399992/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=34992 memory=25252 CPUtime=3.08 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 10199 0 0 0 307 1 0 0 20 0 1 0 237551153 35831808 6313 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 8748 6313 2720 3139 0 5036 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 34992 KiB
Current children cumulated memory: 25252 KiB

[startup+6.30017 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126272520/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=42772 memory=32880 CPUtime=6.27 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 16416 0 0 0 624 3 0 0 20 0 1 0 237551153 43798528 8220 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 10693 8220 2720 3139 0 6981 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42772 KiB
Current children cumulated memory: 32880 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 160846
/proc/meminfo: memFree=126178040/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=44328 memory=34624 CPUtime=12.65 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 22376 0 0 0 1261 4 0 0 20 0 1 0 237551153 45391872 8656 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 11082 8656 2720 3139 0 7370 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 44328 KiB
Current children cumulated memory: 34624 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 160846
/proc/meminfo: memFree=126114392/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=54648 memory=44856 CPUtime=25.41 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 25981 0 0 0 2536 5 0 0 20 0 1 0 237551153 55959552 11214 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 13662 11214 2720 3139 0 9950 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 54648 KiB
Current children cumulated memory: 44856 KiB

[startup+51.1054 s]
/proc/loadavg: 4.04 4.09 4.08 5/265 160847
/proc/meminfo: memFree=125269596/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=60008 memory=50232 CPUtime=50.93 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 29973 0 0 0 5087 6 0 0 20 0 1 0 237551153 61448192 12558 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 15002 12558 2720 3139 0 11290 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 60008 KiB
Current children cumulated memory: 50232 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 160849
/proc/meminfo: memFree=124368604/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=83176 memory=73400 CPUtime=101.96 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 37323 0 0 0 10186 10 0 0 20 0 1 0 237551153 85172224 18350 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 20794 18350 2720 3139 0 17082 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 83176 KiB
Current children cumulated memory: 73400 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 160851
/proc/meminfo: memFree=124040600/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=90240 memory=80440 CPUtime=161.75 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 39119 0 0 0 16165 10 0 0 20 0 1 0 237551153 92405760 20110 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 22560 20110 2720 3139 0 18848 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 90240 KiB
Current children cumulated memory: 80440 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 160854
/proc/meminfo: memFree=122833728/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=99716 memory=89912 CPUtime=221.54 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 41503 0 0 0 22144 10 0 0 20 0 1 0 237551153 102109184 22478 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 24929 22478 2720 3139 0 21217 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 99716 KiB
Current children cumulated memory: 89912 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 160856
/proc/meminfo: memFree=122956584/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=113928 memory=104120 CPUtime=281.34 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 45701 0 0 0 28122 12 0 0 20 0 1 0 237551153 116662272 26030 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 28482 26030 2720 3139 0 24770 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 113928 KiB
Current children cumulated memory: 104120 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 160864
/proc/meminfo: memFree=122813836/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=158044 memory=150712 CPUtime=341.11 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 61669 0 0 0 34094 17 0 0 20 0 1 0 237551153 161837056 37678 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 39511 37678 3296 3139 0 35799 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 158044 KiB
Current children cumulated memory: 150712 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 160866
/proc/meminfo: memFree=122705020/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=211460 memory=203960 CPUtime=400.88 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 75012 0 0 0 40068 20 0 0 20 0 1 0 237551153 216535040 50990 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 52865 50990 3296 3139 0 49153 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 211460 KiB
Current children cumulated memory: 203960 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/264 160913
/proc/meminfo: memFree=122772940/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=300452 memory=289900 CPUtime=460.63 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 95982 0 0 0 46040 23 0 0 20 0 1 0 237551153 307662848 72475 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 75113 72475 3296 3139 0 71401 0
Current children cumulated CPU time: 460.63 s
Current children cumulated vsize: 300452 KiB
Current children cumulated memory: 289900 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 160929
/proc/meminfo: memFree=122012320/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=376704 memory=365036 CPUtime=520.37 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 114832 0 0 0 52010 27 0 0 20 0 1 0 237551153 385744896 91259 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 94176 91259 3296 3139 0 90464 0
Current children cumulated CPU time: 520.37 s
Current children cumulated vsize: 376704 KiB
Current children cumulated memory: 365036 KiB

[startup+582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 160931
/proc/meminfo: memFree=121975980/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=431244 memory=419308 CPUtime=580.12 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 128383 0 0 0 57983 29 0 0 20 0 1 0 237551153 441593856 104827 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 107811 104827 3296 3139 0 104099 0
Current children cumulated CPU time: 580.12 s
Current children cumulated vsize: 431244 KiB
Current children cumulated memory: 419308 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160933
/proc/meminfo: memFree=121908988/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=482196 memory=470380 CPUtime=639.87 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 141172 0 0 0 63955 32 0 0 20 0 1 0 237551153 493768704 117595 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 120549 117595 3296 3139 0 116837 0
Current children cumulated CPU time: 639.87 s
Current children cumulated vsize: 482196 KiB
Current children cumulated memory: 470380 KiB

[startup+702.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 160934
/proc/meminfo: memFree=121781848/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=542784 memory=527884 CPUtime=699.6 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 155057 0 0 0 69925 35 0 0 20 0 1 0 237551153 555810816 131971 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 135696 131971 3296 3139 0 131984 0
Current children cumulated CPU time: 699.6 s
Current children cumulated vsize: 542784 KiB
Current children cumulated memory: 527884 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 160936
/proc/meminfo: memFree=121706532/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=574164 memory=560524 CPUtime=759.35 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 163217 0 0 0 75898 37 0 0 20 0 1 0 237551153 587943936 140131 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 143541 140131 3296 3139 0 139829 0
Current children cumulated CPU time: 759.35 s
Current children cumulated vsize: 574164 KiB
Current children cumulated memory: 560524 KiB

[startup+811.701 s]
# the end of solver process 160845 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=808.143 s, system=0.41231 s

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

[startup+768 s]*
/proc/loadavg: 4.11 4.11 4.09 5/265 160937
/proc/meminfo: memFree=121706784/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=576276 memory=562700 CPUtime=765.03 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 163765 0 0 0 76466 37 0 0 20 0 1 0 237551153 590106624 140675 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 144069 140675 3296 3139 0 140357 0
Current children cumulated CPU time: 765.03 s
Current children cumulated vsize: 576276 KiB
Current children cumulated memory: 562700 KiB

[startup+793.6 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 160938
/proc/meminfo: memFree=121650636/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=589352 memory=575884 CPUtime=790.51 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 167082 0 0 0 79014 37 0 0 20 0 1 0 237551153 603496448 143971 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 147338 143971 3296 3139 0 143626 0
Current children cumulated CPU time: 790.51 s
Current children cumulated vsize: 589352 KiB
Current children cumulated memory: 575884 KiB

[startup+800 s]*
/proc/loadavg: 4.13 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121626696/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=596952 memory=583308 CPUtime=796.89 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 168929 0 0 0 79651 38 0 0 20 0 1 0 237551153 611278848 145827 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 149238 145827 3296 3139 0 145526 0
Current children cumulated CPU time: 796.89 s
Current children cumulated vsize: 596952 KiB
Current children cumulated memory: 583308 KiB

[startup+806.4 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121612508/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=615620 memory=600332 CPUtime=803.26 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 173185 0 0 0 80288 38 0 0 20 0 1 0 237551153 630394880 150083 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 153905 150083 3296 3139 0 150193 0
Current children cumulated CPU time: 803.26 s
Current children cumulated vsize: 615620 KiB
Current children cumulated memory: 600332 KiB

[startup+809.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121604696/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=617028 memory=601740 CPUtime=806.45 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 173544 0 0 0 80607 38 0 0 20 0 1 0 237551153 631836672 150435 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 154257 150435 3296 3139 0 150545 0
Current children cumulated CPU time: 806.45 s
Current children cumulated vsize: 617028 KiB
Current children cumulated memory: 601740 KiB

[startup+810.4 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121604696/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=617028 memory=601740 CPUtime=807.25 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 173544 0 0 0 80687 38 0 0 20 0 1 0 237551153 631836672 150435 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 154257 150435 3296 3139 0 150545 0
Current children cumulated CPU time: 807.25 s
Current children cumulated vsize: 617028 KiB
Current children cumulated memory: 601740 KiB

[startup+811.2 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121604696/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=617028 memory=601740 CPUtime=808.04 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 173546 0 0 0 80766 38 0 0 20 0 1 0 237551153 631836672 150435 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 154257 150435 3296 3139 0 150545 0
Current children cumulated CPU time: 808.04 s
Current children cumulated vsize: 617028 KiB
Current children cumulated memory: 601740 KiB

[startup+811.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160939
/proc/meminfo: memFree=121604696/131249996 swapFree=33003468/33010684
[pid=160845] ppid=160842 vsize=617028 memory=601740 CPUtime=808.44 cores=5,7
/proc/160845/stat : 160845 (uwrmaxsat-scip) R 160842 160845 159853 0 -1 4194304 173546 0 0 0 80806 38 0 0 20 0 1 0 237551153 631836672 150435 18446744073709551615 4198400 17051741 140722531931408 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54677504 140722531936568 140722531936738 140722531936738 140722531942342 0
/proc/160845/statm: 154257 150435 3296 3139 0 150545 0
Current children cumulated CPU time: 808.44 s
Current children cumulated vsize: 617028 KiB
Current children cumulated memory: 601740 KiB

Child status: 20

Real time (s): 811.701
CPU time (s): 808.555
CPU user time (s): 808.143
CPU system time (s): 0.41231
CPU usage (%): 99.6124
Max. virtual memory (cumulated for all children) (KiB): 617028
Max. memory (cumulated for all children) (KiB): 601740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.143
system time used= 0.41231
maximum resident set size= 601740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173549
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= 2
involuntary context switches= 4819


# summary of solver processes directly reported to runsolver:
#   pid: 160845
#   total CPU time (s): 808.555
#   total CPU user time (s): 808.143
#   total CPU system time (s): 0.41231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66201 second user time and 3.64784 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 23:12:15
IDJOB=4542752
IDBENCH=164570
IDSOLVER=3373
FILE ID=nodeC021/4542752-1753218735
RUNJOBID= nodeC021-1753211204-159867
SLURM_JOB_ID= 9687790
Free space on /tmp= 432960 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.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-4542752-1753218735/watcher-4542752-1753218735 -o /tmp/evaluation-result-4542752-1753218735/solver-4542752-1753218735 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542752-1753218735.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 7e4e500c6ecf133c3cb12e0c5a9fdd4f
RANDOM SEED=1605501908

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.764
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.776
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		: 3536.891
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		: 3592.681
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.801
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.904
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.708
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		: 3575.008
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:        126528804 kB
MemAvailable:   127380360 kB
Buffers:            1056 kB
Cached:          1587536 kB
SwapCached:           56 kB
Active:          3413868 kB
Inactive:         494640 kB
Active(anon):    2303076 kB
Inactive(anon):    38500 kB
Active(file):    1110792 kB
Inactive(file):   456140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33248 kB
Writeback:            24 kB
AnonPages:       2322964 kB
Mapped:           138204 kB
Shmem:             21656 kB
KReclaimable:     247328 kB
Slab:             343396 kB
SReclaimable:     247328 kB
SUnreclaim:        96068 kB
KernelStack:        4272 kB
PageTables:         7596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2784124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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= 432944 MiB
End job on nodeC021 at 2025-07-22 23:25:46