Trace number 4542791

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.05 3612.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
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.01	c Converting 866 PB-constraints to clauses...
0.00/0.01	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.04	c ============================[ Encoding Statistics ]============================
0.00/0.04	c |  Number of variables:          6049                                         |
0.00/0.04	c |  Number of clauses:           30242                                         |
0.00/0.04	c ===============================================================================
299.85/301.04	c Starting SCIP solver  (with time-limit: 900s) ...
1196.03/1201.05	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.03/3612.60	c *** TERMINATED by signal 15 ***
3600.03/3612.60	c _______________________________________________________________________________
3600.03/3612.60	c 
3600.03/3612.60	c _______________________________________________________________________________
3600.03/3612.60	c 
3600.03/3612.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3612.60	c Memory used            : 955.00 MB
3600.03/3612.60	c CPU time               : 3597.77 s
3600.03/3612.60	c Constr Enc: Srt/BDD/Add: 862 0 0
3600.03/3612.60	c _______________________________________________________________________________
3600.03/3612.60	c _______________________________________________________________________________
3600.03/3612.60	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 (58386 MiB free)
  memory of node 1: 64507 MiB (61595 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=160910, runsolver pid=160907

[startup+0.100066 s]*
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851572/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=35836 memory=25744 CPUtime=0.09 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 4387 0 0 0 9 0 0 0 20 0 1 0 237593039 36696064 6436 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 8959 6436 2688 3139 0 5247 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35836 KiB
Current children cumulated memory: 25744 KiB

[startup+0.205626 s]*
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851572/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=36008 memory=26036 CPUtime=0.18 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 5496 0 0 0 18 0 0 0 20 0 1 0 237593039 36872192 6509 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 9002 6509 2688 3139 0 5290 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 36008 KiB
Current children cumulated memory: 26036 KiB

[startup+0.305648 s]*
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851572/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=36712 memory=26632 CPUtime=0.28 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 6019 0 0 0 28 0 0 0 20 0 1 0 237593039 37593088 6658 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 9178 6658 2688 3139 0 5466 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 36712 KiB
Current children cumulated memory: 26632 KiB

[startup+0.700172 s]
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851572/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=40412 memory=30172 CPUtime=0.67 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 7256 0 0 0 66 1 0 0 20 0 1 0 237593039 41381888 7543 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 10103 7543 2688 3139 0 6391 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 40412 KiB
Current children cumulated memory: 30172 KiB

[startup+1.50018 s]
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851572/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=39012 memory=28892 CPUtime=1.47 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 7325 0 0 0 146 1 0 0 20 0 1 0 237593039 39948288 7223 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 9753 7223 2688 3139 0 6041 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 39012 KiB
Current children cumulated memory: 28892 KiB

[startup+3.10544 s]
/proc/loadavg: 4.19 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122851824/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=39672 memory=29540 CPUtime=3.07 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 8990 0 0 0 306 1 0 0 20 0 1 0 237593039 40624128 7385 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 9918 7385 2688 3139 0 6206 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 39672 KiB
Current children cumulated memory: 29540 KiB

[startup+6.30015 s]
/proc/loadavg: 4.18 4.11 4.10 5/263 160911
/proc/meminfo: memFree=122844676/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=43840 memory=33908 CPUtime=6.25 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 15069 0 0 0 623 2 0 0 20 0 1 0 237593039 44892160 8477 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 10960 8477 2688 3139 0 7248 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 43840 KiB
Current children cumulated memory: 33908 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.11 4.09 5/263 160911
/proc/meminfo: memFree=122845432/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=53404 memory=43456 CPUtime=12.63 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 19813 0 0 0 1260 3 0 0 20 0 1 0 237593039 54685696 10864 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 13351 10864 2688 3139 0 9639 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 53404 KiB
Current children cumulated memory: 43456 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 160911
/proc/meminfo: memFree=122805536/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=64560 memory=54596 CPUtime=25.38 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 26046 0 0 0 2534 4 0 0 20 0 1 0 237593039 66109440 13649 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 16140 13649 2688 3139 0 12428 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 64560 KiB
Current children cumulated memory: 54596 KiB

[startup+51.1055 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 160913
/proc/meminfo: memFree=122755804/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=79532 memory=69576 CPUtime=50.89 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 27760 0 0 0 5084 5 0 0 20 0 1 0 237593039 81440768 17394 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 19883 17394 2688 3139 0 16171 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 79532 KiB
Current children cumulated memory: 69576 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 160929
/proc/meminfo: memFree=122012320/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=105508 memory=95560 CPUtime=101.89 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 34139 0 0 0 10182 7 0 0 20 0 1 0 237593039 108040192 23890 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 26377 23890 2688 3139 0 22665 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 105508 KiB
Current children cumulated memory: 95560 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 160931
/proc/meminfo: memFree=121975980/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=105508 memory=95560 CPUtime=161.66 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 34175 0 0 0 16159 7 0 0 20 0 1 0 237593039 108040192 23890 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 26377 23890 2688 3139 0 22665 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 105508 KiB
Current children cumulated memory: 95560 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160933
/proc/meminfo: memFree=121908712/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=115096 memory=105160 CPUtime=221.42 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 34550 0 0 0 22135 7 0 0 20 0 1 0 237593039 117858304 26290 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 28774 26290 2688 3139 0 25062 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 115096 KiB
Current children cumulated memory: 105160 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 160934
/proc/meminfo: memFree=121781848/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=172984 memory=162956 CPUtime=281.21 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 39864 0 0 0 28108 13 0 0 20 0 1 0 237593039 177135616 40739 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 43246 40739 2688 3139 0 39534 0
Current children cumulated CPU time: 281.21 s
Current children cumulated vsize: 172984 KiB
Current children cumulated memory: 162956 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 160936
/proc/meminfo: memFree=121718380/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=184844 memory=177372 CPUtime=340.96 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 53578 0 0 0 34080 16 0 0 20 0 1 0 237593039 189280256 44343 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 46211 44343 3296 3139 0 42499 0
Current children cumulated CPU time: 340.96 s
Current children cumulated vsize: 184844 KiB
Current children cumulated memory: 177372 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122215516/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=244796 memory=237404 CPUtime=400.69 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 68605 0 0 0 40051 18 0 0 20 0 1 0 237593039 250671104 59351 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 61199 59351 3296 3139 0 57487 0
Current children cumulated CPU time: 400.69 s
Current children cumulated vsize: 244796 KiB
Current children cumulated memory: 237404 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 160986
/proc/meminfo: memFree=121604060/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=305444 memory=298076 CPUtime=460.42 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 83787 0 0 0 46022 20 0 0 20 0 1 0 237593039 312774656 74519 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 76361 74519 3296 3139 0 72649 0

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

Current children cumulated memory: 282656 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 161178
/proc/meminfo: memFree=124066016/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=292584 memory=285360 CPUtime=2851.87 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 287464 0 0 0 285072 115 0 0 20 0 1 0 237593039 299606016 71340 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 73146 71340 3296 3139 0 69434 0
Current children cumulated CPU time: 2851.87 s
Current children cumulated vsize: 292584 KiB
Current children cumulated memory: 285360 KiB

[startup+2922.3 s]
/proc/loadavg: 3.65 3.99 4.05 4/258 161212
/proc/meminfo: memFree=124697792/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=314128 memory=306904 CPUtime=2911.71 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 293657 0 0 0 291046 125 0 0 20 0 1 0 237593039 321667072 76726 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 78532 76726 3296 3139 0 74820 0
Current children cumulated CPU time: 2911.71 s
Current children cumulated vsize: 314128 KiB
Current children cumulated memory: 306904 KiB

[startup+2982.3 s]
/proc/loadavg: 2.76 3.68 3.94 3/253 161251
/proc/meminfo: memFree=127649908/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=309992 memory=302768 CPUtime=2971.53 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 297359 0 0 0 297019 134 0 0 20 0 1 0 237593039 317431808 75692 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 77498 75692 3296 3139 0 73786 0
Current children cumulated CPU time: 2971.53 s
Current children cumulated vsize: 309992 KiB
Current children cumulated memory: 302768 KiB

[startup+3042.3 s]
/proc/loadavg: 2.39 3.40 3.83 3/253 161253
/proc/meminfo: memFree=127619116/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=338984 memory=331760 CPUtime=3031.36 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 299817 0 0 0 302995 141 0 0 20 0 1 0 237593039 347119616 82940 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 84746 82940 3296 3139 0 81034 0
Current children cumulated CPU time: 3031.36 s
Current children cumulated vsize: 338984 KiB
Current children cumulated memory: 331760 KiB

[startup+3102.3 s]
/proc/loadavg: 2.14 3.15 3.71 3/253 161255
/proc/meminfo: memFree=127638484/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=319776 memory=312552 CPUtime=3091.19 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 303017 0 0 0 308969 150 0 0 20 0 1 0 237593039 327450624 78138 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 79944 78138 3296 3139 0 76232 0
Current children cumulated CPU time: 3091.19 s
Current children cumulated vsize: 319776 KiB
Current children cumulated memory: 312552 KiB

[startup+3162.3 s]
/proc/loadavg: 2.09 2.95 3.60 3/252 161257
/proc/meminfo: memFree=127662632/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=314128 memory=306904 CPUtime=3151.01 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 307344 0 0 0 314942 159 0 0 20 0 1 0 237593039 321667072 76726 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 78532 76726 3296 3139 0 74820 0
Current children cumulated CPU time: 3151.01 s
Current children cumulated vsize: 314128 KiB
Current children cumulated memory: 306904 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.80 3.51 3/252 161260
/proc/meminfo: memFree=127683264/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=309596 memory=302372 CPUtime=3210.84 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 312985 0 0 0 320916 168 0 0 20 0 1 0 237593039 317026304 75593 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 77399 75593 3296 3139 0 73687 0
Current children cumulated CPU time: 3210.84 s
Current children cumulated vsize: 309596 KiB
Current children cumulated memory: 302372 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.67 3.42 3/251 161262
/proc/meminfo: memFree=127687132/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=305096 memory=297872 CPUtime=3270.67 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 317983 0 0 0 326890 177 0 0 20 0 1 0 237593039 312418304 74468 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 76274 74468 3296 3139 0 72562 0
Current children cumulated CPU time: 3270.67 s
Current children cumulated vsize: 305096 KiB
Current children cumulated memory: 297872 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.56 3.33 3/251 161264
/proc/meminfo: memFree=127670800/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=321976 memory=314752 CPUtime=3330.5 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 322299 0 0 0 332865 185 0 0 20 0 1 0 237593039 329703424 78688 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 80494 78688 3296 3139 0 76782 0
Current children cumulated CPU time: 3330.5 s
Current children cumulated vsize: 321976 KiB
Current children cumulated memory: 314752 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.47 3.25 3/251 161266
/proc/meminfo: memFree=127685220/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=309840 memory=302616 CPUtime=3390.33 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 326933 0 0 0 338840 193 0 0 20 0 1 0 237593039 317276160 75654 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 77460 75654 3296 3139 0 73748 0
Current children cumulated CPU time: 3390.33 s
Current children cumulated vsize: 309840 KiB
Current children cumulated memory: 302616 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.40 3.18 3/251 161268
/proc/meminfo: memFree=127657556/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=335808 memory=328584 CPUtime=3450.16 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 331015 0 0 0 344814 202 0 0 20 0 1 0 237593039 343867392 82146 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 83952 82146 3296 3139 0 80240 0
Current children cumulated CPU time: 3450.16 s
Current children cumulated vsize: 335808 KiB
Current children cumulated memory: 328584 KiB

[startup+3522.3 s]
/proc/loadavg: 2.14 2.36 3.11 3/251 161270
/proc/meminfo: memFree=127680616/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=315500 memory=308276 CPUtime=3510 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 336036 0 0 0 350787 213 0 0 20 0 1 0 237593039 323072000 77069 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 78875 77069 3296 3139 0 75163 0
Current children cumulated CPU time: 3510 s
Current children cumulated vsize: 315500 KiB
Current children cumulated memory: 308276 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.30 3.04 3/253 161281
/proc/meminfo: memFree=127709412/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=297776 memory=289700 CPUtime=3569.82 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 340423 0 0 0 356759 223 0 0 20 0 1 0 237593039 304922624 72425 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 74444 72425 3296 3139 0 70732 0
Current children cumulated CPU time: 3569.82 s
Current children cumulated vsize: 297776 KiB
Current children cumulated memory: 289700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 2.12 2.29 3.01 3/253 161283
/proc/meminfo: memFree=127692884/131249996 swapFree=33003468/33010684
[pid=160910] ppid=160907 vsize=311828 memory=303752 CPUtime=3600.03 cores=4,6
/proc/160910/stat : 160910 (uwrmaxsat-scip) R 160907 160910 159853 0 -1 4194304 342427 0 0 0 359776 227 0 0 20 0 1 0 237593039 319311872 75938 18446744073709551615 4198400 17051741 140734934512816 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 49283072 140734934522168 140734934522338 140734934522338 140734934527942 0
/proc/160910/statm: 77957 75938 3296 3139 0 74245 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 311828 KiB
Current children cumulated memory: 303752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.77 s, system=2.27484 s

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

Child status: 0

Real time (s): 3612.6
CPU time (s): 3600.05
CPU user time (s): 3597.77
CPU system time (s): 2.27484
CPU usage (%): 99.6524
Max. virtual memory (cumulated for all children) (KiB): 978220
Max. memory (cumulated for all children) (KiB): 969340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.27484
maximum resident set size= 969340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342427
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= 2356


# summary of solver processes directly reported to runsolver:
#   pid: 160910
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3597.77
#   total CPU system time (s): 2.27484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7462 second user time and 14.8294 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 23:19:14
IDJOB=4542791
IDBENCH=164647
IDSOLVER=3373
FILE ID=nodeC021/4542791-1753219153
RUNJOBID= nodeC021-1753211204-159865
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-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.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-4542791-1753219153/watcher-4542791-1753219153 -o /tmp/evaluation-result-4542791-1753219153/solver-4542791-1753219153 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159865 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542791-1753219153.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
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.807
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.811
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		: 3595.003
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		: 3600.346
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.413
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.778
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		: 3645.850
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		: 3490.903
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:        122861392 kB
MemAvailable:   123712916 kB
Buffers:            1056 kB
Cached:          1587500 kB
SwapCached:           56 kB
Active:          7051612 kB
Inactive:         494608 kB
Active(anon):    5940820 kB
Inactive(anon):    38500 kB
Active(file):    1110792 kB
Inactive(file):   456108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16572 kB
Writeback:             0 kB
AnonPages:       5960264 kB
Mapped:           144016 kB
Shmem:             21656 kB
KReclaimable:     247328 kB
Slab:             343316 kB
SReclaimable:     247328 kB
SUnreclaim:        95988 kB
KernelStack:        4336 kB
PageTables:        15296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6886028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1849344 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= 432992 MiB
End job on nodeC021 at 2025-07-23 00:19:26